@bitmovin/api-sdk 1.255.2 → 1.257.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 (101) hide show
  1. package/README.md +1 -1
  2. package/dist/BitmovinApi.d.ts +2 -0
  3. package/dist/BitmovinApi.js +2 -0
  4. package/dist/agents/AgentsApi.d.ts +13 -0
  5. package/dist/agents/AgentsApi.js +35 -0
  6. package/dist/agents/aisa/AisaApi.d.ts +13 -0
  7. package/dist/agents/aisa/AisaApi.js +35 -0
  8. package/dist/agents/aisa/sessions/SessionsApi.d.ts +44 -0
  9. package/dist/agents/aisa/sessions/SessionsApi.js +88 -0
  10. package/dist/bitmovin-api-sdk.browser.js +1433 -253
  11. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  12. package/dist/common/RestClient.js +1 -1
  13. package/dist/encoding/live/LiveApi.d.ts +4 -0
  14. package/dist/encoding/live/LiveApi.js +4 -0
  15. package/dist/encoding/live/dnsMappings/DnsMappingResponseListQueryParams.d.ts +28 -0
  16. package/dist/encoding/live/dnsMappings/DnsMappingResponseListQueryParams.js +29 -0
  17. package/dist/encoding/live/dnsMappings/DnsMappingsApi.d.ts +21 -0
  18. package/dist/encoding/live/dnsMappings/DnsMappingsApi.js +53 -0
  19. package/dist/encoding/live/encodings/EncodingsApi.d.ts +15 -0
  20. package/dist/encoding/live/encodings/EncodingsApi.js +37 -0
  21. package/dist/encoding/live/encodings/actions/ActionsApi.d.ts +21 -0
  22. package/dist/encoding/live/encodings/actions/ActionsApi.js +49 -0
  23. package/dist/encoding/live/encodings/dnsMappings/DnsMappingResponseListQueryParams.d.ts +28 -0
  24. package/dist/encoding/live/encodings/dnsMappings/DnsMappingResponseListQueryParams.js +29 -0
  25. package/dist/encoding/live/encodings/dnsMappings/DnsMappingsApi.d.ts +56 -0
  26. package/dist/encoding/live/encodings/dnsMappings/DnsMappingsApi.js +121 -0
  27. package/dist/models/AbstractCondition.d.ts +1 -2
  28. package/dist/models/AbstractCondition.js +3 -3
  29. package/dist/models/AdAnalyticsAbstractFilter.d.ts +1 -2
  30. package/dist/models/AdAnalyticsAbstractFilter.js +9 -9
  31. package/dist/models/AdAnalyticsAttribute.d.ts +30 -0
  32. package/dist/models/AdAnalyticsAttribute.js +30 -0
  33. package/dist/models/AdPosition.d.ts +5 -0
  34. package/dist/models/AdPosition.js +1 -0
  35. package/dist/models/AdaptationSet.d.ts +1 -2
  36. package/dist/models/AdaptationSet.js +4 -4
  37. package/dist/models/AgentChatAttachment.d.ts +28 -0
  38. package/dist/models/AgentChatAttachment.js +21 -0
  39. package/dist/models/AgentChatAttachmentsData.d.ts +15 -0
  40. package/dist/models/AgentChatAttachmentsData.js +20 -0
  41. package/dist/models/AgentChatAttachmentsPart.d.ts +23 -0
  42. package/dist/models/AgentChatAttachmentsPart.js +46 -0
  43. package/dist/models/AgentChatMessage.d.ts +27 -0
  44. package/dist/models/AgentChatMessage.js +22 -0
  45. package/dist/models/AgentChatMessagePart.d.ts +15 -0
  46. package/dist/models/AgentChatMessagePart.js +22 -0
  47. package/dist/models/AgentChatMessagePartType.d.ts +9 -0
  48. package/dist/models/AgentChatMessagePartType.js +13 -0
  49. package/dist/models/AgentChatTextPart.d.ts +22 -0
  50. package/dist/models/AgentChatTextPart.js +45 -0
  51. package/dist/models/AgentSessionHistoryResponse.d.ts +39 -0
  52. package/dist/models/AgentSessionHistoryResponse.js +24 -0
  53. package/dist/models/AgentSessionListItem.d.ts +26 -0
  54. package/dist/models/AgentSessionListItem.js +21 -0
  55. package/dist/models/AgentSessionListResponse.d.ts +27 -0
  56. package/dist/models/AgentSessionListResponse.js +22 -0
  57. package/dist/models/AgentSessionResponse.d.ts +26 -0
  58. package/dist/models/AgentSessionResponse.js +21 -0
  59. package/dist/models/AnalyticsAbstractFilter.d.ts +1 -2
  60. package/dist/models/AnalyticsAbstractFilter.js +9 -9
  61. package/dist/models/AnalyticsAttribute.d.ts +11 -0
  62. package/dist/models/AnalyticsAttribute.js +11 -0
  63. package/dist/models/AnalyticsOutput.d.ts +1 -2
  64. package/dist/models/AnalyticsOutput.js +3 -3
  65. package/dist/models/CodecConfiguration.d.ts +1 -2
  66. package/dist/models/CodecConfiguration.js +27 -27
  67. package/dist/models/DashRepresentation.d.ts +1 -2
  68. package/dist/models/DashRepresentation.js +12 -12
  69. package/dist/models/DefaultManifestCondition.d.ts +1 -2
  70. package/dist/models/DefaultManifestCondition.js +3 -3
  71. package/dist/models/DnsMappingRequest.d.ts +26 -0
  72. package/dist/models/DnsMappingRequest.js +21 -0
  73. package/dist/models/DnsMappingResponse.d.ts +33 -0
  74. package/dist/models/DnsMappingResponse.js +41 -0
  75. package/dist/models/DolbyAtmosInputFormat.d.ts +2 -1
  76. package/dist/models/DolbyAtmosInputFormat.js +1 -0
  77. package/dist/models/Drm.d.ts +1 -2
  78. package/dist/models/Drm.js +9 -9
  79. package/dist/models/Filter.d.ts +1 -2
  80. package/dist/models/Filter.js +16 -16
  81. package/dist/models/Id3Tag.d.ts +1 -2
  82. package/dist/models/Id3Tag.js +3 -3
  83. package/dist/models/Input.d.ts +1 -2
  84. package/dist/models/Input.js +19 -19
  85. package/dist/models/InputStream.d.ts +1 -2
  86. package/dist/models/InputStream.js +13 -13
  87. package/dist/models/Muxing.d.ts +1 -2
  88. package/dist/models/Muxing.js +16 -16
  89. package/dist/models/Output.d.ts +1 -2
  90. package/dist/models/Output.js +13 -13
  91. package/dist/models/SidecarFile.d.ts +1 -2
  92. package/dist/models/SidecarFile.js +1 -1
  93. package/dist/models/StreamsResponse.d.ts +1 -1
  94. package/dist/models/StreamsResponse.js +2 -2
  95. package/dist/models/UpdateEncodingRtmpIngestPointRequest.d.ts +15 -0
  96. package/dist/models/UpdateEncodingRtmpIngestPointRequest.js +20 -0
  97. package/dist/models/UpdateEncodingRtmpIngestPointResponse.d.ts +8 -0
  98. package/dist/models/UpdateEncodingRtmpIngestPointResponse.js +17 -0
  99. package/dist/models/index.d.ts +15 -0
  100. package/dist/models/index.js +15 -0
  101. package/package.json +1 -1
