@revxui/api-clients-ts 0.10.165 → 0.10.169

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 (116) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +6 -3
  3. package/api/campaignController.service.d.ts +6 -3
  4. package/api/catalogController.service.d.ts +18 -9
  5. package/api/clickDestinationController.service.d.ts +6 -3
  6. package/api/creativeController.service.d.ts +12 -6
  7. package/api/creativeSetsController.service.d.ts +15 -10
  8. package/api/dashboardController.service.d.ts +6 -16
  9. package/api/pixelController.service.d.ts +6 -3
  10. package/bundles/revxui-api-clients-ts.umd.js +144 -83
  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 +12 -3
  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 +12 -3
  23. package/esm2015/api/catalogController.service.js +32 -5
  24. package/esm2015/api/clickDestinationController.service.js +12 -3
  25. package/esm2015/api/creativeController.service.js +22 -4
  26. package/esm2015/api/creativeSetsController.service.js +23 -10
  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 +12 -43
  31. package/esm2015/api/pixelController.service.js +12 -3
  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/campaignDTO.js +1 -1
  42. package/esm2015/model/campaignESDTO.js +1 -1
  43. package/esm2015/model/clickDestination.js +1 -1
  44. package/esm2015/model/creative.js +1 -1
  45. package/esm2015/model/creativeCompactDTO.js +1 -1
  46. package/esm2015/model/creativeDTO.js +1 -1
  47. package/esm2015/model/creativeSetDetails.js +1 -1
  48. package/esm2015/model/creativeSetsListDashboardData.js +1 -1
  49. package/esm2015/model/parentBasedObject.js +1 -1
  50. package/esm2015/model/pixel.js +1 -1
  51. package/esm2015/model/reportingResponse.js +1 -1
  52. package/esm2015/model/strategy.js +1 -1
  53. package/esm2015/model/strategyDTO.js +1 -1
  54. package/esm5/api/adminController.service.js +2 -2
  55. package/esm5/api/advertiserController.service.js +2 -2
  56. package/esm5/api/appSettingsController.service.js +2 -2
  57. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  58. package/esm5/api/audienceController.service.js +12 -3
  59. package/esm5/api/auditController.service.js +2 -2
  60. package/esm5/api/bulkStrategyController.service.js +2 -2
  61. package/esm5/api/cSSThemeController_.service.js +2 -2
  62. package/esm5/api/campaignController.service.js +12 -3
  63. package/esm5/api/catalogController.service.js +32 -5
  64. package/esm5/api/clickDestinationController.service.js +12 -3
  65. package/esm5/api/creativeController.service.js +22 -4
  66. package/esm5/api/creativeSetsController.service.js +23 -10
  67. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  68. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  69. package/esm5/api/creativeTemplatesController.service.js +2 -2
  70. package/esm5/api/dashboardController.service.js +12 -45
  71. package/esm5/api/pixelController.service.js +12 -3
  72. package/esm5/api/reportingController.service.js +2 -2
  73. package/esm5/api/sliceXController.service.js +2 -2
  74. package/esm5/api/strategyController.service.js +2 -2
  75. package/esm5/api/uILoggerController.service.js +2 -2
  76. package/esm5/api/userPreferenceController.service.js +2 -2
  77. package/esm5/model/advertiser.js +1 -1
  78. package/esm5/model/advertiserPojo.js +1 -1
  79. package/esm5/model/audienceDTO.js +1 -1
  80. package/esm5/model/audienceESDTO.js +1 -1
  81. package/esm5/model/campaignDTO.js +1 -1
  82. package/esm5/model/campaignESDTO.js +1 -1
  83. package/esm5/model/clickDestination.js +1 -1
  84. package/esm5/model/creative.js +1 -1
  85. package/esm5/model/creativeCompactDTO.js +1 -1
  86. package/esm5/model/creativeDTO.js +1 -1
  87. package/esm5/model/creativeSetDetails.js +1 -1
  88. package/esm5/model/creativeSetsListDashboardData.js +1 -1
  89. package/esm5/model/parentBasedObject.js +1 -1
  90. package/esm5/model/pixel.js +1 -1
  91. package/esm5/model/reportingResponse.js +1 -1
  92. package/esm5/model/strategy.js +1 -1
  93. package/esm5/model/strategyDTO.js +1 -1
  94. package/fesm2015/revxui-api-clients-ts.js +144 -81
  95. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  96. package/fesm5/revxui-api-clients-ts.js +144 -83
  97. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  98. package/model/advertiser.d.ts +0 -1
  99. package/model/advertiserPojo.d.ts +0 -1
  100. package/model/audienceDTO.d.ts +0 -1
  101. package/model/audienceESDTO.d.ts +0 -1
  102. package/model/campaignDTO.d.ts +0 -1
  103. package/model/campaignESDTO.d.ts +0 -1
  104. package/model/clickDestination.d.ts +0 -1
  105. package/model/creative.d.ts +0 -1
  106. package/model/creativeCompactDTO.d.ts +0 -1
  107. package/model/creativeDTO.d.ts +0 -1
  108. package/model/creativeSetDetails.d.ts +0 -1
  109. package/model/creativeSetsListDashboardData.d.ts +0 -1
  110. package/model/parentBasedObject.d.ts +0 -1
  111. package/model/pixel.d.ts +0 -1
  112. package/model/reportingResponse.d.ts +0 -1
  113. package/model/strategy.d.ts +0 -1
  114. package/model/strategyDTO.d.ts +1 -1
  115. package/package.json +1 -1
  116. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1300,16 +1300,25 @@ var AudienceControllerService = /** @class */ (function () {
1300
1300
  reportProgress: reportProgress
1301
1301
  });
