@bitmovin/api-sdk 1.223.0 → 1.225.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 (45) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +740 -1
  3. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  4. package/dist/common/RestClient.js +1 -1
  5. package/dist/encoding/infrastructure/InfrastructureApi.d.ts +2 -0
  6. package/dist/encoding/infrastructure/InfrastructureApi.js +2 -0
  7. package/dist/encoding/infrastructure/oci/OciAccountListQueryParams.d.ts +28 -0
  8. package/dist/encoding/infrastructure/oci/OciAccountListQueryParams.js +29 -0
  9. package/dist/encoding/infrastructure/oci/OciApi.d.ts +44 -0
  10. package/dist/encoding/infrastructure/oci/OciApi.js +96 -0
  11. package/dist/encoding/infrastructure/oci/regions/OciAccountRegionSettingsListQueryParams.d.ts +28 -0
  12. package/dist/encoding/infrastructure/oci/regions/OciAccountRegionSettingsListQueryParams.js +29 -0
  13. package/dist/encoding/infrastructure/oci/regions/RegionsApi.d.ts +48 -0
  14. package/dist/encoding/infrastructure/oci/regions/RegionsApi.js +107 -0
  15. package/dist/models/AnalyticsAttribute.d.ts +21 -0
  16. package/dist/models/AnalyticsAttribute.js +21 -0
  17. package/dist/models/CacheControl.d.ts +14 -0
  18. package/dist/models/CacheControl.js +19 -0
  19. package/dist/models/CacheControlSettings.d.ts +29 -0
  20. package/dist/models/CacheControlSettings.js +24 -0
  21. package/dist/models/CacheControlSettingsDash.d.ts +21 -0
  22. package/dist/models/CacheControlSettingsDash.js +21 -0
  23. package/dist/models/CacheControlSettingsHls.d.ts +21 -0
  24. package/dist/models/CacheControlSettingsHls.js +21 -0
  25. package/dist/models/CacheControlSettingsSegments.d.ts +21 -0
  26. package/dist/models/CacheControlSettingsSegments.js +21 -0
  27. package/dist/models/EsamSettings.d.ts +39 -0
  28. package/dist/models/EsamSettings.js +24 -0
  29. package/dist/models/OciAccount.d.ts +21 -0
  30. package/dist/models/OciAccount.js +39 -0
  31. package/dist/models/OciAccountRegionSettings.d.ts +22 -0
  32. package/dist/models/OciAccountRegionSettings.js +39 -0
  33. package/dist/models/OciCloudRegion.d.ts +9 -0
  34. package/dist/models/OciCloudRegion.js +13 -0
  35. package/dist/models/PlayerLicenseUpdateRequest.d.ts +14 -0
  36. package/dist/models/PlayerLicenseUpdateRequest.js +19 -0
  37. package/dist/models/PoisEndpointCredentials.d.ts +20 -0
  38. package/dist/models/PoisEndpointCredentials.js +20 -0
  39. package/dist/models/StartLiveEncodingRequest.d.ts +14 -0
  40. package/dist/models/StartLiveEncodingRequest.js +4 -0
  41. package/dist/models/index.d.ts +11 -0
  42. package/dist/models/index.js +11 -0
  43. package/dist/player/licenses/LicensesApi.d.ts +9 -0
  44. package/dist/player/licenses/LicensesApi.js +15 -0
  45. package/package.json +1 -1
@@ -6782,7 +6782,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6782
6782
  var headers = {
6783
6783
  'X-Api-Key': apiKey,
6784
6784
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6785
- 'X-Api-Client-Version': '1.223.0',
6785
+ 'X-Api-Client-Version': '1.225.0',
6786
6786
  'Content-Type': 'application/json'
6787
6787
  };
