@bitmovin/api-sdk 1.277.0 → 1.279.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 (50) hide show
  1. package/README.md +1 -1
  2. package/dist/bitmovin-api-sdk.browser.js +280 -77
  3. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  4. package/dist/common/RestClient.js +1 -1
  5. package/dist/models/AdAnalyticsQueryRequest.d.ts +6 -0
  6. package/dist/models/AdAnalyticsQueryRequest.js +1 -0
  7. package/dist/models/AdvisoryAnalysisStatus.d.ts +9 -0
  8. package/dist/models/AdvisoryAnalysisStatus.js +13 -0
  9. package/dist/models/AdvisoryCategory.d.ts +9 -0
  10. package/dist/models/AdvisoryCategory.js +13 -0
  11. package/dist/models/AdvisoryConfidence.d.ts +11 -0
  12. package/dist/models/AdvisoryConfidence.js +15 -0
  13. package/dist/models/AiSceneAnalysisFeatures.d.ts +7 -0
  14. package/dist/models/AiSceneAnalysisFeatures.js +2 -0
  15. package/dist/models/AiSceneAnalysisRegulatoryAdvisories.d.ts +15 -0
  16. package/dist/models/AiSceneAnalysisRegulatoryAdvisories.js +18 -0
  17. package/dist/models/AkamaiMslOutput.d.ts +8 -1
  18. package/dist/models/AkamaiMslOutput.js +2 -0
  19. package/dist/models/AkamaiMslVersion.d.ts +2 -1
  20. package/dist/models/AkamaiMslVersion.js +1 -0
  21. package/dist/models/Condition.d.ts +1 -1
  22. package/dist/models/ConditionAttribute.d.ts +2 -1
  23. package/dist/models/ConditionAttribute.js +1 -0
  24. package/dist/models/ContentAdvisory.d.ts +29 -0
  25. package/dist/models/ContentAdvisory.js +21 -0
  26. package/dist/models/H265V2PerTitleConfiguration.d.ts +0 -6
  27. package/dist/models/H265V2PerTitleConfiguration.js +0 -1
  28. package/dist/models/H265V2RateControlModeConfig.d.ts +2 -3
  29. package/dist/models/H265V2RateControlModeConfig.js +2 -3
  30. package/dist/models/H265V2RateControlModeConfigType.d.ts +1 -2
  31. package/dist/models/H265V2RateControlModeConfigType.js +0 -1
  32. package/dist/models/MslPublishingAuthentication.d.ts +27 -0
  33. package/dist/models/MslPublishingAuthentication.js +21 -0
  34. package/dist/models/RegulatoryAdvisoryTopic.d.ts +8 -0
  35. package/dist/models/RegulatoryAdvisoryTopic.js +12 -0
  36. package/dist/models/SceneAnalysisListItem.d.ts +7 -0
  37. package/dist/models/SceneAnalysisListItem.js +2 -0
  38. package/dist/models/SceneAnalysisMatchingSegment.d.ts +46 -0
  39. package/dist/models/SceneAnalysisMatchingSegment.js +24 -0
  40. package/dist/models/Shot.d.ts +7 -0
  41. package/dist/models/Shot.js +2 -0
  42. package/dist/models/ShotAdvisories.d.ts +23 -0
  43. package/dist/models/ShotAdvisories.js +21 -0
  44. package/dist/models/index.d.ts +9 -2
  45. package/dist/models/index.js +9 -2
  46. package/package.json +1 -1
  47. package/dist/models/H265V2ConstantBitrateModeConfig.d.ts +0 -22
  48. package/dist/models/H265V2ConstantBitrateModeConfig.js +0 -27
  49. package/dist/models/MediaConfigBitrate.d.ts +0 -16
  50. package/dist/models/MediaConfigBitrate.js +0 -20
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.279.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.279.0',
4331
4331
  'Content-Type': 'application/json'
4332
4332
  };
