@bitmovin/api-sdk 1.277.0 → 1.278.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.
Files changed (46) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +279 -45
  3. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  4. package/dist/common/RestClient.js +1 -1
  5. package/dist/models/AdvisoryAnalysisStatus.d.ts +9 -0
  6. package/dist/models/AdvisoryAnalysisStatus.js +13 -0
  7. package/dist/models/AdvisoryCategory.d.ts +9 -0
  8. package/dist/models/AdvisoryCategory.js +13 -0
  9. package/dist/models/AdvisoryConfidence.d.ts +11 -0
  10. package/dist/models/AdvisoryConfidence.js +15 -0
  11. package/dist/models/AiSceneAnalysisFeatures.d.ts +7 -0
  12. package/dist/models/AiSceneAnalysisFeatures.js +2 -0
  13. package/dist/models/AiSceneAnalysisRegulatoryAdvisories.d.ts +15 -0
  14. package/dist/models/AiSceneAnalysisRegulatoryAdvisories.js +18 -0
  15. package/dist/models/AkamaiMslOutput.d.ts +8 -1
  16. package/dist/models/AkamaiMslOutput.js +2 -0
  17. package/dist/models/AkamaiMslVersion.d.ts +2 -1
  18. package/dist/models/AkamaiMslVersion.js +1 -0
  19. package/dist/models/Condition.d.ts +1 -1
  20. package/dist/models/ConditionAttribute.d.ts +2 -1
  21. package/dist/models/ConditionAttribute.js +1 -0
  22. package/dist/models/ContentAdvisory.d.ts +29 -0
  23. package/dist/models/ContentAdvisory.js +21 -0
  24. package/dist/models/H265V2PerTitleConfiguration.d.ts +0 -6
  25. package/dist/models/H265V2PerTitleConfiguration.js +0 -1
  26. package/dist/models/H265V2RateControlModeConfig.d.ts +2 -3
  27. package/dist/models/H265V2RateControlModeConfig.js +2 -3
  28. package/dist/models/H265V2RateControlModeConfigType.d.ts +1 -2
  29. package/dist/models/H265V2RateControlModeConfigType.js +0 -1
  30. package/dist/models/MslPublishingAuthentication.d.ts +27 -0
  31. package/dist/models/MslPublishingAuthentication.js +21 -0
  32. package/dist/models/RegulatoryAdvisoryTopic.d.ts +8 -0
  33. package/dist/models/RegulatoryAdvisoryTopic.js +12 -0
  34. package/dist/models/SceneAnalysisListItem.d.ts +7 -0
  35. package/dist/models/SceneAnalysisListItem.js +2 -0
  36. package/dist/models/SceneAnalysisMatchingSegment.d.ts +46 -0
  37. package/dist/models/SceneAnalysisMatchingSegment.js +24 -0
  38. package/dist/models/Shot.d.ts +7 -0
  39. package/dist/models/Shot.js +2 -0
  40. package/dist/models/ShotAdvisories.d.ts +23 -0
  41. package/dist/models/ShotAdvisories.js +21 -0
  42. package/dist/models/index.d.ts +9 -1
  43. package/dist/models/index.js +9 -1
  44. package/package.json +1 -1
  45. package/dist/models/H265V2ConstantBitrateModeConfig.d.ts +0 -22
  46. package/dist/models/H265V2ConstantBitrateModeConfig.js +0 -27
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.277.0
34
+ npm install @bitmovin/api-sdk@1.278.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -4327,7 +4327,7 @@ class HeaderHandler extends DelegatingHandler {
4327
4327
  const headers = {
4328
4328
  'X-Api-Key': apiKey,
4329
4329
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
4330
- 'X-Api-Client-Version': '1.277.0',
4330
+ 'X-Api-Client-Version': '1.278.0',
4331
4331
  'Content-Type': 'application/json'
4332
4332
  };
4333
4333
  if (tenantOrgId) {
@@ -48248,6 +48248,80 @@ var AdaptiveQuantMode;
48248
48248
  exports["default"] = AdaptiveQuantMode;
48249
48249
 
48250
48250
 
48251
+ /***/ },
48252
+
48253
+ /***/ "./models/AdvisoryAnalysisStatus.ts"
48254
+ /*!******************************************!*\
48255
+ !*** ./models/AdvisoryAnalysisStatus.ts ***!
48256
+ \******************************************/
48257
+ (__unused_webpack_module, exports) {
48258
+
48259
+ "use strict";
48260
+
48261
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
48262
+ exports.AdvisoryAnalysisStatus = void 0;
48263
+ /**
48264
+ * @export
48265
+ * @enum {string}
48266
+ */
48267
+ var AdvisoryAnalysisStatus;
48268
+ (function (AdvisoryAnalysisStatus) {
48269
+ AdvisoryAnalysisStatus["ANALYZED"] = "ANALYZED";
48270
+ AdvisoryAnalysisStatus["BLOCKED"] = "BLOCKED";
48271
+ })(AdvisoryAnalysisStatus || (exports.AdvisoryAnalysisStatus = AdvisoryAnalysisStatus = {}));
48272
+ exports["default"] = AdvisoryAnalysisStatus;
48273
+
48274
+
48275
+ /***/ },
48276
+
48277
+ /***/ "./models/AdvisoryCategory.ts"
48278
+ /*!************************************!*\
48279
+ !*** ./models/AdvisoryCategory.ts ***!
48280
+ \************************************/
48281
+ (__unused_webpack_module, exports) {
48282
+
48283
+ "use strict";
48284
+
48285
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
48286
+ exports.AdvisoryCategory = void 0;
48287
+ /**
48288
+ * @export
48289
+ * @enum {string}
48290
+ */
48291
+ var AdvisoryCategory;
48292
+ (function (AdvisoryCategory) {
48293
+ AdvisoryCategory["TOBACCO"] = "TOBACCO";
48294
+ AdvisoryCategory["VAPE"] = "VAPE";
48295
+ })(AdvisoryCategory || (exports.AdvisoryCategory = AdvisoryCategory = {}));
48296
+ exports["default"] = AdvisoryCategory;
48297
+
48298
+
48299
+ /***/ },
48300
+
48301
+ /***/ "./models/AdvisoryConfidence.ts"
48302
+ /*!**************************************!*\
48303
+ !*** ./models/AdvisoryConfidence.ts ***!
48304
+ \**************************************/
48305
+ (__unused_webpack_module, exports) {
48306
+
48307
+ "use strict";
48308
+
48309
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
48310
+ exports.AdvisoryConfidence = void 0;
48311
+ /**
48312
+ * @export
48313
+ * @enum {string}
48314
+ */
48315
+ var AdvisoryConfidence;
48316
+ (function (AdvisoryConfidence) {
48317
+ AdvisoryConfidence["HIGH"] = "HIGH";
48318
+ AdvisoryConfidence["MEDIUM"] = "MEDIUM";
48319
+ AdvisoryConfidence["LOW"] = "LOW";
48320
+ AdvisoryConfidence["UNKNOWN"] = "UNKNOWN";
48321
+ })(AdvisoryConfidence || (exports.AdvisoryConfidence = AdvisoryConfidence = {}));
48322
+ exports["default"] = AdvisoryConfidence;
48323
+
48324
+
48251
48325
  /***/ },
48252
48326
 
48253
48327
  /***/ "./models/AesEncryptionDrm.ts"
@@ -48878,6 +48952,7 @@ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts
48878
48952
  const AiSceneAnalysisAssetDescription_1 = __webpack_require__(/*! ./AiSceneAnalysisAssetDescription */ "./models/AiSceneAnalysisAssetDescription.ts");
48879
48953
  const AiSceneAnalysisAutomaticAdPlacement_1 = __webpack_require__(/*! ./AiSceneAnalysisAutomaticAdPlacement */ "./models/AiSceneAnalysisAutomaticAdPlacement.ts");
48880
48954
  const AiSceneAnalysisOutputLanguageCodes_1 = __webpack_require__(/*! ./AiSceneAnalysisOutputLanguageCodes */ "./models/AiSceneAnalysisOutputLanguageCodes.ts");
48955
+ const AiSceneAnalysisRegulatoryAdvisories_1 = __webpack_require__(/*! ./AiSceneAnalysisRegulatoryAdvisories */ "./models/AiSceneAnalysisRegulatoryAdvisories.ts");
48881
48956
  /**
48882
48957
  * @export
48883
48958
  * @class AiSceneAnalysisFeatures
@@ -48890,6 +48965,7 @@ class AiSceneAnalysisFeatures {
48890
48965
  this.assetDescription = (0, Mapper_1.map)(obj.assetDescription, AiSceneAnalysisAssetDescription_1.default);
48891
48966
  this.automaticAdPlacement = (0, Mapper_1.map)(obj.automaticAdPlacement, AiSceneAnalysisAutomaticAdPlacement_1.default);
48892
48967
  this.outputLanguageCodes = (0, Mapper_1.map)(obj.outputLanguageCodes, AiSceneAnalysisOutputLanguageCodes_1.default);
48968
+ this.regulatoryAdvisories = (0, Mapper_1.map)(obj.regulatoryAdvisories, AiSceneAnalysisRegulatoryAdvisories_1.default);
48893
48969
  }
48894
48970
  }
48895
48971
  exports.AiSceneAnalysisFeatures = AiSceneAnalysisFeatures;
@@ -48925,6 +49001,35 @@ exports.AiSceneAnalysisOutputLanguageCodes = AiSceneAnalysisOutputLanguageCodes;
48925
49001
  exports["default"] = AiSceneAnalysisOutputLanguageCodes;
48926
49002
 
48927
49003
 
49004
+ /***/ },
49005
+
49006
+ /***/ "./models/AiSceneAnalysisRegulatoryAdvisories.ts"
49007
+ /*!*******************************************************!*\
49008
+ !*** ./models/AiSceneAnalysisRegulatoryAdvisories.ts ***!
49009
+ \*******************************************************/
49010
+ (__unused_webpack_module, exports, __webpack_require__) {
49011
+
49012
+ "use strict";
49013
+
49014
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
49015
+ exports.AiSceneAnalysisRegulatoryAdvisories = void 0;
49016
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
49017
+ /**
49018
+ * @export
49019
+ * @class AiSceneAnalysisRegulatoryAdvisories
49020
+ */
49021
+ class AiSceneAnalysisRegulatoryAdvisories {
49022
+ constructor(obj) {
49023
+ if (!obj) {
49024
+ return;
49025
+ }
49026
+ this.topics = (0, Mapper_1.mapArray)(obj.topics);
49027
+ }
49028
+ }
49029
+ exports.AiSceneAnalysisRegulatoryAdvisories = AiSceneAnalysisRegulatoryAdvisories;
49030
+ exports["default"] = AiSceneAnalysisRegulatoryAdvisories;
49031
+
49032
+
48928
49033
  /***/ },