6788
6788
  if (tenantOrgId) {
@@ -36251,6 +36251,7 @@ var StaticIpsApi_1 = __webpack_require__(/*! ./staticIps/StaticIpsApi */ "./enco
36251
36251
  var AzureApi_1 = __webpack_require__(/*! ./azure/AzureApi */ "./encoding/infrastructure/azure/AzureApi.ts");
36252
36252
  var GceApi_1 = __webpack_require__(/*! ./gce/GceApi */ "./encoding/infrastructure/gce/GceApi.ts");
36253
36253
  var AkamaiApi_1 = __webpack_require__(/*! ./akamai/AkamaiApi */ "./encoding/infrastructure/akamai/AkamaiApi.ts");
36254
+ var OciApi_1 = __webpack_require__(/*! ./oci/OciApi */ "./encoding/infrastructure/oci/OciApi.ts");
36254
36255
  var PrewarmedEncoderPoolsApi_1 = __webpack_require__(/*! ./prewarmedEncoderPools/PrewarmedEncoderPoolsApi */ "./encoding/infrastructure/prewarmedEncoderPools/PrewarmedEncoderPoolsApi.ts");
36255
36256
  /**
36256
36257
  * InfrastructureApi - object-oriented interface
@@ -36267,6 +36268,7 @@ var InfrastructureApi = /** @class */ (function (_super) {
36267
36268
  _this.azure = new AzureApi_1.default(configuration);
36268
36269
  _this.gce = new GceApi_1.default(configuration);
36269
36270
  _this.akamai = new AkamaiApi_1.default(configuration);
36271
+ _this.oci = new OciApi_1.default(configuration);
36270
36272
  _this.prewarmedEncoderPools = new PrewarmedEncoderPoolsApi_1.default(configuration);
36271
36273
  return _this;
36272
36274
  }
@@ -37495,6 +37497,311 @@ var RegionsApi = /** @class */ (function (_super) {
37495
37497
  exports["default"] = RegionsApi;
37496
37498
 
37497
37499
 
37500
+ /***/ }),
37501
+
37502
+ /***/ "./encoding/infrastructure/oci/OciAccountListQueryParams.ts":
37503
+ /*!******************************************************************!*\
37504
+ !*** ./encoding/infrastructure/oci/OciAccountListQueryParams.ts ***!
37505
+ \******************************************************************/
37506
+ /***/ ((__unused_webpack_module, exports) => {
37507
+
37508
+ "use strict";
37509
+
37510
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
37511
+ exports.OciAccountListQueryParamsBuilder = void 0;
37512
+ var OciAccountListQueryParamsBuilder = /** @class */ (function () {
37513
+ function OciAccountListQueryParamsBuilder() {
37514
+ this.internalParams = {};
37515
+ }
37516
+ /**
37517
+ *
37518
+ * @param offset Index of the first item to return, starting at 0. Default is 0
37519
+ */
37520
+ OciAccountListQueryParamsBuilder.prototype.offset = function (offset) {
37521
+ this.internalParams.offset = offset;
37522
+ return this;
37523
+ };
37524
+ /**
37525
+ *
37526
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
37527
+ */
37528
+ OciAccountListQueryParamsBuilder.prototype.limit = function (limit) {
37529
+ this.internalParams.limit = limit;
37530
+ return this;
37531
+ };
37532
+ OciAccountListQueryParamsBuilder.prototype.buildQueryParams = function () {
37533
+ return this.internalParams;
37534
+ };
37535
+ return OciAccountListQueryParamsBuilder;
37536
+ }());
37537
+ exports.OciAccountListQueryParamsBuilder = OciAccountListQueryParamsBuilder;
37538
+
37539
+
37540
+ /***/ }),
37541
+
37542
+ /***/ "./encoding/infrastructure/oci/OciApi.ts":
37543
+ /*!***********************************************!*\
37544
+ !*** ./encoding/infrastructure/oci/OciApi.ts ***!
37545
+ \***********************************************/
37546
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
37547
+
37548
+ "use strict";
37549
+
37550
+ var __extends = (this && this.__extends) || (function () {
37551
+ var extendStatics = function (d, b) {
37552
+ extendStatics = Object.setPrototypeOf ||
37553
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
37554
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
37555
+ return extendStatics(d, b);
37556
+ };
37557
+ return function (d, b) {
37558
+ if (typeof b !== "function" && b !== null)
37559
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
37560
+ extendStatics(d, b);
37561
+ function __() { this.constructor = d; }
37562
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
37563
+ };
37564
+ })();
37565
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
37566
+ var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
37567
+ var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
37568
+ var RegionsApi_1 = __webpack_require__(/*! ./regions/RegionsApi */ "./encoding/infrastructure/oci/regions/RegionsApi.ts");
37569
+ var OciAccount_1 = __webpack_require__(/*! ../../../models/OciAccount */ "./models/OciAccount.ts");
37570
+ var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
37571
+ var OciAccountListQueryParams_1 = __webpack_require__(/*! ./OciAccountListQueryParams */ "./encoding/infrastructure/oci/OciAccountListQueryParams.ts");
37572
+ /**
37573
+ * OciApi - object-oriented interface
37574
+ * @export
37575
+ * @class OciApi
37576
+ * @extends {BaseAPI}
37577
+ */
37578
+ var OciApi = /** @class */ (function (_super) {
37579
+ __extends(OciApi, _super);
37580
+ function OciApi(configuration) {
37581
+ var _this = _super.call(this, configuration) || this;
37582
+ _this.regions = new RegionsApi_1.default(configuration);
37583
+ return _this;
37584
+ }
37585
+ /**
37586
+ * @summary Add OCI account
37587
+ * @param {OciAccount} ociAccount The OCI account to be added
37588
+ * @throws {BitmovinError}
37589
+ * @memberof OciApi
37590
+ */
37591
+ OciApi.prototype.create = function (ociAccount) {
37592
+ return this.restClient.post('/encoding/infrastructure/oci', {}, ociAccount).then(function (response) {
37593
+ return (0, Mapper_1.map)(response, OciAccount_1.default);
37594
+ });
37595
+ };
37596
+ /**
37597
+ * @summary Delete OCI account
37598
+ * @param {string} infrastructureId Id of the OCI account
37599
+ * @throws {BitmovinError}
37600
+ * @memberof OciApi
37601
+ */
37602
+ OciApi.prototype.delete = function (infrastructureId) {
37603
+ var pathParamMap = {
37604
+ infrastructure_id: infrastructureId
37605
+ };
37606
+ return this.restClient.delete('/encoding/infrastructure/oci/{infrastructure_id}', pathParamMap).then(function (response) {
37607
+ return (0, Mapper_1.map)(response, OciAccount_1.default);
37608
+ });
37609
+ };
37610
+ /**
37611
+ * @summary OCI account details
37612
+ * @param {string} infrastructureId Id of the OCI account
37613
+ * @throws {BitmovinError}
37614
+ * @memberof OciApi
37615
+ */
37616
+ OciApi.prototype.get = function (infrastructureId) {
37617
+ var pathParamMap = {
37618
+ infrastructure_id: infrastructureId
37619
+ };
37620
+ return this.restClient.get('/encoding/infrastructure/oci/{infrastructure_id}', pathParamMap).then(function (response) {
37621
+ return (0, Mapper_1.map)(response, OciAccount_1.default);
37622
+ });
37623
+ };
37624
+ /**
37625
+ * @summary List OCI accounts
37626
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
37627
+ * @throws {BitmovinError}
37628
+ * @memberof OciApi
37629
+ */
37630
+ OciApi.prototype.list = function (queryParameters) {
37631
+ var queryParams = {};
37632
+ if (typeof queryParameters === 'function') {
37633
+ queryParams = queryParameters(new OciAccountListQueryParams_1.OciAccountListQueryParamsBuilder()).buildQueryParams();
37634
+ }
37635
+ else if (queryParameters) {
37636
+ queryParams = queryParameters;
37637
+ }
37638
+ return this.restClient.get('/encoding/infrastructure/oci', {}, queryParams).then(function (response) {
37639
+ return new PaginationResponse_1.default(response, OciAccount_1.default);
37640
+ });
37641
+ };
37642
+ return OciApi;
37643
+ }(BaseAPI_1.BaseAPI));
37644
+ exports["default"] = OciApi;
37645
+
37646
+
37647
+ /***/ }),
37648
+
37649
+ /***/ "./encoding/infrastructure/oci/regions/OciAccountRegionSettingsListQueryParams.ts":
37650
+ /*!****************************************************************************************!*\
37651
+ !*** ./encoding/infrastructure/oci/regions/OciAccountRegionSettingsListQueryParams.ts ***!
37652
+ \****************************************************************************************/
37653
+ /***/ ((__unused_webpack_module, exports) => {
37654
+
37655
+ "use strict";
37656
+
37657
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
37658
+ exports.OciAccountRegionSettingsListQueryParamsBuilder = void 0;
37659
+ var OciAccountRegionSettingsListQueryParamsBuilder = /** @class */ (function () {
37660
+ function OciAccountRegionSettingsListQueryParamsBuilder() {
37661
+ this.internalParams = {};
37662
+ }
37663
+ /**
37664
+ *
37665
+ * @param offset Index of the first item to return, starting at 0. Default is 0
37666
+ */
37667
+ OciAccountRegionSettingsListQueryParamsBuilder.prototype.offset = function (offset) {
37668
+ this.internalParams.offset = offset;
37669
+ return this;
37670
+ };
37671
+ /**
37672
+ *
37673
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
37674
+ */
37675
+ OciAccountRegionSettingsListQueryParamsBuilder.prototype.limit = function (limit) {
37676
+ this.internalParams.limit = limit;
37677
+ return this;
37678
+ };
37679
+ OciAccountRegionSettingsListQueryParamsBuilder.prototype.buildQueryParams = function () {
37680
+ return this.internalParams;
37681
+ };
37682
+ return OciAccountRegionSettingsListQueryParamsBuilder;
37683
+ }());
37684
+ exports.OciAccountRegionSettingsListQueryParamsBuilder = OciAccountRegionSettingsListQueryParamsBuilder;
37685
+
37686
+
37687
+ /***/ }),
37688
+
37689
+ /***/ "./encoding/infrastructure/oci/regions/RegionsApi.ts":
37690
+ /*!***********************************************************!*\
37691
+ !*** ./encoding/infrastructure/oci/regions/RegionsApi.ts ***!
37692
+ \***********************************************************/
37693
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
37694
+
37695
+ "use strict";
37696
+
37697
+ var __extends = (this && this.__extends) || (function () {
37698
+ var extendStatics = function (d, b) {
37699
+ extendStatics = Object.setPrototypeOf ||
37700
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
37701
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
37702
+ return extendStatics(d, b);
37703
+ };
37704
+ return function (d, b) {
37705
+ if (typeof b !== "function" && b !== null)
37706
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
37707
+ extendStatics(d, b);
37708
+ function __() { this.constructor = d; }
37709
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
37710
+ };
37711
+ })();
37712
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
37713
+ var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
37714
+ var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
37715
+ var OciAccountRegionSettings_1 = __webpack_require__(/*! ../../../../models/OciAccountRegionSettings */ "./models/OciAccountRegionSettings.ts");
37716
+ var PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
37717
+ var OciAccountRegionSettingsListQueryParams_1 = __webpack_require__(/*! ./OciAccountRegionSettingsListQueryParams */ "./encoding/infrastructure/oci/regions/OciAccountRegionSettingsListQueryParams.ts");
37718
+ /**
37719
+ * RegionsApi - object-oriented interface
37720
+ * @export
37721
+ * @class RegionsApi
37722
+ * @extends {BaseAPI}
37723
+ */
37724
+ var RegionsApi = /** @class */ (function (_super) {
37725
+ __extends(RegionsApi, _super);
37726
+ function RegionsApi(configuration) {
37727
+ return _super.call(this, configuration) || this;
37728
+ }
37729
+ /**
37730
+ * @summary Add OCI account region settings
37731
+ * @param {string} infrastructureId Id of the OCI account
37732
+ * @param {OciCloudRegion} region OCI region
37733
+ * @param {OciAccountRegionSettings} ociAccountRegionSettings The OCI account region settings to be added
37734
+ * @throws {BitmovinError}
37735
+ * @memberof RegionsApi
37736
+ */
37737
+ RegionsApi.prototype.create = function (infrastructureId, region, ociAccountRegionSettings) {
37738
+ var pathParamMap = {
37739
+ infrastructure_id: infrastructureId,
37740
+ region: region
37741
+ };
37742
+ return this.restClient.post('/encoding/infrastructure/oci/{infrastructure_id}/regions/{region}', pathParamMap, ociAccountRegionSettings).then(function (response) {
37743
+ return (0, Mapper_1.map)(response, OciAccountRegionSettings_1.default);
37744
+ });
37745
+ };
37746
+ /**
37747
+ * @summary Delete OCI account region settings
37748
+ * @param {string} infrastructureId Id of the OCI account
37749
+ * @param {OciCloudRegion} region OCI region
37750
+ * @throws {BitmovinError}
37751
+ * @memberof RegionsApi
37752
+ */
37753
+ RegionsApi.prototype.delete = function (infrastructureId, region) {
37754
+ var pathParamMap = {
37755
+ infrastructure_id: infrastructureId,
37756
+ region: region
37757
+ };
37758
+ return this.restClient.delete('/encoding/infrastructure/oci/{infrastructure_id}/regions/{region}', pathParamMap).then(function (response) {
37759
+ return (0, Mapper_1.map)(response, OciAccountRegionSettings_1.default);
37760
+ });
37761
+ };
37762
+ /**
37763
+ * @summary OCI account region settings details
37764
+ * @param {string} infrastructureId Id of the OCI account
37765
+ * @param {OciCloudRegion} region OCI region
37766
+ * @throws {BitmovinError}
37767
+ * @memberof RegionsApi
37768
+ */
37769
+ RegionsApi.prototype.get = function (infrastructureId, region) {
37770
+ var pathParamMap = {
37771
+ infrastructure_id: infrastructureId,
37772
+ region: region
37773
+ };
37774
+ return this.restClient.get('/encoding/infrastructure/oci/{infrastructure_id}/regions/{region}', pathParamMap).then(function (response) {
37775
+ return (0, Mapper_1.map)(response, OciAccountRegionSettings_1.default);
37776
+ });
37777
+ };
37778
+ /**
37779
+ * @summary List OCI account region settings
37780
+ * @param {string} infrastructureId Id of the OCI account
37781
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
37782
+ * @throws {BitmovinError}
37783
+ * @memberof RegionsApi
37784
+ */
37785
+ RegionsApi.prototype.list = function (infrastructureId, queryParameters) {
37786
+ var pathParamMap = {
37787
+ infrastructure_id: infrastructureId
37788
+ };
37789
+ var queryParams = {};
37790
+ if (typeof queryParameters === 'function') {
37791
+ queryParams = queryParameters(new OciAccountRegionSettingsListQueryParams_1.OciAccountRegionSettingsListQueryParamsBuilder()).buildQueryParams();
37792
+ }
37793
+ else if (queryParameters) {
37794
+ queryParams = queryParameters;
37795
+ }
37796
+ return this.restClient.get('/encoding/infrastructure/oci/{infrastructure_id}/regions', pathParamMap, queryParams).then(function (response) {
37797
+ return new PaginationResponse_1.default(response, OciAccountRegionSettings_1.default);
37798
+ });
37799
+ };
37800
+ return RegionsApi;
37801
+ }(BaseAPI_1.BaseAPI));
37802
+ exports["default"] = RegionsApi;
37803
+
37804
+
37498
37805
  /***/ }),