4333
4333
  if (tenantOrgId) {
@@ -47885,6 +47885,7 @@ class AdAnalyticsQueryRequest extends AnalyticsQueryTimeframe_1.default {
47885
47885
  this.dimension = (0, Mapper_1.map)(obj.dimension);
47886
47886
  this.interval = (0, Mapper_1.map)(obj.interval);
47887
47887
  this.groupBy = (0, Mapper_1.mapArray)(obj.groupBy);
47888
+ this.includeContext = (0, Mapper_1.map)(obj.includeContext);
47888
47889
  this.limit = (0, Mapper_1.map)(obj.limit);
47889
47890
  this.offset = (0, Mapper_1.map)(obj.offset);
47890
47891
  }
@@ -48248,6 +48249,80 @@ var AdaptiveQuantMode;
48248
48249
  exports["default"] = AdaptiveQuantMode;
48249
48250
 
48250
48251
 
48252
+ /***/ },
48253
+
48254
+ /***/ "./models/AdvisoryAnalysisStatus.ts"
48255
+ /*!******************************************!*\
48256
+ !*** ./models/AdvisoryAnalysisStatus.ts ***!
48257
+ \******************************************/
48258
+ (__unused_webpack_module, exports) {
48259
+
48260
+ "use strict";
48261
+
48262
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
48263
+ exports.AdvisoryAnalysisStatus = void 0;
48264
+ /**
48265
+ * @export
48266
+ * @enum {string}
48267
+ */
48268
+ var AdvisoryAnalysisStatus;
48269
+ (function (AdvisoryAnalysisStatus) {
48270
+ AdvisoryAnalysisStatus["ANALYZED"] = "ANALYZED";
48271
+ AdvisoryAnalysisStatus["BLOCKED"] = "BLOCKED";
48272
+ })(AdvisoryAnalysisStatus || (exports.AdvisoryAnalysisStatus = AdvisoryAnalysisStatus = {}));
48273
+ exports["default"] = AdvisoryAnalysisStatus;
48274
+
48275
+
48276
+ /***/ },
48277
+
48278
+ /***/ "./models/AdvisoryCategory.ts"
48279
+ /*!************************************!*\
48280
+ !*** ./models/AdvisoryCategory.ts ***!
48281
+ \************************************/
48282
+ (__unused_webpack_module, exports) {
48283
+
48284
+ "use strict";
48285
+
48286
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
48287
+ exports.AdvisoryCategory = void 0;
48288
+ /**
48289
+ * @export
48290
+ * @enum {string}
48291
+ */
48292
+ var AdvisoryCategory;
48293
+ (function (AdvisoryCategory) {
48294
+ AdvisoryCategory["TOBACCO"] = "TOBACCO";
48295
+ AdvisoryCategory["VAPE"] = "VAPE";
48296
+ })(AdvisoryCategory || (exports.AdvisoryCategory = AdvisoryCategory = {}));
48297
+ exports["default"] = AdvisoryCategory;
48298
+
48299
+
48300
+ /***/ },
48301
+
48302
+ /***/ "./models/AdvisoryConfidence.ts"
48303
+ /*!**************************************!*\
48304
+ !*** ./models/AdvisoryConfidence.ts ***!
48305
+ \**************************************/
48306
+ (__unused_webpack_module, exports) {
48307
+
48308
+ "use strict";
48309
+
48310
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
48311
+ exports.AdvisoryConfidence = void 0;
48312
+ /**
48313
+ * @export
48314
+ * @enum {string}
48315
+ */
48316
+ var AdvisoryConfidence;
48317
+ (function (AdvisoryConfidence) {
48318
+ AdvisoryConfidence["HIGH"] = "HIGH";
48319
+ AdvisoryConfidence["MEDIUM"] = "MEDIUM";
48320
+ AdvisoryConfidence["LOW"] = "LOW";
48321
+ AdvisoryConfidence["UNKNOWN"] = "UNKNOWN";
48322
+ })(AdvisoryConfidence || (exports.AdvisoryConfidence = AdvisoryConfidence = {}));
48323
+ exports["default"] = AdvisoryConfidence;
48324
+
48325
+
48251
48326
  /***/ },
48252
48327
 
48253
48328
  /***/ "./models/AesEncryptionDrm.ts"
@@ -48878,6 +48953,7 @@ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts
48878
48953
  const AiSceneAnalysisAssetDescription_1 = __webpack_require__(/*! ./AiSceneAnalysisAssetDescription */ "./models/AiSceneAnalysisAssetDescription.ts");
48879
48954
  const AiSceneAnalysisAutomaticAdPlacement_1 = __webpack_require__(/*! ./AiSceneAnalysisAutomaticAdPlacement */ "./models/AiSceneAnalysisAutomaticAdPlacement.ts");
48880
48955
  const AiSceneAnalysisOutputLanguageCodes_1 = __webpack_require__(/*! ./AiSceneAnalysisOutputLanguageCodes */ "./models/AiSceneAnalysisOutputLanguageCodes.ts");