@@ -1236,6 +1236,7 @@ var __extends = (this && this.__extends) || (function () {
1236
1236
  Object.defineProperty(exports, "__esModule", ({ value: true }));
1237
1237
  var BaseAPI_1 = __webpack_require__(/*! ./common/BaseAPI */ "./common/BaseAPI.ts");
1238
1238
  var AccountApi_1 = __webpack_require__(/*! ./account/AccountApi */ "./account/AccountApi.ts");
1239
+ var AgentsApi_1 = __webpack_require__(/*! ./agents/AgentsApi */ "./agents/AgentsApi.ts");
1239
1240
  var AiSceneAnalysisApi_1 = __webpack_require__(/*! ./aiSceneAnalysis/AiSceneAnalysisApi */ "./aiSceneAnalysis/AiSceneAnalysisApi.ts");
1240
1241
  var AnalyticsApi_1 = __webpack_require__(/*! ./analytics/AnalyticsApi */ "./analytics/AnalyticsApi.ts");
1241
1242
  var EncodingApi_1 = __webpack_require__(/*! ./encoding/EncodingApi */ "./encoding/EncodingApi.ts");
@@ -1254,6 +1255,7 @@ var BitmovinApi = /** @class */ (function (_super) {
1254
1255
  function BitmovinApi(configuration) {
1255
1256
  var _this = _super.call(this, configuration) || this;
1256
1257
  _this.account = new AccountApi_1.default(configuration);
1258
+ _this.agents = new AgentsApi_1.default(configuration);
1257
1259
  _this.aiSceneAnalysis = new AiSceneAnalysisApi_1.default(configuration);
1258
1260
  _this.analytics = new AnalyticsApi_1.default(configuration);
1259
1261
  _this.encoding = new EncodingApi_1.default(configuration);
@@ -2391,6 +2393,197 @@ var TenantsApi = /** @class */ (function (_super) {
2391
2393
  exports["default"] = TenantsApi;
2392
2394
 
2393
2395
 
2396
+ /***/ },
2397
+
2398
+ /***/ "./agents/AgentsApi.ts"
2399
+ /*!*****************************!*\
2400
+ !*** ./agents/AgentsApi.ts ***!
2401
+ \*****************************/
2402
+ (__unused_webpack_module, exports, __webpack_require__) {
2403
+
2404
+ "use strict";
2405
+
2406
+ var __extends = (this && this.__extends) || (function () {
2407
+ var extendStatics = function (d, b) {
2408
+ extendStatics = Object.setPrototypeOf ||
2409
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2410
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
2411
+ return extendStatics(d, b);
2412
+ };
2413
+ return function (d, b) {
2414
+ if (typeof b !== "function" && b !== null)
2415
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
2416
+ extendStatics(d, b);
2417
+ function __() { this.constructor = d; }
2418
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2419
+ };
2420
+ })();
2421
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
2422
+ var BaseAPI_1 = __webpack_require__(/*! ../common/BaseAPI */ "./common/BaseAPI.ts");
2423
+ var AisaApi_1 = __webpack_require__(/*! ./aisa/AisaApi */ "./agents/aisa/AisaApi.ts");
2424
+ /**
2425
+ * AgentsApi - object-oriented interface
2426
+ * @export
2427
+ * @class AgentsApi
2428
+ * @extends {BaseAPI}
2429
+ */
2430
+ var AgentsApi = /** @class */ (function (_super) {
2431
+ __extends(AgentsApi, _super);
2432
+ function AgentsApi(configuration) {
2433
+ var _this = _super.call(this, configuration) || this;
2434
+ _this.aisa = new AisaApi_1.default(configuration);
2435
+ return _this;
2436
+ }
2437
+ return AgentsApi;
2438
+ }(BaseAPI_1.BaseAPI));
2439
+ exports["default"] = AgentsApi;
2440
+
2441
+
2442
+ /***/ },
2443
+
2444
+ /***/ "./agents/aisa/AisaApi.ts"
2445
+ /*!********************************!*\
2446
+ !*** ./agents/aisa/AisaApi.ts ***!
2447
+ \********************************/
2448
+ (__unused_webpack_module, exports, __webpack_require__) {
2449
+
2450
+ "use strict";
2451
+
2452
+ var __extends = (this && this.__extends) || (function () {
2453
+ var extendStatics = function (d, b) {
2454
+ extendStatics = Object.setPrototypeOf ||
2455
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2456
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
2457
+ return extendStatics(d, b);
2458
+ };
2459
+ return function (d, b) {
2460
+ if (typeof b !== "function" && b !== null)
2461
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
2462
+ extendStatics(d, b);
2463
+ function __() { this.constructor = d; }
2464
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2465
+ };
2466
+ })();
2467
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
2468
+ var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
2469
+ var SessionsApi_1 = __webpack_require__(/*! ./sessions/SessionsApi */ "./agents/aisa/sessions/SessionsApi.ts");
2470
+ /**
2471
+ * AisaApi - object-oriented interface
2472
+ * @export
2473
+ * @class AisaApi
2474
+ * @extends {BaseAPI}
2475
+ */
2476
+ var AisaApi = /** @class */ (function (_super) {
2477
+ __extends(AisaApi, _super);
2478
+ function AisaApi(configuration) {
2479
+ var _this = _super.call(this, configuration) || this;
2480
+ _this.sessions = new SessionsApi_1.default(configuration);
2481
+ return _this;
2482
+ }
2483
+ return AisaApi;
2484
+ }(BaseAPI_1.BaseAPI));
2485
+ exports["default"] = AisaApi;
2486
+
2487
+
2488
+ /***/ },
2489
+
2490
+ /***/ "./agents/aisa/sessions/SessionsApi.ts"
2491
+ /*!*********************************************!*\
2492
+ !*** ./agents/aisa/sessions/SessionsApi.ts ***!
2493
+ \*********************************************/
2494
+ (__unused_webpack_module, exports, __webpack_require__) {
2495
+
2496
+ "use strict";
2497
+
2498
+ var __extends = (this && this.__extends) || (function () {
2499
+ var extendStatics = function (d, b) {
2500
+ extendStatics = Object.setPrototypeOf ||
2501
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
2502
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
2503
+ return extendStatics(d, b);
2504
+ };
2505
+ return function (d, b) {
2506
+ if (typeof b !== "function" && b !== null)
2507
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
2508
+ extendStatics(d, b);
2509
+ function __() { this.constructor = d; }
2510
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
2511
+ };
2512
+ })();
2513
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
2514
+ var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
2515
+ var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
2516
+ var AgentSessionHistoryResponse_1 = __webpack_require__(/*! ../../../models/AgentSessionHistoryResponse */ "./models/AgentSessionHistoryResponse.ts");
2517
+ var AgentSessionListResponse_1 = __webpack_require__(/*! ../../../models/AgentSessionListResponse */ "./models/AgentSessionListResponse.ts");
2518
+ var AgentSessionResponse_1 = __webpack_require__(/*! ../../../models/AgentSessionResponse */ "./models/AgentSessionResponse.ts");
2519
+ /**
2520
+ * SessionsApi - object-oriented interface
2521
+ * @export
2522
+ * @class SessionsApi
2523
+ * @extends {BaseAPI}
2524
+ */
2525
+ var SessionsApi = /** @class */ (function (_super) {
2526
+ __extends(SessionsApi, _super);
2527
+ function SessionsApi(configuration) {
2528
+ return _super.call(this, configuration) || this;
2529
+ }
2530
+ /**
2531
+ * @summary Create Agent Session
2532
+ * @param {string} xUserId User ID used to scope agent sessions
2533
+ * @throws {BitmovinError}
2534
+ * @memberof SessionsApi
2535
+ */
2536
+ SessionsApi.prototype.create = function () {
2537
+ return this.restClient.post('/agents/aisa/sessions', {}).then(function (response) {
2538
+ return (0, Mapper_1.map)(response, AgentSessionResponse_1.default);
2539
+ });
2540
+ };
2541
+ /**
2542
+ * @summary Delete Agent Session
2543
+ * @param {string} sessionId Id of the session
2544
+ * @param {string} xUserId User ID used to scope agent sessions
2545
+ * @throws {BitmovinError}
2546
+ * @memberof SessionsApi
2547
+ */
2548
+ SessionsApi.prototype.delete = function (sessionId) {
2549
+ var pathParamMap = {
2550
+ session_id: sessionId
2551
+ };
2552
+ return this.restClient.delete('/agents/aisa/sessions/{session_id}', pathParamMap).then(function (response) {
2553
+ return (0, Mapper_1.map)(response, AgentSessionResponse_1.default);
2554
+ });
2555
+ };
2556
+ /**
2557
+ * @summary Get Agent Session Details
2558
+ * @param {string} sessionId Id of the session
2559
+ * @param {string} xUserId User ID used to scope agent sessions
2560
+ * @throws {BitmovinError}
2561
+ * @memberof SessionsApi
2562
+ */
2563
+ SessionsApi.prototype.get = function (sessionId) {
2564
+ var pathParamMap = {
2565
+ session_id: sessionId
2566
+ };
2567
+ return this.restClient.get('/agents/aisa/sessions/{session_id}', pathParamMap).then(function (response) {
2568
+ return (0, Mapper_1.map)(response, AgentSessionHistoryResponse_1.default);
2569
+ });
2570
+ };
2571
+ /**
2572
+ * @summary List Agent Sessions
2573
+ * @param {string} xUserId User ID used to scope agent sessions
2574
+ * @throws {BitmovinError}
2575
+ * @memberof SessionsApi
2576
+ */
2577
+ SessionsApi.prototype.list = function () {
2578
+ return this.restClient.get('/agents/aisa/sessions', {}).then(function (response) {
2579
+ return (0, Mapper_1.map)(response, AgentSessionListResponse_1.default);
2580
+ });
2581
+ };
2582
+ return SessionsApi;
2583
+ }(BaseAPI_1.BaseAPI));
2584
+ exports["default"] = SessionsApi;
2585
+
2586
+
2394
2587
  /***/ },
2395
2588
 
2396
2589
  /***/ "./aiSceneAnalysis/AiSceneAnalysisApi.ts"
@@ -6464,7 +6657,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6464
6657
  var headers = {
6465
6658
  'X-Api-Key': apiKey,
6466
6659
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6467
- 'X-Api-Client-Version': '1.255.2',
6660
+ 'X-Api-Client-Version': '1.257.0',
6468
6661
  'Content-Type': 'application/json'
6469
6662
  };
6470
6663
  if (tenantOrgId) {
@@ -42577,6 +42770,8 @@ var __extends = (this && this.__extends) || (function () {
42577
42770
  })();
42578
42771
  Object.defineProperty(exports, "__esModule", ({ value: true }));
42579
42772
  var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
42773
+ var EncodingsApi_1 = __webpack_require__(/*! ./encodings/EncodingsApi */ "./encoding/live/encodings/EncodingsApi.ts");
42774
+ var DnsMappingsApi_1 = __webpack_require__(/*! ./dnsMappings/DnsMappingsApi */ "./encoding/live/dnsMappings/DnsMappingsApi.ts");
42580
42775
  var StreamKeysApi_1 = __webpack_require__(/*! ./streamKeys/StreamKeysApi */ "./encoding/live/streamKeys/StreamKeysApi.ts");
42581
42776
  var StandbyPoolsApi_1 = __webpack_require__(/*! ./standbyPools/StandbyPoolsApi */ "./encoding/live/standbyPools/StandbyPoolsApi.ts");
42582
42777
  /**
@@ -42589,6 +42784,8 @@ var LiveApi = /** @class */ (function (_super) {
42589
42784
  __extends(LiveApi, _super);
42590
42785
  function LiveApi(configuration) {
42591
42786
  var _this = _super.call(this, configuration) || this;
42787
+ _this.encodings = new EncodingsApi_1.default(configuration);
42788
+ _this.dnsMappings = new DnsMappingsApi_1.default(configuration);
42592
42789
  _this.streamKeys = new StreamKeysApi_1.default(configuration);
42593
42790
  _this.standbyPools = new StandbyPoolsApi_1.default(configuration);
42594
42791
  return _this;
@@ -42600,10 +42797,50 @@ exports["default"] = LiveApi;
42600
42797
 
42601
42798
  /***/ },
42602
42799
 
42603
- /***/ "./encoding/live/standbyPools/StandbyPoolsApi.ts"
42604
- /*!*******************************************************!*\
42605
- !*** ./encoding/live/standbyPools/StandbyPoolsApi.ts ***!
42606
- \*******************************************************/
42800
+ /***/ "./encoding/live/dnsMappings/DnsMappingResponseListQueryParams.ts"
42801
+ /*!************************************************************************!*\
42802
+ !*** ./encoding/live/dnsMappings/DnsMappingResponseListQueryParams.ts ***!
42803
+ \************************************************************************/
42804
+ (__unused_webpack_module, exports) {
42805
+
42806
+ "use strict";
42807
+
42808
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
42809
+ exports.DnsMappingResponseListQueryParamsBuilder = void 0;
42810
+ var DnsMappingResponseListQueryParamsBuilder = /** @class */ (function () {
42811
+ function DnsMappingResponseListQueryParamsBuilder() {
42812
+ this.internalParams = {};
42813
+ }
42814
+ /**
42815
+ *
42816
+ * @param offset Index of the first item to return, starting at 0. Default is 0
42817
+ */
42818
+ DnsMappingResponseListQueryParamsBuilder.prototype.offset = function (offset) {
42819
+ this.internalParams.offset = offset;
42820
+ return this;
42821
+ };
42822
+ /**
42823
+ *
42824
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
42825
+ */
42826
+ DnsMappingResponseListQueryParamsBuilder.prototype.limit = function (limit) {
42827
+ this.internalParams.limit = limit;
42828
+ return this;
42829
+ };
42830
+ DnsMappingResponseListQueryParamsBuilder.prototype.buildQueryParams = function () {
42831
+ return this.internalParams;
42832
+ };
42833
+ return DnsMappingResponseListQueryParamsBuilder;
42834
+ }());
42835
+ exports.DnsMappingResponseListQueryParamsBuilder = DnsMappingResponseListQueryParamsBuilder;
42836
+
42837
+
42838
+ /***/ },
42839
+
42840
+ /***/ "./encoding/live/dnsMappings/DnsMappingsApi.ts"
42841
+ /*!*****************************************************!*\
42842
+ !*** ./encoding/live/dnsMappings/DnsMappingsApi.ts ***!
42843
+ \*****************************************************/
42607
42844
  (__unused_webpack_module, exports, __webpack_require__) {
42608
42845
 
42609
42846
  "use strict";
@@ -42625,104 +42862,448 @@ var __extends = (this && this.__extends) || (function () {
42625
42862
  })();
42626
42863
  Object.defineProperty(exports, "__esModule", ({ value: true }));
42627
42864
  var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
42628
- var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
42629
- var ActionsApi_1 = __webpack_require__(/*! ./actions/ActionsApi */ "./encoding/live/standbyPools/actions/ActionsApi.ts");
42630
- var EncodingsApi_1 = __webpack_require__(/*! ./encodings/EncodingsApi */ "./encoding/live/standbyPools/encodings/EncodingsApi.ts");
42631
- var LogsApi_1 = __webpack_require__(/*! ./logs/LogsApi */ "./encoding/live/standbyPools/logs/LogsApi.ts");
42632
- var BitmovinResponse_1 = __webpack_require__(/*! ../../../models/BitmovinResponse */ "./models/BitmovinResponse.ts");
42633
- var LiveStandbyPoolDetails_1 = __webpack_require__(/*! ../../../models/LiveStandbyPoolDetails */ "./models/LiveStandbyPoolDetails.ts");
42634
- var LiveStandbyPoolResponse_1 = __webpack_require__(/*! ../../../models/LiveStandbyPoolResponse */ "./models/LiveStandbyPoolResponse.ts");
42865
+ var DnsMappingResponse_1 = __webpack_require__(/*! ../../../models/DnsMappingResponse */ "./models/DnsMappingResponse.ts");
42635
42866
  var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
42867
+ var DnsMappingResponseListQueryParams_1 = __webpack_require__(/*! ./DnsMappingResponseListQueryParams */ "./encoding/live/dnsMappings/DnsMappingResponseListQueryParams.ts");
42636
42868
  /**
42637
- * StandbyPoolsApi - object-oriented interface
42869
+ * DnsMappingsApi - object-oriented interface
42638
42870
  * @export
42639
- * @class StandbyPoolsApi
42871
+ * @class DnsMappingsApi
42640
42872
  * @extends {BaseAPI}
42641
42873
  */
42642
- var StandbyPoolsApi = /** @class */ (function (_super) {
42643
- __extends(StandbyPoolsApi, _super);
42644
- function StandbyPoolsApi(configuration) {
42645
- var _this = _super.call(this, configuration) || this;
42646
- _this.actions = new ActionsApi_1.default(configuration);
42647
- _this.encodings = new EncodingsApi_1.default(configuration);
42648
- _this.logs = new LogsApi_1.default(configuration);
42649
- return _this;
42874
+ var DnsMappingsApi = /** @class */ (function (_super) {
42875
+ __extends(DnsMappingsApi, _super);
42876
+ function DnsMappingsApi(configuration) {
42877
+ return _super.call(this, configuration) || this;
42650
42878
  }
42651
42879
  /**
42652
- * @summary Create new standby pool
42653
- * @param {LiveStandbyPoolRequest} liveStandbyPoolRequest The pool to be created
42654
- * @throws {BitmovinError}
42655
- * @memberof StandbyPoolsApi
42656
- */
42657
- StandbyPoolsApi.prototype.create = function (liveStandbyPoolRequest) {
42658
- return this.restClient.post('/encoding/live/standby-pools', {}, liveStandbyPoolRequest).then(function (response) {
42659
- return (0, Mapper_1.map)(response, LiveStandbyPoolDetails_1.default);
42660
- });
42661
- };
42662
- /**
42663
- * @summary Delete standby pool by id
42664
- * @param {string} poolId Id of the standby pool
42665
- * @throws {BitmovinError}
42666
- * @memberof StandbyPoolsApi
42667
- */
42668
- StandbyPoolsApi.prototype.delete = function (poolId) {
42669
- var pathParamMap = {
42670
- pool_id: poolId
42671
- };
42672
- return this.restClient.delete('/encoding/live/standby-pools/{pool_id}', pathParamMap).then(function (response) {
42673
- return (0, Mapper_1.map)(response, BitmovinResponse_1.default);
42674
- });
42675
- };
42676
- /**
42677
- * @summary Get details of a standby pool by id
42678
- * @param {string} poolId Id of the standby pool
42880
+ * @summary List DNS Mappings
42881
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
42679
42882
  * @throws {BitmovinError}
42680
- * @memberof StandbyPoolsApi
42883
+ * @memberof DnsMappingsApi
42681
42884
  */
42682
- StandbyPoolsApi.prototype.get = function (poolId) {
42683
- var pathParamMap = {
42684
- pool_id: poolId
42685
- };
42686
- return this.restClient.get('/encoding/live/standby-pools/{pool_id}', pathParamMap).then(function (response) {
42687
- return (0, Mapper_1.map)(response, LiveStandbyPoolDetails_1.default);
42885
+ DnsMappingsApi.prototype.list = function (queryParameters) {
42886
+ var queryParams = {};
42887
+ if (typeof queryParameters === 'function') {
42888
+ queryParams = queryParameters(new DnsMappingResponseListQueryParams_1.DnsMappingResponseListQueryParamsBuilder()).buildQueryParams();
42889
+ }
42890
+ else if (queryParameters) {
42891
+ queryParams = queryParameters;
42892
+ }
42893
+ return this.restClient.get('/encoding/live/dns-mappings', {}, queryParams).then(function (response) {
42894
+ return new PaginationResponse_1.default(response, DnsMappingResponse_1.default);
42688
42895
  });
42689
42896
  };
42690
- /**
42691
- * @summary List Standby pools
42692
- * @throws {BitmovinError}
42693
- * @memberof StandbyPoolsApi
42694
- */
42695
- StandbyPoolsApi.prototype.list = function () {
42696
- return this.restClient.get('/encoding/live/standby-pools', {}).then(function (response) {
42697
- return new PaginationResponse_1.default(response, LiveStandbyPoolResponse_1.default);
42698
- });
42897
+ return DnsMappingsApi;
42898
+ }(BaseAPI_1.BaseAPI));
42899
+ exports["default"] = DnsMappingsApi;
42900
+
42901
+
42902
+ /***/ },
42903
+
42904
+ /***/ "./encoding/live/encodings/EncodingsApi.ts"
42905
+ /*!*************************************************!*\
42906
+ !*** ./encoding/live/encodings/EncodingsApi.ts ***!
42907
+ \*************************************************/
42908
+ (__unused_webpack_module, exports, __webpack_require__) {
42909
+
42910
+ "use strict";
42911
+
42912
+ var __extends = (this && this.__extends) || (function () {
42913
+ var extendStatics = function (d, b) {
42914
+ extendStatics = Object.setPrototypeOf ||
42915
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
42916
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
42917
+ return extendStatics(d, b);
42699
42918
  };
42700
- /**
42701
- * @summary Partially update standby pool by id
42702
- * @param {string} poolId Id of the standby pool
42703
- * @param {LiveStandbyPoolUpdate} liveStandbyPoolUpdate The updated standby pool object.
42704
- * @throws {BitmovinError}
42705
- * @memberof StandbyPoolsApi
42706
- */
42707
- StandbyPoolsApi.prototype.patch = function (poolId, liveStandbyPoolUpdate) {
42708
- var pathParamMap = {
42709
- pool_id: poolId
42710
- };
42711
- return this.restClient.patch('/encoding/live/standby-pools/{pool_id}', pathParamMap, liveStandbyPoolUpdate).then(function (response) {
42712
- return (0, Mapper_1.map)(response, LiveStandbyPoolDetails_1.default);
42713
- });
42919
+ return function (d, b) {
42920
+ if (typeof b !== "function" && b !== null)
42921
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
42922
+ extendStatics(d, b);
42923
+ function __() { this.constructor = d; }
42924
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
42714
42925
  };
42715
- return StandbyPoolsApi;
42926
+ })();
42927
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
42928
+ var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
42929
+ var ActionsApi_1 = __webpack_require__(/*! ./actions/ActionsApi */ "./encoding/live/encodings/actions/ActionsApi.ts");
42930
+ var DnsMappingsApi_1 = __webpack_require__(/*! ./dnsMappings/DnsMappingsApi */ "./encoding/live/encodings/dnsMappings/DnsMappingsApi.ts");
42931
+ /**
42932
+ * EncodingsApi - object-oriented interface
42933
+ * @export
42934
+ * @class EncodingsApi
42935
+ * @extends {BaseAPI}
42936
+ */
42937
+ var EncodingsApi = /** @class */ (function (_super) {
42938
+ __extends(EncodingsApi, _super);
42939
+ function EncodingsApi(configuration) {
42940
+ var _this = _super.call(this, configuration) || this;
42941
+ _this.actions = new ActionsApi_1.default(configuration);
42942
+ _this.dnsMappings = new DnsMappingsApi_1.default(configuration);
42943
+ return _this;
42944
+ }
42945
+ return EncodingsApi;
42716
42946
  }(BaseAPI_1.BaseAPI));
42717
- exports["default"] = StandbyPoolsApi;
42947
+ exports["default"] = EncodingsApi;
42718
42948
 
42719
42949
 
42720
42950
  /***/ },
42721
42951
 
42722
- /***/ "./encoding/live/standbyPools/actions/ActionsApi.ts"
42723
- /*!**********************************************************!*\
42724
- !*** ./encoding/live/standbyPools/actions/ActionsApi.ts ***!
42725
- \**********************************************************/
42952
+ /***/ "./encoding/live/encodings/actions/ActionsApi.ts"
42953
+ /*!*******************************************************!*\
42954
+ !*** ./encoding/live/encodings/actions/ActionsApi.ts ***!
42955
+ \*******************************************************/
42956
+ (__unused_webpack_module, exports, __webpack_require__) {
42957
+
42958
+ "use strict";
42959
+
42960
+ var __extends = (this && this.__extends) || (function () {
42961
+ var extendStatics = function (d, b) {
42962
+ extendStatics = Object.setPrototypeOf ||
42963
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
42964
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
42965
+ return extendStatics(d, b);
42966
+ };
42967
+ return function (d, b) {
42968
+ if (typeof b !== "function" && b !== null)
42969
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
42970
+ extendStatics(d, b);
42971
+ function __() { this.constructor = d; }
42972
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
42973
+ };
42974
+ })();
42975
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
42976
+ var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
42977
+ var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
42978
+ var UpdateEncodingRtmpIngestPointResponse_1 = __webpack_require__(/*! ../../../../models/UpdateEncodingRtmpIngestPointResponse */ "./models/UpdateEncodingRtmpIngestPointResponse.ts");
42979
+ /**
42980
+ * ActionsApi - object-oriented interface
42981
+ * @export
42982
+ * @class ActionsApi
42983
+ * @extends {BaseAPI}
42984
+ */
42985
+ var ActionsApi = /** @class */ (function (_super) {
42986
+ __extends(ActionsApi, _super);
42987
+ function ActionsApi(configuration) {
42988
+ return _super.call(this, configuration) || this;
42989
+ }
42990
+ /**
42991
+ * @summary Update the ingest points of a Redundant RTMP Input
42992
+ * @param {string} encodingId Id of the encoding.
42993
+ * @param {UpdateEncodingRtmpIngestPointRequest} updateEncodingRtmpIngestPointRequest The list of the RTMP ingest points to update.
42994
+ * @throws {BitmovinError}
42995
+ * @memberof ActionsApi
42996
+ */
42997
+ ActionsApi.prototype.patch = function (encodingId, updateEncodingRtmpIngestPointRequest) {
42998
+ var pathParamMap = {
42999
+ encoding_id: encodingId
43000
+ };
43001
+ return this.restClient.patch('/encoding/live/encodings/{encoding_id}/actions/update-rtmp-ingest-points', pathParamMap, updateEncodingRtmpIngestPointRequest).then(function (response) {
43002
+ return (0, Mapper_1.map)(response, UpdateEncodingRtmpIngestPointResponse_1.default);
43003
+ });
43004
+ };
43005
+ return ActionsApi;
43006
+ }(BaseAPI_1.BaseAPI));
43007
+ exports["default"] = ActionsApi;
43008
+
43009
+
43010
+ /***/ },
43011
+
43012
+ /***/ "./encoding/live/encodings/dnsMappings/DnsMappingResponseListQueryParams.ts"
43013
+ /*!**********************************************************************************!*\
43014
+ !*** ./encoding/live/encodings/dnsMappings/DnsMappingResponseListQueryParams.ts ***!
43015
+ \**********************************************************************************/
43016
+ (__unused_webpack_module, exports) {
43017
+
43018
+ "use strict";
43019
+
43020
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
43021
+ exports.DnsMappingResponseListQueryParamsBuilder = void 0;
43022
+ var DnsMappingResponseListQueryParamsBuilder = /** @class */ (function () {
43023
+ function DnsMappingResponseListQueryParamsBuilder() {
43024
+ this.internalParams = {};
43025
+ }
43026
+ /**
43027
+ *
43028
+ * @param offset Index of the first item to return, starting at 0. Default is 0
43029
+ */
43030
+ DnsMappingResponseListQueryParamsBuilder.prototype.offset = function (offset) {
43031
+ this.internalParams.offset = offset;
43032
+ return this;
43033
+ };
43034
+ /**
43035
+ *
43036
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
43037
+ */
43038
+ DnsMappingResponseListQueryParamsBuilder.prototype.limit = function (limit) {
43039
+ this.internalParams.limit = limit;
43040
+ return this;
43041
+ };
43042
+ DnsMappingResponseListQueryParamsBuilder.prototype.buildQueryParams = function () {
43043
+ return this.internalParams;
43044
+ };
43045
+ return DnsMappingResponseListQueryParamsBuilder;
43046
+ }());
43047
+ exports.DnsMappingResponseListQueryParamsBuilder = DnsMappingResponseListQueryParamsBuilder;
43048
+
43049
+
43050
+ /***/ },
43051
+
43052
+ /***/ "./encoding/live/encodings/dnsMappings/DnsMappingsApi.ts"
43053
+ /*!***************************************************************!*\
43054
+ !*** ./encoding/live/encodings/dnsMappings/DnsMappingsApi.ts ***!
43055
+ \***************************************************************/
43056
+ (__unused_webpack_module, exports, __webpack_require__) {
43057
+
43058
+ "use strict";
43059
+
43060
+ var __extends = (this && this.__extends) || (function () {
43061
+ var extendStatics = function (d, b) {
43062
+ extendStatics = Object.setPrototypeOf ||
43063
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
43064
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
43065
+ return extendStatics(d, b);
43066
+ };
43067
+ return function (d, b) {
43068
+ if (typeof b !== "function" && b !== null)
43069
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
43070
+ extendStatics(d, b);
43071
+ function __() { this.constructor = d; }
43072
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
43073
+ };
43074
+ })();
43075
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
43076
+ var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
43077
+ var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
43078
+ var BitmovinResponse_1 = __webpack_require__(/*! ../../../../models/BitmovinResponse */ "./models/BitmovinResponse.ts");
43079
+ var BitmovinResponseList_1 = __webpack_require__(/*! ../../../../models/BitmovinResponseList */ "./models/BitmovinResponseList.ts");
43080
+ var DnsMappingResponse_1 = __webpack_require__(/*! ../../../../models/DnsMappingResponse */ "./models/DnsMappingResponse.ts");
43081
+ var PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
43082
+ var DnsMappingResponseListQueryParams_1 = __webpack_require__(/*! ./DnsMappingResponseListQueryParams */ "./encoding/live/encodings/dnsMappings/DnsMappingResponseListQueryParams.ts");
43083
+ /**
43084
+ * DnsMappingsApi - object-oriented interface
43085
+ * @export
43086
+ * @class DnsMappingsApi
43087
+ * @extends {BaseAPI}
43088
+ */
43089
+ var DnsMappingsApi = /** @class */ (function (_super) {
43090
+ __extends(DnsMappingsApi, _super);
43091
+ function DnsMappingsApi(configuration) {
43092
+ return _super.call(this, configuration) || this;
43093
+ }
43094
+ /**
43095
+ * @summary Create new DNS mapping for encoding
43096
+ * @param {string} encodingId Id of the encoding.
43097
+ * @param {DnsMappingRequest} dnsMappingRequest The DNS mapping to be created
43098
+ * @throws {BitmovinError}
43099
+ * @memberof DnsMappingsApi
43100
+ */
43101
+ DnsMappingsApi.prototype.create = function (encodingId, dnsMappingRequest) {
43102
+ var pathParamMap = {
43103
+ encoding_id: encodingId
43104
+ };
43105
+ return this.restClient.post('/encoding/live/encodings/{encoding_id}/dns-mappings', pathParamMap, dnsMappingRequest).then(function (response) {
43106
+ return (0, Mapper_1.map)(response, DnsMappingResponse_1.default);
43107
+ });
43108
+ };
43109
+ /**
43110
+ * @summary Delete DNS mapping
43111
+ * @param {string} encodingId Id of the encoding.
43112
+ * @param {string} id Id of the DNS mapping
43113
+ * @throws {BitmovinError}
43114
+ * @memberof DnsMappingsApi
43115
+ */
43116
+ DnsMappingsApi.prototype.delete = function (encodingId, id) {
43117
+ var pathParamMap = {
43118
+ encoding_id: encodingId,
43119
+ id: id
43120
+ };
43121
+ return this.restClient.delete('/encoding/live/encodings/{encoding_id}/dns-mappings/{id}', pathParamMap).then(function (response) {
43122
+ return (0, Mapper_1.map)(response, BitmovinResponse_1.default);
43123
+ });
43124
+ };
43125
+ /**
43126
+ * @summary Delete all DNS mappings for encoding
43127
+ * @param {string} encodingId Id of the encoding.
43128
+ * @throws {BitmovinError}
43129
+ * @memberof DnsMappingsApi
43130
+ */
43131
+ DnsMappingsApi.prototype.deleteAll = function (encodingId) {
43132
+ var pathParamMap = {
43133
+ encoding_id: encodingId
43134
+ };
43135
+ return this.restClient.delete('/encoding/live/encodings/{encoding_id}/dns-mappings', pathParamMap).then(function (response) {
43136
+ return (0, Mapper_1.map)(response, BitmovinResponseList_1.default);
43137
+ });
43138
+ };
43139
+ /**
43140
+ * @summary DNS mapping details
43141
+ * @param {string} encodingId Id of the encoding.
43142
+ * @param {string} id Id of the DNS mapping
43143
+ * @throws {BitmovinError}
43144
+ * @memberof DnsMappingsApi
43145
+ */
43146
+ DnsMappingsApi.prototype.get = function (encodingId, id) {
43147
+ var pathParamMap = {
43148
+ encoding_id: encodingId,
43149
+ id: id
43150
+ };
43151
+ return this.restClient.get('/encoding/live/encodings/{encoding_id}/dns-mappings/{id}', pathParamMap).then(function (response) {
43152
+ return (0, Mapper_1.map)(response, DnsMappingResponse_1.default);
43153
+ });
43154
+ };
43155
+ /**
43156
+ * @summary List DNS mappings for encoding
43157
+ * @param {string} encodingId Id of the encoding.
43158
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
43159
+ * @throws {BitmovinError}
43160
+ * @memberof DnsMappingsApi
43161
+ */
43162
+ DnsMappingsApi.prototype.list = function (encodingId, queryParameters) {
43163
+ var pathParamMap = {
43164
+ encoding_id: encodingId
43165
+ };
43166
+ var queryParams = {};
43167
+ if (typeof queryParameters === 'function') {
43168
+ queryParams = queryParameters(new DnsMappingResponseListQueryParams_1.DnsMappingResponseListQueryParamsBuilder()).buildQueryParams();
43169
+ }
43170
+ else if (queryParameters) {
43171
+ queryParams = queryParameters;
43172
+ }
43173
+ return this.restClient.get('/encoding/live/encodings/{encoding_id}/dns-mappings', pathParamMap, queryParams).then(function (response) {
43174
+ return new PaginationResponse_1.default(response, DnsMappingResponse_1.default);
43175
+ });
43176
+ };
43177
+ return DnsMappingsApi;
43178
+ }(BaseAPI_1.BaseAPI));
43179
+ exports["default"] = DnsMappingsApi;
43180
+
43181
+
43182
+ /***/ },
43183
+
43184
+ /***/ "./encoding/live/standbyPools/StandbyPoolsApi.ts"
43185
+ /*!*******************************************************!*\
43186
+ !*** ./encoding/live/standbyPools/StandbyPoolsApi.ts ***!
43187
+ \*******************************************************/
43188
+ (__unused_webpack_module, exports, __webpack_require__) {
43189
+
43190
+ "use strict";
43191
+
43192
+ var __extends = (this && this.__extends) || (function () {
43193
+ var extendStatics = function (d, b) {
43194
+ extendStatics = Object.setPrototypeOf ||
43195
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
43196
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
43197
+ return extendStatics(d, b);
43198
+ };
43199
+ return function (d, b) {
43200
+ if (typeof b !== "function" && b !== null)
43201
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
43202
+ extendStatics(d, b);
43203
+ function __() { this.constructor = d; }
43204
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
43205
+ };
43206
+ })();
43207
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
43208
+ var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
43209
+ var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
43210
+ var ActionsApi_1 = __webpack_require__(/*! ./actions/ActionsApi */ "./encoding/live/standbyPools/actions/ActionsApi.ts");
43211
+ var EncodingsApi_1 = __webpack_require__(/*! ./encodings/EncodingsApi */ "./encoding/live/standbyPools/encodings/EncodingsApi.ts");
43212
+ var LogsApi_1 = __webpack_require__(/*! ./logs/LogsApi */ "./encoding/live/standbyPools/logs/LogsApi.ts");
43213
+ var BitmovinResponse_1 = __webpack_require__(/*! ../../../models/BitmovinResponse */ "./models/BitmovinResponse.ts");
43214
+ var LiveStandbyPoolDetails_1 = __webpack_require__(/*! ../../../models/LiveStandbyPoolDetails */ "./models/LiveStandbyPoolDetails.ts");
43215
+ var LiveStandbyPoolResponse_1 = __webpack_require__(/*! ../../../models/LiveStandbyPoolResponse */ "./models/LiveStandbyPoolResponse.ts");
43216
+ var PaginationResponse_1 = __webpack_require__(/*! ../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
43217
+ /**
43218
+ * StandbyPoolsApi - object-oriented interface
43219
+ * @export
43220
+ * @class StandbyPoolsApi
43221
+ * @extends {BaseAPI}
43222
+ */
43223
+ var StandbyPoolsApi = /** @class */ (function (_super) {
43224
+ __extends(StandbyPoolsApi, _super);
43225
+ function StandbyPoolsApi(configuration) {
43226
+ var _this = _super.call(this, configuration) || this;
43227
+ _this.actions = new ActionsApi_1.default(configuration);
43228
+ _this.encodings = new EncodingsApi_1.default(configuration);
43229
+ _this.logs = new LogsApi_1.default(configuration);
43230
+ return _this;
43231
+ }
43232
+ /**
43233
+ * @summary Create new standby pool
43234
+ * @param {LiveStandbyPoolRequest} liveStandbyPoolRequest The pool to be created
43235
+ * @throws {BitmovinError}
43236
+ * @memberof StandbyPoolsApi
43237
+ */
43238
+ StandbyPoolsApi.prototype.create = function (liveStandbyPoolRequest) {
43239
+ return this.restClient.post('/encoding/live/standby-pools', {}, liveStandbyPoolRequest).then(function (response) {
43240
+ return (0, Mapper_1.map)(response, LiveStandbyPoolDetails_1.default);
43241
+ });
43242
+ };
43243
+ /**
43244
+ * @summary Delete standby pool by id
43245
+ * @param {string} poolId Id of the standby pool
43246
+ * @throws {BitmovinError}
43247
+ * @memberof StandbyPoolsApi
43248
+ */
43249
+ StandbyPoolsApi.prototype.delete = function (poolId) {
43250
+ var pathParamMap = {
43251
+ pool_id: poolId
43252
+ };
43253
+ return this.restClient.delete('/encoding/live/standby-pools/{pool_id}', pathParamMap).then(function (response) {
43254
+ return (0, Mapper_1.map)(response, BitmovinResponse_1.default);
43255
+ });
43256
+ };
43257
+ /**
43258
+ * @summary Get details of a standby pool by id
43259
+ * @param {string} poolId Id of the standby pool
43260
+ * @throws {BitmovinError}
43261
+ * @memberof StandbyPoolsApi
43262
+ */
43263
+ StandbyPoolsApi.prototype.get = function (poolId) {
43264
+ var pathParamMap = {
43265
+ pool_id: poolId
43266
+ };
43267
+ return this.restClient.get('/encoding/live/standby-pools/{pool_id}', pathParamMap).then(function (response) {
43268
+ return (0, Mapper_1.map)(response, LiveStandbyPoolDetails_1.default);
43269
+ });
43270
+ };
43271
+ /**
43272
+ * @summary List Standby pools
43273
+ * @throws {BitmovinError}
43274
+ * @memberof StandbyPoolsApi
43275
+ */
43276
+ StandbyPoolsApi.prototype.list = function () {
43277
+ return this.restClient.get('/encoding/live/standby-pools', {}).then(function (response) {
43278
+ return new PaginationResponse_1.default(response, LiveStandbyPoolResponse_1.default);
43279
+ });
43280
+ };
43281
+ /**
43282
+ * @summary Partially update standby pool by id
43283
+ * @param {string} poolId Id of the standby pool
43284
+ * @param {LiveStandbyPoolUpdate} liveStandbyPoolUpdate The updated standby pool object.
43285
+ * @throws {BitmovinError}
43286
+ * @memberof StandbyPoolsApi
43287
+ */
43288
+ StandbyPoolsApi.prototype.patch = function (poolId, liveStandbyPoolUpdate) {
43289
+ var pathParamMap = {
43290
+ pool_id: poolId
43291
+ };
43292
+ return this.restClient.patch('/encoding/live/standby-pools/{pool_id}', pathParamMap, liveStandbyPoolUpdate).then(function (response) {
43293
+ return (0, Mapper_1.map)(response, LiveStandbyPoolDetails_1.default);
43294
+ });
43295
+ };
43296
+ return StandbyPoolsApi;
43297
+ }(BaseAPI_1.BaseAPI));
43298
+ exports["default"] = StandbyPoolsApi;
43299
+
43300
+
43301
+ /***/ },
43302
+
43303
+ /***/ "./encoding/live/standbyPools/actions/ActionsApi.ts"
43304
+ /*!**********************************************************!*\
43305
+ !*** ./encoding/live/standbyPools/actions/ActionsApi.ts ***!
43306
+ \**********************************************************/
42726
43307
  (__unused_webpack_module, exports, __webpack_require__) {
42727
43308
 
42728
43309
  "use strict";
@@ -56152,9 +56733,9 @@ var AbstractCondition = /** @class */ (function () {
56152
56733
  }
56153
56734
  AbstractCondition._discriminatorName = 'type';
56154
56735
  AbstractCondition._discriminatorMapping = {
56155
- CONDITION: 'Condition',
56156
- AND: 'AndConjunction',
56157
- OR: 'OrConjunction'
56736
+ "CONDITION": 'Condition',
56737
+ "AND": 'AndConjunction',
56738
+ "OR": 'OrConjunction'
56158
56739
  };
56159
56740
  return AbstractCondition;
56160
56741
  }());
@@ -56576,15 +57157,15 @@ var AdAnalyticsAbstractFilter = /** @class */ (function () {
56576
57157
  }
56577
57158
  AdAnalyticsAbstractFilter._discriminatorName = 'operator';
56578
57159
  AdAnalyticsAbstractFilter._discriminatorMapping = {
56579
- IN: 'AdAnalyticsInFilter',
56580
- EQ: 'AdAnalyticsEqualFilter',
56581
- NE: 'AdAnalyticsNotEqualFilter',
56582
- LT: 'AdAnalyticsLessThanFilter',
56583
- LTE: 'AdAnalyticsLessThanOrEqualFilter',
56584
- GT: 'AdAnalyticsGreaterThanFilter',
56585
- GTE: 'AdAnalyticsGreaterThanOrEqualFilter',
56586
- CONTAINS: 'AdAnalyticsContainsFilter',
56587
- NOTCONTAINS: 'AdAnalyticsNotContainsFilter'
57160
+ "IN": 'AdAnalyticsInFilter',
57161
+ "EQ": 'AdAnalyticsEqualFilter',
57162
+ "NE": 'AdAnalyticsNotEqualFilter',
57163
+ "LT": 'AdAnalyticsLessThanFilter',
57164
+ "LTE": 'AdAnalyticsLessThanOrEqualFilter',
57165
+ "GT": 'AdAnalyticsGreaterThanFilter',
57166
+ "GTE": 'AdAnalyticsGreaterThanOrEqualFilter',
57167
+ "CONTAINS": 'AdAnalyticsContainsFilter',
57168
+ "NOTCONTAINS": 'AdAnalyticsNotContainsFilter'
56588
57169
  };
56589
57170
  return AdAnalyticsAbstractFilter;
56590
57171
  }());
@@ -56688,6 +57269,36 @@ var AdAnalyticsAttribute;
56688
57269
  AdAnalyticsAttribute["CUSTOM_DATA_28"] = "CUSTOM_DATA_28";
56689
57270
  AdAnalyticsAttribute["CUSTOM_DATA_29"] = "CUSTOM_DATA_29";
56690
57271
  AdAnalyticsAttribute["CUSTOM_DATA_30"] = "CUSTOM_DATA_30";
57272
+ AdAnalyticsAttribute["CUSTOM_DATA_31"] = "CUSTOM_DATA_31";
57273
+ AdAnalyticsAttribute["CUSTOM_DATA_32"] = "CUSTOM_DATA_32";
57274
+ AdAnalyticsAttribute["CUSTOM_DATA_33"] = "CUSTOM_DATA_33";
57275
+ AdAnalyticsAttribute["CUSTOM_DATA_34"] = "CUSTOM_DATA_34";
57276
+ AdAnalyticsAttribute["CUSTOM_DATA_35"] = "CUSTOM_DATA_35";
57277
+ AdAnalyticsAttribute["CUSTOM_DATA_36"] = "CUSTOM_DATA_36";
57278
+ AdAnalyticsAttribute["CUSTOM_DATA_37"] = "CUSTOM_DATA_37";
57279
+ AdAnalyticsAttribute["CUSTOM_DATA_38"] = "CUSTOM_DATA_38";
57280
+ AdAnalyticsAttribute["CUSTOM_DATA_39"] = "CUSTOM_DATA_39";
57281
+ AdAnalyticsAttribute["CUSTOM_DATA_40"] = "CUSTOM_DATA_40";
57282
+ AdAnalyticsAttribute["CUSTOM_DATA_41"] = "CUSTOM_DATA_41";
57283
+ AdAnalyticsAttribute["CUSTOM_DATA_42"] = "CUSTOM_DATA_42";
57284
+ AdAnalyticsAttribute["CUSTOM_DATA_43"] = "CUSTOM_DATA_43";
57285
+ AdAnalyticsAttribute["CUSTOM_DATA_44"] = "CUSTOM_DATA_44";
57286
+ AdAnalyticsAttribute["CUSTOM_DATA_45"] = "CUSTOM_DATA_45";
57287
+ AdAnalyticsAttribute["CUSTOM_DATA_46"] = "CUSTOM_DATA_46";
57288
+ AdAnalyticsAttribute["CUSTOM_DATA_47"] = "CUSTOM_DATA_47";
57289
+ AdAnalyticsAttribute["CUSTOM_DATA_48"] = "CUSTOM_DATA_48";
57290
+ AdAnalyticsAttribute["CUSTOM_DATA_49"] = "CUSTOM_DATA_49";
57291
+ AdAnalyticsAttribute["CUSTOM_DATA_50"] = "CUSTOM_DATA_50";
57292
+ AdAnalyticsAttribute["CUSTOM_DATA_51"] = "CUSTOM_DATA_51";
57293
+ AdAnalyticsAttribute["CUSTOM_DATA_52"] = "CUSTOM_DATA_52";
57294
+ AdAnalyticsAttribute["CUSTOM_DATA_53"] = "CUSTOM_DATA_53";
57295
+ AdAnalyticsAttribute["CUSTOM_DATA_54"] = "CUSTOM_DATA_54";
57296
+ AdAnalyticsAttribute["CUSTOM_DATA_55"] = "CUSTOM_DATA_55";
57297
+ AdAnalyticsAttribute["CUSTOM_DATA_56"] = "CUSTOM_DATA_56";
57298
+ AdAnalyticsAttribute["CUSTOM_DATA_57"] = "CUSTOM_DATA_57";
57299
+ AdAnalyticsAttribute["CUSTOM_DATA_58"] = "CUSTOM_DATA_58";
57300
+ AdAnalyticsAttribute["CUSTOM_DATA_59"] = "CUSTOM_DATA_59";
57301
+ AdAnalyticsAttribute["CUSTOM_DATA_60"] = "CUSTOM_DATA_60";
56691
57302
  AdAnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
56692
57303
  AdAnalyticsAttribute["DAY"] = "DAY";
56693
57304
  AdAnalyticsAttribute["DEAL_ID"] = "DEAL_ID";
@@ -57885,6 +58496,7 @@ var AdPosition = /** @class */ (function () {
57885
58496
  return;
57886
58497
  }
57887
58498
  this.position = (0, Mapper_1.map)(obj.position);
58499
+ this.duration = (0, Mapper_1.map)(obj.duration);
57888
58500
  }
57889
58501
  return AdPosition;
57890
58502
  }());
@@ -57943,10 +58555,10 @@ var AdaptationSet = /** @class */ (function (_super) {
57943
58555
  }
57944
58556
  AdaptationSet._discriminatorName = 'type';
57945
58557
  AdaptationSet._discriminatorMapping = {
57946
- VIDEO: 'VideoAdaptationSet',
57947
- AUDIO: 'AudioAdaptationSet',
57948
- IMAGE: 'ImageAdaptationSet',
57949
- SUBTITLE: 'SubtitleAdaptationSet'
58558
+ "VIDEO": 'VideoAdaptationSet',
58559
+ "AUDIO": 'AudioAdaptationSet',
58560
+ "IMAGE": 'ImageAdaptationSet',
58561
+ "SUBTITLE": 'SubtitleAdaptationSet'
57950
58562
  };
57951
58563
  return AdaptationSet;
57952
58564
  }(BitmovinResponse_1.default));
@@ -58149,6 +58761,404 @@ var AesEncryptionMethod;
58149
58761
  exports["default"] = AesEncryptionMethod;
58150
58762
 
58151
58763
 
58764
+ /***/ },
58765
+
58766
+ /***/ "./models/AgentChatAttachment.ts"
58767
+ /*!***************************************!*\
58768
+ !*** ./models/AgentChatAttachment.ts ***!
58769
+ \***************************************/
58770
+ (__unused_webpack_module, exports, __webpack_require__) {
58771
+
58772
+ "use strict";
58773
+
58774
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
58775
+ exports.AgentChatAttachment = void 0;
58776
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
58777
+ /**
58778
+ * @export
58779
+ * @class AgentChatAttachment
58780
+ */
58781
+ var AgentChatAttachment = /** @class */ (function () {
58782
+ function AgentChatAttachment(obj) {
58783
+ if (!obj) {
58784
+ return;
58785
+ }
58786
+ this.kind = (0, Mapper_1.map)(obj.kind);
58787
+ this.toolCallId = (0, Mapper_1.map)(obj.toolCallId);
58788
+ this.attributes = (0, Mapper_1.map)(obj.attributes);
58789
+ }
58790
+ return AgentChatAttachment;
58791
+ }());
58792
+ exports.AgentChatAttachment = AgentChatAttachment;
58793
+ exports["default"] = AgentChatAttachment;
58794
+
58795
+
58796
+ /***/ },
58797
+
58798
+ /***/ "./models/AgentChatAttachmentsData.ts"
58799
+ /*!********************************************!*\
58800
+ !*** ./models/AgentChatAttachmentsData.ts ***!
58801
+ \********************************************/
58802
+ (__unused_webpack_module, exports, __webpack_require__) {
58803
+
58804
+ "use strict";
58805
+
58806
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
58807
+ exports.AgentChatAttachmentsData = void 0;
58808
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
58809
+ var AgentChatAttachment_1 = __webpack_require__(/*! ./AgentChatAttachment */ "./models/AgentChatAttachment.ts");
58810
+ /**
58811
+ * @export
58812
+ * @class AgentChatAttachmentsData
58813
+ */
58814
+ var AgentChatAttachmentsData = /** @class */ (function () {
58815
+ function AgentChatAttachmentsData(obj) {
58816
+ if (!obj) {
58817
+ return;
58818
+ }
58819
+ this.attachments = (0, Mapper_1.mapArray)(obj.attachments, AgentChatAttachment_1.default);
58820
+ }
58821
+ return AgentChatAttachmentsData;
58822
+ }());
58823
+ exports.AgentChatAttachmentsData = AgentChatAttachmentsData;
58824
+ exports["default"] = AgentChatAttachmentsData;
58825
+
58826
+
58827
+ /***/ },
58828
+
58829
+ /***/ "./models/AgentChatAttachmentsPart.ts"
58830
+ /*!********************************************!*\
58831
+ !*** ./models/AgentChatAttachmentsPart.ts ***!
58832
+ \********************************************/
58833
+ (__unused_webpack_module, exports, __webpack_require__) {
58834
+
58835
+ "use strict";
58836
+
58837
+ var __extends = (this && this.__extends) || (function () {
58838
+ var extendStatics = function (d, b) {
58839
+ extendStatics = Object.setPrototypeOf ||
58840
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
58841
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
58842
+ return extendStatics(d, b);
58843
+ };
58844
+ return function (d, b) {
58845
+ if (typeof b !== "function" && b !== null)
58846
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
58847
+ extendStatics(d, b);
58848
+ function __() { this.constructor = d; }
58849
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
58850
+ };
58851
+ })();
58852
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
58853
+ exports.AgentChatAttachmentsPart = void 0;
58854
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
58855
+ var AgentChatAttachmentsData_1 = __webpack_require__(/*! ./AgentChatAttachmentsData */ "./models/AgentChatAttachmentsData.ts");
58856
+ var AgentChatMessagePart_1 = __webpack_require__(/*! ./AgentChatMessagePart */ "./models/AgentChatMessagePart.ts");
58857
+ var AgentChatMessagePartType_1 = __webpack_require__(/*! ./AgentChatMessagePartType */ "./models/AgentChatMessagePartType.ts");
58858
+ /**
58859
+ * @export
58860
+ * @class AgentChatAttachmentsPart
58861
+ */
58862
+ var AgentChatAttachmentsPart = /** @class */ (function (_super) {
58863
+ __extends(AgentChatAttachmentsPart, _super);
58864
+ function AgentChatAttachmentsPart(obj) {
58865
+ var _this = _super.call(this, obj) || this;
58866
+ /**
58867
+ * Discriminator property for AgentChatMessagePart
58868
+ * @type {string}
58869
+ * @memberof AgentChatAttachmentsPart
58870
+ */
58871
+ _this.type = AgentChatMessagePartType_1.default.DATA_ATTACHMENTS;
58872
+ if (!obj) {
58873
+ return _this;
58874
+ }
58875
+ _this.data = (0, Mapper_1.map)(obj.data, AgentChatAttachmentsData_1.default);
58876
+ return _this;
58877
+ }
58878
+ return AgentChatAttachmentsPart;
58879
+ }(AgentChatMessagePart_1.default));
58880
+ exports.AgentChatAttachmentsPart = AgentChatAttachmentsPart;
58881
+ exports["default"] = AgentChatAttachmentsPart;
58882
+
58883
+
58884
+ /***/ },
58885
+
58886
+ /***/ "./models/AgentChatMessage.ts"
58887
+ /*!************************************!*\
58888
+ !*** ./models/AgentChatMessage.ts ***!
58889
+ \************************************/
58890
+ (__unused_webpack_module, exports, __webpack_require__) {
58891
+
58892
+ "use strict";
58893
+
58894
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
58895
+ exports.AgentChatMessage = void 0;
58896
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
58897
+ var AgentChatMessagePart_1 = __webpack_require__(/*! ./AgentChatMessagePart */ "./models/AgentChatMessagePart.ts");
58898
+ /**
58899
+ * @export
58900
+ * @class AgentChatMessage
58901
+ */
58902
+ var AgentChatMessage = /** @class */ (function () {
58903
+ function AgentChatMessage(obj) {
58904
+ if (!obj) {
58905
+ return;
58906
+ }
58907
+ this.id = (0, Mapper_1.map)(obj.id);
58908
+ this.role = (0, Mapper_1.map)(obj.role);
58909
+ this.parts = (0, Mapper_1.mapArray)(obj.parts, AgentChatMessagePart_1.default);
58910
+ }
58911
+ return AgentChatMessage;
58912
+ }());
58913
+ exports.AgentChatMessage = AgentChatMessage;
58914
+ exports["default"] = AgentChatMessage;
58915
+
58916
+
58917
+ /***/ },
58918
+
58919
+ /***/ "./models/AgentChatMessagePart.ts"
58920
+ /*!****************************************!*\
58921
+ !*** ./models/AgentChatMessagePart.ts ***!
58922
+ \****************************************/
58923
+ (__unused_webpack_module, exports) {
58924
+
58925
+ "use strict";
58926
+
58927
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
58928
+ exports.AgentChatMessagePart = void 0;
58929
+ /**
58930
+ * @export
58931
+ * @class AgentChatMessagePart
58932
+ */
58933
+ var AgentChatMessagePart = /** @class */ (function () {
58934
+ function AgentChatMessagePart(obj) {
58935
+ if (!obj) {
58936
+ return;
58937
+ }
58938
+ }
58939
+ AgentChatMessagePart._discriminatorName = 'type';
58940
+ AgentChatMessagePart._discriminatorMapping = {
58941
+ "text": 'AgentChatTextPart',
58942
+ "data-attachments": 'AgentChatAttachmentsPart'
58943
+ };
58944
+ return AgentChatMessagePart;
58945
+ }());
58946
+ exports.AgentChatMessagePart = AgentChatMessagePart;
58947
+ exports["default"] = AgentChatMessagePart;
58948
+
58949
+
58950
+ /***/ },
58951
+
58952
+ /***/ "./models/AgentChatMessagePartType.ts"
58953
+ /*!********************************************!*\
58954
+ !*** ./models/AgentChatMessagePartType.ts ***!
58955
+ \********************************************/
58956
+ (__unused_webpack_module, exports) {
58957
+
58958
+ "use strict";
58959
+
58960
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
58961
+ exports.AgentChatMessagePartType = void 0;
58962
+ /**
58963
+ * @export
58964
+ * @enum {string}
58965
+ */
58966
+ var AgentChatMessagePartType;
58967
+ (function (AgentChatMessagePartType) {
58968
+ AgentChatMessagePartType["TEXT"] = "text";
58969
+ AgentChatMessagePartType["DATA_ATTACHMENTS"] = "data-attachments";
58970
+ })(AgentChatMessagePartType || (exports.AgentChatMessagePartType = AgentChatMessagePartType = {}));
58971
+ exports["default"] = AgentChatMessagePartType;
58972
+
58973
+
58974
+ /***/ },
58975
+
58976
+ /***/ "./models/AgentChatTextPart.ts"
58977
+ /*!*************************************!*\
58978
+ !*** ./models/AgentChatTextPart.ts ***!
58979
+ \*************************************/
58980
+ (__unused_webpack_module, exports, __webpack_require__) {
58981
+
58982
+ "use strict";
58983
+
58984
+ var __extends = (this && this.__extends) || (function () {
58985
+ var extendStatics = function (d, b) {
58986
+ extendStatics = Object.setPrototypeOf ||
58987
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
58988
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
58989
+ return extendStatics(d, b);
58990
+ };
58991
+ return function (d, b) {
58992
+ if (typeof b !== "function" && b !== null)
58993
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
58994
+ extendStatics(d, b);
58995
+ function __() { this.constructor = d; }
58996
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
58997
+ };
58998
+ })();
58999
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
59000
+ exports.AgentChatTextPart = void 0;
59001
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59002
+ var AgentChatMessagePart_1 = __webpack_require__(/*! ./AgentChatMessagePart */ "./models/AgentChatMessagePart.ts");
59003
+ var AgentChatMessagePartType_1 = __webpack_require__(/*! ./AgentChatMessagePartType */ "./models/AgentChatMessagePartType.ts");
59004
+ /**
59005
+ * @export
59006
+ * @class AgentChatTextPart
59007
+ */
59008
+ var AgentChatTextPart = /** @class */ (function (_super) {
59009
+ __extends(AgentChatTextPart, _super);
59010
+ function AgentChatTextPart(obj) {
59011
+ var _this = _super.call(this, obj) || this;
59012
+ /**
59013
+ * Discriminator property for AgentChatMessagePart
59014
+ * @type {string}
59015
+ * @memberof AgentChatTextPart
59016
+ */
59017
+ _this.type = AgentChatMessagePartType_1.default.TEXT;
59018
+ if (!obj) {
59019
+ return _this;
59020
+ }
59021
+ _this.text = (0, Mapper_1.map)(obj.text);
59022
+ return _this;
59023
+ }
59024
+ return AgentChatTextPart;
59025
+ }(AgentChatMessagePart_1.default));
59026
+ exports.AgentChatTextPart = AgentChatTextPart;
59027
+ exports["default"] = AgentChatTextPart;
59028
+
59029
+
59030
+ /***/ },
59031
+
59032
+ /***/ "./models/AgentSessionHistoryResponse.ts"
59033
+ /*!***********************************************!*\
59034
+ !*** ./models/AgentSessionHistoryResponse.ts ***!
59035
+ \***********************************************/
59036
+ (__unused_webpack_module, exports, __webpack_require__) {
59037
+
59038
+ "use strict";
59039
+
59040
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
59041
+ exports.AgentSessionHistoryResponse = void 0;
59042
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59043
+ var AgentChatMessage_1 = __webpack_require__(/*! ./AgentChatMessage */ "./models/AgentChatMessage.ts");
59044
+ /**
59045
+ * @export
59046
+ * @class AgentSessionHistoryResponse
59047
+ */
59048
+ var AgentSessionHistoryResponse = /** @class */ (function () {
59049
+ function AgentSessionHistoryResponse(obj) {
59050
+ if (!obj) {
59051
+ return;
59052
+ }
59053
+ this.sessionId = (0, Mapper_1.map)(obj.sessionId);
59054
+ this.appName = (0, Mapper_1.map)(obj.appName);
59055
+ this.userId = (0, Mapper_1.map)(obj.userId);
59056
+ this.title = (0, Mapper_1.map)(obj.title);
59057
+ this.messages = (0, Mapper_1.mapArray)(obj.messages, AgentChatMessage_1.default);
59058
+ }
59059
+ return AgentSessionHistoryResponse;
59060
+ }());
59061
+ exports.AgentSessionHistoryResponse = AgentSessionHistoryResponse;
59062
+ exports["default"] = AgentSessionHistoryResponse;
59063
+
59064
+
59065
+ /***/ },
59066
+
59067
+ /***/ "./models/AgentSessionListItem.ts"
59068
+ /*!****************************************!*\
59069
+ !*** ./models/AgentSessionListItem.ts ***!
59070
+ \****************************************/
59071
+ (__unused_webpack_module, exports, __webpack_require__) {
59072
+
59073
+ "use strict";
59074
+
59075
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
59076
+ exports.AgentSessionListItem = void 0;
59077
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59078
+ /**
59079
+ * @export
59080
+ * @class AgentSessionListItem
59081
+ */
59082
+ var AgentSessionListItem = /** @class */ (function () {
59083
+ function AgentSessionListItem(obj) {
59084
+ if (!obj) {
59085
+ return;
59086
+ }
59087
+ this.sessionId = (0, Mapper_1.map)(obj.sessionId);
59088
+ this.title = (0, Mapper_1.map)(obj.title);
59089
+ this.lastUpdateTimeSeconds = (0, Mapper_1.map)(obj.lastUpdateTimeSeconds);
59090
+ }
59091
+ return AgentSessionListItem;
59092
+ }());
59093
+ exports.AgentSessionListItem = AgentSessionListItem;
59094
+ exports["default"] = AgentSessionListItem;
59095
+
59096
+
59097
+ /***/ },
59098
+
59099
+ /***/ "./models/AgentSessionListResponse.ts"
59100
+ /*!********************************************!*\
59101
+ !*** ./models/AgentSessionListResponse.ts ***!
59102
+ \********************************************/
59103
+ (__unused_webpack_module, exports, __webpack_require__) {
59104
+
59105
+ "use strict";
59106
+
59107
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
59108
+ exports.AgentSessionListResponse = void 0;
59109
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59110
+ var AgentSessionListItem_1 = __webpack_require__(/*! ./AgentSessionListItem */ "./models/AgentSessionListItem.ts");
59111
+ /**
59112
+ * @export
59113
+ * @class AgentSessionListResponse
59114
+ */
59115
+ var AgentSessionListResponse = /** @class */ (function () {
59116
+ function AgentSessionListResponse(obj) {
59117
+ if (!obj) {
59118
+ return;
59119
+ }
59120
+ this.appName = (0, Mapper_1.map)(obj.appName);
59121
+ this.userId = (0, Mapper_1.map)(obj.userId);
59122
+ this.sessions = (0, Mapper_1.mapArray)(obj.sessions, AgentSessionListItem_1.default);
59123
+ }
59124
+ return AgentSessionListResponse;
59125
+ }());
59126
+ exports.AgentSessionListResponse = AgentSessionListResponse;
59127
+ exports["default"] = AgentSessionListResponse;
59128
+
59129
+
59130
+ /***/ },
59131
+
59132
+ /***/ "./models/AgentSessionResponse.ts"
59133
+ /*!****************************************!*\
59134
+ !*** ./models/AgentSessionResponse.ts ***!
59135
+ \****************************************/
59136
+ (__unused_webpack_module, exports, __webpack_require__) {
59137
+
59138
+ "use strict";
59139
+
59140
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
59141
+ exports.AgentSessionResponse = void 0;
59142
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
59143
+ /**
59144
+ * @export
59145
+ * @class AgentSessionResponse
59146
+ */
59147
+ var AgentSessionResponse = /** @class */ (function () {
59148
+ function AgentSessionResponse(obj) {
59149
+ if (!obj) {
59150
+ return;
59151
+ }
59152
+ this.sessionId = (0, Mapper_1.map)(obj.sessionId);
59153
+ this.appName = (0, Mapper_1.map)(obj.appName);
59154
+ this.userId = (0, Mapper_1.map)(obj.userId);
59155
+ }
59156
+ return AgentSessionResponse;
59157
+ }());
59158
+ exports.AgentSessionResponse = AgentSessionResponse;
59159
+ exports["default"] = AgentSessionResponse;
59160
+
59161
+
58152
59162
  /***/ },
58153
59163
 
58154
59164
  /***/ "./models/AiSceneAnalysis.ts"
@@ -58692,15 +59702,15 @@ var AnalyticsAbstractFilter = /** @class */ (function () {
58692
59702
  }
58693
59703
  AnalyticsAbstractFilter._discriminatorName = 'operator';
58694
59704
  AnalyticsAbstractFilter._discriminatorMapping = {
58695
- IN: 'AnalyticsInFilter',
58696
- EQ: 'AnalyticsEqualFilter',
58697
- NE: 'AnalyticsNotEqualFilter',
58698
- LT: 'AnalyticsLessThanFilter',
58699
- LTE: 'AnalyticsLessThanOrEqualFilter',
58700
- GT: 'AnalyticsGreaterThanFilter',
58701
- GTE: 'AnalyticsGreaterThanOrEqualFilter',
58702
- CONTAINS: 'AnalyticsContainsFilter',
58703
- NOTCONTAINS: 'AnalyticsNotContainsFilter'
59705
+ "IN": 'AnalyticsInFilter',
59706
+ "EQ": 'AnalyticsEqualFilter',
59707
+ "NE": 'AnalyticsNotEqualFilter',
59708
+ "LT": 'AnalyticsLessThanFilter',
59709
+ "LTE": 'AnalyticsLessThanOrEqualFilter',
59710
+ "GT": 'AnalyticsGreaterThanFilter',
59711
+ "GTE": 'AnalyticsGreaterThanOrEqualFilter',
59712
+ "CONTAINS": 'AnalyticsContainsFilter',
59713
+ "NOTCONTAINS": 'AnalyticsNotContainsFilter'
58704
59714
  };
58705
59715
  return AnalyticsAbstractFilter;
58706
59716
  }());
@@ -58792,6 +59802,16 @@ var AnalyticsAttribute;
58792
59802
  AnalyticsAttribute["CUSTOM_DATA_48"] = "CUSTOM_DATA_48";
58793
59803
  AnalyticsAttribute["CUSTOM_DATA_49"] = "CUSTOM_DATA_49";
58794
59804
  AnalyticsAttribute["CUSTOM_DATA_50"] = "CUSTOM_DATA_50";
59805
+ AnalyticsAttribute["CUSTOM_DATA_51"] = "CUSTOM_DATA_51";
59806
+ AnalyticsAttribute["CUSTOM_DATA_52"] = "CUSTOM_DATA_52";
59807
+ AnalyticsAttribute["CUSTOM_DATA_53"] = "CUSTOM_DATA_53";
59808
+ AnalyticsAttribute["CUSTOM_DATA_54"] = "CUSTOM_DATA_54";
59809
+ AnalyticsAttribute["CUSTOM_DATA_55"] = "CUSTOM_DATA_55";
59810
+ AnalyticsAttribute["CUSTOM_DATA_56"] = "CUSTOM_DATA_56";
59811
+ AnalyticsAttribute["CUSTOM_DATA_57"] = "CUSTOM_DATA_57";
59812
+ AnalyticsAttribute["CUSTOM_DATA_58"] = "CUSTOM_DATA_58";
59813
+ AnalyticsAttribute["CUSTOM_DATA_59"] = "CUSTOM_DATA_59";
59814
+ AnalyticsAttribute["CUSTOM_DATA_60"] = "CUSTOM_DATA_60";
58795
59815
  AnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
58796
59816
  AnalyticsAttribute["DAY"] = "DAY";
58797
59817
  AnalyticsAttribute["DEVICE_CLASS"] = "DEVICE_CLASS";
@@ -58815,6 +59835,7 @@ var AnalyticsAttribute;
58815
59835
  AnalyticsAttribute["IS_LIVE"] = "IS_LIVE";
58816
59836
  AnalyticsAttribute["IS_LOW_LATENCY"] = "IS_LOW_LATENCY";
58817
59837
  AnalyticsAttribute["IS_MUTED"] = "IS_MUTED";
59838
+ AnalyticsAttribute["IS_PROGRAM_CHANGE"] = "IS_PROGRAM_CHANGE";
58818
59839
  AnalyticsAttribute["ISP"] = "ISP";
58819
59840
  AnalyticsAttribute["LANGUAGE"] = "LANGUAGE";
58820
59841
  AnalyticsAttribute["LATENCY"] = "LATENCY";
@@ -60868,9 +61889,9 @@ var AnalyticsOutput = /** @class */ (function (_super) {
60868
61889
  }
60869
61890
  AnalyticsOutput._discriminatorName = 'type';
60870
61891
  AnalyticsOutput._discriminatorMapping = {
60871
- S3_ROLE_BASED: 'AnalyticsS3RoleBasedOutput',
60872
- GCS_SERVICE_ACCOUNT: 'AnalyticsGcsServiceAccountOutput',
60873
- AZURE: 'AnalyticsAzureOutput'
61892
+ "S3_ROLE_BASED": 'AnalyticsS3RoleBasedOutput',
61893
+ "GCS_SERVICE_ACCOUNT": 'AnalyticsGcsServiceAccountOutput',
61894
+ "AZURE": 'AnalyticsAzureOutput'
60874
61895
  };
60875
61896
  return AnalyticsOutput;
60876
61897
  }(BitmovinResource_1.default));
@@ -65926,33 +66947,33 @@ var CodecConfiguration = /** @class */ (function (_super) {
65926
66947
  }
65927
66948
  CodecConfiguration._discriminatorName = 'type';
65928
66949
  CodecConfiguration._discriminatorMapping = {
65929
- AAC: 'AacAudioConfiguration',
65930
- AUDIO_PASSTHROUGH: 'PassthroughAudioConfiguration',
65931
- DTS_PASSTHROUGH: 'DtsPassthroughAudioConfiguration',
65932
- DTS: 'DtsAudioConfiguration',
65933
- DTSX: 'DtsXAudioConfiguration',
65934
- DVB_SUBTITLE: 'DvbSubtitleConfiguration',
65935
- HE_AAC_V1: 'HeAacV1AudioConfiguration',
65936
- HE_AAC_V2: 'HeAacV2AudioConfiguration',
65937
- H264: 'H264VideoConfiguration',
65938
- H265: 'H265VideoConfiguration',
65939
- VP9: 'Vp9VideoConfiguration',
65940
- VP8: 'Vp8VideoConfiguration',
65941
- MP2: 'Mp2AudioConfiguration',
65942
- MP3: 'Mp3AudioConfiguration',
65943
- AC3: 'Ac3AudioConfiguration',
65944
- DD: 'DolbyDigitalAudioConfiguration',
65945
- EAC3: 'Eac3AudioConfiguration',
65946
- DDPLUS: 'DolbyDigitalPlusAudioConfiguration',
65947
- OPUS: 'OpusAudioConfiguration',
65948
- VORBIS: 'VorbisAudioConfiguration',
65949
- MJPEG: 'MjpegVideoConfiguration',
65950
- AV1: 'Av1VideoConfiguration',
65951
- DOLBY_ATMOS: 'DolbyAtmosAudioConfiguration',
65952
- H262: 'H262VideoConfiguration',
65953
- PCM: 'PcmAudioConfiguration',
65954
- WEBVTT: 'WebVttConfiguration',
65955
- IMSC: 'ImscConfiguration'
66950
+ "AAC": 'AacAudioConfiguration',
66951
+ "AUDIO_PASSTHROUGH": 'PassthroughAudioConfiguration',
66952
+ "DTS_PASSTHROUGH": 'DtsPassthroughAudioConfiguration',
66953
+ "DTS": 'DtsAudioConfiguration',
66954
+ "DTSX": 'DtsXAudioConfiguration',
66955
+ "DVB_SUBTITLE": 'DvbSubtitleConfiguration',
66956
+ "HE_AAC_V1": 'HeAacV1AudioConfiguration',
66957
+ "HE_AAC_V2": 'HeAacV2AudioConfiguration',
66958
+ "H264": 'H264VideoConfiguration',
66959
+ "H265": 'H265VideoConfiguration',
66960
+ "VP9": 'Vp9VideoConfiguration',
66961
+ "VP8": 'Vp8VideoConfiguration',
66962
+ "MP2": 'Mp2AudioConfiguration',
66963
+ "MP3": 'Mp3AudioConfiguration',
66964
+ "AC3": 'Ac3AudioConfiguration',
66965
+ "DD": 'DolbyDigitalAudioConfiguration',
66966
+ "EAC3": 'Eac3AudioConfiguration',
66967
+ "DDPLUS": 'DolbyDigitalPlusAudioConfiguration',
66968
+ "OPUS": 'OpusAudioConfiguration',
66969
+ "VORBIS": 'VorbisAudioConfiguration',
66970
+ "MJPEG": 'MjpegVideoConfiguration',
66971
+ "AV1": 'Av1VideoConfiguration',
66972
+ "DOLBY_ATMOS": 'DolbyAtmosAudioConfiguration',
66973
+ "H262": 'H262VideoConfiguration',
66974
+ "PCM": 'PcmAudioConfiguration',
66975
+ "WEBVTT": 'WebVttConfiguration',
66976
+ "IMSC": 'ImscConfiguration'
65956
66977
  };
65957
66978
  return CodecConfiguration;
65958
66979
  }(BitmovinResource_1.default));
@@ -67905,18 +68926,18 @@ var DashRepresentation = /** @class */ (function (_super) {
67905
68926
  }
67906
68927
  DashRepresentation._discriminatorName = 'typeDiscriminator';
67907
68928
  DashRepresentation._discriminatorMapping = {
67908
- DRM_FMP4: 'DashFmp4DrmRepresentation',
67909
- FMP4: 'DashFmp4Representation',
67910
- WEBM: 'DashWebmRepresentation',
67911
- CMAF: 'DashCmafRepresentation',
67912
- CHUNKED_TEXT: 'DashChunkedTextRepresentation',
67913
- MP4: 'DashMp4Representation',
67914
- DRM_MP4: 'DashMp4DrmRepresentation',
67915
- PROGRESSIVE_WEBM: 'DashProgressiveWebmRepresentation',
67916
- VTT: 'DashVttRepresentation',
67917
- SPRITE: 'SpriteRepresentation',
67918
- IMSC: 'DashImscRepresentation',
67919
- CONTENT_PROTECTION: 'ContentProtection'
68929
+ "DRM_FMP4": 'DashFmp4DrmRepresentation',
68930
+ "FMP4": 'DashFmp4Representation',
68931
+ "WEBM": 'DashWebmRepresentation',
68932
+ "CMAF": 'DashCmafRepresentation',
68933
+ "CHUNKED_TEXT": 'DashChunkedTextRepresentation',
68934
+ "MP4": 'DashMp4Representation',
68935
+ "DRM_MP4": 'DashMp4DrmRepresentation',
68936
+ "PROGRESSIVE_WEBM": 'DashProgressiveWebmRepresentation',
68937
+ "VTT": 'DashVttRepresentation',
68938
+ "SPRITE": 'SpriteRepresentation',
68939
+ "IMSC": 'DashImscRepresentation',
68940
+ "CONTENT_PROTECTION": 'ContentProtection'
67920
68941
  };
67921
68942
  return DashRepresentation;
67922
68943
  }(BitmovinResponse_1.default));
@@ -68446,9 +69467,9 @@ var DefaultManifestCondition = /** @class */ (function () {
68446
69467
  }
68447
69468
  DefaultManifestCondition._discriminatorName = 'type';
68448
69469
  DefaultManifestCondition._discriminatorMapping = {
68449
- CONDITION: 'DefaultManifestAttributeCondition',
68450
- AND: 'DefaultManifestAndCondition',
68451
- OR: 'DefaultManifestOrCondition'
69470
+ "CONDITION": 'DefaultManifestAttributeCondition',
69471
+ "AND": 'DefaultManifestAndCondition',
69472
+ "OR": 'DefaultManifestOrCondition'
68452
69473
  };
68453
69474
  return DefaultManifestCondition;
68454
69475
  }());
@@ -68795,6 +69816,90 @@ exports.DisplayAspectRatio = DisplayAspectRatio;
68795
69816
  exports["default"] = DisplayAspectRatio;
68796
69817
 
68797
69818
 
69819
+ /***/ },
69820
+
69821
+ /***/ "./models/DnsMappingRequest.ts"
69822
+ /*!*************************************!*\
69823
+ !*** ./models/DnsMappingRequest.ts ***!
69824
+ \*************************************/
69825
+ (__unused_webpack_module, exports, __webpack_require__) {
69826
+
69827
+ "use strict";
69828
+
69829
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
69830
+ exports.DnsMappingRequest = void 0;
69831
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
69832
+ /**
69833
+ * @export
69834
+ * @class DnsMappingRequest
69835
+ */
69836
+ var DnsMappingRequest = /** @class */ (function () {
69837
+ function DnsMappingRequest(obj) {
69838
+ if (!obj) {
69839
+ return;
69840
+ }
69841
+ this.subdomain = (0, Mapper_1.map)(obj.subdomain);
69842
+ this.name = (0, Mapper_1.map)(obj.name);
69843
+ this.description = (0, Mapper_1.map)(obj.description);
69844
+ }
69845
+ return DnsMappingRequest;
69846
+ }());
69847
+ exports.DnsMappingRequest = DnsMappingRequest;
69848
+ exports["default"] = DnsMappingRequest;
69849
+
69850
+
69851
+ /***/ },
69852
+
69853
+ /***/ "./models/DnsMappingResponse.ts"
69854
+ /*!**************************************!*\
69855
+ !*** ./models/DnsMappingResponse.ts ***!
69856
+ \**************************************/
69857
+ (__unused_webpack_module, exports, __webpack_require__) {
69858
+
69859
+ "use strict";
69860
+
69861
+ var __extends = (this && this.__extends) || (function () {
69862
+ var extendStatics = function (d, b) {
69863
+ extendStatics = Object.setPrototypeOf ||
69864
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
69865
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
69866
+ return extendStatics(d, b);
69867
+ };
69868
+ return function (d, b) {
69869
+ if (typeof b !== "function" && b !== null)
69870
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
69871
+ extendStatics(d, b);
69872
+ function __() { this.constructor = d; }
69873
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
69874
+ };
69875
+ })();
69876
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
69877
+ exports.DnsMappingResponse = void 0;
69878
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
69879
+ var BitmovinResource_1 = __webpack_require__(/*! ./BitmovinResource */ "./models/BitmovinResource.ts");
69880
+ /**
69881
+ * @export
69882
+ * @class DnsMappingResponse
69883
+ */
69884
+ var DnsMappingResponse = /** @class */ (function (_super) {
69885
+ __extends(DnsMappingResponse, _super);
69886
+ function DnsMappingResponse(obj) {
69887
+ var _this = _super.call(this, obj) || this;
69888
+ if (!obj) {
69889
+ return _this;
69890
+ }
69891
+ _this.subdomain = (0, Mapper_1.map)(obj.subdomain);
69892
+ _this.hostname = (0, Mapper_1.map)(obj.hostname);
69893
+ _this.encodingId = (0, Mapper_1.map)(obj.encodingId);
69894
+ _this.ip = (0, Mapper_1.map)(obj.ip);
69895
+ return _this;
69896
+ }
69897
+ return DnsMappingResponse;
69898
+ }(BitmovinResource_1.default));
69899
+ exports.DnsMappingResponse = DnsMappingResponse;
69900
+ exports["default"] = DnsMappingResponse;
69901
+
69902
+
68798
69903
  /***/ },
68799
69904
 
68800
69905
  /***/ "./models/DolbyAtmosAudioConfiguration.ts"
@@ -69018,6 +70123,7 @@ var DolbyAtmosInputFormat;
69018
70123
  (function (DolbyAtmosInputFormat) {
69019
70124
  DolbyAtmosInputFormat["DAMF"] = "DAMF";
69020
70125
  DolbyAtmosInputFormat["ADM"] = "ADM";
70126
+ DolbyAtmosInputFormat["MXF"] = "MXF";
69021
70127
  })(DolbyAtmosInputFormat || (exports.DolbyAtmosInputFormat = DolbyAtmosInputFormat = {}));
69022
70128
  exports["default"] = DolbyAtmosInputFormat;
69023
70129
 
@@ -70689,15 +71795,15 @@ var Drm = /** @class */ (function (_super) {
70689
71795
  }
70690
71796
  Drm._discriminatorName = 'type';
70691
71797
  Drm._discriminatorMapping = {
70692
- WIDEVINE: 'WidevineDrm',
70693
- PLAYREADY: 'PlayReadyDrm',
70694
- PRIMETIME: 'PrimeTimeDrm',
70695
- FAIRPLAY: 'FairPlayDrm',
70696
- MARLIN: 'MarlinDrm',
70697
- CLEARKEY: 'ClearKeyDrm',
70698
- AES: 'AesEncryptionDrm',
70699
- CENC: 'CencDrm',
70700
- SPEKE: 'SpekeDrm'
71798
+ "WIDEVINE": 'WidevineDrm',
71799
+ "PLAYREADY": 'PlayReadyDrm',
71800
+ "PRIMETIME": 'PrimeTimeDrm',
71801
+ "FAIRPLAY": 'FairPlayDrm',
71802
+ "MARLIN": 'MarlinDrm',
71803
+ "CLEARKEY": 'ClearKeyDrm',
71804
+ "AES": 'AesEncryptionDrm',
71805
+ "CENC": 'CencDrm',
71806
+ "SPEKE": 'SpekeDrm'
70701
71807
  };
70702
71808
  return Drm;
70703
71809
  }(BitmovinResource_1.default));
@@ -72897,22 +74003,22 @@ var Filter = /** @class */ (function (_super) {
72897
74003
  }
72898
74004
  Filter._discriminatorName = 'type';
72899
74005
  Filter._discriminatorMapping = {
72900
- CROP: 'CropFilter',
72901
- CONFORM: 'ConformFilter',
72902
- WATERMARK: 'WatermarkFilter',
72903
- ENHANCED_WATERMARK: 'EnhancedWatermarkFilter',
72904
- ROTATE: 'RotateFilter',
72905
- DEINTERLACE: 'DeinterlaceFilter',
72906
- ENHANCED_DEINTERLACE: 'EnhancedDeinterlaceFilter',
72907
- AUDIO_MIX: 'AudioMixFilter',
72908
- DENOISE_HQDN3D: 'DenoiseHqdn3dFilter',
72909
- TEXT: 'TextFilter',
72910
- UNSHARP: 'UnsharpFilter',
72911
- SCALE: 'ScaleFilter',
72912
- INTERLACE: 'InterlaceFilter',
72913
- AUDIO_VOLUME: 'AudioVolumeFilter',
72914
- EBU_R128_SINGLE_PASS: 'EbuR128SinglePassFilter',
72915
- AZURE_SPEECH_TO_CAPTIONS: 'AzureSpeechToCaptionsFilter'
74006
+ "CROP": 'CropFilter',
74007
+ "CONFORM": 'ConformFilter',
74008
+ "WATERMARK": 'WatermarkFilter',
74009
+ "ENHANCED_WATERMARK": 'EnhancedWatermarkFilter',
74010
+ "ROTATE": 'RotateFilter',
74011
+ "DEINTERLACE": 'DeinterlaceFilter',
74012
+ "ENHANCED_DEINTERLACE": 'EnhancedDeinterlaceFilter',
74013
+ "AUDIO_MIX": 'AudioMixFilter',
74014
+ "DENOISE_HQDN3D": 'DenoiseHqdn3dFilter',
74015
+ "TEXT": 'TextFilter',
74016
+ "UNSHARP": 'UnsharpFilter',
74017
+ "SCALE": 'ScaleFilter',
74018
+ "INTERLACE": 'InterlaceFilter',
74019
+ "AUDIO_VOLUME": 'AudioVolumeFilter',
74020
+ "EBU_R128_SINGLE_PASS": 'EbuR128SinglePassFilter',
74021
+ "AZURE_SPEECH_TO_CAPTIONS": 'AzureSpeechToCaptionsFilter'
72916
74022
  };
72917
74023
  return Filter;
72918
74024
  }(BitmovinResource_1.default));
@@ -75380,9 +76486,9 @@ var Id3Tag = /** @class */ (function (_super) {
75380
76486
  }
75381
76487
  Id3Tag._discriminatorName = 'type';
75382
76488
  Id3Tag._discriminatorMapping = {
75383
- RAW: 'RawId3Tag',
75384
- FRAME_ID: 'FrameIdId3Tag',
75385
- PLAIN_TEXT: 'PlaintextId3Tag'
76489
+ "RAW": 'RawId3Tag',
76490
+ "FRAME_ID": 'FrameIdId3Tag',
76491
+ "PLAIN_TEXT": 'PlaintextId3Tag'
75386
76492
  };
75387
76493
  return Id3Tag;
75388
76494
  }(BitmovinResource_1.default));
@@ -75792,25 +76898,25 @@ var Input = /** @class */ (function (_super) {
75792
76898
  }
75793
76899
  Input._discriminatorName = 'type';
75794
76900
  Input._discriminatorMapping = {
75795
- AKAMAI_NETSTORAGE: 'AkamaiNetStorageInput',
75796
- ASPERA: 'AsperaInput',
75797
- AZURE: 'AzureInput',
75798
- REDUNDANT_RTMP: 'RedundantRtmpInput',
75799
- FTP: 'FtpInput',
75800
- GENERIC_S3: 'GenericS3Input',
75801
- GCS: 'GcsInput',
75802
- HTTP: 'HttpInput',
75803
- HTTPS: 'HttpsInput',
75804
- HLS: 'HlsInput',
75805
- LOCAL: 'LocalInput',
75806
- RTMP: 'RtmpInput',
75807
- S3: 'S3Input',
75808
- S3_ROLE_BASED: 'S3RoleBasedInput',
75809
- SFTP: 'SftpInput',
75810
- ZIXI: 'ZixiInput',
75811
- SRT: 'SrtInput',
75812
- GCS_SERVICE_ACCOUNT: 'GcsServiceAccountInput',
75813
- DIRECT_FILE_UPLOAD: 'DirectFileUploadInput'
76901
+ "AKAMAI_NETSTORAGE": 'AkamaiNetStorageInput',
76902
+ "ASPERA": 'AsperaInput',
76903
+ "AZURE": 'AzureInput',
76904
+ "REDUNDANT_RTMP": 'RedundantRtmpInput',
76905
+ "FTP": 'FtpInput',
76906
+ "GENERIC_S3": 'GenericS3Input',
76907
+ "GCS": 'GcsInput',
76908
+ "HTTP": 'HttpInput',
76909
+ "HTTPS": 'HttpsInput',
76910
+ "HLS": 'HlsInput',
76911
+ "LOCAL": 'LocalInput',
76912
+ "RTMP": 'RtmpInput',
76913
+ "S3": 'S3Input',
76914
+ "S3_ROLE_BASED": 'S3RoleBasedInput',
76915
+ "SFTP": 'SftpInput',
76916
+ "ZIXI": 'ZixiInput',
76917
+ "SRT": 'SrtInput',
76918
+ "GCS_SERVICE_ACCOUNT": 'GcsServiceAccountInput',
76919
+ "DIRECT_FILE_UPLOAD": 'DirectFileUploadInput'
75814
76920
  };
75815
76921
  return Input;
75816
76922
  }(BitmovinResource_1.default));
@@ -76122,19 +77228,19 @@ var InputStream = /** @class */ (function (_super) {
76122
77228
  }
76123
77229
  InputStream._discriminatorName = 'type';
76124
77230
  InputStream._discriminatorMapping = {
76125
- INGEST: 'IngestInputStream',
76126
- CONCATENATION: 'ConcatenationInputStream',
76127
- TRIMMING_TIME_BASED: 'TimeBasedTrimmingInputStream',
76128
- TRIMMING_TIME_CODE_TRACK: 'TimecodeTrackTrimmingInputStream',
76129
- TRIMMING_H264_PICTURE_TIMING: 'H264PictureTimingTrimmingInputStream',
76130
- AUDIO_MIX: 'AudioMixInputStream',
76131
- SIDECAR_DOLBY_VISION_METADATA: 'DolbyVisionMetadataIngestInputStream',
76132
- CAPTION_CEA608: 'Cea608CaptionInputStream',
76133
- CAPTION_CEA708: 'Cea708CaptionInputStream',
76134
- FILE: 'FileInputStream',
76135
- DVB_SUBTITLE: 'DvbSubtitleInputStream',
76136
- DOLBY_ATMOS: 'DolbyAtmosIngestInputStream',
76137
- DOLBY_VISION: 'DolbyVisionInputStream'
77231
+ "INGEST": 'IngestInputStream',
77232
+ "CONCATENATION": 'ConcatenationInputStream',
77233
+ "TRIMMING_TIME_BASED": 'TimeBasedTrimmingInputStream',
77234
+ "TRIMMING_TIME_CODE_TRACK": 'TimecodeTrackTrimmingInputStream',
77235
+ "TRIMMING_H264_PICTURE_TIMING": 'H264PictureTimingTrimmingInputStream',
77236
+ "AUDIO_MIX": 'AudioMixInputStream',
77237
+ "SIDECAR_DOLBY_VISION_METADATA": 'DolbyVisionMetadataIngestInputStream',
77238
+ "CAPTION_CEA608": 'Cea608CaptionInputStream',
77239
+ "CAPTION_CEA708": 'Cea708CaptionInputStream',
77240
+ "FILE": 'FileInputStream',
77241
+ "DVB_SUBTITLE": 'DvbSubtitleInputStream',
77242
+ "DOLBY_ATMOS": 'DolbyAtmosIngestInputStream',
77243
+ "DOLBY_VISION": 'DolbyVisionInputStream'
76138
77244
  };
76139
77245
  return InputStream;
76140
77246
  }(BitmovinResource_1.default));
@@ -79444,22 +80550,22 @@ var Muxing = /** @class */ (function (_super) {
79444
80550
  }
79445
80551
  Muxing._discriminatorName = 'type';
79446
80552
  Muxing._discriminatorMapping = {
79447
- FMP4: 'Fmp4Muxing',
79448
- CMAF: 'CmafMuxing',
79449
- MP4: 'Mp4Muxing',
79450
- TS: 'TsMuxing',
79451
- WEBM: 'WebmMuxing',
79452
- MP3: 'Mp3Muxing',
79453
- MXF: 'MxfMuxing',
79454
- PROGRESSIVE_WAV: 'ProgressiveWavMuxing',
79455
- PROGRESSIVE_WEBM: 'ProgressiveWebmMuxing',
79456
- PROGRESSIVE_MOV: 'ProgressiveMovMuxing',
79457
- PROGRESSIVE_TS: 'ProgressiveTsMuxing',
79458
- BROADCAST_TS: 'BroadcastTsMuxing',
79459
- CHUNKED_TEXT: 'ChunkedTextMuxing',
79460
- TEXT: 'TextMuxing',
79461
- SEGMENTED_RAW: 'SegmentedRawMuxing',
79462
- PACKED_AUDIO: 'PackedAudioMuxing'
80553
+ "FMP4": 'Fmp4Muxing',
80554
+ "CMAF": 'CmafMuxing',
80555
+ "MP4": 'Mp4Muxing',
80556
+ "TS": 'TsMuxing',
80557
+ "WEBM": 'WebmMuxing',
80558
+ "MP3": 'Mp3Muxing',
80559
+ "MXF": 'MxfMuxing',
80560
+ "PROGRESSIVE_WAV": 'ProgressiveWavMuxing',
80561
+ "PROGRESSIVE_WEBM": 'ProgressiveWebmMuxing',
80562
+ "PROGRESSIVE_MOV": 'ProgressiveMovMuxing',
80563
+ "PROGRESSIVE_TS": 'ProgressiveTsMuxing',
80564
+ "BROADCAST_TS": 'BroadcastTsMuxing',
80565
+ "CHUNKED_TEXT": 'ChunkedTextMuxing',
80566
+ "TEXT": 'TextMuxing',
80567
+ "SEGMENTED_RAW": 'SegmentedRawMuxing',
80568
+ "PACKED_AUDIO": 'PackedAudioMuxing'
79463
80569
  };
79464
80570
  return Muxing;
79465
80571
  }(BitmovinResource_1.default));
@@ -80441,19 +81547,19 @@ var Output = /** @class */ (function (_super) {
80441
81547
  }
80442
81548
  Output._discriminatorName = 'type';
80443
81549
  Output._discriminatorMapping = {
80444
- AKAMAI_NETSTORAGE: 'AkamaiNetStorageOutput',
80445
- AZURE: 'AzureOutput',
80446
- CDN: 'CdnOutput',
80447
- GENERIC_S3: 'GenericS3Output',
80448
- GCS: 'GcsOutput',
80449
- FTP: 'FtpOutput',
80450
- LOCAL: 'LocalOutput',
80451
- S3: 'S3Output',
80452
- S3_ROLE_BASED: 'S3RoleBasedOutput',
80453
- SFTP: 'SftpOutput',
80454
- AKAMAI_MSL: 'AkamaiMslOutput',
80455
- LIVE_MEDIA_INGEST: 'LiveMediaIngestOutput',
80456
- GCS_SERVICE_ACCOUNT: 'GcsServiceAccountOutput'
81550
+ "AKAMAI_NETSTORAGE": 'AkamaiNetStorageOutput',
81551
+ "AZURE": 'AzureOutput',
81552
+ "CDN": 'CdnOutput',
81553
+ "GENERIC_S3": 'GenericS3Output',
81554
+ "GCS": 'GcsOutput',
81555
+ "FTP": 'FtpOutput',
81556
+ "LOCAL": 'LocalOutput',
81557
+ "S3": 'S3Output',
81558
+ "S3_ROLE_BASED": 'S3RoleBasedOutput',
81559
+ "SFTP": 'SftpOutput',
81560
+ "AKAMAI_MSL": 'AkamaiMslOutput',
81561
+ "LIVE_MEDIA_INGEST": 'LiveMediaIngestOutput',
81562
+ "GCS_SERVICE_ACCOUNT": 'GcsServiceAccountOutput'
80457
81563
  };
80458
81564
  return Output;
80459
81565
  }(BitmovinResource_1.default));