37499
37806
 
37500
37807
  /***/ "./encoding/infrastructure/prewarmedEncoderPools/PrewarmedEncoderPoolListQueryParams.ts":
@@ -58349,6 +58656,26 @@ var AnalyticsAttribute;
58349
58656
  AnalyticsAttribute["CUSTOM_DATA_28"] = "CUSTOM_DATA_28";
58350
58657
  AnalyticsAttribute["CUSTOM_DATA_29"] = "CUSTOM_DATA_29";
58351
58658
  AnalyticsAttribute["CUSTOM_DATA_30"] = "CUSTOM_DATA_30";
58659
+ AnalyticsAttribute["CUSTOM_DATA_31"] = "CUSTOM_DATA_31";
58660
+ AnalyticsAttribute["CUSTOM_DATA_32"] = "CUSTOM_DATA_32";
58661
+ AnalyticsAttribute["CUSTOM_DATA_33"] = "CUSTOM_DATA_33";
58662
+ AnalyticsAttribute["CUSTOM_DATA_34"] = "CUSTOM_DATA_34";
58663
+ AnalyticsAttribute["CUSTOM_DATA_35"] = "CUSTOM_DATA_35";
58664
+ AnalyticsAttribute["CUSTOM_DATA_36"] = "CUSTOM_DATA_36";
58665
+ AnalyticsAttribute["CUSTOM_DATA_37"] = "CUSTOM_DATA_37";
58666
+ AnalyticsAttribute["CUSTOM_DATA_38"] = "CUSTOM_DATA_38";
58667
+ AnalyticsAttribute["CUSTOM_DATA_39"] = "CUSTOM_DATA_39";
58668
+ AnalyticsAttribute["CUSTOM_DATA_40"] = "CUSTOM_DATA_40";
58669
+ AnalyticsAttribute["CUSTOM_DATA_41"] = "CUSTOM_DATA_41";
58670
+ AnalyticsAttribute["CUSTOM_DATA_42"] = "CUSTOM_DATA_42";
58671
+ AnalyticsAttribute["CUSTOM_DATA_43"] = "CUSTOM_DATA_43";
58672
+ AnalyticsAttribute["CUSTOM_DATA_44"] = "CUSTOM_DATA_44";
58673
+ AnalyticsAttribute["CUSTOM_DATA_45"] = "CUSTOM_DATA_45";
58674
+ AnalyticsAttribute["CUSTOM_DATA_46"] = "CUSTOM_DATA_46";
58675
+ AnalyticsAttribute["CUSTOM_DATA_47"] = "CUSTOM_DATA_47";
58676
+ AnalyticsAttribute["CUSTOM_DATA_48"] = "CUSTOM_DATA_48";
58677
+ AnalyticsAttribute["CUSTOM_DATA_49"] = "CUSTOM_DATA_49";
58678
+ AnalyticsAttribute["CUSTOM_DATA_50"] = "CUSTOM_DATA_50";
58352
58679
  AnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