48956
+ const AiSceneAnalysisRegulatoryAdvisories_1 = __webpack_require__(/*! ./AiSceneAnalysisRegulatoryAdvisories */ "./models/AiSceneAnalysisRegulatoryAdvisories.ts");
48881
48957
  /**
48882
48958
  * @export
48883
48959
  * @class AiSceneAnalysisFeatures
@@ -48890,6 +48966,7 @@ class AiSceneAnalysisFeatures {
48890
48966
  this.assetDescription = (0, Mapper_1.map)(obj.assetDescription, AiSceneAnalysisAssetDescription_1.default);
48891
48967
  this.automaticAdPlacement = (0, Mapper_1.map)(obj.automaticAdPlacement, AiSceneAnalysisAutomaticAdPlacement_1.default);
48892
48968
  this.outputLanguageCodes = (0, Mapper_1.map)(obj.outputLanguageCodes, AiSceneAnalysisOutputLanguageCodes_1.default);
48969
+ this.regulatoryAdvisories = (0, Mapper_1.map)(obj.regulatoryAdvisories, AiSceneAnalysisRegulatoryAdvisories_1.default);
48893
48970
  }
48894
48971
  }
48895
48972
  exports.AiSceneAnalysisFeatures = AiSceneAnalysisFeatures;
@@ -48925,6 +49002,35 @@ exports.AiSceneAnalysisOutputLanguageCodes = AiSceneAnalysisOutputLanguageCodes;
48925
49002
  exports["default"] = AiSceneAnalysisOutputLanguageCodes;
48926
49003
 
48927
49004
 
49005
+ /***/ },
49006
+
49007
+ /***/ "./models/AiSceneAnalysisRegulatoryAdvisories.ts"
49008
+ /*!*******************************************************!*\
49009
+ !*** ./models/AiSceneAnalysisRegulatoryAdvisories.ts ***!
49010
+ \*******************************************************/
49011
+ (__unused_webpack_module, exports, __webpack_require__) {
49012
+
49013
+ "use strict";
49014
+
49015
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
49016
+ exports.AiSceneAnalysisRegulatoryAdvisories = void 0;
49017
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
49018
+ /**
49019
+ * @export
49020
+ * @class AiSceneAnalysisRegulatoryAdvisories
49021
+ */
49022
+ class AiSceneAnalysisRegulatoryAdvisories {
49023
+ constructor(obj) {
49024
+ if (!obj) {
49025
+ return;
49026
+ }
49027
+ this.topics = (0, Mapper_1.mapArray)(obj.topics);
49028
+ }
49029
+ }
49030
+ exports.AiSceneAnalysisRegulatoryAdvisories = AiSceneAnalysisRegulatoryAdvisories;
49031
+ exports["default"] = AiSceneAnalysisRegulatoryAdvisories;
49032
+
49033
+
48928
49034
  /***/ },
48929
49035
 
48930
49036
  /***/ "./models/AkamaiAccount.ts"
@@ -49037,6 +49143,7 @@ exports["default"] = AkamaiCloudRegion;
49037
49143
  Object.defineProperty(exports, "__esModule", ({ value: true }));
49038
49144
  exports.AkamaiMslOutput = void 0;
49039
49145
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
49146
+ const MslPublishingAuthentication_1 = __webpack_require__(/*! ./MslPublishingAuthentication */ "./models/MslPublishingAuthentication.ts");
49040
49147
  const Output_1 = __webpack_require__(/*! ./Output */ "./models/Output.ts");
49041
49148
  const OutputType_1 = __webpack_require__(/*! ./OutputType */ "./models/OutputType.ts");
49042
49149
  /**
@@ -49059,6 +49166,7 @@ class AkamaiMslOutput extends Output_1.default {
49059
49166
  this.eventName = (0, Mapper_1.map)(obj.eventName);
49060
49167
  this.streamFormat = (0, Mapper_1.map)(obj.streamFormat);
49061
49168
  this.mslVersion = (0, Mapper_1.map)(obj.mslVersion);
49169
+ this.publishingAuthentication = (0, Mapper_1.map)(obj.publishingAuthentication, MslPublishingAuthentication_1.default);
49062
49170
  }
49063
49171
  }
49064
49172
  exports.AkamaiMslOutput = AkamaiMslOutput;
@@ -49109,6 +49217,7 @@ exports.AkamaiMslVersion = void 0;
49109
49217
  var AkamaiMslVersion;
49110
49218
  (function (AkamaiMslVersion) {
49111
49219
  AkamaiMslVersion["MSL4"] = "MSL4";
49220
+ AkamaiMslVersion["MSL5"] = "MSL5";
49112
49221
  })(AkamaiMslVersion || (exports.AkamaiMslVersion = AkamaiMslVersion = {}));
49113
49222
  exports["default"] = AkamaiMslVersion;
49114
49223
 
@@ -55716,6 +55825,7 @@ var ConditionAttribute;
55716
55825
  ConditionAttribute["ROTATION"] = "ROTATION";
55717
55826
  ConditionAttribute["CONNECTION_STATUS"] = "CONNECTION_STATUS";
55718
55827
  ConditionAttribute["CONNECTION_STATUS_JUST_CHANGED"] = "CONNECTION_STATUS_JUST_CHANGED";
55828
+ ConditionAttribute["STREAMID"] = "STREAMID";
55719
55829
  })(ConditionAttribute || (exports.ConditionAttribute = ConditionAttribute = {}));
55720
55830
  exports["default"] = ConditionAttribute;
55721
55831
 
@@ -55849,6 +55959,38 @@ exports.Content = Content;
55849
55959
  exports["default"] = Content;
55850
55960
 
55851
55961
 
55962
+ /***/ },
55963
+
55964
+ /***/ "./models/ContentAdvisory.ts"
55965
+ /*!***********************************!*\
55966
+ !*** ./models/ContentAdvisory.ts ***!
55967
+ \***********************************/
55968
+ (__unused_webpack_module, exports, __webpack_require__) {
55969
+
55970
+ "use strict";
55971
+
55972
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
55973
+ exports.ContentAdvisory = void 0;
55974
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
55975
+ /**
55976
+ * A single piece of advisory-relevant imagery detected within a shot, for example for regulatory on-screen disclaimers
55977
+ * @export
55978
+ * @class ContentAdvisory
55979
+ */
55980
+ class ContentAdvisory {
55981
+ constructor(obj) {
55982
+ if (!obj) {
55983
+ return;
55984
+ }
55985
+ this.category = (0, Mapper_1.map)(obj.category);
55986
+ this.confidence = (0, Mapper_1.map)(obj.confidence);
55987
+ this.reason = (0, Mapper_1.map)(obj.reason);
55988
+ }
55989
+ }
55990
+ exports.ContentAdvisory = ContentAdvisory;
55991
+ exports["default"] = ContentAdvisory;
55992
+
55993
+
55852
55994
  /***/ },
