@bitmovin/api-sdk 1.165.0 → 1.167.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +149 -116
  3. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  4. package/dist/common/RestClient.js +1 -1
  5. package/dist/encoding/configurations/audio/ac3/Ac3Api.d.ts +4 -4
  6. package/dist/encoding/configurations/audio/ac3/Ac3Api.js +4 -4
  7. package/dist/encoding/configurations/audio/eac3/Eac3Api.d.ts +4 -4
  8. package/dist/encoding/configurations/audio/eac3/Eac3Api.js +4 -4
  9. package/dist/encoding/encodings/EncodingListQueryParams.d.ts +4 -4
  10. package/dist/encoding/encodings/EncodingListQueryParams.js +2 -2
  11. package/dist/encoding/encodings/live/insertableContent/InsertableContentApi.d.ts +2 -2
  12. package/dist/encoding/encodings/live/insertableContent/InsertableContentApi.js +2 -2
  13. package/dist/encoding/encodings/live/insertableContent/schedule/ScheduleApi.d.ts +1 -1
  14. package/dist/encoding/encodings/live/insertableContent/schedule/ScheduleApi.js +1 -1
  15. package/dist/encoding/encodings/live/insertableContent/scheduled/ScheduledApi.d.ts +1 -1
  16. package/dist/encoding/encodings/live/insertableContent/scheduled/ScheduledApi.js +1 -1
  17. package/dist/encoding/encodings/muxings/mp4/Mp4Api.d.ts +1 -1
  18. package/dist/encoding/encodings/muxings/mp4/Mp4Api.js +1 -1
  19. package/dist/encoding/encodings/streams/qc/psnr/PsnrApi.d.ts +1 -1
  20. package/dist/encoding/encodings/streams/qc/psnr/PsnrApi.js +1 -1
  21. package/dist/encoding/encodings/transferRetries/TransferRetriesApi.d.ts +1 -1
  22. package/dist/encoding/encodings/transferRetries/TransferRetriesApi.js +1 -1
  23. package/dist/encoding/filters/conform/ConformApi.d.ts +1 -1
  24. package/dist/encoding/filters/conform/ConformApi.js +1 -1
  25. package/dist/encoding/manifests/dash/DashApi.d.ts +1 -1
  26. package/dist/encoding/manifests/dash/DashApi.js +1 -1
  27. package/dist/encoding/manifests/dash/default/DefaultApi.d.ts +1 -1
  28. package/dist/encoding/manifests/dash/default/DefaultApi.js +1 -1
  29. package/dist/encoding/manifests/hls/HlsApi.d.ts +1 -1
  30. package/dist/encoding/manifests/hls/HlsApi.js +1 -1
  31. package/dist/encoding/manifests/hls/default/DefaultApi.d.ts +1 -1
  32. package/dist/encoding/manifests/hls/default/DefaultApi.js +1 -1
  33. package/dist/encoding/manifests/smooth/SmoothApi.d.ts +1 -1
  34. package/dist/encoding/manifests/smooth/SmoothApi.js +1 -1
  35. package/dist/encoding/manifests/smooth/default/DefaultApi.d.ts +1 -1
  36. package/dist/encoding/manifests/smooth/default/DefaultApi.js +1 -1
  37. package/dist/encoding/simple/jobs/live/LiveApi.d.ts +1 -1
  38. package/dist/encoding/simple/jobs/live/LiveApi.js +1 -1
  39. package/dist/encoding/simple/jobs/vod/VodApi.d.ts +1 -1
  40. package/dist/encoding/simple/jobs/vod/VodApi.js +1 -1
  41. package/dist/models/AnalyticsLicense.d.ts +7 -1
  42. package/dist/models/AnalyticsLicense.js +1 -0
  43. package/dist/models/AnalyticsVirtualLicense.d.ts +6 -0
  44. package/dist/models/AnalyticsVirtualLicense.js +1 -0
  45. package/dist/models/Encoding.d.ts +8 -1
  46. package/dist/models/Encoding.js +1 -0
  47. package/dist/models/LiveOptionsType.d.ts +8 -0
  48. package/dist/models/LiveOptionsType.js +12 -0
  49. package/dist/models/Mp4Muxing.d.ts +1 -1
  50. package/dist/models/PresetConfiguration.d.ts +2 -1
  51. package/dist/models/PresetConfiguration.js +1 -0
  52. package/dist/models/PrewarmedEncoderPool.d.ts +6 -0
  53. package/dist/models/PrewarmedEncoderPool.js +1 -0
  54. package/dist/models/SpekeDrmProvider.d.ts +6 -0
  55. package/dist/models/SpekeDrmProvider.js +1 -0
  56. package/dist/models/StartEncodingRequest.d.ts +1 -1
  57. package/dist/models/StartLiveEncodingRequest.d.ts +1 -1
  58. package/dist/models/Stream.d.ts +1 -1
  59. package/dist/models/StreamsContentProtectionResponse.d.ts +6 -0
  60. package/dist/models/StreamsContentProtectionResponse.js +1 -0
  61. package/dist/models/StreamsLiveCreateRequest.d.ts +2 -2
  62. package/dist/models/StreamsLiveCreateRequest.js +1 -1
  63. package/dist/models/StreamsLiveResponse.d.ts +3 -3
  64. package/dist/models/StreamsLiveResponse.js +2 -2
  65. package/dist/models/StreamsLiveUpdateRequest.d.ts +8 -2
  66. package/dist/models/StreamsLiveUpdateRequest.js +2 -1
  67. package/dist/models/{StreamsConfigPlayerStyle.d.ts → StreamsStyleConfigPlayerStyle.d.ts} +11 -11
  68. package/dist/models/{StreamsConfigPlayerStyle.js → StreamsStyleConfigPlayerStyle.js} +7 -7
  69. package/dist/models/StreamsStyleConfigResponse.d.ts +38 -0
  70. package/dist/models/{StreamsConfigResponse.js → StreamsStyleConfigResponse.js} +9 -9
  71. package/dist/models/StreamsVideoCreateRequest.d.ts +2 -2
  72. package/dist/models/StreamsVideoCreateRequest.js +1 -1
  73. package/dist/models/StreamsVideoResponse.d.ts +3 -3
  74. package/dist/models/StreamsVideoResponse.js +2 -2
  75. package/dist/models/StreamsVideoUpdateRequest.d.ts +8 -2
  76. package/dist/models/StreamsVideoUpdateRequest.js +2 -1
  77. package/dist/models/VideoConfiguration.d.ts +1 -1
  78. package/dist/models/index.d.ts +3 -2
  79. package/dist/models/index.js +3 -2
  80. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.d.ts +1 -1
  81. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.js +1 -1
  82. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.d.ts +1 -1
  83. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.js +1 -1
  84. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.d.ts +1 -1
  85. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.js +1 -1
  86. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +1 -1
  87. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +1 -1
  88. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +1 -1
  89. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +1 -1
  90. package/dist/streams/live/LiveApi.d.ts +1 -1
  91. package/dist/streams/live/LiveApi.js +1 -1
  92. package/dist/streams/video/VideoApi.d.ts +1 -1
  93. package/dist/streams/video/VideoApi.js +1 -1
  94. package/package.json +1 -1
  95. package/dist/models/StreamsConfigResponse.d.ts +0 -38