48929
49034
 
48930
49035
  /***/ "./models/AkamaiAccount.ts"
@@ -49037,6 +49142,7 @@ exports["default"] = AkamaiCloudRegion;
49037
49142
  Object.defineProperty(exports, "__esModule", ({ value: true }));
49038
49143
  exports.AkamaiMslOutput = void 0;
49039
49144
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
49145
+ const MslPublishingAuthentication_1 = __webpack_require__(/*! ./MslPublishingAuthentication */ "./models/MslPublishingAuthentication.ts");
49040
49146
  const Output_1 = __webpack_require__(/*! ./Output */ "./models/Output.ts");
49041
49147
  const OutputType_1 = __webpack_require__(/*! ./OutputType */ "./models/OutputType.ts");
49042
49148
  /**
@@ -49059,6 +49165,7 @@ class AkamaiMslOutput extends Output_1.default {
49059
49165
  this.eventName = (0, Mapper_1.map)(obj.eventName);
49060
49166
  this.streamFormat = (0, Mapper_1.map)(obj.streamFormat);
49061
49167
  this.mslVersion = (0, Mapper_1.map)(obj.mslVersion);
49168
+ this.publishingAuthentication = (0, Mapper_1.map)(obj.publishingAuthentication, MslPublishingAuthentication_1.default);
49062
49169
  }
49063
49170
  }
49064
49171
  exports.AkamaiMslOutput = AkamaiMslOutput;
@@ -49109,6 +49216,7 @@ exports.AkamaiMslVersion = void 0;
49109
49216
  var AkamaiMslVersion;
49110
49217
  (function (AkamaiMslVersion) {
49111
49218
  AkamaiMslVersion["MSL4"] = "MSL4";
49219
+ AkamaiMslVersion["MSL5"] = "MSL5";
49112
49220
  })(AkamaiMslVersion || (exports.AkamaiMslVersion = AkamaiMslVersion = {}));
49113
49221
  exports["default"] = AkamaiMslVersion;
49114
49222
 
@@ -55716,6 +55824,7 @@ var ConditionAttribute;
55716
55824
  ConditionAttribute["ROTATION"] = "ROTATION";
55717
55825
  ConditionAttribute["CONNECTION_STATUS"] = "CONNECTION_STATUS";
55718
55826
  ConditionAttribute["CONNECTION_STATUS_JUST_CHANGED"] = "CONNECTION_STATUS_JUST_CHANGED";
55827
+ ConditionAttribute["STREAMID"] = "STREAMID";
55719
55828
  })(ConditionAttribute || (exports.ConditionAttribute = ConditionAttribute = {}));
55720
55829
  exports["default"] = ConditionAttribute;
55721
55830
 
@@ -55849,6 +55958,38 @@ exports.Content = Content;
55849
55958
  exports["default"] = Content;
55850
55959
 
55851
55960
 
55961
+ /***/ },
55962
+
55963
+ /***/ "./models/ContentAdvisory.ts"
55964
+ /*!***********************************!*\
55965
+ !*** ./models/ContentAdvisory.ts ***!
55966
+ \***********************************/
55967
+ (__unused_webpack_module, exports, __webpack_require__) {
55968
+
55969
+ "use strict";
55970
+
55971
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
55972
+ exports.ContentAdvisory = void 0;
55973
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
55974
+ /**
55975
+ * A single piece of advisory-relevant imagery detected within a shot, for example for regulatory on-screen disclaimers
55976
+ * @export
55977
+ * @class ContentAdvisory
55978
+ */
55979
+ class ContentAdvisory {
55980
+ constructor(obj) {
55981
+ if (!obj) {
55982
+ return;
55983
+ }
55984
+ this.category = (0, Mapper_1.map)(obj.category);
55985
+ this.confidence = (0, Mapper_1.map)(obj.confidence);
55986
+ this.reason = (0, Mapper_1.map)(obj.reason);
55987
+ }
55988
+ }
55989
+ exports.ContentAdvisory = ContentAdvisory;
55990
+ exports["default"] = ContentAdvisory;
55991
+
55992
+
55852
55993
  /***/ },
