@bitmovin/api-sdk 1.94.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 +1135 -58
- 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/manifests/hls/media/customTags/CustomTagsApi.d.ts +6 -6
- package/dist/encoding/manifests/hls/media/customTags/CustomTagsApi.js +6 -6
- 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/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 +17 -0
- package/dist/models/AdaptationSet.js +9 -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/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 +115 -7
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +18 -0
- package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js.map +1 -1
- 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/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/ImageAdaptationSet.d.ts +7 -0
- package/dist/models/ImageAdaptationSet.js +7 -0
- 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/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/TextMuxing.d.ts +6 -0
- package/dist/models/TextMuxing.js +1 -0
- package/dist/models/TextMuxing.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 +16 -0
- package/dist/models/index.js +16 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -29,6 +29,12 @@ export declare class ChunkedTextMuxing extends Muxing {
|
|
|
29
29
|
* @memberof ChunkedTextMuxing
|
|
30
30
|
*/
|
|
31
31
|
segmentNamingTemplate?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Offset of MPEG-TS timestamps in seconds. This only affects streams with [WebVttConfiguration](#/Encoding/PostEncodingConfigurationsSubtitlesWebVtt). If set, the X-TIMESTAMP-MAP will be added as described in the [HLS specification](https://datatracker.ietf.org/doc/html/rfc8216#section-3.5). For example, if set to 10 seconds, *X-TIMESTAMP-MAP=MPEGTS:900000,LOCAL:00:00:00.000* will be added after each *WEBVTT* header. The default for ChunkedTextMuxing is that the X-TIMESTAMP-MAP will not be written. Important to note is that the default for `startOffset` for [TsMuxings](#/Encoding/PostEncodingEncodingsMuxingsTsByEncodingId) and [ProgressiveTsMuxings](#/Encoding/PostEncodingEncodingsMuxingsProgressiveTsByEncodingId) is 10 seconds. If the output of this muxing is used for HLS together with video/audio streams using TsMuxings and ProgressiveTsMuxings, this value should be set to the same `startOffset`.
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof ChunkedTextMuxing
|
|
36
|
+
*/
|
|
37
|
+
startOffset?: number;
|
|
32
38
|
/**
|
|
33
39
|
* Number of segments which have been encoded
|
|
34
40
|
* @type {number}
|
|
@@ -37,6 +37,7 @@ var ChunkedTextMuxing = /** @class */ (function (_super) {
|
|
|
37
37
|
_this.segmentLength = Mapper_1.map(obj.segmentLength);
|
|
38
38
|
_this.segmentNaming = Mapper_1.map(obj.segmentNaming);
|
|
39
39
|
_this.segmentNamingTemplate = Mapper_1.map(obj.segmentNamingTemplate);
|
|
40
|
+
_this.startOffset = Mapper_1.map(obj.startOffset);
|
|
40
41
|
_this.segmentsMuxed = Mapper_1.map(obj.segmentsMuxed);
|
|
41
42
|
return _this;
|
|
42
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChunkedTextMuxing.js","sourceRoot":"","sources":["../../src/models/ChunkedTextMuxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mCAA8B;AAE9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAuC,qCAAM;
|
|
1
|
+
{"version":3,"file":"ChunkedTextMuxing.js","sourceRoot":"","sources":["../../src/models/ChunkedTextMuxing.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAG/C,mCAA8B;AAE9B,2CAAsC;AAGtC;;;GAGG;AACH;IAAuC,qCAAM;IA2C3C,2BAAY,GAAgC;QAA5C,YACE,kBAAM,GAAG,CAAC,SASX;QApDD;;;;WAIG;QACI,UAAI,GAA4B,oBAAU,CAAC,YAAY,CAAC;QAuC7D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAC5C,KAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,KAAI,CAAC,aAAa,GAAG,YAAG,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;;IAC9C,CAAC;IACH,wBAAC;AAAD,CAAC,AAtDD,CAAuC,gBAAM,GAsD5C;AAtDY,8CAAiB;AAwD9B,kBAAe,iBAAiB,CAAC"}
|
|
@@ -43,7 +43,6 @@ export declare enum CloudRegion {
|
|
|
43
43
|
AZURE_AUSTRALIA_SOUTHEAST = "AZURE_AUSTRALIA_SOUTHEAST",
|
|
44
44
|
AZURE_AUSTRALIA_EAST = "AZURE_AUSTRALIA_EAST",
|
|
45
45
|
AZURE_GERMANY_WESTCENTRAL = "AZURE_GERMANY_WESTCENTRAL",
|
|
46
|
-
AZURE_UAE_CENTRAL = "AZURE_UAE_CENTRAL",
|
|
47
46
|
AZURE_UAE_NORTH = "AZURE_UAE_NORTH",
|
|
48
47
|
NORTH_AMERICA = "NORTH_AMERICA",
|
|
49
48
|
SOUTH_AMERICA = "SOUTH_AMERICA",
|
|
@@ -47,7 +47,6 @@ var CloudRegion;
|
|
|
47
47
|
CloudRegion["AZURE_AUSTRALIA_SOUTHEAST"] = "AZURE_AUSTRALIA_SOUTHEAST";
|
|
48
48
|
CloudRegion["AZURE_AUSTRALIA_EAST"] = "AZURE_AUSTRALIA_EAST";
|
|
49
49
|
CloudRegion["AZURE_GERMANY_WESTCENTRAL"] = "AZURE_GERMANY_WESTCENTRAL";
|
|
50
|
-
CloudRegion["AZURE_UAE_CENTRAL"] = "AZURE_UAE_CENTRAL";
|
|
51
50
|
CloudRegion["AZURE_UAE_NORTH"] = "AZURE_UAE_NORTH";
|
|
52
51
|
CloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
|
|
53
52
|
CloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloudRegion.js","sourceRoot":"","sources":["../../src/models/CloudRegion.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,
|
|
1
|
+
{"version":3,"file":"CloudRegion.js","sourceRoot":"","sources":["../../src/models/CloudRegion.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,WAoDX;AApDD,WAAY,WAAW;IACrB,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,oDAAqC,CAAA;IACrC,wDAAyC,CAAA;IACzC,wDAAyC,CAAA;IACzC,wDAAyC,CAAA;IACzC,wDAAyC,CAAA;IACzC,gDAAiC,CAAA;IACjC,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,oDAAqC,CAAA;IACrC,0DAA2C,CAAA;IAC3C,oDAAqC,CAAA;IACrC,wDAAyC,CAAA;IACzC,4DAA6C,CAAA;IAC7C,oDAAqC,CAAA;IACrC,wDAAyC,CAAA;IACzC,kEAAmD,CAAA;IACnD,0DAA2C,CAAA;IAC3C,kEAAmD,CAAA;IACnD,4EAA6D,CAAA;IAC7D,8DAA+C,CAAA;IAC/C,4DAA6C,CAAA;IAC7C,4DAA6C,CAAA;IAC7C,4DAA6C,CAAA;IAC7C,kFAAmE,CAAA;IACnE,wEAAyD,CAAA;IACzD,oDAAqC,CAAA;IACrC,oDAAqC,CAAA;IACrC,sDAAuC,CAAA;IACvC,wDAAyC,CAAA;IACzC,gDAAiC,CAAA;IACjC,8CAA+B,CAAA;IAC/B,sEAAuD,CAAA;IACvD,4DAA6C,CAAA;IAC7C,sEAAuD,CAAA;IACvD,kDAAmC,CAAA;IACnC,8CAA+B,CAAA;IAC/B,8CAA+B,CAAA;IAC/B,gCAAiB,CAAA;IACjB,gCAAiB,CAAA;IACjB,4BAAa,CAAA;IACb,sCAAuB,CAAA;IACvB,0BAAW,CAAA;IACX,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,4BAAa,CAAA;AACf,CAAC,EApDW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAoDtB;AAED,kBAAe,WAAW,CAAC"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import AdaptationSet from './AdaptationSet';
|
|
2
|
+
import AdaptationSetType from './AdaptationSetType';
|
|
2
3
|
/**
|
|
3
4
|
* @export
|
|
4
5
|
* @class ImageAdaptationSet
|
|
5
6
|
*/
|
|
6
7
|
export declare class ImageAdaptationSet extends AdaptationSet {
|
|
8
|
+
/**
|
|
9
|
+
* Discriminator property for AdaptationSet
|
|
10
|
+
* @type {string}
|
|
11
|
+
* @memberof ImageAdaptationSet
|
|
12
|
+
*/
|
|
13
|
+
type: AdaptationSetType.IMAGE;
|
|
7
14
|
constructor(obj?: Partial<ImageAdaptationSet>);
|
|
8
15
|
}
|
|
9
16
|
export default ImageAdaptationSet;
|
|
@@ -15,6 +15,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ImageAdaptationSet = void 0;
|
|
17
17
|
var AdaptationSet_1 = require("./AdaptationSet");
|
|
18
|
+
var AdaptationSetType_1 = require("./AdaptationSetType");
|
|
18
19
|
/**
|
|
19
20
|
* @export
|
|
20
21
|
* @class ImageAdaptationSet
|
|
@@ -23,6 +24,12 @@ var ImageAdaptationSet = /** @class */ (function (_super) {
|
|
|
23
24
|
__extends(ImageAdaptationSet, _super);
|
|
24
25
|
function ImageAdaptationSet(obj) {
|
|
25
26
|
var _this = _super.call(this, obj) || this;
|
|
27
|
+
/**
|
|
28
|
+
* Discriminator property for AdaptationSet
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof ImageAdaptationSet
|
|
31
|
+
*/
|
|
32
|
+
_this.type = AdaptationSetType_1.default.IMAGE;
|
|
26
33
|
if (!obj) {
|
|
27
34
|
return _this;
|
|
28
35
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageAdaptationSet.js","sourceRoot":"","sources":["../../src/models/ImageAdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,iDAA4C;
|
|
1
|
+
{"version":3,"file":"ImageAdaptationSet.js","sourceRoot":"","sources":["../../src/models/ImageAdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,iDAA4C;AAE5C,yDAAoD;AAIpD;;;GAGG;AACH;IAAwC,sCAAa;IAQnD,4BAAY,GAAiC;QAA7C,YACE,kBAAM,GAAG,CAAC,SAIX;QAZD;;;;WAIG;QACI,UAAI,GAA4B,2BAAiB,CAAC,KAAK,CAAC;QAI7D,IAAG,CAAC,GAAG,EAAE;;SAER;;IACH,CAAC;IACH,yBAAC;AAAD,CAAC,AAdD,CAAwC,uBAAa,GAcpD;AAdY,gDAAkB;AAgB/B,kBAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @export
|
|
3
|
+
* @class Label
|
|
4
|
+
*/
|
|
5
|
+
export declare class Label {
|
|
6
|
+
/**
|
|
7
|
+
* Identifier of the label.
|
|
8
|
+
* @type {number}
|
|
9
|
+
* @memberof Label
|
|
10
|
+
*/
|
|
11
|
+
id?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Specifies the language of the label.
|
|
14
|
+
* @type {string}
|
|
15
|
+
* @memberof Label
|
|
16
|
+
*/
|
|
17
|
+
lang?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Content of the label. (required)
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Label
|
|
22
|
+
*/
|
|
23
|
+
value?: string;
|
|
24
|
+
constructor(obj?: Partial<Label>);
|
|
25
|
+
}
|
|
26
|
+
export default Label;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Label = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @class Label
|
|
8
|
+
*/
|
|
9
|
+
var Label = /** @class */ (function () {
|
|
10
|
+
function Label(obj) {
|
|
11
|
+
if (!obj) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
this.id = Mapper_1.map(obj.id);
|
|
15
|
+
this.lang = Mapper_1.map(obj.lang);
|
|
16
|
+
this.value = Mapper_1.map(obj.value);
|
|
17
|
+
}
|
|
18
|
+
return Label;
|
|
19
|
+
}());
|
|
20
|
+
exports.Label = Label;
|
|
21
|
+
exports.default = Label;
|
|
22
|
+
//# sourceMappingURL=Label.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Label.js","sourceRoot":"","sources":["../../src/models/Label.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C;;;GAGG;AACH;IAsBE,eAAY,GAAoB;QAC9B,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,EAAE,GAAG,YAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACtB,IAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,IAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;IACH,YAAC;AAAD,CAAC,AA9BD,IA8BC;AA9BY,sBAAK;AAgClB,kBAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import SimpleEncodingVodJobCredentials from './SimpleEncodingVodJobCredentials';
|
|
2
|
+
/**
|
|
3
|
+
* @export
|
|
4
|
+
* @class SimpleEncodingVodJobAccessKeyCredentials
|
|
5
|
+
*/
|
|
6
|
+
export declare class SimpleEncodingVodJobAccessKeyCredentials extends SimpleEncodingVodJobCredentials {
|
|
7
|
+
/**
|
|
8
|
+
* The identifier of the access key (required)
|
|
9
|
+
* @type {string}
|
|
10
|
+
* @memberof SimpleEncodingVodJobAccessKeyCredentials
|
|
11
|
+
*/
|
|
12
|
+
accessKey?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The secret to be used for authentication (required)
|
|
15
|
+
* @type {string}
|
|
16
|
+
* @memberof SimpleEncodingVodJobAccessKeyCredentials
|
|
17
|
+
*/
|
|
18
|
+
secretKey?: string;
|
|
19
|
+
constructor(obj?: Partial<SimpleEncodingVodJobAccessKeyCredentials>);
|
|
20
|
+
}
|
|
21
|
+
export default SimpleEncodingVodJobAccessKeyCredentials;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
extendStatics(d, b);
|
|
11
|
+
function __() { this.constructor = d; }
|
|
12
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
|
+
};
|
|
14
|
+
})();
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SimpleEncodingVodJobAccessKeyCredentials = void 0;
|
|
17
|
+
var Mapper_1 = require("../common/Mapper");
|
|
18
|
+
var SimpleEncodingVodJobCredentials_1 = require("./SimpleEncodingVodJobCredentials");
|
|
19
|
+
/**
|
|
20
|
+
* @export
|
|
21
|
+
* @class SimpleEncodingVodJobAccessKeyCredentials
|
|
22
|
+
*/
|
|
23
|
+
var SimpleEncodingVodJobAccessKeyCredentials = /** @class */ (function (_super) {
|
|
24
|
+
__extends(SimpleEncodingVodJobAccessKeyCredentials, _super);
|
|
25
|
+
function SimpleEncodingVodJobAccessKeyCredentials(obj) {
|
|
26
|
+
var _this = _super.call(this, obj) || this;
|
|
27
|
+
if (!obj) {
|
|
28
|
+
return _this;
|
|
29
|
+
}
|
|
30
|
+
_this.accessKey = Mapper_1.map(obj.accessKey);
|
|
31
|
+
_this.secretKey = Mapper_1.map(obj.secretKey);
|
|
32
|
+
return _this;
|
|
33
|
+
}
|
|
34
|
+
return SimpleEncodingVodJobAccessKeyCredentials;
|
|
35
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
36
|
+
exports.SimpleEncodingVodJobAccessKeyCredentials = SimpleEncodingVodJobAccessKeyCredentials;
|
|
37
|
+
exports.default = SimpleEncodingVodJobAccessKeyCredentials;
|
|
38
|
+
//# sourceMappingURL=SimpleEncodingVodJobAccessKeyCredentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleEncodingVodJobAccessKeyCredentials.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingVodJobAccessKeyCredentials.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,qFAAgF;AAEhF;;;GAGG;AACH;IAA8D,4DAA+B;IAe3F,kDAAY,GAAuD;QAAnE,YACE,kBAAM,GAAG,CAAC,SAMX;QALC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,KAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;;IACtC,CAAC;IACH,+CAAC;AAAD,CAAC,AAvBD,CAA8D,yCAA+B,GAuB5F;AAvBY,4FAAwC;AAyBrD,kBAAe,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import SimpleEncodingVodJobCredentials from './SimpleEncodingVodJobCredentials';
|
|
2
|
+
/**
|
|
3
|
+
* @export
|
|
4
|
+
* @class SimpleEncodingVodJobAzureCredentials
|
|
5
|
+
*/
|
|
6
|
+
export declare class SimpleEncodingVodJobAzureCredentials extends SimpleEncodingVodJobCredentials {
|
|
7
|
+
/**
|
|
8
|
+
* Azure Account Key used for authentication (required)
|
|
9
|
+
* @type {string}
|
|
10
|
+
* @memberof SimpleEncodingVodJobAzureCredentials
|
|
11
|
+
*/
|
|
12
|
+
key?: string;
|
|
13
|
+
constructor(obj?: Partial<SimpleEncodingVodJobAzureCredentials>);
|
|
14
|
+
}
|
|
15
|
+
export default SimpleEncodingVodJobAzureCredentials;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
extendStatics(d, b);
|
|
11
|
+
function __() { this.constructor = d; }
|
|
12
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
|
+
};
|
|
14
|
+
})();
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SimpleEncodingVodJobAzureCredentials = void 0;
|
|
17
|
+
var Mapper_1 = require("../common/Mapper");
|
|
18
|
+
var SimpleEncodingVodJobCredentials_1 = require("./SimpleEncodingVodJobCredentials");
|
|
19
|
+
/**
|
|
20
|
+
* @export
|
|
21
|
+
* @class SimpleEncodingVodJobAzureCredentials
|
|
22
|
+
*/
|
|
23
|
+
var SimpleEncodingVodJobAzureCredentials = /** @class */ (function (_super) {
|
|
24
|
+
__extends(SimpleEncodingVodJobAzureCredentials, _super);
|
|
25
|
+
function SimpleEncodingVodJobAzureCredentials(obj) {
|
|
26
|
+
var _this = _super.call(this, obj) || this;
|
|
27
|
+
if (!obj) {
|
|
28
|
+
return _this;
|
|
29
|
+
}
|
|
30
|
+
_this.key = Mapper_1.map(obj.key);
|
|
31
|
+
return _this;
|
|
32
|
+
}
|
|
33
|
+
return SimpleEncodingVodJobAzureCredentials;
|
|
34
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
35
|
+
exports.SimpleEncodingVodJobAzureCredentials = SimpleEncodingVodJobAzureCredentials;
|
|
36
|
+
exports.default = SimpleEncodingVodJobAzureCredentials;
|
|
37
|
+
//# sourceMappingURL=SimpleEncodingVodJobAzureCredentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleEncodingVodJobAzureCredentials.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingVodJobAzureCredentials.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,qFAAgF;AAEhF;;;GAGG;AACH;IAA0D,wDAA+B;IAQvF,8CAAY,GAAmD;QAA/D,YACE,kBAAM,GAAG,CAAC,SAKX;QAJC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,GAAG,GAAG,YAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;;IAC1B,CAAC;IACH,2CAAC;AAAD,CAAC,AAfD,CAA0D,yCAA+B,GAexF;AAfY,oFAAoC;AAiBjD,kBAAe,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SimpleEncodingVodJobCredentials = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @export
|
|
6
|
+
* @class SimpleEncodingVodJobCredentials
|
|
7
|
+
*/
|
|
8
|
+
var SimpleEncodingVodJobCredentials = /** @class */ (function () {
|
|
9
|
+
function SimpleEncodingVodJobCredentials(obj) {
|
|
10
|
+
if (!obj) {
|
|
11
|
+
return;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return SimpleEncodingVodJobCredentials;
|
|
15
|
+
}());
|
|
16
|
+
exports.SimpleEncodingVodJobCredentials = SimpleEncodingVodJobCredentials;
|
|
17
|
+
exports.default = SimpleEncodingVodJobCredentials;
|
|
18
|
+
//# sourceMappingURL=SimpleEncodingVodJobCredentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleEncodingVodJobCredentials.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingVodJobCredentials.ts"],"names":[],"mappings":";;;AACA;;;GAGG;AACH;IACE,yCAAY,GAA8C;QACxD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;IACH,CAAC;IACH,sCAAC;AAAD,CAAC,AAND,IAMC;AANY,0EAA+B;AAQ5C,kBAAe,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @export
|
|
3
|
+
* @class SimpleEncodingVodJobErrors
|
|
4
|
+
*/
|
|
5
|
+
export declare class SimpleEncodingVodJobErrors {
|
|
6
|
+
/**
|
|
7
|
+
* Stable code that identifies the error type.
|
|
8
|
+
* @type {string}
|
|
9
|
+
* @memberof SimpleEncodingVodJobErrors
|
|
10
|
+
*/
|
|
11
|
+
errorCode?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Human readable description of the error.
|
|
14
|
+
* @type {string}
|
|
15
|
+
* @memberof SimpleEncodingVodJobErrors
|
|
16
|
+
*/
|
|
17
|
+
message?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Additional details of the error if available.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SimpleEncodingVodJobErrors
|
|
22
|
+
*/
|
|
23
|
+
details?: string;
|
|
24
|
+
constructor(obj?: Partial<SimpleEncodingVodJobErrors>);
|
|
25
|
+
}
|
|
26
|
+
export default SimpleEncodingVodJobErrors;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SimpleEncodingVodJobErrors = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @class SimpleEncodingVodJobErrors
|
|
8
|
+
*/
|
|
9
|
+
var SimpleEncodingVodJobErrors = /** @class */ (function () {
|
|
10
|
+
function SimpleEncodingVodJobErrors(obj) {
|
|
11
|
+
if (!obj) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
this.errorCode = Mapper_1.map(obj.errorCode);
|
|
15
|
+
this.message = Mapper_1.map(obj.message);
|
|
16
|
+
this.details = Mapper_1.map(obj.details);
|
|
17
|
+
}
|
|
18
|
+
return SimpleEncodingVodJobErrors;
|
|
19
|
+
}());
|
|
20
|
+
exports.SimpleEncodingVodJobErrors = SimpleEncodingVodJobErrors;
|
|
21
|
+
exports.default = SimpleEncodingVodJobErrors;
|
|
22
|
+
//# sourceMappingURL=SimpleEncodingVodJobErrors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleEncodingVodJobErrors.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingVodJobErrors.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C;;;GAGG;AACH;IAsBE,oCAAY,GAAyC;QACnD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACpC,IAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAChC,IAAI,CAAC,OAAO,GAAG,YAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAClC,CAAC;IACH,iCAAC;AAAD,CAAC,AA9BD,IA8BC;AA9BY,gEAA0B;AAgCvC,kBAAe,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import SimpleEncodingVodJobCredentials from './SimpleEncodingVodJobCredentials';
|
|
2
|
+
/**
|
|
3
|
+
* @export
|
|
4
|
+
* @class SimpleEncodingVodJobGcsServiceAccountCredentials
|
|
5
|
+
*/
|
|
6
|
+
export declare class SimpleEncodingVodJobGcsServiceAccountCredentials extends SimpleEncodingVodJobCredentials {
|
|
7
|
+
/**
|
|
8
|
+
* Service account credentials for Google (required)
|
|
9
|
+
* @type {string}
|
|
10
|
+
* @memberof SimpleEncodingVodJobGcsServiceAccountCredentials
|
|
11
|
+
*/
|
|
12
|
+
serviceAccountCredentials?: string;
|
|
13
|
+
constructor(obj?: Partial<SimpleEncodingVodJobGcsServiceAccountCredentials>);
|
|
14
|
+
}
|
|
15
|
+
export default SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
extendStatics(d, b);
|
|
11
|
+
function __() { this.constructor = d; }
|
|
12
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
|
+
};
|
|
14
|
+
})();
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SimpleEncodingVodJobGcsServiceAccountCredentials = void 0;
|
|
17
|
+
var Mapper_1 = require("../common/Mapper");
|
|
18
|
+
var SimpleEncodingVodJobCredentials_1 = require("./SimpleEncodingVodJobCredentials");
|
|
19
|
+
/**
|
|
20
|
+
* @export
|
|
21
|
+
* @class SimpleEncodingVodJobGcsServiceAccountCredentials
|
|
22
|
+
*/
|
|
23
|
+
var SimpleEncodingVodJobGcsServiceAccountCredentials = /** @class */ (function (_super) {
|
|
24
|
+
__extends(SimpleEncodingVodJobGcsServiceAccountCredentials, _super);
|
|
25
|
+
function SimpleEncodingVodJobGcsServiceAccountCredentials(obj) {
|
|
26
|
+
var _this = _super.call(this, obj) || this;
|
|
27
|
+
if (!obj) {
|
|
28
|
+
return _this;
|
|
29
|
+
}
|
|
30
|
+
_this.serviceAccountCredentials = Mapper_1.map(obj.serviceAccountCredentials);
|
|
31
|
+
return _this;
|
|
32
|
+
}
|
|
33
|
+
return SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
34
|
+
}(SimpleEncodingVodJobCredentials_1.default));
|
|
35
|
+
exports.SimpleEncodingVodJobGcsServiceAccountCredentials = SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
36
|
+
exports.default = SimpleEncodingVodJobGcsServiceAccountCredentials;
|
|
37
|
+
//# sourceMappingURL=SimpleEncodingVodJobGcsServiceAccountCredentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleEncodingVodJobGcsServiceAccountCredentials.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,qFAAgF;AAEhF;;;GAGG;AACH;IAAsE,oEAA+B;IAQnG,0DAAY,GAA+D;QAA3E,YACE,kBAAM,GAAG,CAAC,SAKX;QAJC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,yBAAyB,GAAG,YAAG,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;;IACtE,CAAC;IACH,uDAAC;AAAD,CAAC,AAfD,CAAsE,yCAA+B,GAepG;AAfY,4GAAgD;AAiB7D,kBAAe,gDAAgD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SimpleEncodingVodJobInputType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @export
|
|
6
|
+
* @enum {string}
|
|
7
|
+
*/
|
|
8
|
+
var SimpleEncodingVodJobInputType;
|
|
9
|
+
(function (SimpleEncodingVodJobInputType) {
|
|
10
|
+
SimpleEncodingVodJobInputType["VIDEO"] = "VIDEO";
|
|
11
|
+
SimpleEncodingVodJobInputType["AUDIO"] = "AUDIO";
|
|
12
|
+
SimpleEncodingVodJobInputType["SUBTITLES"] = "SUBTITLES";
|
|
13
|
+
SimpleEncodingVodJobInputType["CLOSED_CAPTIONS"] = "CLOSED_CAPTIONS";
|
|
14
|
+
})(SimpleEncodingVodJobInputType = exports.SimpleEncodingVodJobInputType || (exports.SimpleEncodingVodJobInputType = {}));
|
|
15
|
+
exports.default = SimpleEncodingVodJobInputType;
|
|
16
|
+
//# sourceMappingURL=SimpleEncodingVodJobInputType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleEncodingVodJobInputType.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingVodJobInputType.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,gDAAe,CAAA;IACf,gDAAe,CAAA;IACf,wDAAuB,CAAA;IACvB,oEAAmC,CAAA;AACrC,CAAC,EALW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAKxC;AAED,kBAAe,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import SimpleEncodingVodJobUrlInput from './SimpleEncodingVodJobUrlInput';
|
|
2
|
+
import SimpleEncodingVodJobUrlOutput from './SimpleEncodingVodJobUrlOutput';
|
|
3
|
+
/**
|
|
4
|
+
* @export
|
|
5
|
+
* @class SimpleEncodingVodJobRequest
|
|
6
|
+
*/
|
|
7
|
+
export declare class SimpleEncodingVodJobRequest {
|
|
8
|
+
/**
|
|
9
|
+
* @type {SimpleEncodingVodJobUrlInput[]}
|
|
10
|
+
* @memberof SimpleEncodingVodJobRequest
|
|
11
|
+
*/
|
|
12
|
+
inputs?: SimpleEncodingVodJobUrlInput[];
|
|
13
|
+
/**
|
|
14
|
+
* @type {SimpleEncodingVodJobUrlOutput[]}
|
|
15
|
+
* @memberof SimpleEncodingVodJobRequest
|
|
16
|
+
*/
|
|
17
|
+
outputs?: SimpleEncodingVodJobUrlOutput[];
|
|
18
|
+
/**
|
|
19
|
+
* This property will be used for naming the encoding and the manifests.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SimpleEncodingVodJobRequest
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
constructor(obj?: Partial<SimpleEncodingVodJobRequest>);
|
|
25
|
+
}
|
|
26
|
+
export default SimpleEncodingVodJobRequest;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SimpleEncodingVodJobRequest = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
var SimpleEncodingVodJobUrlInput_1 = require("./SimpleEncodingVodJobUrlInput");
|
|
6
|
+
var SimpleEncodingVodJobUrlOutput_1 = require("./SimpleEncodingVodJobUrlOutput");
|
|
7
|
+
/**
|
|
8
|
+
* @export
|
|
9
|
+
* @class SimpleEncodingVodJobRequest
|
|
10
|
+
*/
|
|
11
|
+
var SimpleEncodingVodJobRequest = /** @class */ (function () {
|
|
12
|
+
function SimpleEncodingVodJobRequest(obj) {
|
|
13
|
+
if (!obj) {
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
this.inputs = Mapper_1.mapArray(obj.inputs, SimpleEncodingVodJobUrlInput_1.default);
|
|
17
|
+
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingVodJobUrlOutput_1.default);
|
|
18
|
+
this.name = Mapper_1.map(obj.name);
|
|
19
|
+
}
|
|
20
|
+
return SimpleEncodingVodJobRequest;
|
|
21
|
+
}());
|
|
22
|
+
exports.SimpleEncodingVodJobRequest = SimpleEncodingVodJobRequest;
|
|
23
|
+
exports.default = SimpleEncodingVodJobRequest;
|
|
24
|
+
//# sourceMappingURL=SimpleEncodingVodJobRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleEncodingVodJobRequest.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingVodJobRequest.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAC/C,+EAA0E;AAC1E,iFAA4E;AAE5E;;;GAGG;AACH;IAoBE,qCAAY,GAA0C;QACpD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,MAAM,GAAG,iBAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,sCAA4B,CAAC,CAAC;QACjE,IAAI,CAAC,OAAO,GAAG,iBAAQ,CAAC,GAAG,CAAC,OAAO,EAAE,uCAA6B,CAAC,CAAC;QACpE,IAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IACH,kCAAC;AAAD,CAAC,AA5BD,IA4BC;AA5BY,kEAA2B;AA8BxC,kBAAe,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import SimpleEncodingVodJobErrors from './SimpleEncodingVodJobErrors';
|
|
2
|
+
import SimpleEncodingVodJobStatus from './SimpleEncodingVodJobStatus';
|
|
3
|
+
import SimpleEncodingVodJobUrlInput from './SimpleEncodingVodJobUrlInput';
|
|
4
|
+
import SimpleEncodingVodJobUrlOutput from './SimpleEncodingVodJobUrlOutput';
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @class SimpleEncodingVodJobResponse
|
|
8
|
+
*/
|
|
9
|
+
export declare class SimpleEncodingVodJobResponse {
|
|
10
|
+
/**
|
|
11
|
+
* The identifier of the Simple Encoding VOD Job
|
|
12
|
+
* @type {string}
|
|
13
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
14
|
+
*/
|
|
15
|
+
id?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The current status of the Simple Encoding VOD Job
|
|
18
|
+
* @type {SimpleEncodingVodJobStatus}
|
|
19
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
20
|
+
*/
|
|
21
|
+
status?: SimpleEncodingVodJobStatus;
|
|
22
|
+
/**
|
|
23
|
+
* The identifier of the encoding that has been created based on the job request. This is only returned once the job execution has been successful and the encoding could be started.
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
26
|
+
*/
|
|
27
|
+
encodingId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @type {SimpleEncodingVodJobUrlInput[]}
|
|
30
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
31
|
+
*/
|
|
32
|
+
inputs?: SimpleEncodingVodJobUrlInput[];
|
|
33
|
+
/**
|
|
34
|
+
* @type {SimpleEncodingVodJobUrlOutput[]}
|
|
35
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
36
|
+
*/
|
|
37
|
+
outputs?: SimpleEncodingVodJobUrlOutput[];
|
|
38
|
+
/**
|
|
39
|
+
* Describes all the errors in cases the status of the job is 'error'.
|
|
40
|
+
* @type {SimpleEncodingVodJobErrors[]}
|
|
41
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
42
|
+
*/
|
|
43
|
+
errors?: SimpleEncodingVodJobErrors[];
|
|
44
|
+
/**
|
|
45
|
+
* Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ
|
|
46
|
+
* @type {Date}
|
|
47
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
48
|
+
*/
|
|
49
|
+
createdAt?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ. The job is updated for example when the status changes
|
|
52
|
+
* @type {Date}
|
|
53
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
54
|
+
*/
|
|
55
|
+
modifiedAt?: Date;
|
|
56
|
+
/**
|
|
57
|
+
* This property will be used for naming the encoding and the manifests.
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof SimpleEncodingVodJobResponse
|
|
60
|
+
*/
|
|
61
|
+
name?: string;
|
|
62
|
+
constructor(obj?: Partial<SimpleEncodingVodJobResponse>);
|
|
63
|
+
}
|
|
64
|
+
export default SimpleEncodingVodJobResponse;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SimpleEncodingVodJobResponse = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
var SimpleEncodingVodJobErrors_1 = require("./SimpleEncodingVodJobErrors");
|
|
6
|
+
var SimpleEncodingVodJobUrlInput_1 = require("./SimpleEncodingVodJobUrlInput");
|
|
7
|
+
var SimpleEncodingVodJobUrlOutput_1 = require("./SimpleEncodingVodJobUrlOutput");
|
|
8
|
+
/**
|
|
9
|
+
* @export
|
|
10
|
+
* @class SimpleEncodingVodJobResponse
|
|
11
|
+
*/
|
|
12
|
+
var SimpleEncodingVodJobResponse = /** @class */ (function () {
|
|
13
|
+
function SimpleEncodingVodJobResponse(obj) {
|
|
14
|
+
if (!obj) {
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
this.id = Mapper_1.map(obj.id);
|
|
18
|
+
this.status = Mapper_1.map(obj.status);
|
|
19
|
+
this.encodingId = Mapper_1.map(obj.encodingId);
|
|
20
|
+
this.inputs = Mapper_1.mapArray(obj.inputs, SimpleEncodingVodJobUrlInput_1.default);
|
|
21
|
+
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingVodJobUrlOutput_1.default);
|
|
22
|
+
this.errors = Mapper_1.mapArray(obj.errors, SimpleEncodingVodJobErrors_1.default);
|
|
23
|
+
this.createdAt = Mapper_1.map(obj.createdAt, Date);
|
|
24
|
+
this.modifiedAt = Mapper_1.map(obj.modifiedAt, Date);
|
|
25
|
+
this.name = Mapper_1.map(obj.name);
|
|
26
|
+
}
|
|
27
|
+
return SimpleEncodingVodJobResponse;
|
|
28
|
+
}());
|
|
29
|
+
exports.SimpleEncodingVodJobResponse = SimpleEncodingVodJobResponse;
|
|
30
|
+
exports.default = SimpleEncodingVodJobResponse;
|
|
31
|
+
//# sourceMappingURL=SimpleEncodingVodJobResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleEncodingVodJobResponse.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingVodJobResponse.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAC/C,2EAAsE;AAEtE,+EAA0E;AAC1E,iFAA4E;AAE5E;;;GAGG;AACH;IA8DE,sCAAY,GAA2C;QACrD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,EAAE,GAAG,YAAG,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACtB,IAAI,CAAC,MAAM,GAAG,YAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QAC9B,IAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACtC,IAAI,CAAC,MAAM,GAAG,iBAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,sCAA4B,CAAC,CAAC;QACjE,IAAI,CAAC,OAAO,GAAG,iBAAQ,CAAC,GAAG,CAAC,OAAO,EAAE,uCAA6B,CAAC,CAAC;QACpE,IAAI,CAAC,MAAM,GAAG,iBAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,oCAA0B,CAAC,CAAC;QAC/D,IAAI,CAAC,SAAS,GAAG,YAAG,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;QAC1C,IAAI,CAAC,UAAU,GAAG,YAAG,CAAC,GAAG,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QAC5C,IAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IACH,mCAAC;AAAD,CAAC,AA5ED,IA4EC;AA5EY,oEAA4B;AA8EzC,kBAAe,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import SimpleEncodingVodJobCredentials from './SimpleEncodingVodJobCredentials';
|
|
2
|
+
/**
|
|
3
|
+
* @export
|
|
4
|
+
* @class SimpleEncodingVodJobS3RoleBasedCredentials
|
|
5
|
+
*/
|
|
6
|
+
export declare class SimpleEncodingVodJobS3RoleBasedCredentials extends SimpleEncodingVodJobCredentials {
|
|
7
|
+
/**
|
|
8
|
+
* Amazon ARN of the IAM Role (Identity and Access Management Role) that will be assumed for S3 access. More details can be found [here](https://bitmovin.com/docs/encoding/api-reference/sections/inputs#/Encoding/PostEncodingInputsS3RoleBased) (required)
|
|
9
|
+
* @type {string}
|
|
10
|
+
* @memberof SimpleEncodingVodJobS3RoleBasedCredentials
|
|
11
|
+
*/
|
|
12
|
+
roleArn?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Defines if the organization ID has to be used as externalId when assuming the role. More details can be found [here](https://bitmovin.com/docs/encoding/api-reference/sections/inputs#/Encoding/PostEncodingInputsS3RoleBased)
|
|
15
|
+
* @type {boolean}
|
|
16
|
+
* @memberof SimpleEncodingVodJobS3RoleBasedCredentials
|
|
17
|
+
*/
|
|
18
|
+
useExternalId?: boolean;
|
|
19
|
+
constructor(obj?: Partial<SimpleEncodingVodJobS3RoleBasedCredentials>);
|
|
20
|
+
}
|
|
21
|
+
export default SimpleEncodingVodJobS3RoleBasedCredentials;
|