@@ -84928,7 +86034,7 @@ var SidecarFile = /** @class */ (function (_super) {
84928
86034
  }
84929
86035
  SidecarFile._discriminatorName = 'type';
84930
86036
  SidecarFile._discriminatorMapping = {
84931
- WEB_VTT: 'WebVttSidecarFile'
86037
+ "WEB_VTT": 'WebVttSidecarFile'
84932
86038
  };
84933
86039
  return SidecarFile;
84934
86040
  }(BitmovinResource_1.default));
@@ -87678,8 +88784,8 @@ var StreamsResponse = /** @class */ (function () {
87678
88784
  }
87679
88785
  StreamsResponse._discriminatorName = 'type';
87680
88786
  StreamsResponse._discriminatorMapping = {
87681
- VIDEO: 'StreamsVideoResponse',
87682
- LIVE: 'StreamsLiveResponse'
88787
+ "VIDEO": 'StreamsVideoResponse',
88788
+ "LIVE": 'StreamsLiveResponse'
87683
88789
  };
87684
88790
  return StreamsResponse;
87685
88791
  }());
@@ -89573,6 +90679,65 @@ exports.UnsharpFilter = UnsharpFilter;
89573
90679
  exports["default"] = UnsharpFilter;
89574
90680
 
89575
90681
 