55853
55994
 
55854
55995
  /***/ "./models/ContentProtection.ts"
@@ -62646,44 +62787,6 @@ exports.H265PerTitleConfiguration = H265PerTitleConfiguration;
62646
62787
  exports["default"] = H265PerTitleConfiguration;
62647
62788
 
62648
62789
 
62649
- /***/ },
62650
-
62651
- /***/ "./models/H265V2ConstantBitrateModeConfig.ts"
62652
- /*!***************************************************!*\
62653
- !*** ./models/H265V2ConstantBitrateModeConfig.ts ***!
62654
- \***************************************************/
62655
- (__unused_webpack_module, exports, __webpack_require__) {
62656
-
62657
- "use strict";
62658
-
62659
- Object.defineProperty(exports, "__esModule", ({ value: true }));
62660
- exports.H265V2ConstantBitrateModeConfig = void 0;
62661
- const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
62662
- const H265V2RateControlModeConfig_1 = __webpack_require__(/*! ./H265V2RateControlModeConfig */ "./models/H265V2RateControlModeConfig.ts");
62663
- const H265V2RateControlModeConfigType_1 = __webpack_require__(/*! ./H265V2RateControlModeConfigType */ "./models/H265V2RateControlModeConfigType.ts");
62664
- /**
62665
- * @export
62666
- * @class H265V2ConstantBitrateModeConfig
62667
- */
62668
- class H265V2ConstantBitrateModeConfig extends H265V2RateControlModeConfig_1.default {
62669
- constructor(obj) {
62670
- super(obj);
62671
- /**
62672
- * Discriminator property for H265V2RateControlModeConfig
62673
- * @type {string}
62674
- * @memberof H265V2ConstantBitrateModeConfig
62675
- */
62676
- this.type = H265V2RateControlModeConfigType_1.default.CONSTANT_BITRATE_MODE;
62677
- if (!obj) {
62678
- return;
62679
- }
62680
- this.fillerdata = (0, Mapper_1.map)(obj.fillerdata);
62681
- }
62682
- }
62683
- exports.H265V2ConstantBitrateModeConfig = H265V2ConstantBitrateModeConfig;
62684
- exports["default"] = H265V2ConstantBitrateModeConfig;
62685
-
62686
-
62687
62790
  /***/ },