58353
58680
  AnalyticsAttribute["DAY"] = "DAY";
58354
58681
  AnalyticsAttribute["DEVICE_CLASS"] = "DEVICE_CLASS";
@@ -58386,6 +58713,7 @@ var AnalyticsAttribute;
58386
58713
  AnalyticsAttribute["PATH"] = "PATH";
58387
58714
  AnalyticsAttribute["PAUSED"] = "PAUSED";
58388
58715
  AnalyticsAttribute["PLATFORM"] = "PLATFORM";
58716
+ AnalyticsAttribute["PLAY_ATTEMPTS"] = "PLAY_ATTEMPTS";
58389
58717
  AnalyticsAttribute["PLAYED"] = "PLAYED";
58390
58718
  AnalyticsAttribute["PLAYER"] = "PLAYER";
58391
58719
  AnalyticsAttribute["PLAYER_KEY"] = "PLAYER_KEY";
@@ -63713,6 +64041,167 @@ exports.BurnInSubtitleSrt = BurnInSubtitleSrt;
63713
64041
  exports["default"] = BurnInSubtitleSrt;
63714
64042
 
63715
64043
 
64044
+ /***/ }),
64045
+
64046
+ /***/ "./models/CacheControl.ts":
64047
+ /*!********************************!*\
64048
+ !*** ./models/CacheControl.ts ***!
64049
+ \********************************/
64050
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
64051
+
64052
+ "use strict";
64053
+
64054
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64055
+ exports.CacheControl = void 0;
64056
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64057
+ /**
64058
+ * @export
64059
+ * @class CacheControl
64060
+ */
64061
+ var CacheControl = /** @class */ (function () {
64062
+ function CacheControl(obj) {
64063
+ if (!obj) {
64064
+ return;
64065
+ }
64066
+ this.cacheControl = (0, Mapper_1.map)(obj.cacheControl);
64067
+ }
64068
+ return CacheControl;
64069
+ }());
64070
+ exports.CacheControl = CacheControl;
64071
+ exports["default"] = CacheControl;
64072
+
64073
+
64074
+ /***/ }),
64075
+
64076
+ /***/ "./models/CacheControlSettings.ts":
64077
+ /*!****************************************!*\
64078
+ !*** ./models/CacheControlSettings.ts ***!
64079
+ \****************************************/
64080
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
64081
+
64082
+ "use strict";
64083
+
64084
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64085
+ exports.CacheControlSettings = void 0;
64086
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64087
+ var CacheControlSettingsDash_1 = __webpack_require__(/*! ./CacheControlSettingsDash */ "./models/CacheControlSettingsDash.ts");
64088
+ var CacheControlSettingsHls_1 = __webpack_require__(/*! ./CacheControlSettingsHls */ "./models/CacheControlSettingsHls.ts");
64089
+ var CacheControlSettingsSegments_1 = __webpack_require__(/*! ./CacheControlSettingsSegments */ "./models/CacheControlSettingsSegments.ts");
64090
+ /**
64091
+ * @export
64092
+ * @class CacheControlSettings
64093
+ */
64094
+ var CacheControlSettings = /** @class */ (function () {
64095
+ function CacheControlSettings(obj) {
64096
+ if (!obj) {
64097
+ return;
64098
+ }
64099
+ this.hls = (0, Mapper_1.map)(obj.hls, CacheControlSettingsHls_1.default);
64100
+ this.dash = (0, Mapper_1.map)(obj.dash, CacheControlSettingsDash_1.default);
64101
+ this.segments = (0, Mapper_1.map)(obj.segments, CacheControlSettingsSegments_1.default);
64102
+ }
64103
+ return CacheControlSettings;
64104
+ }());
64105
+ exports.CacheControlSettings = CacheControlSettings;
64106
+ exports["default"] = CacheControlSettings;
64107
+
64108
+
64109
+ /***/ }),
64110
+
64111
+ /***/ "./models/CacheControlSettingsDash.ts":
64112
+ /*!********************************************!*\
64113
+ !*** ./models/CacheControlSettingsDash.ts ***!
64114
+ \********************************************/
64115
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
64116
+
64117
+ "use strict";
64118
+
64119
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64120
+ exports.CacheControlSettingsDash = void 0;
64121
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64122
+ var CacheControl_1 = __webpack_require__(/*! ./CacheControl */ "./models/CacheControl.ts");
64123
+ /**
64124
+ * @export
64125
+ * @class CacheControlSettingsDash
64126
+ */
64127
+ var CacheControlSettingsDash = /** @class */ (function () {
64128
+ function CacheControlSettingsDash(obj) {
64129
+ if (!obj) {
64130
+ return;
64131
+ }
64132
+ this.timelineManifest = (0, Mapper_1.map)(obj.timelineManifest, CacheControl_1.default);
64133
+ this.templateManifest = (0, Mapper_1.map)(obj.templateManifest, CacheControl_1.default);
64134
+ }
64135
+ return CacheControlSettingsDash;
64136
+ }());
64137
+ exports.CacheControlSettingsDash = CacheControlSettingsDash;
64138
+ exports["default"] = CacheControlSettingsDash;
64139
+
64140
+
64141
+ /***/ }),
64142
+
64143
+ /***/ "./models/CacheControlSettingsHls.ts":
64144
+ /*!*******************************************!*\
64145
+ !*** ./models/CacheControlSettingsHls.ts ***!
64146
+ \*******************************************/
64147
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
64148
+
64149
+ "use strict";
64150
+
64151
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64152
+ exports.CacheControlSettingsHls = void 0;
64153
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64154
+ var CacheControl_1 = __webpack_require__(/*! ./CacheControl */ "./models/CacheControl.ts");
64155
+ /**
64156
+ * @export
64157
+ * @class CacheControlSettingsHls
64158
+ */
64159
+ var CacheControlSettingsHls = /** @class */ (function () {
64160
+ function CacheControlSettingsHls(obj) {
64161
+ if (!obj) {
64162
+ return;
64163
+ }
64164
+ this.multiVariantPlaylist = (0, Mapper_1.map)(obj.multiVariantPlaylist, CacheControl_1.default);
64165
+ this.variantPlaylist = (0, Mapper_1.map)(obj.variantPlaylist, CacheControl_1.default);
64166
+ }
64167
+ return CacheControlSettingsHls;
64168
+ }());
64169
+ exports.CacheControlSettingsHls = CacheControlSettingsHls;
64170
+ exports["default"] = CacheControlSettingsHls;
64171
+
64172
+
64173
+ /***/ }),
64174
+
64175
+ /***/ "./models/CacheControlSettingsSegments.ts":
64176
+ /*!************************************************!*\
64177
+ !*** ./models/CacheControlSettingsSegments.ts ***!
64178
+ \************************************************/
64179
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
64180
+
64181
+ "use strict";
64182
+
64183
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64184
+ exports.CacheControlSettingsSegments = void 0;
64185
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64186
+ var CacheControl_1 = __webpack_require__(/*! ./CacheControl */ "./models/CacheControl.ts");
64187
+ /**
64188
+ * @export
64189
+ * @class CacheControlSettingsSegments
64190
+ */
64191
+ var CacheControlSettingsSegments = /** @class */ (function () {
64192
+ function CacheControlSettingsSegments(obj) {
64193
+ if (!obj) {
64194
+ return;
64195
+ }
64196
+ this.initSegment = (0, Mapper_1.map)(obj.initSegment, CacheControl_1.default);
64197
+ this.mediaSegment = (0, Mapper_1.map)(obj.mediaSegment, CacheControl_1.default);
64198
+ }
64199
+ return CacheControlSettingsSegments;
64200
+ }());
64201
+ exports.CacheControlSettingsSegments = CacheControlSettingsSegments;
64202
+ exports["default"] = CacheControlSettingsSegments;
64203
+
64204
+
63716
64205
  /***/ }),