55853
55995
 
55854
55996
  /***/ "./models/ContentProtection.ts"
@@ -62646,44 +62788,6 @@ exports.H265PerTitleConfiguration = H265PerTitleConfiguration;
62646
62788
  exports["default"] = H265PerTitleConfiguration;
62647
62789
 
62648
62790
 
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
62791
  /***/ },
62688
62792
 
62689
62793
  /***/ "./models/H265V2MotionCompensatedTemporalFiltering.ts"
@@ -62735,7 +62839,6 @@ class H265V2PerTitleConfiguration extends PerTitleConfiguration_1.default {
62735
62839
  }
62736
62840
  this.codecMinBitrateFactor = (0, Mapper_1.map)(obj.codecMinBitrateFactor);
62737
62841
  this.codecMaxBitrateFactor = (0, Mapper_1.map)(obj.codecMaxBitrateFactor);
62738
- this.codecBufsizeFactor = (0, Mapper_1.map)(obj.codecBufsizeFactor);
62739
62842
  this.targetQualityQp = (0, Mapper_1.map)(obj.targetQualityQp);
62740
62843
  }
62741
62844
  }
@@ -62848,7 +62951,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
62848
62951
  exports.H265V2RateControlModeConfig = void 0;
62849
62952
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
62850
62953
  /**
62851
- * Rate control mode configuration. Use H265V2PerceptualQualityModeConfig for PQP mode or H265V2ConstantBitrateModeConfig for CBR mode.
62954
+ * Rate control mode configuration. Use H265V2PerceptualQualityModeConfig for PQP mode.
62852
62955
  * @export
62853
62956
  * @class H265V2RateControlModeConfig
62854
62957
  */
@@ -62863,8 +62966,7 @@ class H265V2RateControlModeConfig {
62863
62966
  exports.H265V2RateControlModeConfig = H265V2RateControlModeConfig;
62864
62967
  H265V2RateControlModeConfig._discriminatorName = 'type';
62865
62968
  H265V2RateControlModeConfig._discriminatorMapping = {
62866
- "PERCEPTUAL_QUALITY_MODE": 'H265V2PerceptualQualityModeConfig',
62867
- "CONSTANT_BITRATE_MODE": 'H265V2ConstantBitrateModeConfig'
62969
+ "PERCEPTUAL_QUALITY_MODE": 'H265V2PerceptualQualityModeConfig'
62868
62970
  };
62869
62971
  exports["default"] = H265V2RateControlModeConfig;
62870
62972
 
@@ -62888,7 +62990,6 @@ exports.H265V2RateControlModeConfigType = void 0;
62888
62990
  var H265V2RateControlModeConfigType;
62889
62991
  (function (H265V2RateControlModeConfigType) {
62890
62992
  H265V2RateControlModeConfigType["PERCEPTUAL_QUALITY_MODE"] = "PERCEPTUAL_QUALITY_MODE";
62891
- H265V2RateControlModeConfigType["CONSTANT_BITRATE_MODE"] = "CONSTANT_BITRATE_MODE";
62892
62993
  })(H265V2RateControlModeConfigType || (exports.H265V2RateControlModeConfigType = H265V2RateControlModeConfigType = {}));
62893
62994
  exports["default"] = H265V2RateControlModeConfigType;
62894
62995
 
@@ -66878,37 +66979,6 @@ var MaxTransformUnitSize;
66878
66979
  exports["default"] = MaxTransformUnitSize;
66879
66980
 
66880
66981
 
66881
- /***/ },
66882
-
66883
- /***/ "./models/MediaConfigBitrate.ts"
66884
- /*!**************************************!*\
66885
- !*** ./models/MediaConfigBitrate.ts ***!
66886
- \**************************************/
66887
- (__unused_webpack_module, exports) {
66888
-
66889
- "use strict";
66890
-
66891
- Object.defineProperty(exports, "__esModule", ({ value: true }));
66892
- exports.MediaConfigBitrate = void 0;
66893
- /**
66894
- * The supported bitrate
66895
- * @export
66896
- * @enum {string}
66897
- */
66898
- var MediaConfigBitrate;
66899
- (function (MediaConfigBitrate) {
66900
- MediaConfigBitrate["MCB_160000"] = "160000";
66901
- MediaConfigBitrate["MCB_192000"] = "192000";
66902
- MediaConfigBitrate["MCB_224000"] = "224000";
66903
- MediaConfigBitrate["MCB_256000"] = "256000";
66904
- MediaConfigBitrate["MCB_288000"] = "288000";
66905
- MediaConfigBitrate["MCB_320000"] = "320000";
66906
- MediaConfigBitrate["MCB_384000"] = "384000";
66907
- MediaConfigBitrate["MCB_448000"] = "448000";
66908
- })(MediaConfigBitrate || (exports.MediaConfigBitrate = MediaConfigBitrate = {}));
66909
- exports["default"] = MediaConfigBitrate;
66910
-
66911
-
66912
66982
  /***/ },
