@revxui/api-clients-ts 1.1.94 → 1.1.96

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 (75) hide show
  1. package/README.md +2 -2
  2. package/api/bidFunnelController.service.d.ts +6 -6
  3. package/api/creativeSetsController.service.d.ts +0 -28
  4. package/api/dashboardController.service.d.ts +24 -24
  5. package/api/strategyController.service.d.ts +9 -9
  6. package/bundles/revxui-api-clients-ts.umd.js +57 -152
  7. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  8. package/esm2015/api/adminController.service.js +2 -2
  9. package/esm2015/api/advertiserController.service.js +2 -2
  10. package/esm2015/api/appSettingsController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bidFunnelController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -2
  17. package/esm2015/api/catalogController.service.js +2 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +2 -80
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/customerReportingController.service.js +2 -2
  25. package/esm2015/api/dashboardController.service.js +2 -2
  26. package/esm2015/api/notificationsController.service.js +2 -2
  27. package/esm2015/api/pixelController.service.js +2 -2
  28. package/esm2015/api/reportingController.service.js +2 -2
  29. package/esm2015/api/sliceXController.service.js +2 -2
  30. package/esm2015/api/strategyController.service.js +2 -2
  31. package/esm2015/api/strategyTemplateController.service.js +2 -2
  32. package/esm2015/api/uILoggerController.service.js +2 -2
  33. package/esm2015/api/userPreferenceController.service.js +2 -2
  34. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  35. package/esm2015/model/creativeCompactDTO.js +3 -2
  36. package/esm2015/model/creativeDTO.js +3 -2
  37. package/esm2015/model/creativeDetails.js +4 -2
  38. package/esm2015/model/creativeFileForSet.js +3 -2
  39. package/esm2015/model/creativeFiles.js +3 -2
  40. package/esm2015/model/creativeHtmlFileForSet.js +3 -2
  41. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  42. package/esm2015/model/creativeSetDetails.js +4 -2
  43. package/esm2015/model/creativeSetRequest.js +4 -2
  44. package/esm2015/model/creativeSetResponse.js +4 -2
  45. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  46. package/esm2015/model/models.js +1 -7
  47. package/fesm2015/revxui-api-clients-ts.js +58 -149
  48. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  49. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  50. package/model/creativeCompactDTO.d.ts +2 -1
  51. package/model/creativeDTO.d.ts +2 -1
  52. package/model/creativeDetails.d.ts +3 -1
  53. package/model/creativeFileForSet.d.ts +2 -1
  54. package/model/creativeFiles.d.ts +2 -1
  55. package/model/creativeHtmlFileForSet.d.ts +2 -1
  56. package/model/creativeSetDashboardMetric.d.ts +3 -1
  57. package/model/creativeSetDetails.d.ts +3 -1
  58. package/model/creativeSetRequest.d.ts +3 -1
  59. package/model/creativeSetResponse.d.ts +3 -1
  60. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  61. package/model/models.d.ts +0 -6
  62. package/package.json +1 -1
  63. package/revxui-api-clients-ts.metadata.json +1 -1
  64. package/esm2015/model/apiListResponseCreativePerformanceList.js +0 -2
  65. package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +0 -2
  66. package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +0 -2
  67. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +0 -2
  68. package/esm2015/model/creativePerformanceList.js +0 -8
  69. package/esm2015/model/creativeSetPerformanceList.js +0 -24
  70. package/model/apiListResponseCreativePerformanceList.d.ts +0 -16
  71. package/model/apiListResponseCreativeSetPerformanceList.d.ts +0 -16
  72. package/model/apiResponseObjectApiListResponseCreativePerformanceList.d.ts +0 -17
  73. package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +0 -17
  74. package/model/creativePerformanceList.d.ts +0 -78
  75. package/model/creativeSetPerformanceList.d.ts +0 -94
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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) {
@@ -4327,88 +4327,6 @@
4327
4327
  reportProgress: reportProgress
4328
4328
  });
4329
4329
  };
