@bitmovin/api-sdk 1.93.0 → 1.97.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.
- package/README.md +1 -1
- package/dist/account/organizations/groups/invitations/InvitationListQueryParams.d.ts +28 -0
- package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js +30 -0
- package/dist/account/organizations/groups/invitations/InvitationListQueryParams.js.map +1 -0
- package/dist/account/organizations/groups/invitations/InvitationsApi.d.ts +22 -1
- package/dist/account/organizations/groups/invitations/InvitationsApi.js +48 -2
- package/dist/account/organizations/groups/invitations/InvitationsApi.js.map +1 -1
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.d.ts +28 -0
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.js +30 -0
- package/dist/account/organizations/groups/tenants/TenantListQueryParams.js.map +1 -0
- package/dist/account/organizations/groups/tenants/TenantsApi.d.ts +3 -1
- package/dist/account/organizations/groups/tenants/TenantsApi.js +11 -2
- package/dist/account/organizations/groups/tenants/TenantsApi.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.js +340 -146
- package/dist/bitmovin-api-sdk.browser.js.map +1 -1
- package/dist/bitmovin-api-sdk.browser.min.js +2 -2
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/configurations/video/av1/Av1Api.js.map +1 -1
- package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.d.ts +6 -6
- package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.js +6 -6
- package/dist/models/AdAnalyticsAttribute.d.ts +20 -0
- package/dist/models/AdAnalyticsAttribute.js +20 -0
- package/dist/models/AdAnalyticsAttribute.js.map +1 -1
- package/dist/models/AdaptationSet.d.ts +7 -0
- package/dist/models/AdaptationSet.js +2 -0
- package/dist/models/AdaptationSet.js.map +1 -1
- package/dist/models/AnalyticsAdsImpressionSample.d.ts +108 -0
- package/dist/models/AnalyticsAdsImpressionSample.js +18 -0
- package/dist/models/AnalyticsAdsImpressionSample.js.map +1 -1
- package/dist/models/AnalyticsAttribute.d.ts +20 -0
- package/dist/models/AnalyticsAttribute.js +20 -0
- package/dist/models/AnalyticsAttribute.js.map +1 -1
- package/dist/models/AnalyticsImpressionSample.d.ts +108 -0
- package/dist/models/AnalyticsImpressionSample.js +18 -0
- package/dist/models/AnalyticsImpressionSample.js.map +1 -1
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +108 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +18 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js.map +1 -1
- package/dist/models/AudioAdaptationSet.js.map +1 -1
- package/dist/models/Av1VideoConfiguration.d.ts +0 -150
- package/dist/models/Av1VideoConfiguration.js +0 -26
- package/dist/models/Av1VideoConfiguration.js.map +1 -1
- package/dist/models/AzureCloudRegion.d.ts +5 -50
- package/dist/models/AzureCloudRegion.js +5 -50
- package/dist/models/AzureCloudRegion.js.map +1 -1
- package/dist/models/ChunkedTextMuxing.d.ts +6 -0
- package/dist/models/ChunkedTextMuxing.js +1 -0
- package/dist/models/ChunkedTextMuxing.js.map +1 -1
- package/dist/models/CloudRegion.d.ts +0 -1
- package/dist/models/CloudRegion.js +0 -1
- package/dist/models/CloudRegion.js.map +1 -1
- package/dist/models/H264DynamicRangeFormat.d.ts +9 -0
- package/dist/models/H264DynamicRangeFormat.js +14 -0
- package/dist/models/H264DynamicRangeFormat.js.map +1 -0
- package/dist/models/H264VideoConfiguration.d.ts +7 -0
- package/dist/models/H264VideoConfiguration.js +1 -0
- package/dist/models/H264VideoConfiguration.js.map +1 -1
- package/dist/models/ImageAdaptationSet.js.map +1 -1
- package/dist/models/Label.d.ts +26 -0
- package/dist/models/Label.js +22 -0
- package/dist/models/Label.js.map +1 -0
- package/dist/models/SubtitleAdaptationSet.js.map +1 -1
- package/dist/models/TextMuxing.d.ts +6 -0
- package/dist/models/TextMuxing.js +1 -0
- package/dist/models/TextMuxing.js.map +1 -1
- package/dist/models/VideoAdaptationSet.js.map +1 -1
- package/dist/models/Vp9DynamicRangeFormat.d.ts +10 -0
- package/dist/models/Vp9DynamicRangeFormat.js +15 -0
- package/dist/models/Vp9DynamicRangeFormat.js.map +1 -0
- package/dist/models/Vp9VideoConfiguration.d.ts +7 -0
- package/dist/models/Vp9VideoConfiguration.js +1 -0
- package/dist/models/Vp9VideoConfiguration.js.map +1 -1
- package/dist/models/index.d.ts +3 -2
- package/dist/models/index.js +3 -2
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/Av1AdaptiveQuantMode.d.ts +0 -13
- package/dist/models/Av1AdaptiveQuantMode.js +0 -18
- package/dist/models/Av1AdaptiveQuantMode.js.map +0 -1
- package/dist/models/Av1KeyPlacementMode.d.ts +0 -11
- package/dist/models/Av1KeyPlacementMode.js +0 -16
- 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
|
-
|
|
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
|
-
|
|
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
|
};
|
|
@@ -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.
|
|
6977
|
+
'X-Api-Client-Version': '1.97.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
@@ -53407,6 +53544,26 @@ var AdAnalyticsAttribute;
|
|
|
53407
53544
|
AdAnalyticsAttribute["CUSTOM_DATA_3"] = "CUSTOM_DATA_3";
|
|
53408
53545
|
AdAnalyticsAttribute["CUSTOM_DATA_4"] = "CUSTOM_DATA_4";
|
|
53409
53546
|
AdAnalyticsAttribute["CUSTOM_DATA_5"] = "CUSTOM_DATA_5";
|
|
53547
|
+
AdAnalyticsAttribute["CUSTOM_DATA_6"] = "CUSTOM_DATA_6";
|
|
53548
|
+
AdAnalyticsAttribute["CUSTOM_DATA_7"] = "CUSTOM_DATA_7";
|
|
53549
|
+
AdAnalyticsAttribute["CUSTOM_DATA_8"] = "CUSTOM_DATA_8";
|
|
53550
|
+
AdAnalyticsAttribute["CUSTOM_DATA_9"] = "CUSTOM_DATA_9";
|
|
53551
|
+
AdAnalyticsAttribute["CUSTOM_DATA_10"] = "CUSTOM_DATA_10";
|
|
53552
|
+
AdAnalyticsAttribute["CUSTOM_DATA_11"] = "CUSTOM_DATA_11";
|
|
53553
|
+
AdAnalyticsAttribute["CUSTOM_DATA_12"] = "CUSTOM_DATA_12";
|
|
53554
|
+
AdAnalyticsAttribute["CUSTOM_DATA_13"] = "CUSTOM_DATA_13";
|
|
53555
|
+
AdAnalyticsAttribute["CUSTOM_DATA_14"] = "CUSTOM_DATA_14";
|
|
53556
|
+
AdAnalyticsAttribute["CUSTOM_DATA_15"] = "CUSTOM_DATA_15";
|
|
53557
|
+
AdAnalyticsAttribute["CUSTOM_DATA_16"] = "CUSTOM_DATA_16";
|
|
53558
|
+
AdAnalyticsAttribute["CUSTOM_DATA_17"] = "CUSTOM_DATA_17";
|
|
53559
|
+
AdAnalyticsAttribute["CUSTOM_DATA_18"] = "CUSTOM_DATA_18";
|
|
53560
|
+
AdAnalyticsAttribute["CUSTOM_DATA_19"] = "CUSTOM_DATA_19";
|
|
53561
|
+
AdAnalyticsAttribute["CUSTOM_DATA_20"] = "CUSTOM_DATA_20";
|
|
53562
|
+
AdAnalyticsAttribute["CUSTOM_DATA_21"] = "CUSTOM_DATA_21";
|
|
53563
|
+
AdAnalyticsAttribute["CUSTOM_DATA_22"] = "CUSTOM_DATA_22";
|
|
53564
|
+
AdAnalyticsAttribute["CUSTOM_DATA_23"] = "CUSTOM_DATA_23";
|
|
53565
|
+
AdAnalyticsAttribute["CUSTOM_DATA_24"] = "CUSTOM_DATA_24";
|
|
53566
|
+
AdAnalyticsAttribute["CUSTOM_DATA_25"] = "CUSTOM_DATA_25";
|
|
53410
53567
|
AdAnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
|
|
53411
53568
|
AdAnalyticsAttribute["DAY"] = "DAY";
|
|
53412
53569
|
AdAnalyticsAttribute["DEAL_ID"] = "DEAL_ID";
|
|
@@ -54507,6 +54664,7 @@ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts")
|
|
|
54507
54664
|
var Accessibility_1 = __webpack_require__(/*! ./Accessibility */ "./models/Accessibility.ts");
|
|
54508
54665
|
var BitmovinResponse_1 = __webpack_require__(/*! ./BitmovinResponse */ "./models/BitmovinResponse.ts");
|
|
54509
54666
|
var CustomAttribute_1 = __webpack_require__(/*! ./CustomAttribute */ "./models/CustomAttribute.ts");
|
|
54667
|
+
var Label_1 = __webpack_require__(/*! ./Label */ "./models/Label.ts");
|
|
54510
54668
|
/**
|
|
54511
54669
|
* @export
|
|
54512
54670
|
* @class AdaptationSet
|
|
@@ -54521,6 +54679,7 @@ var AdaptationSet = /** @class */ (function (_super) {
|
|
|
54521
54679
|
_this.customAttributes = Mapper_1.mapArray(obj.customAttributes, CustomAttribute_1.default);
|
|
54522
54680
|
_this.roles = Mapper_1.mapArray(obj.roles);
|
|
54523
54681
|
_this.accessibilities = Mapper_1.mapArray(obj.accessibilities, Accessibility_1.default);
|
|
54682
|
+
_this.labels = Mapper_1.mapArray(obj.labels, Label_1.default);
|
|
54524
54683
|
return _this;
|
|
54525
54684
|
}
|
|
54526
54685
|
return AdaptationSet;
|
|
@@ -55017,6 +55176,24 @@ var AnalyticsAdsImpressionSample = /** @class */ (function () {
|
|
|
55017
55176
|
this.customData5 = Mapper_1.map(obj.customData5);
|
|
55018
55177
|
this.customData6 = Mapper_1.map(obj.customData6);
|
|
55019
55178
|
this.customData7 = Mapper_1.map(obj.customData7);
|
|
55179
|
+
this.customData8 = Mapper_1.map(obj.customData8);
|
|
55180
|
+
this.customData9 = Mapper_1.map(obj.customData9);
|
|
55181
|
+
this.customData10 = Mapper_1.map(obj.customData10);
|
|
55182
|
+
this.customData11 = Mapper_1.map(obj.customData11);
|
|
55183
|
+
this.customData12 = Mapper_1.map(obj.customData12);
|
|
55184
|
+
this.customData13 = Mapper_1.map(obj.customData13);
|
|
55185
|
+
this.customData14 = Mapper_1.map(obj.customData14);
|
|
55186
|
+
this.customData15 = Mapper_1.map(obj.customData15);
|
|
55187
|
+
this.customData16 = Mapper_1.map(obj.customData16);
|
|
55188
|
+
this.customData17 = Mapper_1.map(obj.customData17);
|
|
55189
|
+
this.customData18 = Mapper_1.map(obj.customData18);
|
|
55190
|
+
this.customData19 = Mapper_1.map(obj.customData19);
|
|
55191
|
+
this.customData20 = Mapper_1.map(obj.customData20);
|
|
55192
|
+
this.customData21 = Mapper_1.map(obj.customData21);
|
|
55193
|
+
this.customData22 = Mapper_1.map(obj.customData22);
|
|
55194
|
+
this.customData23 = Mapper_1.map(obj.customData23);
|
|
55195
|
+
this.customData24 = Mapper_1.map(obj.customData24);
|
|
55196
|
+
this.customData25 = Mapper_1.map(obj.customData25);
|
|
55020
55197
|
this.customUserId = Mapper_1.map(obj.customUserId);
|
|
55021
55198
|
this.dealId = Mapper_1.map(obj.dealId);
|
|
55022
55199
|
this.deviceClass = Mapper_1.map(obj.deviceClass);
|
|
@@ -55160,6 +55337,26 @@ var AnalyticsAttribute;
|
|
|
55160
55337
|
AnalyticsAttribute["CUSTOM_DATA_3"] = "CUSTOM_DATA_3";
|
|
55161
55338
|
AnalyticsAttribute["CUSTOM_DATA_4"] = "CUSTOM_DATA_4";
|
|
55162
55339
|
AnalyticsAttribute["CUSTOM_DATA_5"] = "CUSTOM_DATA_5";
|
|
55340
|
+
AnalyticsAttribute["CUSTOM_DATA_6"] = "CUSTOM_DATA_6";
|
|
55341
|
+
AnalyticsAttribute["CUSTOM_DATA_7"] = "CUSTOM_DATA_7";
|
|
55342
|
+
AnalyticsAttribute["CUSTOM_DATA_8"] = "CUSTOM_DATA_8";
|
|
55343
|
+
AnalyticsAttribute["CUSTOM_DATA_9"] = "CUSTOM_DATA_9";
|
|
55344
|
+
AnalyticsAttribute["CUSTOM_DATA_10"] = "CUSTOM_DATA_10";
|
|
55345
|
+
AnalyticsAttribute["CUSTOM_DATA_11"] = "CUSTOM_DATA_11";
|
|
55346
|
+
AnalyticsAttribute["CUSTOM_DATA_12"] = "CUSTOM_DATA_12";
|
|
55347
|
+
AnalyticsAttribute["CUSTOM_DATA_13"] = "CUSTOM_DATA_13";
|
|
55348
|
+
AnalyticsAttribute["CUSTOM_DATA_14"] = "CUSTOM_DATA_14";
|
|
55349
|
+
AnalyticsAttribute["CUSTOM_DATA_15"] = "CUSTOM_DATA_15";
|
|
55350
|
+
AnalyticsAttribute["CUSTOM_DATA_16"] = "CUSTOM_DATA_16";
|
|
55351
|
+
AnalyticsAttribute["CUSTOM_DATA_17"] = "CUSTOM_DATA_17";
|
|
55352
|
+
AnalyticsAttribute["CUSTOM_DATA_18"] = "CUSTOM_DATA_18";
|
|
55353
|
+
AnalyticsAttribute["CUSTOM_DATA_19"] = "CUSTOM_DATA_19";
|
|
55354
|
+
AnalyticsAttribute["CUSTOM_DATA_20"] = "CUSTOM_DATA_20";
|
|
55355
|
+
AnalyticsAttribute["CUSTOM_DATA_21"] = "CUSTOM_DATA_21";
|
|
55356
|
+
AnalyticsAttribute["CUSTOM_DATA_22"] = "CUSTOM_DATA_22";
|
|
55357
|
+
AnalyticsAttribute["CUSTOM_DATA_23"] = "CUSTOM_DATA_23";
|
|
55358
|
+
AnalyticsAttribute["CUSTOM_DATA_24"] = "CUSTOM_DATA_24";
|
|
55359
|
+
AnalyticsAttribute["CUSTOM_DATA_25"] = "CUSTOM_DATA_25";
|
|
55163
55360
|
AnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
|
|
55164
55361
|
AnalyticsAttribute["DAY"] = "DAY";
|
|
55165
55362
|
AnalyticsAttribute["DEVICE_CLASS"] = "DEVICE_CLASS";
|
|
@@ -56239,6 +56436,24 @@ var AnalyticsImpressionSample = /** @class */ (function () {
|
|
|
56239
56436
|
this.customData5 = Mapper_1.map(obj.customData5);
|
|
56240
56437
|
this.customData6 = Mapper_1.map(obj.customData6);
|
|
56241
56438
|
this.customData7 = Mapper_1.map(obj.customData7);
|
|
56439
|
+
this.customData8 = Mapper_1.map(obj.customData8);
|
|
56440
|
+
this.customData9 = Mapper_1.map(obj.customData9);
|
|
56441
|
+
this.customData10 = Mapper_1.map(obj.customData10);
|
|
56442
|
+
this.customData11 = Mapper_1.map(obj.customData11);
|
|
56443
|
+
this.customData12 = Mapper_1.map(obj.customData12);
|
|
56444
|
+
this.customData13 = Mapper_1.map(obj.customData13);
|
|
56445
|
+
this.customData14 = Mapper_1.map(obj.customData14);
|
|
56446
|
+
this.customData15 = Mapper_1.map(obj.customData15);
|
|
56447
|
+
this.customData16 = Mapper_1.map(obj.customData16);
|
|
56448
|
+
this.customData17 = Mapper_1.map(obj.customData17);
|
|
56449
|
+
this.customData18 = Mapper_1.map(obj.customData18);
|
|
56450
|
+
this.customData19 = Mapper_1.map(obj.customData19);
|
|
56451
|
+
this.customData20 = Mapper_1.map(obj.customData20);
|
|
56452
|
+
this.customData21 = Mapper_1.map(obj.customData21);
|
|
56453
|
+
this.customData22 = Mapper_1.map(obj.customData22);
|
|
56454
|
+
this.customData23 = Mapper_1.map(obj.customData23);
|
|
56455
|
+
this.customData24 = Mapper_1.map(obj.customData24);
|
|
56456
|
+
this.customData25 = Mapper_1.map(obj.customData25);
|
|
56242
56457
|
this.deviceClass = Mapper_1.map(obj.deviceClass);
|
|
56243
56458
|
this.deviceType = Mapper_1.map(obj.deviceType);
|
|
56244
56459
|
this.domain = Mapper_1.map(obj.domain);
|
|
@@ -56735,6 +56950,24 @@ var AnalyticsLicenseCustomDataFieldLabels = /** @class */ (function () {
|
|
|
56735
56950
|
this.customData5 = Mapper_1.map(obj.customData5);
|
|
56736
56951
|
this.customData6 = Mapper_1.map(obj.customData6);
|
|
56737
56952
|
this.customData7 = Mapper_1.map(obj.customData7);
|
|
56953
|
+
this.customData8 = Mapper_1.map(obj.customData8);
|
|
56954
|
+
this.customData9 = Mapper_1.map(obj.customData9);
|
|
56955
|
+
this.customData10 = Mapper_1.map(obj.customData10);
|
|
56956
|
+
this.customData11 = Mapper_1.map(obj.customData11);
|
|
56957
|
+
this.customData12 = Mapper_1.map(obj.customData12);
|
|
56958
|
+
this.customData13 = Mapper_1.map(obj.customData13);
|
|
56959
|
+
this.customData14 = Mapper_1.map(obj.customData14);
|
|
56960
|
+
this.customData15 = Mapper_1.map(obj.customData15);
|
|
56961
|
+
this.customData16 = Mapper_1.map(obj.customData16);
|
|
56962
|
+
this.customData17 = Mapper_1.map(obj.customData17);
|
|
56963
|
+
this.customData18 = Mapper_1.map(obj.customData18);
|
|
56964
|
+
this.customData19 = Mapper_1.map(obj.customData19);
|
|
56965
|
+
this.customData20 = Mapper_1.map(obj.customData20);
|
|
56966
|
+
this.customData21 = Mapper_1.map(obj.customData21);
|
|
56967
|
+
this.customData22 = Mapper_1.map(obj.customData22);
|
|
56968
|
+
this.customData23 = Mapper_1.map(obj.customData23);
|
|
56969
|
+
this.customData24 = Mapper_1.map(obj.customData24);
|
|
56970
|
+
this.customData25 = Mapper_1.map(obj.customData25);
|
|
56738
56971
|
}
|
|
56739
56972
|
return AnalyticsLicenseCustomDataFieldLabels;
|
|
56740
56973
|
}());
|
|
@@ -58961,62 +59194,6 @@ exports.AutoRestartConfiguration = AutoRestartConfiguration;
|
|
|
58961
59194
|
exports.default = AutoRestartConfiguration;
|
|
58962
59195
|
|
|
58963
59196
|
|
|
58964
|
-
/***/ }),
|
|
58965
|
-
|
|
58966
|
-
/***/ "./models/Av1AdaptiveQuantMode.ts":
|
|
58967
|
-
/*!****************************************!*\
|
|
58968
|
-
!*** ./models/Av1AdaptiveQuantMode.ts ***!
|
|
58969
|
-
\****************************************/
|
|
58970
|
-
/*! no static exports found */
|
|
58971
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
58972
|
-
|
|
58973
|
-
"use strict";
|
|
58974
|
-
|
|
58975
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58976
|
-
exports.Av1AdaptiveQuantMode = void 0;
|
|
58977
|
-
/**
|
|
58978
|
-
* AV1 has a segment based feature that allows the encoder to adaptively change quantization parameter for each segment within a frame
|
|
58979
|
-
* @export
|
|
58980
|
-
* @enum {string}
|
|
58981
|
-
*/
|
|
58982
|
-
var Av1AdaptiveQuantMode;
|
|
58983
|
-
(function (Av1AdaptiveQuantMode) {
|
|
58984
|
-
Av1AdaptiveQuantMode["OFF"] = "OFF";
|
|
58985
|
-
Av1AdaptiveQuantMode["VARIANCE"] = "VARIANCE";
|
|
58986
|
-
Av1AdaptiveQuantMode["COMPLEXITY"] = "COMPLEXITY";
|
|
58987
|
-
Av1AdaptiveQuantMode["CYCLIC_REFRESH"] = "CYCLIC_REFRESH";
|
|
58988
|
-
Av1AdaptiveQuantMode["DELTA_QUANT"] = "DELTA_QUANT";
|
|
58989
|
-
})(Av1AdaptiveQuantMode = exports.Av1AdaptiveQuantMode || (exports.Av1AdaptiveQuantMode = {}));
|
|
58990
|
-
exports.default = Av1AdaptiveQuantMode;
|
|
58991
|
-
|
|
58992
|
-
|
|
58993
|
-
/***/ }),
|
|
58994
|
-
|
|
58995
|
-
/***/ "./models/Av1KeyPlacementMode.ts":
|
|
58996
|
-
/*!***************************************!*\
|
|
58997
|
-
!*** ./models/Av1KeyPlacementMode.ts ***!
|
|
58998
|
-
\***************************************/
|
|
58999
|
-
/*! no static exports found */
|
|
59000
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
59001
|
-
|
|
59002
|
-
"use strict";
|
|
59003
|
-
|
|
59004
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59005
|
-
exports.Av1KeyPlacementMode = void 0;
|
|
59006
|
-
/**
|
|
59007
|
-
* Specifies whether keyframes should be placed at fixed intervals or the encoder may determine optimal placement automatically
|
|
59008
|
-
* @export
|
|
59009
|
-
* @enum {string}
|
|
59010
|
-
*/
|
|
59011
|
-
var Av1KeyPlacementMode;
|
|
59012
|
-
(function (Av1KeyPlacementMode) {
|
|
59013
|
-
Av1KeyPlacementMode["AUTO"] = "AUTO";
|
|
59014
|
-
Av1KeyPlacementMode["FIXED"] = "FIXED";
|
|
59015
|
-
Av1KeyPlacementMode["DISABLED"] = "DISABLED";
|
|
59016
|
-
})(Av1KeyPlacementMode = exports.Av1KeyPlacementMode || (exports.Av1KeyPlacementMode = {}));
|
|
59017
|
-
exports.default = Av1KeyPlacementMode;
|
|
59018
|
-
|
|
59019
|
-
|
|
59020
59197
|
/***/ }),
|
|
59021
59198
|
|
|
59022
59199
|
/***/ "./models/Av1VideoConfiguration.ts":
|
|
@@ -59043,7 +59220,6 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
59043
59220
|
})();
|
|
59044
59221
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59045
59222
|
exports.Av1VideoConfiguration = void 0;
|
|
59046
|
-
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
59047
59223
|
var CodecConfigType_1 = __webpack_require__(/*! ./CodecConfigType */ "./models/CodecConfigType.ts");
|
|
59048
59224
|
var VideoConfiguration_1 = __webpack_require__(/*! ./VideoConfiguration */ "./models/VideoConfiguration.ts");
|
|
59049
59225
|
/**
|
|
@@ -59063,31 +59239,6 @@ var Av1VideoConfiguration = /** @class */ (function (_super) {
|
|
|
59063
59239
|
if (!obj) {
|
|
59064
59240
|
return _this;
|
|
59065
59241
|
}
|
|
59066
|
-
_this.keyPlacementMode = Mapper_1.map(obj.keyPlacementMode);
|
|
59067
|
-
_this.adaptiveQuantMode = Mapper_1.map(obj.adaptiveQuantMode);
|
|
59068
|
-
_this.lagInFrames = Mapper_1.map(obj.lagInFrames);
|
|
59069
|
-
_this.minQ = Mapper_1.map(obj.minQ);
|
|
59070
|
-
_this.maxQ = Mapper_1.map(obj.maxQ);
|
|
59071
|
-
_this.undershootPct = Mapper_1.map(obj.undershootPct);
|
|
59072
|
-
_this.overshootPct = Mapper_1.map(obj.overshootPct);
|
|
59073
|
-
_this.clientBufferSize = Mapper_1.map(obj.clientBufferSize);
|
|
59074
|
-
_this.clientInitialBufferSize = Mapper_1.map(obj.clientInitialBufferSize);
|
|
59075
|
-
_this.clientOptimalBufferSize = Mapper_1.map(obj.clientOptimalBufferSize);
|
|
59076
|
-
_this.tileColumns = Mapper_1.map(obj.tileColumns);
|
|
59077
|
-
_this.tileRows = Mapper_1.map(obj.tileRows);
|
|
59078
|
-
_this.isAutomaticAltRefFramesEnabled = Mapper_1.map(obj.isAutomaticAltRefFramesEnabled);
|
|
59079
|
-
_this.arnrMaxFrames = Mapper_1.map(obj.arnrMaxFrames);
|
|
59080
|
-
_this.arnrStrength = Mapper_1.map(obj.arnrStrength);
|
|
59081
|
-
_this.maxIntraRate = Mapper_1.map(obj.maxIntraRate);
|
|
59082
|
-
_this.isLossless = Mapper_1.map(obj.isLossless);
|
|
59083
|
-
_this.isFrameParallel = Mapper_1.map(obj.isFrameParallel);
|
|
59084
|
-
_this.sharpness = Mapper_1.map(obj.sharpness);
|
|
59085
|
-
_this.isFrameBoostEnabled = Mapper_1.map(obj.isFrameBoostEnabled);
|
|
59086
|
-
_this.noiseSensitivity = Mapper_1.map(obj.noiseSensitivity);
|
|
59087
|
-
_this.minGfInterval = Mapper_1.map(obj.minGfInterval);
|
|
59088
|
-
_this.maxGfInterval = Mapper_1.map(obj.maxGfInterval);
|
|
59089
|
-
_this.numTileGroups = Mapper_1.map(obj.numTileGroups);
|
|
59090
|
-
_this.mtuSize = Mapper_1.map(obj.mtuSize);
|
|
59091
59242
|
return _this;
|
|
59092
59243
|
}
|
|
59093
59244
|
return Av1VideoConfiguration;
|
|
@@ -59380,59 +59531,14 @@ exports.AzureCloudRegion = void 0;
|
|
|
59380
59531
|
*/
|
|
59381
59532
|
var AzureCloudRegion;
|
|
59382
59533
|
(function (AzureCloudRegion) {
|
|
59383
|
-
AzureCloudRegion["
|
|
59384
|
-
AzureCloudRegion["
|
|
59385
|
-
AzureCloudRegion["US_CENTRAL"] = "US_CENTRAL";
|
|
59386
|
-
AzureCloudRegion["US_EAST"] = "US_EAST";
|
|
59387
|
-
AzureCloudRegion["US_EAST2"] = "US_EAST2";
|
|
59388
|
-
AzureCloudRegion["US_NORTH_CENTRAL"] = "US_NORTH_CENTRAL";
|
|
59389
|
-
AzureCloudRegion["US_SOUTH_CENTRAL"] = "US_SOUTH_CENTRAL";
|
|
59390
|
-
AzureCloudRegion["US_WEST_CENTRAL"] = "US_WEST_CENTRAL";
|
|
59391
|
-
AzureCloudRegion["CANADA_CENTRAL"] = "CANADA_CENTRAL";
|
|
59392
|
-
AzureCloudRegion["CANADA_EAST"] = "CANADA_EAST";
|
|
59393
|
-
AzureCloudRegion["BRAZIL_SOUTH"] = "BRAZIL_SOUTH";
|
|
59394
|
-
AzureCloudRegion["BRAZIL_SOUTHEAST"] = "BRAZIL_SOUTHEAST";
|
|
59534
|
+
AzureCloudRegion["US_WEST2"] = "AUSTRALIA_EAST";
|
|
59535
|
+
AzureCloudRegion["US_EAST"] = "AUSTRALIA_SOUTHEAST";
|
|
59395
59536
|
AzureCloudRegion["EUROPE_NORTH"] = "EUROPE_NORTH";
|
|
59396
59537
|
AzureCloudRegion["EUROPE_WEST"] = "EUROPE_WEST";
|
|
59397
|
-
AzureCloudRegion["UK_SOUTH"] = "UK_SOUTH";
|
|
59398
|
-
AzureCloudRegion["UK_WEST"] = "UK_WEST";
|
|
59399
|
-
AzureCloudRegion["FRANCE_CENTRAL"] = "FRANCE_CENTRAL";
|
|
59400
|
-
AzureCloudRegion["FRANCE_SOUTH"] = "FRANCE_SOUTH";
|
|
59401
|
-
AzureCloudRegion["SWITZERLAND_NORTH"] = "SWITZERLAND_NORTH";
|
|
59402
|
-
AzureCloudRegion["SWITZERLAND_WEST"] = "SWITZERLAND_WEST";
|
|
59403
|
-
AzureCloudRegion["GERMANY_NORTH"] = "GERMANY_NORTH";
|
|
59404
59538
|
AzureCloudRegion["GERMANY_WESTCENTRAL"] = "GERMANY_WESTCENTRAL";
|
|
59405
|
-
AzureCloudRegion["
|
|
59406
|
-
AzureCloudRegion["
|
|
59407
|
-
AzureCloudRegion["
|
|
59408
|
-
AzureCloudRegion["ASIA_SOUTHEAST"] = "ASIA_SOUTHEAST";
|
|
59409
|
-
AzureCloudRegion["JAPAN_EAST"] = "JAPAN_EAST";
|
|
59410
|
-
AzureCloudRegion["JAPAN_WEST"] = "JAPAN_WEST";
|
|
59411
|
-
AzureCloudRegion["AUSTRALIA_EAST"] = "AUSTRALIA_EAST";
|
|
59412
|
-
AzureCloudRegion["AUSTRALIA_SOUTHEAST"] = "AUSTRALIA_SOUTHEAST";
|
|
59413
|
-
AzureCloudRegion["AUSTRALIA_CENTRAL"] = "AUSTRALIA_CENTRAL";
|
|
59414
|
-
AzureCloudRegion["AUSTRALIA_CENTRAL2"] = "AUSTRALIA_CENTRAL2";
|
|
59415
|
-
AzureCloudRegion["INDIA_CENTRAL"] = "INDIA_CENTRAL";
|
|
59416
|
-
AzureCloudRegion["INDIA_SOUTH"] = "INDIA_SOUTH";
|
|
59417
|
-
AzureCloudRegion["INDIA_WEST"] = "INDIA_WEST";
|
|
59418
|
-
AzureCloudRegion["KOREA_CENTRAL"] = "KOREA_CENTRAL";
|
|
59419
|
-
AzureCloudRegion["KOREA_SOUTH"] = "KOREA_SOUTH";
|
|
59420
|
-
AzureCloudRegion["UAE_CENTRAL"] = "UAE_CENTRAL";
|
|
59421
|
-
AzureCloudRegion["UAE_NORTH"] = "UAE_NORTH";
|
|
59422
|
-
AzureCloudRegion["SOUTHAFRICA_NORTH"] = "SOUTHAFRICA_NORTH";
|
|
59423
|
-
AzureCloudRegion["SOUTHAFRICA_WEST"] = "SOUTHAFRICA_WEST";
|
|
59424
|
-
AzureCloudRegion["CHINA_NORTH"] = "CHINA_NORTH";
|
|
59425
|
-
AzureCloudRegion["CHINA_EAST"] = "CHINA_EAST";
|
|
59426
|
-
AzureCloudRegion["CHINA_NORTH2"] = "CHINA_NORTH2";
|
|
59427
|
-
AzureCloudRegion["CHINA_EAST2"] = "CHINA_EAST2";
|
|
59428
|
-
AzureCloudRegion["GERMANY_CENTRAL"] = "GERMANY_CENTRAL";
|
|
59429
|
-
AzureCloudRegion["GERMANY_NORTHEAST"] = "GERMANY_NORTHEAST";
|
|
59430
|
-
AzureCloudRegion["GOV_US_VIRGINIA"] = "GOV_US_VIRGINIA";
|
|
59431
|
-
AzureCloudRegion["GOV_US_IOWA"] = "GOV_US_IOWA";
|
|
59432
|
-
AzureCloudRegion["GOV_US_ARIZONA"] = "GOV_US_ARIZONA";
|
|
59433
|
-
AzureCloudRegion["GOV_US_TEXAS"] = "GOV_US_TEXAS";
|
|
59434
|
-
AzureCloudRegion["GOV_US_DOD_EAST"] = "GOV_US_DOD_EAST";
|
|
59435
|
-
AzureCloudRegion["GOV_US_DOD_CENTRAL"] = "GOV_US_DOD_CENTRAL";
|
|
59539
|
+
AzureCloudRegion["AUSTRALIA_EAST"] = "UAE_NORTH";
|
|
59540
|
+
AzureCloudRegion["AUSTRALIA_SOUTHEAST"] = "US_EAST";
|
|
59541
|
+
AzureCloudRegion["UAE_NORTH"] = "US_WEST2";
|
|
59436
59542
|
})(AzureCloudRegion = exports.AzureCloudRegion || (exports.AzureCloudRegion = {}));
|
|
59437
59543
|
exports.default = AzureCloudRegion;
|
|
59438
59544
|
|
|
@@ -61310,6 +61416,7 @@ var ChunkedTextMuxing = /** @class */ (function (_super) {
|
|
|
61310
61416
|
_this.segmentLength = Mapper_1.map(obj.segmentLength);
|
|
61311
61417
|
_this.segmentNaming = Mapper_1.map(obj.segmentNaming);
|
|
61312
61418
|
_this.segmentNamingTemplate = Mapper_1.map(obj.segmentNamingTemplate);
|
|
61419
|
+
_this.startOffset = Mapper_1.map(obj.startOffset);
|
|
61313
61420
|
_this.segmentsMuxed = Mapper_1.map(obj.segmentsMuxed);
|
|
61314
61421
|
return _this;
|
|
61315
61422
|
}
|
|
@@ -61483,7 +61590,6 @@ var CloudRegion;
|
|
|
61483
61590
|
CloudRegion["AZURE_AUSTRALIA_SOUTHEAST"] = "AZURE_AUSTRALIA_SOUTHEAST";
|
|
61484
61591
|
CloudRegion["AZURE_AUSTRALIA_EAST"] = "AZURE_AUSTRALIA_EAST";
|
|
61485
61592
|
CloudRegion["AZURE_GERMANY_WESTCENTRAL"] = "AZURE_GERMANY_WESTCENTRAL";
|
|
61486
|
-
CloudRegion["AZURE_UAE_CENTRAL"] = "AZURE_UAE_CENTRAL";
|
|
61487
61593
|
CloudRegion["AZURE_UAE_NORTH"] = "AZURE_UAE_NORTH";
|
|
61488
61594
|
CloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
|
|
61489
61595
|
CloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
|
|
@@ -68796,6 +68902,31 @@ var H264BPyramid;
|
|
|
68796
68902
|
exports.default = H264BPyramid;
|
|
68797
68903
|
|
|
68798
68904
|
|
|
68905
|
+
/***/ }),
|
|
68906
|
+
|
|
68907
|
+
/***/ "./models/H264DynamicRangeFormat.ts":
|
|
68908
|
+
/*!******************************************!*\
|
|
68909
|
+
!*** ./models/H264DynamicRangeFormat.ts ***!
|
|
68910
|
+
\******************************************/
|
|
68911
|
+
/*! no static exports found */
|
|
68912
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
68913
|
+
|
|
68914
|
+
"use strict";
|
|
68915
|
+
|
|
68916
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
68917
|
+
exports.H264DynamicRangeFormat = void 0;
|
|
68918
|
+
/**
|
|
68919
|
+
* Ouput should be in Standard Definition Range (SDR).
|
|
68920
|
+
* @export
|
|
68921
|
+
* @enum {string}
|
|
68922
|
+
*/
|
|
68923
|
+
var H264DynamicRangeFormat;
|
|
68924
|
+
(function (H264DynamicRangeFormat) {
|
|
68925
|
+
H264DynamicRangeFormat["SDR"] = "SDR";
|
|
68926
|
+
})(H264DynamicRangeFormat = exports.H264DynamicRangeFormat || (exports.H264DynamicRangeFormat = {}));
|
|
68927
|
+
exports.default = H264DynamicRangeFormat;
|
|
68928
|
+
|
|
68929
|
+
|
|
68799
68930
|
/***/ }),
|
|
68800
68931
|
|
|
68801
68932
|
/***/ "./models/H264InterlaceMode.ts":
|
|
@@ -69125,6 +69256,7 @@ var H264VideoConfiguration = /** @class */ (function (_super) {
|
|
|
69125
69256
|
return _this;
|
|
69126
69257
|
}
|
|
69127
69258
|
_this.presetConfiguration = Mapper_1.map(obj.presetConfiguration);
|
|
69259
|
+
_this.dynamicRangeFormat = Mapper_1.map(obj.dynamicRangeFormat);
|
|
69128
69260
|
_this.crf = Mapper_1.map(obj.crf);
|
|
69129
69261
|
_this.profile = Mapper_1.map(obj.profile);
|
|
69130
69262
|
_this.bframes = Mapper_1.map(obj.bframes);
|
|
@@ -71130,6 +71262,39 @@ exports.Keyframe = Keyframe;
|
|
|
71130
71262
|
exports.default = Keyframe;
|
|
71131
71263
|
|
|
71132
71264
|
|
|
71265
|
+
/***/ }),
|
|
71266
|
+
|
|
71267
|
+
/***/ "./models/Label.ts":
|
|
71268
|
+
/*!*************************!*\
|
|
71269
|
+
!*** ./models/Label.ts ***!
|
|
71270
|
+
\*************************/
|
|
71271
|
+
/*! no static exports found */
|
|
71272
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
71273
|
+
|
|
71274
|
+
"use strict";
|
|
71275
|
+
|
|
71276
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
71277
|
+
exports.Label = void 0;
|
|
71278
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
71279
|
+
/**
|
|
71280
|
+
* @export
|
|
71281
|
+
* @class Label
|
|
71282
|
+
*/
|
|
71283
|
+
var Label = /** @class */ (function () {
|
|
71284
|
+
function Label(obj) {
|
|
71285
|
+
if (!obj) {
|
|
71286
|
+
return;
|
|
71287
|
+
}
|
|
71288
|
+
this.id = Mapper_1.map(obj.id);
|
|
71289
|
+
this.lang = Mapper_1.map(obj.lang);
|
|
71290
|
+
this.value = Mapper_1.map(obj.value);
|
|
71291
|
+
}
|
|
71292
|
+
return Label;
|
|
71293
|
+
}());
|
|
71294
|
+
exports.Label = Label;
|
|
71295
|
+
exports.default = Label;
|
|
71296
|
+
|
|
71297
|
+
|
|
71133
71298
|
/***/ }),
|
|
71134
71299
|
|
|
71135
71300
|
/***/ "./models/LevelH262.ts":
|
|
@@ -79924,6 +80089,7 @@ var TextMuxing = /** @class */ (function (_super) {
|
|
|
79924
80089
|
return _this;
|
|
79925
80090
|
}
|
|
79926
80091
|
_this.filename = Mapper_1.map(obj.filename);
|
|
80092
|
+
_this.startOffset = Mapper_1.map(obj.startOffset);
|
|
79927
80093
|
return _this;
|
|
79928
80094
|
}
|
|
79929
80095
|
return TextMuxing;
|
|
@@ -81549,6 +81715,32 @@ var Vp9ArnrType;
|
|
|
81549
81715
|
exports.default = Vp9ArnrType;
|
|
81550
81716
|
|
|
81551
81717
|
|
|
81718
|
+
/***/ }),
|
|
81719
|
+
|
|
81720
|
+
/***/ "./models/Vp9DynamicRangeFormat.ts":
|
|
81721
|
+
/*!*****************************************!*\
|
|
81722
|
+
!*** ./models/Vp9DynamicRangeFormat.ts ***!
|
|
81723
|
+
\*****************************************/
|
|
81724
|
+
/*! no static exports found */
|
|
81725
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
81726
|
+
|
|
81727
|
+
"use strict";
|
|
81728
|
+
|
|
81729
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81730
|
+
exports.Vp9DynamicRangeFormat = void 0;
|
|
81731
|
+
/**
|
|
81732
|
+
* Configures what kind of dynamic range the output should conform to. Can be used to convert from SDR to HLG, from HLG to SDR.
|
|
81733
|
+
* @export
|
|
81734
|
+
* @enum {string}
|
|
81735
|
+
*/
|
|
81736
|
+
var Vp9DynamicRangeFormat;
|
|
81737
|
+
(function (Vp9DynamicRangeFormat) {
|
|
81738
|
+
Vp9DynamicRangeFormat["HLG"] = "HLG";
|
|
81739
|
+
Vp9DynamicRangeFormat["SDR"] = "SDR";
|
|
81740
|
+
})(Vp9DynamicRangeFormat = exports.Vp9DynamicRangeFormat || (exports.Vp9DynamicRangeFormat = {}));
|
|
81741
|
+
exports.default = Vp9DynamicRangeFormat;
|
|
81742
|
+
|
|
81743
|
+
|
|
81552
81744
|
/***/ }),
|
|
81553
81745
|
|
|
81554
81746
|
/***/ "./models/Vp9PerTitleConfiguration.ts":
|
|
@@ -81671,6 +81863,7 @@ var Vp9VideoConfiguration = /** @class */ (function (_super) {
|
|
|
81671
81863
|
return _this;
|
|
81672
81864
|
}
|
|
81673
81865
|
_this.presetConfiguration = Mapper_1.map(obj.presetConfiguration);
|
|
81866
|
+
_this.dynamicRangeFormat = Mapper_1.map(obj.dynamicRangeFormat);
|
|
81674
81867
|
_this.crf = Mapper_1.map(obj.crf);
|
|
81675
81868
|
_this.lagInFrames = Mapper_1.map(obj.lagInFrames);
|
|
81676
81869
|
_this.errorResiliencyEnabled = Mapper_1.map(obj.errorResiliencyEnabled);
|
|
@@ -82845,8 +83038,6 @@ __exportStar(__webpack_require__(/*! ./AudioVolumeFormat */ "./models/AudioVolum
|
|
|
82845
83038
|
__exportStar(__webpack_require__(/*! ./AudioVolumeUnit */ "./models/AudioVolumeUnit.ts"), exports);
|
|
82846
83039
|
__exportStar(__webpack_require__(/*! ./AutoRepresentation */ "./models/AutoRepresentation.ts"), exports);
|
|
82847
83040
|
__exportStar(__webpack_require__(/*! ./AutoRestartConfiguration */ "./models/AutoRestartConfiguration.ts"), exports);
|
|
82848
|
-
__exportStar(__webpack_require__(/*! ./Av1AdaptiveQuantMode */ "./models/Av1AdaptiveQuantMode.ts"), exports);
|
|
82849
|
-
__exportStar(__webpack_require__(/*! ./Av1KeyPlacementMode */ "./models/Av1KeyPlacementMode.ts"), exports);
|
|
82850
83041
|
__exportStar(__webpack_require__(/*! ./Av1VideoConfiguration */ "./models/Av1VideoConfiguration.ts"), exports);
|
|
82851
83042
|
__exportStar(__webpack_require__(/*! ./AvailabilityStartTimeMode */ "./models/AvailabilityStartTimeMode.ts"), exports);
|
|
82852
83043
|
__exportStar(__webpack_require__(/*! ./AwsAccount */ "./models/AwsAccount.ts"), exports);
|
|
@@ -83077,6 +83268,7 @@ __exportStar(__webpack_require__(/*! ./H262InterlaceMode */ "./models/H262Interl
|
|
|
83077
83268
|
__exportStar(__webpack_require__(/*! ./H262PresetConfiguration */ "./models/H262PresetConfiguration.ts"), exports);
|
|
83078
83269
|
__exportStar(__webpack_require__(/*! ./H262VideoConfiguration */ "./models/H262VideoConfiguration.ts"), exports);
|
|
83079
83270
|
__exportStar(__webpack_require__(/*! ./H264BPyramid */ "./models/H264BPyramid.ts"), exports);
|
|
83271
|
+
__exportStar(__webpack_require__(/*! ./H264DynamicRangeFormat */ "./models/H264DynamicRangeFormat.ts"), exports);
|
|
83080
83272
|
__exportStar(__webpack_require__(/*! ./H264InterlaceMode */ "./models/H264InterlaceMode.ts"), exports);
|
|
83081
83273
|
__exportStar(__webpack_require__(/*! ./H264MotionEstimationMethod */ "./models/H264MotionEstimationMethod.ts"), exports);
|
|
83082
83274
|
__exportStar(__webpack_require__(/*! ./H264NalHrd */ "./models/H264NalHrd.ts"), exports);
|
|
@@ -83133,6 +83325,7 @@ __exportStar(__webpack_require__(/*! ./Invitation */ "./models/Invitation.ts"),
|
|
|
83133
83325
|
__exportStar(__webpack_require__(/*! ./InvitationStatus */ "./models/InvitationStatus.ts"), exports);
|
|
83134
83326
|
__exportStar(__webpack_require__(/*! ./IvSize */ "./models/IvSize.ts"), exports);
|
|
83135
83327
|
__exportStar(__webpack_require__(/*! ./Keyframe */ "./models/Keyframe.ts"), exports);
|
|
83328
|
+
__exportStar(__webpack_require__(/*! ./Label */ "./models/Label.ts"), exports);
|
|
83136
83329
|
__exportStar(__webpack_require__(/*! ./LevelH262 */ "./models/LevelH262.ts"), exports);
|
|
83137
83330
|
__exportStar(__webpack_require__(/*! ./LevelH264 */ "./models/LevelH264.ts"), exports);
|
|
83138
83331
|
__exportStar(__webpack_require__(/*! ./LevelH265 */ "./models/LevelH265.ts"), exports);
|
|
@@ -83395,6 +83588,7 @@ __exportStar(__webpack_require__(/*! ./Vp8Quality */ "./models/Vp8Quality.ts"),
|
|
|
83395
83588
|
__exportStar(__webpack_require__(/*! ./Vp8VideoConfiguration */ "./models/Vp8VideoConfiguration.ts"), exports);
|
|
83396
83589
|
__exportStar(__webpack_require__(/*! ./Vp9AqMode */ "./models/Vp9AqMode.ts"), exports);
|
|
83397
83590
|
__exportStar(__webpack_require__(/*! ./Vp9ArnrType */ "./models/Vp9ArnrType.ts"), exports);
|
|
83591
|
+
__exportStar(__webpack_require__(/*! ./Vp9DynamicRangeFormat */ "./models/Vp9DynamicRangeFormat.ts"), exports);
|
|
83398
83592
|
__exportStar(__webpack_require__(/*! ./Vp9PerTitleConfiguration */ "./models/Vp9PerTitleConfiguration.ts"), exports);
|
|
83399
83593
|
__exportStar(__webpack_require__(/*! ./Vp9Quality */ "./models/Vp9Quality.ts"), exports);
|
|
83400
83594
|
__exportStar(__webpack_require__(/*! ./Vp9VideoConfiguration */ "./models/Vp9VideoConfiguration.ts"), exports);
|