@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.
@@ -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.108.0',
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;IAqBE,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;IAC1C,CAAC;IACH,mCAAC;AAAD,CAAC,AA7BD,IA6BC;AA7BY,oEAA4B;AA+BzC,kBAAe,4BAA4B,CAAC"}
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'. TODO right now this is the same for VOD and LIVE? maybe rename the schema and use the same for both?
52
+ * Describes all the errors in cases the status of the job is 'error'.
53
53
  * @type {SimpleEncodingVodJobErrors[]}
54
54
  * @memberof SimpleEncodingLiveJobResponse
55
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitmovin/api-sdk",
3
- "version": "1.108.0",
3
+ "version": "1.109.0",
4
4
  "description": "Bitmovin JS/TS API SDK",
5
5
  "author": "Bitmovin Inc",
6
6
  "keywords": [