66913
66983
 
66914
66984
  /***/ "./models/MediaInfoType.ts"
@@ -67426,6 +67496,38 @@ exports.Mp4MuxingInformation = Mp4MuxingInformation;
67426
67496
  exports["default"] = Mp4MuxingInformation;
67427
67497
 
67428
67498
 
67499
+ /***/ },
67500
+
67501
+ /***/ "./models/MslPublishingAuthentication.ts"
67502
+ /*!***********************************************!*\
67503
+ !*** ./models/MslPublishingAuthentication.ts ***!
67504
+ \***********************************************/
67505
+ (__unused_webpack_module, exports, __webpack_require__) {
67506
+
67507
+ "use strict";
67508
+
67509
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
67510
+ exports.MslPublishingAuthentication = void 0;
67511
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
67512
+ /**
67513
+ * 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.
67514
+ * @export
67515
+ * @class MslPublishingAuthentication
67516
+ */
67517
+ class MslPublishingAuthentication {
67518
+ constructor(obj) {
67519
+ if (!obj) {
67520
+ return;
67521
+ }
67522
+ this.enabled = (0, Mapper_1.map)(obj.enabled);
67523
+ this.username = (0, Mapper_1.map)(obj.username);
67524
+ this.password = (0, Mapper_1.map)(obj.password);
67525
+ }
67526
+ }
67527
+ exports.MslPublishingAuthentication = MslPublishingAuthentication;
67528
+ exports["default"] = MslPublishingAuthentication;
67529
+
67530
+
67429
67531
  /***/ },
67430
67532
 
67431
67533
  /***/ "./models/Muxing.ts"
@@ -70546,6 +70648,29 @@ exports.RedundantRtmpInput = RedundantRtmpInput;
70546
70648
  exports["default"] = RedundantRtmpInput;
70547
70649
 
70548
70650
 
70651
+ /***/ },
70652
+
70653
+ /***/ "./models/RegulatoryAdvisoryTopic.ts"
70654
+ /*!*******************************************!*\
70655
+ !*** ./models/RegulatoryAdvisoryTopic.ts ***!
70656
+ \*******************************************/
70657
+ (__unused_webpack_module, exports) {
70658
+
70659
+ "use strict";
70660
+
70661
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
70662
+ exports.RegulatoryAdvisoryTopic = void 0;
70663
+ /**
70664
+ * @export
70665
+ * @enum {string}
70666
+ */
70667
+ var RegulatoryAdvisoryTopic;
70668
+ (function (RegulatoryAdvisoryTopic) {
70669
+ RegulatoryAdvisoryTopic["TOBACCO"] = "TOBACCO";
70670
+ })(RegulatoryAdvisoryTopic || (exports.RegulatoryAdvisoryTopic = RegulatoryAdvisoryTopic = {}));
70671
+ exports["default"] = RegulatoryAdvisoryTopic;
70672
+
70673
+
70549
70674
  /***/ },
70550
70675
 
70551
70676
  /***/ "./models/ReprioritizeEncodingRequest.ts"
@@ -71500,6 +71625,7 @@ exports["default"] = SceneAnalysisLanguagesResponse;
71500
71625
  Object.defineProperty(exports, "__esModule", ({ value: true }));
71501
71626
  exports.SceneAnalysisListItem = void 0;
