@bitmovin/api-sdk 1.256.0 → 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.
- package/README.md +1 -1
- package/dist/BitmovinApi.d.ts +2 -0
- package/dist/BitmovinApi.js +2 -0
- package/dist/agents/AgentsApi.d.ts +13 -0
- package/dist/agents/AgentsApi.js +35 -0
- package/dist/agents/aisa/AisaApi.d.ts +13 -0
- package/dist/agents/aisa/AisaApi.js +35 -0
- package/dist/agents/aisa/sessions/SessionsApi.d.ts +44 -0
- package/dist/agents/aisa/sessions/SessionsApi.js +88 -0
- package/dist/bitmovin-api-sdk.browser.js +814 -169
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/AbstractCondition.d.ts +1 -2
- package/dist/models/AbstractCondition.js +3 -3
- package/dist/models/AdAnalyticsAbstractFilter.d.ts +1 -2
- package/dist/models/AdAnalyticsAbstractFilter.js +9 -9
- package/dist/models/AdAnalyticsAttribute.d.ts +30 -0
- package/dist/models/AdAnalyticsAttribute.js +30 -0
- package/dist/models/AdPosition.d.ts +5 -0
- package/dist/models/AdPosition.js +1 -0
- package/dist/models/AdaptationSet.d.ts +1 -2
- package/dist/models/AdaptationSet.js +4 -4
- package/dist/models/AgentChatAttachment.d.ts +28 -0
- package/dist/models/AgentChatAttachment.js +21 -0
- package/dist/models/AgentChatAttachmentsData.d.ts +15 -0
- package/dist/models/AgentChatAttachmentsData.js +20 -0
- package/dist/models/AgentChatAttachmentsPart.d.ts +23 -0
- package/dist/models/AgentChatAttachmentsPart.js +46 -0
- package/dist/models/AgentChatMessage.d.ts +27 -0
- package/dist/models/AgentChatMessage.js +22 -0
- package/dist/models/AgentChatMessagePart.d.ts +15 -0
- package/dist/models/AgentChatMessagePart.js +22 -0
- package/dist/models/AgentChatMessagePartType.d.ts +9 -0
- package/dist/models/AgentChatMessagePartType.js +13 -0
- package/dist/models/AgentChatTextPart.d.ts +22 -0
- package/dist/models/AgentChatTextPart.js +45 -0
- package/dist/models/AgentSessionHistoryResponse.d.ts +39 -0
- package/dist/models/AgentSessionHistoryResponse.js +24 -0
- package/dist/models/AgentSessionListItem.d.ts +26 -0
- package/dist/models/AgentSessionListItem.js +21 -0
- package/dist/models/AgentSessionListResponse.d.ts +27 -0
- package/dist/models/AgentSessionListResponse.js +22 -0
- package/dist/models/AgentSessionResponse.d.ts +26 -0
- package/dist/models/AgentSessionResponse.js +21 -0
- package/dist/models/AnalyticsAbstractFilter.d.ts +1 -2
- package/dist/models/AnalyticsAbstractFilter.js +9 -9
- package/dist/models/AnalyticsAttribute.d.ts +11 -0
- package/dist/models/AnalyticsAttribute.js +11 -0
- package/dist/models/AnalyticsOutput.d.ts +1 -2
- package/dist/models/AnalyticsOutput.js +3 -3
- package/dist/models/CodecConfiguration.d.ts +1 -2
- package/dist/models/CodecConfiguration.js +27 -27
- package/dist/models/DashRepresentation.d.ts +1 -2
- package/dist/models/DashRepresentation.js +12 -12
- package/dist/models/DefaultManifestCondition.d.ts +1 -2
- package/dist/models/DefaultManifestCondition.js +3 -3
- package/dist/models/DolbyAtmosInputFormat.d.ts +2 -1
- package/dist/models/DolbyAtmosInputFormat.js +1 -0
- package/dist/models/Drm.d.ts +1 -2
- package/dist/models/Drm.js +9 -9
- package/dist/models/Filter.d.ts +1 -2
- package/dist/models/Filter.js +16 -16
- package/dist/models/Id3Tag.d.ts +1 -2
- package/dist/models/Id3Tag.js +3 -3
- package/dist/models/Input.d.ts +1 -2
- package/dist/models/Input.js +19 -19
- package/dist/models/InputStream.d.ts +1 -2
- package/dist/models/InputStream.js +13 -13
- package/dist/models/Muxing.d.ts +1 -2
- package/dist/models/Muxing.js +16 -16
- package/dist/models/Output.d.ts +1 -2
- package/dist/models/Output.js +13 -13
- package/dist/models/SidecarFile.d.ts +1 -2
- package/dist/models/SidecarFile.js +1 -1
- package/dist/models/StreamsResponse.d.ts +1 -1
- package/dist/models/StreamsResponse.js +2 -2
- package/dist/models/index.d.ts +11 -0
- package/dist/models/index.js +11 -0
- 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.
|
|
6660
|
+
'X-Api-Client-Version': '1.257.0',
|
|
6468
6661
|
'Content-Type': 'application/json'
|
|
6469
6662
|
};
|
|
6470
6663
|
if (tenantOrgId) {
|
|
@@ -56540,9 +56733,9 @@ var AbstractCondition = /** @class */ (function () {
|
|
|
56540
56733
|
}
|
|
56541
56734
|
AbstractCondition._discriminatorName = 'type';
|
|
56542
56735
|
AbstractCondition._discriminatorMapping = {
|
|
56543
|
-
CONDITION: 'Condition',
|
|
56544
|
-
AND: 'AndConjunction',
|
|
56545
|
-
OR: 'OrConjunction'
|
|
56736
|
+
"CONDITION": 'Condition',
|
|
56737
|
+
"AND": 'AndConjunction',
|
|
56738
|
+
"OR": 'OrConjunction'
|
|
56546
56739
|
};
|
|
56547
56740
|
return AbstractCondition;
|
|
56548
56741
|
}());
|
|
@@ -56964,15 +57157,15 @@ var AdAnalyticsAbstractFilter = /** @class */ (function () {
|
|
|
56964
57157
|
}
|
|
56965
57158
|
AdAnalyticsAbstractFilter._discriminatorName = 'operator';
|
|
56966
57159
|
AdAnalyticsAbstractFilter._discriminatorMapping = {
|
|
56967
|
-
IN: 'AdAnalyticsInFilter',
|
|
56968
|
-
EQ: 'AdAnalyticsEqualFilter',
|
|
56969
|
-
NE: 'AdAnalyticsNotEqualFilter',
|
|
56970
|
-
LT: 'AdAnalyticsLessThanFilter',
|
|
56971
|
-
LTE: 'AdAnalyticsLessThanOrEqualFilter',
|
|
56972
|
-
GT: 'AdAnalyticsGreaterThanFilter',
|
|
56973
|
-
GTE: 'AdAnalyticsGreaterThanOrEqualFilter',
|
|
56974
|
-
CONTAINS: 'AdAnalyticsContainsFilter',
|
|
56975
|
-
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'
|
|
56976
57169
|
};
|
|
56977
57170
|
return AdAnalyticsAbstractFilter;
|
|
56978
57171
|
}());
|
|
@@ -57076,6 +57269,36 @@ var AdAnalyticsAttribute;
|
|
|
57076
57269
|
AdAnalyticsAttribute["CUSTOM_DATA_28"] = "CUSTOM_DATA_28";
|
|
57077
57270
|
AdAnalyticsAttribute["CUSTOM_DATA_29"] = "CUSTOM_DATA_29";
|
|
57078
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";
|
|
57079
57302
|
AdAnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
|
|
57080
57303
|
AdAnalyticsAttribute["DAY"] = "DAY";
|
|
57081
57304
|
AdAnalyticsAttribute["DEAL_ID"] = "DEAL_ID";
|
|
@@ -58273,6 +58496,7 @@ var AdPosition = /** @class */ (function () {
|
|
|
58273
58496
|
return;
|
|
58274
58497
|
}
|
|
58275
58498
|
this.position = (0, Mapper_1.map)(obj.position);
|
|
58499
|
+
this.duration = (0, Mapper_1.map)(obj.duration);
|
|
58276
58500
|
}
|
|
58277
58501
|
return AdPosition;
|
|
58278
58502
|
}());
|
|
@@ -58331,10 +58555,10 @@ var AdaptationSet = /** @class */ (function (_super) {
|
|
|
58331
58555
|
}
|
|
58332
58556
|
AdaptationSet._discriminatorName = 'type';
|
|
58333
58557
|
AdaptationSet._discriminatorMapping = {
|
|
58334
|
-
VIDEO: 'VideoAdaptationSet',
|
|
58335
|
-
AUDIO: 'AudioAdaptationSet',
|
|
58336
|
-
IMAGE: 'ImageAdaptationSet',
|
|
58337
|
-
SUBTITLE: 'SubtitleAdaptationSet'
|
|
58558
|
+
"VIDEO": 'VideoAdaptationSet',
|
|
58559
|
+
"AUDIO": 'AudioAdaptationSet',
|
|
58560
|
+
"IMAGE": 'ImageAdaptationSet',
|
|
58561
|
+
"SUBTITLE": 'SubtitleAdaptationSet'
|
|
58338
58562
|
};
|
|
58339
58563
|
return AdaptationSet;
|
|
58340
58564
|
}(BitmovinResponse_1.default));
|
|
@@ -58537,6 +58761,404 @@ var AesEncryptionMethod;
|
|
|
58537
58761
|
exports["default"] = AesEncryptionMethod;
|
|
58538
58762
|
|
|
58539
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
|
+
|
|
58540
59162
|
/***/ },
|
|
58541
59163
|
|
|
58542
59164
|
/***/ "./models/AiSceneAnalysis.ts"
|
|
@@ -59080,15 +59702,15 @@ var AnalyticsAbstractFilter = /** @class */ (function () {
|
|
|
59080
59702
|
}
|
|
59081
59703
|
AnalyticsAbstractFilter._discriminatorName = 'operator';
|
|
59082
59704
|
AnalyticsAbstractFilter._discriminatorMapping = {
|
|
59083
|
-
IN: 'AnalyticsInFilter',
|
|
59084
|
-
EQ: 'AnalyticsEqualFilter',
|
|
59085
|
-
NE: 'AnalyticsNotEqualFilter',
|
|
59086
|
-
LT: 'AnalyticsLessThanFilter',
|
|
59087
|
-
LTE: 'AnalyticsLessThanOrEqualFilter',
|
|
59088
|
-
GT: 'AnalyticsGreaterThanFilter',
|
|
59089
|
-
GTE: 'AnalyticsGreaterThanOrEqualFilter',
|
|
59090
|
-
CONTAINS: 'AnalyticsContainsFilter',
|
|
59091
|
-
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'
|
|
59092
59714
|
};
|
|
59093
59715
|
return AnalyticsAbstractFilter;
|
|
59094
59716
|
}());
|
|
@@ -59180,6 +59802,16 @@ var AnalyticsAttribute;
|
|
|
59180
59802
|
AnalyticsAttribute["CUSTOM_DATA_48"] = "CUSTOM_DATA_48";
|
|
59181
59803
|
AnalyticsAttribute["CUSTOM_DATA_49"] = "CUSTOM_DATA_49";
|
|
59182
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";
|
|
59183
59815
|
AnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
|
|
59184
59816
|
AnalyticsAttribute["DAY"] = "DAY";
|
|
59185
59817
|
AnalyticsAttribute["DEVICE_CLASS"] = "DEVICE_CLASS";
|
|
@@ -59203,6 +59835,7 @@ var AnalyticsAttribute;
|
|
|
59203
59835
|
AnalyticsAttribute["IS_LIVE"] = "IS_LIVE";
|
|
59204
59836
|
AnalyticsAttribute["IS_LOW_LATENCY"] = "IS_LOW_LATENCY";
|
|
59205
59837
|
AnalyticsAttribute["IS_MUTED"] = "IS_MUTED";
|
|
59838
|
+
AnalyticsAttribute["IS_PROGRAM_CHANGE"] = "IS_PROGRAM_CHANGE";
|
|
59206
59839
|
AnalyticsAttribute["ISP"] = "ISP";
|
|
59207
59840
|
AnalyticsAttribute["LANGUAGE"] = "LANGUAGE";
|
|
59208
59841
|
AnalyticsAttribute["LATENCY"] = "LATENCY";
|
|
@@ -61256,9 +61889,9 @@ var AnalyticsOutput = /** @class */ (function (_super) {
|
|
|
61256
61889
|
}
|
|
61257
61890
|
AnalyticsOutput._discriminatorName = 'type';
|
|
61258
61891
|
AnalyticsOutput._discriminatorMapping = {
|
|
61259
|
-
S3_ROLE_BASED: 'AnalyticsS3RoleBasedOutput',
|
|
61260
|
-
GCS_SERVICE_ACCOUNT: 'AnalyticsGcsServiceAccountOutput',
|
|
61261
|
-
AZURE: 'AnalyticsAzureOutput'
|
|
61892
|
+
"S3_ROLE_BASED": 'AnalyticsS3RoleBasedOutput',
|
|
61893
|
+
"GCS_SERVICE_ACCOUNT": 'AnalyticsGcsServiceAccountOutput',
|
|
61894
|
+
"AZURE": 'AnalyticsAzureOutput'
|
|
61262
61895
|
};
|
|
61263
61896
|
return AnalyticsOutput;
|
|
61264
61897
|
}(BitmovinResource_1.default));
|
|
@@ -66314,33 +66947,33 @@ var CodecConfiguration = /** @class */ (function (_super) {
|
|
|
66314
66947
|
}
|
|
66315
66948
|
CodecConfiguration._discriminatorName = 'type';
|
|
66316
66949
|
CodecConfiguration._discriminatorMapping = {
|
|
66317
|
-
AAC: 'AacAudioConfiguration',
|
|
66318
|
-
AUDIO_PASSTHROUGH: 'PassthroughAudioConfiguration',
|
|
66319
|
-
DTS_PASSTHROUGH: 'DtsPassthroughAudioConfiguration',
|
|
66320
|
-
DTS: 'DtsAudioConfiguration',
|
|
66321
|
-
DTSX: 'DtsXAudioConfiguration',
|
|
66322
|
-
DVB_SUBTITLE: 'DvbSubtitleConfiguration',
|
|
66323
|
-
HE_AAC_V1: 'HeAacV1AudioConfiguration',
|
|
66324
|
-
HE_AAC_V2: 'HeAacV2AudioConfiguration',
|
|
66325
|
-
H264: 'H264VideoConfiguration',
|
|
66326
|
-
H265: 'H265VideoConfiguration',
|
|
66327
|
-
VP9: 'Vp9VideoConfiguration',
|
|
66328
|
-
VP8: 'Vp8VideoConfiguration',
|
|
66329
|
-
MP2: 'Mp2AudioConfiguration',
|
|
66330
|
-
MP3: 'Mp3AudioConfiguration',
|
|
66331
|
-
AC3: 'Ac3AudioConfiguration',
|
|
66332
|
-
DD: 'DolbyDigitalAudioConfiguration',
|
|
66333
|
-
EAC3: 'Eac3AudioConfiguration',
|
|
66334
|
-
DDPLUS: 'DolbyDigitalPlusAudioConfiguration',
|
|
66335
|
-
OPUS: 'OpusAudioConfiguration',
|
|
66336
|
-
VORBIS: 'VorbisAudioConfiguration',
|
|
66337
|
-
MJPEG: 'MjpegVideoConfiguration',
|
|
66338
|
-
AV1: 'Av1VideoConfiguration',
|
|
66339
|
-
DOLBY_ATMOS: 'DolbyAtmosAudioConfiguration',
|
|
66340
|
-
H262: 'H262VideoConfiguration',
|
|
66341
|
-
PCM: 'PcmAudioConfiguration',
|
|
66342
|
-
WEBVTT: 'WebVttConfiguration',
|
|
66343
|
-
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'
|
|
66344
66977
|
};
|
|
66345
66978
|
return CodecConfiguration;
|
|
66346
66979
|
}(BitmovinResource_1.default));
|
|
@@ -68293,18 +68926,18 @@ var DashRepresentation = /** @class */ (function (_super) {
|
|
|
68293
68926
|
}
|
|
68294
68927
|
DashRepresentation._discriminatorName = 'typeDiscriminator';
|
|
68295
68928
|
DashRepresentation._discriminatorMapping = {
|
|
68296
|
-
DRM_FMP4: 'DashFmp4DrmRepresentation',
|
|
68297
|
-
FMP4: 'DashFmp4Representation',
|
|
68298
|
-
WEBM: 'DashWebmRepresentation',
|
|
68299
|
-
CMAF: 'DashCmafRepresentation',
|
|
68300
|
-
CHUNKED_TEXT: 'DashChunkedTextRepresentation',
|
|
68301
|
-
MP4: 'DashMp4Representation',
|
|
68302
|
-
DRM_MP4: 'DashMp4DrmRepresentation',
|
|
68303
|
-
PROGRESSIVE_WEBM: 'DashProgressiveWebmRepresentation',
|
|
68304
|
-
VTT: 'DashVttRepresentation',
|
|
68305
|
-
SPRITE: 'SpriteRepresentation',
|
|
68306
|
-
IMSC: 'DashImscRepresentation',
|
|
68307
|
-
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'
|
|
68308
68941
|
};
|
|
68309
68942
|
return DashRepresentation;
|
|
68310
68943
|
}(BitmovinResponse_1.default));
|
|
@@ -68834,9 +69467,9 @@ var DefaultManifestCondition = /** @class */ (function () {
|
|
|
68834
69467
|
}
|
|
68835
69468
|
DefaultManifestCondition._discriminatorName = 'type';
|
|
68836
69469
|
DefaultManifestCondition._discriminatorMapping = {
|
|
68837
|
-
CONDITION: 'DefaultManifestAttributeCondition',
|
|
68838
|
-
AND: 'DefaultManifestAndCondition',
|
|
68839
|
-
OR: 'DefaultManifestOrCondition'
|
|
69470
|
+
"CONDITION": 'DefaultManifestAttributeCondition',
|
|
69471
|
+
"AND": 'DefaultManifestAndCondition',
|
|
69472
|
+
"OR": 'DefaultManifestOrCondition'
|
|
68840
69473
|
};
|
|
68841
69474
|
return DefaultManifestCondition;
|
|
68842
69475
|
}());
|
|
@@ -69490,6 +70123,7 @@ var DolbyAtmosInputFormat;
|
|
|
69490
70123
|
(function (DolbyAtmosInputFormat) {
|
|
69491
70124
|
DolbyAtmosInputFormat["DAMF"] = "DAMF";
|
|
69492
70125
|
DolbyAtmosInputFormat["ADM"] = "ADM";
|
|
70126
|
+
DolbyAtmosInputFormat["MXF"] = "MXF";
|
|
69493
70127
|
})(DolbyAtmosInputFormat || (exports.DolbyAtmosInputFormat = DolbyAtmosInputFormat = {}));
|
|
69494
70128
|
exports["default"] = DolbyAtmosInputFormat;
|
|
69495
70129
|
|
|
@@ -71161,15 +71795,15 @@ var Drm = /** @class */ (function (_super) {
|
|
|
71161
71795
|
}
|
|
71162
71796
|
Drm._discriminatorName = 'type';
|
|
71163
71797
|
Drm._discriminatorMapping = {
|
|
71164
|
-
WIDEVINE: 'WidevineDrm',
|
|
71165
|
-
PLAYREADY: 'PlayReadyDrm',
|
|
71166
|
-
PRIMETIME: 'PrimeTimeDrm',
|
|
71167
|
-
FAIRPLAY: 'FairPlayDrm',
|
|
71168
|
-
MARLIN: 'MarlinDrm',
|
|
71169
|
-
CLEARKEY: 'ClearKeyDrm',
|
|
71170
|
-
AES: 'AesEncryptionDrm',
|
|
71171
|
-
CENC: 'CencDrm',
|
|
71172
|
-
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'
|
|
71173
71807
|
};
|
|
71174
71808
|
return Drm;
|
|
71175
71809
|
}(BitmovinResource_1.default));
|
|
@@ -73369,22 +74003,22 @@ var Filter = /** @class */ (function (_super) {
|
|
|
73369
74003
|
}
|
|
73370
74004
|
Filter._discriminatorName = 'type';
|
|
73371
74005
|
Filter._discriminatorMapping = {
|
|
73372
|
-
CROP: 'CropFilter',
|
|
73373
|
-
CONFORM: 'ConformFilter',
|
|
73374
|
-
WATERMARK: 'WatermarkFilter',
|
|
73375
|
-
ENHANCED_WATERMARK: 'EnhancedWatermarkFilter',
|
|
73376
|
-
ROTATE: 'RotateFilter',
|
|
73377
|
-
DEINTERLACE: 'DeinterlaceFilter',
|
|
73378
|
-
ENHANCED_DEINTERLACE: 'EnhancedDeinterlaceFilter',
|
|
73379
|
-
AUDIO_MIX: 'AudioMixFilter',
|
|
73380
|
-
DENOISE_HQDN3D: 'DenoiseHqdn3dFilter',
|
|
73381
|
-
TEXT: 'TextFilter',
|
|
73382
|
-
UNSHARP: 'UnsharpFilter',
|
|
73383
|
-
SCALE: 'ScaleFilter',
|
|
73384
|
-
INTERLACE: 'InterlaceFilter',
|
|
73385
|
-
AUDIO_VOLUME: 'AudioVolumeFilter',
|
|
73386
|
-
EBU_R128_SINGLE_PASS: 'EbuR128SinglePassFilter',
|
|
73387
|
-
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'
|
|
73388
74022
|
};
|
|
73389
74023
|
return Filter;
|
|
73390
74024
|
}(BitmovinResource_1.default));
|
|
@@ -75852,9 +76486,9 @@ var Id3Tag = /** @class */ (function (_super) {
|
|
|
75852
76486
|
}
|
|
75853
76487
|
Id3Tag._discriminatorName = 'type';
|
|
75854
76488
|
Id3Tag._discriminatorMapping = {
|
|
75855
|
-
RAW: 'RawId3Tag',
|
|
75856
|
-
FRAME_ID: 'FrameIdId3Tag',
|
|
75857
|
-
PLAIN_TEXT: 'PlaintextId3Tag'
|
|
76489
|
+
"RAW": 'RawId3Tag',
|
|
76490
|
+
"FRAME_ID": 'FrameIdId3Tag',
|
|
76491
|
+
"PLAIN_TEXT": 'PlaintextId3Tag'
|
|
75858
76492
|
};
|
|
75859
76493
|
return Id3Tag;
|
|
75860
76494
|
}(BitmovinResource_1.default));
|
|
@@ -76264,25 +76898,25 @@ var Input = /** @class */ (function (_super) {
|
|
|
76264
76898
|
}
|
|
76265
76899
|
Input._discriminatorName = 'type';
|
|
76266
76900
|
Input._discriminatorMapping = {
|
|
76267
|
-
AKAMAI_NETSTORAGE: 'AkamaiNetStorageInput',
|
|
76268
|
-
ASPERA: 'AsperaInput',
|
|
76269
|
-
AZURE: 'AzureInput',
|
|
76270
|
-
REDUNDANT_RTMP: 'RedundantRtmpInput',
|
|
76271
|
-
FTP: 'FtpInput',
|
|
76272
|
-
GENERIC_S3: 'GenericS3Input',
|
|
76273
|
-
GCS: 'GcsInput',
|
|
76274
|
-
HTTP: 'HttpInput',
|
|
76275
|
-
HTTPS: 'HttpsInput',
|
|
76276
|
-
HLS: 'HlsInput',
|
|
76277
|
-
LOCAL: 'LocalInput',
|
|
76278
|
-
RTMP: 'RtmpInput',
|
|
76279
|
-
S3: 'S3Input',
|
|
76280
|
-
S3_ROLE_BASED: 'S3RoleBasedInput',
|
|
76281
|
-
SFTP: 'SftpInput',
|
|
76282
|
-
ZIXI: 'ZixiInput',
|
|
76283
|
-
SRT: 'SrtInput',
|
|
76284
|
-
GCS_SERVICE_ACCOUNT: 'GcsServiceAccountInput',
|
|
76285
|
-
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'
|
|
76286
76920
|
};
|
|
76287
76921
|
return Input;
|
|
76288
76922
|
}(BitmovinResource_1.default));
|
|
@@ -76594,19 +77228,19 @@ var InputStream = /** @class */ (function (_super) {
|
|
|
76594
77228
|
}
|
|
76595
77229
|
InputStream._discriminatorName = 'type';
|
|
76596
77230
|
InputStream._discriminatorMapping = {
|
|
76597
|
-
INGEST: 'IngestInputStream',
|
|
76598
|
-
CONCATENATION: 'ConcatenationInputStream',
|
|
76599
|
-
TRIMMING_TIME_BASED: 'TimeBasedTrimmingInputStream',
|
|
76600
|
-
TRIMMING_TIME_CODE_TRACK: 'TimecodeTrackTrimmingInputStream',
|
|
76601
|
-
TRIMMING_H264_PICTURE_TIMING: 'H264PictureTimingTrimmingInputStream',
|
|
76602
|
-
AUDIO_MIX: 'AudioMixInputStream',
|
|
76603
|
-
SIDECAR_DOLBY_VISION_METADATA: 'DolbyVisionMetadataIngestInputStream',
|
|
76604
|
-
CAPTION_CEA608: 'Cea608CaptionInputStream',
|
|
76605
|
-
CAPTION_CEA708: 'Cea708CaptionInputStream',
|
|
76606
|
-
FILE: 'FileInputStream',
|
|
76607
|
-
DVB_SUBTITLE: 'DvbSubtitleInputStream',
|
|
76608
|
-
DOLBY_ATMOS: 'DolbyAtmosIngestInputStream',
|
|
76609
|
-
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'
|
|
76610
77244
|
};
|
|
76611
77245
|
return InputStream;
|
|
76612
77246
|
}(BitmovinResource_1.default));
|
|
@@ -79916,22 +80550,22 @@ var Muxing = /** @class */ (function (_super) {
|
|
|
79916
80550
|
}
|
|
79917
80551
|
Muxing._discriminatorName = 'type';
|
|
79918
80552
|
Muxing._discriminatorMapping = {
|
|
79919
|
-
FMP4: 'Fmp4Muxing',
|
|
79920
|
-
CMAF: 'CmafMuxing',
|
|
79921
|
-
MP4: 'Mp4Muxing',
|
|
79922
|
-
TS: 'TsMuxing',
|
|
79923
|
-
WEBM: 'WebmMuxing',
|
|
79924
|
-
MP3: 'Mp3Muxing',
|
|
79925
|
-
MXF: 'MxfMuxing',
|
|
79926
|
-
PROGRESSIVE_WAV: 'ProgressiveWavMuxing',
|
|
79927
|
-
PROGRESSIVE_WEBM: 'ProgressiveWebmMuxing',
|
|
79928
|
-
PROGRESSIVE_MOV: 'ProgressiveMovMuxing',
|
|
79929
|
-
PROGRESSIVE_TS: 'ProgressiveTsMuxing',
|
|
79930
|
-
BROADCAST_TS: 'BroadcastTsMuxing',
|
|
79931
|
-
CHUNKED_TEXT: 'ChunkedTextMuxing',
|
|
79932
|
-
TEXT: 'TextMuxing',
|
|
79933
|
-
SEGMENTED_RAW: 'SegmentedRawMuxing',
|
|
79934
|
-
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'
|
|
79935
80569
|
};
|
|
79936
80570
|
return Muxing;
|
|
79937
80571
|
}(BitmovinResource_1.default));
|
|
@@ -80913,19 +81547,19 @@ var Output = /** @class */ (function (_super) {
|
|
|
80913
81547
|
}
|
|
80914
81548
|
Output._discriminatorName = 'type';
|
|
80915
81549
|
Output._discriminatorMapping = {
|
|
80916
|
-
AKAMAI_NETSTORAGE: 'AkamaiNetStorageOutput',
|
|
80917
|
-
AZURE: 'AzureOutput',
|
|
80918
|
-
CDN: 'CdnOutput',
|
|
80919
|
-
GENERIC_S3: 'GenericS3Output',
|
|
80920
|
-
GCS: 'GcsOutput',
|
|
80921
|
-
FTP: 'FtpOutput',
|
|
80922
|
-
LOCAL: 'LocalOutput',
|
|
80923
|
-
S3: 'S3Output',
|
|
80924
|
-
S3_ROLE_BASED: 'S3RoleBasedOutput',
|
|
80925
|
-
SFTP: 'SftpOutput',
|
|
80926
|
-
AKAMAI_MSL: 'AkamaiMslOutput',
|
|
80927
|
-
LIVE_MEDIA_INGEST: 'LiveMediaIngestOutput',
|
|
80928
|
-
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'
|
|
80929
81563
|
};
|
|
80930
81564
|
return Output;
|
|
80931
81565
|
}(BitmovinResource_1.default));
|
|
@@ -85400,7 +86034,7 @@ var SidecarFile = /** @class */ (function (_super) {
|
|
|
85400
86034
|
}
|
|
85401
86035
|
SidecarFile._discriminatorName = 'type';
|
|
85402
86036
|
SidecarFile._discriminatorMapping = {
|
|
85403
|
-
WEB_VTT: 'WebVttSidecarFile'
|
|
86037
|
+
"WEB_VTT": 'WebVttSidecarFile'
|
|
85404
86038
|
};
|
|
85405
86039
|
return SidecarFile;
|
|
85406
86040
|
}(BitmovinResource_1.default));
|
|
@@ -88150,8 +88784,8 @@ var StreamsResponse = /** @class */ (function () {
|
|
|
88150
88784
|
}
|
|
88151
88785
|
StreamsResponse._discriminatorName = 'type';
|
|
88152
88786
|
StreamsResponse._discriminatorMapping = {
|
|
88153
|
-
VIDEO: 'StreamsVideoResponse',
|
|
88154
|
-
LIVE: 'StreamsLiveResponse'
|
|
88787
|
+
"VIDEO": 'StreamsVideoResponse',
|
|
88788
|
+
"LIVE": 'StreamsLiveResponse'
|
|
88155
88789
|
};
|
|
88156
88790
|
return StreamsResponse;
|
|
88157
88791
|
}());
|
|
@@ -91999,6 +92633,17 @@ __exportStar(__webpack_require__(/*! ./AdaptationSetTypeResponse */ "./models/Ad
|
|
|
91999
92633
|
__exportStar(__webpack_require__(/*! ./AdaptiveQuantMode */ "./models/AdaptiveQuantMode.ts"), exports);
|
|
92000
92634
|
__exportStar(__webpack_require__(/*! ./AesEncryptionDrm */ "./models/AesEncryptionDrm.ts"), exports);
|
|
92001
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);
|
|
92002
92647
|
__exportStar(__webpack_require__(/*! ./AiSceneAnalysis */ "./models/AiSceneAnalysis.ts"), exports);
|
|
92003
92648
|
__exportStar(__webpack_require__(/*! ./AiSceneAnalysisAssetDescription */ "./models/AiSceneAnalysisAssetDescription.ts"), exports);
|
|
92004
92649
|
__exportStar(__webpack_require__(/*! ./AiSceneAnalysisAutomaticAdPlacement */ "./models/AiSceneAnalysisAutomaticAdPlacement.ts"), exports);
|
|
@@ -98324,12 +98969,6 @@ if (!g.fetch) {
|
|
|
98324
98969
|
/******/ if (cachedModule !== undefined) {
|
|
98325
98970
|
/******/ return cachedModule.exports;
|
|
98326
98971
|
/******/ }
|
|
98327
|
-
/******/ // Check if module exists (development only)
|
|
98328
|
-
/******/ if (__webpack_modules__[moduleId] === undefined) {
|
|
98329
|
-
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
98330
|
-
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
98331
|
-
/******/ throw e;
|
|
98332
|
-
/******/ }
|
|
98333
98972
|
/******/ // Create a new module (and put it into the cache)
|
|
98334
98973
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
98335
98974
|
/******/ // no module.id needed
|
|
@@ -98338,6 +98977,12 @@ if (!g.fetch) {
|
|
|
98338
98977
|
/******/ };
|
|
98339
98978
|
/******/
|
|
98340
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
|
+
/******/ }
|
|
98341
98986
|
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
98342
98987
|
/******/
|
|
98343
98988
|
/******/ // Return the exports of the module
|