@bitmovin/api-sdk 1.208.0 → 1.210.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services,
31
31
  ## Installation
32
32
 
33
33
  ``` bash
34
- npm install @bitmovin/api-sdk@1.208.0
34
+ npm install @bitmovin/api-sdk@1.210.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -1,6 +1,5 @@
1
1
  import { BaseAPI } from '../../common/BaseAPI';
2
2
  import Configuration from '../../common/Configuration';
3
- import AdsApi from './ads/AdsApi';
4
3
  import ErrorsApi from './errors/ErrorsApi';
5
4
  import AnalyticsImpressionsQuery from '../../models/AnalyticsImpressionsQuery';
6
5
  import AnalyticsImpressionsResponse from '../../models/AnalyticsImpressionsResponse';
@@ -11,7 +10,6 @@ import AnalyticsImpressionsResponse from '../../models/AnalyticsImpressionsRespo
11
10
  * @extends {BaseAPI}
12
11
  */
13
12
  export default class ImpressionsApi extends BaseAPI {
14
- ads: AdsApi;
15
13
  errors: ErrorsApi;
16
14
  constructor(configuration: Configuration);
17
15
  /**
@@ -17,7 +17,6 @@ var __extends = (this && this.__extends) || (function () {
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  var BaseAPI_1 = require("../../common/BaseAPI");
19
19
  var Mapper_1 = require("../../common/Mapper");
20
- var AdsApi_1 = require("./ads/AdsApi");
21
20
  var ErrorsApi_1 = require("./errors/ErrorsApi");
22
21
  var AnalyticsImpressionsResponse_1 = require("../../models/AnalyticsImpressionsResponse");
23
22
  /**
@@ -30,7 +29,6 @@ var ImpressionsApi = /** @class */ (function (_super) {
30
29
  __extends(ImpressionsApi, _super);
31
30
  function ImpressionsApi(configuration) {
32
31
  var _this = _super.call(this, configuration) || this;
33
- _this.ads = new AdsApi_1.default(configuration);
34
32
  _this.errors = new ErrorsApi_1.default(configuration);
35
33
  return _this;
36
34
  }
@@ -3172,7 +3172,6 @@ var __extends = (this && this.__extends) || (function () {
3172
3172
  Object.defineProperty(exports, "__esModule", ({ value: true }));
3173
3173
  var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
3174
3174
  var Mapper_1 = __webpack_require__(/*! ../../common/Mapper */ "./common/Mapper.ts");
3175
- var AdsApi_1 = __webpack_require__(/*! ./ads/AdsApi */ "./analytics/impressions/ads/AdsApi.ts");
3176
3175
  var ErrorsApi_1 = __webpack_require__(/*! ./errors/ErrorsApi */ "./analytics/impressions/errors/ErrorsApi.ts");
3177
3176
  var AnalyticsImpressionsResponse_1 = __webpack_require__(/*! ../../models/AnalyticsImpressionsResponse */ "./models/AnalyticsImpressionsResponse.ts");
3178
3177
  /**
@@ -3185,7 +3184,6 @@ var ImpressionsApi = /** @class */ (function (_super) {
3185
3184
  __extends(ImpressionsApi, _super);
3186
3185
  function ImpressionsApi(configuration) {
3187
3186
  var _this = _super.call(this, configuration) || this;
3188
- _this.ads = new AdsApi_1.default(configuration);
3189
3187
  _this.errors = new ErrorsApi_1.default(configuration);
3190
3188
  return _this;
3191
3189
  }
@@ -3205,66 +3203,6 @@ var ImpressionsApi = /** @class */ (function (_super) {
3205
3203
  exports["default"] = ImpressionsApi;
3206
3204
 
3207
3205
 
3208
- /***/ }),
3209
-
3210
- /***/ "./analytics/impressions/ads/AdsApi.ts":
3211
- /*!*********************************************!*\
3212
- !*** ./analytics/impressions/ads/AdsApi.ts ***!
3213
- \*********************************************/
3214
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
3215
-
3216
- "use strict";
3217
-
3218
- var __extends = (this && this.__extends) || (function () {
3219
- var extendStatics = function (d, b) {
3220
- extendStatics = Object.setPrototypeOf ||
3221
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
3222
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
3223
- return extendStatics(d, b);
3224
- };
3225
- return function (d, b) {
3226
- if (typeof b !== "function" && b !== null)
3227
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
3228
- extendStatics(d, b);
3229
- function __() { this.constructor = d; }
3230
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
3231
- };
3232
- })();
3233
- Object.defineProperty(exports, "__esModule", ({ value: true }));
3234
- var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
3235
- var Mapper_1 = __webpack_require__(/*! ../../../common/Mapper */ "./common/Mapper.ts");
3236
- var AnalyticsAdsImpressionsResponse_1 = __webpack_require__(/*! ../../../models/AnalyticsAdsImpressionsResponse */ "./models/AnalyticsAdsImpressionsResponse.ts");
3237
- /**
3238
- * AdsApi - object-oriented interface
3239
- * @export
3240
- * @class AdsApi
3241
- * @extends {BaseAPI}
3242
- */
3243
- var AdsApi = /** @class */ (function (_super) {
3244
- __extends(AdsApi, _super);
3245
- function AdsApi(configuration) {
3246
- return _super.call(this, configuration) || this;
3247
- }
3248
- /**
3249
- * @summary Ads Impressions
3250
- * @param {string} impressionId Impression id
3251
- * @param {AnalyticsLicenseKey} analyticsLicenseKey Analytics license
3252
- * @throws {BitmovinError}
3253
- * @memberof AdsApi
3254
- */
3255
- AdsApi.prototype.create = function (impressionId, analyticsLicenseKey) {
3256
- var pathParamMap = {
3257
- impression_id: impressionId
3258
- };
3259
- return this.restClient.post('/analytics/impressions/{impression_id}/ads', pathParamMap, analyticsLicenseKey).then(function (response) {
3260
- return (0, Mapper_1.map)(response, AnalyticsAdsImpressionsResponse_1.default);
3261
- });
3262
- };
3263
- return AdsApi;
3264
- }(BaseAPI_1.BaseAPI));
3265
- exports["default"] = AdsApi;
3266
-
3267
-
3268
3206
  /***/ }),
3269
3207
 
3270
3208
  /***/ "./analytics/impressions/errors/ErrorsApi.ts":
@@ -6091,7 +6029,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6091
6029
  var headers = {
6092
6030
  'X-Api-Key': apiKey,
6093
6031
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6094
- 'X-Api-Client-Version': '1.208.0',
6032
+ 'X-Api-Client-Version': '1.210.0',
6095
6033
  'Content-Type': 'application/json'
6096
6034
  };
6097
6035
  if (tenantOrgId) {
@@ -56241,209 +56179,6 @@ exports.AnalyticsAbstractFilter = AnalyticsAbstractFilter;
56241
56179
  exports["default"] = AnalyticsAbstractFilter;
56242
56180
 
56243
56181
 
56244
- /***/ }),
56245
-
56246
- /***/ "./models/AnalyticsAdsImpressionSample.ts":
56247
- /*!************************************************!*\
56248
- !*** ./models/AnalyticsAdsImpressionSample.ts ***!
56249
- \************************************************/
56250
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
56251
-
56252
- "use strict";
56253
-
56254
- Object.defineProperty(exports, "__esModule", ({ value: true }));
56255
- exports.AnalyticsAdsImpressionSample = void 0;
56256
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
56257
- /**
56258
- * @export
56259
- * @class AnalyticsAdsImpressionSample
56260
- */
56261
- var AnalyticsAdsImpressionSample = /** @class */ (function () {
56262
- function AnalyticsAdsImpressionSample(obj) {
56263
- if (!obj) {
56264
- return;
56265
- }
56266
- this.adClickthroughUrl = (0, Mapper_1.map)(obj.adClickthroughUrl);
56267
- this.adDescription = (0, Mapper_1.map)(obj.adDescription);
56268
- this.adDuration = (0, Mapper_1.map)(obj.adDuration);
56269
- this.adFallbackIndex = (0, Mapper_1.map)(obj.adFallbackIndex);
56270
- this.adId = (0, Mapper_1.map)(obj.adId);
56271
- this.adIdPlayer = (0, Mapper_1.map)(obj.adIdPlayer);
56272
- this.adImpressionId = (0, Mapper_1.map)(obj.adImpressionId);
56273
- this.adIsPersistent = (0, Mapper_1.map)(obj.adIsPersistent);
56274
- this.adModule = (0, Mapper_1.map)(obj.adModule);
56275
- this.adModuleVersion = (0, Mapper_1.map)(obj.adModuleVersion);
56276
- this.adOffset = (0, Mapper_1.map)(obj.adOffset);
56277
- this.adPlaybackHeight = (0, Mapper_1.map)(obj.adPlaybackHeight);
56278
- this.adPlaybackWidth = (0, Mapper_1.map)(obj.adPlaybackWidth);
56279
- this.adPodPosition = (0, Mapper_1.map)(obj.adPodPosition);
56280
- this.adPosition = (0, Mapper_1.map)(obj.adPosition);
56281
- this.adPreloadOffset = (0, Mapper_1.map)(obj.adPreloadOffset);
56282
- this.adReplaceContentDuration = (0, Mapper_1.map)(obj.adReplaceContentDuration);
56283
- this.adScheduleTime = (0, Mapper_1.map)(obj.adScheduleTime);
56284
- this.adSkipAfter = (0, Mapper_1.map)(obj.adSkipAfter);
56285
- this.adSkippable = (0, Mapper_1.map)(obj.adSkippable);
56286
- this.adStartupTime = (0, Mapper_1.map)(obj.adStartupTime);
56287
- this.adSystem = (0, Mapper_1.map)(obj.adSystem);
56288
- this.adTagPath = (0, Mapper_1.map)(obj.adTagPath);
56289
- this.adTagServer = (0, Mapper_1.map)(obj.adTagServer);
56290
- this.adTagType = (0, Mapper_1.map)(obj.adTagType);
56291
- this.adTagUrl = (0, Mapper_1.map)(obj.adTagUrl);
56292
- this.adTitle = (0, Mapper_1.map)(obj.adTitle);
56293
- this.adWrapperAdsCount = (0, Mapper_1.map)(obj.adWrapperAdsCount);
56294
- this.advertiserName = (0, Mapper_1.map)(obj.advertiserName);
56295
- this.analyticsVersion = (0, Mapper_1.map)(obj.analyticsVersion);
56296
- this.apiFramework = (0, Mapper_1.map)(obj.apiFramework);
56297
- this.apiorgId = (0, Mapper_1.map)(obj.apiorgId);
56298
- this.apiuserId = (0, Mapper_1.map)(obj.apiuserId);
56299
- this.audioBitrate = (0, Mapper_1.map)(obj.audioBitrate);
56300
- this.autoplay = (0, Mapper_1.map)(obj.autoplay);
56301
- this.browser = (0, Mapper_1.map)(obj.browser);
56302
- this.browserIsBot = (0, Mapper_1.map)(obj.browserIsBot);
56303
- this.browserVersionMajor = (0, Mapper_1.map)(obj.browserVersionMajor);
56304
- this.browserVersionMinor = (0, Mapper_1.map)(obj.browserVersionMinor);
56305
- this.cdnProvider = (0, Mapper_1.map)(obj.cdnProvider);
56306
- this.city = (0, Mapper_1.map)(obj.city);
56307
- this.clickPercentage = (0, Mapper_1.map)(obj.clickPercentage);
56308
- this.clickPosition = (0, Mapper_1.map)(obj.clickPosition);
56309
- this.clicked = (0, Mapper_1.map)(obj.clicked);
56310
- this.clientTime = (0, Mapper_1.map)(obj.clientTime);
56311
- this.closePercentage = (0, Mapper_1.map)(obj.closePercentage);
56312
- this.closePosition = (0, Mapper_1.map)(obj.closePosition);
56313
- this.closed = (0, Mapper_1.map)(obj.closed);
56314
- this.completed = (0, Mapper_1.map)(obj.completed);
56315
- this.country = (0, Mapper_1.map)(obj.country);
56316
- this.creativeAdId = (0, Mapper_1.map)(obj.creativeAdId);
56317
- this.creativeId = (0, Mapper_1.map)(obj.creativeId);
56318
- this.customData1 = (0, Mapper_1.map)(obj.customData1);
56319
- this.customData2 = (0, Mapper_1.map)(obj.customData2);
56320
- this.customData3 = (0, Mapper_1.map)(obj.customData3);
56321
- this.customData4 = (0, Mapper_1.map)(obj.customData4);
56322
- this.customData5 = (0, Mapper_1.map)(obj.customData5);
56323
- this.customData6 = (0, Mapper_1.map)(obj.customData6);
56324
- this.customData7 = (0, Mapper_1.map)(obj.customData7);
56325
- this.customData8 = (0, Mapper_1.map)(obj.customData8);
56326
- this.customData9 = (0, Mapper_1.map)(obj.customData9);
56327
- this.customData10 = (0, Mapper_1.map)(obj.customData10);
56328
- this.customData11 = (0, Mapper_1.map)(obj.customData11);
56329
- this.customData12 = (0, Mapper_1.map)(obj.customData12);
56330
- this.customData13 = (0, Mapper_1.map)(obj.customData13);
56331
- this.customData14 = (0, Mapper_1.map)(obj.customData14);
56332
- this.customData15 = (0, Mapper_1.map)(obj.customData15);
56333
- this.customData16 = (0, Mapper_1.map)(obj.customData16);
56334
- this.customData17 = (0, Mapper_1.map)(obj.customData17);
56335
- this.customData18 = (0, Mapper_1.map)(obj.customData18);
56336
- this.customData19 = (0, Mapper_1.map)(obj.customData19);
56337
- this.customData20 = (0, Mapper_1.map)(obj.customData20);
56338
- this.customData21 = (0, Mapper_1.map)(obj.customData21);
56339
- this.customData22 = (0, Mapper_1.map)(obj.customData22);
56340
- this.customData23 = (0, Mapper_1.map)(obj.customData23);
56341
- this.customData24 = (0, Mapper_1.map)(obj.customData24);
56342
- this.customData25 = (0, Mapper_1.map)(obj.customData25);
56343
- this.customData26 = (0, Mapper_1.map)(obj.customData26);
56344
- this.customData27 = (0, Mapper_1.map)(obj.customData27);
56345
- this.customData28 = (0, Mapper_1.map)(obj.customData28);
56346
- this.customData29 = (0, Mapper_1.map)(obj.customData29);
56347
- this.customData30 = (0, Mapper_1.map)(obj.customData30);
56348
- this.customUserId = (0, Mapper_1.map)(obj.customUserId);
56349
- this.dealId = (0, Mapper_1.map)(obj.dealId);
56350
- this.deviceClass = (0, Mapper_1.map)(obj.deviceClass);
56351
- this.deviceType = (0, Mapper_1.map)(obj.deviceType);
56352
- this.domain = (0, Mapper_1.map)(obj.domain);
56353
- this.errorCode = (0, Mapper_1.map)(obj.errorCode);
56354
- this.errorData = (0, Mapper_1.map)(obj.errorData);
56355
- this.errorMessage = (0, Mapper_1.map)(obj.errorMessage);
56356
- this.errorPercentage = (0, Mapper_1.map)(obj.errorPercentage);
56357
- this.errorPosition = (0, Mapper_1.map)(obj.errorPosition);
56358
- this.exitPosition = (0, Mapper_1.map)(obj.exitPosition);
56359
- this.experimentName = (0, Mapper_1.map)(obj.experimentName);
56360
- this.ipAddress = (0, Mapper_1.map)(obj.ipAddress);
56361
- this.isp = (0, Mapper_1.map)(obj.isp);
56362
- this.language = (0, Mapper_1.map)(obj.language);
56363
- this.licenseKey = (0, Mapper_1.map)(obj.licenseKey);
56364
- this.manifestDownloadTime = (0, Mapper_1.map)(obj.manifestDownloadTime);
56365
- this.mediaPath = (0, Mapper_1.map)(obj.mediaPath);
56366
- this.mediaServer = (0, Mapper_1.map)(obj.mediaServer);
56367
- this.mediaUrl = (0, Mapper_1.map)(obj.mediaUrl);
56368
- this.midpoint = (0, Mapper_1.map)(obj.midpoint);
56369
- this.minSuggestedDuration = (0, Mapper_1.map)(obj.minSuggestedDuration);
56370
- this.operatingsystem = (0, Mapper_1.map)(obj.operatingsystem);
56371
- this.operatingsystemVersionMajor = (0, Mapper_1.map)(obj.operatingsystemVersionMajor);
56372
- this.operatingsystemVersionMinor = (0, Mapper_1.map)(obj.operatingsystemVersionMinor);
56373
- this.pageLoadTime = (0, Mapper_1.map)(obj.pageLoadTime);
56374
- this.pageLoadType = (0, Mapper_1.map)(obj.pageLoadType);
56375
- this.path = (0, Mapper_1.map)(obj.path);
56376
- this.percentageInViewport = (0, Mapper_1.map)(obj.percentageInViewport);
56377
- this.platform = (0, Mapper_1.map)(obj.platform);
56378
- this.player = (0, Mapper_1.map)(obj.player);
56379
- this.playerKey = (0, Mapper_1.map)(obj.playerKey);
56380
- this.playerStartuptime = (0, Mapper_1.map)(obj.playerStartuptime);
56381
- this.playerTech = (0, Mapper_1.map)(obj.playerTech);
56382
- this.playerVersion = (0, Mapper_1.map)(obj.playerVersion);
56383
- this.playPercentage = (0, Mapper_1.map)(obj.playPercentage);
56384
- this.quartile1 = (0, Mapper_1.map)(obj.quartile1);
56385
- this.quartile3 = (0, Mapper_1.map)(obj.quartile3);
56386
- this.region = (0, Mapper_1.map)(obj.region);
56387
- this.screenHeight = (0, Mapper_1.map)(obj.screenHeight);
56388
- this.screenWidth = (0, Mapper_1.map)(obj.screenWidth);
56389
- this.screenOrientation = (0, Mapper_1.map)(obj.screenOrientation);
56390
- this.size = (0, Mapper_1.map)(obj.size);
56391
- this.skipPercentage = (0, Mapper_1.map)(obj.skipPercentage);
56392
- this.skipPosition = (0, Mapper_1.map)(obj.skipPosition);
56393
- this.skipped = (0, Mapper_1.map)(obj.skipped);
56394
- this.started = (0, Mapper_1.map)(obj.started);
56395
- this.streamFormat = (0, Mapper_1.map)(obj.streamFormat);
56396
- this.surveyUrl = (0, Mapper_1.map)(obj.surveyUrl);
56397
- this.time = (0, Mapper_1.map)(obj.time);
56398
- this.timeInViewport = (0, Mapper_1.map)(obj.timeInViewport);
56399
- this.timePlayed = (0, Mapper_1.map)(obj.timePlayed);
56400
- this.universalAdIdRegistry = (0, Mapper_1.map)(obj.universalAdIdRegistry);
56401
- this.universalAdIdValue = (0, Mapper_1.map)(obj.universalAdIdValue);
56402
- this.userId = (0, Mapper_1.map)(obj.userId);
56403
- this.videoBitrate = (0, Mapper_1.map)(obj.videoBitrate);
56404
- this.videoId = (0, Mapper_1.map)(obj.videoId);
56405
- this.videoImpressionId = (0, Mapper_1.map)(obj.videoImpressionId);
56406
- this.videoTitle = (0, Mapper_1.map)(obj.videoTitle);
56407
- this.videoWindowHeight = (0, Mapper_1.map)(obj.videoWindowHeight);
56408
- this.videoWindowWidth = (0, Mapper_1.map)(obj.videoWindowWidth);
56409
- }
56410
- return AnalyticsAdsImpressionSample;
56411
- }());
56412
- exports.AnalyticsAdsImpressionSample = AnalyticsAdsImpressionSample;
56413
- exports["default"] = AnalyticsAdsImpressionSample;
56414
-
56415
-
56416
- /***/ }),
56417
-
56418
- /***/ "./models/AnalyticsAdsImpressionsResponse.ts":
56419
- /*!***************************************************!*\
56420
- !*** ./models/AnalyticsAdsImpressionsResponse.ts ***!
56421
- \***************************************************/
56422
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
56423
-
56424
- "use strict";
56425
-
56426
- Object.defineProperty(exports, "__esModule", ({ value: true }));
56427
- exports.AnalyticsAdsImpressionsResponse = void 0;
56428
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
56429
- var AnalyticsAdsImpressionSample_1 = __webpack_require__(/*! ./AnalyticsAdsImpressionSample */ "./models/AnalyticsAdsImpressionSample.ts");
56430
- /**
56431
- * @export
56432
- * @class AnalyticsAdsImpressionsResponse
56433
- */
56434
- var AnalyticsAdsImpressionsResponse = /** @class */ (function () {
56435
- function AnalyticsAdsImpressionsResponse(obj) {
56436
- if (!obj) {
56437
- return;
56438
- }
56439
- this.adsImpressions = (0, Mapper_1.mapArray)(obj.adsImpressions, AnalyticsAdsImpressionSample_1.default);
56440
- }
56441
- return AnalyticsAdsImpressionsResponse;
56442
- }());
56443
- exports.AnalyticsAdsImpressionsResponse = AnalyticsAdsImpressionsResponse;
56444
- exports["default"] = AnalyticsAdsImpressionsResponse;
56445
-
56446
-
56447
56182
  /***/ }),
56448
56183
 
56449
56184
  /***/ "./models/AnalyticsAttribute.ts":
@@ -63043,8 +62778,17 @@ var CloudRegion;
63043
62778
  CloudRegion["AZURE_US_NORTH_CENTRAL"] = "AZURE_US_NORTH_CENTRAL";
63044
62779
  CloudRegion["AZURE_UK_SOUTH"] = "AZURE_UK_SOUTH";
63045
62780
  CloudRegion["AKAMAI_BR_GRU"] = "AKAMAI_BR_GRU";
62781
+ CloudRegion["AKAMAI_ES_MAD"] = "AKAMAI_ES_MAD";
63046
62782
  CloudRegion["AKAMAI_FR_PAR"] = "AKAMAI_FR_PAR";
62783
+ CloudRegion["AKAMAI_ID_CGK"] = "AKAMAI_ID_CGK";
62784
+ CloudRegion["AKAMAI_IN_MAA"] = "AKAMAI_IN_MAA";
62785
+ CloudRegion["AKAMAI_IT_MIL"] = "AKAMAI_IT_MIL";
63047
62786
  CloudRegion["AKAMAI_JP_OSA"] = "AKAMAI_JP_OSA";
62787
+ CloudRegion["AKAMAI_NL_AMS"] = "AKAMAI_NL_AMS";
62788
+ CloudRegion["AKAMAI_SE_STO"] = "AKAMAI_SE_STO";
62789
+ CloudRegion["AKAMAI_US_LAX"] = "AKAMAI_US_LAX";
62790
+ CloudRegion["AKAMAI_US_MIA"] = "AKAMAI_US_MIA";
62791
+ CloudRegion["AKAMAI_US_ORD"] = "AKAMAI_US_ORD";
63048
62792
  CloudRegion["AKAMAI_US_SEA"] = "AKAMAI_US_SEA";
63049
62793
  CloudRegion["OCI_EU_FRANKFURT_1"] = "OCI_EU_FRANKFURT_1";
63050
62794
  CloudRegion["OCI_US_ASHBURN_1"] = "OCI_US_ASHBURN_1";
@@ -73544,6 +73288,7 @@ var LiveAutoShutdownConfiguration = /** @class */ (function () {
73544
73288
  }
73545
73289
  this.bytesReadTimeoutSeconds = (0, Mapper_1.map)(obj.bytesReadTimeoutSeconds);
73546
73290
  this.streamTimeoutMinutes = (0, Mapper_1.map)(obj.streamTimeoutMinutes);
73291
+ this.waitingForFirstConnectTimeoutMinutes = (0, Mapper_1.map)(obj.waitingForFirstConnectTimeoutMinutes);
73547
73292
  }
73548
73293
  return LiveAutoShutdownConfiguration;
73549
73294
  }());
@@ -88057,8 +87802,6 @@ __exportStar(__webpack_require__(/*! ./AkamaiMslVersion */ "./models/AkamaiMslVe
88057
87802
  __exportStar(__webpack_require__(/*! ./AkamaiNetStorageInput */ "./models/AkamaiNetStorageInput.ts"), exports);
88058
87803
  __exportStar(__webpack_require__(/*! ./AkamaiNetStorageOutput */ "./models/AkamaiNetStorageOutput.ts"), exports);
88059
87804
  __exportStar(__webpack_require__(/*! ./AnalyticsAbstractFilter */ "./models/AnalyticsAbstractFilter.ts"), exports);
88060
- __exportStar(__webpack_require__(/*! ./AnalyticsAdsImpressionSample */ "./models/AnalyticsAdsImpressionSample.ts"), exports);
88061
- __exportStar(__webpack_require__(/*! ./AnalyticsAdsImpressionsResponse */ "./models/AnalyticsAdsImpressionsResponse.ts"), exports);
88062
87805
  __exportStar(__webpack_require__(/*! ./AnalyticsAttribute */ "./models/AnalyticsAttribute.ts"), exports);
88063
87806
  __exportStar(__webpack_require__(/*! ./AnalyticsAvgConcurrentViewersResponse */ "./models/AnalyticsAvgConcurrentViewersResponse.ts"), exports);
88064
87807
  __exportStar(__webpack_require__(/*! ./AnalyticsAvgDroppedFramesResponse */ "./models/AnalyticsAvgDroppedFramesResponse.ts"), exports);