71502
71627
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
71628
+ const SceneAnalysisMatchingSegment_1 = __webpack_require__(/*! ./SceneAnalysisMatchingSegment */ "./models/SceneAnalysisMatchingSegment.ts");
71503
71629
  /**
71504
71630
  * @export
71505
71631
  * @class SceneAnalysisListItem
@@ -71517,6 +71643,7 @@ class SceneAnalysisListItem {
71517
71643
  this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
71518
71644
  this.sceneCount = (0, Mapper_1.map)(obj.sceneCount);
71519
71645
  this.outputLanguageCodes = (0, Mapper_1.mapArray)(obj.outputLanguageCodes);
71646
+ this.matchingSegment = (0, Mapper_1.map)(obj.matchingSegment, SceneAnalysisMatchingSegment_1.default);
71520
71647
  }
71521
71648
  }
71522
71649
  exports.SceneAnalysisListItem = SceneAnalysisListItem;
@@ -71548,6 +71675,41 @@ var SceneAnalysisListSort;
71548
71675
  exports["default"] = SceneAnalysisListSort;
71549
71676
 
71550
71677
 
71678
+ /***/ },
71679
+
71680
+ /***/ "./models/SceneAnalysisMatchingSegment.ts"
71681
+ /*!************************************************!*\
71682
+ !*** ./models/SceneAnalysisMatchingSegment.ts ***!
71683
+ \************************************************/
71684
+ (__unused_webpack_module, exports, __webpack_require__) {
71685
+
71686
+ "use strict";
71687
+
71688
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
71689
+ exports.SceneAnalysisMatchingSegment = void 0;
71690
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
71691
+ /**
71692
+ * The scene segment that best matches a semantic-search query
71693
+ * @export
71694
+ * @class SceneAnalysisMatchingSegment
71695
+ */
71696
+ class SceneAnalysisMatchingSegment {
71697
+ constructor(obj) {
71698
+ if (!obj) {
71699
+ return;
71700
+ }
71701
+ this.sceneId = (0, Mapper_1.map)(obj.sceneId);
71702
+ this.sceneType = (0, Mapper_1.map)(obj.sceneType);
71703
+ this.sceneTitle = (0, Mapper_1.map)(obj.sceneTitle);
71704
+ this.sceneDescription = (0, Mapper_1.map)(obj.sceneDescription);
71705
+ this.startInSeconds = (0, Mapper_1.map)(obj.startInSeconds);
71706
+ this.endInSeconds = (0, Mapper_1.map)(obj.endInSeconds);
71707
+ }
71708
+ }
71709
+ exports.SceneAnalysisMatchingSegment = SceneAnalysisMatchingSegment;
71710
+ exports["default"] = SceneAnalysisMatchingSegment;
71711
+
71712
+
71551
71713
  /***/ },
71552
71714
 
71553
71715
  /***/ "./models/SceneDynamics.ts"
@@ -72058,6 +72220,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
72058
72220
  exports.Shot = void 0;
72059
72221
  const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
72060
72222
  const MainSubject_1 = __webpack_require__(/*! ./MainSubject */ "./models/MainSubject.ts");
72223
+ const ShotAdvisories_1 = __webpack_require__(/*! ./ShotAdvisories */ "./models/ShotAdvisories.ts");
72061
72224
  /**
72062
72225
  * Represents a continuous camera shot within a scene, containing detailed visual analysis including subjects, timing, and descriptive metadata
72063
72226
  * @export
@@ -72073,12 +72236,45 @@ class Shot {
72073
72236
  this.detailedDescription = (0, Mapper_1.map)(obj.detailedDescription);
72074
72237
  this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
72075
72238
  this.mainSubjects = (0, Mapper_1.mapArray)(obj.mainSubjects, MainSubject_1.default);
72239
+ this.shotAdvisories = (0, Mapper_1.map)(obj.shotAdvisories, ShotAdvisories_1.default);
72076
72240
  }
72077
72241
  }
72078
72242
  exports.Shot = Shot;
72079
72243
  exports["default"] = Shot;
72080
72244
 
72081
72245
 
72246
+ /***/ },
72247
+
72248
+ /***/ "./models/ShotAdvisories.ts"
72249
+ /*!**********************************!*\
72250
+ !*** ./models/ShotAdvisories.ts ***!
72251
+ \**********************************/
72252
+ (__unused_webpack_module, exports, __webpack_require__) {
72253
+
72254
+ "use strict";
72255
+
72256
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
72257
+ exports.ShotAdvisories = void 0;
72258
+ const Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
72259
+ const ContentAdvisory_1 = __webpack_require__(/*! ./ContentAdvisory */ "./models/ContentAdvisory.ts");
72260
+ /**
72261
+ * The result of content advisory detection for a shot, covering both what was detected and whether the shot was assessed at all
72262
+ * @export
72263
+ * @class ShotAdvisories
72264
+ */
72265
+ class ShotAdvisories {
72266
+ constructor(obj) {
72267
+ if (!obj) {
72268
+ return;
72269
+ }
72270
+ this.status = (0, Mapper_1.map)(obj.status);
72271
+ this.advisories = (0, Mapper_1.mapArray)(obj.advisories, ContentAdvisory_1.default);
72272
+ }
72273
+ }
72274
+ exports.ShotAdvisories = ShotAdvisories;
72275
+ exports["default"] = ShotAdvisories;
72276
+
72277
+
72082
72278
  /***/ },
72083
72279
 
72084
72280
  /***/ "./models/SidecarErrorMode.ts"