90682
+ /***/ },
90683
+
90684
+ /***/ "./models/UpdateEncodingRtmpIngestPointRequest.ts"
90685
+ /*!********************************************************!*\
90686
+ !*** ./models/UpdateEncodingRtmpIngestPointRequest.ts ***!
90687
+ \********************************************************/
90688
+ (__unused_webpack_module, exports, __webpack_require__) {
90689
+
90690
+ "use strict";
90691
+
90692
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
90693
+ exports.UpdateEncodingRtmpIngestPointRequest = void 0;
90694
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
90695
+ var RtmpIngestPoint_1 = __webpack_require__(/*! ./RtmpIngestPoint */ "./models/RtmpIngestPoint.ts");
90696
+ /**
90697
+ * @export
90698
+ * @class UpdateEncodingRtmpIngestPointRequest
90699
+ */
90700
+ var UpdateEncodingRtmpIngestPointRequest = /** @class */ (function () {
90701
+ function UpdateEncodingRtmpIngestPointRequest(obj) {
90702
+ if (!obj) {
90703
+ return;
90704
+ }
90705
+ this.ingestPoints = (0, Mapper_1.mapArray)(obj.ingestPoints, RtmpIngestPoint_1.default);
90706
+ }
90707
+ return UpdateEncodingRtmpIngestPointRequest;
90708
+ }());
90709
+ exports.UpdateEncodingRtmpIngestPointRequest = UpdateEncodingRtmpIngestPointRequest;
90710
+ exports["default"] = UpdateEncodingRtmpIngestPointRequest;
90711
+
90712
+
90713
+ /***/ },
90714
+
90715
+ /***/ "./models/UpdateEncodingRtmpIngestPointResponse.ts"
90716
+ /*!*********************************************************!*\
90717
+ !*** ./models/UpdateEncodingRtmpIngestPointResponse.ts ***!
90718
+ \*********************************************************/
90719
+ (__unused_webpack_module, exports) {
90720
+
90721
+ "use strict";
90722
+
90723
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
90724
+ exports.UpdateEncodingRtmpIngestPointResponse = void 0;
90725
+ /**
90726
+ * @export
90727
+ * @class UpdateEncodingRtmpIngestPointResponse
90728
+ */
90729
+ var UpdateEncodingRtmpIngestPointResponse = /** @class */ (function () {
90730
+ function UpdateEncodingRtmpIngestPointResponse(obj) {
90731
+ if (!obj) {
90732
+ return;
90733
+ }
90734
+ }
90735
+ return UpdateEncodingRtmpIngestPointResponse;
90736
+ }());
90737
+ exports.UpdateEncodingRtmpIngestPointResponse = UpdateEncodingRtmpIngestPointResponse;
90738
+ exports["default"] = UpdateEncodingRtmpIngestPointResponse;
90739
+
90740
+
89576
90741
  /***/ },
