@revxui/api-clients-ts 1.1.211 → 1.1.213

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 (62) hide show
  1. package/README.md +2 -2
  2. package/bundles/revxui-api-clients-ts.umd.js +52 -39
  3. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  4. package/esm2015/api/adminController.service.js +2 -2
  5. package/esm2015/api/advertiserController.service.js +2 -2
  6. package/esm2015/api/appSettingsController.service.js +2 -2
  7. package/esm2015/api/audienceController.service.js +2 -2
  8. package/esm2015/api/auditController.service.js +2 -2
  9. package/esm2015/api/bidFunnelController.service.js +2 -2
  10. package/esm2015/api/bulkStrategyController.service.js +2 -2
  11. package/esm2015/api/cSSThemeController_.service.js +2 -2
  12. package/esm2015/api/campaignController.service.js +2 -2
  13. package/esm2015/api/catalogController.service.js +2 -2
  14. package/esm2015/api/clickDestinationController.service.js +2 -2
  15. package/esm2015/api/creativeController.service.js +2 -2
  16. package/esm2015/api/creativeSetsController.service.js +2 -2
  17. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  18. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  20. package/esm2015/api/customerReportingController.service.js +2 -2
  21. package/esm2015/api/dashboardController.service.js +2 -2
  22. package/esm2015/api/notificationsController.service.js +2 -2
  23. package/esm2015/api/pixelController.service.js +2 -2
  24. package/esm2015/api/reportingController.service.js +2 -2
  25. package/esm2015/api/sliceXController.service.js +2 -2
  26. package/esm2015/api/strategyController.service.js +2 -2
  27. package/esm2015/api/strategyTemplateController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/baseModelWithCreativeSetType.js +3 -2
  31. package/esm2015/model/creativeCompactDTO.js +3 -2
  32. package/esm2015/model/creativeDTO.js +3 -2
  33. package/esm2015/model/creativeDetails.js +3 -2
  34. package/esm2015/model/creativeFileForSet.js +3 -2
  35. package/esm2015/model/creativeFiles.js +3 -2
  36. package/esm2015/model/creativeHtmlFileForSet.js +3 -2
  37. package/esm2015/model/creativeSetDashboardMetric.js +3 -2
  38. package/esm2015/model/creativeSetDetails.js +3 -2
  39. package/esm2015/model/creativeSetPerformanceList.js +3 -2
  40. package/esm2015/model/creativeSetRequest.js +3 -2
  41. package/esm2015/model/creativeSetResponse.js +3 -2
  42. package/esm2015/model/duplicateCreativeSetResponse.js +3 -2
  43. package/esm2015/model/strategy.js +1 -1
  44. package/esm2015/model/strategyDTO.js +1 -1
  45. package/fesm2015/revxui-api-clients-ts.js +52 -39
  46. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  47. package/model/baseModelWithCreativeSetType.d.ts +2 -1
  48. package/model/creativeCompactDTO.d.ts +2 -1
  49. package/model/creativeDTO.d.ts +2 -1
  50. package/model/creativeDetails.d.ts +2 -1
  51. package/model/creativeFileForSet.d.ts +2 -1
  52. package/model/creativeFiles.d.ts +2 -1
  53. package/model/creativeHtmlFileForSet.d.ts +2 -1
  54. package/model/creativeSetDashboardMetric.d.ts +2 -1
  55. package/model/creativeSetDetails.d.ts +2 -1
  56. package/model/creativeSetPerformanceList.d.ts +2 -1
  57. package/model/creativeSetRequest.d.ts +2 -1
  58. package/model/creativeSetResponse.d.ts +2 -1
  59. package/model/duplicateCreativeSetResponse.d.ts +2 -1
  60. package/model/strategy.d.ts +1 -0
  61. package/model/strategyDTO.d.ts +1 -0
  62. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@1.1.211
