@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
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
import Accessibility from './Accessibility';
|
|
2
2
|
import AdaptationSetRole from './AdaptationSetRole';
|
|
3
|
+
import AdaptationSetType from './AdaptationSetType';
|
|
4
|
+
import AudioAdaptationSet from './AudioAdaptationSet';
|
|
3
5
|
import BitmovinResponse from './BitmovinResponse';
|
|
4
6
|
import CustomAttribute from './CustomAttribute';
|
|
7
|
+
import ImageAdaptationSet from './ImageAdaptationSet';
|
|
5
8
|
import Label from './Label';
|
|
9
|
+
import SubtitleAdaptationSet from './SubtitleAdaptationSet';
|
|
10
|
+
import VideoAdaptationSet from './VideoAdaptationSet';
|
|
11
|
+
export declare type AdaptationSetUnion = VideoAdaptationSet | AudioAdaptationSet | ImageAdaptationSet | SubtitleAdaptationSet;
|
|
6
12
|
/**
|
|
7
13
|
* @export
|
|
8
14
|
* @class AdaptationSet
|
|
9
15
|
*/
|
|
10
16
|
export declare class AdaptationSet extends BitmovinResponse {
|
|
17
|
+
protected static readonly _discriminatorName = "type";
|
|
18
|
+
protected static readonly _discriminatorMapping: {
|
|
19
|
+
[key in keyof typeof AdaptationSetType]: string;
|
|
20
|
+
};
|
|
11
21
|
/**
|
|
12
22
|
* Custom adaptation set attributes
|
|
13
23
|
* @type {CustomAttribute[]}
|
|
@@ -36,6 +36,13 @@ var AdaptationSet = /** @class */ (function (_super) {
|
|
|
36
36
|
_this.labels = Mapper_1.mapArray(obj.labels, Label_1.default);
|
|
37
37
|
return _this;
|
|
38
38
|
}
|
|
39
|
+
AdaptationSet._discriminatorName = 'type';
|
|
40
|
+
AdaptationSet._discriminatorMapping = {
|
|
41
|
+
VIDEO: 'VideoAdaptationSet',
|
|
42
|
+
AUDIO: 'AudioAdaptationSet',
|
|
43
|
+
IMAGE: 'ImageAdaptationSet',
|
|
44
|
+
SUBTITLE: 'SubtitleAdaptationSet'
|
|
45
|
+
};
|
|
39
46
|
return AdaptationSet;
|
|
40
47
|
}(BitmovinResponse_1.default));
|
|
41
48
|
exports.AdaptationSet = AdaptationSet;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdaptationSet.js","sourceRoot":"","sources":["../../src/models/AdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;
|
|
1
|
+
{"version":3,"file":"AdaptationSet.js","sourceRoot":"","sources":["../../src/models/AdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAC/C,iDAA4C;AAI5C,uDAAkD;AAClD,qDAAgD;AAEhD,iCAA4B;AAU5B;;;GAGG;AACH;IAAmC,iCAAgB;IAqCjD,uBAAY,GAA4B;QAAxC,YACE,kBAAM,GAAG,CAAC,SAQX;QAPC,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,gBAAgB,GAAG,iBAAQ,CAAC,GAAG,CAAC,gBAAgB,EAAE,yBAAe,CAAC,CAAC;QACxE,KAAI,CAAC,KAAK,GAAG,iBAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;QACjC,KAAI,CAAC,eAAe,GAAG,iBAAQ,CAAC,GAAG,CAAC,eAAe,EAAE,uBAAa,CAAC,CAAC;QACpE,KAAI,CAAC,MAAM,GAAG,iBAAQ,CAAC,GAAG,CAAC,MAAM,EAAE,eAAK,CAAC,CAAC;;IAC5C,CAAC;IA7CyB,gCAAkB,GAAG,MAAM,CAAC;IAC5B,mCAAqB,GAAyD;QACtG,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,oBAAoB;QAC3B,KAAK,EAAE,oBAAoB;QAC3B,QAAQ,EAAE,uBAAuB;KAClC,CAAC;IAwCJ,oBAAC;CAAA,AA/CD,CAAmC,0BAAgB,GA+ClD;AA/CY,sCAAa;AAiD1B,kBAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AdaptationSetType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* @export
|
|
6
|
+
* @enum {string}
|
|
7
|
+
*/
|
|
8
|
+
var AdaptationSetType;
|
|
9
|
+
(function (AdaptationSetType) {
|
|
10
|
+
AdaptationSetType["VIDEO"] = "VIDEO";
|
|
11
|
+
AdaptationSetType["AUDIO"] = "AUDIO";
|
|
12
|
+
AdaptationSetType["IMAGE"] = "IMAGE";
|
|
13
|
+
AdaptationSetType["SUBTITLE"] = "SUBTITLE";
|
|
14
|
+
})(AdaptationSetType = exports.AdaptationSetType || (exports.AdaptationSetType = {}));
|
|
15
|
+
exports.default = AdaptationSetType;
|
|
16
|
+
//# sourceMappingURL=AdaptationSetType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdaptationSetType.js","sourceRoot":"","sources":["../../src/models/AdaptationSetType.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,oCAAe,CAAA;IACf,oCAAe,CAAA;IACf,oCAAe,CAAA;IACf,0CAAqB,CAAA;AACvB,CAAC,EALW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAK5B;AAED,kBAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import AdaptationSetType from './AdaptationSetType';
|
|
2
|
+
/**
|
|
3
|
+
* @export
|
|
4
|
+
* @class AdaptationSetTypeResponse
|
|
5
|
+
*/
|
|
6
|
+
export declare class AdaptationSetTypeResponse {
|
|
7
|
+
/**
|
|
8
|
+
* The type of the adaptation set
|
|
9
|
+
* @type {AdaptationSetType}
|
|
10
|
+
* @memberof AdaptationSetTypeResponse
|
|
11
|
+
*/
|
|
12
|
+
type?: AdaptationSetType;
|
|
13
|
+
constructor(obj?: Partial<AdaptationSetTypeResponse>);
|
|
14
|
+
}
|
|
15
|
+
export default AdaptationSetTypeResponse;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AdaptationSetTypeResponse = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @class AdaptationSetTypeResponse
|
|
8
|
+
*/
|
|
9
|
+
var AdaptationSetTypeResponse = /** @class */ (function () {
|
|
10
|
+
function AdaptationSetTypeResponse(obj) {
|
|
11
|
+
if (!obj) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
this.type = Mapper_1.map(obj.type);
|
|
15
|
+
}
|
|
16
|
+
return AdaptationSetTypeResponse;
|
|
17
|
+
}());
|
|
18
|
+
exports.AdaptationSetTypeResponse = AdaptationSetTypeResponse;
|
|
19
|
+
exports.default = AdaptationSetTypeResponse;
|
|
20
|
+
//# sourceMappingURL=AdaptationSetTypeResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdaptationSetTypeResponse.js","sourceRoot":"","sources":["../../src/models/AdaptationSetTypeResponse.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAG/C;;;GAGG;AACH;IAQE,mCAAY,GAAwC;QAClD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IACH,gCAAC;AAAD,CAAC,AAdD,IAcC;AAdY,8DAAyB;AAgBtC,kBAAe,yBAAyB,CAAC"}
|
|
@@ -4,151 +4,151 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export declare class AnalyticsLicenseCustomDataFieldLabels {
|
|
6
6
|
/**
|
|
7
|
-
* Custom Data 1
|
|
7
|
+
* Label for field Custom Data 1
|
|
8
8
|
* @type {string}
|
|
9
9
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
10
10
|
*/
|
|
11
11
|
customData1?: string;
|
|
12
12
|
/**
|
|
13
|
-
* Custom Data 2
|
|
13
|
+
* Label for field Custom Data 2
|
|
14
14
|
* @type {string}
|
|
15
15
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
16
16
|
*/
|
|
17
17
|
customData2?: string;
|
|
18
18
|
/**
|
|
19
|
-
* Custom Data 3
|
|
19
|
+
* Label for field Custom Data 3
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
22
22
|
*/
|
|
23
23
|
customData3?: string;
|
|
24
24
|
/**
|
|
25
|
-
* Custom Data 4
|
|
25
|
+
* Label for field Custom Data 4
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
28
28
|
*/
|
|
29
29
|
customData4?: string;
|
|
30
30
|
/**
|
|
31
|
-
* Custom Data 5
|
|
31
|
+
* Label for field Custom Data 5
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
34
34
|
*/
|
|
35
35
|
customData5?: string;
|
|
36
36
|
/**
|
|
37
|
-
* Custom Data 6
|
|
37
|
+
* Label for field Custom Data 6
|
|
38
38
|
* @type {string}
|
|
39
39
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
40
40
|
*/
|
|
41
41
|
customData6?: string;
|
|
42
42
|
/**
|
|
43
|
-
* Custom Data 7
|
|
43
|
+
* Label for field Custom Data 7
|
|
44
44
|
* @type {string}
|
|
45
45
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
46
46
|
*/
|
|
47
47
|
customData7?: string;
|
|
48
48
|
/**
|
|
49
|
-
* Custom Data 8
|
|
49
|
+
* Label for field Custom Data 8
|
|
50
50
|
* @type {string}
|
|
51
51
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
52
52
|
*/
|
|
53
53
|
customData8?: string;
|
|
54
54
|
/**
|
|
55
|
-
* Custom Data 9
|
|
55
|
+
* Label for field Custom Data 9
|
|
56
56
|
* @type {string}
|
|
57
57
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
58
58
|
*/
|
|
59
59
|
customData9?: string;
|
|
60
60
|
/**
|
|
61
|
-
* Custom Data 10
|
|
61
|
+
* Label for field Custom Data 10
|
|
62
62
|
* @type {string}
|
|
63
63
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
64
64
|
*/
|
|
65
65
|
customData10?: string;
|
|
66
66
|
/**
|
|
67
|
-
* Custom Data 11
|
|
67
|
+
* Label for field Custom Data 11
|
|
68
68
|
* @type {string}
|
|
69
69
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
70
70
|
*/
|
|
71
71
|
customData11?: string;
|
|
72
72
|
/**
|
|
73
|
-
* Custom Data 12
|
|
73
|
+
* Label for field Custom Data 12
|
|
74
74
|
* @type {string}
|
|
75
75
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
76
76
|
*/
|
|
77
77
|
customData12?: string;
|
|
78
78
|
/**
|
|
79
|
-
* Custom Data 13
|
|
79
|
+
* Label for field Custom Data 13
|
|
80
80
|
* @type {string}
|
|
81
81
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
82
82
|
*/
|
|
83
83
|
customData13?: string;
|
|
84
84
|
/**
|
|
85
|
-
* Custom Data 14
|
|
85
|
+
* Label for field Custom Data 14
|
|
86
86
|
* @type {string}
|
|
87
87
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
88
88
|
*/
|
|
89
89
|
customData14?: string;
|
|
90
90
|
/**
|
|
91
|
-
* Custom Data 15
|
|
91
|
+
* Label for field Custom Data 15
|
|
92
92
|
* @type {string}
|
|
93
93
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
94
94
|
*/
|
|
95
95
|
customData15?: string;
|
|
96
96
|
/**
|
|
97
|
-
* Custom Data 16
|
|
97
|
+
* Label for field Custom Data 16
|
|
98
98
|
* @type {string}
|
|
99
99
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
100
100
|
*/
|
|
101
101
|
customData16?: string;
|
|
102
102
|
/**
|
|
103
|
-
* Custom Data 17
|
|
103
|
+
* Label for field Custom Data 17
|
|
104
104
|
* @type {string}
|
|
105
105
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
106
106
|
*/
|
|
107
107
|
customData17?: string;
|
|
108
108
|
/**
|
|
109
|
-
* Custom Data 18
|
|
109
|
+
* Label for field Custom Data 18
|
|
110
110
|
* @type {string}
|
|
111
111
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
112
112
|
*/
|
|
113
113
|
customData18?: string;
|
|
114
114
|
/**
|
|
115
|
-
* Custom Data 19
|
|
115
|
+
* Label for field Custom Data 19
|
|
116
116
|
* @type {string}
|
|
117
117
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
118
118
|
*/
|
|
119
119
|
customData19?: string;
|
|
120
120
|
/**
|
|
121
|
-
* Custom Data 20
|
|
121
|
+
* Label for field Custom Data 20
|
|
122
122
|
* @type {string}
|
|
123
123
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
124
124
|
*/
|
|
125
125
|
customData20?: string;
|
|
126
126
|
/**
|
|
127
|
-
* Custom Data 21
|
|
127
|
+
* Label for field Custom Data 21
|
|
128
128
|
* @type {string}
|
|
129
129
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
130
130
|
*/
|
|
131
131
|
customData21?: string;
|
|
132
132
|
/**
|
|
133
|
-
* Custom Data 22
|
|
133
|
+
* Label for field Custom Data 22
|
|
134
134
|
* @type {string}
|
|
135
135
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
136
136
|
*/
|
|
137
137
|
customData22?: string;
|
|
138
138
|
/**
|
|
139
|
-
* Custom Data 23
|
|
139
|
+
* Label for field Custom Data 23
|
|
140
140
|
* @type {string}
|
|
141
141
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
142
142
|
*/
|
|
143
143
|
customData23?: string;
|
|
144
144
|
/**
|
|
145
|
-
* Custom Data 24
|
|
145
|
+
* Label for field Custom Data 24
|
|
146
146
|
* @type {string}
|
|
147
147
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
148
148
|
*/
|
|
149
149
|
customData24?: string;
|
|
150
150
|
/**
|
|
151
|
-
* Custom Data 25
|
|
151
|
+
* Label for field Custom Data 25
|
|
152
152
|
* @type {string}
|
|
153
153
|
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
154
154
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import AnalyticsLicenseCustomDataFieldLabels from './AnalyticsLicenseCustomDataFieldLabels';
|
|
1
2
|
import AnalyticsVirtualLicenseLicensesListItem from './AnalyticsVirtualLicenseLicensesListItem';
|
|
2
3
|
/**
|
|
3
4
|
* @export
|
|
@@ -28,6 +29,18 @@ export declare class AnalyticsVirtualLicense {
|
|
|
28
29
|
* @memberof AnalyticsVirtualLicense
|
|
29
30
|
*/
|
|
30
31
|
licenses?: AnalyticsVirtualLicenseLicensesListItem[];
|
|
32
|
+
/**
|
|
33
|
+
* The number of customData fields available
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof AnalyticsVirtualLicense
|
|
36
|
+
*/
|
|
37
|
+
customDataFieldsCount?: number;
|
|
38
|
+
/**
|
|
39
|
+
* Labels for Custom Data fields
|
|
40
|
+
* @type {AnalyticsLicenseCustomDataFieldLabels}
|
|
41
|
+
* @memberof AnalyticsVirtualLicense
|
|
42
|
+
*/
|
|
43
|
+
customDataFieldLabels?: AnalyticsLicenseCustomDataFieldLabels;
|
|
31
44
|
constructor(obj?: Partial<AnalyticsVirtualLicense>);
|
|
32
45
|
}
|
|
33
46
|
export default AnalyticsVirtualLicense;
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AnalyticsVirtualLicense = void 0;
|
|
4
4
|
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
var AnalyticsLicenseCustomDataFieldLabels_1 = require("./AnalyticsLicenseCustomDataFieldLabels");
|
|
5
6
|
var AnalyticsVirtualLicenseLicensesListItem_1 = require("./AnalyticsVirtualLicenseLicensesListItem");
|
|
6
7
|
/**
|
|
7
8
|
* @export
|
|
@@ -16,6 +17,8 @@ var AnalyticsVirtualLicense = /** @class */ (function () {
|
|
|
16
17
|
this.name = Mapper_1.map(obj.name);
|
|
17
18
|
this.timezone = Mapper_1.map(obj.timezone);
|
|
18
19
|
this.licenses = Mapper_1.mapArray(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
|
|
20
|
+
this.customDataFieldsCount = Mapper_1.map(obj.customDataFieldsCount);
|
|
21
|
+
this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
|
|
19
22
|
}
|
|
20
23
|
return AnalyticsVirtualLicense;
|
|
21
24
|
}());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsVirtualLicense.js","sourceRoot":"","sources":["../../src/models/AnalyticsVirtualLicense.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAC/C,qGAAgG;AAEhG;;;GAGG;AACH;
|
|
1
|
+
{"version":3,"file":"AnalyticsVirtualLicense.js","sourceRoot":"","sources":["../../src/models/AnalyticsVirtualLicense.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAC/C,iGAA4F;AAC5F,qGAAgG;AAEhG;;;GAGG;AACH;IA2CE,iCAAY,GAAsC;QAChD,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,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,IAAI,CAAC,QAAQ,GAAG,iBAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,iDAAuC,CAAC,CAAC;QAChF,IAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;QAC5D,IAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,EAAE,+CAAqC,CAAC,CAAC;IACrG,CAAC;IACH,8BAAC;AAAD,CAAC,AAtDD,IAsDC;AAtDY,0DAAuB;AAwDpC,kBAAe,uBAAuB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import AnalyticsLicenseCustomDataFieldLabels from './AnalyticsLicenseCustomDataFieldLabels';
|
|
1
2
|
import AnalyticsVirtualLicenseLicensesListItem from './AnalyticsVirtualLicenseLicensesListItem';
|
|
2
3
|
/**
|
|
3
4
|
* @export
|
|
@@ -22,6 +23,12 @@ export declare class AnalyticsVirtualLicenseRequest {
|
|
|
22
23
|
* @memberof AnalyticsVirtualLicenseRequest
|
|
23
24
|
*/
|
|
24
25
|
licenses?: AnalyticsVirtualLicenseLicensesListItem[];
|
|
26
|
+
/**
|
|
27
|
+
* Labels for Custom Data fields
|
|
28
|
+
* @type {AnalyticsLicenseCustomDataFieldLabels}
|
|
29
|
+
* @memberof AnalyticsVirtualLicenseRequest
|
|
30
|
+
*/
|
|
31
|
+
customDataFieldLabels?: AnalyticsLicenseCustomDataFieldLabels;
|
|
25
32
|
constructor(obj?: Partial<AnalyticsVirtualLicenseRequest>);
|
|
26
33
|
}
|
|
27
34
|
export default AnalyticsVirtualLicenseRequest;
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AnalyticsVirtualLicenseRequest = void 0;
|
|
4
4
|
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
var AnalyticsLicenseCustomDataFieldLabels_1 = require("./AnalyticsLicenseCustomDataFieldLabels");
|
|
5
6
|
var AnalyticsVirtualLicenseLicensesListItem_1 = require("./AnalyticsVirtualLicenseLicensesListItem");
|
|
6
7
|
/**
|
|
7
8
|
* @export
|
|
@@ -15,6 +16,7 @@ var AnalyticsVirtualLicenseRequest = /** @class */ (function () {
|
|
|
15
16
|
this.name = Mapper_1.map(obj.name);
|
|
16
17
|
this.timezone = Mapper_1.map(obj.timezone);
|
|
17
18
|
this.licenses = Mapper_1.mapArray(obj.licenses, AnalyticsVirtualLicenseLicensesListItem_1.default);
|
|
19
|
+
this.customDataFieldLabels = Mapper_1.map(obj.customDataFieldLabels, AnalyticsLicenseCustomDataFieldLabels_1.default);
|
|
18
20
|
}
|
|
19
21
|
return AnalyticsVirtualLicenseRequest;
|
|
20
22
|
}());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsVirtualLicenseRequest.js","sourceRoot":"","sources":["../../src/models/AnalyticsVirtualLicenseRequest.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAC/C,qGAAgG;AAEhG;;;GAGG;AACH;
|
|
1
|
+
{"version":3,"file":"AnalyticsVirtualLicenseRequest.js","sourceRoot":"","sources":["../../src/models/AnalyticsVirtualLicenseRequest.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAC/C,iGAA4F;AAC5F,qGAAgG;AAEhG;;;GAGG;AACH;IA6BE,wCAAY,GAA6C;QACvD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,IAAI,CAAC,QAAQ,GAAG,YAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QAClC,IAAI,CAAC,QAAQ,GAAG,iBAAQ,CAAC,GAAG,CAAC,QAAQ,EAAE,iDAAuC,CAAC,CAAC;QAChF,IAAI,CAAC,qBAAqB,GAAG,YAAG,CAAC,GAAG,CAAC,qBAAqB,EAAE,+CAAqC,CAAC,CAAC;IACrG,CAAC;IACH,qCAAC;AAAD,CAAC,AAtCD,IAsCC;AAtCY,wEAA8B;AAwC3C,kBAAe,8BAA8B,CAAC"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import AdaptationSet from './AdaptationSet';
|
|
2
|
+
import AdaptationSetType from './AdaptationSetType';
|
|
2
3
|
/**
|
|
3
4
|
* @export
|
|
4
5
|
* @class AudioAdaptationSet
|
|
5
6
|
*/
|
|
6
7
|
export declare class AudioAdaptationSet extends AdaptationSet {
|
|
8
|
+
/**
|
|
9
|
+
* Discriminator property for AdaptationSet
|
|
10
|
+
* @type {string}
|
|
11
|
+
* @memberof AudioAdaptationSet
|
|
12
|
+
*/
|
|
13
|
+
type: AdaptationSetType.AUDIO;
|
|
7
14
|
/**
|
|
8
15
|
* ISO 639-1 (Alpha-2) code identifying the language of the audio adaptation set (required)
|
|
9
16
|
* @type {string}
|
|
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.AudioAdaptationSet = void 0;
|
|
17
17
|
var Mapper_1 = require("../common/Mapper");
|
|
18
18
|
var AdaptationSet_1 = require("./AdaptationSet");
|
|
19
|
+
var AdaptationSetType_1 = require("./AdaptationSetType");
|
|
19
20
|
/**
|
|
20
21
|
* @export
|
|
21
22
|
* @class AudioAdaptationSet
|
|
@@ -24,6 +25,12 @@ var AudioAdaptationSet = /** @class */ (function (_super) {
|
|
|
24
25
|
__extends(AudioAdaptationSet, _super);
|
|
25
26
|
function AudioAdaptationSet(obj) {
|
|
26
27
|
var _this = _super.call(this, obj) || this;
|
|
28
|
+
/**
|
|
29
|
+
* Discriminator property for AdaptationSet
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof AudioAdaptationSet
|
|
32
|
+
*/
|
|
33
|
+
_this.type = AdaptationSetType_1.default.AUDIO;
|
|
27
34
|
if (!obj) {
|
|
28
35
|
return _this;
|
|
29
36
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AudioAdaptationSet.js","sourceRoot":"","sources":["../../src/models/AudioAdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,iDAA4C;
|
|
1
|
+
{"version":3,"file":"AudioAdaptationSet.js","sourceRoot":"","sources":["../../src/models/AudioAdaptationSet.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+C;AAE/C,iDAA4C;AAE5C,yDAAoD;AAIpD;;;GAGG;AACH;IAAwC,sCAAa;IAenD,4BAAY,GAAiC;QAA7C,YACE,kBAAM,GAAG,CAAC,SAKX;QApBD;;;;WAIG;QACI,UAAI,GAA4B,2BAAiB,CAAC,KAAK,CAAC;QAW7D,IAAG,CAAC,GAAG,EAAE;;SAER;QACD,KAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;;IAC5B,CAAC;IACH,yBAAC;AAAD,CAAC,AAtBD,CAAwC,uBAAa,GAsBpD;AAtBY,gDAAkB;AAwB/B,kBAAe,kBAAkB,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,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"}
|