@revxui/api-clients-ts 0.10.158 → 0.10.162

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 (131) 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 +6 -12
  8. package/api/dashboardController.service.d.ts +16 -6
  9. package/api/pixelController.service.d.ts +3 -6
  10. package/bundles/revxui-api-clients-ts.umd.js +88 -143
  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 +4 -22
  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/audienceDTO.js +1 -1
  40. package/esm2015/model/audienceESDTO.js +1 -1
  41. package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
  42. package/esm2015/model/campaignDTO.js +1 -1
  43. package/esm2015/model/campaignESDTO.js +1 -1
  44. package/esm2015/model/clickDestination.js +12 -1
  45. package/esm2015/model/creative.js +1 -1
  46. package/esm2015/model/creativeCompactDTO.js +1 -1
  47. package/esm2015/model/creativeDTO.js +1 -1
  48. package/esm2015/model/creativePerformanceData.js +1 -1
  49. package/esm2015/model/creativeSetDetails.js +1 -1
  50. package/esm2015/model/creativeSetsListDashboardData.js +1 -1
  51. package/esm2015/model/models.js +1 -1
  52. package/esm2015/model/parentBasedObject.js +1 -1
  53. package/esm2015/model/pixel.js +1 -1
  54. package/esm2015/model/reportingResponse.js +1 -1
  55. package/esm2015/model/strategy.js +1 -1
  56. package/esm2015/model/strategyDTO.js +1 -1
  57. package/esm5/api/adminController.service.js +2 -2
  58. package/esm5/api/advertiserController.service.js +2 -2
  59. package/esm5/api/appSettingsController.service.js +2 -2
  60. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  61. package/esm5/api/audienceController.service.js +3 -12
  62. package/esm5/api/auditController.service.js +2 -2
  63. package/esm5/api/bulkStrategyController.service.js +2 -2
  64. package/esm5/api/cSSThemeController_.service.js +2 -2
  65. package/esm5/api/campaignController.service.js +3 -12
  66. package/esm5/api/catalogController.service.js +5 -32
  67. package/esm5/api/clickDestinationController.service.js +3 -12
  68. package/esm5/api/creativeController.service.js +4 -22
  69. package/esm5/api/creativeSetsController.service.js +4 -22
  70. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  71. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  72. package/esm5/api/creativeTemplatesController.service.js +2 -2
  73. package/esm5/api/dashboardController.service.js +45 -12
  74. package/esm5/api/pixelController.service.js +3 -12
  75. package/esm5/api/reportingController.service.js +2 -2
  76. package/esm5/api/sliceXController.service.js +2 -2
  77. package/esm5/api/strategyController.service.js +2 -2
  78. package/esm5/api/uILoggerController.service.js +2 -2
  79. package/esm5/api/userPreferenceController.service.js +2 -2
  80. package/esm5/model/advertiser.js +1 -1
  81. package/esm5/model/advertiserPojo.js +1 -1
  82. package/esm5/model/audienceDTO.js +1 -1
  83. package/esm5/model/audienceESDTO.js +1 -1
  84. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  85. package/esm5/model/campaignDTO.js +1 -1
  86. package/esm5/model/campaignESDTO.js +1 -1
  87. package/esm5/model/clickDestination.js +12 -1
  88. package/esm5/model/creative.js +1 -1
  89. package/esm5/model/creativeCompactDTO.js +1 -1
  90. package/esm5/model/creativeDTO.js +1 -1
  91. package/esm5/model/creativePerformanceData.js +1 -1
  92. package/esm5/model/creativeSetDetails.js +1 -1
  93. package/esm5/model/creativeSetsListDashboardData.js +1 -1
  94. package/esm5/model/models.js +1 -1
  95. package/esm5/model/parentBasedObject.js +1 -1
  96. package/esm5/model/pixel.js +1 -1
  97. package/esm5/model/reportingResponse.js +1 -1
  98. package/esm5/model/strategy.js +1 -1
  99. package/esm5/model/strategyDTO.js +1 -1
  100. package/fesm2015/revxui-api-clients-ts.js +86 -143
  101. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  102. package/fesm5/revxui-api-clients-ts.js +88 -143
  103. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  104. package/model/advertiser.d.ts +1 -0
  105. package/model/advertiserPojo.d.ts +1 -0
  106. package/model/audienceDTO.d.ts +1 -0
  107. package/model/audienceESDTO.d.ts +1 -0
  108. package/model/bulkEditStrategiesDTO.d.ts +0 -2
  109. package/model/campaignDTO.d.ts +1 -0
  110. package/model/campaignESDTO.d.ts +1 -0
  111. package/model/clickDestination.d.ts +1 -2
  112. package/model/creative.d.ts +1 -0
  113. package/model/creativeCompactDTO.d.ts +1 -0
  114. package/model/creativeDTO.d.ts +1 -0
  115. package/model/creativePerformanceData.d.ts +0 -12
  116. package/model/creativeSetDetails.d.ts +1 -0
  117. package/model/creativeSetsListDashboardData.d.ts +1 -0
  118. package/model/models.d.ts +0 -2
  119. package/model/parentBasedObject.d.ts +1 -0
  120. package/model/pixel.d.ts +1 -0
  121. package/model/reportingResponse.d.ts +1 -0
  122. package/model/strategy.d.ts +1 -0
  123. package/model/strategyDTO.d.ts +1 -0
  124. package/package.json +1 -1
  125. package/revxui-api-clients-ts.metadata.json +1 -1
  126. package/esm2015/model/fcapDetails.js +0 -12
  127. package/esm2015/model/fcapEditField.js +0 -1
  128. package/esm5/model/fcapDetails.js +0 -12
  129. package/esm5/model/fcapEditField.js +0 -1
  130. package/model/fcapDetails.d.ts +0 -16
  131. package/model/fcapEditField.d.ts +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://apiv2stage1.atomex.net';
