@bitmovin/api-sdk 1.259.1 → 1.260.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.259.1
34
+ npm install @bitmovin/api-sdk@1.260.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -6657,7 +6657,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6657
6657
  var headers = {
6658
6658
  'X-Api-Key': apiKey,
6659
6659
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6660
- 'X-Api-Client-Version': '1.259.1',
6660
+ 'X-Api-Client-Version': '1.260.0',
6661
6661
  'Content-Type': 'application/json'
6662
6662
  };
6663
6663
  if (tenantOrgId) {
@@ -59339,6 +59339,7 @@ exports["default"] = AiSceneAnalysisAssetDescription;
59339
59339
  Object.defineProperty(exports, "__esModule", ({ value: true }));
59340
59340
  exports.AiSceneAnalysisAutomaticAdPlacement = void 0;
59341
59341
  var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59342
+ var AllSceneBoundaries_1 = __webpack_require__(/*! ./AllSceneBoundaries */ "./models/AllSceneBoundaries.ts");
59342
59343
  var AutomaticAdPlacementPosition_1 = __webpack_require__(/*! ./AutomaticAdPlacementPosition */ "./models/AutomaticAdPlacementPosition.ts");
59343
59344
  /**
59344
59345
  * @export
@@ -59350,6 +59351,7 @@ var AiSceneAnalysisAutomaticAdPlacement = /** @class */ (function () {
59350
59351
  return;
59351
59352
  }
59352
59353
  this.schedule = (0, Mapper_1.mapArray)(obj.schedule, AutomaticAdPlacementPosition_1.default);
59354
+ this.allSceneBoundaries = (0, Mapper_1.map)(obj.allSceneBoundaries, AllSceneBoundaries_1.default);
59353
59355
  }
59354
59356
  return AiSceneAnalysisAutomaticAdPlacement;
59355
59357
  }());
@@ -59780,6 +59782,37 @@ exports.AkamaiNetStorageOutput = AkamaiNetStorageOutput;
59780
59782
  exports["default"] = AkamaiNetStorageOutput;
59781
59783
 
59782
59784
 
59785
+ /***/ },
59786
+
59787
+ /***/ "./models/AllSceneBoundaries.ts"
59788
+ /*!**************************************!*\
59789
+ !*** ./models/AllSceneBoundaries.ts ***!
59790
+ \**************************************/
59791
+ (__unused_webpack_module, exports, __webpack_require__) {
59792
+
59793
+ "use strict";
59794
+
59795
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
59796
+ exports.AllSceneBoundaries = void 0;
59797
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59798
+ /**
59799
+ * @export
59800
+ * @class AllSceneBoundaries
59801
+ */
59802
+ var AllSceneBoundaries = /** @class */ (function () {
59803
+ function AllSceneBoundaries(obj) {
59804
+ if (!obj) {
59805
+ return;
59806
+ }
59807
+ this.isEnabled = (0, Mapper_1.map)(obj.isEnabled);
59808
+ this.insertCueTags = (0, Mapper_1.map)(obj.insertCueTags);
59809
+ }
59810
+ return AllSceneBoundaries;
59811
+ }());
59812
+ exports.AllSceneBoundaries = AllSceneBoundaries;
59813
+ exports["default"] = AllSceneBoundaries;
59814
+
59815
+
59783
59816
  /***/ },
59784
59817
 
59785
59818
  /***/ "./models/AnalyticsAbstractFilter.ts"
@@ -92745,6 +92778,7 @@ __exportStar(__webpack_require__(/*! ./AkamaiMslStreamFormat */ "./models/Akamai
92745
92778
  __exportStar(__webpack_require__(/*! ./AkamaiMslVersion */ "./models/AkamaiMslVersion.ts"), exports);
92746
92779
  __exportStar(__webpack_require__(/*! ./AkamaiNetStorageInput */ "./models/AkamaiNetStorageInput.ts"), exports);
92747
92780
  __exportStar(__webpack_require__(/*! ./AkamaiNetStorageOutput */ "./models/AkamaiNetStorageOutput.ts"), exports);
92781
+ __exportStar(__webpack_require__(/*! ./AllSceneBoundaries */ "./models/AllSceneBoundaries.ts"), exports);
92748
92782
  __exportStar(__webpack_require__(/*! ./AnalyticsAbstractFilter */ "./models/AnalyticsAbstractFilter.ts"), exports);
92749
92783
  __exportStar(__webpack_require__(/*! ./AnalyticsAttribute */ "./models/AnalyticsAttribute.ts"), exports);
92750
92784
  __exportStar(__webpack_require__(/*! ./AnalyticsAvgConcurrentViewersResponse */ "./models/AnalyticsAvgConcurrentViewersResponse.ts"), exports);