@bitmovin/api-sdk 1.241.0 → 1.242.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.241.0
34
+ npm install @bitmovin/api-sdk@1.242.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -7218,7 +7218,7 @@ var HeaderHandler = /** @class */ (function (_super) {
7218
7218
  var headers = {
7219
7219
  'X-Api-Key': apiKey,
7220
7220
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
7221
- 'X-Api-Client-Version': '1.241.0',
7221
+ 'X-Api-Client-Version': '1.242.0',
7222
7222
  'Content-Type': 'application/json'
7223
7223
  };
7224
7224
  if (tenantOrgId) {
@@ -58268,6 +58268,30 @@ exports.AdAnalyticsVarianceQueryRequest = AdAnalyticsVarianceQueryRequest;
58268
58268
  exports["default"] = AdAnalyticsVarianceQueryRequest;
58269
58269
 
58270
58270
 
58271
+ /***/ }),
58272
+
58273
+ /***/ "./models/AdMarkersSource.ts":
58274
+ /*!***********************************!*\
58275
+ !*** ./models/AdMarkersSource.ts ***!
58276
+ \***********************************/
58277
+ /***/ ((__unused_webpack_module, exports) => {
58278
+
58279
+ "use strict";
58280
+
58281
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
58282
+ exports.AdMarkersSource = void 0;
58283
+ /**
58284
+ * @export
58285
+ * @enum {string}
58286
+ */
58287
+ var AdMarkersSource;
58288
+ (function (AdMarkersSource) {
58289
+ AdMarkersSource["MANIFEST"] = "MANIFEST";
58290
+ AdMarkersSource["SEGMENTS"] = "SEGMENTS";
58291
+ })(AdMarkersSource || (exports.AdMarkersSource = AdMarkersSource = {}));
58292
+ exports["default"] = AdMarkersSource;
58293
+
58294
+
58271
58295
  /***/ }),
58272
58296
 
58273
58297
  /***/ "./models/AdPosition.ts":
@@ -75094,6 +75118,7 @@ var HlsInput = /** @class */ (function (_super) {
75094
75118
  return _this;
75095
75119
  }
75096
75120
  _this.url = (0, Mapper_1.map)(obj.url);
75121
+ _this.adMarkersSource = (0, Mapper_1.map)(obj.adMarkersSource);
75097
75122
  return _this;
75098
75123
  }
75099
75124
  return HlsInput;
@@ -79160,6 +79185,7 @@ var Mp4Muxing = /** @class */ (function (_super) {
79160
79185
  }
79161
79186
  _this.filename = (0, Mapper_1.map)(obj.filename);
79162
79187
  _this.fragmentDuration = (0, Mapper_1.map)(obj.fragmentDuration);
79188
+ _this.minimumFragmentDuration = (0, Mapper_1.map)(obj.minimumFragmentDuration);
79163
79189
  _this.fragmentedMP4MuxingManifestType = (0, Mapper_1.map)(obj.fragmentedMP4MuxingManifestType);
79164
79190
  _this.dolbyVisionConfiguration = (0, Mapper_1.map)(obj.dolbyVisionConfiguration, DolbyVisionMuxingConfiguration_1.default);
79165
79191
  return _this;
@@ -91059,6 +91085,7 @@ __exportStar(__webpack_require__(/*! ./AdAnalyticsQueryRequest */ "./models/AdAn
91059
91085
  __exportStar(__webpack_require__(/*! ./AdAnalyticsStddevQueryRequest */ "./models/AdAnalyticsStddevQueryRequest.ts"), exports);
91060
91086
  __exportStar(__webpack_require__(/*! ./AdAnalyticsSumQueryRequest */ "./models/AdAnalyticsSumQueryRequest.ts"), exports);
91061
91087
  __exportStar(__webpack_require__(/*! ./AdAnalyticsVarianceQueryRequest */ "./models/AdAnalyticsVarianceQueryRequest.ts"), exports);
91088
+ __exportStar(__webpack_require__(/*! ./AdMarkersSource */ "./models/AdMarkersSource.ts"), exports);
91062
91089
  __exportStar(__webpack_require__(/*! ./AdPosition */ "./models/AdPosition.ts"), exports);
91063
91090
  __exportStar(__webpack_require__(/*! ./AdaptationSet */ "./models/AdaptationSet.ts"), exports);
91064
91091
  __exportStar(__webpack_require__(/*! ./AdaptationSetRole */ "./models/AdaptationSetRole.ts"), exports);