62688
62791
 
62689
62792
  /***/ "./models/H265V2MotionCompensatedTemporalFiltering.ts"
@@ -62735,7 +62838,6 @@ class H265V2PerTitleConfiguration extends PerTitleConfiguration_1.default {
62735
62838
  }
62736
62839
  this.codecMinBitrateFactor = (0, Mapper_1.map)(obj.codecMinBitrateFactor);
62737
62840
  this.codecMaxBitrateFactor = (0, Mapper_1.map)(obj.codecMaxBitrateFactor);
62738
- this.codecBufsizeFactor = (0, Mapper_1.map)(obj.codecBufsizeFactor);
62739
62841
  this.targetQualityQp = (0, Mapper_1.map)(obj.targetQualityQp);
62740
62842
  }
62741
62843
  }
@@ -62848,7 +62950,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
62848
62950
  exports.H265V2RateControlModeConfig = void 0;
62849
62951
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
62850
62952
  /**
62851
- * Rate control mode configuration. Use H265V2PerceptualQualityModeConfig for PQP mode or H265V2ConstantBitrateModeConfig for CBR mode.
62953
+ * Rate control mode configuration. Use H265V2PerceptualQualityModeConfig for PQP mode.
62852
62954
  * @export
62853
62955
  * @class H265V2RateControlModeConfig
62854
62956
  */
