@bitmovin/api-sdk 1.218.0 → 1.219.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.218.0
34
+ npm install @bitmovin/api-sdk@1.219.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -4827,7 +4827,7 @@ var HeaderHandler = /** @class */ (function (_super) {
4827
4827
  var headers = {
4828
4828
  'X-Api-Key': apiKey,
4829
4829
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
4830
- 'X-Api-Client-Version': '1.218.0',
4830
+ 'X-Api-Client-Version': '1.219.0',
4831
4831
  'Content-Type': 'application/json'
4832
4832
  };
4833
4833
  if (tenantOrgId) {
@@ -59930,6 +59930,7 @@ var __extends = (this && this.__extends) || (function () {
59930
59930
  })();
59931
59931
  Object.defineProperty(exports, "__esModule", ({ value: true }));
59932
59932
  exports.Av1PerTitleConfiguration = void 0;
59933
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59933
59934
  var PerTitleConfiguration_1 = __webpack_require__(/*! ./PerTitleConfiguration */ "./models/PerTitleConfiguration.ts");
59934
59935
  /**
59935
59936
  * @export
@@ -59942,6 +59943,7 @@ var Av1PerTitleConfiguration = /** @class */ (function (_super) {
59942
59943
  if (!obj) {
59943
59944
  return _this;
59944
59945
  }
59946
+ _this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
59945
59947
  return _this;
59946
59948
  }
59947
59949
  return Av1PerTitleConfiguration;
@@ -70886,6 +70888,7 @@ var H264PerTitleConfiguration = /** @class */ (function (_super) {
70886
70888
  _this.codecMinBitrateFactor = (0, Mapper_1.map)(obj.codecMinBitrateFactor);
70887
70889
  _this.codecMaxBitrateFactor = (0, Mapper_1.map)(obj.codecMaxBitrateFactor);
70888
70890
  _this.codecBufsizeFactor = (0, Mapper_1.map)(obj.codecBufsizeFactor);
70891
+ _this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
70889
70892
  return _this;
70890
70893
  }
70891
70894
  return H264PerTitleConfiguration;
@@ -71185,6 +71188,7 @@ var H265PerTitleConfiguration = /** @class */ (function (_super) {
71185
71188
  _this.codecMinBitrateFactor = (0, Mapper_1.map)(obj.codecMinBitrateFactor);
71186
71189
  _this.codecMaxBitrateFactor = (0, Mapper_1.map)(obj.codecMaxBitrateFactor);
71187
71190
  _this.codecBufsizeFactor = (0, Mapper_1.map)(obj.codecBufsizeFactor);
71191
+ _this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
71188
71192
  return _this;
71189
71193
  }
71190
71194
  return H265PerTitleConfiguration;
@@ -77036,7 +77040,6 @@ var PerTitleConfiguration = /** @class */ (function () {
77036
77040
  this.autoRepresentations = (0, Mapper_1.map)(obj.autoRepresentations, AutoRepresentation_1.default);
77037
77041
  this.complexityFactor = (0, Mapper_1.map)(obj.complexityFactor);
77038
77042
  this.fixedResolutionAndBitrateConfiguration = (0, Mapper_1.map)(obj.fixedResolutionAndBitrateConfiguration, PerTitleFixedResolutionAndBitrateConfiguration_1.default);
77039
- this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
77040
77043
  this.resolutionScaleFactor = (0, Mapper_1.map)(obj.resolutionScaleFactor);
77041
77044
  }
77042
77045
  return PerTitleConfiguration;
@@ -87267,6 +87270,7 @@ var __extends = (this && this.__extends) || (function () {
87267
87270
  })();
87268
87271
  Object.defineProperty(exports, "__esModule", ({ value: true }));
87269
87272
  exports.Vp9PerTitleConfiguration = void 0;
87273
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
87270
87274
  var PerTitleConfiguration_1 = __webpack_require__(/*! ./PerTitleConfiguration */ "./models/PerTitleConfiguration.ts");
87271
87275
  /**
87272
87276
  * @export
@@ -87279,6 +87283,7 @@ var Vp9PerTitleConfiguration = /** @class */ (function (_super) {
87279
87283
  if (!obj) {
87280
87284
  return _this;
87281
87285
  }
87286
+ _this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
87282
87287
  return _this;
87283
87288
  }
87284
87289
  return Vp9PerTitleConfiguration;