@revxui/api-clients-ts 0.10.175 → 0.10.179

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 (144) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +3 -6
  3. package/api/campaignController.service.d.ts +3 -6
  4. package/api/catalogController.service.d.ts +9 -18
  5. package/api/clickDestinationController.service.d.ts +3 -6
  6. package/api/creativeController.service.d.ts +6 -12
  7. package/api/creativeSetsController.service.d.ts +11 -16
  8. package/api/dashboardController.service.d.ts +37 -27
  9. package/api/pixelController.service.d.ts +3 -6
  10. package/bundles/revxui-api-clients-ts.umd.js +120 -147
  11. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  12. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  13. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  14. package/esm2015/api/adminController.service.js +2 -2
  15. package/esm2015/api/advertiserController.service.js +2 -2
  16. package/esm2015/api/appSettingsController.service.js +2 -2
  17. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  18. package/esm2015/api/audienceController.service.js +3 -12
  19. package/esm2015/api/auditController.service.js +2 -2
  20. package/esm2015/api/bulkStrategyController.service.js +2 -2
  21. package/esm2015/api/cSSThemeController_.service.js +2 -2
  22. package/esm2015/api/campaignController.service.js +3 -12
  23. package/esm2015/api/catalogController.service.js +5 -32
  24. package/esm2015/api/clickDestinationController.service.js +3 -12
  25. package/esm2015/api/creativeController.service.js +4 -22
  26. package/esm2015/api/creativeSetsController.service.js +10 -23
  27. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  28. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  29. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  30. package/esm2015/api/dashboardController.service.js +43 -12
  31. package/esm2015/api/pixelController.service.js +3 -12
  32. package/esm2015/api/reportingController.service.js +2 -2
  33. package/esm2015/api/sliceXController.service.js +2 -2
  34. package/esm2015/api/strategyController.service.js +2 -2
  35. package/esm2015/api/uILoggerController.service.js +2 -2
  36. package/esm2015/api/userPreferenceController.service.js +2 -2
  37. package/esm2015/model/advertiser.js +1 -1
  38. package/esm2015/model/advertiserPojo.js +1 -1
  39. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  40. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  41. package/esm2015/model/audienceDTO.js +1 -1
  42. package/esm2015/model/audienceESDTO.js +1 -1
  43. package/esm2015/model/campaignDTO.js +1 -1
  44. package/esm2015/model/campaignESDTO.js +1 -1
  45. package/esm2015/model/clickDestination.js +1 -1
  46. package/esm2015/model/creative.js +1 -1
  47. package/esm2015/model/creativeCompactDTO.js +1 -1
  48. package/esm2015/model/creativeDTO.js +1 -1
  49. package/esm2015/model/creativePerformanceData.js +1 -1
  50. package/esm2015/model/creativeSetDashboardMetric.js +16 -0
  51. package/esm2015/model/creativeSetDetails.js +1 -1
  52. package/esm2015/model/creativeSetResponse.js +16 -1
  53. package/esm2015/model/dashboardData.js +1 -1
  54. package/esm2015/model/models.js +3 -2
  55. package/esm2015/model/parentBasedObject.js +1 -1
  56. package/esm2015/model/pixel.js +1 -1
  57. package/esm2015/model/reportingResponse.js +1 -1
  58. package/esm2015/model/ruleDTO.js +8 -1
  59. package/esm2015/model/strategy.js +1 -1
  60. package/esm2015/model/strategyDTO.js +1 -1
  61. package/esm5/api/adminController.service.js +2 -2
  62. package/esm5/api/advertiserController.service.js +2 -2
  63. package/esm5/api/appSettingsController.service.js +2 -2
  64. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  65. package/esm5/api/audienceController.service.js +3 -12
  66. package/esm5/api/auditController.service.js +2 -2
  67. package/esm5/api/bulkStrategyController.service.js +2 -2
  68. package/esm5/api/cSSThemeController_.service.js +2 -2
  69. package/esm5/api/campaignController.service.js +3 -12
  70. package/esm5/api/catalogController.service.js +5 -32
  71. package/esm5/api/clickDestinationController.service.js +3 -12
  72. package/esm5/api/creativeController.service.js +4 -22
  73. package/esm5/api/creativeSetsController.service.js +10 -23
  74. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  75. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  76. package/esm5/api/creativeTemplatesController.service.js +2 -2
  77. package/esm5/api/dashboardController.service.js +45 -12
  78. package/esm5/api/pixelController.service.js +3 -12
  79. package/esm5/api/reportingController.service.js +2 -2
  80. package/esm5/api/sliceXController.service.js +2 -2
  81. package/esm5/api/strategyController.service.js +2 -2
  82. package/esm5/api/uILoggerController.service.js +2 -2
  83. package/esm5/api/userPreferenceController.service.js +2 -2
  84. package/esm5/model/advertiser.js +1 -1
  85. package/esm5/model/advertiserPojo.js +1 -1
  86. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  87. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  88. package/esm5/model/audienceDTO.js +1 -1
  89. package/esm5/model/audienceESDTO.js +1 -1
  90. package/esm5/model/campaignDTO.js +1 -1
  91. package/esm5/model/campaignESDTO.js +1 -1
  92. package/esm5/model/clickDestination.js +1 -1
  93. package/esm5/model/creative.js +1 -1
  94. package/esm5/model/creativeCompactDTO.js +1 -1
  95. package/esm5/model/creativeDTO.js +1 -1
  96. package/esm5/model/creativePerformanceData.js +1 -1
  97. package/esm5/model/creativeSetDashboardMetric.js +16 -0
  98. package/esm5/model/creativeSetDetails.js +1 -1
  99. package/esm5/model/creativeSetResponse.js +16 -1
  100. package/esm5/model/dashboardData.js +1 -1
  101. package/esm5/model/models.js +3 -2
  102. package/esm5/model/parentBasedObject.js +1 -1
  103. package/esm5/model/pixel.js +1 -1
  104. package/esm5/model/reportingResponse.js +1 -1
  105. package/esm5/model/ruleDTO.js +8 -1
  106. package/esm5/model/strategy.js +1 -1
  107. package/esm5/model/strategyDTO.js +1 -1
  108. package/fesm2015/revxui-api-clients-ts.js +120 -149
  109. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  110. package/fesm5/revxui-api-clients-ts.js +122 -149
  111. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  112. package/model/advertiser.d.ts +1 -0
  113. package/model/advertiserPojo.d.ts +1 -0
  114. package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  115. package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  116. package/model/audienceDTO.d.ts +11 -10
  117. package/model/audienceESDTO.d.ts +2 -1
  118. package/model/campaignDTO.d.ts +1 -0
  119. package/model/campaignESDTO.d.ts +2 -0
  120. package/model/clickDestination.d.ts +1 -0
  121. package/model/creative.d.ts +1 -0
  122. package/model/creativeCompactDTO.d.ts +1 -0
  123. package/model/creativeDTO.d.ts +1 -0
  124. package/model/creativePerformanceData.d.ts +3 -0
  125. package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -3
  126. package/model/creativeSetDetails.d.ts +11 -10
  127. package/model/creativeSetRequest.d.ts +10 -10
  128. package/model/creativeSetResponse.d.ts +18 -0
  129. package/model/dashboardData.d.ts +1 -0
  130. package/model/models.d.ts +3 -3
  131. package/model/parentBasedObject.d.ts +1 -0
  132. package/model/pixel.d.ts +1 -0
  133. package/model/reportingResponse.d.ts +1 -0
  134. package/model/ruleDTO.d.ts +10 -0
  135. package/model/strategy.d.ts +1 -0
  136. package/model/strategyDTO.d.ts +2 -0
  137. package/package.json +1 -1
  138. package/revxui-api-clients-ts.metadata.json +1 -1
  139. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  140. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  141. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  142. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  143. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  144. package/esm5/model/creativeSetsListDashboardData.js +0 -16
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://localhost:10045';
90
+ this.basePath = 'https://apiv2stage2.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://localhost:10045';
307
+ this.basePath = 'https://apiv2stage2.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://localhost:10045';
753
+ this.basePath = 'https://apiv2stage2.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
921
921
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://localhost:10045';
923
+ this.basePath = 'https://apiv2stage2.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
1089
1089
  var AudienceControllerService = /** @class */ (function () {
1090
1090
  function AudienceControllerService(httpClient, basePath, configuration) {
1091
1091
  this.httpClient = httpClient;
1092
- this.basePath = 'https://localhost:10045';
1092
+ this.basePath = 'https://apiv2stage2.atomex.net';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1369,25 +1369,16 @@ var AudienceControllerService = /** @class */ (function () {
1369
1369
  reportProgress: reportProgress
1370
1370
  });
1371
1371
  };
1372
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1372
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1373
1373
  if (observe === void 0) { observe = 'body'; }
1374
1374
  if (reportProgress === void 0) { reportProgress = false; }
1375
1375
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1376
1376
  if (advertiser_id !== undefined && advertiser_id !== null) {
1377
1377
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1378
1378
  }
1379
- if (pageNumber !== undefined && pageNumber !== null) {
1380
- queryParameters = queryParameters.set('pageNumber', pageNumber);
1381
- }
1382
- if (pageSize !== undefined && pageSize !== null) {
1383
- queryParameters = queryParameters.set('pageSize', pageSize);
1384
- }
1385
1379
  if (refresh !== undefined && refresh !== null) {
1386
1380
  queryParameters = queryParameters.set('refresh', refresh);
1387
1381
  }
1388
- if (sort !== undefined && sort !== null) {
1389
- queryParameters = queryParameters.set('sort', sort);
1390
- }
1391
1382
  var headers = this.defaultHeaders;
1392
1383
  if (reqId !== undefined && reqId !== null) {
1393
1384
  headers = headers.set('reqId', String(reqId));
@@ -1750,7 +1741,7 @@ var AudienceControllerService = /** @class */ (function () {
1750
1741
  var AuditControllerService = /** @class */ (function () {
1751
1742
  function AuditControllerService(httpClient, basePath, configuration) {
1752
1743
  this.httpClient = httpClient;
1753
- this.basePath = 'https://localhost:10045';
1744
+ this.basePath = 'https://apiv2stage2.atomex.net';
1754
1745
  this.defaultHeaders = new HttpHeaders();
1755
1746
  this.configuration = new Configuration();
1756
1747
  if (basePath) {
@@ -1949,7 +1940,7 @@ var AuditControllerService = /** @class */ (function () {
1949
1940
  var BulkStrategyControllerService = /** @class */ (function () {
1950
1941
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1951
1942
  this.httpClient = httpClient;
1952
- this.basePath = 'https://localhost:10045';
1943
+ this.basePath = 'https://apiv2stage2.atomex.net';
1953
1944
  this.defaultHeaders = new HttpHeaders();
1954
1945
  this.configuration = new Configuration();
1955
1946
  if (basePath) {
@@ -2192,7 +2183,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2192
2183
  var CSSThemeController_Service = /** @class */ (function () {
2193
2184
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2194
2185
  this.httpClient = httpClient;
2195
- this.basePath = 'https://localhost:10045';
2186
+ this.basePath = 'https://apiv2stage2.atomex.net';
2196
2187
  this.defaultHeaders = new HttpHeaders();
2197
2188
  this.configuration = new Configuration();
2198
2189
  if (basePath) {
@@ -2313,7 +2304,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2313
2304
  var CampaignControllerService = /** @class */ (function () {
2314
2305
  function CampaignControllerService(httpClient, basePath, configuration) {
2315
2306
  this.httpClient = httpClient;
2316
- this.basePath = 'https://localhost:10045';
2307
+ this.basePath = 'https://apiv2stage2.atomex.net';
2317
2308
  this.defaultHeaders = new HttpHeaders();
2318
2309
  this.configuration = new Configuration();
2319
2310
  if (basePath) {
@@ -2458,7 +2449,7 @@ var CampaignControllerService = /** @class */ (function () {
2458
2449
  reportProgress: reportProgress
2459
2450
  });
2460
2451
  };
2461
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2452
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2462
2453
  if (observe === void 0) { observe = 'body'; }
2463
2454
  if (reportProgress === void 0) { reportProgress = false; }
2464
2455
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2468,21 +2459,12 @@ var CampaignControllerService = /** @class */ (function () {
2468
2459
  if (advertiser_id !== undefined && advertiser_id !== null) {
2469
2460
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2470
2461
  }
2471
- if (pageNumber !== undefined && pageNumber !== null) {
2472
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2473
- }
2474
- if (pageSize !== undefined && pageSize !== null) {
2475
- queryParameters = queryParameters.set('pageSize', pageSize);
2476
- }
2477
2462
  if (refresh !== undefined && refresh !== null) {
2478
2463
  queryParameters = queryParameters.set('refresh', refresh);
2479
2464
  }
2480
2465
  if (search !== undefined && search !== null) {
2481
2466
  queryParameters = queryParameters.set('search', search);
2482
2467
  }
2483
- if (sort !== undefined && sort !== null) {
2484
- queryParameters = queryParameters.set('sort', sort);
2485
- }
2486
2468
  var headers = this.defaultHeaders;
2487
2469
  if (reqId !== undefined && reqId !== null) {
2488
2470
  headers = headers.set('reqId', String(reqId));
@@ -2608,7 +2590,7 @@ var CampaignControllerService = /** @class */ (function () {
2608
2590
  var CatalogControllerService = /** @class */ (function () {
2609
2591
  function CatalogControllerService(httpClient, basePath, configuration) {
2610
2592
  this.httpClient = httpClient;
2611
- this.basePath = 'https://localhost:10045';
2593
+ this.basePath = 'https://apiv2stage2.atomex.net';
2612
2594
  this.defaultHeaders = new HttpHeaders();
2613
2595
  this.configuration = new Configuration();
2614
2596
  if (basePath) {
@@ -2673,7 +2655,7 @@ var CatalogControllerService = /** @class */ (function () {
2673
2655
  reportProgress: reportProgress
2674
2656
  });
2675
2657
  };
2676
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2658
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2677
2659
  if (observe === void 0) { observe = 'body'; }
2678
2660
  if (reportProgress === void 0) { reportProgress = false; }
2679
2661
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2683,18 +2665,9 @@ var CatalogControllerService = /** @class */ (function () {
2683
2665
  if (advertiser_id !== undefined && advertiser_id !== null) {
2684
2666
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2685
2667
  }
2686
- if (pageNumber !== undefined && pageNumber !== null) {
2687
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2688
- }
2689
- if (pageSize !== undefined && pageSize !== null) {
2690
- queryParameters = queryParameters.set('pageSize', pageSize);
2691
- }
2692
2668
  if (refresh !== undefined && refresh !== null) {
2693
2669
  queryParameters = queryParameters.set('refresh', refresh);
2694
2670
  }
2695
- if (sort !== undefined && sort !== null) {
2696
- queryParameters = queryParameters.set('sort', sort);
2697
- }
2698
2671
  var headers = this.defaultHeaders;
2699
2672
  if (reqId !== undefined && reqId !== null) {
2700
2673
  headers = headers.set('reqId', String(reqId));
@@ -2726,7 +2699,7 @@ var CatalogControllerService = /** @class */ (function () {
2726
2699
  reportProgress: reportProgress
2727
2700
  });
2728
2701
  };
2729
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2702
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2730
2703
  if (observe === void 0) { observe = 'body'; }
2731
2704
  if (reportProgress === void 0) { reportProgress = false; }
2732
2705
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2736,18 +2709,9 @@ var CatalogControllerService = /** @class */ (function () {
2736
2709
  if (advertiser_id !== undefined && advertiser_id !== null) {
2737
2710
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2738
2711
  }
2739
- if (pageNumber !== undefined && pageNumber !== null) {
2740
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2741
- }
2742
- if (pageSize !== undefined && pageSize !== null) {
2743
- queryParameters = queryParameters.set('pageSize', pageSize);
2744
- }
2745
2712
  if (refresh !== undefined && refresh !== null) {
2746
2713
  queryParameters = queryParameters.set('refresh', refresh);
2747
2714
  }
2748
- if (sort !== undefined && sort !== null) {
2749
- queryParameters = queryParameters.set('sort', sort);
2750
- }
2751
2715
  var headers = this.defaultHeaders;
2752
2716
  if (reqId !== undefined && reqId !== null) {
2753
2717
  headers = headers.set('reqId', String(reqId));
@@ -2779,7 +2743,7 @@ var CatalogControllerService = /** @class */ (function () {
2779
2743
  reportProgress: reportProgress
2780
2744
  });
2781
2745
  };
2782
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2746
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
2783
2747
  if (observe === void 0) { observe = 'body'; }
2784
2748
  if (reportProgress === void 0) { reportProgress = false; }
2785
2749
  if (feedId === null || feedId === undefined) {
@@ -2789,18 +2753,9 @@ var CatalogControllerService = /** @class */ (function () {
2789
2753
  if (feedId !== undefined && feedId !== null) {
2790
2754
  queryParameters = queryParameters.set('feedId', feedId);
2791
2755
  }
2792
- if (pageNumber !== undefined && pageNumber !== null) {
2793
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2794
- }
2795
- if (pageSize !== undefined && pageSize !== null) {
2796
- queryParameters = queryParameters.set('pageSize', pageSize);
2797
- }
2798
2756
  if (refresh !== undefined && refresh !== null) {
2799
2757
  queryParameters = queryParameters.set('refresh', refresh);
2800
2758
  }
2801
- if (sort !== undefined && sort !== null) {
2802
- queryParameters = queryParameters.set('sort', sort);
2803
- }
2804
2759
  var headers = this.defaultHeaders;
2805
2760
  if (reqId !== undefined && reqId !== null) {
2806
2761
  headers = headers.set('reqId', String(reqId));
@@ -2858,7 +2813,7 @@ var CatalogControllerService = /** @class */ (function () {
2858
2813
  var ClickDestinationControllerService = /** @class */ (function () {
2859
2814
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2860
2815
  this.httpClient = httpClient;
2861
- this.basePath = 'https://localhost:10045';
2816
+ this.basePath = 'https://apiv2stage2.atomex.net';
2862
2817
  this.defaultHeaders = new HttpHeaders();
2863
2818
  this.configuration = new Configuration();
2864
2819
  if (basePath) {
@@ -2929,7 +2884,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2929
2884
  reportProgress: reportProgress
2930
2885
  });
2931
2886
  };
2932
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2887
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2933
2888
  if (observe === void 0) { observe = 'body'; }
2934
2889
  if (reportProgress === void 0) { reportProgress = false; }
2935
2890
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2939,18 +2894,9 @@ var ClickDestinationControllerService = /** @class */ (function () {
2939
2894
  if (advertiser_id !== undefined && advertiser_id !== null) {
2940
2895
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2941
2896
  }
2942
- if (pageNumber !== undefined && pageNumber !== null) {
2943
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2944
- }
2945
- if (pageSize !== undefined && pageSize !== null) {
2946
- queryParameters = queryParameters.set('pageSize', pageSize);
2947
- }
2948
2897
  if (refresh !== undefined && refresh !== null) {
2949
2898
  queryParameters = queryParameters.set('refresh', refresh);
2950
2899
  }
2951
- if (sort !== undefined && sort !== null) {
2952
- queryParameters = queryParameters.set('sort', sort);
2953
- }
2954
2900
  var headers = this.defaultHeaders;
2955
2901
  if (reqId !== undefined && reqId !== null) {
2956
2902
  headers = headers.set('reqId', String(reqId));
@@ -3117,7 +3063,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3117
3063
  var CreativeControllerService = /** @class */ (function () {
3118
3064
  function CreativeControllerService(httpClient, basePath, configuration) {
3119
3065
  this.httpClient = httpClient;
3120
- this.basePath = 'https://localhost:10045';
3066
+ this.basePath = 'https://apiv2stage2.atomex.net';
3121
3067
  this.defaultHeaders = new HttpHeaders();
3122
3068
  this.configuration = new Configuration();
3123
3069
  if (basePath) {
@@ -3444,28 +3390,19 @@ var CreativeControllerService = /** @class */ (function () {
3444
3390
  reportProgress: reportProgress
3445
3391
  });
3446
3392
  };
3447
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3393
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3448
3394
  if (observe === void 0) { observe = 'body'; }
3449
3395
  if (reportProgress === void 0) { reportProgress = false; }
3450
3396
  if (search === null || search === undefined) {
3451
3397
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3452
3398
  }
3453
3399
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3454
- if (pageNumber !== undefined && pageNumber !== null) {
3455
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3456
- }
3457
- if (pageSize !== undefined && pageSize !== null) {
3458
- queryParameters = queryParameters.set('pageSize', pageSize);
3459
- }
3460
3400
  if (refresh !== undefined && refresh !== null) {
3461
3401
  queryParameters = queryParameters.set('refresh', refresh);
3462
3402
  }
3463
3403
  if (skadtarget !== undefined && skadtarget !== null) {
3464
3404
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3465
3405
  }
3466
- if (sort !== undefined && sort !== null) {
3467
- queryParameters = queryParameters.set('sort', sort);
3468
- }
3469
3406
  var headers = this.defaultHeaders;
3470
3407
  if (reqId !== undefined && reqId !== null) {
3471
3408
  headers = headers.set('reqId', String(reqId));
@@ -3497,25 +3434,16 @@ var CreativeControllerService = /** @class */ (function () {
3497
3434
  reportProgress: reportProgress
3498
3435
  });
3499
3436
  };
3500
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3437
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3501
3438
  if (observe === void 0) { observe = 'body'; }
3502
3439
  if (reportProgress === void 0) { reportProgress = false; }
3503
3440
  if (search === null || search === undefined) {
3504
3441
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3505
3442
  }
3506
3443
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3507
- if (pageNumber !== undefined && pageNumber !== null) {
3508
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3509
- }
3510
- if (pageSize !== undefined && pageSize !== null) {
3511
- queryParameters = queryParameters.set('pageSize', pageSize);
3512
- }
3513
3444
  if (refresh !== undefined && refresh !== null) {
3514
3445
  queryParameters = queryParameters.set('refresh', refresh);
3515
3446
  }
3516
- if (sort !== undefined && sort !== null) {
3517
- queryParameters = queryParameters.set('sort', sort);
3518
- }
3519
3447
  var headers = this.defaultHeaders;
3520
3448
  if (reqId !== undefined && reqId !== null) {
3521
3449
  headers = headers.set('reqId', String(reqId));
@@ -3612,7 +3540,7 @@ var CreativeControllerService = /** @class */ (function () {
3612
3540
  var CreativeSetsControllerService = /** @class */ (function () {
3613
3541
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3614
3542
  this.httpClient = httpClient;
3615
- this.basePath = 'https://localhost:10045';
3543
+ this.basePath = 'https://apiv2stage2.atomex.net';
3616
3544
  this.defaultHeaders = new HttpHeaders();
3617
3545
  this.configuration = new Configuration();
3618
3546
  if (basePath) {
@@ -3718,12 +3646,16 @@ var CreativeSetsControllerService = /** @class */ (function () {
3718
3646
  reportProgress: reportProgress
3719
3647
  });
3720
3648
  };
3721
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3649
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3722
3650
  if (observe === void 0) { observe = 'body'; }
3723
3651
  if (reportProgress === void 0) { reportProgress = false; }
3724
3652
  if (id === null || id === undefined) {
3725
3653
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3726
3654
  }
3655
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3656
+ if (refresh !== undefined && refresh !== null) {
3657
+ queryParameters = queryParameters.set('refresh', refresh);
3658
+ }
3727
3659
  var headers = this.defaultHeaders;
3728
3660
  if (reqId !== undefined && reqId !== null) {
3729
3661
  headers = headers.set('reqId', String(reqId));
@@ -3742,31 +3674,23 @@ var CreativeSetsControllerService = /** @class */ (function () {
3742
3674
  // to determine the Content-Type header
3743
3675
  var consumes = [];
3744
3676
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3677
+ params: queryParameters,
3745
3678
  withCredentials: this.configuration.withCredentials,
3746
3679
  headers: headers,
3747
3680
  observe: observe,
3748
3681
  reportProgress: reportProgress
3749
3682
  });
3750
3683
  };
3751
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3684
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3752
3685
  if (observe === void 0) { observe = 'body'; }
3753
3686
  if (reportProgress === void 0) { reportProgress = false; }
3754
3687
  if (dashboardRequest === null || dashboardRequest === undefined) {
3755
3688
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3756
3689
  }
3757
3690
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3758
- if (pageNumber !== undefined && pageNumber !== null) {
3759
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3760
- }
3761
- if (pageSize !== undefined && pageSize !== null) {
3762
- queryParameters = queryParameters.set('pageSize', pageSize);
3763
- }
3764
3691
  if (refresh !== undefined && refresh !== null) {
3765
3692
  queryParameters = queryParameters.set('refresh', refresh);
3766
3693
  }
3767
- if (sort !== undefined && sort !== null) {
3768
- queryParameters = queryParameters.set('sort', sort);
3769
- }
3770
3694
  var headers = this.defaultHeaders;
3771
3695
  if (reqId !== undefined && reqId !== null) {
3772
3696
  headers = headers.set('reqId', String(reqId));
@@ -3798,7 +3722,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3798
3722
  reportProgress: reportProgress
3799
3723
  });
3800
3724
  };
3801
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3725
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3802
3726
  if (observe === void 0) { observe = 'body'; }
3803
3727
  if (reportProgress === void 0) { reportProgress = false; }
3804
3728
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3808,18 +3732,9 @@ var CreativeSetsControllerService = /** @class */ (function () {
3808
3732
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3809
3733
  }
3810
3734
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3811
- if (pageNumber !== undefined && pageNumber !== null) {
3812
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3813
- }
3814
- if (pageSize !== undefined && pageSize !== null) {
3815
- queryParameters = queryParameters.set('pageSize', pageSize);
3816
- }
3817
3735
  if (refresh !== undefined && refresh !== null) {
3818
3736
  queryParameters = queryParameters.set('refresh', refresh);
3819
3737
  }
3820
- if (sort !== undefined && sort !== null) {
3821
- queryParameters = queryParameters.set('sort', sort);
3822
- }
3823
3738
  var headers = this.defaultHeaders;
3824
3739
  if (reqId !== undefined && reqId !== null) {
3825
3740
  headers = headers.set('reqId', String(reqId));
@@ -3960,7 +3875,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3960
3875
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3961
3876
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3962
3877
  this.httpClient = httpClient;
3963
- this.basePath = 'https://localhost:10045';
3878
+ this.basePath = 'https://apiv2stage2.atomex.net';
3964
3879
  this.defaultHeaders = new HttpHeaders();
3965
3880
  this.configuration = new Configuration();
3966
3881
  if (basePath) {
@@ -4161,7 +4076,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4161
4076
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4162
4077
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4163
4078
  this.httpClient = httpClient;
4164
- this.basePath = 'https://localhost:10045';
4079
+ this.basePath = 'https://apiv2stage2.atomex.net';
4165
4080
  this.defaultHeaders = new HttpHeaders();
4166
4081
  this.configuration = new Configuration();
4167
4082
  if (basePath) {
@@ -4249,7 +4164,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4249
4164
  var CreativeTemplatesControllerService = /** @class */ (function () {
4250
4165
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4251
4166
  this.httpClient = httpClient;
4252
- this.basePath = 'https://localhost:10045';
4167
+ this.basePath = 'https://apiv2stage2.atomex.net';
4253
4168
  this.defaultHeaders = new HttpHeaders();
4254
4169
  this.configuration = new Configuration();
4255
4170
  if (basePath) {
@@ -4428,7 +4343,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4428
4343
  var DashboardControllerService = /** @class */ (function () {
4429
4344
  function DashboardControllerService(httpClient, basePath, configuration) {
4430
4345
  this.httpClient = httpClient;
4431
- this.basePath = 'https://localhost:10045';
4346
+ this.basePath = 'https://apiv2stage2.atomex.net';
4432
4347
  this.defaultHeaders = new HttpHeaders();
4433
4348
  this.configuration = new Configuration();
4434
4349
  if (basePath) {
@@ -4463,6 +4378,48 @@ var DashboardControllerService = /** @class */ (function () {
4463
4378
  }
4464
4379
  return false;
4465
4380
  };
4381
+ DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4382
+ if (observe === void 0) { observe = 'body'; }
4383
+ if (reportProgress === void 0) { reportProgress = false; }
4384
+ if (id === null || id === undefined) {
4385
+ throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4386
+ }
4387
+ if (tableEntity === null || tableEntity === undefined) {
4388
+ throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4389
+ }
4390
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4391
+ if (id) {
4392
+ id.forEach(function (element) {
4393
+ queryParameters = queryParameters.append('id', element);
4394
+ });
4395
+ }
4396
+ var headers = this.defaultHeaders;
4397
+ if (reqId !== undefined && reqId !== null) {
4398
+ headers = headers.set('reqId', String(reqId));
4399
+ }
4400
+ if (token !== undefined && token !== null) {
4401
+ headers = headers.set('token', String(token));
4402
+ }
4403
+ // to determine the Accept header
4404
+ var httpHeaderAccepts = [
4405
+ 'application/json'
4406
+ ];
4407
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4408
+ if (httpHeaderAcceptSelected != undefined) {
4409
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4410
+ }
4411
+ // to determine the Content-Type header
4412
+ var consumes = [
4413
+ 'application/json'
4414
+ ];
4415
+ return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4416
+ params: queryParameters,
4417
+ withCredentials: this.configuration.withCredentials,
4418
+ headers: headers,
4419
+ observe: observe,
4420
+ reportProgress: reportProgress
4421
+ });
4422
+ };
4466
4423
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4467
4424
  if (observe === void 0) { observe = 'body'; }
4468
4425
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4693,7 +4650,7 @@ var DashboardControllerService = /** @class */ (function () {
4693
4650
  reportProgress: reportProgress
4694
4651
  });
4695
4652
  };
4696
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4653
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4697
4654
  if (observe === void 0) { observe = 'body'; }
4698
4655
  if (reportProgress === void 0) { reportProgress = false; }
4699
4656
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4706,21 +4663,12 @@ var DashboardControllerService = /** @class */ (function () {
4706
4663
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4707
4664
  }
4708
4665
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4709
- if (pageNumber !== undefined && pageNumber !== null) {
4710
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4711
- }
4712
- if (pageSize !== undefined && pageSize !== null) {
4713
- queryParameters = queryParameters.set('pageSize', pageSize);
4714
- }
4715
4666
  if (refresh !== undefined && refresh !== null) {
4716
4667
  queryParameters = queryParameters.set('refresh', refresh);
4717
4668
  }
4718
4669
  if (showuu !== undefined && showuu !== null) {
4719
4670
  queryParameters = queryParameters.set('showuu', showuu);
4720
4671
  }
4721
- if (sort !== undefined && sort !== null) {
4722
- queryParameters = queryParameters.set('sort', sort);
4723
- }
4724
4672
  var headers = this.defaultHeaders;
4725
4673
  if (reqId !== undefined && reqId !== null) {
4726
4674
  headers = headers.set('reqId', String(reqId));
@@ -5052,7 +5000,7 @@ var DashboardControllerService = /** @class */ (function () {
5052
5000
  var PixelControllerService = /** @class */ (function () {
5053
5001
  function PixelControllerService(httpClient, basePath, configuration) {
5054
5002
  this.httpClient = httpClient;
5055
- this.basePath = 'https://localhost:10045';
5003
+ this.basePath = 'https://apiv2stage2.atomex.net';
5056
5004
  this.defaultHeaders = new HttpHeaders();
5057
5005
  this.configuration = new Configuration();
5058
5006
  if (basePath) {
@@ -5267,7 +5215,7 @@ var PixelControllerService = /** @class */ (function () {
5267
5215
  reportProgress: reportProgress
5268
5216
  });
5269
5217
  };
5270
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5218
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5271
5219
  if (observe === void 0) { observe = 'body'; }
5272
5220
  if (reportProgress === void 0) { reportProgress = false; }
5273
5221
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5277,18 +5225,9 @@ var PixelControllerService = /** @class */ (function () {
5277
5225
  if (advertiser_id !== undefined && advertiser_id !== null) {
5278
5226
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5279
5227
  }
5280
- if (pageNumber !== undefined && pageNumber !== null) {
5281
- queryParameters = queryParameters.set('pageNumber', pageNumber);
5282
- }
5283
- if (pageSize !== undefined && pageSize !== null) {
5284
- queryParameters = queryParameters.set('pageSize', pageSize);
5285
- }
5286
5228
  if (refresh !== undefined && refresh !== null) {
5287
5229
  queryParameters = queryParameters.set('refresh', refresh);
5288
5230
  }
5289
- if (sort !== undefined && sort !== null) {
5290
- queryParameters = queryParameters.set('sort', sort);
5291
- }
5292
5231
  var headers = this.defaultHeaders;
5293
5232
  if (reqId !== undefined && reqId !== null) {
5294
5233
  headers = headers.set('reqId', String(reqId));
@@ -5390,7 +5329,7 @@ var PixelControllerService = /** @class */ (function () {
5390
5329
  var ReportingControllerService = /** @class */ (function () {
5391
5330
  function ReportingControllerService(httpClient, basePath, configuration) {
5392
5331
  this.httpClient = httpClient;
5393
- this.basePath = 'https://localhost:10045';
5332
+ this.basePath = 'https://apiv2stage2.atomex.net';
5394
5333
  this.defaultHeaders = new HttpHeaders();
5395
5334
  this.configuration = new Configuration();
5396
5335
  if (basePath) {
@@ -5574,7 +5513,7 @@ var ReportingControllerService = /** @class */ (function () {
5574
5513
  var SliceXControllerService = /** @class */ (function () {
5575
5514
  function SliceXControllerService(httpClient, basePath, configuration) {
5576
5515
  this.httpClient = httpClient;
5577
- this.basePath = 'https://localhost:10045';
5516
+ this.basePath = 'https://apiv2stage2.atomex.net';
5578
5517
  this.defaultHeaders = new HttpHeaders();
5579
5518
  this.configuration = new Configuration();
5580
5519
  if (basePath) {
@@ -5759,7 +5698,7 @@ var SliceXControllerService = /** @class */ (function () {
5759
5698
  var StrategyControllerService = /** @class */ (function () {
5760
5699
  function StrategyControllerService(httpClient, basePath, configuration) {
5761
5700
  this.httpClient = httpClient;
5762
- this.basePath = 'https://localhost:10045';
5701
+ this.basePath = 'https://apiv2stage2.atomex.net';
5763
5702
  this.defaultHeaders = new HttpHeaders();
5764
5703
  this.configuration = new Configuration();
5765
5704
  if (basePath) {
@@ -6247,7 +6186,7 @@ var StrategyControllerService = /** @class */ (function () {
6247
6186
  var UILoggerControllerService = /** @class */ (function () {
6248
6187
  function UILoggerControllerService(httpClient, basePath, configuration) {
6249
6188
  this.httpClient = httpClient;
6250
- this.basePath = 'https://localhost:10045';
6189
+ this.basePath = 'https://apiv2stage2.atomex.net';
6251
6190
  this.defaultHeaders = new HttpHeaders();
6252
6191
  this.configuration = new Configuration();
6253
6192
  if (basePath) {
@@ -6349,7 +6288,7 @@ var UILoggerControllerService = /** @class */ (function () {
6349
6288
  var UserPreferenceControllerService = /** @class */ (function () {
6350
6289
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6351
6290
  this.httpClient = httpClient;
6352
- this.basePath = 'https://localhost:10045';
6291
+ this.basePath = 'https://apiv2stage2.atomex.net';
6353
6292
  this.defaultHeaders = new HttpHeaders();
6354
6293
  this.configuration = new Configuration();
6355
6294
  if (basePath) {
@@ -6797,6 +6736,22 @@ var CreativeHtmlFileForSet;
6797
6736
  };
6798
6737
  })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
6799
6738
 
6739
+ var CreativeSetDashboardMetric;
6740
+ (function (CreativeSetDashboardMetric) {
6741
+ CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6742
+ IMAGE: 'IMAGE',
6743
+ VIDEO: 'VIDEO',
6744
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6745
+ ZIPPEDHTML: 'ZIPPED_HTML',
6746
+ NATIVEIMAGE: 'NATIVE_IMAGE',
6747
+ NATIVEVIDEO: 'NATIVE_VIDEO',
6748
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6749
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
6750
+ DYNAMICHTML: 'DYNAMIC_HTML',
6751
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6752
+ };
6753
+ })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6754
+
6800
6755
  var CreativeSetDetails;
6801
6756
  (function (CreativeSetDetails) {
6802
6757
  CreativeSetDetails.TypeEnum = {
@@ -6829,9 +6784,20 @@ var CreativeSetRequest;
6829
6784
  };
6830
6785
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6831
6786
 
6832
- var CreativeSetsListDashboardData;
6833
- (function (CreativeSetsListDashboardData) {
6834
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6787
+ /**
6788
+ * Api Documentation
6789
+ * Api Documentation
6790
+ *
6791
+ * OpenAPI spec version: 1.0
6792
+ *
6793
+ *
6794
+ * NOTE: This class is auto generated by the swagger code generator program.
6795
+ * https://github.com/swagger-api/swagger-codegen.git
6796
+ * Do not edit the class manually.
6797
+ */
6798
+ var CreativeSetResponse;
6799
+ (function (CreativeSetResponse) {
6800
+ CreativeSetResponse.OtherCreativeSetTypeEnum = {
6835
6801
  IMAGE: 'IMAGE',
6836
6802
  VIDEO: 'VIDEO',
6837
6803
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6843,7 +6809,7 @@ var CreativeSetsListDashboardData;
6843
6809
  DYNAMICHTML: 'DYNAMIC_HTML',
6844
6810
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6845
6811
  };
6846
- })(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
6812
+ })(CreativeSetResponse || (CreativeSetResponse = {}));
6847
6813
 
6848
6814
  /**
6849
6815
  * Api Documentation
@@ -7090,6 +7056,13 @@ var ReportingResponse;
7090
7056
 
7091
7057
  var RuleDTO;
7092
7058
  (function (RuleDTO) {
7059
+ RuleDTO.DurationUnitEnum = {
7060
+ MINUTE: 'MINUTE',
7061
+ HOUR: 'HOUR',
7062
+ DAY: 'DAY',
7063
+ WEEK: 'WEEK',
7064
+ MONTH: 'MONTH'
7065
+ };
7093
7066
  RuleDTO.OperatorEnum = {
7094
7067
  AND: 'AND',
7095
7068
  OR: 'OR',
@@ -7318,5 +7291,5 @@ var ApiModule = /** @class */ (function () {
7318
7291
  * Generated bundle index. Do not edit.
7319
7292
  */
7320
7293
 
7321
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDetails, CreativeSetRequest, CreativeSetsControllerService, CreativeSetsListDashboardData, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7294
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7322
7295
  //# sourceMappingURL=revxui-api-clients-ts.js.map