@bitmovin/api-sdk 1.165.0 → 1.166.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 (67) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +59 -29
  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/live/insertableContent/InsertableContentApi.d.ts +2 -2
  10. package/dist/encoding/encodings/live/insertableContent/InsertableContentApi.js +2 -2
  11. package/dist/encoding/encodings/live/insertableContent/schedule/ScheduleApi.d.ts +1 -1
  12. package/dist/encoding/encodings/live/insertableContent/schedule/ScheduleApi.js +1 -1
  13. package/dist/encoding/encodings/live/insertableContent/scheduled/ScheduledApi.d.ts +1 -1
  14. package/dist/encoding/encodings/live/insertableContent/scheduled/ScheduledApi.js +1 -1
  15. package/dist/encoding/encodings/streams/qc/psnr/PsnrApi.d.ts +1 -1
  16. package/dist/encoding/encodings/streams/qc/psnr/PsnrApi.js +1 -1
  17. package/dist/encoding/encodings/transferRetries/TransferRetriesApi.d.ts +1 -1
  18. package/dist/encoding/encodings/transferRetries/TransferRetriesApi.js +1 -1
  19. package/dist/encoding/filters/conform/ConformApi.d.ts +1 -1
  20. package/dist/encoding/filters/conform/ConformApi.js +1 -1
  21. package/dist/encoding/manifests/dash/DashApi.d.ts +1 -1
  22. package/dist/encoding/manifests/dash/DashApi.js +1 -1
  23. package/dist/encoding/manifests/dash/default/DefaultApi.d.ts +1 -1
  24. package/dist/encoding/manifests/dash/default/DefaultApi.js +1 -1
  25. package/dist/encoding/manifests/hls/HlsApi.d.ts +1 -1
  26. package/dist/encoding/manifests/hls/HlsApi.js +1 -1
  27. package/dist/encoding/manifests/hls/default/DefaultApi.d.ts +1 -1
  28. package/dist/encoding/manifests/hls/default/DefaultApi.js +1 -1
  29. package/dist/encoding/manifests/smooth/SmoothApi.d.ts +1 -1
  30. package/dist/encoding/manifests/smooth/SmoothApi.js +1 -1
  31. package/dist/encoding/manifests/smooth/default/DefaultApi.d.ts +1 -1
  32. package/dist/encoding/manifests/smooth/default/DefaultApi.js +1 -1
  33. package/dist/encoding/simple/jobs/live/LiveApi.d.ts +1 -1
  34. package/dist/encoding/simple/jobs/live/LiveApi.js +1 -1
  35. package/dist/encoding/simple/jobs/vod/VodApi.d.ts +1 -1
  36. package/dist/encoding/simple/jobs/vod/VodApi.js +1 -1
  37. package/dist/models/Encoding.d.ts +8 -1
  38. package/dist/models/Encoding.js +1 -0
  39. package/dist/models/LiveOptionsType.d.ts +8 -0
  40. package/dist/models/LiveOptionsType.js +12 -0
  41. package/dist/models/PresetConfiguration.d.ts +2 -1
  42. package/dist/models/PresetConfiguration.js +1 -0
  43. package/dist/models/SpekeDrmProvider.d.ts +6 -0
  44. package/dist/models/SpekeDrmProvider.js +1 -0
  45. package/dist/models/StartEncodingRequest.d.ts +1 -1
  46. package/dist/models/StartLiveEncodingRequest.d.ts +1 -1
  47. package/dist/models/Stream.d.ts +1 -1
  48. package/dist/models/StreamsContentProtectionResponse.d.ts +6 -0
  49. package/dist/models/StreamsContentProtectionResponse.js +1 -0
  50. package/dist/models/StreamsLiveUpdateRequest.d.ts +6 -0
  51. package/dist/models/StreamsLiveUpdateRequest.js +1 -0
  52. package/dist/models/StreamsVideoUpdateRequest.d.ts +6 -0
  53. package/dist/models/StreamsVideoUpdateRequest.js +1 -0
  54. package/dist/models/VideoConfiguration.d.ts +1 -1
  55. package/dist/models/index.d.ts +1 -0
  56. package/dist/models/index.js +1 -0
  57. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.d.ts +1 -1
  58. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.js +1 -1
  59. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.d.ts +1 -1
  60. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.js +1 -1
  61. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.d.ts +1 -1
  62. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.js +1 -1
  63. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +1 -1
  64. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +1 -1
  65. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +1 -1
  66. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +1 -1
  67. package/package.json +1 -1
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.166.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.166.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
@@ -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}
@@ -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
  */