package/README.md CHANGED
@@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services,
31
31
  ## Installation
32
32
 
33
33
  ``` bash
34
- npm install @bitmovin/api-sdk@1.165.0
34
+ npm install @bitmovin/api-sdk@1.167.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -5987,7 +5987,7 @@ var HeaderHandler = /** @class */ (function (_super) {
5987
5987
  var headers = {
5988
5988
  'X-Api-Key': apiKey,
5989
5989
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
5990
- 'X-Api-Client-Version': '1.165.0',
5990
+ 'X-Api-Client-Version': '1.167.0',
5991
5991
  'Content-Type': 'application/json'
5992
5992
  };
5993
5993
  if (tenantOrgId) {
@@ -6680,7 +6680,7 @@ var Ac3Api = /** @class */ (function (_super) {
6680
6680
  return _this;
6681
6681
  }
6682
6682
  /**
6683
- * @summary Create AC3 Codec Configuration. Deprecation notice: use Dolby Digital instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings
6683
+ * @summary Create AC3 Codec Configuration
6684
6684
  * @param {Ac3AudioConfiguration} ac3AudioConfiguration The AC3 Codec Configuration to be created
6685
6685
  * @throws {BitmovinError}
6686
6686
  * @memberof Ac3Api
@@ -6691,7 +6691,7 @@ var Ac3Api = /** @class */ (function (_super) {
6691
6691
  });
6692
6692
  };
6693
6693
  /**
6694
- * @summary Delete AC3 Codec Configuration. Deprecation notice: use Dolby Digital instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings
6694
+ * @summary Delete AC3 Codec Configuration
6695
6695
  * @param {string} configurationId Id of the codec configuration
6696
6696
  * @throws {BitmovinError}
6697
6697
  * @memberof Ac3Api
@@ -6705,7 +6705,7 @@ var Ac3Api = /** @class */ (function (_super) {
6705
6705
  });
6706
6706
  };
6707
6707
  /**
6708
- * @summary AC3 Codec Configuration Details Deprecation notice: use Dolby Digital instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings
6708
+ * @summary AC3 Codec Configuration Details
6709
6709
  * @param {string} configurationId Id of the codec configuration
6710
6710
  * @throws {BitmovinError}
6711
6711
  * @memberof Ac3Api
@@ -6719,7 +6719,7 @@ var Ac3Api = /** @class */ (function (_super) {
6719
6719
  });
6720
6720
  };
6721
6721
  /**
6722
- * @summary List AC3 Configurations. Deprecation notice: use Dolby Digital instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings
6722
+ * @summary List AC3 Configurations
6723
6723
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
6724
6724
  * @throws {BitmovinError}
6725
6725
  * @memberof Ac3Api
@@ -8185,7 +8185,7 @@ var Eac3Api = /** @class */ (function (_super) {
8185
8185
  return _this;
8186
8186
  }
8187
8187
  /**
8188
- * @summary Create E-AC3 Codec Configuration. Deprecation notice: use Dolby Digital Plus instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings
8188
+ * @summary Create E-AC3 Codec Configuration
8189
8189
  * @param {Eac3AudioConfiguration} eac3AudioConfiguration The E-AC3 Codec Configuration to be created
8190
8190
  * @throws {BitmovinError}
8191
8191
  * @memberof Eac3Api
@@ -8196,7 +8196,7 @@ var Eac3Api = /** @class */ (function (_super) {
8196
8196
  });
8197
8197
  };
8198
8198
  /**
8199
- * @summary Delete E-AC3 Codec Configuration. Deprecation notice: use Dolby Digital Plus instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings
8199
+ * @summary Delete E-AC3 Codec Configuration
8200
8200
  * @param {string} configurationId Id of the codec configuration
8201
8201
  * @throws {BitmovinError}
8202
8202
  * @memberof Eac3Api
@@ -8210,7 +8210,7 @@ var Eac3Api = /** @class */ (function (_super) {
8210
8210
  });
8211
8211
  };
8212
8212
  /**
8213
- * @summary E-AC3 Codec Configuration Details. Deprecation notice: use Dolby Digital Plus instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings
8213
+ * @summary E-AC3 Codec Configuration Details
8214
8214
  * @param {string} configurationId Id of the codec configuration
8215
8215
  * @throws {BitmovinError}
8216
8216
  * @memberof Eac3Api
@@ -8224,7 +8224,7 @@ var Eac3Api = /** @class */ (function (_super) {
8224
8224
  });
8225
8225
  };
8226
8226
  /**
8227
- * @summary List E-AC3 Configurations. Deprecation notice: use Dolby Digital Plus instead. For more information check out our tutorial here: https://bitmovin.com/docs/encoding/tutorials/how-to-create-dolby-digital-plus-encodings
8227
+ * @summary List E-AC3 Configurations
8228
8228
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
8229
8229
  * @throws {BitmovinError}
8230
8230
  * @memberof Eac3Api
@@ -12200,7 +12200,7 @@ var EncodingListQueryParamsBuilder = /** @class */ (function () {
12200
12200
  };
12201
12201
  /**
12202
12202
  *
12203
- * @param includeTotalCount A boolean indicating whether the total count should be returned as well. Default is true
12203
+ * @param includeTotalCount A boolean indicating whether the total count should be returned as well. Default is false. Setting this flag to true is discouraged.
12204
12204
  */
12205
12205
  EncodingListQueryParamsBuilder.prototype.includeTotalCount = function (includeTotalCount) {
12206
12206
  this.internalParams.includeTotalCount = includeTotalCount;
@@ -12208,7 +12208,7 @@ var EncodingListQueryParamsBuilder = /** @class */ (function () {
12208
12208
  };
12209
12209
  /**
12210
12210
  *
12211
- * @param sort Order list result according an encoding resource attribute. The fields that can be used for sorting are: + `id` + `startedAt` + `createdAt` + `modifiedAt` + `finishedAt` + `type` + `name` + `status` + `cloudRegion` + `encoderVersion`
12211
+ * @param sort Order list result according an encoding resource attribute. The fields that can be used for sorting are: + `id` + `startedAt` + `createdAt` + `modifiedAt` + `finishedAt` + `type` + `name` + `status` + `cloudRegion` + `encoderVersion`
12212
12212
  */
12213
12213
  EncodingListQueryParamsBuilder.prototype.sort = function (sort) {
12214
12214
  this.internalParams.sort = sort;
@@ -15812,7 +15812,7 @@ var InsertableContentApi = /** @class */ (function (_super) {
15812
15812
  return _this;
15813
15813
  }
15814
15814
  /**
15815
- * @summary Make Insertable Content Available For A Live Encoding
15815
+ * @summary Create Insertable Content
15816
15816
  * @param {string} encodingId Id of the encoding.
15817
15817
  * @param {InsertableContent} insertableContent The insertable content to be created
15818
15818
  * @throws {BitmovinError}
@@ -15827,7 +15827,7 @@ var InsertableContentApi = /** @class */ (function (_super) {
15827
15827
  });
15828
15828
  };
15829
15829
  /**
15830
- * @summary List All Insertable Content Available For A Live Encoding
15830
+ * @summary List Insertable Content
15831
15831
  * @param {string} encodingId Id of the encoding.
15832
15832
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
15833
15833
  * @throws {BitmovinError}
@@ -15935,7 +15935,7 @@ var ScheduleApi = /** @class */ (function (_super) {
15935
15935
  return _super.call(this, configuration) || this;
15936
15936
  }
15937
15937
  /**
15938
- * @summary Schedule Insertable Content For a Live Encoding
15938
+ * @summary Schedule Insertable Content
15939
15939
  * @param {string} encodingId Id of the encoding.
15940
15940
  * @param {string} contentId Id of the insertable content.
15941
15941
  * @param {ScheduledInsertableContent} scheduledInsertableContent The scheduled insertable content to be created
@@ -16016,7 +16016,7 @@ var ScheduledApi = /** @class */ (function (_super) {
16016
16016
  return _super.call(this, configuration) || this;
16017
16017
  }
16018
16018
  /**
16019
- * @summary List All Scheduled Insertable Content For A Live Encoding
16019
+ * @summary List Scheduled Insertable Content
16020
16020
  * @param {string} encodingId Id of the encoding.
16021
16021
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
16022
16022
  * @throws {BitmovinError}
@@ -19893,7 +19893,7 @@ var Mp4Api = /** @class */ (function (_super) {
19893
19893
  /**
19894
19894
  * @summary Add MP4 muxing
19895
19895
  * @param {string} encodingId Id of the encoding.
19896
- * @param {Mp4Muxing} mp4Muxing The MP4 muxing to be created
19896
+ * @param {Mp4Muxing} mp4Muxing The progressive MP4 muxing to be created
19897
19897
  * @throws {BitmovinError}
19898
19898
  * @memberof Mp4Api
19899
19899
  */
@@ -29859,7 +29859,7 @@ var PsnrApi = /** @class */ (function (_super) {
29859
29859
  return _super.call(this, configuration) || this;
29860
29860
  }
29861
29861
  /**
29862
- * @summary Activate PSNR quality metrics for the selected stream
29862
+ * @summary PSNR quality metrics
29863
29863
  * @param {string} encodingId Id of the encoding.
29864
29864
  * @param {string} streamId Id of the stream.
29865
29865
  * @throws {BitmovinError}
@@ -30725,7 +30725,7 @@ var TransferRetriesApi = /** @class */ (function (_super) {
30725
30725
  return _super.call(this, configuration) || this;
30726
30726
  }
30727
30727
  /**
30728
- * @summary Starts transfer retry. A transfer retry is only possible within 72 hours.
30728
+ * @summary Transfer retry
30729
30729
  * @param {string} encodingId Id of the encoding.
30730
30730
  * @throws {BitmovinError}
30731
30731
  * @memberof TransferRetriesApi
@@ -31562,7 +31562,7 @@ var ConformApi = /** @class */ (function (_super) {
31562
31562
  return _this;
31563
31563
  }
31564
31564
  /**
31565
- * @summary Create Conform Filter. Keeps all the frames of the input. The playback time of the output will be slower or faster.
31565
+ * @summary Create Conform Filter
31566
31566
  * @param {ConformFilter} conformFilter The Conform Filter to be created
31567
31567
  * @throws {BitmovinError}
31568
31568
  * @memberof ConformApi
@@ -40232,7 +40232,7 @@ var DashApi = /** @class */ (function (_super) {
40232
40232
  }
40233
40233
  /**
40234
40234
  * @summary Create Custom DASH Manifest
40235
- * @param {DashManifest} dashManifest A Custom DASH Manifest gives you full control over its contents. Add Periods, Adaptation Sets, Representations, Content Protections or Custom XML Elements via the respective endpoints. If you need a simpler solution, create a Default Manifest resource instead. See [documentation](https://developer.bitmovin.com/encoding/docs/default-vs-custom-manifest) page for a comparison
40235
+ * @param {DashManifest} dashManifest The Custom DASH Manifest to be created.
40236
40236
  * @throws {BitmovinError}
40237
40237
  * @memberof DashApi
40238
40238
  */
@@ -40498,7 +40498,7 @@ var DefaultApi = /** @class */ (function (_super) {
40498
40498
  }
40499
40499
  /**
40500
40500
  * @summary Create Default DASH Manifest
40501
- * @param {DashManifestDefault} dashManifestDefault A Default Manifest is the easiest way to create a manifest file. Its contents will be configured automatically, depending on what output your encoding creates (muxings, thumbnails, sprites, subtitles, DRM information). If you need more control, create a Custom Manifest resource instead. See [documentation](https://developer.bitmovin.com/encoding/docs/default-vs-custom-manifest) page for a comparison
40501
+ * @param {DashManifestDefault} dashManifestDefault The Default DASH Manifest to be created.
40502
40502
  * @throws {BitmovinError}
40503
40503
  * @memberof DefaultApi
40504
40504
  */
@@ -44807,7 +44807,7 @@ var HlsApi = /** @class */ (function (_super) {
44807
44807
  }
44808
44808
  /**
44809
44809
  * @summary Create Custom HLS Manifest
44810
- * @param {HlsManifest} hlsManifest A Custom HLS Manifest gives you full control over its contents. Add Variant Streams and Media elements via the respective endpoints. If you need a simpler solution, create a Default Manifest resource instead. See [documentation](https://developer.bitmovin.com/encoding/docs/default-vs-custom-manifest) page for a comparison
44810
+ * @param {HlsManifest} hlsManifest The Custom HLS Manifest to be created.
44811
44811
  * @throws {BitmovinError}
44812
44812
  * @memberof HlsApi
44813
44813
  */
@@ -45073,7 +45073,7 @@ var DefaultApi = /** @class */ (function (_super) {
45073
45073
  }
45074
45074
  /**
45075
45075
  * @summary Create Default HLS Manifest
45076
- * @param {HlsManifestDefault} hlsManifestDefault A Default Manifest is the easiest way to create a manifest file. Its contents will be configured automatically, depending on what output your encoding creates (muxings, thumbnails, sprites, subtitles, DRM information). If you need more control, create a Custom Manifest resource instead. See [documentation](https://developer.bitmovin.com/encoding/docs/default-vs-custom-manifest) page for a comparison
45076
+ * @param {HlsManifestDefault} hlsManifestDefault The Default HLS Manifest to be created.
45077
45077
  * @throws {BitmovinError}
45078
45078
  * @memberof DefaultApi
45079
45079
  */
@@ -46704,7 +46704,7 @@ var SmoothApi = /** @class */ (function (_super) {
46704
46704
  }
46705
46705
  /**
46706
46706
  * @summary Create Smooth Streaming Manifest
46707
- * @param {SmoothStreamingManifest} smoothStreamingManifest A Custom Smooth Streaming Manifest gives you full control over its contents. Add Representations and Content Protections via the respective endpoints. If you need a simpler solution, create a Default Manifest resource instead. See [documentation](https://developer.bitmovin.com/encoding/docs/default-vs-custom-manifest) page for a comparison
46707
+ * @param {SmoothStreamingManifest} smoothStreamingManifest The Custom Smooth Streaming Manifest to be created.
46708
46708
  * @throws {BitmovinError}
46709
46709
  * @memberof SmoothApi
46710
46710
  */
@@ -47127,7 +47127,7 @@ var DefaultApi = /** @class */ (function (_super) {
47127
47127
  }
47128
47128
  /**
47129
47129
  * @summary Create Default Smooth Streaming Manifest
47130
- * @param {SmoothManifestDefault} smoothManifestDefault A Default Manifest is the easiest way to create a manifest file. Its contents will be configured automatically, depending on what output your encoding creates (muxings, thumbnails, sprites, subtitles, DRM information). If you need more control, create a Custom Manifest resource instead. See [documentation](https://developer.bitmovin.com/encoding/docs/default-vs-custom-manifest) page for a comparison
47130
+ * @param {SmoothManifestDefault} smoothManifestDefault The Default Smooth Streaming Manifest to be created.
47131
47131
  * @throws {BitmovinError}
47132
47132
  * @memberof DefaultApi
47133
47133
  */
@@ -50475,7 +50475,7 @@ var LiveApi = /** @class */ (function (_super) {
50475
50475
  }
50476
50476
  /**
50477
50477
  * @summary Create a Simple Encoding Live Job
50478
- * @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created. Check out our [Simple Encoding API Live Documentation](https://bitmovin.com/docs/encoding/articles/simple-encoding-api-live) for additional information about the Simple Encoding API Live.
50478
+ * @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
50479
50479
  * @throws {BitmovinError}
50480
50480
  * @memberof LiveApi
50481
50481
  */
@@ -50603,7 +50603,7 @@ var VodApi = /** @class */ (function (_super) {
50603
50603
  }
50604
50604
  /**
50605
50605
  * @summary Create a Simple Encoding VOD Job
50606
- * @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created. Check out our [Simple Encoding API Documentation](https://bitmovin.com/docs/encoding/articles/simple-encoding-api) for additional information about the Simple Encoding API.
50606
+ * @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created.
50607
50607
  * @throws {BitmovinError}
50608
50608
  * @memberof VodApi
50609
50609
  */
@@ -56863,6 +56863,7 @@ var AnalyticsLicense = /** @class */ (function () {
56863
56863
  this.orderIndex = (0, Mapper_1.map)(obj.orderIndex);
56864
56864
  this.rateLimit = (0, Mapper_1.map)(obj.rateLimit);
56865
56865
  this.features = (0, Mapper_1.map)(obj.features, AnalyticsLicenseFeatures_1.default);
56866
+ this.planExpiredAt = (0, Mapper_1.map)(obj.planExpiredAt, Date);
56866
56867
  }
56867
56868
  return AnalyticsLicense;
56868
56869
  }());
@@ -58014,6 +58015,7 @@ var AnalyticsVirtualLicense = /** @class */ (function () {
58014
58015
  this.licenses = (0, Mapper_1.mapArray)(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
58015
58016
  this.customDataFieldsCount = (0, Mapper_1.map)(obj.customDataFieldsCount);
58016
58017
  this.customDataFieldLabels = (0, Mapper_1.map)(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
58018
+ this.planExpiredAt = (0, Mapper_1.map)(obj.planExpiredAt, Date);
58017
58019
  }
58018
58020
  return AnalyticsVirtualLicense;
58019
58021
  }());
@@ -67323,6 +67325,7 @@ var Encoding = /** @class */ (function (_super) {
67323
67325
  _this.selectedCloudRegion = (0, Mapper_1.map)(obj.selectedCloudRegion);
67324
67326
  _this.status = (0, Mapper_1.map)(obj.status);
67325
67327
  _this.labels = (0, Mapper_1.mapArray)(obj.labels);
67328
+ _this.liveOptionsType = (0, Mapper_1.map)(obj.liveOptionsType);
67326
67329
  return _this;
67327
67330
  }
67328
67331
  return Encoding;
@@ -72726,6 +72729,29 @@ exports.LiveMediaIngestOutput = LiveMediaIngestOutput;
72726
72729
  exports["default"] = LiveMediaIngestOutput;
72727
72730
 
72728
72731
 
72732
+ /***/ }),
72733
+
72734
+ /***/ "./models/LiveOptionsType.ts":
72735
+ /*!***********************************!*\
72736
+ !*** ./models/LiveOptionsType.ts ***!
72737
+ \***********************************/
72738
+ /***/ ((__unused_webpack_module, exports) => {
72739
+
72740
+ "use strict";
72741
+
72742
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
72743
+ exports.LiveOptionsType = void 0;
72744
+ /**
72745
+ * @export
72746
+ * @enum {string}
72747
+ */
72748
+ var LiveOptionsType;
72749
+ (function (LiveOptionsType) {
72750
+ LiveOptionsType["HD"] = "HD";
72751
+ })(LiveOptionsType = exports.LiveOptionsType || (exports.LiveOptionsType = {}));
72752
+ exports["default"] = LiveOptionsType;
72753
+
72754
+
72729
72755
  /***/ }),
72730
72756
 
72731
72757
  /***/ "./models/LocalInput.ts":
@@ -75978,6 +76004,7 @@ var PresetConfiguration;
75978
76004
  PresetConfiguration["VOD_EXTRAHIGH_SPEED"] = "VOD_EXTRAHIGH_SPEED";
75979
76005
  PresetConfiguration["VOD_SUPERHIGH_SPEED"] = "VOD_SUPERHIGH_SPEED";
75980
76006
  PresetConfiguration["VOD_ULTRAHIGH_SPEED"] = "VOD_ULTRAHIGH_SPEED";
76007
+ PresetConfiguration["VOD_HARDWARE_SHORTFORM"] = "VOD_HARDWARE_SHORTFORM";
75981
76008
  })(PresetConfiguration = exports.PresetConfiguration || (exports.PresetConfiguration = {}));
75982
76009
  exports["default"] = PresetConfiguration;
75983
76010
 
@@ -76052,6 +76079,7 @@ var PrewarmedEncoderPool = /** @class */ (function (_super) {
76052
76079
  _this.infrastructureId = (0, Mapper_1.map)(obj.infrastructureId);
76053
76080
  _this.diskSize = (0, Mapper_1.map)(obj.diskSize);
76054
76081
  _this.targetPoolSize = (0, Mapper_1.map)(obj.targetPoolSize);
76082
+ _this.gpuEnabled = (0, Mapper_1.map)(obj.gpuEnabled);
76055
76083
  _this.status = (0, Mapper_1.map)(obj.status);
76056
76084
  return _this;
76057
76085
  }
@@ -80325,6 +80353,7 @@ var SpekeDrmProvider = /** @class */ (function () {
80325
80353
  this.url = (0, Mapper_1.map)(obj.url);
80326
80354
  this.username = (0, Mapper_1.map)(obj.username);
80327
80355
  this.password = (0, Mapper_1.map)(obj.password);
80356
+ this.apiKey = (0, Mapper_1.map)(obj.apiKey);
80328
80357
  this.roleArn = (0, Mapper_1.map)(obj.roleArn);
80329
80358
  this.externalId = (0, Mapper_1.map)(obj.externalId);
80330
80359
  this.externalIdMode = (0, Mapper_1.map)(obj.externalIdMode);
@@ -81891,78 +81920,6 @@ exports.StreamsAdConfigResponse = StreamsAdConfigResponse;
81891
81920
  exports["default"] = StreamsAdConfigResponse;
81892
81921
 
81893
81922
 
81894
- /***/ }),
81895
-
81896
- /***/ "./models/StreamsConfigPlayerStyle.ts":
81897
- /*!********************************************!*\
81898
- !*** ./models/StreamsConfigPlayerStyle.ts ***!
81899
- \********************************************/
81900
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
81901
-
81902
- "use strict";
81903
-
81904
- Object.defineProperty(exports, "__esModule", ({ value: true }));
81905
- exports.StreamsConfigPlayerStyle = void 0;
81906
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
81907
- /**
81908
- * Player style config
81909
- * @export
81910
- * @class StreamsConfigPlayerStyle
81911
- */
81912
- var StreamsConfigPlayerStyle = /** @class */ (function () {
81913
- function StreamsConfigPlayerStyle(obj) {
81914
- if (!obj) {
81915
- return;
81916
- }
81917
- this.playbackMarkerBgColor = (0, Mapper_1.map)(obj.playbackMarkerBgColor);
81918
- this.playbackMarkerBorderColor = (0, Mapper_1.map)(obj.playbackMarkerBorderColor);
81919
- this.playbackTrackPlayedColor = (0, Mapper_1.map)(obj.playbackTrackPlayedColor);
81920
- this.playbackTrackBufferedColor = (0, Mapper_1.map)(obj.playbackTrackBufferedColor);
81921
- this.playbackTrackBgColor = (0, Mapper_1.map)(obj.playbackTrackBgColor);
81922
- this.textColor = (0, Mapper_1.map)(obj.textColor);
81923
- this.backgroundColor = (0, Mapper_1.map)(obj.backgroundColor);
81924
- }
81925
- return StreamsConfigPlayerStyle;
81926
- }());
81927
- exports.StreamsConfigPlayerStyle = StreamsConfigPlayerStyle;
81928
- exports["default"] = StreamsConfigPlayerStyle;
81929
-
81930
-
81931
- /***/ }),
81932
-
81933
- /***/ "./models/StreamsConfigResponse.ts":
81934
- /*!*****************************************!*\
81935
- !*** ./models/StreamsConfigResponse.ts ***!
81936
- \*****************************************/
81937
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
81938
-
81939
- "use strict";
81940
-
81941
- Object.defineProperty(exports, "__esModule", ({ value: true }));
81942
- exports.StreamsConfigResponse = void 0;
81943
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
81944
- var StreamsConfigPlayerStyle_1 = __webpack_require__(/*! ./StreamsConfigPlayerStyle */ "./models/StreamsConfigPlayerStyle.ts");
81945
- /**
81946
- * @export
81947
- * @class StreamsConfigResponse
81948
- */
81949
- var StreamsConfigResponse = /** @class */ (function () {
81950
- function StreamsConfigResponse(obj) {
81951
- if (!obj) {
81952
- return;
81953
- }
81954
- this.id = (0, Mapper_1.map)(obj.id);
81955
- this.orgId = (0, Mapper_1.map)(obj.orgId);
81956
- this.playerStyle = (0, Mapper_1.map)(obj.playerStyle, StreamsConfigPlayerStyle_1.default);
81957
- this.watermarkUrl = (0, Mapper_1.map)(obj.watermarkUrl);
81958
- this.watermarkTargetLink = (0, Mapper_1.map)(obj.watermarkTargetLink);
81959
- }
81960
- return StreamsConfigResponse;
81961
- }());
81962
- exports.StreamsConfigResponse = StreamsConfigResponse;
81963
- exports["default"] = StreamsConfigResponse;
81964
-
81965
-
81966
81923
  /***/ }),
81967
81924
 
81968
81925
  /***/ "./models/StreamsContentProtectionResponse.ts":
@@ -81988,6 +81945,7 @@ var StreamsContentProtectionResponse = /** @class */ (function () {
81988
81945
  this.id = (0, Mapper_1.map)(obj.id);
81989
81946
  this.allowedDomains = (0, Mapper_1.mapArray)(obj.allowedDomains);
81990
81947
  this.allowNoReferer = (0, Mapper_1.map)(obj.allowNoReferer);
81948
+ this.allowShare = (0, Mapper_1.map)(obj.allowShare);
81991
81949
  }
81992
81950
  return StreamsContentProtectionResponse;
81993
81951
  }());
@@ -82019,7 +81977,7 @@ var StreamsLiveCreateRequest = /** @class */ (function () {
82019
81977
  }
82020
81978
  this.title = (0, Mapper_1.map)(obj.title);
82021
81979
  this.description = (0, Mapper_1.map)(obj.description);
82022
- this.configId = (0, Mapper_1.map)(obj.configId);
81980
+ this.styleConfigId = (0, Mapper_1.map)(obj.styleConfigId);
82023
81981
  this.adConfigId = (0, Mapper_1.map)(obj.adConfigId);
82024
81982
  }
82025
81983
  return StreamsLiveCreateRequest;
@@ -82068,8 +82026,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
82068
82026
  exports.StreamsLiveResponse = void 0;
82069
82027
  var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82070
82028
  var StreamsAdConfigResponse_1 = __webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts");
82071
- var StreamsConfigResponse_1 = __webpack_require__(/*! ./StreamsConfigResponse */ "./models/StreamsConfigResponse.ts");
82072
82029
  var StreamsContentProtectionResponse_1 = __webpack_require__(/*! ./StreamsContentProtectionResponse */ "./models/StreamsContentProtectionResponse.ts");
82030
+ var StreamsStyleConfigResponse_1 = __webpack_require__(/*! ./StreamsStyleConfigResponse */ "./models/StreamsStyleConfigResponse.ts");
82073
82031
  /**
82074
82032
  * @export
82075
82033
  * @class StreamsLiveResponse
@@ -82085,7 +82043,7 @@ var StreamsLiveResponse = /** @class */ (function () {
82085
82043
  this.description = (0, Mapper_1.map)(obj.description);
82086
82044
  this.createdAt = (0, Mapper_1.map)(obj.createdAt, Date);
82087
82045
  this.lifeCycle = (0, Mapper_1.map)(obj.lifeCycle);
82088
- this.config = (0, Mapper_1.map)(obj.config, StreamsConfigResponse_1.default);
82046
+ this.styleConfig = (0, Mapper_1.map)(obj.styleConfig, StreamsStyleConfigResponse_1.default);
82089
82047
  this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
82090
82048
  this.adConfig = (0, Mapper_1.map)(obj.adConfig, StreamsAdConfigResponse_1.default);
82091
82049
  this.contentProtection = (0, Mapper_1.map)(obj.contentProtection, StreamsContentProtectionResponse_1.default);
@@ -82120,9 +82078,10 @@ var StreamsLiveUpdateRequest = /** @class */ (function () {
82120
82078
  }
82121
82079
  this.title = (0, Mapper_1.map)(obj.title);
82122
82080
  this.description = (0, Mapper_1.map)(obj.description);
82123
- this.configId = (0, Mapper_1.map)(obj.configId);
82081
+ this.styleConfigId = (0, Mapper_1.map)(obj.styleConfigId);
82124
82082
  this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
82125
82083
  this.adConfigId = (0, Mapper_1.map)(obj.adConfigId);
82084
+ this.contentProtectionId = (0, Mapper_1.map)(obj.contentProtectionId);
82126
82085
  }
82127
82086
  return StreamsLiveUpdateRequest;
82128
82087
  }());
@@ -82130,6 +82089,78 @@ exports.StreamsLiveUpdateRequest = StreamsLiveUpdateRequest;
82130
82089
  exports["default"] = StreamsLiveUpdateRequest;
82131
82090
 
82132
82091
 
82092
+ /***/ }),
82093
+
82094
+ /***/ "./models/StreamsStyleConfigPlayerStyle.ts":
82095
+ /*!*************************************************!*\
82096
+ !*** ./models/StreamsStyleConfigPlayerStyle.ts ***!
82097
+ \*************************************************/
82098
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
82099
+
82100
+ "use strict";
82101
+
82102
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
82103
+ exports.StreamsStyleConfigPlayerStyle = void 0;
82104
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82105
+ /**
82106
+ * Player style config
82107
+ * @export
82108
+ * @class StreamsStyleConfigPlayerStyle
82109
+ */
82110
+ var StreamsStyleConfigPlayerStyle = /** @class */ (function () {
82111
+ function StreamsStyleConfigPlayerStyle(obj) {
82112
+ if (!obj) {
82113
+ return;
82114
+ }
82115
+ this.playbackMarkerBgColor = (0, Mapper_1.map)(obj.playbackMarkerBgColor);
82116
+ this.playbackMarkerBorderColor = (0, Mapper_1.map)(obj.playbackMarkerBorderColor);
82117
+ this.playbackTrackPlayedColor = (0, Mapper_1.map)(obj.playbackTrackPlayedColor);
82118
+ this.playbackTrackBufferedColor = (0, Mapper_1.map)(obj.playbackTrackBufferedColor);
82119
+ this.playbackTrackBgColor = (0, Mapper_1.map)(obj.playbackTrackBgColor);
82120
+ this.textColor = (0, Mapper_1.map)(obj.textColor);
82121
+ this.backgroundColor = (0, Mapper_1.map)(obj.backgroundColor);
82122
+ }
82123
+ return StreamsStyleConfigPlayerStyle;
82124
+ }());
82125
+ exports.StreamsStyleConfigPlayerStyle = StreamsStyleConfigPlayerStyle;
82126
+ exports["default"] = StreamsStyleConfigPlayerStyle;
82127
+
82128
+
82129
+ /***/ }),
82130
+
82131
+ /***/ "./models/StreamsStyleConfigResponse.ts":
82132
+ /*!**********************************************!*\
82133
+ !*** ./models/StreamsStyleConfigResponse.ts ***!
82134
+ \**********************************************/
82135
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
82136
+
82137
+ "use strict";
82138
+
82139
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
82140
+ exports.StreamsStyleConfigResponse = void 0;
82141
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82142
+ var StreamsStyleConfigPlayerStyle_1 = __webpack_require__(/*! ./StreamsStyleConfigPlayerStyle */ "./models/StreamsStyleConfigPlayerStyle.ts");
82143
+ /**
82144
+ * @export
82145
+ * @class StreamsStyleConfigResponse
82146
+ */
82147
+ var StreamsStyleConfigResponse = /** @class */ (function () {
82148
+ function StreamsStyleConfigResponse(obj) {
82149
+ if (!obj) {
82150
+ return;
82151
+ }
82152
+ this.id = (0, Mapper_1.map)(obj.id);
82153
+ this.orgId = (0, Mapper_1.map)(obj.orgId);
82154
+ this.playerStyle = (0, Mapper_1.map)(obj.playerStyle, StreamsStyleConfigPlayerStyle_1.default);
82155
+ this.watermarkUrl = (0, Mapper_1.map)(obj.watermarkUrl);
82156
+ this.watermarkTargetLink = (0, Mapper_1.map)(obj.watermarkTargetLink);
82157
+ }
82158
+ return StreamsStyleConfigResponse;
82159
+ }());
82160
+ exports.StreamsStyleConfigResponse = StreamsStyleConfigResponse;
82161
+ exports["default"] = StreamsStyleConfigResponse;
82162
+
82163
+
82133
82164
  /***/ }),
82134
82165
 
82135
82166
  /***/ "./models/StreamsVideoCreateRequest.ts":
@@ -82155,7 +82186,7 @@ var StreamsVideoCreateRequest = /** @class */ (function () {
82155
82186
  this.assetUrl = (0, Mapper_1.map)(obj.assetUrl);
82156
82187
  this.title = (0, Mapper_1.map)(obj.title);
82157
82188
  this.description = (0, Mapper_1.map)(obj.description);
82158
- this.configId = (0, Mapper_1.map)(obj.configId);
82189
+ this.styleConfigId = (0, Mapper_1.map)(obj.styleConfigId);
82159
82190
  this.adConfigId = (0, Mapper_1.map)(obj.adConfigId);
82160
82191
  }
82161
82192
  return StreamsVideoCreateRequest;
@@ -82259,8 +82290,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
82259
82290
  exports.StreamsVideoResponse = void 0;
82260
82291
  var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82261
82292
  var StreamsAdConfigResponse_1 = __webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts");
82262
- var StreamsConfigResponse_1 = __webpack_require__(/*! ./StreamsConfigResponse */ "./models/StreamsConfigResponse.ts");
82263
82293
  var StreamsContentProtectionResponse_1 = __webpack_require__(/*! ./StreamsContentProtectionResponse */ "./models/StreamsContentProtectionResponse.ts");
82294
+ var StreamsStyleConfigResponse_1 = __webpack_require__(/*! ./StreamsStyleConfigResponse */ "./models/StreamsStyleConfigResponse.ts");
82264
82295
  var StreamsVideoEncodingTask_1 = __webpack_require__(/*! ./StreamsVideoEncodingTask */ "./models/StreamsVideoEncodingTask.ts");
82265
82296
  /**
82266
82297
  * @export
@@ -82277,7 +82308,7 @@ var StreamsVideoResponse = /** @class */ (function () {
82277
82308
  this.description = (0, Mapper_1.map)(obj.description);
82278
82309
  this.createdAt = (0, Mapper_1.map)(obj.createdAt, Date);
82279
82310
  this.status = (0, Mapper_1.map)(obj.status);
82280
- this.config = (0, Mapper_1.map)(obj.config, StreamsConfigResponse_1.default);
82311
+ this.styleConfig = (0, Mapper_1.map)(obj.styleConfig, StreamsStyleConfigResponse_1.default);
82281
82312
  this.encodingTasks = (0, Mapper_1.mapArray)(obj.encodingTasks, StreamsVideoEncodingTask_1.default);
82282
82313
  this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
82283
82314
  this.adConfig = (0, Mapper_1.map)(obj.adConfig, StreamsAdConfigResponse_1.default);
@@ -82338,9 +82369,10 @@ var StreamsVideoUpdateRequest = /** @class */ (function () {
82338
82369
  this.status = (0, Mapper_1.map)(obj.status);
82339
82370
  this.title = (0, Mapper_1.map)(obj.title);
82340
82371
  this.description = (0, Mapper_1.map)(obj.description);
82341
- this.configId = (0, Mapper_1.map)(obj.configId);
82372
+ this.styleConfigId = (0, Mapper_1.map)(obj.styleConfigId);
82342
82373
  this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
82343
82374
  this.adConfigId = (0, Mapper_1.map)(obj.adConfigId);
82375
+ this.contentProtectionId = (0, Mapper_1.map)(obj.contentProtectionId);
82344
82376
  }
82345
82377
  return StreamsVideoUpdateRequest;
82346
82378
  }());
@@ -86045,6 +86077,7 @@ __exportStar(__webpack_require__(/*! ./LiveEncodingStatsEventDetails */ "./model
86045
86077
  __exportStar(__webpack_require__(/*! ./LiveEncodingStatus */ "./models/LiveEncodingStatus.ts"), exports);
86046
86078
  __exportStar(__webpack_require__(/*! ./LiveHlsManifest */ "./models/LiveHlsManifest.ts"), exports);
86047
86079
  __exportStar(__webpack_require__(/*! ./LiveMediaIngestOutput */ "./models/LiveMediaIngestOutput.ts"), exports);
86080
+ __exportStar(__webpack_require__(/*! ./LiveOptionsType */ "./models/LiveOptionsType.ts"), exports);
86048
86081
  __exportStar(__webpack_require__(/*! ./LocalInput */ "./models/LocalInput.ts"), exports);
86049
86082
  __exportStar(__webpack_require__(/*! ./LocalOutput */ "./models/LocalOutput.ts"), exports);
86050
86083
  __exportStar(__webpack_require__(/*! ./Manifest */ "./models/Manifest.ts"), exports);
@@ -86279,13 +86312,13 @@ __exportStar(__webpack_require__(/*! ./StreamPerTitleSettings */ "./models/Strea
86279
86312
  __exportStar(__webpack_require__(/*! ./StreamSelectionMode */ "./models/StreamSelectionMode.ts"), exports);
86280
86313
  __exportStar(__webpack_require__(/*! ./StreamsAdConfigAd */ "./models/StreamsAdConfigAd.ts"), exports);
86281
86314
  __exportStar(__webpack_require__(/*! ./StreamsAdConfigResponse */ "./models/StreamsAdConfigResponse.ts"), exports);
86282
- __exportStar(__webpack_require__(/*! ./StreamsConfigPlayerStyle */ "./models/StreamsConfigPlayerStyle.ts"), exports);
86283
- __exportStar(__webpack_require__(/*! ./StreamsConfigResponse */ "./models/StreamsConfigResponse.ts"), exports);
86284
86315
  __exportStar(__webpack_require__(/*! ./StreamsContentProtectionResponse */ "./models/StreamsContentProtectionResponse.ts"), exports);
86285
86316
  __exportStar(__webpack_require__(/*! ./StreamsLiveCreateRequest */ "./models/StreamsLiveCreateRequest.ts"), exports);
86286
86317
  __exportStar(__webpack_require__(/*! ./StreamsLiveLifeCycle */ "./models/StreamsLiveLifeCycle.ts"), exports);
86287
86318
  __exportStar(__webpack_require__(/*! ./StreamsLiveResponse */ "./models/StreamsLiveResponse.ts"), exports);
86288
86319
  __exportStar(__webpack_require__(/*! ./StreamsLiveUpdateRequest */ "./models/StreamsLiveUpdateRequest.ts"), exports);
86320
+ __exportStar(__webpack_require__(/*! ./StreamsStyleConfigPlayerStyle */ "./models/StreamsStyleConfigPlayerStyle.ts"), exports);
86321
+ __exportStar(__webpack_require__(/*! ./StreamsStyleConfigResponse */ "./models/StreamsStyleConfigResponse.ts"), exports);
86289
86322
  __exportStar(__webpack_require__(/*! ./StreamsVideoCreateRequest */ "./models/StreamsVideoCreateRequest.ts"), exports);
86290
86323
  __exportStar(__webpack_require__(/*! ./StreamsVideoEncodingStatus */ "./models/StreamsVideoEncodingStatus.ts"), exports);
86291
86324
  __exportStar(__webpack_require__(/*! ./StreamsVideoEncodingTask */ "./models/StreamsVideoEncodingTask.ts"), exports);
@@ -87619,7 +87652,7 @@ var ErrorApi = /** @class */ (function (_super) {
87619
87652
  }
87620
87653
  /**
87621
87654
  * @summary Add 'Encoding Error' Webhook
87622
- * @param {Webhook} webhook The 'Encoding Error' Webhook to be added. A maximum number of 5 webhooks is allowed
87655
+ * @param {Webhook} webhook The 'Encoding Error' Webhook to be added.
87623
87656
  * @throws {BitmovinError}
87624
87657
  * @memberof ErrorApi
87625
87658
  */
@@ -87952,7 +87985,7 @@ var FinishedApi = /** @class */ (function (_super) {
87952
87985
  }
87953
87986
  /**
87954
87987
  * @summary Add 'Encoding Finished' Webhook
87955
- * @param {Webhook} webhook The 'Encoding Finished' Webhook to be added. A maximum number of 5 webhooks is allowed
87988
+ * @param {Webhook} webhook The 'Encoding Finished' Webhook to be added.
87956
87989
  * @throws {BitmovinError}
87957
87990
  * @memberof FinishedApi
87958
87991
  */
@@ -88371,7 +88404,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
88371
88404
  }
88372
88405
  /**
88373
88406
  * @summary Add 'Encoding Transfer Error' Webhook
88374
- * @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added. A maximum number of 5 webhooks is allowed
88407
+ * @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added.
88375
88408
  * @throws {BitmovinError}
88376
88409
  * @memberof TransferErrorApi
88377
88410
  */
@@ -88811,7 +88844,7 @@ var ErrorApi = /** @class */ (function (_super) {
88811
88844
  }
88812
88845
  /**
88813
88846
  * @summary Add 'Manifest Error' Webhook (All Manifests)
88814
- * @param {Webhook} webhook Add a new webhook notification if a manifest generation failed with an error. A maximum number of 5 webhooks is allowed
88847
+ * @param {Webhook} webhook The 'Manifest Error' Webhook to be added.
88815
88848
  * @throws {BitmovinError}
88816
88849
  * @memberof ErrorApi
88817
88850
  */
@@ -88912,7 +88945,7 @@ var FinishedApi = /** @class */ (function (_super) {
88912
88945
  }
88913
88946
  /**
88914
88947
  * @summary Add 'Manifest Finished Successfully' Webhook (All Manifests)
88915
- * @param {Webhook} webhook Add a new webhook notification if a manifest generation finished successfully. A maximum number of 5 webhooks is allowed
88948
+ * @param {Webhook} webhook Add a new webhook notification that triggers if a manifest generation finished successfully. A maximum number of 5 webhooks is allowed
88916
88949
  * @throws {BitmovinError}
88917
88950
  * @memberof FinishedApi
88918
88951
  */
@@ -90111,7 +90144,7 @@ var LiveApi = /** @class */ (function (_super) {
90111
90144
  /**
90112
90145
  * @summary Update live stream by id
90113
90146
  * @param {string} streamId Id of the stream.
90114
- * @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest The updated stream config object.
90147
+ * @param {StreamsLiveUpdateRequest} streamsLiveUpdateRequest The updated Streams live object.
90115
90148
  * @throws {BitmovinError}
90116
90149
  * @memberof LiveApi
90117
90150
  */
@@ -90426,7 +90459,7 @@ var VideoApi = /** @class */ (function (_super) {
90426
90459
  });
90427
90460
  };
90428
90461
  /**
90429
- * @summary Partially update stream config by id
90462
+ * @summary Partially update video stream by id
90430
90463
  * @param {string} streamId Id of the stream.
90431
90464
  * @param {StreamsVideoUpdateRequest} streamsVideoUpdateRequest Stream fields to update.
90432
90465
  * @throws {BitmovinError}