@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 CHANGED
@@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services,
31
31
  ## Installation
32
32
 
33
33
  ``` bash
34
- npm install @bitmovin/api-sdk@1.108.0
34
+ npm install @bitmovin/api-sdk@1.109.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -6974,7 +6974,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6974
6974
  var headers = {
6975
6975
  'X-Api-Key': apiKey,
6976
6976
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6977
- 'X-Api-Client-Version': '1.108.0',
6977
+ 'X-Api-Client-Version': '1.109.0',
6978
6978
  'Content-Type': 'application/json'
6979
6979
  };
6980
6980
  if (tenantOrgId) {
@@ -79071,6 +79071,7 @@ var SimpleEncodingLiveJobRequest = /** @class */ (function () {
79071
79071
  this.input = Mapper_1.map(obj.input, SimpleEncodingLiveJobInput_1.default);
79072
79072
  this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingLiveJobUrlOutput_1.default);
79073
79073
  this.cloudRegion = Mapper_1.map(obj.cloudRegion);
79074
+ this.name = Mapper_1.map(obj.name);
79074
79075
  }
79075
79076
  return SimpleEncodingLiveJobRequest;
79076
79077
  }());