@@ -67323,6 +67323,7 @@ var Encoding = /** @class */ (function (_super) {
67323
67323
  _this.selectedCloudRegion = (0, Mapper_1.map)(obj.selectedCloudRegion);
67324
67324
  _this.status = (0, Mapper_1.map)(obj.status);
67325
67325
  _this.labels = (0, Mapper_1.mapArray)(obj.labels);
67326
+ _this.liveOptionsType = (0, Mapper_1.map)(obj.liveOptionsType);
67326
67327
  return _this;
67327
67328
  }
67328
67329
  return Encoding;
@@ -72726,6 +72727,29 @@ exports.LiveMediaIngestOutput = LiveMediaIngestOutput;
72726
72727
  exports["default"] = LiveMediaIngestOutput;
72727
72728
 
72728
72729
 
72730
+ /***/ }),
72731
+
72732
+ /***/ "./models/LiveOptionsType.ts":
72733
+ /*!***********************************!*\
72734
+ !*** ./models/LiveOptionsType.ts ***!
72735
+ \***********************************/
72736
+ /***/ ((__unused_webpack_module, exports) => {
72737
+
72738
+ "use strict";
72739
+
72740
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
72741
+ exports.LiveOptionsType = void 0;
72742
+ /**
72743
+ * @export
72744
+ * @enum {string}
72745
+ */
72746
+ var LiveOptionsType;
72747
+ (function (LiveOptionsType) {
72748
+ LiveOptionsType["HD"] = "HD";
72749
+ })(LiveOptionsType = exports.LiveOptionsType || (exports.LiveOptionsType = {}));
72750
+ exports["default"] = LiveOptionsType;
72751
+
72752
+
72729
72753
  /***/ }),
72730
72754
 
72731
72755
  /***/ "./models/LocalInput.ts":
@@ -75978,6 +76002,7 @@ var PresetConfiguration;
75978
76002
  PresetConfiguration["VOD_EXTRAHIGH_SPEED"] = "VOD_EXTRAHIGH_SPEED";
75979
76003
  PresetConfiguration["VOD_SUPERHIGH_SPEED"] = "VOD_SUPERHIGH_SPEED";
75980
76004
  PresetConfiguration["VOD_ULTRAHIGH_SPEED"] = "VOD_ULTRAHIGH_SPEED";
76005
+ PresetConfiguration["VOD_HARDWARE_SHORTFORM"] = "VOD_HARDWARE_SHORTFORM";
75981
76006
  })(PresetConfiguration = exports.PresetConfiguration || (exports.PresetConfiguration = {}));
75982
76007
  exports["default"] = PresetConfiguration;
75983
76008
 
@@ -80325,6 +80350,7 @@ var SpekeDrmProvider = /** @class */ (function () {
80325
80350
  this.url = (0, Mapper_1.map)(obj.url);
80326
80351
  this.username = (0, Mapper_1.map)(obj.username);
80327
80352
  this.password = (0, Mapper_1.map)(obj.password);
80353
+ this.apiKey = (0, Mapper_1.map)(obj.apiKey);
80328
80354
  this.roleArn = (0, Mapper_1.map)(obj.roleArn);
80329
80355
  this.externalId = (0, Mapper_1.map)(obj.externalId);
80330
80356
  this.externalIdMode = (0, Mapper_1.map)(obj.externalIdMode);
@@ -81988,6 +82014,7 @@ var StreamsContentProtectionResponse = /** @class */ (function () {
81988
82014
  this.id = (0, Mapper_1.map)(obj.id);
81989
82015
  this.allowedDomains = (0, Mapper_1.mapArray)(obj.allowedDomains);
81990
82016
  this.allowNoReferer = (0, Mapper_1.map)(obj.allowNoReferer);
82017
+ this.allowShare = (0, Mapper_1.map)(obj.allowShare);
81991
82018
  }
81992
82019
  return StreamsContentProtectionResponse;
81993
82020
  }());
@@ -82123,6 +82150,7 @@ var StreamsLiveUpdateRequest = /** @class */ (function () {
82123
82150
  this.configId = (0, Mapper_1.map)(obj.configId);
82124
82151
  this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
82125
82152
  this.adConfigId = (0, Mapper_1.map)(obj.adConfigId);
82153
+ this.contentProtectionId = (0, Mapper_1.map)(obj.contentProtectionId);
82126
82154
  }
82127
82155
  return StreamsLiveUpdateRequest;
82128
82156
  }());