63717
64206
 
63718
64207
  /***/ "./models/CaptionCharacterEncoding.ts":
@@ -71556,6 +72045,41 @@ var ErrorRetryHint;
71556
72045
  exports["default"] = ErrorRetryHint;
71557
72046
 
71558
72047
 
72048
+ /***/ }),
72049
+
72050
+ /***/ "./models/EsamSettings.ts":
72051
+ /*!********************************!*\
72052
+ !*** ./models/EsamSettings.ts ***!
72053
+ \********************************/
72054
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
72055
+
72056
+ "use strict";
72057
+
72058
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
72059
+ exports.EsamSettings = void 0;
72060
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
72061
+ var PoisEndpointCredentials_1 = __webpack_require__(/*! ./PoisEndpointCredentials */ "./models/PoisEndpointCredentials.ts");
72062
+ /**
72063
+ * @export
72064
+ * @class EsamSettings
72065
+ */
72066
+ var EsamSettings = /** @class */ (function () {
72067
+ function EsamSettings(obj) {
72068
+ if (!obj) {
72069
+ return;
72070
+ }
72071
+ this.poisEndpoint = (0, Mapper_1.map)(obj.poisEndpoint);
72072
+ this.acquisitionPointIdentity = (0, Mapper_1.map)(obj.acquisitionPointIdentity);
72073
+ this.zoneIdentity = (0, Mapper_1.map)(obj.zoneIdentity);
72074
+ this.adAvailOffset = (0, Mapper_1.map)(obj.adAvailOffset);
72075
+ this.poisEndpointCredentials = (0, Mapper_1.map)(obj.poisEndpointCredentials, PoisEndpointCredentials_1.default);
72076
+ }
72077
+ return EsamSettings;
72078
+ }());
72079
+ exports.EsamSettings = EsamSettings;
72080
+ exports["default"] = EsamSettings;
72081
+
72082
+
71559
72083
  /***/ }),
