@bitmovin/api-sdk 1.205.0 → 1.207.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.205.0
34
+ npm install @bitmovin/api-sdk@1.207.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -6091,7 +6091,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6091
6091
  var headers = {
6092
6092
  'X-Api-Key': apiKey,
6093
6093
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6094
- 'X-Api-Client-Version': '1.205.0',
6094
+ 'X-Api-Client-Version': '1.207.0',
6095
6095
  'Content-Type': 'application/json'
6096
6096
  };
6097
6097
  if (tenantOrgId) {
@@ -59935,7 +59935,6 @@ var __extends = (this && this.__extends) || (function () {
59935
59935
  })();
59936
59936
  Object.defineProperty(exports, "__esModule", ({ value: true }));
59937
59937
  exports.Av1PerTitleConfiguration = void 0;
59938
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59939
59938
  var PerTitleConfiguration_1 = __webpack_require__(/*! ./PerTitleConfiguration */ "./models/PerTitleConfiguration.ts");
59940
59939
  /**
59941
59940
  * @export
@@ -59948,7 +59947,6 @@ var Av1PerTitleConfiguration = /** @class */ (function (_super) {
59948
59947
  if (!obj) {
59949
59948
  return _this;
59950
59949
  }
59951
- _this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
59952
59950
  return _this;
59953
59951
  }
59954
59952
  return Av1PerTitleConfiguration;
@@ -70648,7 +70646,6 @@ var H264PerTitleConfiguration = /** @class */ (function (_super) {
70648
70646
  if (!obj) {
70649
70647
  return _this;
70650
70648
  }
70651
- _this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
70652
70649
  _this.codecMinBitrateFactor = (0, Mapper_1.map)(obj.codecMinBitrateFactor);
70653
70650
  _this.codecMaxBitrateFactor = (0, Mapper_1.map)(obj.codecMaxBitrateFactor);
70654
70651
  _this.codecBufsizeFactor = (0, Mapper_1.map)(obj.codecBufsizeFactor);
@@ -70948,7 +70945,6 @@ var H265PerTitleConfiguration = /** @class */ (function (_super) {
70948
70945
  if (!obj) {
70949
70946
  return _this;
70950
70947
  }
70951
- _this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
70952
70948
  _this.codecMinBitrateFactor = (0, Mapper_1.map)(obj.codecMinBitrateFactor);
70953
70949
  _this.codecMaxBitrateFactor = (0, Mapper_1.map)(obj.codecMaxBitrateFactor);
70954
70950
  _this.codecBufsizeFactor = (0, Mapper_1.map)(obj.codecBufsizeFactor);
@@ -76373,6 +76369,8 @@ var PerTitleConfiguration = /** @class */ (function () {
76373
76369
  this.autoRepresentations = (0, Mapper_1.map)(obj.autoRepresentations, AutoRepresentation_1.default);
76374
76370
  this.complexityFactor = (0, Mapper_1.map)(obj.complexityFactor);
76375
76371
  this.fixedResolutionAndBitrateConfiguration = (0, Mapper_1.map)(obj.fixedResolutionAndBitrateConfiguration, PerTitleFixedResolutionAndBitrateConfiguration_1.default);
76372
+ this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
76373
+ this.resolutionScaleFactor = (0, Mapper_1.map)(obj.resolutionScaleFactor);
76376
76374
  }
76377
76375
  return PerTitleConfiguration;
76378
76376
  }());
@@ -78407,6 +78405,7 @@ var ResetLiveManifestTimeShift = /** @class */ (function (_super) {
78407
78405
  return _this;
78408
78406
  }
78409
78407
  _this.residualPeriodInSeconds = (0, Mapper_1.map)(obj.residualPeriodInSeconds);
78408
+ _this.offsetInSeconds = (0, Mapper_1.map)(obj.offsetInSeconds);
78410
78409
  _this.manifestIds = (0, Mapper_1.mapArray)(obj.manifestIds);
78411
78410
  _this.shiftProgressiveMuxingStartPosition = (0, Mapper_1.map)(obj.shiftProgressiveMuxingStartPosition);
78412
78411
  return _this;
@@ -86468,7 +86467,6 @@ var __extends = (this && this.__extends) || (function () {
86468
86467
  })();
86469
86468
  Object.defineProperty(exports, "__esModule", ({ value: true }));
86470
86469
  exports.Vp9PerTitleConfiguration = void 0;
86471
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
86472
86470
  var PerTitleConfiguration_1 = __webpack_require__(/*! ./PerTitleConfiguration */ "./models/PerTitleConfiguration.ts");
86473
86471
  /**
86474
86472
  * @export
@@ -86481,7 +86479,6 @@ var Vp9PerTitleConfiguration = /** @class */ (function (_super) {
86481
86479
  if (!obj) {
86482
86480
  return _this;
86483
86481
  }
86484
- _this.targetQualityCrf = (0, Mapper_1.map)(obj.targetQualityCrf);
86485
86482
  return _this;
86486
86483
  }
86487
86484
  return Vp9PerTitleConfiguration;