@bitmovin/api-sdk 1.108.0 → 1.109.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 +2 -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/models/SimpleEncodingLiveJobRequest.d.ts +6 -0
- package/dist/models/SimpleEncodingLiveJobRequest.js +1 -0
- package/dist/models/SimpleEncodingLiveJobRequest.js.map +1 -1
- package/dist/models/SimpleEncodingLiveJobResponse.d.ts +1 -1
- package/package.json +1 -1
|
@@ -238,7 +238,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
238
238
|
var headers = {
|
|
239
239
|
'X-Api-Key': apiKey,
|
|
240
240
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
241
|
-
'X-Api-Client-Version': '1.
|
|
241
|
+
'X-Api-Client-Version': '1.109.0',
|
|
242
242
|
'Content-Type': 'application/json'
|
|
243
243
|
};
|
|
244
244
|
if (tenantOrgId) {
|
|
@@ -23,6 +23,12 @@ export declare class SimpleEncodingLiveJobRequest {
|
|
|
23
23
|
* @memberof SimpleEncodingLiveJobRequest
|
|
24
24
|
*/
|
|
25
25
|
cloudRegion?: SimpleEncodingLiveCloudRegion;
|
|
26
|
+
/**
|
|
27
|
+
* This property will be used for naming the encoding.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof SimpleEncodingLiveJobRequest
|
|
30
|
+
*/
|
|
31
|
+
name?: string;
|
|
26
32
|
constructor(obj?: Partial<SimpleEncodingLiveJobRequest>);
|
|
27
33
|
}
|
|
28
34
|
export default SimpleEncodingLiveJobRequest;
|
|
@@ -16,6 +16,7 @@ var SimpleEncodingLiveJobRequest = /** @class */ (function () {
|
|
|
16
16
|
this.input = Mapper_1.map(obj.input, SimpleEncodingLiveJobInput_1.default);
|
|
17
17
|
this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingLiveJobUrlOutput_1.default);
|
|
18
18
|
this.cloudRegion = Mapper_1.map(obj.cloudRegion);
|
|
19
|
+
this.name = Mapper_1.map(obj.name);
|
|
19
20
|
}
|
|
20
21
|
return SimpleEncodingLiveJobRequest;
|
|
21
22
|
}());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleEncodingLiveJobRequest.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingLiveJobRequest.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C,2EAAsE;AACtE,mFAA8E;AAE9E;;;GAGG;AACH;
|
|
1
|
+
{"version":3,"file":"SimpleEncodingLiveJobRequest.js","sourceRoot":"","sources":["../../src/models/SimpleEncodingLiveJobRequest.ts"],"names":[],"mappings":";;;AAAA,2CAA+C;AAE/C,2EAAsE;AACtE,mFAA8E;AAE9E;;;GAGG;AACH;IA4BE,sCAAY,GAA2C;QACrD,IAAG,CAAC,GAAG,EAAE;YACP,OAAO;SACR;QACD,IAAI,CAAC,KAAK,GAAG,YAAG,CAAC,GAAG,CAAC,KAAK,EAAE,oCAA0B,CAAC,CAAC;QACxD,IAAI,CAAC,OAAO,GAAG,iBAAQ,CAAC,GAAG,CAAC,OAAO,EAAE,wCAA8B,CAAC,CAAC;QACrE,IAAI,CAAC,WAAW,GAAG,YAAG,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;QACxC,IAAI,CAAC,IAAI,GAAG,YAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IACH,mCAAC;AAAD,CAAC,AArCD,IAqCC;AArCY,oEAA4B;AAuCzC,kBAAe,4BAA4B,CAAC"}
|
|
@@ -49,7 +49,7 @@ export declare class SimpleEncodingLiveJobResponse {
|
|
|
49
49
|
*/
|
|
50
50
|
outputs?: SimpleEncodingLiveJobUrlOutput[];
|
|
51
51
|
/**
|
|
52
|
-
* Describes all the errors in cases the status of the job is 'error'.
|
|
52
|
+
* Describes all the errors in cases the status of the job is 'error'.
|
|
53
53
|
* @type {SimpleEncodingVodJobErrors[]}
|
|
54
54
|
* @memberof SimpleEncodingLiveJobResponse
|
|
55
55
|
*/
|