diff --git a/docs/README.md b/docs/README.md index 0faa09e0..5a4ccef8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -98,6 +98,20 @@ Don't forget to give the project a star! Thanks again! 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request +## Testing + +The project is tested with `vitest` and requires you to have a library on your BunnyCDN account to send commands to the Bunny API. + +> Warning: all videos will be deleted during testing. + +### Keys + +```sh +BUNNY_VIDEO_LIBRARY=xxx BUNNY_API_KEY=xxx npm test +``` + +Also, `IGNORE_PRUNE=1` can be used to keep the testing video at the end of the tests for further manual checking. + <!-- LICENSE --> ## License diff --git a/docs/classes/BunnyCdnStream-1.md b/docs/classes/BunnyCdnStream-1.md index c2347343..4e23beb4 100644 --- a/docs/classes/BunnyCdnStream-1.md +++ b/docs/classes/BunnyCdnStream-1.md @@ -57,7 +57,7 @@ #### Defined in -[src/index.ts:26](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L26) +[src/index.ts:26](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L26) ## Properties @@ -67,7 +67,7 @@ #### Defined in -[src/index.ts:10](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L10) +[src/index.ts:10](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L10) ___ @@ -79,7 +79,7 @@ Options for connecting and authenticating with the Bunny CDN API #### Defined in -[src/index.ts:24](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L24) +[src/index.ts:24](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L24) ## Methods @@ -113,7 +113,7 @@ A [AddCaptionsVideoResponse](../interfaces/BunnyCdnStream.AddCaptionsVideoRespon #### Defined in -[src/index.ts:378](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L378) +[src/index.ts:378](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L378) ___ @@ -146,7 +146,7 @@ A [VideoResponse](../interfaces/BunnyCdnStream.VideoResponse.md) instance. #### Defined in -[src/index.ts:166](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L166) +[src/index.ts:166](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L166) ___ @@ -176,7 +176,7 @@ A [CreateCollectionResponse](../interfaces/BunnyCdnStream.CreateCollectionRespon #### Defined in -[src/index.ts:417](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L417) +[src/index.ts:417](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L417) ___ @@ -199,7 +199,7 @@ await stream.createDirectUpload({ title: "My Video" }) | Name | Type | Description | | :------ | :------ | :------ | | `data` | `Object` | The data to create the video with | -| `data.collection?` | `string` | - | +| `data.collectionId?` | `string` | - | | `data.title` | `string` | - | | `expirationDate?` | `Date` | - | @@ -211,7 +211,7 @@ A [CreateDirectUpload](../interfaces/BunnyCdnStream.CreateDirectUpload.md) #### Defined in -[src/index.ts:572](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L572) +[src/index.ts:572](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L572) ___ @@ -243,7 +243,7 @@ A [VideoResponse](../interfaces/BunnyCdnStream.VideoResponse.md) instance. #### Defined in -[src/index.ts:123](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L123) +[src/index.ts:123](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L123) ___ @@ -267,7 +267,7 @@ void #### Defined in -[src/index.ts:549](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L549) +[src/index.ts:549](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L549) ___ @@ -293,7 +293,7 @@ void #### Defined in -[src/index.ts:103](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L103) +[src/index.ts:103](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L103) ___ @@ -324,7 +324,7 @@ A [DeleteCaptionsVideoResponse](../interfaces/BunnyCdnStream.DeleteCaptionsVideo #### Defined in -[src/index.ts:401](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L401) +[src/index.ts:401](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L401) ___ @@ -354,7 +354,7 @@ A [DeleteCollectionResponse](../interfaces/BunnyCdnStream.DeleteCollectionRespon #### Defined in -[src/index.ts:534](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L534) +[src/index.ts:534](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L534) ___ @@ -384,7 +384,7 @@ A [DeleteVideoResponse](../interfaces/BunnyCdnStream.DeleteVideoResponse.md) ins #### Defined in -[src/index.ts:85](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L85) +[src/index.ts:85](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L85) ___ @@ -419,7 +419,7 @@ A [FetchVideoResponse](../interfaces/BunnyCdnStream.FetchVideoResponse.md) insta #### Defined in -[src/index.ts:359](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L359) +[src/index.ts:359](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L359) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/index.ts:595](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L595) +[src/index.ts:595](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L595) ___ @@ -470,65 +470,21 @@ A [BunnyCdnStreamCollection](../interfaces/BunnyCdnStream.BunnyCdnStreamCollecti #### Defined in -[src/index.ts:434](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L434) +[src/index.ts:434](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L434) ___ ### getOptions -▸ `Private` **getOptions**(): `Object` +▸ `Private` **getOptions**(): `AxiosRequestConfig`<`any`\> & { `headers`: `AxiosHeaders` } #### Returns -`Object` - -| Name | Type | -| :------ | :------ | -| `adapter?` | `AxiosAdapterConfig` \| `AxiosAdapterConfig`[] | -| `auth?` | `AxiosBasicCredentials` | -| `baseURL?` | `string` | -| `beforeRedirect?` | (`options`: `Record`<`string`, `any`\>, `responseDetails`: { `headers`: `Record`<`string`, `string`\> }) => `void` | -| `cancelToken?` | `CancelToken` | -| `data?` | `any` | -| `decompress?` | `boolean` | -| `env?` | { `FormData?`: (...`args`: `any`[]) => `object` } | -| `env.FormData?` | (...`args`: `any`[]) => `object` | -| `family?` | ``4`` \| ``6`` | -| `formSerializer?` | `FormSerializerOptions` | -| `headers` | `AxiosHeaders` | -| `httpAgent?` | `any` | -| `httpsAgent?` | `any` | -| `insecureHTTPParser?` | `boolean` | -| `lookup?` | (`hostname`: `string`, `options`: `object`, `cb`: (`err`: ``null`` \| `Error`, `address`: `string`, `family`: `number`) => `void`) => `void` \| (`hostname`: `string`, `options`: `object`) => `Promise`<`string` \| [address: string, family: number]\> | -| `maxBodyLength?` | `number` | -| `maxContentLength?` | `number` | -| `maxRate?` | `number` \| [`number`, `number`] | -| `maxRedirects?` | `number` | -| `method?` | `string` | -| `onDownloadProgress?` | (`progressEvent`: `AxiosProgressEvent`) => `void` | -| `onUploadProgress?` | (`progressEvent`: `AxiosProgressEvent`) => `void` | -| `params?` | `any` | -| `paramsSerializer?` | `ParamsSerializerOptions` \| `CustomParamsSerializer` | -| `proxy?` | ``false`` \| `AxiosProxyConfig` | -| `responseEncoding?` | `string` | -| `responseType?` | `ResponseType` | -| `signal?` | `GenericAbortSignal` | -| `socketPath?` | ``null`` \| `string` | -| `timeout?` | `number` | -| `timeoutErrorMessage?` | `string` | -| `transformRequest?` | `AxiosRequestTransformer` \| `AxiosRequestTransformer`[] | -| `transformResponse?` | `AxiosResponseTransformer` \| `AxiosResponseTransformer`[] | -| `transitional?` | `TransitionalOptions` | -| `transport?` | `any` | -| `url?` | `string` | -| `validateStatus?` | ``null`` \| (`status`: `number`) => `boolean` | -| `withCredentials?` | `boolean` | -| `xsrfCookieName?` | `string` | -| `xsrfHeaderName?` | `string` | +`AxiosRequestConfig`<`any`\> & { `headers`: `AxiosHeaders` } #### Defined in -[src/index.ts:626](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L626) +[src/index.ts:626](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L626) ___ @@ -558,7 +514,7 @@ A [VideoResponse](../interfaces/BunnyCdnStream.VideoResponse.md) instance. #### Defined in -[src/index.ts:40](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L40) +[src/index.ts:40](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L40) ___ @@ -588,7 +544,7 @@ A [VideoHeatmapResponse](../interfaces/BunnyCdnStream.VideoHeatmapResponse.md) i #### Defined in -[src/index.ts:183](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L183) +[src/index.ts:183](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L183) ___ @@ -622,7 +578,7 @@ A [VideoStatisticsResponse](../interfaces/BunnyCdnStream.VideoStatisticsResponse #### Defined in -[src/index.ts:200](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L200) +[src/index.ts:200](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L200) ___ @@ -656,7 +612,7 @@ An array of [BunnyCdnStreamCollection](../interfaces/BunnyCdnStream.BunnyCdnStre #### Defined in -[src/index.ts:475](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L475) +[src/index.ts:475](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L475) ___ @@ -681,7 +637,7 @@ await stream.listAllVideos() | `data.itemsPerPage?` | `number` | - | | `data.orderBy?` | `string` | - | | `data.search?` | `string` | - | -| `stop?` | (`videos`: [`BunnyCdnStreamVideo`](BunnyCdnStreamVideo.md)[], `page`: `number`, `totalPages`: `number`) => `boolean` | The callback that if returns ``true`` stops the iteration | +| `stop?` | (`videos`: [`BunnyCdnStreamVideo`](BunnyCdnStreamVideo.md)[], `page`: `number`, `totalPages`: `number`) => `boolean` \| `Promise`<`boolean`\> | The callback that if returns ``true`` stops the iteration | #### Returns @@ -691,7 +647,7 @@ An array of [VideoStatisticsResponse](../interfaces/BunnyCdnStream.VideoStatisti #### Defined in -[src/index.ts:276](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L276) +[src/index.ts:276](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L276) ___ @@ -725,7 +681,7 @@ a [ListCollectionsResponse](../interfaces/BunnyCdnStream.ListCollectionsResponse #### Defined in -[src/index.ts:449](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L449) +[src/index.ts:449](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L449) ___ @@ -760,7 +716,7 @@ An array of [VideoStatisticsResponse](../interfaces/BunnyCdnStream.VideoStatisti #### Defined in -[src/index.ts:245](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L245) +[src/index.ts:245](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L245) ___ @@ -792,7 +748,7 @@ A [VideoResponse](../interfaces/BunnyCdnStream.VideoResponse.md) instance. #### Defined in -[src/index.ts:226](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L226) +[src/index.ts:226](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L226) ___ @@ -819,7 +775,7 @@ ___ #### Defined in -[src/index.ts:602](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L602) +[src/index.ts:602](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L602) ___ @@ -853,7 +809,7 @@ A [SetThumbnailVideoResponse](../interfaces/BunnyCdnStream.SetThumbnailVideoResp #### Defined in -[src/index.ts:327](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L327) +[src/index.ts:327](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L327) ___ @@ -885,7 +841,7 @@ A [UpdateCollectionResponse](../interfaces/BunnyCdnStream.UpdateCollectionRespon #### Defined in -[src/index.ts:517](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L517) +[src/index.ts:517](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L517) ___ @@ -921,7 +877,7 @@ A [VideoResponse](../interfaces/BunnyCdnStream.VideoResponse.md) instance. #### Defined in -[src/index.ts:58](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L58) +[src/index.ts:58](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L58) ___ @@ -954,4 +910,4 @@ A [UploadVideoResponse](../interfaces/BunnyCdnStream.UploadVideoResponse.md) ins #### Defined in -[src/index.ts:145](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L145) +[src/index.ts:145](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L145) diff --git a/docs/classes/BunnyCdnStreamVideo.md b/docs/classes/BunnyCdnStreamVideo.md index 131501af..acd627be 100644 --- a/docs/classes/BunnyCdnStreamVideo.md +++ b/docs/classes/BunnyCdnStreamVideo.md @@ -54,7 +54,7 @@ #### Defined in -[src/structures/Video.ts:46](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L46) +[src/structures/Video.ts:46](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L46) ## Properties @@ -64,7 +64,7 @@ #### Defined in -[src/structures/Video.ts:15](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L15) +[src/structures/Video.ts:15](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L15) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[src/structures/Video.ts:27](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L27) +[src/structures/Video.ts:27](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L27) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[src/structures/Video.ts:19](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L19) +[src/structures/Video.ts:19](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L19) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/structures/Video.ts:29](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L29) +[src/structures/Video.ts:29](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L29) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[src/structures/Video.ts:30](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L30) +[src/structures/Video.ts:30](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L30) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[src/structures/Video.ts:25](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L25) +[src/structures/Video.ts:25](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L25) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/structures/Video.ts:7](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L7) +[src/structures/Video.ts:7](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L7) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/structures/Video.ts:17](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L17) +[src/structures/Video.ts:17](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L17) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/structures/Video.ts:12](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L12) +[src/structures/Video.ts:12](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L12) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/structures/Video.ts:5](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L5) +[src/structures/Video.ts:5](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L5) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/structures/Video.ts:24](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L24) +[src/structures/Video.ts:24](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L24) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/structures/Video.ts:14](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L14) +[src/structures/Video.ts:14](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L14) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/structures/Video.ts:9](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L9) +[src/structures/Video.ts:9](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L9) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/structures/Video.ts:10](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L10) +[src/structures/Video.ts:10](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L10) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[src/structures/Video.ts:41](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L41) +[src/structures/Video.ts:41](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L41) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[src/structures/Video.ts:36](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L36) +[src/structures/Video.ts:36](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L36) ___ @@ -224,7 +224,7 @@ ___ #### Defined in -[src/structures/Video.ts:11](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L11) +[src/structures/Video.ts:11](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L11) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/structures/Video.ts:18](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L18) +[src/structures/Video.ts:18](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L18) ___ @@ -244,7 +244,7 @@ ___ #### Defined in -[src/structures/Video.ts:16](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L16) +[src/structures/Video.ts:16](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L16) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/structures/Video.ts:26](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L26) +[src/structures/Video.ts:26](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L26) ___ @@ -264,7 +264,7 @@ ___ #### Defined in -[src/structures/Video.ts:6](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L6) +[src/structures/Video.ts:6](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L6) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/structures/Video.ts:28](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L28) +[src/structures/Video.ts:28](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L28) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[src/structures/Video.ts:4](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L4) +[src/structures/Video.ts:4](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L4) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[src/structures/Video.ts:8](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L8) +[src/structures/Video.ts:8](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L8) ___ @@ -304,7 +304,7 @@ ___ #### Defined in -[src/structures/Video.ts:13](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L13) +[src/structures/Video.ts:13](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L13) ## Accessors @@ -318,4 +318,4 @@ ___ #### Defined in -[src/structures/Video.ts:75](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/structures/Video.ts#L75) +[src/structures/Video.ts:75](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/structures/Video.ts#L75) diff --git a/docs/interfaces/BunnyCdnStream.AddCaptionsVideoResponse.md b/docs/interfaces/BunnyCdnStream.AddCaptionsVideoResponse.md index 95c44168..d9e07ee8 100644 --- a/docs/interfaces/BunnyCdnStream.AddCaptionsVideoResponse.md +++ b/docs/interfaces/BunnyCdnStream.AddCaptionsVideoResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:700](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L700) +[src/index.ts:700](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L700) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:701](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L701) +[src/index.ts:701](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L701) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:699](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L699) +[src/index.ts:699](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L699) diff --git a/docs/interfaces/BunnyCdnStream.BunnyAxiosRequestConfig.md b/docs/interfaces/BunnyCdnStream.BunnyAxiosRequestConfig.md index cbed65e3..bd04a056 100644 --- a/docs/interfaces/BunnyCdnStream.BunnyAxiosRequestConfig.md +++ b/docs/interfaces/BunnyCdnStream.BunnyAxiosRequestConfig.md @@ -229,7 +229,7 @@ AxiosRequestConfig.headers #### Defined in -[src/index.ts:794](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L794) +[src/index.ts:792](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L792) ___ diff --git a/docs/interfaces/BunnyCdnStream.BunnyCdnStreamCollection.md b/docs/interfaces/BunnyCdnStream.BunnyCdnStreamCollection.md index 2563f23e..a56e6e0b 100644 --- a/docs/interfaces/BunnyCdnStream.BunnyCdnStreamCollection.md +++ b/docs/interfaces/BunnyCdnStream.BunnyCdnStreamCollection.md @@ -23,7 +23,7 @@ #### Defined in -[src/index.ts:752](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L752) +[src/index.ts:750](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L750) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/index.ts:753](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L753) +[src/index.ts:751](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L751) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/index.ts:756](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L756) +[src/index.ts:754](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L754) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/index.ts:755](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L755) +[src/index.ts:753](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L753) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/index.ts:754](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L754) +[src/index.ts:752](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L752) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/index.ts:751](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L751) +[src/index.ts:749](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L749) diff --git a/docs/interfaces/BunnyCdnStream.CreateCollectionResponse.md b/docs/interfaces/BunnyCdnStream.CreateCollectionResponse.md index c93c4d6f..3dde93df 100644 --- a/docs/interfaces/BunnyCdnStream.CreateCollectionResponse.md +++ b/docs/interfaces/BunnyCdnStream.CreateCollectionResponse.md @@ -23,7 +23,7 @@ #### Defined in -[src/index.ts:743](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L743) +[src/index.ts:741](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L741) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/index.ts:744](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L744) +[src/index.ts:742](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L742) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/index.ts:747](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L747) +[src/index.ts:745](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L745) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/index.ts:746](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L746) +[src/index.ts:744](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L744) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/index.ts:745](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L745) +[src/index.ts:743](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L743) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/index.ts:742](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L742) +[src/index.ts:740](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L740) diff --git a/docs/interfaces/BunnyCdnStream.CreateDirectUpload.md b/docs/interfaces/BunnyCdnStream.CreateDirectUpload.md index 5ed75487..bdb3f014 100644 --- a/docs/interfaces/BunnyCdnStream.CreateDirectUpload.md +++ b/docs/interfaces/BunnyCdnStream.CreateDirectUpload.md @@ -21,7 +21,7 @@ #### Defined in -[src/index.ts:779](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L779) +[src/index.ts:777](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L777) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[src/index.ts:780](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L780) +[src/index.ts:778](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L778) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/index.ts:786](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L786) +[src/index.ts:784](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L784) ___ @@ -68,4 +68,4 @@ ___ #### Defined in -[src/index.ts:778](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L778) +[src/index.ts:776](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L776) diff --git a/docs/interfaces/BunnyCdnStream.DeleteCaptionsVideoResponse.md b/docs/interfaces/BunnyCdnStream.DeleteCaptionsVideoResponse.md index 24cba16f..d0d3130a 100644 --- a/docs/interfaces/BunnyCdnStream.DeleteCaptionsVideoResponse.md +++ b/docs/interfaces/BunnyCdnStream.DeleteCaptionsVideoResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:706](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L706) +[src/index.ts:706](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L706) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:707](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L707) +[src/index.ts:707](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L707) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:705](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L705) +[src/index.ts:705](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L705) diff --git a/docs/interfaces/BunnyCdnStream.DeleteCollectionResponse.md b/docs/interfaces/BunnyCdnStream.DeleteCollectionResponse.md index a88b5469..06391e7c 100644 --- a/docs/interfaces/BunnyCdnStream.DeleteCollectionResponse.md +++ b/docs/interfaces/BunnyCdnStream.DeleteCollectionResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:773](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L773) +[src/index.ts:771](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L771) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:774](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L774) +[src/index.ts:772](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L772) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:772](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L772) +[src/index.ts:770](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L770) diff --git a/docs/interfaces/BunnyCdnStream.DeleteVideoResponse.md b/docs/interfaces/BunnyCdnStream.DeleteVideoResponse.md index 51f9e9fc..453db374 100644 --- a/docs/interfaces/BunnyCdnStream.DeleteVideoResponse.md +++ b/docs/interfaces/BunnyCdnStream.DeleteVideoResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:682](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L682) +[src/index.ts:682](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L682) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:683](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L683) +[src/index.ts:683](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L683) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:681](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L681) +[src/index.ts:681](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L681) diff --git a/docs/interfaces/BunnyCdnStream.FetchVideoResponse.md b/docs/interfaces/BunnyCdnStream.FetchVideoResponse.md index 20e7c8fd..6694df9b 100644 --- a/docs/interfaces/BunnyCdnStream.FetchVideoResponse.md +++ b/docs/interfaces/BunnyCdnStream.FetchVideoResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:712](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L712) +[src/index.ts:712](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L712) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:713](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L713) +[src/index.ts:713](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L713) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:711](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L711) +[src/index.ts:711](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L711) diff --git a/docs/interfaces/BunnyCdnStream.ListCollectionsResponse.md b/docs/interfaces/BunnyCdnStream.ListCollectionsResponse.md index 499bc9bc..fc5d060d 100644 --- a/docs/interfaces/BunnyCdnStream.ListCollectionsResponse.md +++ b/docs/interfaces/BunnyCdnStream.ListCollectionsResponse.md @@ -21,7 +21,7 @@ #### Defined in -[src/index.ts:761](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L761) +[src/index.ts:759](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L759) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/index.ts:763](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L763) +[src/index.ts:761](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L761) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/index.ts:762](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L762) +[src/index.ts:760](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L760) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/index.ts:760](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L760) +[src/index.ts:758](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L758) diff --git a/docs/interfaces/BunnyCdnStream.ListVideosResponse.md b/docs/interfaces/BunnyCdnStream.ListVideosResponse.md index 113d7af2..c8841735 100644 --- a/docs/interfaces/BunnyCdnStream.ListVideosResponse.md +++ b/docs/interfaces/BunnyCdnStream.ListVideosResponse.md @@ -21,7 +21,7 @@ #### Defined in -[src/index.ts:736](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L736) +[src/index.ts:734](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L734) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/index.ts:738](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L738) +[src/index.ts:736](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L736) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/index.ts:737](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L737) +[src/index.ts:735](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L735) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/index.ts:735](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L735) +[src/index.ts:733](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L733) diff --git a/docs/interfaces/BunnyCdnStream.Options.md b/docs/interfaces/BunnyCdnStream.Options.md index e1cafd87..f3276fc3 100644 --- a/docs/interfaces/BunnyCdnStream.Options.md +++ b/docs/interfaces/BunnyCdnStream.Options.md @@ -19,7 +19,7 @@ #### Defined in -[src/index.ts:637](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L637) +[src/index.ts:637](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L637) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/index.ts:636](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L636) +[src/index.ts:636](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L636) diff --git a/docs/interfaces/BunnyCdnStream.SetThumbnailVideoResponse.md b/docs/interfaces/BunnyCdnStream.SetThumbnailVideoResponse.md index 5e74d99a..5de740a8 100644 --- a/docs/interfaces/BunnyCdnStream.SetThumbnailVideoResponse.md +++ b/docs/interfaces/BunnyCdnStream.SetThumbnailVideoResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:718](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L718) +[src/index.ts:718](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L718) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:719](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L719) +[src/index.ts:719](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L719) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:717](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L717) +[src/index.ts:717](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L717) diff --git a/docs/interfaces/BunnyCdnStream.UpdateCollectionResponse.md b/docs/interfaces/BunnyCdnStream.UpdateCollectionResponse.md index e0bd58aa..559c74fd 100644 --- a/docs/interfaces/BunnyCdnStream.UpdateCollectionResponse.md +++ b/docs/interfaces/BunnyCdnStream.UpdateCollectionResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:768](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L768) +[src/index.ts:766](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L766) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:769](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L769) +[src/index.ts:767](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L767) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:767](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L767) +[src/index.ts:765](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L765) diff --git a/docs/interfaces/BunnyCdnStream.UpdateVideoResponse.md b/docs/interfaces/BunnyCdnStream.UpdateVideoResponse.md index c9ae1077..1f0a03d0 100644 --- a/docs/interfaces/BunnyCdnStream.UpdateVideoResponse.md +++ b/docs/interfaces/BunnyCdnStream.UpdateVideoResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:694](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L694) +[src/index.ts:694](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L694) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:695](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L695) +[src/index.ts:695](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L695) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:693](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L693) +[src/index.ts:693](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L693) diff --git a/docs/interfaces/BunnyCdnStream.UploadVideoResponse.md b/docs/interfaces/BunnyCdnStream.UploadVideoResponse.md index a6c9208b..e3c6d2ca 100644 --- a/docs/interfaces/BunnyCdnStream.UploadVideoResponse.md +++ b/docs/interfaces/BunnyCdnStream.UploadVideoResponse.md @@ -20,7 +20,7 @@ #### Defined in -[src/index.ts:688](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L688) +[src/index.ts:688](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L688) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/index.ts:689](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L689) +[src/index.ts:689](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L689) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/index.ts:687](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L687) +[src/index.ts:687](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L687) diff --git a/docs/interfaces/BunnyCdnStream.VideoResponse.md b/docs/interfaces/BunnyCdnStream.VideoResponse.md index 3715f5ab..4a6ea4c6 100644 --- a/docs/interfaces/BunnyCdnStream.VideoResponse.md +++ b/docs/interfaces/BunnyCdnStream.VideoResponse.md @@ -42,7 +42,7 @@ #### Defined in -[src/index.ts:651](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L651) +[src/index.ts:651](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L651) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/index.ts:662](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L662) +[src/index.ts:662](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L662) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/index.ts:655](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L655) +[src/index.ts:655](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L655) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/index.ts:664](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L664) +[src/index.ts:664](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L664) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/index.ts:665](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L665) +[src/index.ts:665](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L665) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/index.ts:660](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L660) +[src/index.ts:660](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L660) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/index.ts:643](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L643) +[src/index.ts:643](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L643) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/index.ts:653](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L653) +[src/index.ts:653](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L653) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/index.ts:648](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L648) +[src/index.ts:648](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L648) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/index.ts:641](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L641) +[src/index.ts:641](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L641) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/index.ts:659](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L659) +[src/index.ts:659](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L659) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/index.ts:650](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L650) +[src/index.ts:650](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L650) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/index.ts:645](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L645) +[src/index.ts:645](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L645) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/index.ts:646](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L646) +[src/index.ts:646](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L646) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/index.ts:674](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L674) +[src/index.ts:674](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L674) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/index.ts:670](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L670) +[src/index.ts:670](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L670) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/index.ts:647](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L647) +[src/index.ts:647](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L647) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/index.ts:654](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L654) +[src/index.ts:654](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L654) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/index.ts:652](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L652) +[src/index.ts:652](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L652) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/index.ts:661](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L661) +[src/index.ts:661](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L661) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/index.ts:642](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L642) +[src/index.ts:642](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L642) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/index.ts:663](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L663) +[src/index.ts:663](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L663) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/index.ts:640](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L640) +[src/index.ts:640](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L640) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/index.ts:644](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L644) +[src/index.ts:644](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L644) ___ @@ -282,4 +282,4 @@ ___ #### Defined in -[src/index.ts:649](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L649) +[src/index.ts:649](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L649) diff --git a/docs/interfaces/BunnyCdnStream.VideoStatisticsResponse.md b/docs/interfaces/BunnyCdnStream.VideoStatisticsResponse.md index ed3760e5..c84bb984 100644 --- a/docs/interfaces/BunnyCdnStream.VideoStatisticsResponse.md +++ b/docs/interfaces/BunnyCdnStream.VideoStatisticsResponse.md @@ -26,7 +26,7 @@ #### Defined in -[src/index.ts:725](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L725) +[src/index.ts:725](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L725) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[src/index.ts:726](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L726) +[src/index.ts:726](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L726) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[src/index.ts:727](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L727) +[src/index.ts:727](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L727) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/index.ts:723](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L723) +[src/index.ts:723](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L723) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/index.ts:724](https://github.com/dan-online/bunnycdn-stream/blob/ba93b87/src/index.ts#L724) +[src/index.ts:724](https://github.com/dan-online/bunnycdn-stream/blob/259d596/src/index.ts#L724)