@@ -62863,8 +62965,7 @@ class H265V2RateControlModeConfig {
62863
62965
  exports.H265V2RateControlModeConfig = H265V2RateControlModeConfig;
62864
62966
  H265V2RateControlModeConfig._discriminatorName = 'type';
62865
62967
  H265V2RateControlModeConfig._discriminatorMapping = {
62866
- "PERCEPTUAL_QUALITY_MODE": 'H265V2PerceptualQualityModeConfig',
62867
- "CONSTANT_BITRATE_MODE": 'H265V2ConstantBitrateModeConfig'
62968
+ "PERCEPTUAL_QUALITY_MODE": 'H265V2PerceptualQualityModeConfig'
62868
62969
  };
62869
62970
  exports["default"] = H265V2RateControlModeConfig;
62870
62971
 
@@ -62888,7 +62989,6 @@ exports.H265V2RateControlModeConfigType = void 0;
62888
62989
  var H265V2RateControlModeConfigType;
62889
62990
  (function (H265V2RateControlModeConfigType) {
62890
62991
  H265V2RateControlModeConfigType["PERCEPTUAL_QUALITY_MODE"] = "PERCEPTUAL_QUALITY_MODE";
62891
- H265V2RateControlModeConfigType["CONSTANT_BITRATE_MODE"] = "CONSTANT_BITRATE_MODE";
62892
62992
  })(H265V2RateControlModeConfigType || (exports.H265V2RateControlModeConfigType = H265V2RateControlModeConfigType = {}));
62893
62993
  exports["default"] = H265V2RateControlModeConfigType;
62894
62994
 
@@ -67426,6 +67526,38 @@ exports.Mp4MuxingInformation = Mp4MuxingInformation;
67426
67526
  exports["default"] = Mp4MuxingInformation;
67427
67527
 
67428
67528
 
67529
+ /***/ },
67530
+
67531
+ /***/ "./models/MslPublishingAuthentication.ts"
67532
+ /*!***********************************************!*\
67533
+ !*** ./models/MslPublishingAuthentication.ts ***!
67534
+ \***********************************************/
67535
+ (__unused_webpack_module, exports, __webpack_require__) {
67536
+
67537
+ "use strict";
67538
+
67539
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
67540
+ exports.MslPublishingAuthentication = void 0;
67541
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
67542
+ /**
67543
+ * MSL5 publishing-side authentication. When enabled, the encoder sends HTTP Digest Authentication headers with every segment upload. When `enabled` is `true`, `username` and `password` are required; the API rejects the request otherwise. When `enabled` is `false` (or this object is omitted), credentials are ignored.
67544
+ * @export
67545
+ * @class MslPublishingAuthentication
67546
+ */
67547
+ class MslPublishingAuthentication {
67548
+ constructor(obj) {
67549
+ if (!obj) {
67550
+ return;
67551
+ }
67552
+ this.enabled = (0, Mapper_1.map)(obj.enabled);
67553
+ this.username = (0, Mapper_1.map)(obj.username);
67554
+ this.password = (0, Mapper_1.map)(obj.password);
67555
+ }
67556
+ }
67557
+ exports.MslPublishingAuthentication = MslPublishingAuthentication;
67558
+ exports["default"] = MslPublishingAuthentication;
67559
+
67560
+
67429
67561
  /***/ },
67430
67562
 
67431
67563
  /***/ "./models/Muxing.ts"
@@ -70546,6 +70678,29 @@ exports.RedundantRtmpInput = RedundantRtmpInput;
70546
70678
  exports["default"] = RedundantRtmpInput;
70547
70679
 
70548
70680
 
70681
+ /***/ },
70682
+
70683
+ /***/ "./models/RegulatoryAdvisoryTopic.ts"
70684
+ /*!*******************************************!*\
70685
+ !*** ./models/RegulatoryAdvisoryTopic.ts ***!
70686
+ \*******************************************/
70687
+ (__unused_webpack_module, exports) {
70688
+
70689
+ "use strict";
70690
+
70691
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
70692
+ exports.RegulatoryAdvisoryTopic = void 0;
70693
+ /**
70694
+ * @export
70695
+ * @enum {string}
70696
+ */
70697
+ var RegulatoryAdvisoryTopic;
70698
+ (function (RegulatoryAdvisoryTopic) {
70699
+ RegulatoryAdvisoryTopic["TOBACCO"] = "TOBACCO";
70700
+ })(RegulatoryAdvisoryTopic || (exports.RegulatoryAdvisoryTopic = RegulatoryAdvisoryTopic = {}));
70701
+ exports["default"] = RegulatoryAdvisoryTopic;
70702
+
70703
+
70549
70704
  /***/ },
70550
70705
 
70551
70706
  /***/ "./models/ReprioritizeEncodingRequest.ts"
@@ -71500,6 +71655,7 @@ exports["default"] = SceneAnalysisLanguagesResponse;
71500
71655
  Object.defineProperty(exports, "__esModule", ({ value: true }));
71501
71656
  exports.SceneAnalysisListItem = void 0;