89577
90742
 
89578
90743
  /***/ "./models/UpdateOrganizationRequest.ts"
@@ -91468,6 +92633,17 @@ __exportStar(__webpack_require__(/*! ./AdaptationSetTypeResponse */ "./models/Ad
91468
92633
  __exportStar(__webpack_require__(/*! ./AdaptiveQuantMode */ "./models/AdaptiveQuantMode.ts"), exports);
91469
92634
  __exportStar(__webpack_require__(/*! ./AesEncryptionDrm */ "./models/AesEncryptionDrm.ts"), exports);
91470
92635
  __exportStar(__webpack_require__(/*! ./AesEncryptionMethod */ "./models/AesEncryptionMethod.ts"), exports);
92636
+ __exportStar(__webpack_require__(/*! ./AgentChatAttachment */ "./models/AgentChatAttachment.ts"), exports);
92637
+ __exportStar(__webpack_require__(/*! ./AgentChatAttachmentsData */ "./models/AgentChatAttachmentsData.ts"), exports);
92638
+ __exportStar(__webpack_require__(/*! ./AgentChatAttachmentsPart */ "./models/AgentChatAttachmentsPart.ts"), exports);
92639
+ __exportStar(__webpack_require__(/*! ./AgentChatMessage */ "./models/AgentChatMessage.ts"), exports);
92640
+ __exportStar(__webpack_require__(/*! ./AgentChatMessagePart */ "./models/AgentChatMessagePart.ts"), exports);
92641
+ __exportStar(__webpack_require__(/*! ./AgentChatMessagePartType */ "./models/AgentChatMessagePartType.ts"), exports);
92642
+ __exportStar(__webpack_require__(/*! ./AgentChatTextPart */ "./models/AgentChatTextPart.ts"), exports);
92643
+ __exportStar(__webpack_require__(/*! ./AgentSessionHistoryResponse */ "./models/AgentSessionHistoryResponse.ts"), exports);
92644
+ __exportStar(__webpack_require__(/*! ./AgentSessionListItem */ "./models/AgentSessionListItem.ts"), exports);
92645
+ __exportStar(__webpack_require__(/*! ./AgentSessionListResponse */ "./models/AgentSessionListResponse.ts"), exports);
92646
+ __exportStar(__webpack_require__(/*! ./AgentSessionResponse */ "./models/AgentSessionResponse.ts"), exports);
91471
92647
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysis */ "./models/AiSceneAnalysis.ts"), exports);
91472
92648
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysisAssetDescription */ "./models/AiSceneAnalysisAssetDescription.ts"), exports);
91473
92649
  __exportStar(__webpack_require__(/*! ./AiSceneAnalysisAutomaticAdPlacement */ "./models/AiSceneAnalysisAutomaticAdPlacement.ts"), exports);