71560
72084
 
71561
72085
  /***/ "./models/ExternalIdMode.ts":
@@ -78319,6 +78843,130 @@ var NotificationStates;
78319
78843
  exports["default"] = NotificationStates;
78320
78844
 
78321
78845
 
78846
+ /***/ }),
78847
+
78848
+ /***/ "./models/OciAccount.ts":
78849
+ /*!******************************!*\
78850
+ !*** ./models/OciAccount.ts ***!
78851
+ \******************************/
78852
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
78853
+
78854
+ "use strict";
78855
+
78856
+ var __extends = (this && this.__extends) || (function () {
78857
+ var extendStatics = function (d, b) {
78858
+ extendStatics = Object.setPrototypeOf ||
78859
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
78860
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
78861
+ return extendStatics(d, b);
78862
+ };
78863
+ return function (d, b) {
78864
+ if (typeof b !== "function" && b !== null)
78865
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
78866
+ extendStatics(d, b);
78867
+ function __() { this.constructor = d; }
78868
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
78869
+ };
78870
+ })();
78871
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
78872
+ exports.OciAccount = void 0;
78873
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78874
+ var BitmovinResource_1 = __webpack_require__(/*! ./BitmovinResource */ "./models/BitmovinResource.ts");
78875
+ /**
78876
+ * @export
78877
+ * @class OciAccount
78878
+ */
78879
+ var OciAccount = /** @class */ (function (_super) {
78880
+ __extends(OciAccount, _super);
78881
+ function OciAccount(obj) {
78882
+ var _this = _super.call(this, obj) || this;
78883
+ if (!obj) {
78884
+ return _this;
78885
+ }
78886
+ _this.tenancyId = (0, Mapper_1.map)(obj.tenancyId);
78887
+ _this.compartmentId = (0, Mapper_1.map)(obj.compartmentId);
78888
+ return _this;
78889
+ }
78890
+ return OciAccount;
78891
+ }(BitmovinResource_1.default));
78892
+ exports.OciAccount = OciAccount;
78893
+ exports["default"] = OciAccount;
78894
+
78895
+
78896
+ /***/ }),
78897
+
78898
+ /***/ "./models/OciAccountRegionSettings.ts":
78899
+ /*!********************************************!*\
78900
+ !*** ./models/OciAccountRegionSettings.ts ***!
78901
+ \********************************************/
78902
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
78903
+
78904
+ "use strict";
78905
+
78906
+ var __extends = (this && this.__extends) || (function () {
78907
+ var extendStatics = function (d, b) {
78908
+ extendStatics = Object.setPrototypeOf ||
78909
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
78910
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
78911
+ return extendStatics(d, b);
78912
+ };
78913
+ return function (d, b) {
78914
+ if (typeof b !== "function" && b !== null)
78915
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
78916
+ extendStatics(d, b);
78917
+ function __() { this.constructor = d; }
78918
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
78919
+ };
78920
+ })();
78921
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
78922
+ exports.OciAccountRegionSettings = void 0;
78923
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78924
+ var BitmovinResource_1 = __webpack_require__(/*! ./BitmovinResource */ "./models/BitmovinResource.ts");
78925
+ /**
78926
+ * @export
78927
+ * @class OciAccountRegionSettings
78928
+ */
78929
+ var OciAccountRegionSettings = /** @class */ (function (_super) {
78930
+ __extends(OciAccountRegionSettings, _super);
78931
+ function OciAccountRegionSettings(obj) {
78932
+ var _this = _super.call(this, obj) || this;
78933
+ if (!obj) {
78934
+ return _this;
78935
+ }
78936
+ _this.subnetId = (0, Mapper_1.map)(obj.subnetId);
78937
+ _this.region = (0, Mapper_1.map)(obj.region);
78938
+ return _this;
78939
+ }
78940
+ return OciAccountRegionSettings;
78941
+ }(BitmovinResource_1.default));
78942
+ exports.OciAccountRegionSettings = OciAccountRegionSettings;
78943
+ exports["default"] = OciAccountRegionSettings;
78944
+
78945
+
78946
+ /***/ }),
78947
+
78948
+ /***/ "./models/OciCloudRegion.ts":
78949
+ /*!**********************************!*\
78950
+ !*** ./models/OciCloudRegion.ts ***!
78951
+ \**********************************/
78952
+ /***/ ((__unused_webpack_module, exports) => {
78953
+
78954
+ "use strict";
78955
+
78956
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
78957
+ exports.OciCloudRegion = void 0;
78958
+ /**
78959
+ * @export
78960
+ * @enum {string}
78961
+ */
78962
+ var OciCloudRegion;
78963
+ (function (OciCloudRegion) {
78964
+ OciCloudRegion["EU_FRANKFURT_1"] = "EU_FRANKFURT_1";
78965
+ OciCloudRegion["US_ASHBURN_1"] = "US_ASHBURN_1";
78966
+ })(OciCloudRegion || (exports.OciCloudRegion = OciCloudRegion = {}));
78967
+ exports["default"] = OciCloudRegion;
78968
+
78969
+
78322
78970
  /***/ }),