71502
71657
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
71658
+ const SceneAnalysisMatchingSegment_1 = __webpack_require__(/*! ./SceneAnalysisMatchingSegment */ "./models/SceneAnalysisMatchingSegment.ts");
71503
71659
  /**
71504
71660
  * @export
71505
71661
  * @class SceneAnalysisListItem
@@ -71517,6 +71673,7 @@ class SceneAnalysisListItem {
71517
71673
  this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
71518
71674
  this.sceneCount = (0, Mapper_1.map)(obj.sceneCount);
71519
71675
  this.outputLanguageCodes = (0, Mapper_1.mapArray)(obj.outputLanguageCodes);
71676
+ this.matchingSegment = (0, Mapper_1.map)(obj.matchingSegment, SceneAnalysisMatchingSegment_1.default);
71520
71677
  }
71521
71678
  }
71522
71679
  exports.SceneAnalysisListItem = SceneAnalysisListItem;
@@ -71548,6 +71705,41 @@ var SceneAnalysisListSort;
71548
71705
  exports["default"] = SceneAnalysisListSort;
71549
71706
 
71550
71707
 
71708
+ /***/ },
71709
+
71710
+ /***/ "./models/SceneAnalysisMatchingSegment.ts"
71711
+ /*!************************************************!*\
71712
+ !*** ./models/SceneAnalysisMatchingSegment.ts ***!
71713
+ \************************************************/
71714
+ (__unused_webpack_module, exports, __webpack_require__) {
71715
+
71716
+ "use strict";
71717
+
71718
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
71719
+ exports.SceneAnalysisMatchingSegment = void 0;
71720
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
71721
+ /**
71722
+ * The scene segment that best matches a semantic-search query
71723
+ * @export
71724
+ * @class SceneAnalysisMatchingSegment
71725
+ */
71726
+ class SceneAnalysisMatchingSegment {
71727
+ constructor(obj) {
71728
+ if (!obj) {
71729
+ return;
71730
+ }
71731
+ this.sceneId = (0, Mapper_1.map)(obj.sceneId);
71732
+ this.sceneType = (0, Mapper_1.map)(obj.sceneType);
71733
+ this.sceneTitle = (0, Mapper_1.map)(obj.sceneTitle);
71734
+ this.sceneDescription = (0, Mapper_1.map)(obj.sceneDescription);
71735
+ this.startInSeconds = (0, Mapper_1.map)(obj.startInSeconds);
71736
+ this.endInSeconds = (0, Mapper_1.map)(obj.endInSeconds);
71737
+ }
71738
+ }
71739
+ exports.SceneAnalysisMatchingSegment = SceneAnalysisMatchingSegment;
71740
+ exports["default"] = SceneAnalysisMatchingSegment;
71741
+
71742
+
71551
71743
  /***/ },
71552
71744
 
71553
71745
  /***/ "./models/SceneDynamics.ts"
@@ -72058,6 +72250,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
72058
72250
  exports.Shot = void 0;
72059
72251
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
72060
72252
  const MainSubject_1 = __webpack_require__(/*! ./MainSubject */ "./models/MainSubject.ts");
72253
+ const ShotAdvisories_1 = __webpack_require__(/*! ./ShotAdvisories */ "./models/ShotAdvisories.ts");
72061
72254
  /**
72062
72255
  * Represents a continuous camera shot within a scene, containing detailed visual analysis including subjects, timing, and descriptive metadata
72063
72256
  * @export
@@ -72073,12 +72266,45 @@ class Shot {
72073
72266
  this.detailedDescription = (0, Mapper_1.map)(obj.detailedDescription);
72074
72267
  this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
72075
72268
  this.mainSubjects = (0, Mapper_1.mapArray)(obj.mainSubjects, MainSubject_1.default);
72269
+ this.shotAdvisories = (0, Mapper_1.map)(obj.shotAdvisories, ShotAdvisories_1.default);
72076
72270
  }
72077
72271
  }
72078
72272
  exports.Shot = Shot;
72079
72273
  exports["default"] = Shot;
72080
72274
 
72081
72275
 
72276
+ /***/ },
72277
+
72278
+ /***/ "./models/ShotAdvisories.ts"
72279
+ /*!**********************************!*\
72280
+ !*** ./models/ShotAdvisories.ts ***!
72281
+ \**********************************/
72282
+ (__unused_webpack_module, exports, __webpack_require__) {
72283
+
72284
+ "use strict";
72285
+
72286
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
72287
+ exports.ShotAdvisories = void 0;
72288
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
72289
+ const ContentAdvisory_1 = __webpack_require__(/*! ./ContentAdvisory */ "./models/ContentAdvisory.ts");
72290
+ /**
72291
+ * The result of content advisory detection for a shot, covering both what was detected and whether the shot was assessed at all
72292
+ * @export
72293
+ * @class ShotAdvisories
72294
+ */
72295
+ class ShotAdvisories {
72296
+ constructor(obj) {
72297
+ if (!obj) {
72298
+ return;
72299
+ }
72300
+ this.status = (0, Mapper_1.map)(obj.status);
72301
+ this.advisories = (0, Mapper_1.mapArray)(obj.advisories, ContentAdvisory_1.default);
72302
+ }
72303
+ }
72304
+ exports.ShotAdvisories = ShotAdvisories;
72305
+ exports["default"] = ShotAdvisories;
72306
+
72307
+
72082
72308
  /***/ },