4330
- CreativeSetsControllerService.prototype.getCreativePerformanceDataUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
4331
- if (observe === void 0) { observe = 'body'; }
4332
- if (reportProgress === void 0) { reportProgress = false; }
4333
- if (dashboardRequest === null || dashboardRequest === undefined) {
4334
- throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativePerformanceDataUsingPOST.');
4335
- }
4336
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4337
- if (refresh !== undefined && refresh !== null) {
4338
- queryParameters = queryParameters.set('refresh', refresh);
4339
- }
4340
- var headers = this.defaultHeaders;
4341
- if (reqId !== undefined && reqId !== null) {
4342
- headers = headers.set('reqId', String(reqId));
4343
- }
4344
- if (token !== undefined && token !== null) {
4345
- headers = headers.set('token', String(token));
4346
- }
4347
- // to determine the Accept header
4348
- var httpHeaderAccepts = [
4349
- 'application/json'
4350
- ];
4351
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4352
- if (httpHeaderAcceptSelected != undefined) {
4353
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4354
- }
4355
- // to determine the Content-Type header
4356
- var consumes = [
4357
- 'application/json'
4358
- ];
4359
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
4360
- if (httpContentTypeSelected != undefined) {
4361
- headers = headers.set('Content-Type', httpContentTypeSelected);
4362
- }
4363
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/new/creative", dashboardRequest, {
4364
- params: queryParameters,
4365
- withCredentials: this.configuration.withCredentials,
4366
- headers: headers,
4367
- observe: observe,
4368
- reportProgress: reportProgress
4369
- });
4370
- };
4371
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceDataUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
4372
- if (observe === void 0) { observe = 'body'; }
4373
- if (reportProgress === void 0) { reportProgress = false; }
4374
- if (dashboardRequest === null || dashboardRequest === undefined) {
4375
- throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceDataUsingPOST.');
4376
- }
4377
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4378
- if (refresh !== undefined && refresh !== null) {
4379
- queryParameters = queryParameters.set('refresh', refresh);
4380
- }
4381
- var headers = this.defaultHeaders;
4382
- if (reqId !== undefined && reqId !== null) {
4383
- headers = headers.set('reqId', String(reqId));
4384
- }
4385
- if (token !== undefined && token !== null) {
4386
- headers = headers.set('token', String(token));
4387
- }
4388
- // to determine the Accept header
4389
- var httpHeaderAccepts = [
4390
- 'application/json'
4391
- ];
4392
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4393
- if (httpHeaderAcceptSelected != undefined) {
4394
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4395
- }
4396
- // to determine the Content-Type header
4397
- var consumes = [
4398
- 'application/json'
4399
- ];
4400
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
4401
- if (httpContentTypeSelected != undefined) {
4402
- headers = headers.set('Content-Type', httpContentTypeSelected);
4403
- }
4404
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/performance/new", dashboardRequest, {
4405
- params: queryParameters,
4406
- withCredentials: this.configuration.withCredentials,
4407
- headers: headers,
4408
- observe: observe,
4409
- reportProgress: reportProgress
4410
- });
4411
- };
4412
4330
  CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
4413
4331
  if (observe === void 0) { observe = 'body'; }
4414
4332
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4674,7 +4592,7 @@
4674
4592
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4675
4593
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4676
4594
  this.httpClient = httpClient;
4677
- this.basePath = 'https://apiv2stage3.atomex.net';
4595
+ this.basePath = 'https://apiv2stage1.atomex.net';
4678
4596
  this.defaultHeaders = new http.HttpHeaders();
4679
4597
  this.configuration = new Configuration();
