@bitmovin/api-sdk 1.97.0 → 1.98.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/bitmovin-api-sdk.browser.js +992 -1
- 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/EncodingApi.d.ts +2 -0
- package/dist/encoding/EncodingApi.js +2 -0
- package/dist/encoding/EncodingApi.js.map +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.d.ts +28 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js +30 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.js.map +1 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.d.ts +14 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js +29 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.js.map +1 -1
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.d.ts +21 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js +51 -0
- package/dist/encoding/manifests/dash/periods/adaptationsets/type/TypeApi.js.map +1 -0
- package/dist/encoding/simple/SimpleApi.d.ts +13 -0
- package/dist/encoding/simple/SimpleApi.js +34 -0
- package/dist/encoding/simple/SimpleApi.js.map +1 -0
- package/dist/encoding/simple/jobs/JobsApi.d.ts +13 -0
- package/dist/encoding/simple/jobs/JobsApi.js +34 -0
- package/dist/encoding/simple/jobs/JobsApi.js.map +1 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +50 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +46 -0
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js.map +1 -0
- package/dist/encoding/simple/jobs/vod/VodApi.d.ts +36 -0
- package/dist/encoding/simple/jobs/vod/VodApi.js +78 -0
- package/dist/encoding/simple/jobs/vod/VodApi.js.map +1 -0
- package/dist/models/AdaptationSet.d.ts +10 -0
- package/dist/models/AdaptationSet.js +7 -0
- package/dist/models/AdaptationSet.js.map +1 -1
- package/dist/models/AdaptationSetType.d.ts +11 -0
- package/dist/models/AdaptationSetType.js +16 -0
- package/dist/models/AdaptationSetType.js.map +1 -0
- package/dist/models/AdaptationSetTypeResponse.d.ts +15 -0
- package/dist/models/AdaptationSetTypeResponse.js +20 -0
- package/dist/models/AdaptationSetTypeResponse.js.map +1 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +25 -25
- package/dist/models/AnalyticsVirtualLicense.d.ts +13 -0
- package/dist/models/AnalyticsVirtualLicense.js +3 -0
- package/dist/models/AnalyticsVirtualLicense.js.map +1 -1
- package/dist/models/AnalyticsVirtualLicenseRequest.d.ts +7 -0
- package/dist/models/AnalyticsVirtualLicenseRequest.js +2 -0
- package/dist/models/AnalyticsVirtualLicenseRequest.js.map +1 -1
- package/dist/models/AudioAdaptationSet.d.ts +7 -0
- package/dist/models/AudioAdaptationSet.js +7 -0
- package/dist/models/AudioAdaptationSet.js.map +1 -1
- package/dist/models/ImageAdaptationSet.d.ts +7 -0
- package/dist/models/ImageAdaptationSet.js +7 -0
- package/dist/models/ImageAdaptationSet.js.map +1 -1
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +15 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.js +37 -0
- package/dist/models/SimpleEncodingVodJobAzureCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobCredentials.d.ts +8 -0
- package/dist/models/SimpleEncodingVodJobCredentials.js +18 -0
- package/dist/models/SimpleEncodingVodJobCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobErrors.d.ts +26 -0
- package/dist/models/SimpleEncodingVodJobErrors.js +22 -0
- package/dist/models/SimpleEncodingVodJobErrors.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +15 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +37 -0
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobInputType.d.ts +11 -0
- package/dist/models/SimpleEncodingVodJobInputType.js +16 -0
- package/dist/models/SimpleEncodingVodJobInputType.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobRequest.d.ts +26 -0
- package/dist/models/SimpleEncodingVodJobRequest.js +24 -0
- package/dist/models/SimpleEncodingVodJobRequest.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobResponse.d.ts +64 -0
- package/dist/models/SimpleEncodingVodJobResponse.js +31 -0
- package/dist/models/SimpleEncodingVodJobResponse.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobStatus.d.ts +14 -0
- package/dist/models/SimpleEncodingVodJobStatus.js +19 -0
- package/dist/models/SimpleEncodingVodJobStatus.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +34 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.js +24 -0
- package/dist/models/SimpleEncodingVodJobUrlInput.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +27 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.js +23 -0
- package/dist/models/SimpleEncodingVodJobUrlOutput.js.map +1 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +21 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js +38 -0
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js.map +1 -0
- package/dist/models/SubtitleAdaptationSet.d.ts +7 -0
- package/dist/models/SubtitleAdaptationSet.js +7 -0
- package/dist/models/SubtitleAdaptationSet.js.map +1 -1
- package/dist/models/VideoAdaptationSet.d.ts +7 -0
- package/dist/models/VideoAdaptationSet.js +7 -0
- package/dist/models/VideoAdaptationSet.js.map +1 -1
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.js +15 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -6974,7 +6974,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
6974
6974
|
var headers = {
|
|
6975
6975
|
'X-Api-Key': apiKey,
|
|
6976
6976
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
6977
|
-
'X-Api-Client-Version': '1.
|
|
6977
|
+
'X-Api-Client-Version': '1.98.0',
|
|
6978
6978
|
'Content-Type': 'application/json'
|
|
6979
6979
|
};
|
|
6980
6980
|
if (tenantOrgId) {
|
|
@@ -7157,6 +7157,7 @@ var ManifestsApi_1 = __webpack_require__(/*! ./manifests/ManifestsApi */ "./enco
|
|
|
7157
7157
|
var InfrastructureApi_1 = __webpack_require__(/*! ./infrastructure/InfrastructureApi */ "./encoding/infrastructure/InfrastructureApi.ts");
|
|
7158
7158
|
var StatisticsApi_1 = __webpack_require__(/*! ./statistics/StatisticsApi */ "./encoding/statistics/StatisticsApi.ts");
|
|
7159
7159
|
var WatchFoldersApi_1 = __webpack_require__(/*! ./watchFolders/WatchFoldersApi */ "./encoding/watchFolders/WatchFoldersApi.ts");
|
|
7160
|
+
var SimpleApi_1 = __webpack_require__(/*! ./simple/SimpleApi */ "./encoding/simple/SimpleApi.ts");
|
|
7160
7161
|
var ErrorDefinitionsApi_1 = __webpack_require__(/*! ./errorDefinitions/ErrorDefinitionsApi */ "./encoding/errorDefinitions/ErrorDefinitionsApi.ts");
|
|
7161
7162
|
/**
|
|
7162
7163
|
* EncodingApi - object-oriented interface
|
|
@@ -7177,6 +7178,7 @@ var EncodingApi = /** @class */ (function (_super) {
|
|
|
7177
7178
|
_this.infrastructure = new InfrastructureApi_1.default(configuration);
|
|
7178
7179
|
_this.statistics = new StatisticsApi_1.default(configuration);
|
|
7179
7180
|
_this.watchFolders = new WatchFoldersApi_1.default(configuration);
|
|
7181
|
+
_this.simple = new SimpleApi_1.default(configuration);
|
|
7180
7182
|
_this.errorDefinitions = new ErrorDefinitionsApi_1.default(configuration);
|
|
7181
7183
|
return _this;
|
|
7182
7184
|
}
|
|
@@ -41785,6 +41787,47 @@ var PeriodsApi = /** @class */ (function (_super) {
|
|
|
41785
41787
|
exports.default = PeriodsApi;
|
|
41786
41788
|
|
|
41787
41789
|
|
|
41790
|
+
/***/ }),
|
|
41791
|
+
|
|
41792
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.ts":
|
|
41793
|
+
/*!****************************************************************************************!*\
|
|
41794
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.ts ***!
|
|
41795
|
+
\****************************************************************************************/
|
|
41796
|
+
/*! no static exports found */
|
|
41797
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
41798
|
+
|
|
41799
|
+
"use strict";
|
|
41800
|
+
|
|
41801
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41802
|
+
exports.AdaptationSetListQueryParamsBuilder = void 0;
|
|
41803
|
+
var AdaptationSetListQueryParamsBuilder = /** @class */ (function () {
|
|
41804
|
+
function AdaptationSetListQueryParamsBuilder() {
|
|
41805
|
+
this.internalParams = {};
|
|
41806
|
+
}
|
|
41807
|
+
/**
|
|
41808
|
+
*
|
|
41809
|
+
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
41810
|
+
*/
|
|
41811
|
+
AdaptationSetListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
41812
|
+
this.internalParams.offset = offset;
|
|
41813
|
+
return this;
|
|
41814
|
+
};
|
|
41815
|
+
/**
|
|
41816
|
+
*
|
|
41817
|
+
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
41818
|
+
*/
|
|
41819
|
+
AdaptationSetListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
41820
|
+
this.internalParams.limit = limit;
|
|
41821
|
+
return this;
|
|
41822
|
+
};
|
|
41823
|
+
AdaptationSetListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
41824
|
+
return this.internalParams;
|
|
41825
|
+
};
|
|
41826
|
+
return AdaptationSetListQueryParamsBuilder;
|
|
41827
|
+
}());
|
|
41828
|
+
exports.AdaptationSetListQueryParamsBuilder = AdaptationSetListQueryParamsBuilder;
|
|
41829
|
+
|
|
41830
|
+
|
|
41788
41831
|
/***/ }),
|
|
41789
41832
|
|
|
41790
41833
|
/***/ "./encoding/manifests/dash/periods/adaptationsets/AdaptationsetsApi.ts":
|
|
@@ -41811,12 +41854,16 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
41811
41854
|
})();
|
|
41812
41855
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41813
41856
|
var BaseAPI_1 = __webpack_require__(/*! ../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
41857
|
+
var TypeApi_1 = __webpack_require__(/*! ./type/TypeApi */ "./encoding/manifests/dash/periods/adaptationsets/type/TypeApi.ts");
|
|
41814
41858
|
var AudioApi_1 = __webpack_require__(/*! ./audio/AudioApi */ "./encoding/manifests/dash/periods/adaptationsets/audio/AudioApi.ts");
|
|
41815
41859
|
var VideoApi_1 = __webpack_require__(/*! ./video/VideoApi */ "./encoding/manifests/dash/periods/adaptationsets/video/VideoApi.ts");
|
|
41816
41860
|
var SubtitleApi_1 = __webpack_require__(/*! ./subtitle/SubtitleApi */ "./encoding/manifests/dash/periods/adaptationsets/subtitle/SubtitleApi.ts");
|
|
41817
41861
|
var ImageApi_1 = __webpack_require__(/*! ./image/ImageApi */ "./encoding/manifests/dash/periods/adaptationsets/image/ImageApi.ts");
|
|
41818
41862
|
var RepresentationsApi_1 = __webpack_require__(/*! ./representations/RepresentationsApi */ "./encoding/manifests/dash/periods/adaptationsets/representations/RepresentationsApi.ts");
|
|
41819
41863
|
var ContentprotectionApi_1 = __webpack_require__(/*! ./contentprotection/ContentprotectionApi */ "./encoding/manifests/dash/periods/adaptationsets/contentprotection/ContentprotectionApi.ts");
|
|
41864
|
+
var AdaptationSet_1 = __webpack_require__(/*! ../../../../../models/AdaptationSet */ "./models/AdaptationSet.ts");
|
|
41865
|
+
var PaginationResponse_1 = __webpack_require__(/*! ../../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
41866
|
+
var AdaptationSetListQueryParams_1 = __webpack_require__(/*! ./AdaptationSetListQueryParams */ "./encoding/manifests/dash/periods/adaptationsets/AdaptationSetListQueryParams.ts");
|
|
41820
41867
|
/**
|
|
41821
41868
|
* AdaptationsetsApi - object-oriented interface
|
|
41822
41869
|
* @export
|
|
@@ -41827,6 +41874,7 @@ var AdaptationsetsApi = /** @class */ (function (_super) {
|
|
|
41827
41874
|
__extends(AdaptationsetsApi, _super);
|
|
41828
41875
|
function AdaptationsetsApi(configuration) {
|
|
41829
41876
|
var _this = _super.call(this, configuration) || this;
|
|
41877
|
+
_this.type = new TypeApi_1.default(configuration);
|
|
41830
41878
|
_this.audio = new AudioApi_1.default(configuration);
|
|
41831
41879
|
_this.video = new VideoApi_1.default(configuration);
|
|
41832
41880
|
_this.subtitle = new SubtitleApi_1.default(configuration);
|
|
@@ -41835,6 +41883,30 @@ var AdaptationsetsApi = /** @class */ (function (_super) {
|
|
|
41835
41883
|
_this.contentprotection = new ContentprotectionApi_1.default(configuration);
|
|
41836
41884
|
return _this;
|
|
41837
41885
|
}
|
|
41886
|
+
/**
|
|
41887
|
+
* @summary List all AdaptationSets
|
|
41888
|
+
* @param {string} manifestId Id of the manifest
|
|
41889
|
+
* @param {string} periodId Id of the adaptation set
|
|
41890
|
+
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
41891
|
+
* @throws {BitmovinError}
|
|
41892
|
+
* @memberof AdaptationsetsApi
|
|
41893
|
+
*/
|
|
41894
|
+
AdaptationsetsApi.prototype.list = function (manifestId, periodId, queryParameters) {
|
|
41895
|
+
var pathParamMap = {
|
|
41896
|
+
manifest_id: manifestId,
|
|
41897
|
+
period_id: periodId
|
|
41898
|
+
};
|
|
41899
|
+
var queryParams = {};
|
|
41900
|
+
if (typeof queryParameters === 'function') {
|
|
41901
|
+
queryParams = queryParameters(new AdaptationSetListQueryParams_1.AdaptationSetListQueryParamsBuilder()).buildQueryParams();
|
|
41902
|
+
}
|
|
41903
|
+
else if (queryParameters) {
|
|
41904
|
+
queryParams = queryParameters;
|
|
41905
|
+
}
|
|
41906
|
+
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets', pathParamMap, queryParams).then(function (response) {
|
|
41907
|
+
return new PaginationResponse_1.default(response, AdaptationSet_1.default);
|
|
41908
|
+
});
|
|
41909
|
+
};
|
|
41838
41910
|
return AdaptationsetsApi;
|
|
41839
41911
|
}(BaseAPI_1.BaseAPI));
|
|
41840
41912
|
exports.default = AdaptationsetsApi;
|
|
@@ -45213,6 +45285,68 @@ var SubtitleApi = /** @class */ (function (_super) {
|
|
|
45213
45285
|
exports.default = SubtitleApi;
|
|
45214
45286
|
|
|
45215
45287
|
|
|
45288
|
+
/***/ }),
|
|
45289
|
+
|
|
45290
|
+
/***/ "./encoding/manifests/dash/periods/adaptationsets/type/TypeApi.ts":
|
|
45291
|
+
/*!************************************************************************!*\
|
|
45292
|
+
!*** ./encoding/manifests/dash/periods/adaptationsets/type/TypeApi.ts ***!
|
|
45293
|
+
\************************************************************************/
|
|
45294
|
+
/*! no static exports found */
|
|
45295
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
45296
|
+
|
|
45297
|
+
"use strict";
|
|
45298
|
+
|
|
45299
|
+
var __extends = (this && this.__extends) || (function () {
|
|
45300
|
+
var extendStatics = function (d, b) {
|
|
45301
|
+
extendStatics = Object.setPrototypeOf ||
|
|
45302
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
45303
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
45304
|
+
return extendStatics(d, b);
|
|
45305
|
+
};
|
|
45306
|
+
return function (d, b) {
|
|
45307
|
+
extendStatics(d, b);
|
|
45308
|
+
function __() { this.constructor = d; }
|
|
45309
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
45310
|
+
};
|
|
45311
|
+
})();
|
|
45312
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45313
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
45314
|
+
var Mapper_1 = __webpack_require__(/*! ../../../../../../common/Mapper */ "./common/Mapper.ts");
|
|
45315
|
+
var AdaptationSetTypeResponse_1 = __webpack_require__(/*! ../../../../../../models/AdaptationSetTypeResponse */ "./models/AdaptationSetTypeResponse.ts");
|
|
45316
|
+
/**
|
|
45317
|
+
* TypeApi - object-oriented interface
|
|
45318
|
+
* @export
|
|
45319
|
+
* @class TypeApi
|
|
45320
|
+
* @extends {BaseAPI}
|
|
45321
|
+
*/
|
|
45322
|
+
var TypeApi = /** @class */ (function (_super) {
|
|
45323
|
+
__extends(TypeApi, _super);
|
|
45324
|
+
function TypeApi(configuration) {
|
|
45325
|
+
return _super.call(this, configuration) || this;
|
|
45326
|
+
}
|
|
45327
|
+
/**
|
|
45328
|
+
* @summary Get Input Type
|
|
45329
|
+
* @param {string} manifestId Id of the manifest
|
|
45330
|
+
* @param {string} periodId Id of the period
|
|
45331
|
+
* @param {string} adaptationsetId Id of the input
|
|
45332
|
+
* @throws {BitmovinError}
|
|
45333
|
+
* @memberof TypeApi
|
|
45334
|
+
*/
|
|
45335
|
+
TypeApi.prototype.get = function (manifestId, periodId, adaptationsetId) {
|
|
45336
|
+
var pathParamMap = {
|
|
45337
|
+
manifest_id: manifestId,
|
|
45338
|
+
period_id: periodId,
|
|
45339
|
+
adaptationset_id: adaptationsetId
|
|
45340
|
+
};
|
|
45341
|
+
return this.restClient.get('/encoding/manifests/dash/{manifest_id}/periods/{period_id}/adaptationsets/{adaptationset_id}/type', pathParamMap).then(function (response) {
|
|
45342
|
+
return Mapper_1.map(response, AdaptationSetTypeResponse_1.default);
|
|
45343
|
+
});
|
|
45344
|
+
};
|
|
45345
|
+
return TypeApi;
|
|
45346
|
+
}(BaseAPI_1.BaseAPI));
|
|
45347
|
+
exports.default = TypeApi;
|
|
45348
|
+
|
|
45349
|
+
|
|
45216
45350
|
/***/ }),
|
|
45217
45351
|
|
|
45218
45352
|
/***/ "./encoding/manifests/dash/periods/adaptationsets/video/VideoAdaptationSetListQueryParams.ts":
|
|
@@ -50927,6 +51061,242 @@ var TypeApi = /** @class */ (function (_super) {
|
|
|
50927
51061
|
exports.default = TypeApi;
|
|
50928
51062
|
|
|
50929
51063
|
|
|
51064
|
+
/***/ }),
|
|
51065
|
+
|
|
51066
|
+
/***/ "./encoding/simple/SimpleApi.ts":
|
|
51067
|
+
/*!**************************************!*\
|
|
51068
|
+
!*** ./encoding/simple/SimpleApi.ts ***!
|
|
51069
|
+
\**************************************/
|
|
51070
|
+
/*! no static exports found */
|
|
51071
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51072
|
+
|
|
51073
|
+
"use strict";
|
|
51074
|
+
|
|
51075
|
+
var __extends = (this && this.__extends) || (function () {
|
|
51076
|
+
var extendStatics = function (d, b) {
|
|
51077
|
+
extendStatics = Object.setPrototypeOf ||
|
|
51078
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
51079
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
51080
|
+
return extendStatics(d, b);
|
|
51081
|
+
};
|
|
51082
|
+
return function (d, b) {
|
|
51083
|
+
extendStatics(d, b);
|
|
51084
|
+
function __() { this.constructor = d; }
|
|
51085
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
51086
|
+
};
|
|
51087
|
+
})();
|
|
51088
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51089
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
51090
|
+
var JobsApi_1 = __webpack_require__(/*! ./jobs/JobsApi */ "./encoding/simple/jobs/JobsApi.ts");
|
|
51091
|
+
/**
|
|
51092
|
+
* SimpleApi - object-oriented interface
|
|
51093
|
+
* @export
|
|
51094
|
+
* @class SimpleApi
|
|
51095
|
+
* @extends {BaseAPI}
|
|
51096
|
+
*/
|
|
51097
|
+
var SimpleApi = /** @class */ (function (_super) {
|
|
51098
|
+
__extends(SimpleApi, _super);
|
|
51099
|
+
function SimpleApi(configuration) {
|
|
51100
|
+
var _this = _super.call(this, configuration) || this;
|
|
51101
|
+
_this.jobs = new JobsApi_1.default(configuration);
|
|
51102
|
+
return _this;
|
|
51103
|
+
}
|
|
51104
|
+
return SimpleApi;
|
|
51105
|
+
}(BaseAPI_1.BaseAPI));
|
|
51106
|
+
exports.default = SimpleApi;
|
|
51107
|
+
|
|
51108
|
+
|
|
51109
|
+
/***/ }),
|
|
51110
|
+
|
|
51111
|
+
/***/ "./encoding/simple/jobs/JobsApi.ts":
|
|
51112
|
+
/*!*****************************************!*\
|
|
51113
|
+
!*** ./encoding/simple/jobs/JobsApi.ts ***!
|
|
51114
|
+
\*****************************************/
|
|
51115
|
+
/*! no static exports found */
|
|
51116
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51117
|
+
|
|
51118
|
+
"use strict";
|
|
51119
|
+
|
|
51120
|
+
var __extends = (this && this.__extends) || (function () {
|
|
51121
|
+
var extendStatics = function (d, b) {
|
|
51122
|
+
extendStatics = Object.setPrototypeOf ||
|
|
51123
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
51124
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
51125
|
+
return extendStatics(d, b);
|
|
51126
|
+
};
|
|
51127
|
+
return function (d, b) {
|
|
51128
|
+
extendStatics(d, b);
|
|
51129
|
+
function __() { this.constructor = d; }
|
|
51130
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
51131
|
+
};
|
|
51132
|
+
})();
|
|
51133
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51134
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
51135
|
+
var VodApi_1 = __webpack_require__(/*! ./vod/VodApi */ "./encoding/simple/jobs/vod/VodApi.ts");
|
|
51136
|
+
/**
|
|
51137
|
+
* JobsApi - object-oriented interface
|
|
51138
|
+
* @export
|
|
51139
|
+
* @class JobsApi
|
|
51140
|
+
* @extends {BaseAPI}
|
|
51141
|
+
*/
|
|
51142
|
+
var JobsApi = /** @class */ (function (_super) {
|
|
51143
|
+
__extends(JobsApi, _super);
|
|
51144
|
+
function JobsApi(configuration) {
|
|
51145
|
+
var _this = _super.call(this, configuration) || this;
|
|
51146
|
+
_this.vod = new VodApi_1.default(configuration);
|
|
51147
|
+
return _this;
|
|
51148
|
+
}
|
|
51149
|
+
return JobsApi;
|
|
51150
|
+
}(BaseAPI_1.BaseAPI));
|
|
51151
|
+
exports.default = JobsApi;
|
|
51152
|
+
|
|
51153
|
+
|
|
51154
|
+
/***/ }),
|
|
51155
|
+
|
|
51156
|
+
/***/ "./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts":
|
|
51157
|
+
/*!*********************************************************************************!*\
|
|
51158
|
+
!*** ./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts ***!
|
|
51159
|
+
\*********************************************************************************/
|
|
51160
|
+
/*! no static exports found */
|
|
51161
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51162
|
+
|
|
51163
|
+
"use strict";
|
|
51164
|
+
|
|
51165
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51166
|
+
exports.SimpleEncodingVodJobResponseListQueryParamsBuilder = void 0;
|
|
51167
|
+
var SimpleEncodingVodJobResponseListQueryParamsBuilder = /** @class */ (function () {
|
|
51168
|
+
function SimpleEncodingVodJobResponseListQueryParamsBuilder() {
|
|
51169
|
+
this.internalParams = {};
|
|
51170
|
+
}
|
|
51171
|
+
/**
|
|
51172
|
+
*
|
|
51173
|
+
* @param offset Index of the first item to return, starting at 0. Default is 0
|
|
51174
|
+
*/
|
|
51175
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.offset = function (offset) {
|
|
51176
|
+
this.internalParams.offset = offset;
|
|
51177
|
+
return this;
|
|
51178
|
+
};
|
|
51179
|
+
/**
|
|
51180
|
+
*
|
|
51181
|
+
* @param limit Maximum number of items to return. Default is 25, maximum is 100
|
|
51182
|
+
*/
|
|
51183
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.limit = function (limit) {
|
|
51184
|
+
this.internalParams.limit = limit;
|
|
51185
|
+
return this;
|
|
51186
|
+
};
|
|
51187
|
+
/**
|
|
51188
|
+
*
|
|
51189
|
+
* @param sort Order list result according to a Simple Encoding VOD Job attribute. The fields that can be used for sorting are: + `createdAt`
|
|
51190
|
+
*/
|
|
51191
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.sort = function (sort) {
|
|
51192
|
+
this.internalParams.sort = sort;
|
|
51193
|
+
return this;
|
|
51194
|
+
};
|
|
51195
|
+
/**
|
|
51196
|
+
*
|
|
51197
|
+
* @param status Filter Simple Encoding VOD Jobs to only show the ones with the status specified.
|
|
51198
|
+
*/
|
|
51199
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.status = function (status) {
|
|
51200
|
+
this.internalParams.status = status;
|
|
51201
|
+
return this;
|
|
51202
|
+
};
|
|
51203
|
+
SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.buildQueryParams = function () {
|
|
51204
|
+
return this.internalParams;
|
|
51205
|
+
};
|
|
51206
|
+
return SimpleEncodingVodJobResponseListQueryParamsBuilder;
|
|
51207
|
+
}());
|
|
51208
|
+
exports.SimpleEncodingVodJobResponseListQueryParamsBuilder = SimpleEncodingVodJobResponseListQueryParamsBuilder;
|
|
51209
|
+
|
|
51210
|
+
|
|
51211
|
+
/***/ }),
|
|
51212
|
+
|
|
51213
|
+
/***/ "./encoding/simple/jobs/vod/VodApi.ts":
|
|
51214
|
+
/*!********************************************!*\
|
|
51215
|
+
!*** ./encoding/simple/jobs/vod/VodApi.ts ***!
|
|
51216
|
+
\********************************************/
|
|
51217
|
+
/*! no static exports found */
|
|
51218
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
51219
|
+
|
|
51220
|
+
"use strict";
|
|
51221
|
+
|
|
51222
|
+
var __extends = (this && this.__extends) || (function () {
|
|
51223
|
+
var extendStatics = function (d, b) {
|
|
51224
|
+
extendStatics = Object.setPrototypeOf ||
|
|
51225
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
51226
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
51227
|
+
return extendStatics(d, b);
|
|
51228
|
+
};
|
|
51229
|
+
return function (d, b) {
|
|
51230
|
+
extendStatics(d, b);
|
|
51231
|
+
function __() { this.constructor = d; }
|
|
51232
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
51233
|
+
};
|
|
51234
|
+
})();
|
|
51235
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51236
|
+
var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
|
|
51237
|
+
var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
|
|
51238
|
+
var SimpleEncodingVodJobResponse_1 = __webpack_require__(/*! ../../../../models/SimpleEncodingVodJobResponse */ "./models/SimpleEncodingVodJobResponse.ts");
|
|
51239
|
+
var PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
|
|
51240
|
+
var SimpleEncodingVodJobResponseListQueryParams_1 = __webpack_require__(/*! ./SimpleEncodingVodJobResponseListQueryParams */ "./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts");
|
|
51241
|
+
/**
|
|
51242
|
+
* VodApi - object-oriented interface
|
|
51243
|
+
* @export
|
|
51244
|
+
* @class VodApi
|
|
51245
|
+
* @extends {BaseAPI}
|
|
51246
|
+
*/
|
|
51247
|
+
var VodApi = /** @class */ (function (_super) {
|
|
51248
|
+
__extends(VodApi, _super);
|
|
51249
|
+
function VodApi(configuration) {
|
|
51250
|
+
return _super.call(this, configuration) || this;
|
|
51251
|
+
}
|
|
51252
|
+
/**
|
|
51253
|
+
* @summary Create a Simple Encoding VOD Job
|
|
51254
|
+
* @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created
|
|
51255
|
+
* @throws {BitmovinError}
|
|
51256
|
+
* @memberof VodApi
|
|
51257
|
+
*/
|
|
51258
|
+
VodApi.prototype.create = function (simpleEncodingVodJobRequest) {
|
|
51259
|
+
return this.restClient.post('/encoding/simple/jobs/vod', {}, simpleEncodingVodJobRequest).then(function (response) {
|
|
51260
|
+
return Mapper_1.map(response, SimpleEncodingVodJobResponse_1.default);
|
|
51261
|
+
});
|
|
51262
|
+
};
|
|
51263
|
+
/**
|
|
51264
|
+
* @summary Simple Encoding VOD Job details
|
|
51265
|
+
* @param {string} simpleEncodingJobId Id of the Simple Encoding VOD Job
|
|
51266
|
+
* @throws {BitmovinError}
|
|
51267
|
+
* @memberof VodApi
|
|
51268
|
+
*/
|
|
51269
|
+
VodApi.prototype.get = function (simpleEncodingJobId) {
|
|
51270
|
+
var pathParamMap = {
|
|
51271
|
+
simple_encoding_job_id: simpleEncodingJobId
|
|
51272
|
+
};
|
|
51273
|
+
return this.restClient.get('/encoding/simple/jobs/vod/{simple_encoding_job_id}', pathParamMap).then(function (response) {
|
|
51274
|
+
return Mapper_1.map(response, SimpleEncodingVodJobResponse_1.default);
|
|
51275
|
+
});
|
|
51276
|
+
};
|
|
51277
|
+
/**
|
|
51278
|
+
* @summary List all Simple Encoding VOD Jobs
|
|
51279
|
+
* @param {*} [queryParameters] query parameters for filtering, sorting and pagination
|
|
51280
|
+
* @throws {BitmovinError}
|
|
51281
|
+
* @memberof VodApi
|
|
51282
|
+
*/
|
|
51283
|
+
VodApi.prototype.list = function (queryParameters) {
|
|
51284
|
+
var queryParams = {};
|
|
51285
|
+
if (typeof queryParameters === 'function') {
|
|
51286
|
+
queryParams = queryParameters(new SimpleEncodingVodJobResponseListQueryParams_1.SimpleEncodingVodJobResponseListQueryParamsBuilder()).buildQueryParams();
|
|
51287
|
+
}
|
|
51288
|
+
else if (queryParameters) {
|
|
51289
|
+
queryParams = queryParameters;
|
|
51290
|
+
}
|
|
51291
|
+
return this.restClient.get('/encoding/simple/jobs/vod', {}, queryParams).then(function (response) {
|
|
51292
|
+
return new PaginationResponse_1.default(response, SimpleEncodingVodJobResponse_1.default);
|
|
51293
|
+
});
|
|
51294
|
+
};
|
|
51295
|
+
return VodApi;
|
|
51296
|
+
}(BaseAPI_1.BaseAPI));
|
|
51297
|
+
exports.default = VodApi;
|
|
51298
|
+
|
|
51299
|
+
|
|
50930
51300
|
/***/ }),
|
|
50931
51301
|
|
|
50932
51302
|
/***/ "./encoding/statistics/StatisticsApi.ts":
|
|
@@ -54682,6 +55052,13 @@ var AdaptationSet = /** @class */ (function (_super) {
|
|
|
54682
55052
|
_this.labels = Mapper_1.mapArray(obj.labels, Label_1.default);
|
|
54683
55053
|
return _this;
|
|
54684
55054
|
}
|
|
55055
|
+
AdaptationSet._discriminatorName = 'type';
|
|
55056
|
+
AdaptationSet._discriminatorMapping = {
|
|
55057
|
+
VIDEO: 'VideoAdaptationSet',
|
|
55058
|
+
AUDIO: 'AudioAdaptationSet',
|
|
55059
|
+
IMAGE: 'ImageAdaptationSet',
|
|
55060
|
+
SUBTITLE: 'SubtitleAdaptationSet'
|
|
55061
|
+
};
|
|
54685
55062
|
return AdaptationSet;
|
|
54686
55063
|
}(BitmovinResponse_1.default));
|
|
54687
55064
|
exports.AdaptationSet = AdaptationSet;
|
|
@@ -54718,6 +55095,64 @@ var AdaptationSetRole;
|
|
|
54718
55095
|
exports.default = AdaptationSetRole;
|
|
54719
55096
|
|
|
54720
55097
|
|
|
55098
|
+
/***/ }),
|
|
55099
|
+
|
|
55100
|
+
/***/ "./models/AdaptationSetType.ts":
|
|
55101
|
+
/*!*************************************!*\
|
|
55102
|
+
!*** ./models/AdaptationSetType.ts ***!
|
|
55103
|
+
\*************************************/
|
|
55104
|
+
/*! no static exports found */
|
|
55105
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
55106
|
+
|
|
55107
|
+
"use strict";
|
|
55108
|
+
|
|
55109
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55110
|
+
exports.AdaptationSetType = void 0;
|
|
55111
|
+
/**
|
|
55112
|
+
* @export
|
|
55113
|
+
* @enum {string}
|
|
55114
|
+
*/
|
|
55115
|
+
var AdaptationSetType;
|
|
55116
|
+
(function (AdaptationSetType) {
|
|
55117
|
+
AdaptationSetType["VIDEO"] = "VIDEO";
|
|
55118
|
+
AdaptationSetType["AUDIO"] = "AUDIO";
|
|
55119
|
+
AdaptationSetType["IMAGE"] = "IMAGE";
|
|
55120
|
+
AdaptationSetType["SUBTITLE"] = "SUBTITLE";
|
|
55121
|
+
})(AdaptationSetType = exports.AdaptationSetType || (exports.AdaptationSetType = {}));
|
|
55122
|
+
exports.default = AdaptationSetType;
|
|
55123
|
+
|
|
55124
|
+
|
|
55125
|
+
/***/ }),
|
|
55126
|
+
|
|
55127
|
+
/***/ "./models/AdaptationSetTypeResponse.ts":
|
|
55128
|
+
/*!*********************************************!*\
|
|
55129
|
+
!*** ./models/AdaptationSetTypeResponse.ts ***!
|
|
55130
|
+
\*********************************************/
|
|
55131
|
+
/*! no static exports found */
|
|
55132
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
55133
|
+
|
|
55134
|
+
"use strict";
|
|
55135
|
+
|
|
55136
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55137
|
+
exports.AdaptationSetTypeResponse = void 0;
|
|
55138
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
55139
|
+
/**
|
|
55140
|
+
* @export
|
|
55141
|
+
* @class AdaptationSetTypeResponse
|
|
55142
|
+
*/
|
|
55143
|
+
var AdaptationSetTypeResponse = /** @class */ (function () {
|
|
55144
|
+
function AdaptationSetTypeResponse(obj) {
|
|
55145
|
+
if (!obj) {
|
|
55146
|
+
return;
|
|
55147
|
+
}
|
|
55148
|
+
this.type = Mapper_1.map(obj.type);
|
|
55149
|
+
}
|
|
55150
|
+
return AdaptationSetTypeResponse;
|
|
55151
|
+
}());
|
|
55152
|
+
exports.AdaptationSetTypeResponse = AdaptationSetTypeResponse;
|
|
55153
|
+
exports.default = AdaptationSetTypeResponse;
|
|
55154
|
+
|
|
55155
|
+
|
|
54721
55156
|
/***/ }),
|
|
54722
55157
|
|
|
54723
55158
|
/***/ "./models/AdaptiveQuantMode.ts":
|
|
@@ -58040,6 +58475,7 @@ exports.default = AnalyticsVideoStartFailedReason;
|
|
|
58040
58475
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58041
58476
|
exports.AnalyticsVirtualLicense = void 0;
|
|
58042
58477
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58478
|
+
var AnalyticsLicenseCustomDataFieldLabels_1 = __webpack_require__(/*! ./AnalyticsLicenseCustomDataFieldLabels */ "./models/AnalyticsLicenseCustomDataFieldLabels.ts");
|
|
58043
58479
|
var AnalyticsVirtualLicenseLicensesListItem_1 = __webpack_require__(/*! ./AnalyticsVirtualLicenseLicensesListItem */ "./models/AnalyticsVirtualLicenseLicensesListItem.ts");
|
|
58044
58480
|
/**
|
|
58045
58481
|
* @export
|
|
@@ -58054,6 +58490,8 @@ var AnalyticsVirtualLicense = /** @class */ (function () {
|
|
|
58054
58490
|
this.name = Mapper_1.map(obj.name);
|
|
58055
58491
|
this.timezone = Mapper_1.map(obj.timezone);
|
|
58056
58492
|
this.licenses = Mapper_1.mapArray(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
|
|
58493
|
+
this.customDataFieldsCount = Mapper_1.map(obj.customDataFieldsCount);
|
|
58494
|
+
this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
|
|
58057
58495
|
}
|
|
58058
58496
|
return AnalyticsVirtualLicense;
|
|
58059
58497
|
}());
|
|
@@ -58109,6 +58547,7 @@ exports.default = AnalyticsVirtualLicenseLicensesListItem;
|
|
|
58109
58547
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58110
58548
|
exports.AnalyticsVirtualLicenseRequest = void 0;
|
|
58111
58549
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58550
|
+
var AnalyticsLicenseCustomDataFieldLabels_1 = __webpack_require__(/*! ./AnalyticsLicenseCustomDataFieldLabels */ "./models/AnalyticsLicenseCustomDataFieldLabels.ts");
|
|
58112
58551
|
var AnalyticsVirtualLicenseLicensesListItem_1 = __webpack_require__(/*! ./AnalyticsVirtualLicenseLicensesListItem */ "./models/AnalyticsVirtualLicenseLicensesListItem.ts");
|
|
58113
58552
|
/**
|
|
58114
58553
|
* @export
|
|
@@ -58122,6 +58561,7 @@ var AnalyticsVirtualLicenseRequest = /** @class */ (function () {
|
|
|
58122
58561
|
this.name = Mapper_1.map(obj.name);
|
|
58123
58562
|
this.timezone = Mapper_1.map(obj.timezone);
|
|
58124
58563
|
this.licenses = Mapper_1.mapArray(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
|
|
58564
|
+
this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
|
|
58125
58565
|
}
|
|
58126
58566
|
return AnalyticsVirtualLicenseRequest;
|
|
58127
58567
|
}());
|
|
@@ -58363,6 +58803,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
58363
58803
|
exports.AudioAdaptationSet = void 0;
|
|
58364
58804
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
58365
58805
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
58806
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
58366
58807
|
/**
|
|
58367
58808
|
* @export
|
|
58368
58809
|
* @class AudioAdaptationSet
|
|
@@ -58371,6 +58812,12 @@ var AudioAdaptationSet = /** @class */ (function (_super) {
|
|
|
58371
58812
|
__extends(AudioAdaptationSet, _super);
|
|
58372
58813
|
function AudioAdaptationSet(obj) {
|
|
58373
58814
|
var _this = _super.call(this, obj) || this;
|
|
58815
|
+
/**
|
|
58816
|
+
* Discriminator property for AdaptationSet
|
|
58817
|
+
* @type {string}
|
|
58818
|
+
* @memberof AudioAdaptationSet
|
|
58819
|
+
*/
|
|
58820
|
+
_this.type = AdaptationSetType_1.default.AUDIO;
|
|
58374
58821
|
if (!obj) {
|
|
58375
58822
|
return _this;
|
|
58376
58823
|
}
|
|
@@ -70236,6 +70683,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
70236
70683
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
70237
70684
|
exports.ImageAdaptationSet = void 0;
|
|
70238
70685
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
70686
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
70239
70687
|
/**
|
|
70240
70688
|
* @export
|
|
70241
70689
|
* @class ImageAdaptationSet
|
|
@@ -70244,6 +70692,12 @@ var ImageAdaptationSet = /** @class */ (function (_super) {
|
|
|
70244
70692
|
__extends(ImageAdaptationSet, _super);
|
|
70245
70693
|
function ImageAdaptationSet(obj) {
|
|
70246
70694
|
var _this = _super.call(this, obj) || this;
|
|
70695
|
+
/**
|
|
70696
|
+
* Discriminator property for AdaptationSet
|
|
70697
|
+
* @type {string}
|
|
70698
|
+
* @memberof ImageAdaptationSet
|
|
70699
|
+
*/
|
|
70700
|
+
_this.type = AdaptationSetType_1.default.IMAGE;
|
|
70247
70701
|
if (!obj) {
|
|
70248
70702
|
return _this;
|
|
70249
70703
|
}
|
|
@@ -77607,6 +78061,514 @@ var SignatureType;
|
|
|
77607
78061
|
exports.default = SignatureType;
|
|
77608
78062
|
|
|
77609
78063
|
|
|
78064
|
+
/***/ }),
|
|
78065
|
+
|
|
78066
|
+
/***/ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts":
|
|
78067
|
+
/*!************************************************************!*\
|
|
78068
|
+
!*** ./models/SimpleEncodingVodJobAccessKeyCredentials.ts ***!
|
|
78069
|
+
\************************************************************/
|
|
78070
|
+
/*! no static exports found */
|
|
78071
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78072
|
+
|
|
78073
|
+
"use strict";
|
|
78074
|
+
|
|
78075
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78076
|
+
var extendStatics = function (d, b) {
|
|
78077
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78078
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78079
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78080
|
+
return extendStatics(d, b);
|
|
78081
|
+
};
|
|
78082
|
+
return function (d, b) {
|
|
78083
|
+
extendStatics(d, b);
|
|
78084
|
+
function __() { this.constructor = d; }
|
|
78085
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78086
|
+
};
|
|
78087
|
+
})();
|
|
78088
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78089
|
+
exports.SimpleEncodingVodJobAccessKeyCredentials = void 0;
|
|
78090
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78091
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78092
|
+
/**
|
|
78093
|
+
* @export
|
|
78094
|
+
* @class SimpleEncodingVodJobAccessKeyCredentials
|
|
78095
|
+
*/
|
|
78096
|
+
var SimpleEncodingVodJobAccessKeyCredentials = /** @class */ (function (_super) {
|
|
78097
|
+
__extends(SimpleEncodingVodJobAccessKeyCredentials, _super);
|
|
78098
|
+
function SimpleEncodingVodJobAccessKeyCredentials(obj) {
|
|
78099
|
+
var _this = _super.call(this, obj) || this;
|
|
78100
|
+
if (!obj) {
|
|
78101
|
+
return _this;
|
|
78102
|
+
}
|
|
78103
|
+
_this.accessKey = Mapper_1.map(obj.accessKey);
|
|
78104
|
+
_this.secretKey = Mapper_1.map(obj.secretKey);
|
|
78105
|
+
return _this;
|
|
78106
|
+
}
|
|
78107
|
+
return SimpleEncodingVodJobAccessKeyCredentials;
|
|
78108
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78109
|
+
exports.SimpleEncodingVodJobAccessKeyCredentials = SimpleEncodingVodJobAccessKeyCredentials;
|
|
78110
|
+
exports.default = SimpleEncodingVodJobAccessKeyCredentials;
|
|
78111
|
+
|
|
78112
|
+
|
|
78113
|
+
/***/ }),
|
|
78114
|
+
|
|
78115
|
+
/***/ "./models/SimpleEncodingVodJobAzureCredentials.ts":
|
|
78116
|
+
/*!********************************************************!*\
|
|
78117
|
+
!*** ./models/SimpleEncodingVodJobAzureCredentials.ts ***!
|
|
78118
|
+
\********************************************************/
|
|
78119
|
+
/*! no static exports found */
|
|
78120
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78121
|
+
|
|
78122
|
+
"use strict";
|
|
78123
|
+
|
|
78124
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78125
|
+
var extendStatics = function (d, b) {
|
|
78126
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78127
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78128
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78129
|
+
return extendStatics(d, b);
|
|
78130
|
+
};
|
|
78131
|
+
return function (d, b) {
|
|
78132
|
+
extendStatics(d, b);
|
|
78133
|
+
function __() { this.constructor = d; }
|
|
78134
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78135
|
+
};
|
|
78136
|
+
})();
|
|
78137
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78138
|
+
exports.SimpleEncodingVodJobAzureCredentials = void 0;
|
|
78139
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78140
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78141
|
+
/**
|
|
78142
|
+
* @export
|
|
78143
|
+
* @class SimpleEncodingVodJobAzureCredentials
|
|
78144
|
+
*/
|
|
78145
|
+
var SimpleEncodingVodJobAzureCredentials = /** @class */ (function (_super) {
|
|
78146
|
+
__extends(SimpleEncodingVodJobAzureCredentials, _super);
|
|
78147
|
+
function SimpleEncodingVodJobAzureCredentials(obj) {
|
|
78148
|
+
var _this = _super.call(this, obj) || this;
|
|
78149
|
+
if (!obj) {
|
|
78150
|
+
return _this;
|
|
78151
|
+
}
|
|
78152
|
+
_this.key = Mapper_1.map(obj.key);
|
|
78153
|
+
return _this;
|
|
78154
|
+
}
|
|
78155
|
+
return SimpleEncodingVodJobAzureCredentials;
|
|
78156
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78157
|
+
exports.SimpleEncodingVodJobAzureCredentials = SimpleEncodingVodJobAzureCredentials;
|
|
78158
|
+
exports.default = SimpleEncodingVodJobAzureCredentials;
|
|
78159
|
+
|
|
78160
|
+
|
|
78161
|
+
/***/ }),
|
|
78162
|
+
|
|
78163
|
+
/***/ "./models/SimpleEncodingVodJobCredentials.ts":
|
|
78164
|
+
/*!***************************************************!*\
|
|
78165
|
+
!*** ./models/SimpleEncodingVodJobCredentials.ts ***!
|
|
78166
|
+
\***************************************************/
|
|
78167
|
+
/*! no static exports found */
|
|
78168
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78169
|
+
|
|
78170
|
+
"use strict";
|
|
78171
|
+
|
|
78172
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78173
|
+
exports.SimpleEncodingVodJobCredentials = void 0;
|
|
78174
|
+
/**
|
|
78175
|
+
* @export
|
|
78176
|
+
* @class SimpleEncodingVodJobCredentials
|
|
78177
|
+
*/
|
|
78178
|
+
var SimpleEncodingVodJobCredentials = /** @class */ (function () {
|
|
78179
|
+
function SimpleEncodingVodJobCredentials(obj) {
|
|
78180
|
+
if (!obj) {
|
|
78181
|
+
return;
|
|
78182
|
+
}
|
|
78183
|
+
}
|
|
78184
|
+
return SimpleEncodingVodJobCredentials;
|
|
78185
|
+
}());
|
|
78186
|
+
exports.SimpleEncodingVodJobCredentials = SimpleEncodingVodJobCredentials;
|
|
78187
|
+
exports.default = SimpleEncodingVodJobCredentials;
|
|
78188
|
+
|
|
78189
|
+
|
|
78190
|
+
/***/ }),
|
|
78191
|
+
|
|
78192
|
+
/***/ "./models/SimpleEncodingVodJobErrors.ts":
|
|
78193
|
+
/*!**********************************************!*\
|
|
78194
|
+
!*** ./models/SimpleEncodingVodJobErrors.ts ***!
|
|
78195
|
+
\**********************************************/
|
|
78196
|
+
/*! no static exports found */
|
|
78197
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78198
|
+
|
|
78199
|
+
"use strict";
|
|
78200
|
+
|
|
78201
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78202
|
+
exports.SimpleEncodingVodJobErrors = void 0;
|
|
78203
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78204
|
+
/**
|
|
78205
|
+
* @export
|
|
78206
|
+
* @class SimpleEncodingVodJobErrors
|
|
78207
|
+
*/
|
|
78208
|
+
var SimpleEncodingVodJobErrors = /** @class */ (function () {
|
|
78209
|
+
function SimpleEncodingVodJobErrors(obj) {
|
|
78210
|
+
if (!obj) {
|
|
78211
|
+
return;
|
|
78212
|
+
}
|
|
78213
|
+
this.errorCode = Mapper_1.map(obj.errorCode);
|
|
78214
|
+
this.message = Mapper_1.map(obj.message);
|
|
78215
|
+
this.details = Mapper_1.map(obj.details);
|
|
78216
|
+
}
|
|
78217
|
+
return SimpleEncodingVodJobErrors;
|
|
78218
|
+
}());
|
|
78219
|
+
exports.SimpleEncodingVodJobErrors = SimpleEncodingVodJobErrors;
|
|
78220
|
+
exports.default = SimpleEncodingVodJobErrors;
|
|
78221
|
+
|
|
78222
|
+
|
|
78223
|
+
/***/ }),
|
|
78224
|
+
|
|
78225
|
+
/***/ "./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts":
|
|
78226
|
+
/*!********************************************************************!*\
|
|
78227
|
+
!*** ./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts ***!
|
|
78228
|
+
\********************************************************************/
|
|
78229
|
+
/*! no static exports found */
|
|
78230
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78231
|
+
|
|
78232
|
+
"use strict";
|
|
78233
|
+
|
|
78234
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78235
|
+
var extendStatics = function (d, b) {
|
|
78236
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78237
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78238
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78239
|
+
return extendStatics(d, b);
|
|
78240
|
+
};
|
|
78241
|
+
return function (d, b) {
|
|
78242
|
+
extendStatics(d, b);
|
|
78243
|
+
function __() { this.constructor = d; }
|
|
78244
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78245
|
+
};
|
|
78246
|
+
})();
|
|
78247
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78248
|
+
exports.SimpleEncodingVodJobGcsServiceAccountCredentials = void 0;
|
|
78249
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78250
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78251
|
+
/**
|
|
78252
|
+
* @export
|
|
78253
|
+
* @class SimpleEncodingVodJobGcsServiceAccountCredentials
|
|
78254
|
+
*/
|
|
78255
|
+
var SimpleEncodingVodJobGcsServiceAccountCredentials = /** @class */ (function (_super) {
|
|
78256
|
+
__extends(SimpleEncodingVodJobGcsServiceAccountCredentials, _super);
|
|
78257
|
+
function SimpleEncodingVodJobGcsServiceAccountCredentials(obj) {
|
|
78258
|
+
var _this = _super.call(this, obj) || this;
|
|
78259
|
+
if (!obj) {
|
|
78260
|
+
return _this;
|
|
78261
|
+
}
|
|
78262
|
+
_this.serviceAccountCredentials = Mapper_1.map(obj.serviceAccountCredentials);
|
|
78263
|
+
return _this;
|
|
78264
|
+
}
|
|
78265
|
+
return SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78266
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78267
|
+
exports.SimpleEncodingVodJobGcsServiceAccountCredentials = SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78268
|
+
exports.default = SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
78269
|
+
|
|
78270
|
+
|
|
78271
|
+
/***/ }),
|
|
78272
|
+
|
|
78273
|
+
/***/ "./models/SimpleEncodingVodJobInputType.ts":
|
|
78274
|
+
/*!*************************************************!*\
|
|
78275
|
+
!*** ./models/SimpleEncodingVodJobInputType.ts ***!
|
|
78276
|
+
\*************************************************/
|
|
78277
|
+
/*! no static exports found */
|
|
78278
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78279
|
+
|
|
78280
|
+
"use strict";
|
|
78281
|
+
|
|
78282
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78283
|
+
exports.SimpleEncodingVodJobInputType = void 0;
|
|
78284
|
+
/**
|
|
78285
|
+
* @export
|
|
78286
|
+
* @enum {string}
|
|
78287
|
+
*/
|
|
78288
|
+
var SimpleEncodingVodJobInputType;
|
|
78289
|
+
(function (SimpleEncodingVodJobInputType) {
|
|
78290
|
+
SimpleEncodingVodJobInputType["VIDEO"] = "VIDEO";
|
|
78291
|
+
SimpleEncodingVodJobInputType["AUDIO"] = "AUDIO";
|
|
78292
|
+
SimpleEncodingVodJobInputType["SUBTITLES"] = "SUBTITLES";
|
|
78293
|
+
SimpleEncodingVodJobInputType["CLOSED_CAPTIONS"] = "CLOSED_CAPTIONS";
|
|
78294
|
+
})(SimpleEncodingVodJobInputType = exports.SimpleEncodingVodJobInputType || (exports.SimpleEncodingVodJobInputType = {}));
|
|
78295
|
+
exports.default = SimpleEncodingVodJobInputType;
|
|
78296
|
+
|
|
78297
|
+
|
|
78298
|
+
/***/ }),
|
|
78299
|
+
|
|
78300
|
+
/***/ "./models/SimpleEncodingVodJobRequest.ts":
|
|
78301
|
+
/*!***********************************************!*\
|
|
78302
|
+
!*** ./models/SimpleEncodingVodJobRequest.ts ***!
|
|
78303
|
+
\***********************************************/
|
|
78304
|
+
/*! no static exports found */
|
|
78305
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78306
|
+
|
|
78307
|
+
"use strict";
|
|
78308
|
+
|
|
78309
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78310
|
+
exports.SimpleEncodingVodJobRequest = void 0;
|
|
78311
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78312
|
+
var SimpleEncodingVodJobUrlInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts");
|
|
78313
|
+
var SimpleEncodingVodJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts");
|
|
78314
|
+
/**
|
|
78315
|
+
* @export
|
|
78316
|
+
* @class SimpleEncodingVodJobRequest
|
|
78317
|
+
*/
|
|
78318
|
+
var SimpleEncodingVodJobRequest = /** @class */ (function () {
|
|
78319
|
+
function SimpleEncodingVodJobRequest(obj) {
|
|
78320
|
+
if (!obj) {
|
|
78321
|
+
return;
|
|
78322
|
+
}
|
|
78323
|
+
this.inputs = Mapper_1.mapArray(obj.inputs, SimpleEncodingVodJobUrlInput_1.default);
|
|
78324
|
+
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingVodJobUrlOutput_1.default);
|
|
78325
|
+
this.name = Mapper_1.map(obj.name);
|
|
78326
|
+
}
|
|
78327
|
+
return SimpleEncodingVodJobRequest;
|
|
78328
|
+
}());
|
|
78329
|
+
exports.SimpleEncodingVodJobRequest = SimpleEncodingVodJobRequest;
|
|
78330
|
+
exports.default = SimpleEncodingVodJobRequest;
|
|
78331
|
+
|
|
78332
|
+
|
|
78333
|
+
/***/ }),
|
|
78334
|
+
|
|
78335
|
+
/***/ "./models/SimpleEncodingVodJobResponse.ts":
|
|
78336
|
+
/*!************************************************!*\
|
|
78337
|
+
!*** ./models/SimpleEncodingVodJobResponse.ts ***!
|
|
78338
|
+
\************************************************/
|
|
78339
|
+
/*! no static exports found */
|
|
78340
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78341
|
+
|
|
78342
|
+
"use strict";
|
|
78343
|
+
|
|
78344
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78345
|
+
exports.SimpleEncodingVodJobResponse = void 0;
|
|
78346
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78347
|
+
var SimpleEncodingVodJobErrors_1 = __webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts");
|
|
78348
|
+
var SimpleEncodingVodJobUrlInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts");
|
|
78349
|
+
var SimpleEncodingVodJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts");
|
|
78350
|
+
/**
|
|
78351
|
+
* @export
|
|
78352
|
+
* @class SimpleEncodingVodJobResponse
|
|
78353
|
+
*/
|
|
78354
|
+
var SimpleEncodingVodJobResponse = /** @class */ (function () {
|
|
78355
|
+
function SimpleEncodingVodJobResponse(obj) {
|
|
78356
|
+
if (!obj) {
|
|
78357
|
+
return;
|
|
78358
|
+
}
|
|
78359
|
+
this.id = Mapper_1.map(obj.id);
|
|
78360
|
+
this.status = Mapper_1.map(obj.status);
|
|
78361
|
+
this.encodingId = Mapper_1.map(obj.encodingId);
|
|
78362
|
+
this.inputs = Mapper_1.mapArray(obj.inputs, SimpleEncodingVodJobUrlInput_1.default);
|
|
78363
|
+
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingVodJobUrlOutput_1.default);
|
|
78364
|
+
this.errors = Mapper_1.mapArray(obj.errors, SimpleEncodingVodJobErrors_1.default);
|
|
78365
|
+
this.createdAt = Mapper_1.map(obj.createdAt, Date);
|
|
78366
|
+
this.modifiedAt = Mapper_1.map(obj.modifiedAt, Date);
|
|
78367
|
+
this.name = Mapper_1.map(obj.name);
|
|
78368
|
+
}
|
|
78369
|
+
return SimpleEncodingVodJobResponse;
|
|
78370
|
+
}());
|
|
78371
|
+
exports.SimpleEncodingVodJobResponse = SimpleEncodingVodJobResponse;
|
|
78372
|
+
exports.default = SimpleEncodingVodJobResponse;
|
|
78373
|
+
|
|
78374
|
+
|
|
78375
|
+
/***/ }),
|
|
78376
|
+
|
|
78377
|
+
/***/ "./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts":
|
|
78378
|
+
/*!**************************************************************!*\
|
|
78379
|
+
!*** ./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts ***!
|
|
78380
|
+
\**************************************************************/
|
|
78381
|
+
/*! no static exports found */
|
|
78382
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78383
|
+
|
|
78384
|
+
"use strict";
|
|
78385
|
+
|
|
78386
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78387
|
+
var extendStatics = function (d, b) {
|
|
78388
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78389
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78390
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78391
|
+
return extendStatics(d, b);
|
|
78392
|
+
};
|
|
78393
|
+
return function (d, b) {
|
|
78394
|
+
extendStatics(d, b);
|
|
78395
|
+
function __() { this.constructor = d; }
|
|
78396
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78397
|
+
};
|
|
78398
|
+
})();
|
|
78399
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78400
|
+
exports.SimpleEncodingVodJobS3RoleBasedCredentials = void 0;
|
|
78401
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78402
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78403
|
+
/**
|
|
78404
|
+
* @export
|
|
78405
|
+
* @class SimpleEncodingVodJobS3RoleBasedCredentials
|
|
78406
|
+
*/
|
|
78407
|
+
var SimpleEncodingVodJobS3RoleBasedCredentials = /** @class */ (function (_super) {
|
|
78408
|
+
__extends(SimpleEncodingVodJobS3RoleBasedCredentials, _super);
|
|
78409
|
+
function SimpleEncodingVodJobS3RoleBasedCredentials(obj) {
|
|
78410
|
+
var _this = _super.call(this, obj) || this;
|
|
78411
|
+
if (!obj) {
|
|
78412
|
+
return _this;
|
|
78413
|
+
}
|
|
78414
|
+
_this.roleArn = Mapper_1.map(obj.roleArn);
|
|
78415
|
+
_this.useExternalId = Mapper_1.map(obj.useExternalId);
|
|
78416
|
+
return _this;
|
|
78417
|
+
}
|
|
78418
|
+
return SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78419
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78420
|
+
exports.SimpleEncodingVodJobS3RoleBasedCredentials = SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78421
|
+
exports.default = SimpleEncodingVodJobS3RoleBasedCredentials;
|
|
78422
|
+
|
|
78423
|
+
|
|
78424
|
+
/***/ }),
|
|
78425
|
+
|
|
78426
|
+
/***/ "./models/SimpleEncodingVodJobStatus.ts":
|
|
78427
|
+
/*!**********************************************!*\
|
|
78428
|
+
!*** ./models/SimpleEncodingVodJobStatus.ts ***!
|
|
78429
|
+
\**********************************************/
|
|
78430
|
+
/*! no static exports found */
|
|
78431
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78432
|
+
|
|
78433
|
+
"use strict";
|
|
78434
|
+
|
|
78435
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78436
|
+
exports.SimpleEncodingVodJobStatus = void 0;
|
|
78437
|
+
/**
|
|
78438
|
+
* @export
|
|
78439
|
+
* @enum {string}
|
|
78440
|
+
*/
|
|
78441
|
+
var SimpleEncodingVodJobStatus;
|
|
78442
|
+
(function (SimpleEncodingVodJobStatus) {
|
|
78443
|
+
SimpleEncodingVodJobStatus["CREATED"] = "CREATED";
|
|
78444
|
+
SimpleEncodingVodJobStatus["EXECUTING"] = "EXECUTING";
|
|
78445
|
+
SimpleEncodingVodJobStatus["FAILURE"] = "FAILURE";
|
|
78446
|
+
SimpleEncodingVodJobStatus["RUNNING"] = "RUNNING";
|
|
78447
|
+
SimpleEncodingVodJobStatus["FINISHED"] = "FINISHED";
|
|
78448
|
+
SimpleEncodingVodJobStatus["ERROR"] = "ERROR";
|
|
78449
|
+
SimpleEncodingVodJobStatus["CANCELED"] = "CANCELED";
|
|
78450
|
+
})(SimpleEncodingVodJobStatus = exports.SimpleEncodingVodJobStatus || (exports.SimpleEncodingVodJobStatus = {}));
|
|
78451
|
+
exports.default = SimpleEncodingVodJobStatus;
|
|
78452
|
+
|
|
78453
|
+
|
|
78454
|
+
/***/ }),
|
|
78455
|
+
|
|
78456
|
+
/***/ "./models/SimpleEncodingVodJobUrlInput.ts":
|
|
78457
|
+
/*!************************************************!*\
|
|
78458
|
+
!*** ./models/SimpleEncodingVodJobUrlInput.ts ***!
|
|
78459
|
+
\************************************************/
|
|
78460
|
+
/*! no static exports found */
|
|
78461
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78462
|
+
|
|
78463
|
+
"use strict";
|
|
78464
|
+
|
|
78465
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78466
|
+
exports.SimpleEncodingVodJobUrlInput = void 0;
|
|
78467
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78468
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78469
|
+
/**
|
|
78470
|
+
* @export
|
|
78471
|
+
* @class SimpleEncodingVodJobUrlInput
|
|
78472
|
+
*/
|
|
78473
|
+
var SimpleEncodingVodJobUrlInput = /** @class */ (function () {
|
|
78474
|
+
function SimpleEncodingVodJobUrlInput(obj) {
|
|
78475
|
+
if (!obj) {
|
|
78476
|
+
return;
|
|
78477
|
+
}
|
|
78478
|
+
this.url = Mapper_1.map(obj.url);
|
|
78479
|
+
this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingVodJobCredentials_1.default);
|
|
78480
|
+
this.inputType = Mapper_1.map(obj.inputType);
|
|
78481
|
+
this.language = Mapper_1.map(obj.language);
|
|
78482
|
+
}
|
|
78483
|
+
return SimpleEncodingVodJobUrlInput;
|
|
78484
|
+
}());
|
|
78485
|
+
exports.SimpleEncodingVodJobUrlInput = SimpleEncodingVodJobUrlInput;
|
|
78486
|
+
exports.default = SimpleEncodingVodJobUrlInput;
|
|
78487
|
+
|
|
78488
|
+
|
|
78489
|
+
/***/ }),
|
|
78490
|
+
|
|
78491
|
+
/***/ "./models/SimpleEncodingVodJobUrlOutput.ts":
|
|
78492
|
+
/*!*************************************************!*\
|
|
78493
|
+
!*** ./models/SimpleEncodingVodJobUrlOutput.ts ***!
|
|
78494
|
+
\*************************************************/
|
|
78495
|
+
/*! no static exports found */
|
|
78496
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78497
|
+
|
|
78498
|
+
"use strict";
|
|
78499
|
+
|
|
78500
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78501
|
+
exports.SimpleEncodingVodJobUrlOutput = void 0;
|
|
78502
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78503
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78504
|
+
/**
|
|
78505
|
+
* @export
|
|
78506
|
+
* @class SimpleEncodingVodJobUrlOutput
|
|
78507
|
+
*/
|
|
78508
|
+
var SimpleEncodingVodJobUrlOutput = /** @class */ (function () {
|
|
78509
|
+
function SimpleEncodingVodJobUrlOutput(obj) {
|
|
78510
|
+
if (!obj) {
|
|
78511
|
+
return;
|
|
78512
|
+
}
|
|
78513
|
+
this.url = Mapper_1.map(obj.url);
|
|
78514
|
+
this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingVodJobCredentials_1.default);
|
|
78515
|
+
this.makePublic = Mapper_1.map(obj.makePublic);
|
|
78516
|
+
}
|
|
78517
|
+
return SimpleEncodingVodJobUrlOutput;
|
|
78518
|
+
}());
|
|
78519
|
+
exports.SimpleEncodingVodJobUrlOutput = SimpleEncodingVodJobUrlOutput;
|
|
78520
|
+
exports.default = SimpleEncodingVodJobUrlOutput;
|
|
78521
|
+
|
|
78522
|
+
|
|
78523
|
+
/***/ }),
|
|
78524
|
+
|
|
78525
|
+
/***/ "./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts":
|
|
78526
|
+
/*!*******************************************************************!*\
|
|
78527
|
+
!*** ./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts ***!
|
|
78528
|
+
\*******************************************************************/
|
|
78529
|
+
/*! no static exports found */
|
|
78530
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
78531
|
+
|
|
78532
|
+
"use strict";
|
|
78533
|
+
|
|
78534
|
+
var __extends = (this && this.__extends) || (function () {
|
|
78535
|
+
var extendStatics = function (d, b) {
|
|
78536
|
+
extendStatics = Object.setPrototypeOf ||
|
|
78537
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
78538
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
78539
|
+
return extendStatics(d, b);
|
|
78540
|
+
};
|
|
78541
|
+
return function (d, b) {
|
|
78542
|
+
extendStatics(d, b);
|
|
78543
|
+
function __() { this.constructor = d; }
|
|
78544
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
78545
|
+
};
|
|
78546
|
+
})();
|
|
78547
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
78548
|
+
exports.SimpleEncodingVodJobUsernamePasswordCredentials = void 0;
|
|
78549
|
+
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
78550
|
+
var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
|
|
78551
|
+
/**
|
|
78552
|
+
* @export
|
|
78553
|
+
* @class SimpleEncodingVodJobUsernamePasswordCredentials
|
|
78554
|
+
*/
|
|
78555
|
+
var SimpleEncodingVodJobUsernamePasswordCredentials = /** @class */ (function (_super) {
|
|
78556
|
+
__extends(SimpleEncodingVodJobUsernamePasswordCredentials, _super);
|
|
78557
|
+
function SimpleEncodingVodJobUsernamePasswordCredentials(obj) {
|
|
78558
|
+
var _this = _super.call(this, obj) || this;
|
|
78559
|
+
if (!obj) {
|
|
78560
|
+
return _this;
|
|
78561
|
+
}
|
|
78562
|
+
_this.username = Mapper_1.map(obj.username);
|
|
78563
|
+
_this.password = Mapper_1.map(obj.password);
|
|
78564
|
+
return _this;
|
|
78565
|
+
}
|
|
78566
|
+
return SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
78567
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
78568
|
+
exports.SimpleEncodingVodJobUsernamePasswordCredentials = SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
78569
|
+
exports.default = SimpleEncodingVodJobUsernamePasswordCredentials;
|
|
78570
|
+
|
|
78571
|
+
|
|
77610
78572
|
/***/ }),
|
|
77611
78573
|
|
|
77612
78574
|
/***/ "./models/SmoothManifestContentProtection.ts":
|
|
@@ -79613,6 +80575,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
79613
80575
|
exports.SubtitleAdaptationSet = void 0;
|
|
79614
80576
|
var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
|
|
79615
80577
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
80578
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
79616
80579
|
/**
|
|
79617
80580
|
* @export
|
|
79618
80581
|
* @class SubtitleAdaptationSet
|
|
@@ -79621,6 +80584,12 @@ var SubtitleAdaptationSet = /** @class */ (function (_super) {
|
|
|
79621
80584
|
__extends(SubtitleAdaptationSet, _super);
|
|
79622
80585
|
function SubtitleAdaptationSet(obj) {
|
|
79623
80586
|
var _this = _super.call(this, obj) || this;
|
|
80587
|
+
/**
|
|
80588
|
+
* Discriminator property for AdaptationSet
|
|
80589
|
+
* @type {string}
|
|
80590
|
+
* @memberof SubtitleAdaptationSet
|
|
80591
|
+
*/
|
|
80592
|
+
_this.type = AdaptationSetType_1.default.SUBTITLE;
|
|
79624
80593
|
if (!obj) {
|
|
79625
80594
|
return _this;
|
|
79626
80595
|
}
|
|
@@ -81208,6 +82177,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
81208
82177
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81209
82178
|
exports.VideoAdaptationSet = void 0;
|
|
81210
82179
|
var AdaptationSet_1 = __webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts");
|
|
82180
|
+
var AdaptationSetType_1 = __webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts");
|
|
81211
82181
|
/**
|
|
81212
82182
|
* @export
|
|
81213
82183
|
* @class VideoAdaptationSet
|
|
@@ -81216,6 +82186,12 @@ var VideoAdaptationSet = /** @class */ (function (_super) {
|
|
|
81216
82186
|
__extends(VideoAdaptationSet, _super);
|
|
81217
82187
|
function VideoAdaptationSet(obj) {
|
|
81218
82188
|
var _this = _super.call(this, obj) || this;
|
|
82189
|
+
/**
|
|
82190
|
+
* Discriminator property for AdaptationSet
|
|
82191
|
+
* @type {string}
|
|
82192
|
+
* @memberof VideoAdaptationSet
|
|
82193
|
+
*/
|
|
82194
|
+
_this.type = AdaptationSetType_1.default.VIDEO;
|
|
81219
82195
|
if (!obj) {
|
|
81220
82196
|
return _this;
|
|
81221
82197
|
}
|
|
@@ -82938,6 +83914,8 @@ __exportStar(__webpack_require__(/*! ./AdAnalyticsSumQueryRequest */ "./models/A
|
|
|
82938
83914
|
__exportStar(__webpack_require__(/*! ./AdAnalyticsVarianceQueryRequest */ "./models/AdAnalyticsVarianceQueryRequest.ts"), exports);
|
|
82939
83915
|
__exportStar(__webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts"), exports);
|
|
82940
83916
|
__exportStar(__webpack_require__(/*! ./AdaptationSetRole */ "./models/AdaptationSetRole.ts"), exports);
|
|
83917
|
+
__exportStar(__webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts"), exports);
|
|
83918
|
+
__exportStar(__webpack_require__(/*! ./AdaptationSetTypeResponse */ "./models/AdaptationSetTypeResponse.ts"), exports);
|
|
82941
83919
|
__exportStar(__webpack_require__(/*! ./AdaptiveQuantMode */ "./models/AdaptiveQuantMode.ts"), exports);
|
|
82942
83920
|
__exportStar(__webpack_require__(/*! ./AesEncryptionDrm */ "./models/AesEncryptionDrm.ts"), exports);
|
|
82943
83921
|
__exportStar(__webpack_require__(/*! ./AesEncryptionMethod */ "./models/AesEncryptionMethod.ts"), exports);
|
|
@@ -83487,6 +84465,19 @@ __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErro
|
|
|
83487
84465
|
__exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts"), exports);
|
|
83488
84466
|
__exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);
|
|
83489
84467
|
__exportStar(__webpack_require__(/*! ./SignatureType */ "./models/SignatureType.ts"), exports);
|
|
84468
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAccessKeyCredentials */ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts"), exports);
|
|
84469
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAzureCredentials */ "./models/SimpleEncodingVodJobAzureCredentials.ts"), exports);
|
|
84470
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts"), exports);
|
|
84471
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts"), exports);
|
|
84472
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobGcsServiceAccountCredentials */ "./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts"), exports);
|
|
84473
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobInputType */ "./models/SimpleEncodingVodJobInputType.ts"), exports);
|
|
84474
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobRequest */ "./models/SimpleEncodingVodJobRequest.ts"), exports);
|
|
84475
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobResponse */ "./models/SimpleEncodingVodJobResponse.ts"), exports);
|
|
84476
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobS3RoleBasedCredentials */ "./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts"), exports);
|
|
84477
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobStatus */ "./models/SimpleEncodingVodJobStatus.ts"), exports);
|
|
84478
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts"), exports);
|
|
84479
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts"), exports);
|
|
84480
|
+
__exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUsernamePasswordCredentials */ "./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts"), exports);
|
|
83490
84481
|
__exportStar(__webpack_require__(/*! ./SmoothManifestContentProtection */ "./models/SmoothManifestContentProtection.ts"), exports);
|
|
83491
84482
|
__exportStar(__webpack_require__(/*! ./SmoothManifestDefault */ "./models/SmoothManifestDefault.ts"), exports);
|
|
83492
84483
|
__exportStar(__webpack_require__(/*! ./SmoothManifestDefaultVersion */ "./models/SmoothManifestDefaultVersion.ts"), exports);
|