@@ -77676,6 +77872,9 @@ __exportStar(__webpack_require__(/*! ./AdaptationSetRole */ "./models/Adaptation
77676
77872
  __exportStar(__webpack_require__(/*! ./AdaptationSetType */ "./models/AdaptationSetType.ts"), exports);
77677
77873
  __exportStar(__webpack_require__(/*! ./AdaptationSetTypeResponse */ "./models/AdaptationSetTypeResponse.ts"), exports);
77678
77874
  __exportStar(__webpack_require__(/*! ./AdaptiveQuantMode */ "./models/AdaptiveQuantMode.ts"), exports);
77875
+ __exportStar(__webpack_require__(/*! ./AdvisoryAnalysisStatus */ "./models/AdvisoryAnalysisStatus.ts"), exports);
77876
+ __exportStar(__webpack_require__(/*! ./AdvisoryCategory */ "./models/AdvisoryCategory.ts"), exports);
77877
+ __exportStar(__webpack_require__(/*! ./AdvisoryConfidence */ "./models/AdvisoryConfidence.ts"), exports);
77679
77878
  __exportStar(__webpack_require__(/*! ./AesEncryptionDrm */ "./models/AesEncryptionDrm.ts"), exports);
77680
77879
  __exportStar(__webpack_require__(/*! ./AesEncryptionMethod */ "./models/AesEncryptionMethod.ts"), exports);
77681
77880
  __exportStar(__webpack_require__(/*! ./AgeRange */ "./models/AgeRange.ts"), exports);
@@ -77697,6 +77896,7 @@ __exportStar(__webpack_require__(/*! ./AiSceneAnalysisAssetDescription */ "./mod
77697
77896
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysisAutomaticAdPlacement */ "./models/AiSceneAnalysisAutomaticAdPlacement.ts"), exports);
77698
77897
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysisFeatures */ "./models/AiSceneAnalysisFeatures.ts"), exports);
77699
77898
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysisOutputLanguageCodes */ "./models/AiSceneAnalysisOutputLanguageCodes.ts"), exports);
77899
+ __exportStar(__webpack_require__(/*! ./AiSceneAnalysisRegulatoryAdvisories */ "./models/AiSceneAnalysisRegulatoryAdvisories.ts"), exports);
77700
77900
  __exportStar(__webpack_require__(/*! ./AkamaiAccount */ "./models/AkamaiAccount.ts"), exports);
77701
77901
  __exportStar(__webpack_require__(/*! ./AkamaiAccountRegionSettings */ "./models/AkamaiAccountRegionSettings.ts"), exports);
77702
77902
  __exportStar(__webpack_require__(/*! ./AkamaiCloudRegion */ "./models/AkamaiCloudRegion.ts"), exports);
