@bitmovin/api-sdk 1.95.0 → 1.99.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 +1086 -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/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 +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/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/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
|
@@ -4,47 +4,155 @@
|
|
|
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
|
+
/**
|
|
49
|
+
* Label for field Custom Data 8
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
52
|
+
*/
|
|
53
|
+
customData8?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Label for field Custom Data 9
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
58
|
+
*/
|
|
59
|
+
customData9?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Label for field Custom Data 10
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
64
|
+
*/
|
|
65
|
+
customData10?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Label for field Custom Data 11
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
70
|
+
*/
|
|
71
|
+
customData11?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Label for field Custom Data 12
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
76
|
+
*/
|
|
77
|
+
customData12?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Label for field Custom Data 13
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
82
|
+
*/
|
|
83
|
+
customData13?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Label for field Custom Data 14
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
88
|
+
*/
|
|
89
|
+
customData14?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Label for field Custom Data 15
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
94
|
+
*/
|
|
95
|
+
customData15?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Label for field Custom Data 16
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
100
|
+
*/
|
|
101
|
+
customData16?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Label for field Custom Data 17
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
106
|
+
*/
|
|
107
|
+
customData17?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Label for field Custom Data 18
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
112
|
+
*/
|
|
113
|
+
customData18?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Label for field Custom Data 19
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
118
|
+
*/
|
|
119
|
+
customData19?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Label for field Custom Data 20
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
124
|
+
*/
|
|
125
|
+
customData20?: string;
|
|
126
|
+
/**
|
|
127
|
+
* Label for field Custom Data 21
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
130
|
+
*/
|
|
131
|
+
customData21?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Label for field Custom Data 22
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
136
|
+
*/
|
|
137
|
+
customData22?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Label for field Custom Data 23
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
142
|
+
*/
|
|
143
|
+
customData23?: string;
|
|
144
|
+
/**
|
|
145
|
+
* Label for field Custom Data 24
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
148
|
+
*/
|
|
149
|
+
customData24?: string;
|
|
150
|
+
/**
|
|
151
|
+
* Label for field Custom Data 25
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof AnalyticsLicenseCustomDataFieldLabels
|
|
154
|
+
*/
|
|
155
|
+
customData25?: string;
|
|
48
156
|
constructor(obj?: Partial<AnalyticsLicenseCustomDataFieldLabels>);
|
|
49
157
|
}
|
|
50
158
|
export default AnalyticsLicenseCustomDataFieldLabels;
|
|
@@ -18,6 +18,24 @@ var AnalyticsLicenseCustomDataFieldLabels = /** @class */ (function () {
|
|
|
18
18
|
this.customData5 = Mapper_1.map(obj.customData5);
|
|
19
19
|
this.customData6 = Mapper_1.map(obj.customData6);
|
|
20
20
|
this.customData7 = Mapper_1.map(obj.customData7);
|
|
21
|
+
this.customData8 = Mapper_1.map(obj.customData8);
|
|
22
|
+
this.customData9 = Mapper_1.map(obj.customData9);
|
|
23
|
+
this.customData10 = Mapper_1.map(obj.customData10);
|
|
24
|
+
this.customData11 = Mapper_1.map(obj.customData11);
|
|
25
|
+
this.customData12 = Mapper_1.map(obj.customData12);
|
|
26
|
+
this.customData13 = Mapper_1.map(obj.customData13);
|
|
27
|
+
this.customData14 = Mapper_1.map(obj.customData14);
|
|
28
|
+
this.customData15 = Mapper_1.map(obj.customData15);
|
|
29
|
+
this.customData16 = Mapper_1.map(obj.customData16);
|
|
30
|
+
this.customData17 = Mapper_1.map(obj.customData17);
|
|
31
|
+
this.customData18 = Mapper_1.map(obj.customData18);
|
|
32
|
+
this.customData19 = Mapper_1.map(obj.customData19);
|
|
33
|
+
this.customData20 = Mapper_1.map(obj.customData20);
|
|
34
|
+
this.customData21 = Mapper_1.map(obj.customData21);
|
|
35
|
+
this.customData22 = Mapper_1.map(obj.customData22);
|
|
36
|
+
this.customData23 = Mapper_1.map(obj.customData23);
|
|
37
|
+
this.customData24 = Mapper_1.map(obj.customData24);
|
|
38
|
+
this.customData25 = Mapper_1.map(obj.customData25);
|
|
21
39
|
}
|
|
22
40
|
return AnalyticsLicenseCustomDataFieldLabels;
|
|
23
41
|
}());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsLicenseCustomDataFieldLabels.js","sourceRoot":"","sources":["../../src/models/AnalyticsLicenseCustomDataFieldLabels.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C;;;GAGG;AACH;
|
|
1
|
+
{"version":3,"file":"AnalyticsLicenseCustomDataFieldLabels.js","sourceRoot":"","sources":["../../src/models/AnalyticsLicenseCustomDataFieldLabels.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C;;;GAGG;AACH;IAgLE,+CAAY,GAAoD;QAC9D,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,YAAY,GAAG,YAAG,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;IAC5C,CAAC;IACH,4CAAC;AAAD,CAAC,AA9MD,IA8MC;AA9MY,sFAAqC;AAgNlD,kBAAe,qCAAqC,CAAC"}
|
|
@@ -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"}
|
|
@@ -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"}
|