diff --git a/docs/classes/BunnyCdnStream.md b/docs/classes/BunnyCdnStream.md index 1d4ce1a0..f357901f 100644 --- a/docs/classes/BunnyCdnStream.md +++ b/docs/classes/BunnyCdnStream.md @@ -22,7 +22,7 @@ #### Source -[src/index.ts:26](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L26) +[src/index.ts:26](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L26) ## Properties @@ -32,7 +32,7 @@ #### Source -[src/index.ts:10](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L10) +[src/index.ts:10](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L10) *** @@ -44,7 +44,7 @@ Options for connecting and authenticating with the Bunny CDN API #### Source -[src/index.ts:24](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L24) +[src/index.ts:24](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L24) ## Methods @@ -84,7 +84,7 @@ await stream.addCaptions("0273f24a-79d1-d0fe-97ca-b0e36bed31es", { captionsFile: #### Source -[src/index.ts:378](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L378) +[src/index.ts:378](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L378) *** @@ -122,7 +122,7 @@ await stream.createAndUploadVideo(createReadStream("./file.mp4"), { title: "The #### Source -[src/index.ts:166](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L166) +[src/index.ts:166](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L166) *** @@ -152,7 +152,7 @@ await stream.createCollection("New Collection") #### Source -[src/index.ts:417](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L417) +[src/index.ts:417](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L417) *** @@ -190,7 +190,7 @@ await stream.createDirectUpload({ title: "My Video" }) #### Source -[src/index.ts:572](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L572) +[src/index.ts:572](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L572) *** @@ -224,7 +224,7 @@ await stream.createVideo({ title: "The best title" }) #### Source -[src/index.ts:123](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L123) +[src/index.ts:123](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L123) *** @@ -248,7 +248,7 @@ await stream.deleteAllCollections() #### Source -[src/index.ts:549](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L549) +[src/index.ts:549](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L549) *** @@ -274,7 +274,7 @@ await stream.deleteAllVideos(); #### Source -[src/index.ts:103](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L103) +[src/index.ts:103](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L103) *** @@ -308,7 +308,7 @@ await stream.deleteCaptions("0273f24a-79d1-d0fe-97ca-b0e36bed31es", "en") #### Source -[src/index.ts:401](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L401) +[src/index.ts:401](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L401) *** @@ -338,7 +338,7 @@ await stream.deleteCollection("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:534](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L534) +[src/index.ts:534](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L534) *** @@ -368,7 +368,7 @@ await stream.deleteVideo("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:85](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L85) +[src/index.ts:85](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L85) *** @@ -408,7 +408,7 @@ await stream.fetchVideo("0273f24a-79d1-d0fe-97ca-b0e36bed31es", { url: "https:// #### Source -[src/index.ts:359](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L359) +[src/index.ts:359](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L359) *** @@ -428,7 +428,7 @@ await stream.fetchVideo("0273f24a-79d1-d0fe-97ca-b0e36bed31es", { url: "https:// #### Source -[src/index.ts:595](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L595) +[src/index.ts:595](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L595) *** @@ -458,7 +458,7 @@ await stream.getCollection("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:434](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L434) +[src/index.ts:434](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L434) *** @@ -472,7 +472,7 @@ await stream.getCollection("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:626](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L626) +[src/index.ts:626](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L626) *** @@ -502,7 +502,7 @@ await stream.getVideo("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:40](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L40) +[src/index.ts:40](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L40) *** @@ -532,7 +532,7 @@ await stream.getVideoHeatmap("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:183](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L183) +[src/index.ts:183](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L183) *** @@ -570,7 +570,7 @@ await stream.getVideoStatistics("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:200](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L200) +[src/index.ts:200](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L200) *** @@ -610,7 +610,7 @@ await stream.listAllCollections() #### Source -[src/index.ts:475](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L475) +[src/index.ts:475](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L475) *** @@ -652,7 +652,7 @@ await stream.listAllVideos() #### Source -[src/index.ts:276](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L276) +[src/index.ts:276](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L276) *** @@ -690,7 +690,7 @@ await stream.listCollections({ page: 2, search: "Y collections", itemsPerPage: 1 #### Source -[src/index.ts:449](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L449) +[src/index.ts:449](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L449) *** @@ -746,7 +746,7 @@ await stream.listVideos({ page: 2, search: "The best title", itemsPerPage: 10 }) #### Source -[src/index.ts:245](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L245) +[src/index.ts:245](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L245) *** @@ -778,7 +778,7 @@ await stream.reencodeVideo("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:226](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L226) +[src/index.ts:226](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L226) *** @@ -802,7 +802,7 @@ await stream.reencodeVideo("0273f24a-79d1-d0fe-97ca-b0e36bed31es") #### Source -[src/index.ts:602](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L602) +[src/index.ts:602](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L602) *** @@ -842,7 +842,7 @@ await stream.setThumbnail("0273f24a-79d1-d0fe-97ca-b0e36bed31es", readFileSync(" #### Source -[src/index.ts:327](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L327) +[src/index.ts:327](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L327) *** @@ -876,7 +876,7 @@ await stream.updateCollection("0273f24a-79d1-d0fe-97ca-b0e36bed31es", { name: 'N #### Source -[src/index.ts:517](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L517) +[src/index.ts:517](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L517) *** @@ -920,7 +920,7 @@ await stream.updateVideo("0273f24a-79d1-d0fe-97ca-b0e36bed31es", { title: "New t #### Source -[src/index.ts:58](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L58) +[src/index.ts:58](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L58) *** @@ -960,4 +960,4 @@ await stream.uploadVideo(createReadStream("./file.mp4"), "0273f24a-79d1-d0fe-97c #### Source -[src/index.ts:145](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L145) +[src/index.ts:145](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L145) diff --git a/docs/classes/BunnyCdnStreamVideo.md b/docs/classes/BunnyCdnStreamVideo.md index c55b9963..ff2eded2 100644 --- a/docs/classes/BunnyCdnStreamVideo.md +++ b/docs/classes/BunnyCdnStreamVideo.md @@ -22,7 +22,7 @@ #### Source -[src/structures/Video.ts:46](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L46) +[src/structures/Video.ts:46](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L46) ## Properties @@ -32,7 +32,7 @@ #### Source -[src/structures/Video.ts:15](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L15) +[src/structures/Video.ts:15](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L15) *** @@ -42,7 +42,7 @@ #### Source -[src/structures/Video.ts:27](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L27) +[src/structures/Video.ts:27](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L27) *** @@ -52,7 +52,7 @@ #### Source -[src/structures/Video.ts:19](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L19) +[src/structures/Video.ts:19](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L19) *** @@ -62,7 +62,7 @@ #### Source -[src/structures/Video.ts:29](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L29) +[src/structures/Video.ts:29](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L29) *** @@ -72,7 +72,7 @@ #### Source -[src/structures/Video.ts:30](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L30) +[src/structures/Video.ts:30](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L30) *** @@ -82,7 +82,7 @@ #### Source -[src/structures/Video.ts:25](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L25) +[src/structures/Video.ts:25](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L25) *** @@ -92,7 +92,7 @@ #### Source -[src/structures/Video.ts:7](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L7) +[src/structures/Video.ts:7](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L7) *** @@ -102,7 +102,7 @@ #### Source -[src/structures/Video.ts:17](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L17) +[src/structures/Video.ts:17](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L17) *** @@ -112,7 +112,7 @@ #### Source -[src/structures/Video.ts:12](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L12) +[src/structures/Video.ts:12](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L12) *** @@ -122,7 +122,7 @@ #### Source -[src/structures/Video.ts:5](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L5) +[src/structures/Video.ts:5](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L5) *** @@ -132,7 +132,7 @@ #### Source -[src/structures/Video.ts:24](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L24) +[src/structures/Video.ts:24](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L24) *** @@ -142,7 +142,7 @@ #### Source -[src/structures/Video.ts:14](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L14) +[src/structures/Video.ts:14](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L14) *** @@ -152,7 +152,7 @@ #### Source -[src/structures/Video.ts:9](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L9) +[src/structures/Video.ts:9](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L9) *** @@ -162,7 +162,7 @@ #### Source -[src/structures/Video.ts:10](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L10) +[src/structures/Video.ts:10](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L10) *** @@ -172,7 +172,7 @@ #### Source -[src/structures/Video.ts:41](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L41) +[src/structures/Video.ts:41](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L41) *** @@ -182,7 +182,7 @@ #### Source -[src/structures/Video.ts:36](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L36) +[src/structures/Video.ts:36](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L36) *** @@ -192,7 +192,7 @@ #### Source -[src/structures/Video.ts:11](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L11) +[src/structures/Video.ts:11](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L11) *** @@ -202,7 +202,7 @@ #### Source -[src/structures/Video.ts:18](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L18) +[src/structures/Video.ts:18](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L18) *** @@ -212,7 +212,7 @@ #### Source -[src/structures/Video.ts:16](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L16) +[src/structures/Video.ts:16](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L16) *** @@ -222,7 +222,7 @@ #### Source -[src/structures/Video.ts:26](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L26) +[src/structures/Video.ts:26](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L26) *** @@ -232,7 +232,7 @@ #### Source -[src/structures/Video.ts:6](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L6) +[src/structures/Video.ts:6](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L6) *** @@ -242,7 +242,7 @@ #### Source -[src/structures/Video.ts:28](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L28) +[src/structures/Video.ts:28](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L28) *** @@ -252,7 +252,7 @@ #### Source -[src/structures/Video.ts:4](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L4) +[src/structures/Video.ts:4](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L4) *** @@ -262,7 +262,7 @@ #### Source -[src/structures/Video.ts:8](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L8) +[src/structures/Video.ts:8](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L8) *** @@ -272,7 +272,7 @@ #### Source -[src/structures/Video.ts:13](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L13) +[src/structures/Video.ts:13](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L13) ## Accessors @@ -286,4 +286,4 @@ #### Source -[src/structures/Video.ts:75](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/structures/Video.ts#L75) +[src/structures/Video.ts:75](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/structures/Video.ts#L75) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/AddCaptionsVideoResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/AddCaptionsVideoResponse.md index c78b79cf..634f6264 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/AddCaptionsVideoResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/AddCaptionsVideoResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:700](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L700) +[src/index.ts:700](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L700) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:701](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L701) +[src/index.ts:701](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L701) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:699](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L699) +[src/index.ts:699](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L699) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/BunnyAxiosRequestConfig.md b/docs/namespaces/BunnyCdnStream/interfaces/BunnyAxiosRequestConfig.md index b64e1191..0c478be9 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/BunnyAxiosRequestConfig.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/BunnyAxiosRequestConfig.md @@ -188,7 +188,7 @@ node\_modules/.store/axios-npm-1.6.8-85cf1e7152/node\_modules/axios/index.d.cts: #### Source -[src/index.ts:792](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L792) +[src/index.ts:792](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L792) *** diff --git a/docs/namespaces/BunnyCdnStream/interfaces/BunnyCdnStreamCollection.md b/docs/namespaces/BunnyCdnStream/interfaces/BunnyCdnStreamCollection.md index 7834435d..ce44f30b 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/BunnyCdnStreamCollection.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/BunnyCdnStreamCollection.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:750](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L750) +[src/index.ts:750](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L750) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:751](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L751) +[src/index.ts:751](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L751) *** @@ -34,7 +34,7 @@ #### Source -[src/index.ts:754](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L754) +[src/index.ts:754](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L754) *** @@ -44,7 +44,7 @@ #### Source -[src/index.ts:753](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L753) +[src/index.ts:753](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L753) *** @@ -54,7 +54,7 @@ #### Source -[src/index.ts:752](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L752) +[src/index.ts:752](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L752) *** @@ -64,4 +64,4 @@ #### Source -[src/index.ts:749](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L749) +[src/index.ts:749](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L749) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/CreateCollectionResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/CreateCollectionResponse.md index d5207c34..a9589460 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/CreateCollectionResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/CreateCollectionResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:741](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L741) +[src/index.ts:741](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L741) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:742](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L742) +[src/index.ts:742](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L742) *** @@ -34,7 +34,7 @@ #### Source -[src/index.ts:745](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L745) +[src/index.ts:745](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L745) *** @@ -44,7 +44,7 @@ #### Source -[src/index.ts:744](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L744) +[src/index.ts:744](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L744) *** @@ -54,7 +54,7 @@ #### Source -[src/index.ts:743](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L743) +[src/index.ts:743](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L743) *** @@ -64,4 +64,4 @@ #### Source -[src/index.ts:740](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L740) +[src/index.ts:740](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L740) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/CreateDirectUpload.md b/docs/namespaces/BunnyCdnStream/interfaces/CreateDirectUpload.md index 5cd3aee6..be44101e 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/CreateDirectUpload.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/CreateDirectUpload.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:777](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L777) +[src/index.ts:777](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L777) *** @@ -40,7 +40,7 @@ #### Source -[src/index.ts:778](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L778) +[src/index.ts:778](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L778) *** @@ -62,7 +62,7 @@ #### Source -[src/index.ts:784](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L784) +[src/index.ts:784](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L784) *** @@ -72,4 +72,4 @@ #### Source -[src/index.ts:776](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L776) +[src/index.ts:776](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L776) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/DeleteCaptionsVideoResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/DeleteCaptionsVideoResponse.md index ff458614..1dfec2a8 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/DeleteCaptionsVideoResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/DeleteCaptionsVideoResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:706](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L706) +[src/index.ts:706](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L706) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:707](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L707) +[src/index.ts:707](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L707) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:705](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L705) +[src/index.ts:705](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L705) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/DeleteCollectionResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/DeleteCollectionResponse.md index d335ab34..10741c54 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/DeleteCollectionResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/DeleteCollectionResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:771](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L771) +[src/index.ts:771](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L771) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:772](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L772) +[src/index.ts:772](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L772) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:770](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L770) +[src/index.ts:770](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L770) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/DeleteVideoResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/DeleteVideoResponse.md index 4dc21d0b..5f6f9bb5 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/DeleteVideoResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/DeleteVideoResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:682](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L682) +[src/index.ts:682](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L682) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:683](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L683) +[src/index.ts:683](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L683) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:681](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L681) +[src/index.ts:681](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L681) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/FetchVideoResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/FetchVideoResponse.md index faad6666..e2a37718 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/FetchVideoResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/FetchVideoResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:712](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L712) +[src/index.ts:712](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L712) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:713](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L713) +[src/index.ts:713](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L713) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:711](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L711) +[src/index.ts:711](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L711) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/ListCollectionsResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/ListCollectionsResponse.md index 8c76f4e3..1a737f8f 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/ListCollectionsResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/ListCollectionsResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:759](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L759) +[src/index.ts:759](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L759) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:761](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L761) +[src/index.ts:761](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L761) *** @@ -34,7 +34,7 @@ #### Source -[src/index.ts:760](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L760) +[src/index.ts:760](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L760) *** @@ -44,4 +44,4 @@ #### Source -[src/index.ts:758](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L758) +[src/index.ts:758](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L758) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/ListVideosResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/ListVideosResponse.md index 84188efc..b8f1c1c1 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/ListVideosResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/ListVideosResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:734](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L734) +[src/index.ts:734](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L734) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:736](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L736) +[src/index.ts:736](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L736) *** @@ -34,7 +34,7 @@ #### Source -[src/index.ts:735](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L735) +[src/index.ts:735](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L735) *** @@ -44,4 +44,4 @@ #### Source -[src/index.ts:733](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L733) +[src/index.ts:733](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L733) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/Options.md b/docs/namespaces/BunnyCdnStream/interfaces/Options.md index 6b7c45f8..2a6a2498 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/Options.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/Options.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:637](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L637) +[src/index.ts:637](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L637) *** @@ -24,4 +24,4 @@ #### Source -[src/index.ts:636](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L636) +[src/index.ts:636](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L636) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/SetThumbnailVideoResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/SetThumbnailVideoResponse.md index a89d4890..c5724225 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/SetThumbnailVideoResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/SetThumbnailVideoResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:718](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L718) +[src/index.ts:718](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L718) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:719](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L719) +[src/index.ts:719](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L719) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:717](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L717) +[src/index.ts:717](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L717) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/UpdateCollectionResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/UpdateCollectionResponse.md index 1b75de77..ec0d4906 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/UpdateCollectionResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/UpdateCollectionResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:766](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L766) +[src/index.ts:766](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L766) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:767](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L767) +[src/index.ts:767](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L767) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:765](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L765) +[src/index.ts:765](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L765) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/UpdateVideoResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/UpdateVideoResponse.md index e75f1981..bde9b105 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/UpdateVideoResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/UpdateVideoResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:694](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L694) +[src/index.ts:694](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L694) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:695](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L695) +[src/index.ts:695](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L695) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:693](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L693) +[src/index.ts:693](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L693) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/UploadVideoResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/UploadVideoResponse.md index 9df04647..df78ba61 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/UploadVideoResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/UploadVideoResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:688](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L688) +[src/index.ts:688](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L688) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:689](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L689) +[src/index.ts:689](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L689) *** @@ -34,4 +34,4 @@ #### Source -[src/index.ts:687](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L687) +[src/index.ts:687](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L687) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/VideoResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/VideoResponse.md index 175301a7..8173942b 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/VideoResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/VideoResponse.md @@ -14,7 +14,7 @@ #### Source -[src/index.ts:651](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L651) +[src/index.ts:651](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L651) *** @@ -24,7 +24,7 @@ #### Source -[src/index.ts:662](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L662) +[src/index.ts:662](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L662) *** @@ -34,7 +34,7 @@ #### Source -[src/index.ts:655](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L655) +[src/index.ts:655](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L655) *** @@ -44,7 +44,7 @@ #### Source -[src/index.ts:664](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L664) +[src/index.ts:664](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L664) *** @@ -54,7 +54,7 @@ #### Source -[src/index.ts:665](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L665) +[src/index.ts:665](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L665) *** @@ -64,7 +64,7 @@ #### Source -[src/index.ts:660](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L660) +[src/index.ts:660](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L660) *** @@ -74,7 +74,7 @@ #### Source -[src/index.ts:643](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L643) +[src/index.ts:643](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L643) *** @@ -84,7 +84,7 @@ #### Source -[src/index.ts:653](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L653) +[src/index.ts:653](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L653) *** @@ -94,7 +94,7 @@ #### Source -[src/index.ts:648](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L648) +[src/index.ts:648](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L648) *** @@ -104,7 +104,7 @@ #### Source -[src/index.ts:641](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L641) +[src/index.ts:641](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L641) *** @@ -114,7 +114,7 @@ #### Source -[src/index.ts:659](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L659) +[src/index.ts:659](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L659) *** @@ -124,7 +124,7 @@ #### Source -[src/index.ts:650](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L650) +[src/index.ts:650](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L650) *** @@ -134,7 +134,7 @@ #### Source -[src/index.ts:645](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L645) +[src/index.ts:645](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L645) *** @@ -144,7 +144,7 @@ #### Source -[src/index.ts:646](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L646) +[src/index.ts:646](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L646) *** @@ -154,7 +154,7 @@ #### Source -[src/index.ts:674](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L674) +[src/index.ts:674](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L674) *** @@ -164,7 +164,7 @@ #### Source -[src/index.ts:670](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L670) +[src/index.ts:670](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L670) *** @@ -174,7 +174,7 @@ #### Source -[src/index.ts:647](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L647) +[src/index.ts:647](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L647) *** @@ -184,7 +184,7 @@ #### Source -[src/index.ts:654](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L654) +[src/index.ts:654](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L654) *** @@ -194,7 +194,7 @@ #### Source -[src/index.ts:652](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L652) +[src/index.ts:652](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L652) *** @@ -204,7 +204,7 @@ #### Source -[src/index.ts:661](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L661) +[src/index.ts:661](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L661) *** @@ -214,7 +214,7 @@ #### Source -[src/index.ts:642](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L642) +[src/index.ts:642](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L642) *** @@ -224,7 +224,7 @@ #### Source -[src/index.ts:663](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L663) +[src/index.ts:663](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L663) *** @@ -234,7 +234,7 @@ #### Source -[src/index.ts:640](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L640) +[src/index.ts:640](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L640) *** @@ -244,7 +244,7 @@ #### Source -[src/index.ts:644](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L644) +[src/index.ts:644](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L644) *** @@ -254,4 +254,4 @@ #### Source -[src/index.ts:649](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L649) +[src/index.ts:649](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L649) diff --git a/docs/namespaces/BunnyCdnStream/interfaces/VideoStatisticsResponse.md b/docs/namespaces/BunnyCdnStream/interfaces/VideoStatisticsResponse.md index 74d80dfd..8de61bd6 100644 --- a/docs/namespaces/BunnyCdnStream/interfaces/VideoStatisticsResponse.md +++ b/docs/namespaces/BunnyCdnStream/interfaces/VideoStatisticsResponse.md @@ -18,7 +18,7 @@ #### Source -[src/index.ts:725](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L725) +[src/index.ts:725](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L725) *** @@ -32,7 +32,7 @@ #### Source -[src/index.ts:726](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L726) +[src/index.ts:726](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L726) *** @@ -42,7 +42,7 @@ #### Source -[src/index.ts:727](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L727) +[src/index.ts:727](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L727) *** @@ -56,7 +56,7 @@ #### Source -[src/index.ts:723](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L723) +[src/index.ts:723](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L723) *** @@ -70,4 +70,4 @@ #### Source -[src/index.ts:724](https://github.com/dan-online/bunnycdn-stream/blob/d70c6fd/src/index.ts#L724) +[src/index.ts:724](https://github.com/dan-online/bunnycdn-stream/blob/1f8579d/src/index.ts#L724)