90
+ this.basePath = 'https://apiv2stage3.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://apiv2stage1.atomex.net';
307
+ this.basePath = 'https://apiv2stage3.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://apiv2stage1.atomex.net';
753
+ this.basePath = 'https://apiv2stage3.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://apiv2stage1.atomex.net';
923
+ this.basePath = 'https://apiv2stage3.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://apiv2stage1.atomex.net';
1092
+ this.basePath = 'https://apiv2stage3.atomex.net';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1300,25 +1300,16 @@ var AudienceControllerService = /** @class */ (function () {
1300
1300
  reportProgress: reportProgress
1301
1301
  });
1302
1302
  };
1303
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1303
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1304
1304
  if (observe === void 0) { observe = 'body'; }
1305
1305
  if (reportProgress === void 0) { reportProgress = false; }
1306
1306
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1307
1307
  if (advertiser_id !== undefined && advertiser_id !== null) {
1308
1308
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1309
1309
  }
1310
- if (pageNumber !== undefined && pageNumber !== null) {
1311
- queryParameters = queryParameters.set('pageNumber', pageNumber);
1312
- }
1313
- if (pageSize !== undefined && pageSize !== null) {
1314
- queryParameters = queryParameters.set('pageSize', pageSize);
1315
- }
1316
1310
  if (refresh !== undefined && refresh !== null) {
1317
1311
  queryParameters = queryParameters.set('refresh', refresh);
1318
1312
  }
1319
- if (sort !== undefined && sort !== null) {
1320
- queryParameters = queryParameters.set('sort', sort);
1321
- }
1322
1313
  var headers = this.defaultHeaders;