72083
72309
 
72084
72310
  /***/ "./models/SidecarErrorMode.ts"
@@ -77676,6 +77902,9 @@ __exportStar(__webpack_require__(/*! ./AdaptationSetRole */ "./models/Adaptation
77676
77902
  __exportStar(__webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts"), exports);
77677
77903
  __exportStar(__webpack_require__(/*! ./AdaptationSetTypeResponse */ "./models/AdaptationSetTypeResponse.ts"), exports);
77678
77904
  __exportStar(__webpack_require__(/*! ./AdaptiveQuantMode */ "./models/AdaptiveQuantMode.ts"), exports);
77905
+ __exportStar(__webpack_require__(/*! ./AdvisoryAnalysisStatus */ "./models/AdvisoryAnalysisStatus.ts"), exports);
77906
+ __exportStar(__webpack_require__(/*! ./AdvisoryCategory */ "./models/AdvisoryCategory.ts"), exports);
77907
+ __exportStar(__webpack_require__(/*! ./AdvisoryConfidence */ "./models/AdvisoryConfidence.ts"), exports);
77679
77908
  __exportStar(__webpack_require__(/*! ./AesEncryptionDrm */ "./models/AesEncryptionDrm.ts"), exports);
77680
77909
  __exportStar(__webpack_require__(/*! ./AesEncryptionMethod */ "./models/AesEncryptionMethod.ts"), exports);
77681
77910
  __exportStar(__webpack_require__(/*! ./AgeRange */ "./models/AgeRange.ts"), exports);
@@ -77697,6 +77926,7 @@ __exportStar(__webpack_require__(/*! ./AiSceneAnalysisAssetDescription */ "./mod
77697
77926
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysisAutomaticAdPlacement */ "./models/AiSceneAnalysisAutomaticAdPlacement.ts"), exports);
77698
77927
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysisFeatures */ "./models/AiSceneAnalysisFeatures.ts"), exports);
77699
77928
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysisOutputLanguageCodes */ "./models/AiSceneAnalysisOutputLanguageCodes.ts"), exports);
77929
+ __exportStar(__webpack_require__(/*! ./AiSceneAnalysisRegulatoryAdvisories */ "./models/AiSceneAnalysisRegulatoryAdvisories.ts"), exports);
77700
77930
  __exportStar(__webpack_require__(/*! ./AkamaiAccount */ "./models/AkamaiAccount.ts"), exports);
77701
77931
  __exportStar(__webpack_require__(/*! ./AkamaiAccountRegionSettings */ "./models/AkamaiAccountRegionSettings.ts"), exports);
77702
77932
  __exportStar(__webpack_require__(/*! ./AkamaiCloudRegion */ "./models/AkamaiCloudRegion.ts"), exports);