4680
4598
  if (basePath) {
@@ -4863,7 +4781,7 @@
4863
4781
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4864
4782
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4865
4783
  this.httpClient = httpClient;
4866
- this.basePath = 'https://apiv2stage3.atomex.net';
4784
+ this.basePath = 'https://apiv2stage1.atomex.net';
4867
4785
  this.defaultHeaders = new http.HttpHeaders();
4868
4786
  this.configuration = new Configuration();
4869
4787
  if (basePath) {
@@ -4939,7 +4857,7 @@
4939
4857
  var CreativeTemplatesControllerService = /** @class */ (function () {
4940
4858
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4941
4859
  this.httpClient = httpClient;
4942
- this.basePath = 'https://apiv2stage3.atomex.net';
4860
+ this.basePath = 'https://apiv2stage1.atomex.net';
4943
4861
  this.defaultHeaders = new http.HttpHeaders();
4944
4862
  this.configuration = new Configuration();
4945
4863
  if (basePath) {
@@ -5106,7 +5024,7 @@
5106
5024
  var CustomerReportingControllerService = /** @class */ (function () {
5107
5025
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
5108
5026
  this.httpClient = httpClient;
5109
- this.basePath = 'https://apiv2stage3.atomex.net';
5027
+ this.basePath = 'https://apiv2stage1.atomex.net';
5110
5028
  this.defaultHeaders = new http.HttpHeaders();
5111
5029
  this.configuration = new Configuration();
5112
5030
  if (basePath) {
@@ -5191,7 +5109,7 @@
5191
5109
  var DashboardControllerService = /** @class */ (function () {
5192
5110
  function DashboardControllerService(httpClient, basePath, configuration) {
5193
5111
  this.httpClient = httpClient;
5194
- this.basePath = 'https://apiv2stage3.atomex.net';
5112
+ this.basePath = 'https://apiv2stage1.atomex.net';
5195
5113
  this.defaultHeaders = new http.HttpHeaders();
5196
5114
  this.configuration = new Configuration();
5197
5115
  if (basePath) {
@@ -5836,7 +5754,7 @@
5836
5754
  var NotificationsControllerService = /** @class */ (function () {
5837
5755
  function NotificationsControllerService(httpClient, basePath, configuration) {
5838
5756
  this.httpClient = httpClient;
5839
- this.basePath = 'https://apiv2stage3.atomex.net';
5757
+ this.basePath = 'https://apiv2stage1.atomex.net';
5840
5758
  this.defaultHeaders = new http.HttpHeaders();
5841
5759
  this.configuration = new Configuration();
5842
5760
  if (basePath) {
@@ -6055,7 +5973,7 @@
6055
5973
  var PixelControllerService = /** @class */ (function () {
6056
5974
  function PixelControllerService(httpClient, basePath, configuration) {
6057
5975
  this.httpClient = httpClient;
6058
- this.basePath = 'https://apiv2stage3.atomex.net';
5976
+ this.basePath = 'https://apiv2stage1.atomex.net';
6059
5977
  this.defaultHeaders = new http.HttpHeaders();
6060
5978
  this.configuration = new Configuration();
6061
5979
  if (basePath) {
@@ -6372,7 +6290,7 @@
6372
6290
  var ReportingControllerService = /** @class */ (function () {
6373
6291
  function ReportingControllerService(httpClient, basePath, configuration) {
6374
6292
  this.httpClient = httpClient;
6375
- this.basePath = 'https://apiv2stage3.atomex.net';
6293
+ this.basePath = 'https://apiv2stage1.atomex.net';
6376
6294
  this.defaultHeaders = new http.HttpHeaders();
6377
6295
  this.configuration = new Configuration();
6378
6296
  if (basePath) {
@@ -6544,7 +6462,7 @@
6544
6462
  var SliceXControllerService = /** @class */ (function () {
6545
6463
  function SliceXControllerService(httpClient, basePath, configuration) {
6546
6464
  this.httpClient = httpClient;
6547
- this.basePath = 'https://apiv2stage3.atomex.net';
6465
+ this.basePath = 'https://apiv2stage1.atomex.net';
6548
6466
  this.defaultHeaders = new http.HttpHeaders();
6549
6467
  this.configuration = new Configuration();
6550
6468
  if (basePath) {
@@ -6800,7 +6718,7 @@
6800
6718
  var StrategyControllerService = /** @class */ (function () {
6801
6719
  function StrategyControllerService(httpClient, basePath, configuration) {
6802
6720
  this.httpClient = httpClient;
6803
- this.basePath = 'https://apiv2stage3.atomex.net';
6721
+ this.basePath = 'https://apiv2stage1.atomex.net';
6804
6722
  this.defaultHeaders = new http.HttpHeaders();
6805
6723
  this.configuration = new Configuration();
6806
6724
  if (basePath) {
@@ -7632,7 +7550,7 @@
7632
7550
  var StrategyTemplateControllerService = /** @class */ (function () {
7633
7551
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
7634
7552
  this.httpClient = httpClient;
7635
- this.basePath = 'https://apiv2stage3.atomex.net';
7553
+ this.basePath = 'https://apiv2stage1.atomex.net';
7636
7554
  this.defaultHeaders = new http.HttpHeaders();
7637
7555
  this.configuration = new Configuration();
7638
7556
  if (basePath) {
@@ -7754,7 +7672,7 @@
7754
7672
  var UILoggerControllerService = /** @class */ (function () {
7755
7673
  function UILoggerControllerService(httpClient, basePath, configuration) {
7756
7674
  this.httpClient = httpClient;
7757
- this.basePath = 'https://apiv2stage3.atomex.net';
7675
+ this.basePath = 'https://apiv2stage1.atomex.net';
7758
7676
  this.defaultHeaders = new http.HttpHeaders();
7759
7677
  this.configuration = new Configuration();
7760
7678
  if (basePath) {
@@ -7844,7 +7762,7 @@
7844
7762
  var UserPreferenceControllerService = /** @class */ (function () {
7845
7763
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7846
7764
  this.httpClient = httpClient;
7847
- this.basePath = 'https://apiv2stage3.atomex.net';
7765
+ this.basePath = 'https://apiv2stage1.atomex.net';
7848
7766
  this.defaultHeaders = new http.HttpHeaders();
7849
7767
  this.configuration = new Configuration();
7850
7768
  if (basePath) {
@@ -8216,7 +8134,9 @@
8216
8134
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8217
8135
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8218
8136
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8219
- NATIVEICON: 'NATIVE_ICON'
8137
+ NATIVEICON: 'NATIVE_ICON',
8138
+ ICON: 'ICON',
8139
+ CTVVIDEO: 'CTV_VIDEO'
8220
8140
  };
8221
8141
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
8222
8142
 
@@ -8250,7 +8170,8 @@
8250
8170
  FbAppEngagement: 'fbAppEngagement',
8251
8171
  ClickTracker: 'clickTracker',
8252
8172
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8253
- NativeIcon: 'nativeIcon'
8173
+ NativeIcon: 'nativeIcon',
8174
+ CtvVideo: 'ctvVideo'
8254
8175
  };
8255
8176
  })(exports.CreativeCompactDTO || (exports.CreativeCompactDTO = {}));
8256
8177
 
@@ -8289,7 +8210,8 @@
8289
8210
  FbAppEngagement: 'fbAppEngagement',
8290
8211
  ClickTracker: 'clickTracker',
8291
8212
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8292
- NativeIcon: 'nativeIcon'
8213
+ NativeIcon: 'nativeIcon',
8214
+ CtvVideo: 'ctvVideo'
8293
8215
  };
8294
8216
  CreativeDTO.VideoUploadTypeEnum = {
8295
8217
  VIDEO: 'VIDEO',
@@ -8313,7 +8235,9 @@
8313
8235
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8314
8236
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8315
8237
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8316
- NATIVEICON: 'NATIVE_ICON'
8238
+ NATIVEICON: 'NATIVE_ICON',
8239
+ ICON: 'ICON',
8240
+ CTVVIDEO: 'CTV_VIDEO'
8317
8241
  };
8318
8242
  })(exports.CreativeDetails || (exports.CreativeDetails = {}));
8319
8243
 
@@ -8334,7 +8258,8 @@
8334
8258
  FbAppEngagement: 'fbAppEngagement',
8335
8259
  ClickTracker: 'clickTracker',
8336
8260
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8337
- NativeIcon: 'nativeIcon'
8261
+ NativeIcon: 'nativeIcon',
8262
+ CtvVideo: 'ctvVideo'
8338
8263
  };
8339
8264
  })(exports.CreativeFileForSet || (exports.CreativeFileForSet = {}));
8340
8265
 
@@ -8355,7 +8280,8 @@
8355
8280
  FbAppEngagement: 'fbAppEngagement',
8356
8281
  ClickTracker: 'clickTracker',
8357
8282
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8358
- NativeIcon: 'nativeIcon'
8283
+ NativeIcon: 'nativeIcon',
8284
+ CtvVideo: 'ctvVideo'
8359
8285
  };
8360
8286
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
8361
8287
 
@@ -8381,18 +8307,11 @@
8381
8307
  FbAppEngagement: 'fbAppEngagement',
8382
8308
  ClickTracker: 'clickTracker',
8383
8309
  FbxImageNewsFeed: 'fbxImageNewsFeed',
8384
- NativeIcon: 'nativeIcon'
8310
+ NativeIcon: 'nativeIcon',
8311
+ CtvVideo: 'ctvVideo'
8385
8312
  };
8386
8313
  })(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
8387
8314
 
8388
- exports.CreativePerformanceList = void 0;
8389
- (function (CreativePerformanceList) {
8390
- CreativePerformanceList.StatusEnum = {
8391
- Active: 'active',
8392
- Inactive: 'inactive'
8393
- };
8394
- })(exports.CreativePerformanceList || (exports.CreativePerformanceList = {}));
8395
-
8396
8315
  exports.CreativeSetDashboardMetric = void 0;
8397
8316
  (function (CreativeSetDashboardMetric) {
8398
8317
  CreativeSetDashboardMetric.CreativeSetTypeEnum = {
@@ -8409,7 +8328,9 @@
8409
8328
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8410
8329
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8411
8330
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8412
- NATIVEICON: 'NATIVE_ICON'
8331
+ NATIVEICON: 'NATIVE_ICON',
8332
+ ICON: 'ICON',
8333
+ CTVVIDEO: 'CTV_VIDEO'
8413
8334
  };
8414
8335
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
8415
8336
 
@@ -8429,34 +8350,12 @@
8429
8350
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8430
8351
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8431
8352
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8432
- NATIVEICON: 'NATIVE_ICON'
8353
+ NATIVEICON: 'NATIVE_ICON',
8354
+ ICON: 'ICON',
8355
+ CTVVIDEO: 'CTV_VIDEO'
8433
8356
  };
8434
8357
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
8435
8358
 
8436
- exports.CreativeSetPerformanceList = void 0;
8437
- (function (CreativeSetPerformanceList) {
8438
- CreativeSetPerformanceList.StatusEnum = {
8439
- Active: 'active',
8440
- Inactive: 'inactive'
8441
- };
8442
- CreativeSetPerformanceList.TypeEnum = {
8443
- IMAGE: 'IMAGE',
8444
- VIDEO: 'VIDEO',
8445
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
8446
- ZIPPEDHTML: 'ZIPPED_HTML',
8447
- NATIVEIMAGE: 'NATIVE_IMAGE',
8448
- NATIVEVIDEO: 'NATIVE_VIDEO',
8449
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
8450
- DYNAMICMACRO: 'DYNAMIC_MACRO',
8451
- DYNAMICHTML: 'DYNAMIC_HTML',
8452
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8453
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8454
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8455
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8456
- NATIVEICON: 'NATIVE_ICON'
8457
- };
8458
- })(exports.CreativeSetPerformanceList || (exports.CreativeSetPerformanceList = {}));
8459
-
8460
8359
  exports.CreativeSetRequest = void 0;
8461
8360
  (function (CreativeSetRequest) {
8462
8361
  CreativeSetRequest.CreativeSetTypeEnum = {
@@ -8473,7 +8372,9 @@
8473
8372
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8474
8373
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8475
8374
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8476
- NATIVEICON: 'NATIVE_ICON'
8375
+ NATIVEICON: 'NATIVE_ICON',
8376
+ ICON: 'ICON',
8377
+ CTVVIDEO: 'CTV_VIDEO'
8477
8378
  };
8478
8379
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
8479
8380
 
@@ -8504,7 +8405,9 @@
8504
8405
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8505
8406
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8506
8407
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8507
- NATIVEICON: 'NATIVE_ICON'
8408
+ NATIVEICON: 'NATIVE_ICON',
8409
+ ICON: 'ICON',
8410
+ CTVVIDEO: 'CTV_VIDEO'
8508
8411
  };
8509
8412
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
8510
8413
 
@@ -8555,7 +8458,9 @@
8555
8458
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8556
8459
  HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
8557
8460
  THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
8558
- NATIVEICON: 'NATIVE_ICON'
8461
+ NATIVEICON: 'NATIVE_ICON',
8462
+ ICON: 'ICON',
8463
+ CTVVIDEO: 'CTV_VIDEO'
8559
8464
  };
8560
8465
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
8561
8466