@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
@@ -308,7 +308,7 @@
308
308
  var AdminControllerService = /** @class */ (function () {
309
309
  function AdminControllerService(httpClient, basePath, configuration) {
310
310
  this.httpClient = httpClient;
311
- this.basePath = 'https://apiv2stage1.atomex.net';
311
+ this.basePath = 'https://apiv2stage3.atomex.net';
312
312
  this.defaultHeaders = new http.HttpHeaders();
313
313
  this.configuration = new Configuration();
314
314
  if (basePath) {
@@ -525,7 +525,7 @@
525
525
  var AdvertiserControllerService = /** @class */ (function () {
526
526
  function AdvertiserControllerService(httpClient, basePath, configuration) {
527
527
  this.httpClient = httpClient;
528
- this.basePath = 'https://apiv2stage1.atomex.net';
528
+ this.basePath = 'https://apiv2stage3.atomex.net';
529
529
  this.defaultHeaders = new http.HttpHeaders();
530
530
  this.configuration = new Configuration();
531
531
  if (basePath) {
@@ -971,7 +971,7 @@
971
971
  var AppSettingsControllerService = /** @class */ (function () {
972
972
  function AppSettingsControllerService(httpClient, basePath, configuration) {
973
973
  this.httpClient = httpClient;
974
- this.basePath = 'https://apiv2stage1.atomex.net';
974
+ this.basePath = 'https://apiv2stage3.atomex.net';
975
975
  this.defaultHeaders = new http.HttpHeaders();
976
976
  this.configuration = new Configuration();
977
977
  if (basePath) {
@@ -1141,7 +1141,7 @@
1141
1141
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
1142
1142
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2stage1.atomex.net';
1144
+ this.basePath = 'https://apiv2stage3.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1310,7 +1310,7 @@
1310
1310
  var AudienceControllerService = /** @class */ (function () {
1311
1311
  function AudienceControllerService(httpClient, basePath, configuration) {
1312
1312
  this.httpClient = httpClient;
1313
- this.basePath = 'https://apiv2stage1.atomex.net';
1313
+ this.basePath = 'https://apiv2stage3.atomex.net';
1314
1314
  this.defaultHeaders = new http.HttpHeaders();
1315
1315
  this.configuration = new Configuration();
1316
1316
  if (basePath) {
@@ -1521,25 +1521,16 @@
1521
1521
  reportProgress: reportProgress
1522
1522
  });
1523
1523
  };
1524
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1524
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1525
1525
  if (observe === void 0) { observe = 'body'; }
1526
1526
  if (reportProgress === void 0) { reportProgress = false; }
1527
1527
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1528
1528
  if (advertiser_id !== undefined && advertiser_id !== null) {
1529
1529
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1530
1530
  }
1531
- if (pageNumber !== undefined && pageNumber !== null) {
1532
- queryParameters = queryParameters.set('pageNumber', pageNumber);
1533
- }
1534
- if (pageSize !== undefined && pageSize !== null) {
1535
- queryParameters = queryParameters.set('pageSize', pageSize);
1536
- }
1537
1531
  if (refresh !== undefined && refresh !== null) {
1538
1532
  queryParameters = queryParameters.set('refresh', refresh);
1539
1533
  }
1540
- if (sort !== undefined && sort !== null) {
1541
- queryParameters = queryParameters.set('sort', sort);
1542
- }
1543
1534
  var headers = this.defaultHeaders;
1544
1535
  if (reqId !== undefined && reqId !== null) {
1545
1536
  headers = headers.set('reqId', String(reqId));
@@ -1843,7 +1834,7 @@
1843
1834
  var AuditControllerService = /** @class */ (function () {
1844
1835
  function AuditControllerService(httpClient, basePath, configuration) {
1845
1836
  this.httpClient = httpClient;
1846
- this.basePath = 'https://apiv2stage1.atomex.net';
1837
+ this.basePath = 'https://apiv2stage3.atomex.net';
1847
1838
  this.defaultHeaders = new http.HttpHeaders();
1848
1839
  this.configuration = new Configuration();
1849
1840
  if (basePath) {
@@ -2042,7 +2033,7 @@
2042
2033
  var BulkStrategyControllerService = /** @class */ (function () {
2043
2034
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2044
2035
  this.httpClient = httpClient;
2045
- this.basePath = 'https://apiv2stage1.atomex.net';
2036
+ this.basePath = 'https://apiv2stage3.atomex.net';
2046
2037
  this.defaultHeaders = new http.HttpHeaders();
2047
2038
  this.configuration = new Configuration();
2048
2039
  if (basePath) {
@@ -2285,7 +2276,7 @@
2285
2276
  var CSSThemeController_Service = /** @class */ (function () {
2286
2277
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2287
2278
  this.httpClient = httpClient;
2288
- this.basePath = 'https://apiv2stage1.atomex.net';
2279
+ this.basePath = 'https://apiv2stage3.atomex.net';
2289
2280
  this.defaultHeaders = new http.HttpHeaders();
2290
2281
  this.configuration = new Configuration();
2291
2282
  if (basePath) {
@@ -2406,7 +2397,7 @@
2406
2397
  var CampaignControllerService = /** @class */ (function () {
2407
2398
  function CampaignControllerService(httpClient, basePath, configuration) {
2408
2399
  this.httpClient = httpClient;
2409
- this.basePath = 'https://apiv2stage1.atomex.net';
2400
+ this.basePath = 'https://apiv2stage3.atomex.net';
2410
2401
  this.defaultHeaders = new http.HttpHeaders();
2411
2402
  this.configuration = new Configuration();
2412
2403
  if (basePath) {
@@ -2551,7 +2542,7 @@
2551
2542
  reportProgress: reportProgress
2552
2543
  });
2553
2544
  };
2554
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2545
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2555
2546
  if (observe === void 0) { observe = 'body'; }
2556
2547
  if (reportProgress === void 0) { reportProgress = false; }
2557
2548
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2561,21 +2552,12 @@
2561
2552
  if (advertiser_id !== undefined && advertiser_id !== null) {
2562
2553
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2563
2554
  }
2564
- if (pageNumber !== undefined && pageNumber !== null) {
2565
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2566
- }
2567
- if (pageSize !== undefined && pageSize !== null) {
2568
- queryParameters = queryParameters.set('pageSize', pageSize);
2569
- }
2570
2555
  if (refresh !== undefined && refresh !== null) {
2571
2556
  queryParameters = queryParameters.set('refresh', refresh);
2572
2557
  }
2573
2558
  if (search !== undefined && search !== null) {
2574
2559
  queryParameters = queryParameters.set('search', search);
2575
2560
  }
2576
- if (sort !== undefined && sort !== null) {
2577
- queryParameters = queryParameters.set('sort', sort);
2578
- }
2579
2561
  var headers = this.defaultHeaders;
2580
2562
  if (reqId !== undefined && reqId !== null) {
2581
2563
  headers = headers.set('reqId', String(reqId));
@@ -2701,7 +2683,7 @@
2701
2683
  var CatalogControllerService = /** @class */ (function () {
2702
2684
  function CatalogControllerService(httpClient, basePath, configuration) {
2703
2685
  this.httpClient = httpClient;
2704
- this.basePath = 'https://apiv2stage1.atomex.net';
2686
+ this.basePath = 'https://apiv2stage3.atomex.net';
2705
2687
  this.defaultHeaders = new http.HttpHeaders();
2706
2688
  this.configuration = new Configuration();
2707
2689
  if (basePath) {
@@ -2766,7 +2748,7 @@
2766
2748
  reportProgress: reportProgress
2767
2749
  });
2768
2750
  };
2769
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2751
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2770
2752
  if (observe === void 0) { observe = 'body'; }
2771
2753
  if (reportProgress === void 0) { reportProgress = false; }
2772
2754
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2776,18 +2758,9 @@
2776
2758
  if (advertiser_id !== undefined && advertiser_id !== null) {
2777
2759
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2778
2760
  }
2779
- if (pageNumber !== undefined && pageNumber !== null) {
2780
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2781
- }
2782
- if (pageSize !== undefined && pageSize !== null) {
2783
- queryParameters = queryParameters.set('pageSize', pageSize);
2784
- }
2785
2761
  if (refresh !== undefined && refresh !== null) {
2786
2762
  queryParameters = queryParameters.set('refresh', refresh);
2787
2763
  }
2788
- if (sort !== undefined && sort !== null) {
2789
- queryParameters = queryParameters.set('sort', sort);
2790
- }
2791
2764
  var headers = this.defaultHeaders;
2792
2765
  if (reqId !== undefined && reqId !== null) {
2793
2766
  headers = headers.set('reqId', String(reqId));
@@ -2819,7 +2792,7 @@
2819
2792
  reportProgress: reportProgress
2820
2793
  });
2821
2794
  };
2822
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2795
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2823
2796
  if (observe === void 0) { observe = 'body'; }
2824
2797
  if (reportProgress === void 0) { reportProgress = false; }
2825
2798
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2829,18 +2802,9 @@
2829
2802
  if (advertiser_id !== undefined && advertiser_id !== null) {
2830
2803
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2831
2804
  }
2832
- if (pageNumber !== undefined && pageNumber !== null) {
2833
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2834
- }
2835
- if (pageSize !== undefined && pageSize !== null) {
2836
- queryParameters = queryParameters.set('pageSize', pageSize);
2837
- }
2838
2805
  if (refresh !== undefined && refresh !== null) {
2839
2806
  queryParameters = queryParameters.set('refresh', refresh);
2840
2807
  }
2841
- if (sort !== undefined && sort !== null) {
2842
- queryParameters = queryParameters.set('sort', sort);
2843
- }
2844
2808
  var headers = this.defaultHeaders;
2845
2809
  if (reqId !== undefined && reqId !== null) {
2846
2810
  headers = headers.set('reqId', String(reqId));
@@ -2872,7 +2836,7 @@
2872
2836
  reportProgress: reportProgress
2873
2837
  });
2874
2838
  };
2875
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2839
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
2876
2840
  if (observe === void 0) { observe = 'body'; }
2877
2841
  if (reportProgress === void 0) { reportProgress = false; }
2878
2842
  if (feedId === null || feedId === undefined) {
@@ -2882,18 +2846,9 @@
2882
2846
  if (feedId !== undefined && feedId !== null) {
2883
2847
  queryParameters = queryParameters.set('feedId', feedId);
2884
2848
  }
2885
- if (pageNumber !== undefined && pageNumber !== null) {
2886
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2887
- }
2888
- if (pageSize !== undefined && pageSize !== null) {
2889
- queryParameters = queryParameters.set('pageSize', pageSize);
2890
- }
2891
2849
  if (refresh !== undefined && refresh !== null) {
2892
2850
  queryParameters = queryParameters.set('refresh', refresh);
2893
2851
  }
2894
- if (sort !== undefined && sort !== null) {
2895
- queryParameters = queryParameters.set('sort', sort);
2896
- }
2897
2852
  var headers = this.defaultHeaders;
2898
2853
  if (reqId !== undefined && reqId !== null) {
2899
2854
  headers = headers.set('reqId', String(reqId));
@@ -2951,7 +2906,7 @@
2951
2906
  var ClickDestinationControllerService = /** @class */ (function () {
2952
2907
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2953
2908
  this.httpClient = httpClient;
2954
- this.basePath = 'https://apiv2stage1.atomex.net';
2909
+ this.basePath = 'https://apiv2stage3.atomex.net';
2955
2910
  this.defaultHeaders = new http.HttpHeaders();
2956
2911
  this.configuration = new Configuration();
2957
2912
  if (basePath) {
@@ -3022,7 +2977,7 @@
3022
2977
  reportProgress: reportProgress
3023
2978
  });
3024
2979
  };
3025
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2980
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
3026
2981
  if (observe === void 0) { observe = 'body'; }
3027
2982
  if (reportProgress === void 0) { reportProgress = false; }
3028
2983
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -3032,18 +2987,9 @@
3032
2987
  if (advertiser_id !== undefined && advertiser_id !== null) {
3033
2988
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
3034
2989
  }
3035
- if (pageNumber !== undefined && pageNumber !== null) {
3036
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3037
- }
3038
- if (pageSize !== undefined && pageSize !== null) {
3039
- queryParameters = queryParameters.set('pageSize', pageSize);
3040
- }
3041
2990
  if (refresh !== undefined && refresh !== null) {
3042
2991
  queryParameters = queryParameters.set('refresh', refresh);
3043
2992
  }
3044
- if (sort !== undefined && sort !== null) {
3045
- queryParameters = queryParameters.set('sort', sort);
3046
- }
3047
2993
  var headers = this.defaultHeaders;
3048
2994
  if (reqId !== undefined && reqId !== null) {
3049
2995
  headers = headers.set('reqId', String(reqId));
@@ -3210,7 +3156,7 @@
3210
3156
  var CreativeControllerService = /** @class */ (function () {
3211
3157
  function CreativeControllerService(httpClient, basePath, configuration) {
3212
3158
  this.httpClient = httpClient;
3213
- this.basePath = 'https://apiv2stage1.atomex.net';
3159
+ this.basePath = 'https://apiv2stage3.atomex.net';
3214
3160
  this.defaultHeaders = new http.HttpHeaders();
3215
3161
  this.configuration = new Configuration();
3216
3162
  if (basePath) {
@@ -3537,28 +3483,19 @@
3537
3483
  reportProgress: reportProgress
3538
3484
  });
3539
3485
  };
3540
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3486
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3541
3487
  if (observe === void 0) { observe = 'body'; }
3542
3488
  if (reportProgress === void 0) { reportProgress = false; }
3543
3489
  if (search === null || search === undefined) {
3544
3490
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3545
3491
  }
3546
3492
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3547
- if (pageNumber !== undefined && pageNumber !== null) {
3548
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3549
- }
3550
- if (pageSize !== undefined && pageSize !== null) {
3551
- queryParameters = queryParameters.set('pageSize', pageSize);
3552
- }
3553
3493
  if (refresh !== undefined && refresh !== null) {
3554
3494
  queryParameters = queryParameters.set('refresh', refresh);
3555
3495
  }
3556
3496
  if (skadtarget !== undefined && skadtarget !== null) {
3557
3497
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3558
3498
  }
3559
- if (sort !== undefined && sort !== null) {
3560
- queryParameters = queryParameters.set('sort', sort);
3561
- }
3562
3499
  var headers = this.defaultHeaders;
3563
3500
  if (reqId !== undefined && reqId !== null) {
3564
3501
  headers = headers.set('reqId', String(reqId));
@@ -3590,25 +3527,16 @@
3590
3527
  reportProgress: reportProgress
3591
3528
  });
3592
3529
  };
3593
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3530
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3594
3531
  if (observe === void 0) { observe = 'body'; }
3595
3532
  if (reportProgress === void 0) { reportProgress = false; }
3596
3533
  if (search === null || search === undefined) {
3597
3534
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3598
3535
  }
3599
3536
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3600
- if (pageNumber !== undefined && pageNumber !== null) {
3601
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3602
- }
3603
- if (pageSize !== undefined && pageSize !== null) {
3604
- queryParameters = queryParameters.set('pageSize', pageSize);
3605
- }
3606
3537
  if (refresh !== undefined && refresh !== null) {
3607
3538
  queryParameters = queryParameters.set('refresh', refresh);
3608
3539
  }
3609
- if (sort !== undefined && sort !== null) {
3610
- queryParameters = queryParameters.set('sort', sort);
3611
- }
3612
3540
  var headers = this.defaultHeaders;
3613
3541
  if (reqId !== undefined && reqId !== null) {
3614
3542
  headers = headers.set('reqId', String(reqId));
@@ -3705,7 +3633,7 @@
3705
3633
  var CreativeSetsControllerService = /** @class */ (function () {
3706
3634
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3707
3635
  this.httpClient = httpClient;
3708
- this.basePath = 'https://apiv2stage1.atomex.net';
3636
+ this.basePath = 'https://apiv2stage3.atomex.net';
3709
3637
  this.defaultHeaders = new http.HttpHeaders();
3710
3638
  this.configuration = new Configuration();
3711
3639
  if (basePath) {
@@ -3841,25 +3769,16 @@
3841
3769
  reportProgress: reportProgress
3842
3770
  });
3843
3771
  };
3844
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3772
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3845
3773
  if (observe === void 0) { observe = 'body'; }
3846
3774
  if (reportProgress === void 0) { reportProgress = false; }
3847
3775
  if (dashboardRequest === null || dashboardRequest === undefined) {
3848
3776
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3849
3777
  }
3850
3778
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3851
- if (pageNumber !== undefined && pageNumber !== null) {
3852
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3853
- }
3854
- if (pageSize !== undefined && pageSize !== null) {
3855
- queryParameters = queryParameters.set('pageSize', pageSize);
3856
- }
3857
3779
  if (refresh !== undefined && refresh !== null) {
3858
3780
  queryParameters = queryParameters.set('refresh', refresh);
3859
3781
  }
3860
- if (sort !== undefined && sort !== null) {
3861
- queryParameters = queryParameters.set('sort', sort);
3862
- }
3863
3782
  var headers = this.defaultHeaders;
3864
3783
  if (reqId !== undefined && reqId !== null) {
3865
3784
  headers = headers.set('reqId', String(reqId));
@@ -3891,7 +3810,7 @@
3891
3810
  reportProgress: reportProgress
3892
3811
  });
3893
3812
  };
3894
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3813
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3895
3814
  if (observe === void 0) { observe = 'body'; }
3896
3815
  if (reportProgress === void 0) { reportProgress = false; }
3897
3816
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3901,18 +3820,9 @@
3901
3820
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3902
3821
  }
3903
3822
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3904
- if (pageNumber !== undefined && pageNumber !== null) {
3905
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3906
- }
3907
- if (pageSize !== undefined && pageSize !== null) {
3908
- queryParameters = queryParameters.set('pageSize', pageSize);
3909
- }
3910
3823
  if (refresh !== undefined && refresh !== null) {
3911
3824
  queryParameters = queryParameters.set('refresh', refresh);
3912
3825
  }
3913
- if (sort !== undefined && sort !== null) {
3914
- queryParameters = queryParameters.set('sort', sort);
3915
- }
3916
3826
  var headers = this.defaultHeaders;
3917
3827
  if (reqId !== undefined && reqId !== null) {
3918
3828
  headers = headers.set('reqId', String(reqId));
@@ -4053,7 +3963,7 @@
4053
3963
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4054
3964
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4055
3965
  this.httpClient = httpClient;
4056
- this.basePath = 'https://apiv2stage1.atomex.net';
3966
+ this.basePath = 'https://apiv2stage3.atomex.net';
4057
3967
  this.defaultHeaders = new http.HttpHeaders();
4058
3968
  this.configuration = new Configuration();
4059
3969
  if (basePath) {
@@ -4254,7 +4164,7 @@
4254
4164
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4255
4165
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4256
4166
  this.httpClient = httpClient;
4257
- this.basePath = 'https://apiv2stage1.atomex.net';
4167
+ this.basePath = 'https://apiv2stage3.atomex.net';
4258
4168
  this.defaultHeaders = new http.HttpHeaders();
4259
4169
  this.configuration = new Configuration();
4260
4170
  if (basePath) {
@@ -4342,7 +4252,7 @@
4342
4252
  var CreativeTemplatesControllerService = /** @class */ (function () {
4343
4253
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4344
4254
  this.httpClient = httpClient;
4345
- this.basePath = 'https://apiv2stage1.atomex.net';
4255
+ this.basePath = 'https://apiv2stage3.atomex.net';
4346
4256
  this.defaultHeaders = new http.HttpHeaders();
4347
4257
  this.configuration = new Configuration();
4348
4258
  if (basePath) {
@@ -4521,7 +4431,7 @@
4521
4431
  var DashboardControllerService = /** @class */ (function () {
4522
4432
  function DashboardControllerService(httpClient, basePath, configuration) {
4523
4433
  this.httpClient = httpClient;
4524
- this.basePath = 'https://apiv2stage1.atomex.net';
4434
+ this.basePath = 'https://apiv2stage3.atomex.net';
4525
4435
  this.defaultHeaders = new http.HttpHeaders();
4526
4436
  this.configuration = new Configuration();
4527
4437
  if (basePath) {
@@ -4556,6 +4466,48 @@
4556
4466
  }
4557
4467
  return false;
4558
4468
  };
4469
+ DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4470
+ if (observe === void 0) { observe = 'body'; }
4471
+ if (reportProgress === void 0) { reportProgress = false; }
4472
+ if (id === null || id === undefined) {
4473
+ throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4474
+ }
4475
+ if (tableEntity === null || tableEntity === undefined) {
4476
+ throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4477
+ }
4478
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4479
+ if (id) {
4480
+ id.forEach(function (element) {
4481
+ queryParameters = queryParameters.append('id', element);
4482
+ });
4483
+ }
4484
+ var headers = this.defaultHeaders;
4485
+ if (reqId !== undefined && reqId !== null) {
4486
+ headers = headers.set('reqId', String(reqId));
4487
+ }
4488
+ if (token !== undefined && token !== null) {
4489
+ headers = headers.set('token', String(token));
4490
+ }
4491
+ // to determine the Accept header
4492
+ var httpHeaderAccepts = [
4493
+ 'application/json'
4494
+ ];
4495
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4496
+ if (httpHeaderAcceptSelected != undefined) {
4497
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4498
+ }
4499
+ // to determine the Content-Type header
4500
+ var consumes = [
4501
+ 'application/json'
4502
+ ];
4503
+ return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4504
+ params: queryParameters,
4505
+ withCredentials: this.configuration.withCredentials,
4506
+ headers: headers,
4507
+ observe: observe,
4508
+ reportProgress: reportProgress
4509
+ });
4510
+ };
4559
4511
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4560
4512
  if (observe === void 0) { observe = 'body'; }
4561
4513
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4786,7 +4738,7 @@
4786
4738
  reportProgress: reportProgress
4787
4739
  });
4788
4740
  };
4789
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4741
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4790
4742
  if (observe === void 0) { observe = 'body'; }
4791
4743
  if (reportProgress === void 0) { reportProgress = false; }
4792
4744
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4799,21 +4751,12 @@
4799
4751
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4800
4752
  }
4801
4753
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4802
- if (pageNumber !== undefined && pageNumber !== null) {
4803
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4804
- }
4805
- if (pageSize !== undefined && pageSize !== null) {
4806
- queryParameters = queryParameters.set('pageSize', pageSize);
4807
- }
4808
4754
  if (refresh !== undefined && refresh !== null) {
4809
4755
  queryParameters = queryParameters.set('refresh', refresh);
4810
4756
  }
4811
4757
  if (showuu !== undefined && showuu !== null) {
4812
4758
  queryParameters = queryParameters.set('showuu', showuu);
4813
4759
  }
4814
- if (sort !== undefined && sort !== null) {
4815
- queryParameters = queryParameters.set('sort', sort);
4816
- }
4817
4760
  var headers = this.defaultHeaders;
4818
4761
  if (reqId !== undefined && reqId !== null) {
4819
4762
  headers = headers.set('reqId', String(reqId));
@@ -5145,7 +5088,7 @@
5145
5088
  var PixelControllerService = /** @class */ (function () {
5146
5089
  function PixelControllerService(httpClient, basePath, configuration) {
5147
5090
  this.httpClient = httpClient;
5148
- this.basePath = 'https://apiv2stage1.atomex.net';
5091
+ this.basePath = 'https://apiv2stage3.atomex.net';
5149
5092
  this.defaultHeaders = new http.HttpHeaders();
5150
5093
  this.configuration = new Configuration();
5151
5094
  if (basePath) {
@@ -5360,7 +5303,7 @@
5360
5303
  reportProgress: reportProgress
5361
5304
  });
5362
5305
  };
5363
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5306
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5364
5307
  if (observe === void 0) { observe = 'body'; }
5365
5308
  if (reportProgress === void 0) { reportProgress = false; }
5366
5309
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5370,18 +5313,9 @@
5370
5313
  if (advertiser_id !== undefined && advertiser_id !== null) {
5371
5314
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5372
5315
  }
5373
- if (pageNumber !== undefined && pageNumber !== null) {
5374
- queryParameters = queryParameters.set('pageNumber', pageNumber);
5375
- }
5376
- if (pageSize !== undefined && pageSize !== null) {
5377
- queryParameters = queryParameters.set('pageSize', pageSize);
5378
- }
5379
5316
  if (refresh !== undefined && refresh !== null) {
5380
5317
  queryParameters = queryParameters.set('refresh', refresh);
5381
5318
  }
5382
- if (sort !== undefined && sort !== null) {
5383
- queryParameters = queryParameters.set('sort', sort);
5384
- }
5385
5319
  var headers = this.defaultHeaders;
5386
5320
  if (reqId !== undefined && reqId !== null) {
5387
5321
  headers = headers.set('reqId', String(reqId));
@@ -5483,7 +5417,7 @@
5483
5417
  var ReportingControllerService = /** @class */ (function () {
5484
5418
  function ReportingControllerService(httpClient, basePath, configuration) {
5485
5419
  this.httpClient = httpClient;
5486
- this.basePath = 'https://apiv2stage1.atomex.net';
5420
+ this.basePath = 'https://apiv2stage3.atomex.net';
5487
5421
  this.defaultHeaders = new http.HttpHeaders();
5488
5422
  this.configuration = new Configuration();
5489
5423
  if (basePath) {
@@ -5667,7 +5601,7 @@
5667
5601
  var SliceXControllerService = /** @class */ (function () {
5668
5602
  function SliceXControllerService(httpClient, basePath, configuration) {
5669
5603
  this.httpClient = httpClient;
5670
- this.basePath = 'https://apiv2stage1.atomex.net';
5604
+ this.basePath = 'https://apiv2stage3.atomex.net';
5671
5605
  this.defaultHeaders = new http.HttpHeaders();
5672
5606
  this.configuration = new Configuration();
5673
5607
  if (basePath) {
@@ -5852,7 +5786,7 @@
5852
5786
  var StrategyControllerService = /** @class */ (function () {
5853
5787
  function StrategyControllerService(httpClient, basePath, configuration) {
5854
5788
  this.httpClient = httpClient;
5855
- this.basePath = 'https://apiv2stage1.atomex.net';
5789
+ this.basePath = 'https://apiv2stage3.atomex.net';
5856
5790
  this.defaultHeaders = new http.HttpHeaders();
5857
5791
  this.configuration = new Configuration();
5858
5792
  if (basePath) {
@@ -6340,7 +6274,7 @@
6340
6274
  var UILoggerControllerService = /** @class */ (function () {
6341
6275
  function UILoggerControllerService(httpClient, basePath, configuration) {
6342
6276
  this.httpClient = httpClient;
6343
- this.basePath = 'https://apiv2stage1.atomex.net';
6277
+ this.basePath = 'https://apiv2stage3.atomex.net';
6344
6278
  this.defaultHeaders = new http.HttpHeaders();
6345
6279
  this.configuration = new Configuration();
6346
6280
  if (basePath) {
@@ -6442,7 +6376,7 @@
6442
6376
  var UserPreferenceControllerService = /** @class */ (function () {
6443
6377
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6444
6378
  this.httpClient = httpClient;
6445
- this.basePath = 'https://apiv2stage1.atomex.net';
6379
+ this.basePath = 'https://apiv2stage3.atomex.net';
6446
6380
  this.defaultHeaders = new http.HttpHeaders();
6447
6381
  this.configuration = new Configuration();
6448
6382
  if (basePath) {
@@ -6698,6 +6632,17 @@
6698
6632
  };
6699
6633
  })(exports.AudienceDTO || (exports.AudienceDTO = {}));
6700
6634
 
6635
+ /**
6636
+ * Api Documentation
6637
+ * Api Documentation
6638
+ *
6639
+ * OpenAPI spec version: 1.0
6640
+ *
6641
+ *
6642
+ * NOTE: This class is auto generated by the swagger code generator program.
6643
+ * https://github.com/swagger-api/swagger-codegen.git
6644
+ * Do not edit the class manually.
6645
+ */
6701
6646
 
6702
6647
  (function (ClickDestination) {
6703
6648
  ClickDestination.CampaignTypeEnum = {