@bitmovin/api-sdk 1.176.0 → 1.177.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.176.0
34
+ npm install @bitmovin/api-sdk@1.177.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -5987,7 +5987,7 @@ var HeaderHandler = /** @class */ (function (_super) {
5987
5987
  var headers = {
5988
5988
  'X-Api-Key': apiKey,
5989
5989
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
5990
- 'X-Api-Client-Version': '1.176.0',
5990
+ 'X-Api-Client-Version': '1.177.0',
5991
5991
  'Content-Type': 'application/json'
5992
5992
  };
5993
5993
  if (tenantOrgId) {
@@ -76530,6 +76530,7 @@ var PrewarmedEncoderPool = /** @class */ (function (_super) {
76530
76530
  _this.infrastructureId = (0, Mapper_1.map)(obj.infrastructureId);
76531
76531
  _this.diskSize = (0, Mapper_1.map)(obj.diskSize);
76532
76532
  _this.targetPoolSize = (0, Mapper_1.map)(obj.targetPoolSize);
76533
+ _this.dynamicPool = (0, Mapper_1.map)(obj.dynamicPool);
76533
76534
  _this.gpuEnabled = (0, Mapper_1.map)(obj.gpuEnabled);
76534
76535
  _this.status = (0, Mapper_1.map)(obj.status);
76535
76536
  return _this;
@@ -82943,6 +82944,7 @@ var StreamsVideoResponse = /** @class */ (function () {
82943
82944
  this.adConfig = (0, Mapper_1.map)(obj.adConfig, StreamsAdConfigResponse_1.default);
82944
82945
  this.contentProtection = (0, Mapper_1.map)(obj.contentProtection, StreamsContentProtectionResponse_1.default);
82945
82946
  this.trimming = (0, Mapper_1.map)(obj.trimming);
82947
+ this.downloadUrl = (0, Mapper_1.map)(obj.downloadUrl);
82946
82948
  }
82947
82949
  return StreamsVideoResponse;
82948
82950
  }());