@@ -82341,6 +82369,7 @@ var StreamsVideoUpdateRequest = /** @class */ (function () {
82341
82369
  this.configId = (0, Mapper_1.map)(obj.configId);
82342
82370
  this.posterUrl = (0, Mapper_1.map)(obj.posterUrl);
82343
82371
  this.adConfigId = (0, Mapper_1.map)(obj.adConfigId);
82372
+ this.contentProtectionId = (0, Mapper_1.map)(obj.contentProtectionId);
82344
82373
  }
82345
82374
  return StreamsVideoUpdateRequest;
82346
82375
  }());
@@ -86045,6 +86074,7 @@ __exportStar(__webpack_require__(/*! ./LiveEncodingStatsEventDetails */ "./model
86045
86074
  __exportStar(__webpack_require__(/*! ./LiveEncodingStatus */ "./models/LiveEncodingStatus.ts"), exports);
86046
86075
  __exportStar(__webpack_require__(/*! ./LiveHlsManifest */ "./models/LiveHlsManifest.ts"), exports);
86047
86076
  __exportStar(__webpack_require__(/*! ./LiveMediaIngestOutput */ "./models/LiveMediaIngestOutput.ts"), exports);
86077
+ __exportStar(__webpack_require__(/*! ./LiveOptionsType */ "./models/LiveOptionsType.ts"), exports);
86048
86078
  __exportStar(__webpack_require__(/*! ./LocalInput */ "./models/LocalInput.ts"), exports);
86049
86079
  __exportStar(__webpack_require__(/*! ./LocalOutput */ "./models/LocalOutput.ts"), exports);
86050
86080
  __exportStar(__webpack_require__(/*! ./Manifest */ "./models/Manifest.ts"), exports);
@@ -87619,7 +87649,7 @@ var ErrorApi = /** @class */ (function (_super) {
87619
87649
  }
87620
87650
  /**
87621
87651
  * @summary Add 'Encoding Error' Webhook
87622
- * @param {Webhook} webhook The 'Encoding Error' Webhook to be added. A maximum number of 5 webhooks is allowed
87652
+ * @param {Webhook} webhook The 'Encoding Error' Webhook to be added.
87623
87653
  * @throws {BitmovinError}
87624
87654
  * @memberof ErrorApi
87625
87655
  */
@@ -87952,7 +87982,7 @@ var FinishedApi = /** @class */ (function (_super) {
87952
87982
  }
87953
87983
  /**
87954
87984
  * @summary Add 'Encoding Finished' Webhook
87955
- * @param {Webhook} webhook The 'Encoding Finished' Webhook to be added. A maximum number of 5 webhooks is allowed
87985
+ * @param {Webhook} webhook The 'Encoding Finished' Webhook to be added.
87956
87986
  * @throws {BitmovinError}
87957
87987
  * @memberof FinishedApi
87958
87988
  */
@@ -88371,7 +88401,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
88371
88401
  }
88372
88402
  /**
88373
88403
  * @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
88404
+ * @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added.
88375
88405
  * @throws {BitmovinError}
88376
88406
  * @memberof TransferErrorApi
88377
88407
  */
@@ -88811,7 +88841,7 @@ var ErrorApi = /** @class */ (function (_super) {
88811
88841
  }
88812
88842
  /**
88813
88843
  * @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
88844
+ * @param {Webhook} webhook The 'Manifest Error' Webhook to be added.
88815
88845
  * @throws {BitmovinError}
88816
88846
  * @memberof ErrorApi
88817
88847
  */
@@ -88912,7 +88942,7 @@ var FinishedApi = /** @class */ (function (_super) {
88912
88942
  }
88913
88943
  /**
88914
88944
  * @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
88945
+ * @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
88946
  * @throws {BitmovinError}
88917
88947
  * @memberof FinishedApi
88918
88948
  */