@@ -77885,6 +78085,7 @@ __exportStar(__webpack_require__(/*! ./ConditionOperator */ "./models/ConditionO
77885
78085
  __exportStar(__webpack_require__(/*! ./ConditionType */ "./models/ConditionType.ts"), exports);
77886
78086
  __exportStar(__webpack_require__(/*! ./ConformFilter */ "./models/ConformFilter.ts"), exports);
77887
78087
  __exportStar(__webpack_require__(/*! ./Content */ "./models/Content.ts"), exports);
78088
+ __exportStar(__webpack_require__(/*! ./ContentAdvisory */ "./models/ContentAdvisory.ts"), exports);
77888
78089
  __exportStar(__webpack_require__(/*! ./ContentProtection */ "./models/ContentProtection.ts"), exports);
77889
78090
  __exportStar(__webpack_require__(/*! ./ConvertSccCaption */ "./models/ConvertSccCaption.ts"), exports);
77890
78091
  __exportStar(__webpack_require__(/*! ./ConvertSccCaptionWebVttSettings */ "./models/ConvertSccCaptionWebVttSettings.ts"), exports);
@@ -78094,7 +78295,6 @@ __exportStar(__webpack_require__(/*! ./H264Trellis */ "./models/H264Trellis.ts")
78094
78295
  __exportStar(__webpack_require__(/*! ./H264VideoConfiguration */ "./models/H264VideoConfiguration.ts"), exports);
78095
78296
  __exportStar(__webpack_require__(/*! ./H265DynamicRangeFormat */ "./models/H265DynamicRangeFormat.ts"), exports);
78096
78297
  __exportStar(__webpack_require__(/*! ./H265PerTitleConfiguration */ "./models/H265PerTitleConfiguration.ts"), exports);
78097
- __exportStar(__webpack_require__(/*! ./H265V2ConstantBitrateModeConfig */ "./models/H265V2ConstantBitrateModeConfig.ts"), exports);
78098
78298
  __exportStar(__webpack_require__(/*! ./H265V2MotionCompensatedTemporalFiltering */ "./models/H265V2MotionCompensatedTemporalFiltering.ts"), exports);
78099
78299
  __exportStar(__webpack_require__(/*! ./H265V2PerTitleConfiguration */ "./models/H265V2PerTitleConfiguration.ts"), exports);
78100
78300
  __exportStar(__webpack_require__(/*! ./H265V2PerceptualEncodingMode */ "./models/H265V2PerceptualEncodingMode.ts"), exports);
@@ -78223,7 +78423,6 @@ __exportStar(__webpack_require__(/*! ./Marketplace */ "./models/Marketplace.ts")
78223
78423
  __exportStar(__webpack_require__(/*! ./MarlinDrm */ "./models/MarlinDrm.ts"), exports);
78224
78424
  __exportStar(__webpack_require__(/*! ./MaxCtuSize */ "./models/MaxCtuSize.ts"), exports);
78225
78425
  __exportStar(__webpack_require__(/*! ./MaxTransformUnitSize */ "./models/MaxTransformUnitSize.ts"), exports);
78226
- __exportStar(__webpack_require__(/*! ./MediaConfigBitrate */ "./models/MediaConfigBitrate.ts"), exports);
78227
78426
  __exportStar(__webpack_require__(/*! ./MediaInfoType */ "./models/MediaInfoType.ts"), exports);
78228
78427
  __exportStar(__webpack_require__(/*! ./MediaInfoTypeResponse */ "./models/MediaInfoTypeResponse.ts"), exports);
78229
78428
  __exportStar(__webpack_require__(/*! ./MediaStream */ "./models/MediaStream.ts"), exports);
@@ -78240,6 +78439,7 @@ __exportStar(__webpack_require__(/*! ./Mp3Muxing */ "./models/Mp3Muxing.ts"), ex
78240
78439
  __exportStar(__webpack_require__(/*! ./Mp3MuxingInformation */ "./models/Mp3MuxingInformation.ts"), exports);
78241
78440
  __exportStar(__webpack_require__(/*! ./Mp4Muxing */ "./models/Mp4Muxing.ts"), exports);
78242
78441
  __exportStar(__webpack_require__(/*! ./Mp4MuxingInformation */ "./models/Mp4MuxingInformation.ts"), exports);
78442
+ __exportStar(__webpack_require__(/*! ./MslPublishingAuthentication */ "./models/MslPublishingAuthentication.ts"), exports);
78243
78443
  __exportStar(__webpack_require__(/*! ./Muxing */ "./models/Muxing.ts"), exports);
78244
78444
  __exportStar(__webpack_require__(/*! ./MuxingInformationAudioTrack */ "./models/MuxingInformationAudioTrack.ts"), exports);
78245
78445
  __exportStar(__webpack_require__(/*! ./MuxingInformationVideoTrack */ "./models/MuxingInformationVideoTrack.ts"), exports);
@@ -78339,6 +78539,7 @@ __exportStar(__webpack_require__(/*! ./RateDistortionPenaltyMode */ "./models/Ra
78339
78539
  __exportStar(__webpack_require__(/*! ./Rating */ "./models/Rating.ts"), exports);
78340
78540
  __exportStar(__webpack_require__(/*! ./RawId3Tag */ "./models/RawId3Tag.ts"), exports);
78341
78541
  __exportStar(__webpack_require__(/*! ./RedundantRtmpInput */ "./models/RedundantRtmpInput.ts"), exports);
78542
+ __exportStar(__webpack_require__(/*! ./RegulatoryAdvisoryTopic */ "./models/RegulatoryAdvisoryTopic.ts"), exports);
78342
78543
  __exportStar(__webpack_require__(/*! ./ReprioritizeEncodingRequest */ "./models/ReprioritizeEncodingRequest.ts"), exports);
78343
78544
  __exportStar(__webpack_require__(/*! ./RescheduleEncodingRequest */ "./models/RescheduleEncodingRequest.ts"), exports);
78344
78545
  __exportStar(__webpack_require__(/*! ./ResetLiveManifestTimeShift */ "./models/ResetLiveManifestTimeShift.ts"), exports);
@@ -78369,6 +78570,7 @@ __exportStar(__webpack_require__(/*! ./SceneAnalysisDetailsResponse */ "./models
78369
78570
  __exportStar(__webpack_require__(/*! ./SceneAnalysisLanguagesResponse */ "./models/SceneAnalysisLanguagesResponse.ts"), exports);
78370
78571
  __exportStar(__webpack_require__(/*! ./SceneAnalysisListItem */ "./models/SceneAnalysisListItem.ts"), exports);
78371
78572
  __exportStar(__webpack_require__(/*! ./SceneAnalysisListSort */ "./models/SceneAnalysisListSort.ts"), exports);
78573
+ __exportStar(__webpack_require__(/*! ./SceneAnalysisMatchingSegment */ "./models/SceneAnalysisMatchingSegment.ts"), exports);
78372
78574
  __exportStar(__webpack_require__(/*! ./SceneDynamics */ "./models/SceneDynamics.ts"), exports);
78373
78575
  __exportStar(__webpack_require__(/*! ./SceneObject */ "./models/SceneObject.ts"), exports);
78374
78576
  __exportStar(__webpack_require__(/*! ./ScenePacing */ "./models/ScenePacing.ts"), exports);
@@ -78385,6 +78587,7 @@ __exportStar(__webpack_require__(/*! ./Setting */ "./models/Setting.ts"), export
78385
78587
  __exportStar(__webpack_require__(/*! ./SftpInput */ "./models/SftpInput.ts"), exports);
78386
78588
  __exportStar(__webpack_require__(/*! ./SftpOutput */ "./models/SftpOutput.ts"), exports);
78387
78589
  __exportStar(__webpack_require__(/*! ./Shot */ "./models/Shot.ts"), exports);
78590
+ __exportStar(__webpack_require__(/*! ./ShotAdvisories */ "./models/ShotAdvisories.ts"), exports);
78388
78591
  __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErrorMode.ts"), exports);
78389
78592
  __exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts"), exports);
78390
78593
  __exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);