@bitmovin/api-sdk 1.91.0 → 1.95.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 (100) hide show
  1. package/README.md +1 -1
  2. package/dist/account/organizations/groups/invitations/InvitationListQueryParams.d.ts +28 -0
  3. package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js +30 -0
  4. package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js.map +1 -0
  5. package/dist/account/organizations/groups/invitations/InvitationsApi.d.ts +22 -1
  6. package/dist/account/organizations/groups/invitations/InvitationsApi.js +48 -2
  7. package/dist/account/organizations/groups/invitations/InvitationsApi.js.map +1 -1
  8. package/dist/account/organizations/groups/tenants/TenantListQueryParams.d.ts +28 -0
  9. package/dist/account/organizations/groups/tenants/TenantListQueryParams.js +30 -0
  10. package/dist/account/organizations/groups/tenants/TenantListQueryParams.js.map +1 -0
  11. package/dist/account/organizations/groups/tenants/TenantsApi.d.ts +3 -1
  12. package/dist/account/organizations/groups/tenants/TenantsApi.js +11 -2
  13. package/dist/account/organizations/groups/tenants/TenantsApi.js.map +1 -1
  14. package/dist/analytics/licenses/LicensesApi.d.ts +2 -3
  15. package/dist/analytics/licenses/LicensesApi.js +3 -3
  16. package/dist/analytics/licenses/LicensesApi.js.map +1 -1
  17. package/dist/bitmovin-api-sdk.browser.js +325 -240
  18. package/dist/bitmovin-api-sdk.browser.js.map +1 -1
  19. package/dist/bitmovin-api-sdk.browser.min.js +2 -2
  20. package/dist/common/RestClient.js +1 -1
  21. package/dist/encoding/configurations/video/av1/Av1Api.js.map +1 -1
  22. package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.d.ts +6 -6
  23. package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.js +6 -6
  24. package/dist/models/AdaptationSet.d.ts +7 -0
  25. package/dist/models/AdaptationSet.js +2 -0
  26. package/dist/models/AdaptationSet.js.map +1 -1
  27. package/dist/models/AnalyticsLicense.d.ts +73 -18
  28. package/dist/models/AnalyticsLicense.js +22 -30
  29. package/dist/models/AnalyticsLicense.js.map +1 -1
  30. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +12 -0
  31. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +2 -0
  32. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js.map +1 -1
  33. package/dist/models/AudioAdaptationSet.js.map +1 -1
  34. package/dist/models/Av1VideoConfiguration.d.ts +0 -150
  35. package/dist/models/Av1VideoConfiguration.js +0 -26
  36. package/dist/models/Av1VideoConfiguration.js.map +1 -1
  37. package/dist/models/AzureCloudRegion.d.ts +6 -30
  38. package/dist/models/AzureCloudRegion.js +6 -30
  39. package/dist/models/AzureCloudRegion.js.map +1 -1
  40. package/dist/models/Bif.d.ts +1 -1
  41. package/dist/models/ChunkedTextMuxing.d.ts +6 -0
  42. package/dist/models/ChunkedTextMuxing.js +1 -0
  43. package/dist/models/ChunkedTextMuxing.js.map +1 -1
  44. package/dist/models/CloudRegion.d.ts +3 -0
  45. package/dist/models/CloudRegion.js +3 -0
  46. package/dist/models/CloudRegion.js.map +1 -1
  47. package/dist/models/H264DynamicRangeFormat.d.ts +9 -0
  48. package/dist/models/H264DynamicRangeFormat.js +14 -0
  49. package/dist/models/H264DynamicRangeFormat.js.map +1 -0
  50. package/dist/models/H264VideoConfiguration.d.ts +7 -0
  51. package/dist/models/H264VideoConfiguration.js +1 -0
  52. package/dist/models/H264VideoConfiguration.js.map +1 -1
  53. package/dist/models/ImageAdaptationSet.js.map +1 -1
  54. package/dist/models/Label.d.ts +26 -0
  55. package/dist/models/Label.js +22 -0
  56. package/dist/models/Label.js.map +1 -0
  57. package/dist/models/StatisticsPerStream.d.ts +12 -0
  58. package/dist/models/StatisticsPerStream.js +2 -0
  59. package/dist/models/StatisticsPerStream.js.map +1 -1
  60. package/dist/models/SubtitleAdaptationSet.js.map +1 -1
  61. package/dist/models/TextMuxing.d.ts +6 -0
  62. package/dist/models/TextMuxing.js +1 -0
  63. package/dist/models/TextMuxing.js.map +1 -1
  64. package/dist/models/VideoAdaptationSet.js.map +1 -1
  65. package/dist/models/Vp9DynamicRangeFormat.d.ts +10 -0
  66. package/dist/models/Vp9DynamicRangeFormat.js +15 -0
  67. package/dist/models/Vp9DynamicRangeFormat.js.map +1 -0
  68. package/dist/models/Vp9VideoConfiguration.d.ts +7 -0
  69. package/dist/models/Vp9VideoConfiguration.js +1 -0
  70. package/dist/models/Vp9VideoConfiguration.js.map +1 -1
  71. package/dist/models/Webhook.d.ts +3 -3
  72. package/dist/models/index.d.ts +3 -3
  73. package/dist/models/index.js +3 -3
  74. package/dist/models/index.js.map +1 -1
  75. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.d.ts +10 -10
  76. package/dist/notifications/webhooks/encoding/encodings/error/ErrorApi.js +10 -10
  77. package/dist/notifications/webhooks/encoding/encodings/error/customdata/CustomdataApi.d.ts +2 -2
  78. package/dist/notifications/webhooks/encoding/encodings/error/customdata/CustomdataApi.js +2 -2
  79. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.d.ts +10 -10
  80. package/dist/notifications/webhooks/encoding/encodings/finished/FinishedApi.js +10 -10
  81. package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.d.ts +2 -2
  82. package/dist/notifications/webhooks/encoding/encodings/finished/customdata/CustomdataApi.js +2 -2
  83. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.d.ts +10 -10
  84. package/dist/notifications/webhooks/encoding/encodings/transferError/TransferErrorApi.js +10 -10
  85. package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.d.ts +2 -2
  86. package/dist/notifications/webhooks/encoding/encodings/transferError/customdata/CustomdataApi.js +2 -2
  87. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +6 -6
  88. package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +6 -6
  89. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +4 -4
  90. package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +4 -4
  91. package/package.json +1 -1
  92. package/dist/models/AnalyticsLicenseUpdateRequest.d.ts +0 -30
  93. package/dist/models/AnalyticsLicenseUpdateRequest.js +0 -24
  94. package/dist/models/AnalyticsLicenseUpdateRequest.js.map +0 -1
  95. package/dist/models/Av1AdaptiveQuantMode.d.ts +0 -13
  96. package/dist/models/Av1AdaptiveQuantMode.js +0 -18
  97. package/dist/models/Av1AdaptiveQuantMode.js.map +0 -1
  98. package/dist/models/Av1KeyPlacementMode.d.ts +0 -11
  99. package/dist/models/Av1KeyPlacementMode.js +0 -16
  100. package/dist/models/Av1KeyPlacementMode.js.map +0 -1
@@ -2704,6 +2704,47 @@ var GroupsApi = /** @class */ (function (_super) {
2704
2704
  exports.default = GroupsApi;
2705
2705
 
2706
2706
 
2707
+ /***/ }),
2708
+
2709
+ /***/ "./account/organizations/groups/invitations/InvitationListQueryParams.ts":
2710
+ /*!*******************************************************************************!*\
2711
+ !*** ./account/organizations/groups/invitations/InvitationListQueryParams.ts ***!
2712
+ \*******************************************************************************/
2713
+ /*! no static exports found */
2714
+ /***/ (function(module, exports, __webpack_require__) {
2715
+
2716
+ "use strict";
2717
+
2718
+ Object.defineProperty(exports, "__esModule", { value: true });
2719
+ exports.InvitationListQueryParamsBuilder = void 0;
2720
+ var InvitationListQueryParamsBuilder = /** @class */ (function () {
2721
+ function InvitationListQueryParamsBuilder() {
2722
+ this.internalParams = {};
2723
+ }
2724
+ /**
2725
+ *
2726
+ * @param offset Index of the first item to return, starting at 0. Default is 0
2727
+ */
2728
+ InvitationListQueryParamsBuilder.prototype.offset = function (offset) {
2729
+ this.internalParams.offset = offset;
2730
+ return this;
2731
+ };
2732
+ /**
2733
+ *
2734
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
2735
+ */
2736
+ InvitationListQueryParamsBuilder.prototype.limit = function (limit) {
2737
+ this.internalParams.limit = limit;
2738
+ return this;
2739
+ };
2740
+ InvitationListQueryParamsBuilder.prototype.buildQueryParams = function () {
2741
+ return this.internalParams;
2742
+ };
2743
+ return InvitationListQueryParamsBuilder;
2744
+ }());
2745
+ exports.InvitationListQueryParamsBuilder = InvitationListQueryParamsBuilder;
2746
+
2747
+
2707
2748
  /***/ }),
2708
2749
 
2709
2750
  /***/ "./account/organizations/groups/invitations/InvitationsApi.ts":