@@ -77885,6 +78115,7 @@ __exportStar(__webpack_require__(/*! ./ConditionOperator */ "./models/ConditionO
77885
78115
  __exportStar(__webpack_require__(/*! ./ConditionType */ "./models/ConditionType.ts"), exports);
77886
78116
  __exportStar(__webpack_require__(/*! ./ConformFilter */ "./models/ConformFilter.ts"), exports);
77887
78117
  __exportStar(__webpack_require__(/*! ./Content */ "./models/Content.ts"), exports);
78118
+ __exportStar(__webpack_require__(/*! ./ContentAdvisory */ "./models/ContentAdvisory.ts"), exports);
77888
78119
  __exportStar(__webpack_require__(/*! ./ContentProtection */ "./models/ContentProtection.ts"), exports);
77889
78120
  __exportStar(__webpack_require__(/*! ./ConvertSccCaption */ "./models/ConvertSccCaption.ts"), exports);
77890
78121
  __exportStar(__webpack_require__(/*! ./ConvertSccCaptionWebVttSettings */ "./models/ConvertSccCaptionWebVttSettings.ts"), exports);
@@ -78094,7 +78325,6 @@ __exportStar(__webpack_require__(/*! ./H264Trellis */ "./models/H264Trellis.ts")
78094
78325
  __exportStar(__webpack_require__(/*! ./H264VideoConfiguration */ "./models/H264VideoConfiguration.ts"), exports);
78095
78326
  __exportStar(__webpack_require__(/*! ./H265DynamicRangeFormat */ "./models/H265DynamicRangeFormat.ts"), exports);
78096
78327
  __exportStar(__webpack_require__(/*! ./H265PerTitleConfiguration */ "./models/H265PerTitleConfiguration.ts"), exports);
78097
- __exportStar(__webpack_require__(/*! ./H265V2ConstantBitrateModeConfig */ "./models/H265V2ConstantBitrateModeConfig.ts"), exports);
78098
78328
  __exportStar(__webpack_require__(/*! ./H265V2MotionCompensatedTemporalFiltering */ "./models/H265V2MotionCompensatedTemporalFiltering.ts"), exports);
78099
78329
  __exportStar(__webpack_require__(/*! ./H265V2PerTitleConfiguration */ "./models/H265V2PerTitleConfiguration.ts"), exports);
78100
78330
  __exportStar(__webpack_require__(/*! ./H265V2PerceptualEncodingMode */ "./models/H265V2PerceptualEncodingMode.ts"), exports);
@@ -78240,6 +78470,7 @@ __exportStar(__webpack_require__(/*! ./Mp3Muxing */ "./models/Mp3Muxing.ts"), ex
78240
78470
  __exportStar(__webpack_require__(/*! ./Mp3MuxingInformation */ "./models/Mp3MuxingInformation.ts"), exports);
78241
78471
  __exportStar(__webpack_require__(/*! ./Mp4Muxing */ "./models/Mp4Muxing.ts"), exports);
78242
78472
  __exportStar(__webpack_require__(/*! ./Mp4MuxingInformation */ "./models/Mp4MuxingInformation.ts"), exports);
78473
+ __exportStar(__webpack_require__(/*! ./MslPublishingAuthentication */ "./models/MslPublishingAuthentication.ts"), exports);
78243
78474
  __exportStar(__webpack_require__(/*! ./Muxing */ "./models/Muxing.ts"), exports);
78244
78475
  __exportStar(__webpack_require__(/*! ./MuxingInformationAudioTrack */ "./models/MuxingInformationAudioTrack.ts"), exports);
78245
78476
  __exportStar(__webpack_require__(/*! ./MuxingInformationVideoTrack */ "./models/MuxingInformationVideoTrack.ts"), exports);
@@ -78339,6 +78570,7 @@ __exportStar(__webpack_require__(/*! ./RateDistortionPenaltyMode */ "./models/Ra
78339
78570
  __exportStar(__webpack_require__(/*! ./Rating */ "./models/Rating.ts"), exports);
78340
78571
  __exportStar(__webpack_require__(/*! ./RawId3Tag */ "./models/RawId3Tag.ts"), exports);
78341
78572
  __exportStar(__webpack_require__(/*! ./RedundantRtmpInput */ "./models/RedundantRtmpInput.ts"), exports);
78573
+ __exportStar(__webpack_require__(/*! ./RegulatoryAdvisoryTopic */ "./models/RegulatoryAdvisoryTopic.ts"), exports);
78342
78574
  __exportStar(__webpack_require__(/*! ./ReprioritizeEncodingRequest */ "./models/ReprioritizeEncodingRequest.ts"), exports);
78343
78575
  __exportStar(__webpack_require__(/*! ./RescheduleEncodingRequest */ "./models/RescheduleEncodingRequest.ts"), exports);
78344
78576
  __exportStar(__webpack_require__(/*! ./ResetLiveManifestTimeShift */ "./models/ResetLiveManifestTimeShift.ts"), exports);
@@ -78369,6 +78601,7 @@ __exportStar(__webpack_require__(/*! ./SceneAnalysisDetailsResponse */ "./models
78369
78601
  __exportStar(__webpack_require__(/*! ./SceneAnalysisLanguagesResponse */ "./models/SceneAnalysisLanguagesResponse.ts"), exports);
78370
78602
  __exportStar(__webpack_require__(/*! ./SceneAnalysisListItem */ "./models/SceneAnalysisListItem.ts"), exports);
78371
78603
  __exportStar(__webpack_require__(/*! ./SceneAnalysisListSort */ "./models/SceneAnalysisListSort.ts"), exports);
78604
+ __exportStar(__webpack_require__(/*! ./SceneAnalysisMatchingSegment */ "./models/SceneAnalysisMatchingSegment.ts"), exports);
78372
78605
  __exportStar(__webpack_require__(/*! ./SceneDynamics */ "./models/SceneDynamics.ts"), exports);
78373
78606
  __exportStar(__webpack_require__(/*! ./SceneObject */ "./models/SceneObject.ts"), exports);
78374
78607
  __exportStar(__webpack_require__(/*! ./ScenePacing */ "./models/ScenePacing.ts"), exports);
@@ -78385,6 +78618,7 @@ __exportStar(__webpack_require__(/*! ./Setting */ "./models/Setting.ts"), export
78385
78618
  __exportStar(__webpack_require__(/*! ./SftpInput */ "./models/SftpInput.ts"), exports);
78386
78619
  __exportStar(__webpack_require__(/*! ./SftpOutput */ "./models/SftpOutput.ts"), exports);
78387
78620
  __exportStar(__webpack_require__(/*! ./Shot */ "./models/Shot.ts"), exports);
78621
+ __exportStar(__webpack_require__(/*! ./ShotAdvisories */ "./models/ShotAdvisories.ts"), exports);
78388
78622
  __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErrorMode.ts"), exports);
78389
78623
  __exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts"), exports);
78390
78624
  __exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);