1302
1302
  };
1303
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1303
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, 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
+ }
1310
1316
  if (refresh !== undefined && refresh !== null) {
1311
1317
  queryParameters = queryParameters.set('refresh', refresh);
1312
1318
  }
1319
+ if (sort !== undefined && sort !== null) {
1320
+ queryParameters = queryParameters.set('sort', sort);
1321
+ }
1313
1322
  var headers = this.defaultHeaders;
1314
1323
  if (reqId !== undefined && reqId !== null) {
1315
1324
  headers = headers.set('reqId', String(reqId));
@@ -1613,7 +1622,7 @@ var AudienceControllerService = /** @class */ (function () {
1613
1622
  var AuditControllerService = /** @class */ (function () {
1614
1623
  function AuditControllerService(httpClient, basePath, configuration) {
1615
1624
  this.httpClient = httpClient;
1616
- this.basePath = 'https://apiv2stage1.atomex.net';
1625
+ this.basePath = 'https://localhost:10045';
1617
1626
  this.defaultHeaders = new HttpHeaders();
1618
1627
  this.configuration = new Configuration();
1619
1628
  if (basePath) {
@@ -1812,7 +1821,7 @@ var AuditControllerService = /** @class */ (function () {
1812
1821
  var BulkStrategyControllerService = /** @class */ (function () {
1813
1822
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1814
1823
  this.httpClient = httpClient;
1815
- this.basePath = 'https://apiv2stage1.atomex.net';
1824
+ this.basePath = 'https://localhost:10045';
1816
1825
  this.defaultHeaders = new HttpHeaders();
1817
1826
  this.configuration = new Configuration();
1818
1827
  if (basePath) {
@@ -2055,7 +2064,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2055
2064
  var CSSThemeController_Service = /** @class */ (function () {
2056
2065
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2057
2066
  this.httpClient = httpClient;
2058
- this.basePath = 'https://apiv2stage1.atomex.net';
2067
+ this.basePath = 'https://localhost:10045';
2059
2068
  this.defaultHeaders = new HttpHeaders();
2060
2069
  this.configuration = new Configuration();
2061
2070
  if (basePath) {
@@ -2176,7 +2185,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2176
2185
  var CampaignControllerService = /** @class */ (function () {
2177
2186
  function CampaignControllerService(httpClient, basePath, configuration) {
2178
2187
  this.httpClient = httpClient;
2179
- this.basePath = 'https://apiv2stage1.atomex.net';
2188
+ this.basePath = 'https://localhost:10045';
2180
2189
  this.defaultHeaders = new HttpHeaders();
2181
2190
  this.configuration = new Configuration();
2182
2191
  if (basePath) {
@@ -2321,7 +2330,7 @@ var CampaignControllerService = /** @class */ (function () {
2321
2330
  reportProgress: reportProgress
2322
2331
  });
2323
2332
  };
2324
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2333
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2325
2334
  if (observe === void 0) { observe = 'body'; }
2326
2335
  if (reportProgress === void 0) { reportProgress = false; }
2327
2336
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2331,12 +2340,21 @@ var CampaignControllerService = /** @class */ (function () {
2331
2340
  if (advertiser_id !== undefined && advertiser_id !== null) {
2332
2341
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2333
2342
  }
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
+ }
2334
2349
  if (refresh !== undefined && refresh !== null) {
2335
2350
  queryParameters = queryParameters.set('refresh', refresh);
2336
2351
  }
2337
2352
  if (search !== undefined && search !== null) {
2338
2353
  queryParameters = queryParameters.set('search', search);
2339
2354
  }
2355
+ if (sort !== undefined && sort !== null) {
2356
+ queryParameters = queryParameters.set('sort', sort);
2357
+ }
2340
2358
  var headers = this.defaultHeaders;
2341
2359
  if (reqId !== undefined && reqId !== null) {
2342
2360
  headers = headers.set('reqId', String(reqId));
@@ -2462,7 +2480,7 @@ var CampaignControllerService = /** @class */ (function () {
2462
2480
  var CatalogControllerService = /** @class */ (function () {
2463
2481
  function CatalogControllerService(httpClient, basePath, configuration) {
2464
2482
  this.httpClient = httpClient;
2465
- this.basePath = 'https://apiv2stage1.atomex.net';
2483
+ this.basePath = 'https://localhost:10045';
2466
2484
  this.defaultHeaders = new HttpHeaders();
2467
2485
  this.configuration = new Configuration();
2468
2486
  if (basePath) {
@@ -2527,7 +2545,7 @@ var CatalogControllerService = /** @class */ (function () {
2527
2545
  reportProgress: reportProgress
2528
2546
  });
2529
2547
  };
2530
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2548
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2531
2549
  if (observe === void 0) { observe = 'body'; }
2532
2550
  if (reportProgress === void 0) { reportProgress = false; }
2533
2551
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2537,9 +2555,18 @@ var CatalogControllerService = /** @class */ (function () {
2537
2555
  if (advertiser_id !== undefined && advertiser_id !== null) {
2538
2556
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2539
2557
  }
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
+ }
2540
2564
  if (refresh !== undefined && refresh !== null) {
2541
2565
  queryParameters = queryParameters.set('refresh', refresh);
2542
2566
  }
2567
+ if (sort !== undefined && sort !== null) {
2568
+ queryParameters = queryParameters.set('sort', sort);
2569
+ }
2543
2570
  var headers = this.defaultHeaders;
2544
2571
  if (reqId !== undefined && reqId !== null) {
2545
2572
  headers = headers.set('reqId', String(reqId));
@@ -2571,7 +2598,7 @@ var CatalogControllerService = /** @class */ (function () {
2571
2598
  reportProgress: reportProgress
2572
2599
  });
2573
2600
  };
2574
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2601
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2575
2602
  if (observe === void 0) { observe = 'body'; }
2576
2603
  if (reportProgress === void 0) { reportProgress = false; }
2577
2604
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2581,9 +2608,18 @@ var CatalogControllerService = /** @class */ (function () {
2581
2608
  if (advertiser_id !== undefined && advertiser_id !== null) {
2582
2609
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2583
2610
  }
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
+ }
2584
2617
  if (refresh !== undefined && refresh !== null) {
2585
2618
  queryParameters = queryParameters.set('refresh', refresh);
2586
2619
  }
2620
+ if (sort !== undefined && sort !== null) {
2621
+ queryParameters = queryParameters.set('sort', sort);
2622
+ }
2587
2623
  var headers = this.defaultHeaders;
2588
2624
  if (reqId !== undefined && reqId !== null) {
2589
2625
  headers = headers.set('reqId', String(reqId));
@@ -2615,7 +2651,7 @@ var CatalogControllerService = /** @class */ (function () {
2615
2651
  reportProgress: reportProgress
2616
2652
  });
2617
2653
  };
2618
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
2654
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2619
2655
  if (observe === void 0) { observe = 'body'; }
2620
2656
  if (reportProgress === void 0) { reportProgress = false; }
2621
2657
  if (feedId === null || feedId === undefined) {
@@ -2625,9 +2661,18 @@ var CatalogControllerService = /** @class */ (function () {
2625
2661
  if (feedId !== undefined && feedId !== null) {
2626
2662
  queryParameters = queryParameters.set('feedId', feedId);
2627
2663
  }
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
+ }
2628
2670
  if (refresh !== undefined && refresh !== null) {
2629
2671
  queryParameters = queryParameters.set('refresh', refresh);
2630
2672
  }
2673
+ if (sort !== undefined && sort !== null) {
2674
+ queryParameters = queryParameters.set('sort', sort);
2675
+ }
2631
2676
  var headers = this.defaultHeaders;
2632
2677
  if (reqId !== undefined && reqId !== null) {
2633
2678
  headers = headers.set('reqId', String(reqId));
@@ -2685,7 +2730,7 @@ var CatalogControllerService = /** @class */ (function () {
2685
2730
  var ClickDestinationControllerService = /** @class */ (function () {
2686
2731
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2687
2732
  this.httpClient = httpClient;
2688
- this.basePath = 'https://apiv2stage1.atomex.net';
2733
+ this.basePath = 'https://localhost:10045';
2689
2734
  this.defaultHeaders = new HttpHeaders();
2690
2735
  this.configuration = new Configuration();
2691
2736
  if (basePath) {
@@ -2756,7 +2801,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2756
2801
  reportProgress: reportProgress
2757
2802
  });
2758
2803
  };
2759
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2804
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2760
2805
  if (observe === void 0) { observe = 'body'; }
2761
2806
  if (reportProgress === void 0) { reportProgress = false; }
2762
2807
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2766,9 +2811,18 @@ var ClickDestinationControllerService = /** @class */ (function () {
2766
2811
  if (advertiser_id !== undefined && advertiser_id !== null) {
2767
2812
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2768
2813
  }
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
+ }
2769
2820
  if (refresh !== undefined && refresh !== null) {
2770
2821
  queryParameters = queryParameters.set('refresh', refresh);
2771
2822
  }
2823
+ if (sort !== undefined && sort !== null) {
2824
+ queryParameters = queryParameters.set('sort', sort);
2825
+ }
2772
2826
  var headers = this.defaultHeaders;
2773
2827
  if (reqId !== undefined && reqId !== null) {
2774
2828
  headers = headers.set('reqId', String(reqId));
@@ -2935,7 +2989,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2935
2989
  var CreativeControllerService = /** @class */ (function () {
2936
2990
  function CreativeControllerService(httpClient, basePath, configuration) {
2937
2991
  this.httpClient = httpClient;
2938
- this.basePath = 'https://apiv2stage1.atomex.net';
2992
+ this.basePath = 'https://localhost:10045';
2939
2993
  this.defaultHeaders = new HttpHeaders();
2940
2994
  this.configuration = new Configuration();
2941
2995
  if (basePath) {
@@ -3262,19 +3316,28 @@ var CreativeControllerService = /** @class */ (function () {
3262
3316
  reportProgress: reportProgress
3263
3317
  });
3264
3318
  };
3265
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3319
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3266
3320
  if (observe === void 0) { observe = 'body'; }
3267
3321
  if (reportProgress === void 0) { reportProgress = false; }
3268
3322
  if (search === null || search === undefined) {
3269
3323
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3270
3324
  }
3271
3325
  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
+ }
3272
3332
  if (refresh !== undefined && refresh !== null) {
3273
3333
  queryParameters = queryParameters.set('refresh', refresh);
3274
3334
  }
3275
3335
  if (skadtarget !== undefined && skadtarget !== null) {
3276
3336
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3277
3337
  }
3338
+ if (sort !== undefined && sort !== null) {
3339
+ queryParameters = queryParameters.set('sort', sort);
3340
+ }
3278
3341
  var headers = this.defaultHeaders;
3279
3342
  if (reqId !== undefined && reqId !== null) {
3280
3343
  headers = headers.set('reqId', String(reqId));
@@ -3306,16 +3369,25 @@ var CreativeControllerService = /** @class */ (function () {
3306
3369
  reportProgress: reportProgress
3307
3370
  });
3308
3371
  };
3309
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3372
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3310
3373
  if (observe === void 0) { observe = 'body'; }
3311
3374
  if (reportProgress === void 0) { reportProgress = false; }
3312
3375
  if (search === null || search === undefined) {
3313
3376
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3314
3377
  }
3315
3378
  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
+ }
3316
3385
  if (refresh !== undefined && refresh !== null) {
3317
3386
  queryParameters = queryParameters.set('refresh', refresh);
3318
3387
  }
3388
+ if (sort !== undefined && sort !== null) {
3389
+ queryParameters = queryParameters.set('sort', sort);
3390
+ }
3319
3391
  var headers = this.defaultHeaders;
3320
3392
  if (reqId !== undefined && reqId !== null) {
3321
3393
  headers = headers.set('reqId', String(reqId));
@@ -3412,7 +3484,7 @@ var CreativeControllerService = /** @class */ (function () {
3412
3484
  var CreativeSetsControllerService = /** @class */ (function () {
3413
3485
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3414
3486
  this.httpClient = httpClient;
3415
- this.basePath = 'https://apiv2stage1.atomex.net';
3487
+ this.basePath = 'https://localhost:10045';
3416
3488
  this.defaultHeaders = new HttpHeaders();
3417
3489
  this.configuration = new Configuration();
3418
3490
  if (basePath) {
@@ -3518,16 +3590,12 @@ var CreativeSetsControllerService = /** @class */ (function () {
3518
3590
  reportProgress: reportProgress
3519
3591
  });
3520
3592
  };
3521
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3593
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3522
3594
  if (observe === void 0) { observe = 'body'; }
3523
3595
  if (reportProgress === void 0) { reportProgress = false; }
3524
3596
  if (id === null || id === undefined) {
3525
3597
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3526
3598
  }
3527
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3528
- if (refresh !== undefined && refresh !== null) {
3529
- queryParameters = queryParameters.set('refresh', refresh);
3530
- }
3531
3599
  var headers = this.defaultHeaders;
3532
3600
  if (reqId !== undefined && reqId !== null) {
3533
3601
  headers = headers.set('reqId', String(reqId));
@@ -3546,23 +3614,31 @@ var CreativeSetsControllerService = /** @class */ (function () {
3546
3614
  // to determine the Content-Type header
3547
3615
  var consumes = [];
3548
3616
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3549
- params: queryParameters,
3550
3617
  withCredentials: this.configuration.withCredentials,
3551
3618
  headers: headers,
3552
3619
  observe: observe,
3553
3620
  reportProgress: reportProgress
3554
3621
  });
3555
3622
  };
3556
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3623
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3557
3624
  if (observe === void 0) { observe = 'body'; }
3558
3625
  if (reportProgress === void 0) { reportProgress = false; }
3559
3626
  if (dashboardRequest === null || dashboardRequest === undefined) {
3560
3627
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3561
3628
  }
3562
3629
  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
+ }
3563
3636
  if (refresh !== undefined && refresh !== null) {
3564
3637
  queryParameters = queryParameters.set('refresh', refresh);
3565
3638
  }
3639
+ if (sort !== undefined && sort !== null) {
3640
+ queryParameters = queryParameters.set('sort', sort);
3641
+ }
3566
3642
  var headers = this.defaultHeaders;
3567
3643
  if (reqId !== undefined && reqId !== null) {
3568
3644
  headers = headers.set('reqId', String(reqId));
@@ -3594,7 +3670,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3594
3670
  reportProgress: reportProgress
3595
3671
  });
3596
3672
  };
3597
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3673
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3598
3674
  if (observe === void 0) { observe = 'body'; }
3599
3675
  if (reportProgress === void 0) { reportProgress = false; }
3600
3676
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3604,9 +3680,18 @@ var CreativeSetsControllerService = /** @class */ (function () {
3604
3680
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3605
3681
  }
3606
3682
  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
+ }
3607
3689
  if (refresh !== undefined && refresh !== null) {
3608
3690
  queryParameters = queryParameters.set('refresh', refresh);
3609
3691
  }
3692
+ if (sort !== undefined && sort !== null) {
3693
+ queryParameters = queryParameters.set('sort', sort);
3694
+ }
3610
3695
  var headers = this.defaultHeaders;
3611
3696
  if (reqId !== undefined && reqId !== null) {
3612
3697
  headers = headers.set('reqId', String(reqId));
@@ -3747,7 +3832,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3747
3832
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3748
3833
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3749
3834
  this.httpClient = httpClient;
3750
- this.basePath = 'https://apiv2stage1.atomex.net';
3835
+ this.basePath = 'https://localhost:10045';
3751
3836
  this.defaultHeaders = new HttpHeaders();
3752
3837
  this.configuration = new Configuration();
3753
3838
  if (basePath) {
@@ -3948,7 +4033,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3948
4033
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3949
4034
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3950
4035
  this.httpClient = httpClient;
3951
- this.basePath = 'https://apiv2stage1.atomex.net';
4036
+ this.basePath = 'https://localhost:10045';
3952
4037
  this.defaultHeaders = new HttpHeaders();
3953
4038
  this.configuration = new Configuration();
3954
4039
  if (basePath) {
@@ -4036,7 +4121,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4036
4121
  var CreativeTemplatesControllerService = /** @class */ (function () {
4037
4122
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4038
4123
  this.httpClient = httpClient;
4039
- this.basePath = 'https://apiv2stage1.atomex.net';
4124
+ this.basePath = 'https://localhost:10045';
4040
4125
  this.defaultHeaders = new HttpHeaders();
4041
4126
  this.configuration = new Configuration();
4042
4127
  if (basePath) {
@@ -4215,7 +4300,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4215
4300
  var DashboardControllerService = /** @class */ (function () {
4216
4301
  function DashboardControllerService(httpClient, basePath, configuration) {
4217
4302
  this.httpClient = httpClient;
4218
- this.basePath = 'https://apiv2stage1.atomex.net';
4303
+ this.basePath = 'https://localhost:10045';
4219
4304
  this.defaultHeaders = new HttpHeaders();
4220
4305
  this.configuration = new Configuration();
4221
4306
  if (basePath) {
@@ -4250,48 +4335,6 @@ var DashboardControllerService = /** @class */ (function () {
4250
4335
  }
4251
4336
  return false;
4252
4337
  };
4253
- DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4254
- if (observe === void 0) { observe = 'body'; }
4255
- if (reportProgress === void 0) { reportProgress = false; }
4256
- if (id === null || id === undefined) {
4257
- throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4258
- }
4259
- if (tableEntity === null || tableEntity === undefined) {
4260
- throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4261
- }
4262
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4263
- if (id) {
4264
- id.forEach(function (element) {
4265
- queryParameters = queryParameters.append('id', element);
4266
- });
4267
- }
4268
- var headers = this.defaultHeaders;
4269
- if (reqId !== undefined && reqId !== null) {
4270
- headers = headers.set('reqId', String(reqId));
4271
- }
4272
- if (token !== undefined && token !== null) {
4273
- headers = headers.set('token', String(token));
4274
- }
4275
- // to determine the Accept header
4276
- var httpHeaderAccepts = [
4277
- 'application/json'
4278
- ];
4279
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4280
- if (httpHeaderAcceptSelected != undefined) {
4281
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4282
- }
4283
- // to determine the Content-Type header
4284
- var consumes = [
4285
- 'application/json'
4286
- ];
4287
- return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4288
- params: queryParameters,
4289
- withCredentials: this.configuration.withCredentials,
4290
- headers: headers,
4291
- observe: observe,
4292
- reportProgress: reportProgress
4293
- });
4294
- };
4295
4338
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4296
4339
  if (observe === void 0) { observe = 'body'; }
4297
4340
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4522,7 +4565,7 @@ var DashboardControllerService = /** @class */ (function () {
4522
4565
  reportProgress: reportProgress
4523
4566
  });
4524
4567
  };
4525
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4568
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4526
4569
  if (observe === void 0) { observe = 'body'; }
4527
4570
  if (reportProgress === void 0) { reportProgress = false; }
4528
4571
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4535,12 +4578,21 @@ var DashboardControllerService = /** @class */ (function () {
4535
4578
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4536
4579
  }
4537
4580
  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
+ }
4538
4587
  if (refresh !== undefined && refresh !== null) {
4539
4588
  queryParameters = queryParameters.set('refresh', refresh);
4540
4589
  }
4541
4590
  if (showuu !== undefined && showuu !== null) {
4542
4591
  queryParameters = queryParameters.set('showuu', showuu);
4543
4592
  }
4593
+ if (sort !== undefined && sort !== null) {
4594
+ queryParameters = queryParameters.set('sort', sort);
4595
+ }
4544
4596
  var headers = this.defaultHeaders;
4545
4597
  if (reqId !== undefined && reqId !== null) {
4546
4598
  headers = headers.set('reqId', String(reqId));
@@ -4872,7 +4924,7 @@ var DashboardControllerService = /** @class */ (function () {
4872
4924
  var PixelControllerService = /** @class */ (function () {
4873
4925
  function PixelControllerService(httpClient, basePath, configuration) {
4874
4926
  this.httpClient = httpClient;
4875
- this.basePath = 'https://apiv2stage1.atomex.net';
4927
+ this.basePath = 'https://localhost:10045';
4876
4928
  this.defaultHeaders = new HttpHeaders();
4877
4929
  this.configuration = new Configuration();
4878
4930
  if (basePath) {
@@ -5087,7 +5139,7 @@ var PixelControllerService = /** @class */ (function () {
5087
5139
  reportProgress: reportProgress
5088
5140
  });
5089
5141
  };
5090
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5142
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5091
5143
  if (observe === void 0) { observe = 'body'; }
5092
5144
  if (reportProgress === void 0) { reportProgress = false; }
5093
5145
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5097,9 +5149,18 @@ var PixelControllerService = /** @class */ (function () {
5097
5149
  if (advertiser_id !== undefined && advertiser_id !== null) {
5098
5150
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5099
5151
  }
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
+ }
5100
5158
  if (refresh !== undefined && refresh !== null) {
5101
5159
  queryParameters = queryParameters.set('refresh', refresh);
5102
5160
  }
5161
+ if (sort !== undefined && sort !== null) {
5162
+ queryParameters = queryParameters.set('sort', sort);
5163
+ }
5103
5164
  var headers = this.defaultHeaders;
5104
5165
  if (reqId !== undefined && reqId !== null) {
5105
5166
  headers = headers.set('reqId', String(reqId));
@@ -5201,7 +5262,7 @@ var PixelControllerService = /** @class */ (function () {
5201
5262
  var ReportingControllerService = /** @class */ (function () {
5202
5263
  function ReportingControllerService(httpClient, basePath, configuration) {
5203
5264
  this.httpClient = httpClient;
5204
- this.basePath = 'https://apiv2stage1.atomex.net';
5265
+ this.basePath = 'https://localhost:10045';
5205
5266
  this.defaultHeaders = new HttpHeaders();
5206
5267
  this.configuration = new Configuration();
5207
5268
  if (basePath) {
@@ -5385,7 +5446,7 @@ var ReportingControllerService = /** @class */ (function () {
5385
5446
  var SliceXControllerService = /** @class */ (function () {
5386
5447
  function SliceXControllerService(httpClient, basePath, configuration) {
5387
5448
  this.httpClient = httpClient;
5388
- this.basePath = 'https://apiv2stage1.atomex.net';
5449
+ this.basePath = 'https://localhost:10045';
5389
5450
  this.defaultHeaders = new HttpHeaders();
5390
5451
  this.configuration = new Configuration();
5391
5452
  if (basePath) {
@@ -5570,7 +5631,7 @@ var SliceXControllerService = /** @class */ (function () {
5570
5631
  var StrategyControllerService = /** @class */ (function () {
5571
5632
  function StrategyControllerService(httpClient, basePath, configuration) {
5572
5633
  this.httpClient = httpClient;
5573
- this.basePath = 'https://apiv2stage1.atomex.net';
5634
+ this.basePath = 'https://localhost:10045';
5574
5635
  this.defaultHeaders = new HttpHeaders();
5575
5636
  this.configuration = new Configuration();
5576
5637
  if (basePath) {
@@ -6058,7 +6119,7 @@ var StrategyControllerService = /** @class */ (function () {
6058
6119
  var UILoggerControllerService = /** @class */ (function () {
6059
6120
  function UILoggerControllerService(httpClient, basePath, configuration) {
6060
6121
  this.httpClient = httpClient;
6061
- this.basePath = 'https://apiv2stage1.atomex.net';
6122
+ this.basePath = 'https://localhost:10045';
6062
6123
  this.defaultHeaders = new HttpHeaders();
6063
6124
  this.configuration = new Configuration();
6064
6125
  if (basePath) {
@@ -6160,7 +6221,7 @@ var UILoggerControllerService = /** @class */ (function () {
6160
6221
  var UserPreferenceControllerService = /** @class */ (function () {
6161
6222
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6162
6223
  this.httpClient = httpClient;
6163
- this.basePath = 'https://apiv2stage1.atomex.net';
6224
+ this.basePath = 'https://localhost:10045';
6164
6225
  this.defaultHeaders = new HttpHeaders();
6165
6226
  this.configuration = new Configuration();
6166
6227
  if (basePath) {