@@ -2731,8 +2772,10 @@ var __extends = (this && this.__extends) || (function () {
2731
2772
  Object.defineProperty(exports, "__esModule", { value: true });
2732
2773
  var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
2733
2774
  var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
2775
+ var BitmovinResponse_1 = __webpack_require__(/*! ../../../../models/BitmovinResponse */ "./models/BitmovinResponse.ts");
2734
2776
  var Invitation_1 = __webpack_require__(/*! ../../../../models/Invitation */ "./models/Invitation.ts");
2735
2777
  var PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
2778
+ var InvitationListQueryParams_1 = __webpack_require__(/*! ./InvitationListQueryParams */ "./account/organizations/groups/invitations/InvitationListQueryParams.ts");
2736
2779
  /**
2737
2780
  * InvitationsApi - object-oriented interface
2738
2781
  * @export
@@ -2761,19 +2804,63 @@ var InvitationsApi = /** @class */ (function (_super) {
2761
2804
  return Mapper_1.map(response, Invitation_1.default);
2762
2805
  });
2763
2806
  };
2807
+ /**
2808
+ * @summary Delete Invitation
2809
+ * @param {string} organizationId Id of the organization
2810
+ * @param {string} groupId Id of the group
2811
+ * @param {string} invitationId Id of the invitation.
2812
+ * @throws {BitmovinError}
2813
+ * @memberof InvitationsApi
2814
+ */
2815
+ InvitationsApi.prototype.delete = function (organizationId, groupId, invitationId) {
2816
+ var pathParamMap = {
2817
+ organization_id: organizationId,
2818
+ group_id: groupId,
2819
+ invitation_id: invitationId
2820
+ };
2821
+ return this.restClient.delete('/account/organizations/{organization_id}/groups/{group_id}/invitations/{invitation_id}', pathParamMap).then(function (response) {
2822
+ return Mapper_1.map(response, BitmovinResponse_1.default);
2823
+ });
2824
+ };
2825
+ /**
2826
+ * @summary Invitation Details
2827
+ * @param {string} organizationId Id of the organization
2828
+ * @param {string} groupId Id of the group
2829
+ * @param {string} invitationId Id of the invitation.
2830
+ * @throws {BitmovinError}
2831
+ * @memberof InvitationsApi
2832
+ */
2833
+ InvitationsApi.prototype.get = function (organizationId, groupId, invitationId) {
2834
+ var pathParamMap = {
2835
+ organization_id: organizationId,
2836
+ group_id: groupId,
2837
+ invitation_id: invitationId
2838
+ };
2839
+ return this.restClient.get('/account/organizations/{organization_id}/groups/{group_id}/invitations/{invitation_id}', pathParamMap).then(function (response) {
2840
+ return Mapper_1.map(response, Invitation_1.default);
2841
+ });
2842
+ };
2764
2843
  /**
2765
2844
  * @summary List Invitations
2766
2845
  * @param {string} organizationId Id of the organization
2767
2846
  * @param {string} groupId Id of the group
2847
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
2768
2848
  * @throws {BitmovinError}
2769
2849
  * @memberof InvitationsApi
2770
2850
  */
2771
- InvitationsApi.prototype.list = function (organizationId, groupId) {
2851
+ InvitationsApi.prototype.list = function (organizationId, groupId, queryParameters) {
2772
2852
  var pathParamMap = {
2773
2853
  organization_id: organizationId,
2774
2854
  group_id: groupId
2775
2855
  };
2776
- return this.restClient.get('/account/organizations/{organization_id}/groups/{group_id}/invitations', pathParamMap).then(function (response) {
2856
+ var queryParams = {};
2857
+ if (typeof queryParameters === 'function') {
2858
+ queryParams = queryParameters(new InvitationListQueryParams_1.InvitationListQueryParamsBuilder()).buildQueryParams();
2859
+ }
2860
+ else if (queryParameters) {
2861
+ queryParams = queryParameters;
2862
+ }
2863
+ return this.restClient.get('/account/organizations/{organization_id}/groups/{group_id}/invitations', pathParamMap, queryParams).then(function (response) {
2777
2864
  return new PaginationResponse_1.default(response, Invitation_1.default);
2778
2865
  });
2779
2866
  };
@@ -2879,6 +2966,47 @@ var PermissionsApi = /** @class */ (function (_super) {
2879
2966
  exports.default = PermissionsApi;
2880
2967
 
2881
2968
 
2969
+ /***/ }),
2970
+
2971
+ /***/ "./account/organizations/groups/tenants/TenantListQueryParams.ts":
2972
+ /*!***********************************************************************!*\
2973
+ !*** ./account/organizations/groups/tenants/TenantListQueryParams.ts ***!
2974
+ \***********************************************************************/
2975
+ /*! no static exports found */
2976
+ /***/ (function(module, exports, __webpack_require__) {
2977
+
2978
+ "use strict";
2979
+
2980
+ Object.defineProperty(exports, "__esModule", { value: true });
2981
+ exports.TenantListQueryParamsBuilder = void 0;
2982
+ var TenantListQueryParamsBuilder = /** @class */ (function () {
2983
+ function TenantListQueryParamsBuilder() {
2984
+ this.internalParams = {};
2985
+ }
2986
+ /**
2987
+ *
2988
+ * @param offset Index of the first item to return, starting at 0. Default is 0
2989
+ */
2990
+ TenantListQueryParamsBuilder.prototype.offset = function (offset) {
2991
+ this.internalParams.offset = offset;
2992
+ return this;
2993
+ };
2994
+ /**
2995
+ *
2996
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
2997
+ */
2998
+ TenantListQueryParamsBuilder.prototype.limit = function (limit) {
2999
+ this.internalParams.limit = limit;
3000
+ return this;
3001
+ };
3002
+ TenantListQueryParamsBuilder.prototype.buildQueryParams = function () {
3003
+ return this.internalParams;
3004
+ };
3005
+ return TenantListQueryParamsBuilder;
3006
+ }());
3007
+ exports.TenantListQueryParamsBuilder = TenantListQueryParamsBuilder;
3008
+
3009
+
2882
3010
  /***/ }),
2883
3011
 
2884
3012
  /***/ "./account/organizations/groups/tenants/TenantsApi.ts":
@@ -2909,6 +3037,7 @@ var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Ma
2909
3037
  var BitmovinResponse_1 = __webpack_require__(/*! ../../../../models/BitmovinResponse */ "./models/BitmovinResponse.ts");
2910
3038
  var Tenant_1 = __webpack_require__(/*! ../../../../models/Tenant */ "./models/Tenant.ts");
2911
3039
  var PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
3040
+ var TenantListQueryParams_1 = __webpack_require__(/*! ./TenantListQueryParams */ "./account/organizations/groups/tenants/TenantListQueryParams.ts");
2912
3041
  /**
2913
3042
  * TenantsApi - object-oriented interface
2914
3043
  * @export
@@ -2977,15 +3106,23 @@ var TenantsApi = /** @class */ (function (_super) {
2977
3106
  * @summary List Tenants
2978
3107
  * @param {string} organizationId Id of the organization
2979
3108
  * @param {string} groupId Id of the group
3109
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
2980
3110
  * @throws {BitmovinError}
2981
3111
  * @memberof TenantsApi
2982
3112
  */
2983
- TenantsApi.prototype.list = function (organizationId, groupId) {
3113
+ TenantsApi.prototype.list = function (organizationId, groupId, queryParameters) {
2984
3114
  var pathParamMap = {
2985
3115
  organization_id: organizationId,
2986
3116
  group_id: groupId
2987
3117
  };
2988
- return this.restClient.get('/account/organizations/{organization_id}/groups/{group_id}/tenants', pathParamMap).then(function (response) {
3118
+ var queryParams = {};
3119
+ if (typeof queryParameters === 'function') {
3120
+ queryParams = queryParameters(new TenantListQueryParams_1.TenantListQueryParamsBuilder()).buildQueryParams();
3121
+ }
3122
+ else if (queryParameters) {
3123
+ queryParams = queryParameters;
3124
+ }
3125
+ return this.restClient.get('/account/organizations/{organization_id}/groups/{group_id}/tenants', pathParamMap, queryParams).then(function (response) {
2989
3126
  return new PaginationResponse_1.default(response, Tenant_1.default);
2990
3127
  });
2991
3128
  };
@@ -4382,15 +4519,15 @@ var LicensesApi = /** @class */ (function (_super) {
4382
4519
  /**
4383
4520
  * @summary Update Analytics License
4384
4521
  * @param {string} licenseId License id
4385
- * @param {AnalyticsLicenseUpdateRequest} analyticsLicenseUpdateRequest Analytics License details to be updated
4522
+ * @param {AnalyticsLicense} analyticsLicense Analytics License details to be updated
4386
4523
  * @throws {BitmovinError}
4387
4524
  * @memberof LicensesApi
4388
4525
  */
4389
- LicensesApi.prototype.update = function (licenseId, analyticsLicenseUpdateRequest) {
4526
+ LicensesApi.prototype.update = function (licenseId, analyticsLicense) {
4390
4527
  var pathParamMap = {
4391
4528
  license_id: licenseId
4392
4529
  };
4393
- return this.restClient.put('/analytics/licenses/{license_id}', pathParamMap, analyticsLicenseUpdateRequest).then(function (response) {
4530
+ return this.restClient.put('/analytics/licenses/{license_id}', pathParamMap, analyticsLicense).then(function (response) {
4394
4531
  return Mapper_1.map(response, AnalyticsLicense_1.default);
4395
4532
  });
4396
4533
  };
@@ -6837,7 +6974,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6837
6974
  var headers = {
6838
6975
  'X-Api-Key': apiKey,
6839
6976
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6840
- 'X-Api-Client-Version': '1.91.0',
6977
+ 'X-Api-Client-Version': '1.95.0',
6841
6978
  'Content-Type': 'application/json'
6842
6979
  };
6843
6980
  if (tenantOrgId) {
@@ -46180,9 +46317,9 @@ var CustomTagsApi = /** @class */ (function (_super) {
46180
46317
  return _super.call(this, configuration) || this;
46181
46318
  }
46182
46319
  /**
46183
- * @summary Add Custom Tag to Audio Media
46320
+ * @summary Add Custom Tag to a Audio Media or a Subtitle media
46184
46321
  * @param {string} manifestId Id of the hls manifest.
46185
- * @param {string} mediaId Id of the audio media.
46322
+ * @param {string} mediaId Id of the media.
46186
46323
  * @param {CustomTag} customTag The Custom Tag to be added
46187
46324
  * @throws {BitmovinError}
46188
46325
  * @memberof CustomTagsApi
@@ -46199,7 +46336,7 @@ var CustomTagsApi = /** @class */ (function (_super) {
46199
46336
  /**
46200
46337
  * @summary Delete Custom Tag
46201
46338
  * @param {string} manifestId Id of the hls manifest.
46202
- * @param {string} mediaId Id of the audio media.
46339
+ * @param {string} mediaId Id of the media.
46203
46340
  * @param {string} customTagId Id of the custom tag.
46204
46341
  * @throws {BitmovinError}
46205
46342
  * @memberof CustomTagsApi
@@ -46217,7 +46354,7 @@ var CustomTagsApi = /** @class */ (function (_super) {
46217
46354
  /**
46218
46355
  * @summary Custom Tag Details
46219
46356
  * @param {string} manifestId Id of the hls manifest.
46220
- * @param {string} mediaId Id of the audio media
46357
+ * @param {string} mediaId Id of the media
46221
46358
  * @param {string} customTagId Id of the custom tag.
46222
46359
  * @throws {BitmovinError}
46223
46360
  * @memberof CustomTagsApi
@@ -46233,9 +46370,9 @@ var CustomTagsApi = /** @class */ (function (_super) {
46233
46370
  });
46234
46371
  };
46235
46372
  /**
46236
- * @summary List all Custom Tags of a Audio media
46373
+ * @summary List all Custom Tags of a Audio media or a Subtitle media
46237
46374
  * @param {string} manifestId Id of the hls manifest.
46238
- * @param {string} mediaId Id of the audio media.
46375
+ * @param {string} mediaId Id of the media.
46239
46376
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
46240
46377
  * @throws {BitmovinError}
46241
46378
  * @memberof CustomTagsApi
@@ -54507,6 +54644,7 @@ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts")
54507
54644
  var Accessibility_1 = __webpack_require__(/*! ./Accessibility */ "./models/Accessibility.ts");
54508
54645
  var BitmovinResponse_1 = __webpack_require__(/*! ./BitmovinResponse */ "./models/BitmovinResponse.ts");
54509
54646
  var CustomAttribute_1 = __webpack_require__(/*! ./CustomAttribute */ "./models/CustomAttribute.ts");
54647
+ var Label_1 = __webpack_require__(/*! ./Label */ "./models/Label.ts");
54510
54648
  /**
54511
54649
  * @export
54512
54650
  * @class AdaptationSet
@@ -54521,6 +54659,7 @@ var AdaptationSet = /** @class */ (function (_super) {
54521
54659
  _this.customAttributes = Mapper_1.mapArray(obj.customAttributes, CustomAttribute_1.default);
54522
54660
  _this.roles = Mapper_1.mapArray(obj.roles);
54523
54661
  _this.accessibilities = Mapper_1.mapArray(obj.accessibilities, Accessibility_1.default);
54662
+ _this.labels = Mapper_1.mapArray(obj.labels, Label_1.default);
54524
54663
  return _this;
54525
54664
  }
54526
54665
  return AdaptationSet;
@@ -56664,51 +56803,43 @@ exports.default = AnalyticsLessThanOrEqualFilter;
56664
56803
 
56665
56804
  "use strict";
56666
56805
 
56667
- var __extends = (this && this.__extends) || (function () {
56668
- var extendStatics = function (d, b) {
56669
- extendStatics = Object.setPrototypeOf ||
56670
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
56671
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
56672
- return extendStatics(d, b);
56673
- };
56674
- return function (d, b) {
56675
- extendStatics(d, b);
56676
- function __() { this.constructor = d; }
56677
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
56678
- };
56679
- })();
56680
56806
  Object.defineProperty(exports, "__esModule", { value: true });
56681
56807
  exports.AnalyticsLicense = void 0;
56682
56808
  var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
56683
56809
  var AnalyticsLicenseCustomDataFieldLabels_1 = __webpack_require__(/*! ./AnalyticsLicenseCustomDataFieldLabels */ "./models/AnalyticsLicenseCustomDataFieldLabels.ts");
56684
56810
  var AnalyticsLicenseDomain_1 = __webpack_require__(/*! ./AnalyticsLicenseDomain */ "./models/AnalyticsLicenseDomain.ts");
56685
56811
  var AnalyticsLicenseFeatures_1 = __webpack_require__(/*! ./AnalyticsLicenseFeatures */ "./models/AnalyticsLicenseFeatures.ts");
56686
- var BitmovinResponse_1 = __webpack_require__(/*! ./BitmovinResponse */ "./models/BitmovinResponse.ts");
56687
56812
  /**
56688
56813
  * @export
56689
56814
  * @class AnalyticsLicense
56690
56815
  */
56691
- var AnalyticsLicense = /** @class */ (function (_super) {
56692
- __extends(AnalyticsLicense, _super);
56816
+ var AnalyticsLicense = /** @class */ (function () {
56693
56817
  function AnalyticsLicense(obj) {
56694
- var _this = _super.call(this, obj) || this;
56695
56818
  if (!obj) {
56696
- return _this;
56819
+ return;
56697
56820
  }
56698
- _this.name = Mapper_1.map(obj.name);
56699
- _this.licenseKey = Mapper_1.map(obj.licenseKey);
56700
- _this.createdAt = Mapper_1.map(obj.createdAt, Date);
56701
- _this.maxImpressions = Mapper_1.map(obj.maxImpressions);
56702
- _this.impressions = Mapper_1.map(obj.impressions);
56703
- _this.domains = Mapper_1.mapArray(obj.domains, AnalyticsLicenseDomain_1.default);
56704
- _this.ignoreDNT = Mapper_1.map(obj.ignoreDNT);
56705
- _this.timeZone = Mapper_1.map(obj.timeZone);
56706
- _this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
56707
- _this.features = Mapper_1.map(obj.features, AnalyticsLicenseFeatures_1.default);
56708
- return _this;
56821
+ this.id = Mapper_1.map(obj.id);
56822
+ this.createdAt = Mapper_1.map(obj.createdAt, Date);
56823
+ this.customData = Mapper_1.map(obj.customData);
56824
+ this.licenseKey = Mapper_1.map(obj.licenseKey);
56825
+ this.name = Mapper_1.map(obj.name);
56826
+ this.industry = Mapper_1.map(obj.industry);
56827
+ this.subIndustry = Mapper_1.map(obj.subIndustry);
56828
+ this.ignoreDNT = Mapper_1.map(obj.ignoreDNT);
56829
+ this.impressions = Mapper_1.map(obj.impressions);
56830
+ this.maxImpressions = Mapper_1.map(obj.maxImpressions);
56831
+ this.timeZone = Mapper_1.map(obj.timeZone);
56832
+ this.retentionTime = Mapper_1.map(obj.retentionTime);
56833
+ this.domains = Mapper_1.mapArray(obj.domains, AnalyticsLicenseDomain_1.default);
56834
+ this.includeInInsights = Mapper_1.map(obj.includeInInsights);
56835
+ this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
56836
+ this.customDataFieldsCount = Mapper_1.map(obj.customDataFieldsCount);
56837
+ this.orderIndex = Mapper_1.map(obj.orderIndex);
56838
+ this.rateLimit = Mapper_1.map(obj.rateLimit);
56839
+ this.features = Mapper_1.map(obj.features, AnalyticsLicenseFeatures_1.default);
56709
56840
  }
56710
56841
  return AnalyticsLicense;
56711
- }(BitmovinResponse_1.default));
56842
+ }());
56712
56843
  exports.AnalyticsLicense = AnalyticsLicense;
56713
56844
  exports.default = AnalyticsLicense;
56714
56845
 
@@ -56741,6 +56872,8 @@ var AnalyticsLicenseCustomDataFieldLabels = /** @class */ (function () {
56741
56872
  this.customData3 = Mapper_1.map(obj.customData3);
56742
56873
  this.customData4 = Mapper_1.map(obj.customData4);
56743
56874
  this.customData5 = Mapper_1.map(obj.customData5);
56875
+ this.customData6 = Mapper_1.map(obj.customData6);
56876
+ this.customData7 = Mapper_1.map(obj.customData7);
56744
56877
  }
56745
56878
  return AnalyticsLicenseCustomDataFieldLabels;
56746
56879
  }());
@@ -56891,41 +57024,6 @@ exports.AnalyticsLicenseKey = AnalyticsLicenseKey;
56891
57024
  exports.default = AnalyticsLicenseKey;
56892
57025
 
56893
57026
 
56894
- /***/ }),
56895
-
56896
- /***/ "./models/AnalyticsLicenseUpdateRequest.ts":
56897
- /*!*************************************************!*\
56898
- !*** ./models/AnalyticsLicenseUpdateRequest.ts ***!
56899
- \*************************************************/
56900
- /*! no static exports found */
56901
- /***/ (function(module, exports, __webpack_require__) {
56902
-
56903
- "use strict";
56904
-
56905
- Object.defineProperty(exports, "__esModule", { value: true });
56906
- exports.AnalyticsLicenseUpdateRequest = void 0;
56907
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
56908
- var AnalyticsLicenseCustomDataFieldLabels_1 = __webpack_require__(/*! ./AnalyticsLicenseCustomDataFieldLabels */ "./models/AnalyticsLicenseCustomDataFieldLabels.ts");
56909
- /**
56910
- * @export
56911
- * @class AnalyticsLicenseUpdateRequest
56912
- */
56913
- var AnalyticsLicenseUpdateRequest = /** @class */ (function () {
56914
- function AnalyticsLicenseUpdateRequest(obj) {
56915
- if (!obj) {
56916
- return;
56917
- }
56918
- this.name = Mapper_1.map(obj.name);
56919
- this.ignoreDNT = Mapper_1.map(obj.ignoreDNT);
56920
- this.timeZone = Mapper_1.map(obj.timeZone);
56921
- this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
56922
- }
56923
- return AnalyticsLicenseUpdateRequest;
56924
- }());
56925
- exports.AnalyticsLicenseUpdateRequest = AnalyticsLicenseUpdateRequest;
56926
- exports.default = AnalyticsLicenseUpdateRequest;
56927
-
56928
-
56929
57027
  /***/ }),
56930
57028
 
56931
57029
  /***/ "./models/AnalyticsMaxConcurrentViewersResponse.ts":
@@ -59002,62 +59100,6 @@ exports.AutoRestartConfiguration = AutoRestartConfiguration;
59002
59100
  exports.default = AutoRestartConfiguration;
59003
59101
 
59004
59102
 
59005
- /***/ }),
59006
-
59007
- /***/ "./models/Av1AdaptiveQuantMode.ts":
59008
- /*!****************************************!*\
59009
- !*** ./models/Av1AdaptiveQuantMode.ts ***!
59010
- \****************************************/
59011
- /*! no static exports found */
59012
- /***/ (function(module, exports, __webpack_require__) {
59013
-
59014
- "use strict";
59015
-
59016
- Object.defineProperty(exports, "__esModule", { value: true });
59017
- exports.Av1AdaptiveQuantMode = void 0;
59018
- /**
59019
- * AV1 has a segment based feature that allows the encoder to adaptively change quantization parameter for each segment within a frame
59020
- * @export
59021
- * @enum {string}
59022
- */
59023
- var Av1AdaptiveQuantMode;
59024
- (function (Av1AdaptiveQuantMode) {
59025
- Av1AdaptiveQuantMode["OFF"] = "OFF";
59026
- Av1AdaptiveQuantMode["VARIANCE"] = "VARIANCE";
59027
- Av1AdaptiveQuantMode["COMPLEXITY"] = "COMPLEXITY";
59028
- Av1AdaptiveQuantMode["CYCLIC_REFRESH"] = "CYCLIC_REFRESH";
59029
- Av1AdaptiveQuantMode["DELTA_QUANT"] = "DELTA_QUANT";
59030
- })(Av1AdaptiveQuantMode = exports.Av1AdaptiveQuantMode || (exports.Av1AdaptiveQuantMode = {}));
59031
- exports.default = Av1AdaptiveQuantMode;
59032
-
59033
-
59034
- /***/ }),
59035
-
59036
- /***/ "./models/Av1KeyPlacementMode.ts":
59037
- /*!***************************************!*\
59038
- !*** ./models/Av1KeyPlacementMode.ts ***!
59039
- \***************************************/
59040
- /*! no static exports found */
59041
- /***/ (function(module, exports, __webpack_require__) {
59042
-
59043
- "use strict";
59044
-
59045
- Object.defineProperty(exports, "__esModule", { value: true });
59046
- exports.Av1KeyPlacementMode = void 0;
59047
- /**
59048
- * Specifies whether keyframes should be placed at fixed intervals or the encoder may determine optimal placement automatically
59049
- * @export
59050
- * @enum {string}
59051
- */
59052
- var Av1KeyPlacementMode;
59053
- (function (Av1KeyPlacementMode) {
59054
- Av1KeyPlacementMode["AUTO"] = "AUTO";
59055
- Av1KeyPlacementMode["FIXED"] = "FIXED";
59056
- Av1KeyPlacementMode["DISABLED"] = "DISABLED";
59057
- })(Av1KeyPlacementMode = exports.Av1KeyPlacementMode || (exports.Av1KeyPlacementMode = {}));
59058
- exports.default = Av1KeyPlacementMode;
59059
-
59060
-
59061
59103
  /***/ }),
59062
59104
 
59063
59105
  /***/ "./models/Av1VideoConfiguration.ts":
@@ -59084,7 +59126,6 @@ var __extends = (this && this.__extends) || (function () {
59084
59126
  })();
59085
59127
  Object.defineProperty(exports, "__esModule", { value: true });
59086
59128
  exports.Av1VideoConfiguration = void 0;
59087
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59088
59129
  var CodecConfigType_1 = __webpack_require__(/*! ./CodecConfigType */ "./models/CodecConfigType.ts");
59089
59130
  var VideoConfiguration_1 = __webpack_require__(/*! ./VideoConfiguration */ "./models/VideoConfiguration.ts");
59090
59131
  /**
@@ -59104,31 +59145,6 @@ var Av1VideoConfiguration = /** @class */ (function (_super) {
59104
59145
  if (!obj) {
59105
59146
  return _this;
59106
59147
  }
59107
- _this.keyPlacementMode = Mapper_1.map(obj.keyPlacementMode);
59108
- _this.adaptiveQuantMode = Mapper_1.map(obj.adaptiveQuantMode);
59109
- _this.lagInFrames = Mapper_1.map(obj.lagInFrames);
59110
- _this.minQ = Mapper_1.map(obj.minQ);
59111
- _this.maxQ = Mapper_1.map(obj.maxQ);
59112
- _this.undershootPct = Mapper_1.map(obj.undershootPct);
59113
- _this.overshootPct = Mapper_1.map(obj.overshootPct);
59114
- _this.clientBufferSize = Mapper_1.map(obj.clientBufferSize);
59115
- _this.clientInitialBufferSize = Mapper_1.map(obj.clientInitialBufferSize);
59116
- _this.clientOptimalBufferSize = Mapper_1.map(obj.clientOptimalBufferSize);
59117
- _this.tileColumns = Mapper_1.map(obj.tileColumns);
59118
- _this.tileRows = Mapper_1.map(obj.tileRows);
59119
- _this.isAutomaticAltRefFramesEnabled = Mapper_1.map(obj.isAutomaticAltRefFramesEnabled);
59120
- _this.arnrMaxFrames = Mapper_1.map(obj.arnrMaxFrames);
59121
- _this.arnrStrength = Mapper_1.map(obj.arnrStrength);
59122
- _this.maxIntraRate = Mapper_1.map(obj.maxIntraRate);
59123
- _this.isLossless = Mapper_1.map(obj.isLossless);
59124
- _this.isFrameParallel = Mapper_1.map(obj.isFrameParallel);
59125
- _this.sharpness = Mapper_1.map(obj.sharpness);
59126
- _this.isFrameBoostEnabled = Mapper_1.map(obj.isFrameBoostEnabled);
59127
- _this.noiseSensitivity = Mapper_1.map(obj.noiseSensitivity);
59128
- _this.minGfInterval = Mapper_1.map(obj.minGfInterval);
59129
- _this.maxGfInterval = Mapper_1.map(obj.maxGfInterval);
59130
- _this.numTileGroups = Mapper_1.map(obj.numTileGroups);
59131
- _this.mtuSize = Mapper_1.map(obj.mtuSize);
59132
59148
  return _this;
59133
59149
  }
59134
59150
  return Av1VideoConfiguration;
@@ -59421,38 +59437,14 @@ exports.AzureCloudRegion = void 0;
59421
59437
  */
59422
59438
  var AzureCloudRegion;
59423
59439
  (function (AzureCloudRegion) {
59424
- AzureCloudRegion["US_WEST"] = "US_WEST";
59425
- AzureCloudRegion["US_WEST2"] = "US_WEST2";
59426
- AzureCloudRegion["US_CENTRAL"] = "US_CENTRAL";
59427
- AzureCloudRegion["US_EAST"] = "US_EAST";
59428
- AzureCloudRegion["US_EAST2"] = "US_EAST2";
59429
- AzureCloudRegion["US_NORTH_CENTRAL"] = "US_NORTH_CENTRAL";
59430
- AzureCloudRegion["US_SOUTH_CENTRAL"] = "US_SOUTH_CENTRAL";
59431
- AzureCloudRegion["US_WEST_CENTRAL"] = "US_WEST_CENTRAL";
59432
- AzureCloudRegion["CANADA_CENTRAL"] = "CANADA_CENTRAL";
59433
- AzureCloudRegion["CANADA_EAST"] = "CANADA_EAST";
59434
- AzureCloudRegion["BRAZIL_SOUTH"] = "BRAZIL_SOUTH";
59440
+ AzureCloudRegion["US_WEST2"] = "AUSTRALIA_EAST";
59441
+ AzureCloudRegion["US_EAST"] = "AUSTRALIA_SOUTHEAST";
59435
59442
  AzureCloudRegion["EUROPE_NORTH"] = "EUROPE_NORTH";
59436
59443
  AzureCloudRegion["EUROPE_WEST"] = "EUROPE_WEST";
59437
- AzureCloudRegion["UK_SOUTH"] = "UK_SOUTH";
59438
- AzureCloudRegion["UK_WEST"] = "UK_WEST";
59439
- AzureCloudRegion["ASIA_EAST"] = "ASIA_EAST";
59440
- AzureCloudRegion["ASIA_SOUTHEAST"] = "ASIA_SOUTHEAST";
59441
- AzureCloudRegion["JAPAN_EAST"] = "JAPAN_EAST";
59442
- AzureCloudRegion["JAPAN_WEST"] = "JAPAN_WEST";
59443
- AzureCloudRegion["AUSTRALIA_EAST"] = "AUSTRALIA_EAST";
59444
- AzureCloudRegion["AUSTRALIA_SOUTHEAST"] = "AUSTRALIA_SOUTHEAST";
59445
- AzureCloudRegion["INDIA_CENTRAL"] = "INDIA_CENTRAL";
59446
- AzureCloudRegion["INDIA_SOUTH"] = "INDIA_SOUTH";
59447
- AzureCloudRegion["INDIA_WEST"] = "INDIA_WEST";
59448
- AzureCloudRegion["KOREA_CENTRAL"] = "KOREA_CENTRAL";
59449
- AzureCloudRegion["KOREA_SOUTH"] = "KOREA_SOUTH";
59450
- AzureCloudRegion["CHINA_NORTH"] = "CHINA_NORTH";
59451
- AzureCloudRegion["CHINA_EAST"] = "CHINA_EAST";
59452
- AzureCloudRegion["GERMANY_CENTRAL"] = "GERMANY_CENTRAL";
59453
- AzureCloudRegion["GERMANY_NORTHEAST"] = "GERMANY_NORTHEAST";
59454
- AzureCloudRegion["GOV_US_VIRGINIA"] = "GOV_US_VIRGINIA";
59455
- AzureCloudRegion["GOV_US_IOWA"] = "GOV_US_IOWA";
59444
+ AzureCloudRegion["GERMANY_WESTCENTRAL"] = "GERMANY_WESTCENTRAL";
59445
+ AzureCloudRegion["AUSTRALIA_EAST"] = "UAE_NORTH";
59446
+ AzureCloudRegion["AUSTRALIA_SOUTHEAST"] = "US_EAST";
59447
+ AzureCloudRegion["UAE_NORTH"] = "US_WEST2";
59456
59448
  })(AzureCloudRegion = exports.AzureCloudRegion || (exports.AzureCloudRegion = {}));
59457
59449
  exports.default = AzureCloudRegion;
59458
59450
 
@@ -61330,6 +61322,7 @@ var ChunkedTextMuxing = /** @class */ (function (_super) {
61330
61322
  _this.segmentLength = Mapper_1.map(obj.segmentLength);
61331
61323
  _this.segmentNaming = Mapper_1.map(obj.segmentNaming);
61332
61324
  _this.segmentNamingTemplate = Mapper_1.map(obj.segmentNamingTemplate);
61325
+ _this.startOffset = Mapper_1.map(obj.startOffset);
61333
61326
  _this.segmentsMuxed = Mapper_1.map(obj.segmentsMuxed);
61334
61327
  return _this;
61335
61328
  }
@@ -61497,10 +61490,13 @@ var CloudRegion;
61497
61490
  CloudRegion["GOOGLE_US_EAST_4"] = "GOOGLE_US_EAST_4";
61498
61491
  CloudRegion["GOOGLE_US_WEST_2"] = "GOOGLE_US_WEST_2";
61499
61492
  CloudRegion["AZURE_EUROPE_WEST"] = "AZURE_EUROPE_WEST";
61493
+ CloudRegion["AZURE_EUROPE_NORTH"] = "AZURE_EUROPE_NORTH";
61500
61494
  CloudRegion["AZURE_US_WEST2"] = "AZURE_US_WEST2";
61501
61495
  CloudRegion["AZURE_US_EAST"] = "AZURE_US_EAST";
61502
61496
  CloudRegion["AZURE_AUSTRALIA_SOUTHEAST"] = "AZURE_AUSTRALIA_SOUTHEAST";
61503
61497
  CloudRegion["AZURE_AUSTRALIA_EAST"] = "AZURE_AUSTRALIA_EAST";
61498
+ CloudRegion["AZURE_GERMANY_WESTCENTRAL"] = "AZURE_GERMANY_WESTCENTRAL";
61499
+ CloudRegion["AZURE_UAE_NORTH"] = "AZURE_UAE_NORTH";
61504
61500
  CloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
61505
61501
  CloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
61506
61502
  CloudRegion["EUROPE"] = "EUROPE";
@@ -68812,6 +68808,31 @@ var H264BPyramid;
68812
68808
  exports.default = H264BPyramid;
68813
68809
 
68814
68810
 
68811
+ /***/ }),
68812
+
68813
+ /***/ "./models/H264DynamicRangeFormat.ts":
68814
+ /*!******************************************!*\
68815
+ !*** ./models/H264DynamicRangeFormat.ts ***!
68816
+ \******************************************/
68817
+ /*! no static exports found */
68818
+ /***/ (function(module, exports, __webpack_require__) {
68819
+
68820
+ "use strict";
68821
+
68822
+ Object.defineProperty(exports, "__esModule", { value: true });
68823
+ exports.H264DynamicRangeFormat = void 0;
68824
+ /**
68825
+ * Ouput should be in Standard Definition Range (SDR).
68826
+ * @export
68827
+ * @enum {string}
68828
+ */
68829
+ var H264DynamicRangeFormat;
68830
+ (function (H264DynamicRangeFormat) {
68831
+ H264DynamicRangeFormat["SDR"] = "SDR";
68832
+ })(H264DynamicRangeFormat = exports.H264DynamicRangeFormat || (exports.H264DynamicRangeFormat = {}));
68833
+ exports.default = H264DynamicRangeFormat;
68834
+
68835
+
68815
68836
  /***/ }),
68816
68837
 
68817
68838
  /***/ "./models/H264InterlaceMode.ts":
@@ -69141,6 +69162,7 @@ var H264VideoConfiguration = /** @class */ (function (_super) {
69141
69162
  return _this;
69142
69163
  }
69143
69164
  _this.presetConfiguration = Mapper_1.map(obj.presetConfiguration);
69165
+ _this.dynamicRangeFormat = Mapper_1.map(obj.dynamicRangeFormat);
69144
69166
  _this.crf = Mapper_1.map(obj.crf);
69145
69167
  _this.profile = Mapper_1.map(obj.profile);
69146
69168
  _this.bframes = Mapper_1.map(obj.bframes);
@@ -71146,6 +71168,39 @@ exports.Keyframe = Keyframe;
71146
71168
  exports.default = Keyframe;
71147
71169
 
71148
71170
 
71171
+ /***/ }),
71172
+
71173
+ /***/ "./models/Label.ts":
71174
+ /*!*************************!*\
71175
+ !*** ./models/Label.ts ***!
71176
+ \*************************/
71177
+ /*! no static exports found */
71178
+ /***/ (function(module, exports, __webpack_require__) {
71179
+
71180
+ "use strict";
71181
+
71182
+ Object.defineProperty(exports, "__esModule", { value: true });
71183
+ exports.Label = void 0;
71184
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
71185
+ /**
71186
+ * @export
71187
+ * @class Label
71188
+ */
71189
+ var Label = /** @class */ (function () {
71190
+ function Label(obj) {
71191
+ if (!obj) {
71192
+ return;
71193
+ }
71194
+ this.id = Mapper_1.map(obj.id);
71195
+ this.lang = Mapper_1.map(obj.lang);
71196
+ this.value = Mapper_1.map(obj.value);
71197
+ }
71198
+ return Label;
71199
+ }());
71200
+ exports.Label = Label;
71201
+ exports.default = Label;
71202
+
71203
+
71149
71204
  /***/ }),
71150
71205
 
71151
71206
  /***/ "./models/LevelH262.ts":
@@ -78766,6 +78821,8 @@ var StatisticsPerStream = /** @class */ (function () {
78766
78821
  this.dolbyVisionToHdrMultiplicator = Mapper_1.map(obj.dolbyVisionToHdrMultiplicator);
78767
78822
  this.dolbyVisionToSdr = Mapper_1.map(obj.dolbyVisionToSdr);
78768
78823
  this.dolbyVisionToSdrMultiplicator = Mapper_1.map(obj.dolbyVisionToSdrMultiplicator);
78824
+ this.hdrHlgToSdr = Mapper_1.map(obj.hdrHlgToSdr);
78825
+ this.hdrHlgToSdrMultiplicator = Mapper_1.map(obj.hdrHlgToSdrMultiplicator);
78769
78826
  this.nexGuardABWatermarkingType = Mapper_1.map(obj.nexGuardABWatermarkingType);
78770
78827
  this.nexGuardABWatermarkingMultiplicator = Mapper_1.map(obj.nexGuardABWatermarkingMultiplicator);
78771
78828
  this.pixelFormatBitDepth = Mapper_1.map(obj.pixelFormatBitDepth);
@@ -79938,6 +79995,7 @@ var TextMuxing = /** @class */ (function (_super) {
79938
79995
  return _this;
79939
79996
  }
79940
79997
  _this.filename = Mapper_1.map(obj.filename);
79998
+ _this.startOffset = Mapper_1.map(obj.startOffset);
79941
79999
  return _this;
79942
80000
  }
79943
80001
  return TextMuxing;
@@ -81563,6 +81621,32 @@ var Vp9ArnrType;
81563
81621
  exports.default = Vp9ArnrType;
81564
81622
 
81565
81623
 
81624
+ /***/ }),
81625
+
81626
+ /***/ "./models/Vp9DynamicRangeFormat.ts":
81627
+ /*!*****************************************!*\
81628
+ !*** ./models/Vp9DynamicRangeFormat.ts ***!
81629
+ \*****************************************/
81630
+ /*! no static exports found */
81631
+ /***/ (function(module, exports, __webpack_require__) {
81632
+
81633
+ "use strict";
81634
+
81635
+ Object.defineProperty(exports, "__esModule", { value: true });
81636
+ exports.Vp9DynamicRangeFormat = void 0;
81637
+ /**
81638
+ * Configures what kind of dynamic range the output should conform to. Can be used to convert from SDR to HLG, from HLG to SDR.
81639
+ * @export
81640
+ * @enum {string}
81641
+ */
81642
+ var Vp9DynamicRangeFormat;
81643
+ (function (Vp9DynamicRangeFormat) {
81644
+ Vp9DynamicRangeFormat["HLG"] = "HLG";
81645
+ Vp9DynamicRangeFormat["SDR"] = "SDR";
81646
+ })(Vp9DynamicRangeFormat = exports.Vp9DynamicRangeFormat || (exports.Vp9DynamicRangeFormat = {}));
81647
+ exports.default = Vp9DynamicRangeFormat;
81648
+
81649
+
81566
81650
  /***/ }),
81567
81651
 
81568
81652
  /***/ "./models/Vp9PerTitleConfiguration.ts":
@@ -81685,6 +81769,7 @@ var Vp9VideoConfiguration = /** @class */ (function (_super) {
81685
81769
  return _this;
81686
81770
  }
81687
81771
  _this.presetConfiguration = Mapper_1.map(obj.presetConfiguration);
81772
+ _this.dynamicRangeFormat = Mapper_1.map(obj.dynamicRangeFormat);
81688
81773
  _this.crf = Mapper_1.map(obj.crf);
81689
81774
  _this.lagInFrames = Mapper_1.map(obj.lagInFrames);
81690
81775
  _this.errorResiliencyEnabled = Mapper_1.map(obj.errorResiliencyEnabled);
@@ -82809,7 +82894,6 @@ __exportStar(__webpack_require__(/*! ./AnalyticsLicenseDomain */ "./models/Analy
82809
82894
  __exportStar(__webpack_require__(/*! ./AnalyticsLicenseErrorDetailsConfig */ "./models/AnalyticsLicenseErrorDetailsConfig.ts"), exports);
82810
82895
  __exportStar(__webpack_require__(/*! ./AnalyticsLicenseFeatures */ "./models/AnalyticsLicenseFeatures.ts"), exports);
82811
82896
  __exportStar(__webpack_require__(/*! ./AnalyticsLicenseKey */ "./models/AnalyticsLicenseKey.ts"), exports);
82812
- __exportStar(__webpack_require__(/*! ./AnalyticsLicenseUpdateRequest */ "./models/AnalyticsLicenseUpdateRequest.ts"), exports);
82813
82897
  __exportStar(__webpack_require__(/*! ./AnalyticsMaxConcurrentViewersResponse */ "./models/AnalyticsMaxConcurrentViewersResponse.ts"), exports);
82814
82898
  __exportStar(__webpack_require__(/*! ./AnalyticsMaxQueryRequest */ "./models/AnalyticsMaxQueryRequest.ts"), exports);
82815
82899
  __exportStar(__webpack_require__(/*! ./AnalyticsMedianQueryRequest */ "./models/AnalyticsMedianQueryRequest.ts"), exports);
@@ -82860,8 +82944,6 @@ __exportStar(__webpack_require__(/*! ./AudioVolumeFormat */ "./models/AudioVolum
82860
82944
  __exportStar(__webpack_require__(/*! ./AudioVolumeUnit */ "./models/AudioVolumeUnit.ts"), exports);
82861
82945
  __exportStar(__webpack_require__(/*! ./AutoRepresentation */ "./models/AutoRepresentation.ts"), exports);
82862
82946
  __exportStar(__webpack_require__(/*! ./AutoRestartConfiguration */ "./models/AutoRestartConfiguration.ts"), exports);
82863
- __exportStar(__webpack_require__(/*! ./Av1AdaptiveQuantMode */ "./models/Av1AdaptiveQuantMode.ts"), exports);
82864
- __exportStar(__webpack_require__(/*! ./Av1KeyPlacementMode */ "./models/Av1KeyPlacementMode.ts"), exports);
82865
82947
  __exportStar(__webpack_require__(/*! ./Av1VideoConfiguration */ "./models/Av1VideoConfiguration.ts"), exports);
82866
82948
  __exportStar(__webpack_require__(/*! ./AvailabilityStartTimeMode */ "./models/AvailabilityStartTimeMode.ts"), exports);
82867
82949
  __exportStar(__webpack_require__(/*! ./AwsAccount */ "./models/AwsAccount.ts"), exports);
@@ -83092,6 +83174,7 @@ __exportStar(__webpack_require__(/*! ./H262InterlaceMode */ "./models/H262Interl
83092
83174
  __exportStar(__webpack_require__(/*! ./H262PresetConfiguration */ "./models/H262PresetConfiguration.ts"), exports);
83093
83175
  __exportStar(__webpack_require__(/*! ./H262VideoConfiguration */ "./models/H262VideoConfiguration.ts"), exports);
83094
83176
  __exportStar(__webpack_require__(/*! ./H264BPyramid */ "./models/H264BPyramid.ts"), exports);
83177
+ __exportStar(__webpack_require__(/*! ./H264DynamicRangeFormat */ "./models/H264DynamicRangeFormat.ts"), exports);
83095
83178
  __exportStar(__webpack_require__(/*! ./H264InterlaceMode */ "./models/H264InterlaceMode.ts"), exports);
83096
83179
  __exportStar(__webpack_require__(/*! ./H264MotionEstimationMethod */ "./models/H264MotionEstimationMethod.ts"), exports);
83097
83180
  __exportStar(__webpack_require__(/*! ./H264NalHrd */ "./models/H264NalHrd.ts"), exports);
@@ -83148,6 +83231,7 @@ __exportStar(__webpack_require__(/*! ./Invitation */ "./models/Invitation.ts"),
83148
83231
  __exportStar(__webpack_require__(/*! ./InvitationStatus */ "./models/InvitationStatus.ts"), exports);
83149
83232
  __exportStar(__webpack_require__(/*! ./IvSize */ "./models/IvSize.ts"), exports);
83150
83233
  __exportStar(__webpack_require__(/*! ./Keyframe */ "./models/Keyframe.ts"), exports);
83234
+ __exportStar(__webpack_require__(/*! ./Label */ "./models/Label.ts"), exports);
83151
83235
  __exportStar(__webpack_require__(/*! ./LevelH262 */ "./models/LevelH262.ts"), exports);
83152
83236
  __exportStar(__webpack_require__(/*! ./LevelH264 */ "./models/LevelH264.ts"), exports);
83153
83237
  __exportStar(__webpack_require__(/*! ./LevelH265 */ "./models/LevelH265.ts"), exports);
@@ -83410,6 +83494,7 @@ __exportStar(__webpack_require__(/*! ./Vp8Quality */ "./models/Vp8Quality.ts"),
83410
83494
  __exportStar(__webpack_require__(/*! ./Vp8VideoConfiguration */ "./models/Vp8VideoConfiguration.ts"), exports);
83411
83495
  __exportStar(__webpack_require__(/*! ./Vp9AqMode */ "./models/Vp9AqMode.ts"), exports);
83412
83496
  __exportStar(__webpack_require__(/*! ./Vp9ArnrType */ "./models/Vp9ArnrType.ts"), exports);
83497
+ __exportStar(__webpack_require__(/*! ./Vp9DynamicRangeFormat */ "./models/Vp9DynamicRangeFormat.ts"), exports);
83413
83498
  __exportStar(__webpack_require__(/*! ./Vp9PerTitleConfiguration */ "./models/Vp9PerTitleConfiguration.ts"), exports);
83414
83499
  __exportStar(__webpack_require__(/*! ./Vp9Quality */ "./models/Vp9Quality.ts"), exports);
83415
83500
  __exportStar(__webpack_require__(/*! ./Vp9VideoConfiguration */ "./models/Vp9VideoConfiguration.ts"), exports);
@@ -84679,8 +84764,8 @@ var ErrorApi = /** @class */ (function (_super) {
84679
84764
  return _this;
84680
84765
  }
84681
84766
  /**
84682
- * @summary Add Encoding Error Webhook
84683
- * @param {Webhook} webhook The Encoding Error Webhook to be added. **Note:** A maximum number of 5 webhooks is allowed
84767
+ * @summary Add 'Encoding Error' Webhook
84768
+ * @param {Webhook} webhook The 'Encoding Error' Webhook to be added. A maximum number of 5 webhooks is allowed
84684
84769
  * @throws {BitmovinError}
84685
84770
  * @memberof ErrorApi
84686
84771
  */
@@ -84690,9 +84775,9 @@ var ErrorApi = /** @class */ (function (_super) {
84690
84775
  });
84691
84776
  };
84692
84777
  /**
84693
- * @summary Add Encoding Error Webhook for specific Encoding Resource. **Note:** A maximum number of 5 webhooks is allowed
84778
+ * @summary Add Error Webhook for a specific Encoding
84694
84779
  * @param {string} encodingId Id of the encoding
84695
- * @param {Webhook} webhook The Encoding Error Webhook to be added
84780
+ * @param {Webhook} webhook The 'Encoding Error' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
84696
84781
  * @throws {BitmovinError}
84697
84782
  * @memberof ErrorApi
84698
84783
  */
@@ -84705,7 +84790,7 @@ var ErrorApi = /** @class */ (function (_super) {
84705
84790
  });
84706
84791
  };
84707
84792
  /**
84708
- * @summary Delete Encoding Error Webhook for specific Encoding Resource
84793
+ * @summary Delete 'Encoding Error' Webhook for a specific Encoding
84709
84794
  * @param {string} encodingId Id of the encoding
84710
84795
  * @param {string} webhookId Id of the webhook
84711
84796
  * @throws {BitmovinError}
@@ -84721,7 +84806,7 @@ var ErrorApi = /** @class */ (function (_super) {
84721
84806
  });
84722
84807
  };
84723
84808
  /**
84724
- * @summary Delete Encoding Error Webhook
84809
+ * @summary Delete 'Encoding Error' Webhook
84725
84810
  * @param {string} webhookId Id of the webhook
84726
84811
  * @throws {BitmovinError}
84727
84812
  * @memberof ErrorApi
@@ -84735,7 +84820,7 @@ var ErrorApi = /** @class */ (function (_super) {
84735
84820
  });
84736
84821
  };
84737
84822
  /**
84738
- * @summary Encoding Error Webhook Details for specific Encoding Resource
84823
+ * @summary 'Encoding Error' Webhook Details for a specific Encoding
84739
84824
  * @param {string} encodingId Id of the encoding
84740
84825
  * @param {string} webhookId Id of the webhook
84741
84826
  * @throws {BitmovinError}
@@ -84751,7 +84836,7 @@ var ErrorApi = /** @class */ (function (_super) {
84751
84836
  });
84752
84837
  };
84753
84838
  /**
84754
- * @summary Encoding Error Webhook Details
84839
+ * @summary 'Encoding Error' Webhook Details
84755
84840
  * @param {string} webhookId Id of the webhook
84756
84841
  * @throws {BitmovinError}
84757
84842
  * @memberof ErrorApi
@@ -84765,7 +84850,7 @@ var ErrorApi = /** @class */ (function (_super) {
84765
84850
  });
84766
84851
  };
84767
84852
  /**
84768
- * @summary List Encoding Error Webhooks
84853
+ * @summary List 'Encoding Error' Webhooks
84769
84854
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
84770
84855
  * @throws {BitmovinError}
84771
84856
  * @memberof ErrorApi
@@ -84783,7 +84868,7 @@ var ErrorApi = /** @class */ (function (_super) {
84783
84868
  });
84784
84869
  };
84785
84870
  /**
84786
- * @summary List Encoding Error Webhooks for specific Encoding Resource
84871
+ * @summary List 'Encoding Error' Webhooks for a specific Encoding
84787
84872
  * @param {string} encodingId Id of the encoding
84788
84873
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
84789
84874
  * @throws {BitmovinError}
@@ -84931,7 +85016,7 @@ var CustomdataApi = /** @class */ (function (_super) {
84931
85016
  return _super.call(this, configuration) || this;
84932
85017
  }
84933
85018
  /**
84934
- * @summary Encoding Error Webhook Custom Data for specific Encoding Resource
85019
+ * @summary 'Encoding Error' Webhook Custom Data for a specific Encoding
84935
85020
  * @param {string} encodingId Id of the encoding
84936
85021
  * @param {string} webhookId Id of the webhook
84937
85022
  * @throws {BitmovinError}
@@ -84947,7 +85032,7 @@ var CustomdataApi = /** @class */ (function (_super) {
84947
85032
  });
84948
85033
  };
84949
85034
  /**
84950
- * @summary Encoding Error Webhook Custom Data
85035
+ * @summary 'Encoding Error' Webhook Custom Data
84951
85036
  * @param {string} webhookId Id of the webhook
84952
85037
  * @throws {BitmovinError}
84953
85038
  * @memberof CustomdataApi
@@ -85012,8 +85097,8 @@ var FinishedApi = /** @class */ (function (_super) {
85012
85097
  return _this;
85013
85098
  }
85014
85099
  /**
85015
- * @summary Add Encoding Finished Webhook
85016
- * @param {Webhook} webhook The Encoding Finished Webhook to be added. **Note:** A maximum number of 5 webhooks is allowed
85100
+ * @summary Add 'Encoding Finished' Webhook
85101
+ * @param {Webhook} webhook The 'Encoding Finished' Webhook to be added. A maximum number of 5 webhooks is allowed
85017
85102
  * @throws {BitmovinError}
85018
85103
  * @memberof FinishedApi
85019
85104
  */
@@ -85023,9 +85108,9 @@ var FinishedApi = /** @class */ (function (_super) {
85023
85108
  });
85024
85109
  };
85025
85110
  /**
85026
- * @summary Add Encoding Finished Webhook for specific Encoding Resource.
85111
+ * @summary Add 'Encoding Finished' Webhook for a specific Encoding
85027
85112
  * @param {string} encodingId Id of the encoding
85028
- * @param {Webhook} webhook The Encoding Finished Webhook to be added. **Note:** A maximum number of 5 webhooks is allowed
85113
+ * @param {Webhook} webhook The 'Encoding Finished' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
85029
85114
  * @throws {BitmovinError}
85030
85115
  * @memberof FinishedApi
85031
85116
  */
@@ -85038,7 +85123,7 @@ var FinishedApi = /** @class */ (function (_super) {
85038
85123
  });
85039
85124
  };
85040
85125
  /**
85041
- * @summary Delete Encoding Finished Webhook for specific Encoding Resource
85126
+ * @summary Delete 'Encoding Finished' Webhook for a specific Encoding
85042
85127
  * @param {string} encodingId Id of the encoding
85043
85128
  * @param {string} webhookId Id of the webhook
85044
85129
  * @throws {BitmovinError}
@@ -85054,7 +85139,7 @@ var FinishedApi = /** @class */ (function (_super) {
85054
85139
  });
85055
85140
  };
85056
85141
  /**
85057
- * @summary Delete Encoding Finished Webhook
85142
+ * @summary Delete 'Encoding Finished' Webhook
85058
85143
  * @param {string} webhookId Id of the webhook
85059
85144
  * @throws {BitmovinError}
85060
85145
  * @memberof FinishedApi
@@ -85068,7 +85153,7 @@ var FinishedApi = /** @class */ (function (_super) {
85068
85153
  });
85069
85154
  };
85070
85155
  /**
85071
- * @summary Encoding Finished Webhook Details for specific Encoding Resource
85156
+ * @summary 'Encoding Finished' Webhook Details for a specific Encoding
85072
85157
  * @param {string} encodingId Id of the encoding
85073
85158
  * @param {string} webhookId Id of the webhook
85074
85159
  * @throws {BitmovinError}
@@ -85084,7 +85169,7 @@ var FinishedApi = /** @class */ (function (_super) {
85084
85169
  });
85085
85170
  };
85086
85171
  /**
85087
- * @summary Encoding Finished Webhook Details
85172
+ * @summary 'Encoding Finished' Webhook Details
85088
85173
  * @param {string} webhookId Id of the webhook
85089
85174
  * @throws {BitmovinError}
85090
85175
  * @memberof FinishedApi
@@ -85098,7 +85183,7 @@ var FinishedApi = /** @class */ (function (_super) {
85098
85183
  });
85099
85184
  };
85100
85185
  /**
85101
- * @summary List Encoding Finished Webhooks
85186
+ * @summary List 'Encoding Finished' Webhooks
85102
85187
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
85103
85188
  * @throws {BitmovinError}
85104
85189
  * @memberof FinishedApi
@@ -85116,7 +85201,7 @@ var FinishedApi = /** @class */ (function (_super) {
85116
85201
  });
85117
85202
  };
85118
85203
  /**
85119
- * @summary List Encoding Finished Webhooks for specific Encoding Resource
85204
+ * @summary List 'Encoding Finished' Webhooks for a specific Encoding
85120
85205
  * @param {string} encodingId Id of the encoding
85121
85206
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
85122
85207
  * @throws {BitmovinError}
@@ -85264,7 +85349,7 @@ var CustomdataApi = /** @class */ (function (_super) {
85264
85349
  return _super.call(this, configuration) || this;
85265
85350
  }
85266
85351
  /**
85267
- * @summary Encoding Finished Webhook Custom Data for specific Encoding Resource
85352
+ * @summary 'Encoding Finished' Webhook Custom Data for a specific Encoding
85268
85353
  * @param {string} encodingId Id of the encoding
85269
85354
  * @param {string} webhookId Id of the webhook
85270
85355
  * @throws {BitmovinError}
@@ -85280,7 +85365,7 @@ var CustomdataApi = /** @class */ (function (_super) {
85280
85365
  });
85281
85366
  };
85282
85367
  /**
85283
- * @summary Encoding Finished Webhook Custom Data
85368
+ * @summary 'Encoding Finished' Webhook Custom Data
85284
85369
  * @param {string} webhookId Id of the webhook
85285
85370
  * @throws {BitmovinError}
85286
85371
  * @memberof CustomdataApi
@@ -85430,8 +85515,8 @@ var TransferErrorApi = /** @class */ (function (_super) {
85430
85515
  return _this;
85431
85516
  }
85432
85517
  /**
85433
- * @summary Add Encoding Transfer Error Webhook
85434
- * @param {Webhook} webhook The Encoding Transfer Error Webhook to be added. **Note:** A maximum number of 5 webhooks is allowed
85518
+ * @summary Add 'Encoding Transfer Error' Webhook
85519
+ * @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added. A maximum number of 5 webhooks is allowed
85435
85520
  * @throws {BitmovinError}
85436
85521
  * @memberof TransferErrorApi
85437
85522
  */
@@ -85441,9 +85526,9 @@ var TransferErrorApi = /** @class */ (function (_super) {
85441
85526
  });
85442
85527
  };
85443
85528
  /**
85444
- * @summary Add Encoding Transfer Error Webhook for specific Encoding Resource
85529
+ * @summary Add 'Encoding Transfer Error' Webhook for a specific Encoding
85445
85530
  * @param {string} encodingId Id of the encoding
85446
- * @param {Webhook} webhook The Encoding Transfer Error Webhook to be added. **Note:** A maximum number of 5 webhooks is allowed
85531
+ * @param {Webhook} webhook The 'Encoding Transfer Error' Webhook to be added. A maximum number of 5 webhooks per Encoding is allowed
85447
85532
  * @throws {BitmovinError}
85448
85533
  * @memberof TransferErrorApi
85449
85534
  */
@@ -85456,7 +85541,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
85456
85541
  });
85457
85542
  };
85458
85543
  /**
85459
- * @summary Delete Encoding Transfer Error Webhook for specific Encoding Resource
85544
+ * @summary Delete 'Encoding Transfer Error' Webhook for a specific Encoding
85460
85545
  * @param {string} encodingId Id of the encoding
85461
85546
  * @param {string} webhookId Id of the webhook
85462
85547
  * @throws {BitmovinError}
@@ -85472,7 +85557,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
85472
85557
  });
85473
85558
  };
85474
85559
  /**
85475
- * @summary Delete Encoding Transfer Error Webhook
85560
+ * @summary Delete 'Encoding Transfer Error' Webhook
85476
85561
  * @param {string} webhookId Id of the webhook
85477
85562
  * @throws {BitmovinError}
85478
85563
  * @memberof TransferErrorApi
@@ -85486,7 +85571,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
85486
85571
  });
85487
85572
  };
85488
85573
  /**
85489
- * @summary Encoding Transfer Error Webhook Details for specific Encoding Resource
85574
+ * @summary 'Encoding Transfer Error' Webhook Details for a specific Encoding
85490
85575
  * @param {string} encodingId Id of the encoding
85491
85576
  * @param {string} webhookId Id of the webhook
85492
85577
  * @throws {BitmovinError}
@@ -85502,7 +85587,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
85502
85587
  });
85503
85588
  };
85504
85589
  /**
85505
- * @summary Encoding Transfer Error Webhook Details
85590
+ * @summary 'Encoding Transfer Error' Webhook Details
85506
85591
  * @param {string} webhookId Id of the webhook
85507
85592
  * @throws {BitmovinError}
85508
85593
  * @memberof TransferErrorApi
@@ -85516,7 +85601,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
85516
85601
  });
85517
85602
  };
85518
85603
  /**
85519
- * @summary List Encoding Transfer-Error Webhooks
85604
+ * @summary List 'Encoding Transfer Error' Webhooks
85520
85605
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
85521
85606
  * @throws {BitmovinError}
85522
85607
  * @memberof TransferErrorApi
@@ -85534,7 +85619,7 @@ var TransferErrorApi = /** @class */ (function (_super) {
85534
85619
  });
85535
85620
  };
85536
85621
  /**
85537
- * @summary List Encoding Transfer Error Webhooks for specific Encoding Resource
85622
+ * @summary List 'Encoding Transfer Error' Webhooks for a specific Encoding
85538
85623
  * @param {string} encodingId Id of the encoding
85539
85624
  * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
85540
85625
  * @throws {BitmovinError}
@@ -85682,7 +85767,7 @@ var CustomdataApi = /** @class */ (function (_super) {
85682
85767
  return _super.call(this, configuration) || this;
85683
85768
  }
85684
85769
  /**
85685
- * @summary Encoding Transfer Error Webhook Custom Data for specific Encoding Resource
85770
+ * @summary 'Encoding Transfer Error' Webhook Custom Data for a specific Encoding
85686
85771
  * @param {string} encodingId Id of the encoding
85687
85772
  * @param {string} webhookId Id of the webhook
85688
85773
  * @throws {BitmovinError}
@@ -85698,7 +85783,7 @@ var CustomdataApi = /** @class */ (function (_super) {
85698
85783
  });
85699
85784
  };
85700
85785
  /**
85701
- * @summary Encoding Transfer Error Webhook Custom Data
85786
+ * @summary 'Encoding Transfer Error' Webhook Custom Data
85702
85787
  * @param {string} webhookId Id of the webhook
85703
85788
  * @throws {BitmovinError}
85704
85789
  * @memberof CustomdataApi
@@ -85870,8 +85955,8 @@ var ErrorApi = /** @class */ (function (_super) {
85870
85955
  return _super.call(this, configuration) || this;
85871
85956
  }
85872
85957
  /**
85873
- * @summary Add Manifest Error Webhook (All Manifests)
85874
- * @param {Webhook} webhook Add a new webhook notification if a manifest creation failed with an error. **Note:** A maximum number of 5 webhooks is allowed
85958
+ * @summary Add 'Manifest Error' Webhook (All Manifests)
85959
+ * @param {Webhook} webhook Add a new webhook notification if a manifest creation failed with an error. A maximum number of 5 webhooks is allowed
85875
85960
  * @throws {BitmovinError}
85876
85961
  * @memberof ErrorApi
85877
85962
  */
@@ -85881,9 +85966,9 @@ var ErrorApi = /** @class */ (function (_super) {
85881
85966
  });
85882
85967
  };
85883
85968
  /**
85884
- * @summary Add Manifest Error Webhook Notification (Specific Manifest)
85969
+ * @summary Add 'Manifest Error' Webhook Notification (Specific Manifest)
85885
85970
  * @param {string} manifestId Id of the manifest resource
85886
- * @param {Webhook} webhook The webhook notifications object. **Note:** A maximum number of 5 webhooks is allowed
85971
+ * @param {Webhook} webhook The webhook notifications object. A maximum number of 5 webhooks per Manifest is allowed
85887
85972
  * @throws {BitmovinError}
85888
85973
  * @memberof ErrorApi
85889
85974
  */
@@ -85896,7 +85981,7 @@ var ErrorApi = /** @class */ (function (_super) {
85896
85981
  });
85897
85982
  };
85898
85983
  /**
85899
- * @summary Delete Manifest Error Webhook
85984
+ * @summary Delete 'Manifest Error' Webhook
85900
85985
  * @param {string} notificationId Id of the webhook notification
85901
85986
  * @throws {BitmovinError}
85902
85987
  * @memberof ErrorApi
@@ -85910,7 +85995,7 @@ var ErrorApi = /** @class */ (function (_super) {
85910
85995
  });
85911
85996
  };
85912
85997
  /**
85913
- * @summary Replace Manifest Error Webhook Notification
85998
+ * @summary Replace 'Manifest Error' Webhook Notification
85914
85999
  * @param {string} notificationId Id of the webhook notification
85915
86000
  * @param {Webhook} webhook The webhook notification with the updated values
85916
86001
  * @throws {BitmovinError}
@@ -85970,8 +86055,8 @@ var FinishedApi = /** @class */ (function (_super) {
85970
86055
  return _super.call(this, configuration) || this;
85971
86056
  }
85972
86057
  /**
85973
- * @summary Add Manifest Finished Successfully Webhook (All Manifests)
85974
- * @param {Webhook} webhook Add a new webhook notification if a manifest creation finished successfully. **Note:** A maximum number of 5 webhooks is allowed
86058
+ * @summary Add 'Manifest Finished Successfully' Webhook (All Manifests)
86059
+ * @param {Webhook} webhook Add a new webhook notification if a manifest creation finished successfully. A maximum number of 5 webhooks is allowed
85975
86060
  * @throws {BitmovinError}
85976
86061
  * @memberof FinishedApi
85977
86062
  */
@@ -85981,9 +86066,9 @@ var FinishedApi = /** @class */ (function (_super) {
85981
86066
  });
85982
86067
  };
85983
86068
  /**
85984
- * @summary Add Manifest Finished Successfully Webhook Notification (Specific Manifest)
86069
+ * @summary Add 'Manifest Finished Successfully' Webhook Notification (Specific Manifest)
85985
86070
  * @param {string} manifestId Id of the manifest resource
85986
- * @param {Webhook} webhook The webhook notifications object. **Note:** A maximum number of 5 webhooks is allowed
86071
+ * @param {Webhook} webhook The webhook notifications object. A maximum number of 5 webhooks per Manifest is allowed
85987
86072
  * @throws {BitmovinError}
85988
86073
  * @memberof FinishedApi
85989
86074
  */