@bitmovin/api-sdk 1.235.0 → 1.236.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.235.0
34
+ npm install @bitmovin/api-sdk@1.236.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -7032,7 +7032,7 @@ var HeaderHandler = /** @class */ (function (_super) {
7032
7032
  var headers = {
7033
7033
  'X-Api-Key': apiKey,
7034
7034
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
7035
- 'X-Api-Client-Version': '1.235.0',
7035
+ 'X-Api-Client-Version': '1.236.0',
7036
7036
  'Content-Type': 'application/json'
7037
7037
  };
7038
7038
  if (tenantOrgId) {
@@ -72966,6 +72966,7 @@ var Fmp4Muxing = /** @class */ (function (_super) {
72966
72966
  return _this;
72967
72967
  }
72968
72968
  _this.segmentLength = (0, Mapper_1.map)(obj.segmentLength);
72969
+ _this.minimumSegmentLength = (0, Mapper_1.map)(obj.minimumSegmentLength);
72969
72970
  _this.segmentNaming = (0, Mapper_1.map)(obj.segmentNaming);
72970
72971
  _this.segmentNamingTemplate = (0, Mapper_1.map)(obj.segmentNamingTemplate);
72971
72972
  _this.initSegmentName = (0, Mapper_1.map)(obj.initSegmentName);
@@ -74929,6 +74930,7 @@ var HlsManifestAdMarkerSettings = /** @class */ (function () {
74929
74930
  return;
74930
74931
  }
74931
74932
  this.enabledMarkerTypes = (0, Mapper_1.mapArray)(obj.enabledMarkerTypes);
74933
+ this.disablePreannouncing = (0, Mapper_1.map)(obj.disablePreannouncing);
74932
74934
  }
74933
74935
  return HlsManifestAdMarkerSettings;
74934
74936
  }());
@@ -88486,6 +88488,7 @@ var TsMuxing = /** @class */ (function (_super) {
88486
88488
  return _this;
88487
88489
  }
88488
88490
  _this.segmentLength = (0, Mapper_1.map)(obj.segmentLength);
88491
+ _this.minimumSegmentLength = (0, Mapper_1.map)(obj.minimumSegmentLength);
88489
88492
  _this.segmentNaming = (0, Mapper_1.map)(obj.segmentNaming);
88490
88493
  _this.segmentNamingTemplate = (0, Mapper_1.map)(obj.segmentNamingTemplate);
88491
88494
  _this.startOffset = (0, Mapper_1.map)(obj.startOffset);