1323
1314
  if (reqId !== undefined && reqId !== null) {
1324
1315
  headers = headers.set('reqId', String(reqId));
@@ -1622,7 +1613,7 @@ var AudienceControllerService = /** @class */ (function () {
1622
1613
  var AuditControllerService = /** @class */ (function () {
1623
1614
  function AuditControllerService(httpClient, basePath, configuration) {
1624
1615
  this.httpClient = httpClient;
1625
- this.basePath = 'https://apiv2stage1.atomex.net';
1616
+ this.basePath = 'https://apiv2stage3.atomex.net';
1626
1617
  this.defaultHeaders = new HttpHeaders();
1627
1618
  this.configuration = new Configuration();
1628
1619
  if (basePath) {
@@ -1821,7 +1812,7 @@ var AuditControllerService = /** @class */ (function () {
1821
1812
  var BulkStrategyControllerService = /** @class */ (function () {
1822
1813
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1823
1814
  this.httpClient = httpClient;
1824
- this.basePath = 'https://apiv2stage1.atomex.net';
1815
+ this.basePath = 'https://apiv2stage3.atomex.net';
1825
1816
  this.defaultHeaders = new HttpHeaders();
1826
1817
  this.configuration = new Configuration();
1827
1818
  if (basePath) {
@@ -2064,7 +2055,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2064
2055
  var CSSThemeController_Service = /** @class */ (function () {
2065
2056
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2066
2057
  this.httpClient = httpClient;
2067
- this.basePath = 'https://apiv2stage1.atomex.net';
2058
+ this.basePath = 'https://apiv2stage3.atomex.net';
2068
2059
  this.defaultHeaders = new HttpHeaders();
2069
2060
  this.configuration = new Configuration();
2070
2061
  if (basePath) {
@@ -2185,7 +2176,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2185
2176
  var CampaignControllerService = /** @class */ (function () {
2186
2177
  function CampaignControllerService(httpClient, basePath, configuration) {
2187
2178
  this.httpClient = httpClient;
2188
- this.basePath = 'https://apiv2stage1.atomex.net';
2179
+ this.basePath = 'https://apiv2stage3.atomex.net';
2189
2180
  this.defaultHeaders = new HttpHeaders();
2190
2181
  this.configuration = new Configuration();
2191
2182
  if (basePath) {
@@ -2330,7 +2321,7 @@ var CampaignControllerService = /** @class */ (function () {
2330
2321
  reportProgress: reportProgress
2331
2322
  });
2332
2323
  };
2333
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2324
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2334
2325
  if (observe === void 0) { observe = 'body'; }
2335
2326
  if (reportProgress === void 0) { reportProgress = false; }
2336
2327
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2340,21 +2331,12 @@ var CampaignControllerService = /** @class */ (function () {
2340
2331
  if (advertiser_id !== undefined && advertiser_id !== null) {
2341
2332
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2342
2333
  }
2343
- if (pageNumber !== undefined && pageNumber !== null) {
2344
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2345
- }
2346
- if (pageSize !== undefined && pageSize !== null) {
2347
- queryParameters = queryParameters.set('pageSize', pageSize);
2348
- }
2349
2334
  if (refresh !== undefined && refresh !== null) {
2350
2335
  queryParameters = queryParameters.set('refresh', refresh);
2351
2336
  }
2352
2337
  if (search !== undefined && search !== null) {
2353
2338
  queryParameters = queryParameters.set('search', search);
2354
2339
  }
2355
- if (sort !== undefined && sort !== null) {
2356
- queryParameters = queryParameters.set('sort', sort);
2357
- }
2358
2340
  var headers = this.defaultHeaders;
2359
2341
  if (reqId !== undefined && reqId !== null) {
2360
2342
  headers = headers.set('reqId', String(reqId));
@@ -2480,7 +2462,7 @@ var CampaignControllerService = /** @class */ (function () {
2480
2462
  var CatalogControllerService = /** @class */ (function () {
2481
2463
  function CatalogControllerService(httpClient, basePath, configuration) {
2482
2464
  this.httpClient = httpClient;
2483
- this.basePath = 'https://apiv2stage1.atomex.net';
2465
+ this.basePath = 'https://apiv2stage3.atomex.net';
2484
2466
  this.defaultHeaders = new HttpHeaders();
2485
2467
  this.configuration = new Configuration();
2486
2468
  if (basePath) {
@@ -2545,7 +2527,7 @@ var CatalogControllerService = /** @class */ (function () {
2545
2527
  reportProgress: reportProgress
2546
2528
  });
2547
2529
  };
2548
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2530
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2549
2531
  if (observe === void 0) { observe = 'body'; }
2550
2532
  if (reportProgress === void 0) { reportProgress = false; }
2551
2533
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2555,18 +2537,9 @@ var CatalogControllerService = /** @class */ (function () {
2555
2537
  if (advertiser_id !== undefined && advertiser_id !== null) {
2556
2538
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2557
2539
  }
2558
- if (pageNumber !== undefined && pageNumber !== null) {
2559
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2560
- }
2561
- if (pageSize !== undefined && pageSize !== null) {
2562
- queryParameters = queryParameters.set('pageSize', pageSize);
2563
- }
2564
2540
  if (refresh !== undefined && refresh !== null) {
2565
2541
  queryParameters = queryParameters.set('refresh', refresh);
2566
2542
  }
2567
- if (sort !== undefined && sort !== null) {
2568
- queryParameters = queryParameters.set('sort', sort);
2569
- }
2570
2543
  var headers = this.defaultHeaders;
2571
2544
  if (reqId !== undefined && reqId !== null) {
2572
2545
  headers = headers.set('reqId', String(reqId));
@@ -2598,7 +2571,7 @@ var CatalogControllerService = /** @class */ (function () {
2598
2571
  reportProgress: reportProgress
2599
2572
  });
2600
2573
  };
2601
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2574
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2602
2575
  if (observe === void 0) { observe = 'body'; }
2603
2576
  if (reportProgress === void 0) { reportProgress = false; }
2604
2577
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2608,18 +2581,9 @@ var CatalogControllerService = /** @class */ (function () {
2608
2581
  if (advertiser_id !== undefined && advertiser_id !== null) {
2609
2582
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2610
2583
  }
2611
- if (pageNumber !== undefined && pageNumber !== null) {
2612
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2613
- }
2614
- if (pageSize !== undefined && pageSize !== null) {
2615
- queryParameters = queryParameters.set('pageSize', pageSize);
2616
- }
2617
2584
  if (refresh !== undefined && refresh !== null) {
2618
2585
  queryParameters = queryParameters.set('refresh', refresh);
2619
2586
  }
2620
- if (sort !== undefined && sort !== null) {
2621
- queryParameters = queryParameters.set('sort', sort);
2622
- }
2623
2587
  var headers = this.defaultHeaders;
2624
2588
  if (reqId !== undefined && reqId !== null) {
2625
2589
  headers = headers.set('reqId', String(reqId));
@@ -2651,7 +2615,7 @@ var CatalogControllerService = /** @class */ (function () {
2651
2615
  reportProgress: reportProgress
2652
2616
  });
2653
2617
  };
2654
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2618
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
2655
2619
  if (observe === void 0) { observe = 'body'; }
2656
2620
  if (reportProgress === void 0) { reportProgress = false; }
2657
2621
  if (feedId === null || feedId === undefined) {
@@ -2661,18 +2625,9 @@ var CatalogControllerService = /** @class */ (function () {
2661
2625
  if (feedId !== undefined && feedId !== null) {
2662
2626
  queryParameters = queryParameters.set('feedId', feedId);
2663
2627
  }
2664
- if (pageNumber !== undefined && pageNumber !== null) {
2665
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2666
- }
2667
- if (pageSize !== undefined && pageSize !== null) {
2668
- queryParameters = queryParameters.set('pageSize', pageSize);
2669
- }
2670
2628
  if (refresh !== undefined && refresh !== null) {
2671
2629
  queryParameters = queryParameters.set('refresh', refresh);
2672
2630
  }
2673
- if (sort !== undefined && sort !== null) {
2674
- queryParameters = queryParameters.set('sort', sort);
2675
- }
2676
2631
  var headers = this.defaultHeaders;
2677
2632
  if (reqId !== undefined && reqId !== null) {
2678
2633
  headers = headers.set('reqId', String(reqId));
@@ -2730,7 +2685,7 @@ var CatalogControllerService = /** @class */ (function () {
2730
2685
  var ClickDestinationControllerService = /** @class */ (function () {
2731
2686
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2732
2687
  this.httpClient = httpClient;
2733
- this.basePath = 'https://apiv2stage1.atomex.net';
2688
+ this.basePath = 'https://apiv2stage3.atomex.net';
2734
2689
  this.defaultHeaders = new HttpHeaders();
2735
2690
  this.configuration = new Configuration();
2736
2691
  if (basePath) {
@@ -2801,7 +2756,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2801
2756
  reportProgress: reportProgress
2802
2757
  });
2803
2758
  };
2804
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2759
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2805
2760
  if (observe === void 0) { observe = 'body'; }
2806
2761
  if (reportProgress === void 0) { reportProgress = false; }
2807
2762
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2811,18 +2766,9 @@ var ClickDestinationControllerService = /** @class */ (function () {
2811
2766
  if (advertiser_id !== undefined && advertiser_id !== null) {
2812
2767
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2813
2768
  }
2814
- if (pageNumber !== undefined && pageNumber !== null) {
2815
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2816
- }
2817
- if (pageSize !== undefined && pageSize !== null) {
2818
- queryParameters = queryParameters.set('pageSize', pageSize);
2819
- }
2820
2769
  if (refresh !== undefined && refresh !== null) {
2821
2770
  queryParameters = queryParameters.set('refresh', refresh);
2822
2771
  }
2823
- if (sort !== undefined && sort !== null) {
2824
- queryParameters = queryParameters.set('sort', sort);
2825
- }
2826
2772
  var headers = this.defaultHeaders;
2827
2773
  if (reqId !== undefined && reqId !== null) {
2828
2774
  headers = headers.set('reqId', String(reqId));
@@ -2989,7 +2935,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2989
2935
  var CreativeControllerService = /** @class */ (function () {
2990
2936
  function CreativeControllerService(httpClient, basePath, configuration) {
2991
2937
  this.httpClient = httpClient;
2992
- this.basePath = 'https://apiv2stage1.atomex.net';
2938
+ this.basePath = 'https://apiv2stage3.atomex.net';
2993
2939
  this.defaultHeaders = new HttpHeaders();
2994
2940
  this.configuration = new Configuration();
2995
2941
  if (basePath) {
@@ -3316,28 +3262,19 @@ var CreativeControllerService = /** @class */ (function () {
3316
3262
  reportProgress: reportProgress
3317
3263
  });
3318
3264
  };
3319
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3265
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3320
3266
  if (observe === void 0) { observe = 'body'; }
3321
3267
  if (reportProgress === void 0) { reportProgress = false; }
3322
3268
  if (search === null || search === undefined) {
3323
3269
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3324
3270
  }
3325
3271
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3326
- if (pageNumber !== undefined && pageNumber !== null) {
3327
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3328
- }
3329
- if (pageSize !== undefined && pageSize !== null) {
3330
- queryParameters = queryParameters.set('pageSize', pageSize);
3331
- }
3332
3272
  if (refresh !== undefined && refresh !== null) {
3333
3273
  queryParameters = queryParameters.set('refresh', refresh);
3334
3274
  }
3335
3275
  if (skadtarget !== undefined && skadtarget !== null) {
3336
3276
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3337
3277
  }
3338
- if (sort !== undefined && sort !== null) {
3339
- queryParameters = queryParameters.set('sort', sort);
3340
- }
3341
3278
  var headers = this.defaultHeaders;
3342
3279
  if (reqId !== undefined && reqId !== null) {
3343
3280
  headers = headers.set('reqId', String(reqId));
@@ -3369,25 +3306,16 @@ var CreativeControllerService = /** @class */ (function () {
3369
3306
  reportProgress: reportProgress
3370
3307
  });
3371
3308
  };
3372
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3309
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3373
3310
  if (observe === void 0) { observe = 'body'; }
3374
3311
  if (reportProgress === void 0) { reportProgress = false; }
3375
3312
  if (search === null || search === undefined) {
3376
3313
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3377
3314
  }
3378
3315
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3379
- if (pageNumber !== undefined && pageNumber !== null) {
3380
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3381
- }
3382
- if (pageSize !== undefined && pageSize !== null) {
3383
- queryParameters = queryParameters.set('pageSize', pageSize);
3384
- }
3385
3316
  if (refresh !== undefined && refresh !== null) {
3386
3317
  queryParameters = queryParameters.set('refresh', refresh);
3387
3318
  }
3388
- if (sort !== undefined && sort !== null) {
3389
- queryParameters = queryParameters.set('sort', sort);
3390
- }
3391
3319
  var headers = this.defaultHeaders;
3392
3320
  if (reqId !== undefined && reqId !== null) {
3393
3321
  headers = headers.set('reqId', String(reqId));
@@ -3484,7 +3412,7 @@ var CreativeControllerService = /** @class */ (function () {
3484
3412
  var CreativeSetsControllerService = /** @class */ (function () {
3485
3413
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3486
3414
  this.httpClient = httpClient;
3487
- this.basePath = 'https://apiv2stage1.atomex.net';
3415
+ this.basePath = 'https://apiv2stage3.atomex.net';
3488
3416
  this.defaultHeaders = new HttpHeaders();
3489
3417
  this.configuration = new Configuration();
3490
3418
  if (basePath) {
@@ -3620,25 +3548,16 @@ var CreativeSetsControllerService = /** @class */ (function () {
3620
3548
  reportProgress: reportProgress
3621
3549
  });
3622
3550
  };
3623
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3551
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3624
3552
  if (observe === void 0) { observe = 'body'; }
3625
3553
  if (reportProgress === void 0) { reportProgress = false; }
3626
3554
  if (dashboardRequest === null || dashboardRequest === undefined) {
3627
3555
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3628
3556
  }
3629
3557
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3630
- if (pageNumber !== undefined && pageNumber !== null) {
3631
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3632
- }
3633
- if (pageSize !== undefined && pageSize !== null) {
3634
- queryParameters = queryParameters.set('pageSize', pageSize);
3635
- }
3636
3558
  if (refresh !== undefined && refresh !== null) {
3637
3559
  queryParameters = queryParameters.set('refresh', refresh);
3638
3560
  }
3639
- if (sort !== undefined && sort !== null) {
3640
- queryParameters = queryParameters.set('sort', sort);
3641
- }
3642
3561
  var headers = this.defaultHeaders;
3643
3562
  if (reqId !== undefined && reqId !== null) {
3644
3563
  headers = headers.set('reqId', String(reqId));
@@ -3670,7 +3589,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3670
3589
  reportProgress: reportProgress
3671
3590
  });
3672
3591
  };
3673
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3592
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3674
3593
  if (observe === void 0) { observe = 'body'; }
3675
3594
  if (reportProgress === void 0) { reportProgress = false; }
3676
3595
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3680,18 +3599,9 @@ var CreativeSetsControllerService = /** @class */ (function () {
3680
3599
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3681
3600
  }
3682
3601
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3683
- if (pageNumber !== undefined && pageNumber !== null) {
3684
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3685
- }
3686
- if (pageSize !== undefined && pageSize !== null) {
3687
- queryParameters = queryParameters.set('pageSize', pageSize);
3688
- }
3689
3602
  if (refresh !== undefined && refresh !== null) {
3690
3603
  queryParameters = queryParameters.set('refresh', refresh);
3691
3604
  }
3692
- if (sort !== undefined && sort !== null) {
3693
- queryParameters = queryParameters.set('sort', sort);
3694
- }
3695
3605
  var headers = this.defaultHeaders;
3696
3606
  if (reqId !== undefined && reqId !== null) {
3697
3607
  headers = headers.set('reqId', String(reqId));
@@ -3832,7 +3742,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3832
3742
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3833
3743
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3834
3744
  this.httpClient = httpClient;
3835
- this.basePath = 'https://apiv2stage1.atomex.net';
3745
+ this.basePath = 'https://apiv2stage3.atomex.net';
3836
3746
  this.defaultHeaders = new HttpHeaders();
3837
3747
  this.configuration = new Configuration();
3838
3748
  if (basePath) {
@@ -4033,7 +3943,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4033
3943
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4034
3944
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4035
3945
  this.httpClient = httpClient;
4036
- this.basePath = 'https://apiv2stage1.atomex.net';
3946
+ this.basePath = 'https://apiv2stage3.atomex.net';
4037
3947
  this.defaultHeaders = new HttpHeaders();
4038
3948
  this.configuration = new Configuration();
4039
3949
  if (basePath) {
@@ -4121,7 +4031,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4121
4031
  var CreativeTemplatesControllerService = /** @class */ (function () {
4122
4032
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4123
4033
  this.httpClient = httpClient;
4124
- this.basePath = 'https://apiv2stage1.atomex.net';
4034
+ this.basePath = 'https://apiv2stage3.atomex.net';
4125
4035
  this.defaultHeaders = new HttpHeaders();
4126
4036
  this.configuration = new Configuration();
4127
4037
  if (basePath) {
@@ -4300,7 +4210,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4300
4210
  var DashboardControllerService = /** @class */ (function () {
4301
4211
  function DashboardControllerService(httpClient, basePath, configuration) {
4302
4212
  this.httpClient = httpClient;
4303
- this.basePath = 'https://apiv2stage1.atomex.net';
4213
+ this.basePath = 'https://apiv2stage3.atomex.net';
4304
4214
  this.defaultHeaders = new HttpHeaders();
4305
4215
  this.configuration = new Configuration();
4306
4216
  if (basePath) {
@@ -4335,6 +4245,48 @@ var DashboardControllerService = /** @class */ (function () {
4335
4245
  }
4336
4246
  return false;
4337
4247
  };
4248
+ DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4249
+ if (observe === void 0) { observe = 'body'; }
4250
+ if (reportProgress === void 0) { reportProgress = false; }
4251
+ if (id === null || id === undefined) {
4252
+ throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4253
+ }
4254
+ if (tableEntity === null || tableEntity === undefined) {
4255
+ throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4256
+ }
4257
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4258
+ if (id) {
4259
+ id.forEach(function (element) {
4260
+ queryParameters = queryParameters.append('id', element);
4261
+ });
4262
+ }
4263
+ var headers = this.defaultHeaders;
4264
+ if (reqId !== undefined && reqId !== null) {
4265
+ headers = headers.set('reqId', String(reqId));
4266
+ }
4267
+ if (token !== undefined && token !== null) {
4268
+ headers = headers.set('token', String(token));
4269
+ }
4270
+ // to determine the Accept header
4271
+ var httpHeaderAccepts = [
4272
+ 'application/json'
4273
+ ];
4274
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4275
+ if (httpHeaderAcceptSelected != undefined) {
4276
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4277
+ }
4278
+ // to determine the Content-Type header
4279
+ var consumes = [
4280
+ 'application/json'
4281
+ ];
4282
+ return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4283
+ params: queryParameters,
4284
+ withCredentials: this.configuration.withCredentials,
4285
+ headers: headers,
4286
+ observe: observe,
4287
+ reportProgress: reportProgress
4288
+ });
4289
+ };
4338
4290
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4339
4291
  if (observe === void 0) { observe = 'body'; }
4340
4292
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4565,7 +4517,7 @@ var DashboardControllerService = /** @class */ (function () {
4565
4517
  reportProgress: reportProgress
4566
4518
  });
4567
4519
  };
4568
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4520
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4569
4521
  if (observe === void 0) { observe = 'body'; }
4570
4522
  if (reportProgress === void 0) { reportProgress = false; }
4571
4523
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4578,21 +4530,12 @@ var DashboardControllerService = /** @class */ (function () {
4578
4530
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4579
4531
  }
4580
4532
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4581
- if (pageNumber !== undefined && pageNumber !== null) {
4582
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4583
- }
4584
- if (pageSize !== undefined && pageSize !== null) {
4585
- queryParameters = queryParameters.set('pageSize', pageSize);
4586
- }
4587
4533
  if (refresh !== undefined && refresh !== null) {
4588
4534
  queryParameters = queryParameters.set('refresh', refresh);
4589
4535
  }
4590
4536
  if (showuu !== undefined && showuu !== null) {
4591
4537
  queryParameters = queryParameters.set('showuu', showuu);
4592
4538
  }
4593
- if (sort !== undefined && sort !== null) {
4594
- queryParameters = queryParameters.set('sort', sort);
4595
- }
4596
4539
  var headers = this.defaultHeaders;
4597
4540
  if (reqId !== undefined && reqId !== null) {
4598
4541
  headers = headers.set('reqId', String(reqId));
@@ -4924,7 +4867,7 @@ var DashboardControllerService = /** @class */ (function () {
4924
4867
  var PixelControllerService = /** @class */ (function () {
4925
4868
  function PixelControllerService(httpClient, basePath, configuration) {
4926
4869
  this.httpClient = httpClient;
4927
- this.basePath = 'https://apiv2stage1.atomex.net';
4870
+ this.basePath = 'https://apiv2stage3.atomex.net';
4928
4871
  this.defaultHeaders = new HttpHeaders();
4929
4872
  this.configuration = new Configuration();
4930
4873
  if (basePath) {
@@ -5139,7 +5082,7 @@ var PixelControllerService = /** @class */ (function () {
5139
5082
  reportProgress: reportProgress
5140
5083
  });
5141
5084
  };
5142
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5085
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5143
5086
  if (observe === void 0) { observe = 'body'; }
5144
5087
  if (reportProgress === void 0) { reportProgress = false; }
5145
5088
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5149,18 +5092,9 @@ var PixelControllerService = /** @class */ (function () {
5149
5092
  if (advertiser_id !== undefined && advertiser_id !== null) {
5150
5093
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5151
5094
  }
5152
- if (pageNumber !== undefined && pageNumber !== null) {
5153
- queryParameters = queryParameters.set('pageNumber', pageNumber);
5154
- }
5155
- if (pageSize !== undefined && pageSize !== null) {
5156
- queryParameters = queryParameters.set('pageSize', pageSize);
5157
- }
5158
5095
  if (refresh !== undefined && refresh !== null) {
5159
5096
  queryParameters = queryParameters.set('refresh', refresh);
5160
5097
  }
5161
- if (sort !== undefined && sort !== null) {
5162
- queryParameters = queryParameters.set('sort', sort);
5163
- }
5164
5098
  var headers = this.defaultHeaders;
5165
5099
  if (reqId !== undefined && reqId !== null) {
5166
5100
  headers = headers.set('reqId', String(reqId));
@@ -5262,7 +5196,7 @@ var PixelControllerService = /** @class */ (function () {
5262
5196
  var ReportingControllerService = /** @class */ (function () {
5263
5197
  function ReportingControllerService(httpClient, basePath, configuration) {
5264
5198
  this.httpClient = httpClient;
5265
- this.basePath = 'https://apiv2stage1.atomex.net';
5199
+ this.basePath = 'https://apiv2stage3.atomex.net';
5266
5200
  this.defaultHeaders = new HttpHeaders();
5267
5201
  this.configuration = new Configuration();
5268
5202
  if (basePath) {
@@ -5446,7 +5380,7 @@ var ReportingControllerService = /** @class */ (function () {
5446
5380
  var SliceXControllerService = /** @class */ (function () {
5447
5381
  function SliceXControllerService(httpClient, basePath, configuration) {
5448
5382
  this.httpClient = httpClient;
5449
- this.basePath = 'https://apiv2stage1.atomex.net';
5383
+ this.basePath = 'https://apiv2stage3.atomex.net';
5450
5384
  this.defaultHeaders = new HttpHeaders();
5451
5385
  this.configuration = new Configuration();
5452
5386
  if (basePath) {
@@ -5631,7 +5565,7 @@ var SliceXControllerService = /** @class */ (function () {
5631
5565
  var StrategyControllerService = /** @class */ (function () {
5632
5566
  function StrategyControllerService(httpClient, basePath, configuration) {
5633
5567
  this.httpClient = httpClient;
5634
- this.basePath = 'https://apiv2stage1.atomex.net';
5568
+ this.basePath = 'https://apiv2stage3.atomex.net';
5635
5569
  this.defaultHeaders = new HttpHeaders();
5636
5570
  this.configuration = new Configuration();
5637
5571
  if (basePath) {
@@ -6119,7 +6053,7 @@ var StrategyControllerService = /** @class */ (function () {
6119
6053
  var UILoggerControllerService = /** @class */ (function () {
6120
6054
  function UILoggerControllerService(httpClient, basePath, configuration) {
6121
6055
  this.httpClient = httpClient;
6122
- this.basePath = 'https://apiv2stage1.atomex.net';
6056
+ this.basePath = 'https://apiv2stage3.atomex.net';
6123
6057
  this.defaultHeaders = new HttpHeaders();
6124
6058
  this.configuration = new Configuration();
6125
6059
  if (basePath) {
@@ -6221,7 +6155,7 @@ var UILoggerControllerService = /** @class */ (function () {
6221
6155
  var UserPreferenceControllerService = /** @class */ (function () {
6222
6156
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6223
6157
  this.httpClient = httpClient;
6224
- this.basePath = 'https://apiv2stage1.atomex.net';
6158
+ this.basePath = 'https://apiv2stage3.atomex.net';
6225
6159
  this.defaultHeaders = new HttpHeaders();
6226
6160
  this.configuration = new Configuration();
6227
6161
  if (basePath) {
@@ -6477,6 +6411,17 @@ var AudienceDTO;
6477
6411
  };
6478
6412
  })(AudienceDTO || (AudienceDTO = {}));
6479
6413
 
6414
+ /**
6415
+ * Api Documentation
6416
+ * Api Documentation
6417
+ *
6418
+ * OpenAPI spec version: 1.0
6419
+ *
6420
+ *
6421
+ * NOTE: This class is auto generated by the swagger code generator program.
6422
+ * https://github.com/swagger-api/swagger-codegen.git
6423
+ * Do not edit the class manually.
6424
+ */
6480
6425
  var ClickDestination;
6481
6426
  (function (ClickDestination) {
6482
6427
  ClickDestination.CampaignTypeEnum = {