@@ -91713,6 +92889,8 @@ __exportStar(__webpack_require__(/*! ./DeinterlaceMode */ "./models/DeinterlaceM
91713
92889
  __exportStar(__webpack_require__(/*! ./DenoiseHqdn3dFilter */ "./models/DenoiseHqdn3dFilter.ts"), exports);
91714
92890
  __exportStar(__webpack_require__(/*! ./DirectFileUploadInput */ "./models/DirectFileUploadInput.ts"), exports);
91715
92891
  __exportStar(__webpack_require__(/*! ./DisplayAspectRatio */ "./models/DisplayAspectRatio.ts"), exports);
92892
+ __exportStar(__webpack_require__(/*! ./DnsMappingRequest */ "./models/DnsMappingRequest.ts"), exports);
92893
+ __exportStar(__webpack_require__(/*! ./DnsMappingResponse */ "./models/DnsMappingResponse.ts"), exports);
91716
92894
  __exportStar(__webpack_require__(/*! ./DolbyAtmosAudioConfiguration */ "./models/DolbyAtmosAudioConfiguration.ts"), exports);
91717
92895
  __exportStar(__webpack_require__(/*! ./DolbyAtmosDialogueIntelligence */ "./models/DolbyAtmosDialogueIntelligence.ts"), exports);
91718
92896
  __exportStar(__webpack_require__(/*! ./DolbyAtmosDynamicRangeCompression */ "./models/DolbyAtmosDynamicRangeCompression.ts"), exports);
@@ -92253,6 +93431,8 @@ __exportStar(__webpack_require__(/*! ./TuInterDepth */ "./models/TuInterDepth.ts
92253
93431
  __exportStar(__webpack_require__(/*! ./TuIntraDepth */ "./models/TuIntraDepth.ts"), exports);
92254
93432
  __exportStar(__webpack_require__(/*! ./Tweaks */ "./models/Tweaks.ts"), exports);
92255
93433
  __exportStar(__webpack_require__(/*! ./UnsharpFilter */ "./models/UnsharpFilter.ts"), exports);
93434
+ __exportStar(__webpack_require__(/*! ./UpdateEncodingRtmpIngestPointRequest */ "./models/UpdateEncodingRtmpIngestPointRequest.ts"), exports);
93435
+ __exportStar(__webpack_require__(/*! ./UpdateEncodingRtmpIngestPointResponse */ "./models/UpdateEncodingRtmpIngestPointResponse.ts"), exports);
92256
93436
  __exportStar(__webpack_require__(/*! ./UpdateOrganizationRequest */ "./models/UpdateOrganizationRequest.ts"), exports);
92257
93437
  __exportStar(__webpack_require__(/*! ./UtcTiming */ "./models/UtcTiming.ts"), exports);
92258
93438
  __exportStar(__webpack_require__(/*! ./VariantStreamDroppingMode */ "./models/VariantStreamDroppingMode.ts"), exports);
@@ -97789,12 +98969,6 @@ if (!g.fetch) {
97789
98969
  /******/ if (cachedModule !== undefined) {
97790
98970
  /******/ return cachedModule.exports;
97791
98971
  /******/ }
97792
- /******/ // Check if module exists (development only)
97793
- /******/ if (__webpack_modules__[moduleId] === undefined) {
97794
- /******/ var e = new Error("Cannot find module '" + moduleId + "'");
97795
- /******/ e.code = 'MODULE_NOT_FOUND';
97796
- /******/ throw e;
97797
- /******/ }
97798
98972
  /******/ // Create a new module (and put it into the cache)
97799
98973
  /******/ var module = __webpack_module_cache__[moduleId] = {
97800
98974
  /******/ // no module.id needed
@@ -97803,6 +98977,12 @@ if (!g.fetch) {
97803
98977
  /******/ };
97804
98978
  /******/
97805
98979
  /******/ // Execute the module function
98980
+ /******/ if (!(moduleId in __webpack_modules__)) {
98981
+ /******/ delete __webpack_module_cache__[moduleId];
98982
+ /******/ var e = new Error("Cannot find module '" + moduleId + "'");
98983
+ /******/ e.code = 'MODULE_NOT_FOUND';
98984
+ /******/ throw e;
98985
+ /******/ }
97806
98986
  /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
97807
98987
  /******/
97808
98988
  /******/ // Return the exports of the module