78323
78971
 
78324
78972
  /***/ "./models/OpusAudioConfiguration.ts":
@@ -79784,6 +80432,36 @@ exports.PlayerLicenseAnalytics = PlayerLicenseAnalytics;
79784
80432
  exports["default"] = PlayerLicenseAnalytics;
79785
80433
 
79786
80434
 
80435
+ /***/ }),
80436
+
80437
+ /***/ "./models/PlayerLicenseUpdateRequest.ts":
80438
+ /*!**********************************************!*\
80439
+ !*** ./models/PlayerLicenseUpdateRequest.ts ***!
80440
+ \**********************************************/
80441
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
80442
+
80443
+ "use strict";
80444
+
80445
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
80446
+ exports.PlayerLicenseUpdateRequest = void 0;
80447
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
80448
+ /**
80449
+ * @export
80450
+ * @class PlayerLicenseUpdateRequest
80451
+ */
80452
+ var PlayerLicenseUpdateRequest = /** @class */ (function () {
80453
+ function PlayerLicenseUpdateRequest(obj) {
80454
+ if (!obj) {
80455
+ return;
80456
+ }
80457
+ this.name = (0, Mapper_1.map)(obj.name);
80458
+ }
80459
+ return PlayerLicenseUpdateRequest;
80460
+ }());
80461
+ exports.PlayerLicenseUpdateRequest = PlayerLicenseUpdateRequest;
80462
+ exports["default"] = PlayerLicenseUpdateRequest;
80463
+
80464
+
79787
80465
  /***/ }),
79788
80466
 
79789
80467
  /***/ "./models/PlayerThirdPartyLicensing.ts":
@@ -79893,6 +80571,37 @@ exports.PlayerVersion = PlayerVersion;
79893
80571
  exports["default"] = PlayerVersion;
79894
80572
 
79895
80573
 
80574
+ /***/ }),
80575
+
80576
+ /***/ "./models/PoisEndpointCredentials.ts":
80577
+ /*!*******************************************!*\
80578
+ !*** ./models/PoisEndpointCredentials.ts ***!
80579
+ \*******************************************/
80580
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
80581
+
80582
+ "use strict";
80583
+
80584
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
80585
+ exports.PoisEndpointCredentials = void 0;
80586
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
80587
+ /**
80588
+ * @export
80589
+ * @class PoisEndpointCredentials
80590
+ */
80591
+ var PoisEndpointCredentials = /** @class */ (function () {
80592
+ function PoisEndpointCredentials(obj) {
80593
+ if (!obj) {
80594
+ return;
80595
+ }
80596
+ this.username = (0, Mapper_1.map)(obj.username);
80597
+ this.password = (0, Mapper_1.map)(obj.password);
80598
+ }
80599
+ return PoisEndpointCredentials;
80600
+ }());
80601
+ exports.PoisEndpointCredentials = PoisEndpointCredentials;
80602
+ exports["default"] = PoisEndpointCredentials;
80603
+
80604
+
79896
80605
  /***/ }),
79897
80606
 
79898
80607
  /***/ "./models/Policy.ts":
@@ -85363,6 +86072,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
85363
86072
  exports.StartLiveEncodingRequest = void 0;
85364
86073
  var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
85365
86074
  var AutoRestartConfiguration_1 = __webpack_require__(/*! ./AutoRestartConfiguration */ "./models/AutoRestartConfiguration.ts");
86075
+ var CacheControlSettings_1 = __webpack_require__(/*! ./CacheControlSettings */ "./models/CacheControlSettings.ts");
86076
+ var EsamSettings_1 = __webpack_require__(/*! ./EsamSettings */ "./models/EsamSettings.ts");
85366
86077
  var LiveAutoShutdownConfiguration_1 = __webpack_require__(/*! ./LiveAutoShutdownConfiguration */ "./models/LiveAutoShutdownConfiguration.ts");
85367
86078
  var LiveDashManifest_1 = __webpack_require__(/*! ./LiveDashManifest */ "./models/LiveDashManifest.ts");
85368
86079
  var LiveHlsManifest_1 = __webpack_require__(/*! ./LiveHlsManifest */ "./models/LiveHlsManifest.ts");
@@ -85384,6 +86095,8 @@ var StartLiveEncodingRequest = /** @class */ (function () {
85384
86095
  this.manifestGenerator = (0, Mapper_1.map)(obj.manifestGenerator);
85385
86096
  this.autoRestartConfiguration = (0, Mapper_1.map)(obj.autoRestartConfiguration, AutoRestartConfiguration_1.default);
85386
86097
  this.autoShutdownConfiguration = (0, Mapper_1.map)(obj.autoShutdownConfiguration, LiveAutoShutdownConfiguration_1.default);
86098
+ this.esamSettings = (0, Mapper_1.map)(obj.esamSettings, EsamSettings_1.default);
86099
+ this.cacheControlSettings = (0, Mapper_1.map)(obj.cacheControlSettings, CacheControlSettings_1.default);
85387
86100
  }
85388
86101
  return StartLiveEncodingRequest;
85389
86102
  }());