1
+ ## @revxui/api-clients-ts@1.1.213
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@1.1.211 --save
22
+ npm install @revxui/api-clients-ts@1.1.213 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -370,7 +370,7 @@
370
370
  var AdminControllerService = /** @class */ (function () {
371
371
  function AdminControllerService(httpClient, basePath, configuration) {
372
372
  this.httpClient = httpClient;
373
- this.basePath = 'https://apiv2beta.atomex.net';
373
+ this.basePath = 'https://apiv2stage1.atomex.net';
374
374
  this.defaultHeaders = new http.HttpHeaders();
375
375
  this.configuration = new Configuration();
376
376
  if (basePath) {
@@ -575,7 +575,7 @@
575
575
  var AdvertiserControllerService = /** @class */ (function () {
576
576
  function AdvertiserControllerService(httpClient, basePath, configuration) {
577
577
  this.httpClient = httpClient;
578
- this.basePath = 'https://apiv2beta.atomex.net';
578
+ this.basePath = 'https://apiv2stage1.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1009,7 +1009,7 @@
1009
1009
  var AppSettingsControllerService = /** @class */ (function () {
1010
1010
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1011
1011
  this.httpClient = httpClient;
1012
- this.basePath = 'https://apiv2beta.atomex.net';
1012
+ this.basePath = 'https://apiv2stage1.atomex.net';
1013
1013
  this.defaultHeaders = new http.HttpHeaders();
1014
1014
  this.configuration = new Configuration();
1015
1015
  if (basePath) {
@@ -1262,7 +1262,7 @@
1262
1262
  var AudienceControllerService = /** @class */ (function () {
1263
1263
  function AudienceControllerService(httpClient, basePath, configuration) {
1264
1264
  this.httpClient = httpClient;
1265
- this.basePath = 'https://apiv2beta.atomex.net';
1265
+ this.basePath = 'https://apiv2stage1.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -2120,7 +2120,7 @@
2120
2120
  var AuditControllerService = /** @class */ (function () {
2121
2121
  function AuditControllerService(httpClient, basePath, configuration) {
2122
2122
  this.httpClient = httpClient;
2123
- this.basePath = 'https://apiv2beta.atomex.net';
2123
+ this.basePath = 'https://apiv2stage1.atomex.net';
2124
2124
  this.defaultHeaders = new http.HttpHeaders();
2125
2125
  this.configuration = new Configuration();
2126
2126
  if (basePath) {
@@ -2307,7 +2307,7 @@
2307
2307
  var BidFunnelControllerService = /** @class */ (function () {
2308
2308
  function BidFunnelControllerService(httpClient, basePath, configuration) {
2309
2309
  this.httpClient = httpClient;
2310
- this.basePath = 'https://apiv2beta.atomex.net';
2310
+ this.basePath = 'https://apiv2stage1.atomex.net';
2311
2311
  this.defaultHeaders = new http.HttpHeaders();
2312
2312
  this.configuration = new Configuration();
2313
2313
  if (basePath) {
@@ -2438,7 +2438,7 @@
2438
2438
  var BulkStrategyControllerService = /** @class */ (function () {
2439
2439
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2440
2440
  this.httpClient = httpClient;
2441
- this.basePath = 'https://apiv2beta.atomex.net';
2441
+ this.basePath = 'https://apiv2stage1.atomex.net';
2442
2442
  this.defaultHeaders = new http.HttpHeaders();
2443
2443
  this.configuration = new Configuration();
2444
2444
  if (basePath) {
@@ -2669,7 +2669,7 @@
2669
2669
  var CSSThemeController_Service = /** @class */ (function () {
2670
2670
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2671
2671
  this.httpClient = httpClient;
2672
- this.basePath = 'https://apiv2beta.atomex.net';
2672
+ this.basePath = 'https://apiv2stage1.atomex.net';
2673
2673
  this.defaultHeaders = new http.HttpHeaders();
2674
2674
  this.configuration = new Configuration();
2675
2675
  if (basePath) {
@@ -2778,7 +2778,7 @@
2778
2778
  var CampaignControllerService = /** @class */ (function () {
2779
2779
  function CampaignControllerService(httpClient, basePath, configuration) {
2780
2780
  this.httpClient = httpClient;
2781
- this.basePath = 'https://apiv2beta.atomex.net';
2781
+ this.basePath = 'https://apiv2stage1.atomex.net';
2782
2782
  this.defaultHeaders = new http.HttpHeaders();
2783
2783
  this.configuration = new Configuration();
2784
2784
  if (basePath) {
@@ -3088,7 +3088,7 @@
3088
3088
  var CatalogControllerService = /** @class */ (function () {
3089
3089
  function CatalogControllerService(httpClient, basePath, configuration) {
3090
3090
  this.httpClient = httpClient;
3091
- this.basePath = 'https://apiv2beta.atomex.net';
3091
+ this.basePath = 'https://apiv2stage1.atomex.net';
3092
3092
  this.defaultHeaders = new http.HttpHeaders();
3093
3093
  this.configuration = new Configuration();
3094
3094
  if (basePath) {
@@ -3334,7 +3334,7 @@
3334
3334
  var ClickDestinationControllerService = /** @class */ (function () {
3335
3335
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3336
3336
  this.httpClient = httpClient;
3337
- this.basePath = 'https://apiv2beta.atomex.net';
3337
+ this.basePath = 'https://apiv2stage1.atomex.net';
3338
3338
  this.defaultHeaders = new http.HttpHeaders();
3339
3339
  this.configuration = new Configuration();
3340
3340
  if (basePath) {
@@ -3572,7 +3572,7 @@
3572
3572
  var CreativeControllerService = /** @class */ (function () {
3573
3573
  function CreativeControllerService(httpClient, basePath, configuration) {
3574
3574
  this.httpClient = httpClient;
3575
- this.basePath = 'https://apiv2beta.atomex.net';
3575
+ this.basePath = 'https://apiv2stage1.atomex.net';
3576
3576
  this.defaultHeaders = new http.HttpHeaders();
3577
3577
  this.configuration = new Configuration();
3578
3578
  if (basePath) {
@@ -4073,7 +4073,7 @@
4073
4073
  var CreativeSetsControllerService = /** @class */ (function () {
4074
4074
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
4075
4075
  this.httpClient = httpClient;
4076
- this.basePath = 'https://apiv2beta.atomex.net';
4076
+ this.basePath = 'https://apiv2stage1.atomex.net';
4077
4077
  this.defaultHeaders = new http.HttpHeaders();
4078
4078
  this.configuration = new Configuration();
4079
4079
  if (basePath) {
@@ -4704,7 +4704,7 @@
4704
4704
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4705
4705
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4706
4706
  this.httpClient = httpClient;
4707
- this.basePath = 'https://apiv2beta.atomex.net';
4707
+ this.basePath = 'https://apiv2stage1.atomex.net';
4708
4708
  this.defaultHeaders = new http.HttpHeaders();
4709
4709
  this.configuration = new Configuration();
4710
4710
  if (basePath) {
@@ -4893,7 +4893,7 @@
4893
4893
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4894
4894
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4895
4895
  this.httpClient = httpClient;
4896
- this.basePath = 'https://apiv2beta.atomex.net';
4896
+ this.basePath = 'https://apiv2stage1.atomex.net';
4897
4897
  this.defaultHeaders = new http.HttpHeaders();
4898
4898
  this.configuration = new Configuration();
4899
4899
  if (basePath) {
@@ -4969,7 +4969,7 @@
4969
4969
  var CreativeTemplatesControllerService = /** @class */ (function () {
4970
4970
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4971
4971
  this.httpClient = httpClient;
4972
- this.basePath = 'https://apiv2beta.atomex.net';
4972
+ this.basePath = 'https://apiv2stage1.atomex.net';
4973
4973
  this.defaultHeaders = new http.HttpHeaders();
4974
4974
  this.configuration = new Configuration();
4975
4975
  if (basePath) {
@@ -5136,7 +5136,7 @@
5136
5136
  var CustomerReportingControllerService = /** @class */ (function () {
5137
5137
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
5138
5138
  this.httpClient = httpClient;
5139
- this.basePath = 'https://apiv2beta.atomex.net';
5139
+ this.basePath = 'https://apiv2stage1.atomex.net';
5140
5140
  this.defaultHeaders = new http.HttpHeaders();
5141
5141
  this.configuration = new Configuration();
5142
5142
  if (basePath) {
@@ -5221,7 +5221,7 @@
5221
5221
  var DashboardControllerService = /** @class */ (function () {
5222
5222
  function DashboardControllerService(httpClient, basePath, configuration) {
5223
5223
  this.httpClient = httpClient;
5224
- this.basePath = 'https://apiv2beta.atomex.net';
5224
+ this.basePath = 'https://apiv2stage1.atomex.net';
5225
5225
  this.defaultHeaders = new http.HttpHeaders();
5226
5226
  this.configuration = new Configuration();
5227
5227
  if (basePath) {
@@ -5866,7 +5866,7 @@
5866
5866
  var NotificationsControllerService = /** @class */ (function () {
5867
5867
  function NotificationsControllerService(httpClient, basePath, configuration) {
5868
5868
  this.httpClient = httpClient;
5869
- this.basePath = 'https://apiv2beta.atomex.net';
5869
+ this.basePath = 'https://apiv2stage1.atomex.net';
5870
5870
  this.defaultHeaders = new http.HttpHeaders();
5871
5871
  this.configuration = new Configuration();
5872
5872
  if (basePath) {
@@ -6085,7 +6085,7 @@
6085
6085
  var PixelControllerService = /** @class */ (function () {
6086
6086
  function PixelControllerService(httpClient, basePath, configuration) {
6087
6087
  this.httpClient = httpClient;
6088
- this.basePath = 'https://apiv2beta.atomex.net';
6088
+ this.basePath = 'https://apiv2stage1.atomex.net';
6089
6089
  this.defaultHeaders = new http.HttpHeaders();
6090
6090
  this.configuration = new Configuration();
6091
6091
  if (basePath) {
@@ -6402,7 +6402,7 @@
6402
6402
  var ReportingControllerService = /** @class */ (function () {
6403
6403
  function ReportingControllerService(httpClient, basePath, configuration) {
6404
6404
  this.httpClient = httpClient;
6405
- this.basePath = 'https://apiv2beta.atomex.net';
6405
+ this.basePath = 'https://apiv2stage1.atomex.net';
6406
6406
  this.defaultHeaders = new http.HttpHeaders();
6407
6407
  this.configuration = new Configuration();
6408
6408
  if (basePath) {
@@ -6574,7 +6574,7 @@
6574
6574
  var SliceXControllerService = /** @class */ (function () {
6575
6575
  function SliceXControllerService(httpClient, basePath, configuration) {
6576
6576
  this.httpClient = httpClient;
6577
- this.basePath = 'https://apiv2beta.atomex.net';
6577
+ this.basePath = 'https://apiv2stage1.atomex.net';
6578
6578
  this.defaultHeaders = new http.HttpHeaders();
6579
6579
  this.configuration = new Configuration();
6580
6580
  if (basePath) {
@@ -6830,7 +6830,7 @@
6830
6830
  var StrategyControllerService = /** @class */ (function () {
6831
6831
  function StrategyControllerService(httpClient, basePath, configuration) {
6832
6832
  this.httpClient = httpClient;
6833
- this.basePath = 'https://apiv2beta.atomex.net';
6833
+ this.basePath = 'https://apiv2stage1.atomex.net';
6834
6834
  this.defaultHeaders = new http.HttpHeaders();
6835
6835
  this.configuration = new Configuration();
6836
6836
  if (basePath) {
@@ -7662,7 +7662,7 @@
7662
7662
  var StrategyTemplateControllerService = /** @class */ (function () {
7663
7663
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
7664
7664
  this.httpClient = httpClient;
7665
- this.basePath = 'https://apiv2beta.atomex.net';
7665
+ this.basePath = 'https://apiv2stage1.atomex.net';
7666
7666
  this.defaultHeaders = new http.HttpHeaders();
7667
7667
  this.configuration = new Configuration();
7668
7668
  if (basePath) {
@@ -7784,7 +7784,7 @@
7784
7784
  var UILoggerControllerService = /** @class */ (function () {
7785
7785
  function UILoggerControllerService(httpClient, basePath, configuration) {
7786
7786
  this.httpClient = httpClient;
7787
- this.basePath = 'https://apiv2beta.atomex.net';
7787
+ this.basePath = 'https://apiv2stage1.atomex.net';
7788
7788
  this.defaultHeaders = new http.HttpHeaders();
7789
7789
  this.configuration = new Configuration();
7790
7790
  if (basePath) {
@@ -7874,7 +7874,7 @@
7874
7874
  var UserPreferenceControllerService = /** @class */ (function () {
7875
7875
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7876
7876
  this.httpClient = httpClient;
7877
- this.basePath = 'https://apiv2beta.atomex.net';
7877
+ this.basePath = 'https://apiv2stage1.atomex.net';
7878
7878
  this.defaultHeaders = new http.HttpHeaders();
7879
7879
  this.configuration = new Configuration();
7880
7880
  if (basePath) {
@@ -8247,7 +8247,8 @@
8247
8247
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8248
8248
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8249
8249
  NATIVEICON: 'NATIVE_ICON',
8250
- ICON: 'ICON'
8250
+ ICON: 'ICON',
8251
+ CTVVIDEO: 'CTV_VIDEO'
8251
8252
  };
8252
8253
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
8253
8254
 
@@ -8281,7 +8282,8 @@
8281
8282
  FbAppEngagement: 'fbAppEngagement',
8282
8283
  ClickTracker: 'clickTracker',
8283
8284
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8284
- NativeIcon: 'nativeIcon'
8285
+ NativeIcon: 'nativeIcon',
8286
+ CtvVideo: 'ctvVideo'
8285
8287
  };
8286
8288
  })(exports.CreativeCompactDTO || (exports.CreativeCompactDTO = {}));
8287
8289
 
@@ -8320,7 +8322,8 @@
8320
8322
  FbAppEngagement: 'fbAppEngagement',
8321
8323
  ClickTracker: 'clickTracker',
8322
8324
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8323
- NativeIcon: 'nativeIcon'
8325
+ NativeIcon: 'nativeIcon',
8326
+ CtvVideo: 'ctvVideo'
8324
8327
  };
8325
8328
  CreativeDTO.VideoUploadTypeEnum = {
8326
8329
  VIDEO: 'VIDEO',
@@ -8345,7 +8348,8 @@
8345
8348
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8346
8349
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8347
8350
  NATIVEICON: 'NATIVE_ICON',
8348
- ICON: 'ICON'
8351
+ ICON: 'ICON',
8352
+ CTVVIDEO: 'CTV_VIDEO'
8349
8353
  };
8350
8354
  })(exports.CreativeDetails || (exports.CreativeDetails = {}));
8351
8355
 
@@ -8366,7 +8370,8 @@
8366
8370
  FbAppEngagement: 'fbAppEngagement',
8367
8371
  ClickTracker: 'clickTracker',
8368
8372
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8369
- NativeIcon: 'nativeIcon'
8373
+ NativeIcon: 'nativeIcon',
8374
+ CtvVideo: 'ctvVideo'
8370
8375
  };
8371
8376
  })(exports.CreativeFileForSet || (exports.CreativeFileForSet = {}));
8372
8377
 
@@ -8387,7 +8392,8 @@
8387
8392
  FbAppEngagement: 'fbAppEngagement',
8388
8393
  ClickTracker: 'clickTracker',
8389
8394
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8390
- NativeIcon: 'nativeIcon'
8395
+ NativeIcon: 'nativeIcon',
8396
+ CtvVideo: 'ctvVideo'
8391
8397
  };
8392
8398
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
8393
8399
 
@@ -8413,7 +8419,8 @@
8413
8419
  FbAppEngagement: 'fbAppEngagement',
8414
8420
  ClickTracker: 'clickTracker',
8415
8421
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8416
- NativeIcon: 'nativeIcon'
8422
+ NativeIcon: 'nativeIcon',
8423
+ CtvVideo: 'ctvVideo'
8417
8424
  };
8418
8425
  })(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
8419
8426
 
@@ -8434,7 +8441,8 @@
8434
8441
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8435
8442
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8436
8443
  NATIVEICON: 'NATIVE_ICON',
8437
- ICON: 'ICON'
8444
+ ICON: 'ICON',
8445
+ CTVVIDEO: 'CTV_VIDEO'
8438
8446
  };
8439
8447
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
8440
8448
 
@@ -8455,7 +8463,8 @@
8455
8463
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8456
8464
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8457
8465
  NATIVEICON: 'NATIVE_ICON',
8458
- ICON: 'ICON'
8466
+ ICON: 'ICON',
8467
+ CTVVIDEO: 'CTV_VIDEO'
8459
8468
  };
8460
8469
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
8461
8470
 
@@ -8476,7 +8485,8 @@
8476
8485
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8477
8486
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8478
8487
  NATIVEICON: 'NATIVE_ICON',
8479
- ICON: 'ICON'
8488
+ ICON: 'ICON',
8489
+ CTVVIDEO: 'CTV_VIDEO'
8480
8490
  };
8481
8491
  })(exports.CreativeSetPerformanceList || (exports.CreativeSetPerformanceList = {}));
8482
8492
 
@@ -8497,7 +8507,8 @@
8497
8507
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8498
8508
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8499
8509
  NATIVEICON: 'NATIVE_ICON',
8500
- ICON: 'ICON'
8510
+ ICON: 'ICON',
8511
+ CTVVIDEO: 'CTV_VIDEO'
8501
8512
  };
8502
8513
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
8503
8514
 
@@ -8529,7 +8540,8 @@
8529
8540
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8530
8541
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8531
8542
  NATIVEICON: 'NATIVE_ICON',
8532
- ICON: 'ICON'
8543
+ ICON: 'ICON',
8544
+ CTVVIDEO: 'CTV_VIDEO'
8533
8545
  };
8534
8546
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
8535
8547
 
@@ -8581,7 +8593,8 @@
8581
8593
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8582
8594
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8583
8595
  NATIVEICON: 'NATIVE_ICON',
8584
- ICON: 'ICON'
8596
+ ICON: 'ICON',
8597
+ CTVVIDEO: 'CTV_VIDEO'
8585
8598
  };
8586
8599
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
8587
8600