@@ -90788,6 +91501,11 @@ __exportStar(__webpack_require__(/*! ./BroadcastTsTransportConfiguration */ "./m
90788
91501
  __exportStar(__webpack_require__(/*! ./BroadcastTsVideoInputStreamConfiguration */ "./models/BroadcastTsVideoInputStreamConfiguration.ts"), exports);
90789
91502
  __exportStar(__webpack_require__(/*! ./BurnInSubtitleDvbSub */ "./models/BurnInSubtitleDvbSub.ts"), exports);
90790
91503
  __exportStar(__webpack_require__(/*! ./BurnInSubtitleSrt */ "./models/BurnInSubtitleSrt.ts"), exports);
91504
+ __exportStar(__webpack_require__(/*! ./CacheControl */ "./models/CacheControl.ts"), exports);
91505
+ __exportStar(__webpack_require__(/*! ./CacheControlSettings */ "./models/CacheControlSettings.ts"), exports);
91506
+ __exportStar(__webpack_require__(/*! ./CacheControlSettingsDash */ "./models/CacheControlSettingsDash.ts"), exports);
91507
+ __exportStar(__webpack_require__(/*! ./CacheControlSettingsHls */ "./models/CacheControlSettingsHls.ts"), exports);
91508
+ __exportStar(__webpack_require__(/*! ./CacheControlSettingsSegments */ "./models/CacheControlSettingsSegments.ts"), exports);
90791
91509
  __exportStar(__webpack_require__(/*! ./CaptionCharacterEncoding */ "./models/CaptionCharacterEncoding.ts"), exports);
90792
91510
  __exportStar(__webpack_require__(/*! ./CdnOutput */ "./models/CdnOutput.ts"), exports);
90793
91511
  __exportStar(__webpack_require__(/*! ./CdnProvider */ "./models/CdnProvider.ts"), exports);
@@ -90980,6 +91698,7 @@ __exportStar(__webpack_require__(/*! ./EnhancedDeinterlaceParity */ "./models/En
90980
91698
  __exportStar(__webpack_require__(/*! ./EnhancedWatermarkFilter */ "./models/EnhancedWatermarkFilter.ts"), exports);
90981
91699
  __exportStar(__webpack_require__(/*! ./ErrorDetails */ "./models/ErrorDetails.ts"), exports);
90982
91700
  __exportStar(__webpack_require__(/*! ./ErrorRetryHint */ "./models/ErrorRetryHint.ts"), exports);
91701
+ __exportStar(__webpack_require__(/*! ./EsamSettings */ "./models/EsamSettings.ts"), exports);
90983
91702
  __exportStar(__webpack_require__(/*! ./ExternalIdMode */ "./models/ExternalIdMode.ts"), exports);
90984
91703
  __exportStar(__webpack_require__(/*! ./FairPlayDrm */ "./models/FairPlayDrm.ts"), exports);
90985
91704
  __exportStar(__webpack_require__(/*! ./FileInputStream */ "./models/FileInputStream.ts"), exports);
@@ -91148,6 +91867,9 @@ __exportStar(__webpack_require__(/*! ./NexGuardWatermarkingType */ "./models/Nex
91148
91867
  __exportStar(__webpack_require__(/*! ./Notification */ "./models/Notification.ts"), exports);
91149
91868
  __exportStar(__webpack_require__(/*! ./NotificationStateEntry */ "./models/NotificationStateEntry.ts"), exports);
91150
91869
  __exportStar(__webpack_require__(/*! ./NotificationStates */ "./models/NotificationStates.ts"), exports);
91870
+ __exportStar(__webpack_require__(/*! ./OciAccount */ "./models/OciAccount.ts"), exports);
91871
+ __exportStar(__webpack_require__(/*! ./OciAccountRegionSettings */ "./models/OciAccountRegionSettings.ts"), exports);
91872
+ __exportStar(__webpack_require__(/*! ./OciCloudRegion */ "./models/OciCloudRegion.ts"), exports);
91151
91873
  __exportStar(__webpack_require__(/*! ./OpusAudioConfiguration */ "./models/OpusAudioConfiguration.ts"), exports);
91152
91874
  __exportStar(__webpack_require__(/*! ./OpusChannelLayout */ "./models/OpusChannelLayout.ts"), exports);
91153
91875
  __exportStar(__webpack_require__(/*! ./OrConjunction */ "./models/OrConjunction.ts"), exports);
@@ -91186,9 +91908,11 @@ __exportStar(__webpack_require__(/*! ./PlayReadyEncryptionMethod */ "./models/Pl
91186
91908
  __exportStar(__webpack_require__(/*! ./PlayerChannel */ "./models/PlayerChannel.ts"), exports);
91187
91909
  __exportStar(__webpack_require__(/*! ./PlayerLicense */ "./models/PlayerLicense.ts"), exports);
91188
91910
  __exportStar(__webpack_require__(/*! ./PlayerLicenseAnalytics */ "./models/PlayerLicenseAnalytics.ts"), exports);
91911
+ __exportStar(__webpack_require__(/*! ./PlayerLicenseUpdateRequest */ "./models/PlayerLicenseUpdateRequest.ts"), exports);
91189
91912
  __exportStar(__webpack_require__(/*! ./PlayerThirdPartyLicensing */ "./models/PlayerThirdPartyLicensing.ts"), exports);
91190
91913
  __exportStar(__webpack_require__(/*! ./PlayerThirdPartyLicensingErrorAction */ "./models/PlayerThirdPartyLicensingErrorAction.ts"), exports);
91191
91914
  __exportStar(__webpack_require__(/*! ./PlayerVersion */ "./models/PlayerVersion.ts"), exports);
91915
+ __exportStar(__webpack_require__(/*! ./PoisEndpointCredentials */ "./models/PoisEndpointCredentials.ts"), exports);
91192
91916
  __exportStar(__webpack_require__(/*! ./Policy */ "./models/Policy.ts"), exports);
91193
91917
  __exportStar(__webpack_require__(/*! ./PositionMode */ "./models/PositionMode.ts"), exports);
91194
91918
  __exportStar(__webpack_require__(/*! ./PositionUnit */ "./models/PositionUnit.ts"), exports);
@@ -94915,6 +95639,21 @@ var LicensesApi = /** @class */ (function (_super) {
94915
95639
  return new PaginationResponse_1.default(response, PlayerLicense_1.default);
94916
95640
  });
94917
95641
  };
95642
+ /**
95643
+ * @summary Update License
95644
+ * @param {string} licenseId License id
95645
+ * @param {PlayerLicenseUpdateRequest} playerLicenseUpdateRequest Player License details to be updated
95646
+ * @throws {BitmovinError}
95647
+ * @memberof LicensesApi
95648
+ */
95649
+ LicensesApi.prototype.update = function (licenseId, playerLicenseUpdateRequest) {
95650
+ var pathParamMap = {
95651
+ license_id: licenseId
95652
+ };
95653
+ return this.restClient.put('/player/licenses/{license_id}', pathParamMap, playerLicenseUpdateRequest).then(function (response) {
95654
+ return (0, Mapper_1.map)(response, PlayerLicense_1.default);
95655
+ });
95656
+ };
94918
95657
  return LicensesApi;
94919
95658
  }(BaseAPI_1.BaseAPI));
94920
95659
  exports["default"] = LicensesApi;