@revxui/api-clients-ts 0.10.170 → 0.10.171

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 (156) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +50 -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 +16 -11
  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 +314 -113
  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 +134 -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/apiListResponseCreativeSetsListDashboardData.js +1 -0
  40. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
  41. package/esm2015/model/audienceBackFilledStats.js +12 -0
  42. package/esm2015/model/audienceDTO.js +13 -1
  43. package/esm2015/model/audienceESDTO.js +16 -1
  44. package/esm2015/model/campaignDTO.js +1 -1
  45. package/esm2015/model/campaignESDTO.js +1 -1
  46. package/esm2015/model/clickDestination.js +1 -1
  47. package/esm2015/model/creative.js +1 -1
  48. package/esm2015/model/creativeCompactDTO.js +1 -1
  49. package/esm2015/model/creativeDTO.js +1 -1
  50. package/esm2015/model/creativePerformanceData.js +1 -1
  51. package/esm2015/model/creativeSetDetails.js +1 -1
  52. package/esm2015/model/creativeSetResponse.js +1 -16
  53. package/esm2015/model/creativeSetsListDashboardData.js +16 -0
  54. package/esm2015/model/dashboardData.js +1 -1
  55. package/esm2015/model/dashboardMetrics.js +1 -1
  56. package/esm2015/model/models.js +3 -3
  57. package/esm2015/model/parentBasedObject.js +1 -1
  58. package/esm2015/model/pixel.js +1 -1
  59. package/esm2015/model/reportingResponse.js +1 -1
  60. package/esm2015/model/ruleComponentDTO.js +1 -1
  61. package/esm2015/model/slicexData.js +1 -1
  62. package/esm2015/model/slicexGridData.js +1 -1
  63. package/esm2015/model/strategy.js +1 -1
  64. package/esm2015/model/strategyDTO.js +1 -1
  65. package/esm5/api/adminController.service.js +2 -2
  66. package/esm5/api/advertiserController.service.js +2 -2
  67. package/esm5/api/appSettingsController.service.js +2 -2
  68. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  69. package/esm5/api/audienceController.service.js +140 -3
  70. package/esm5/api/auditController.service.js +2 -2
  71. package/esm5/api/bulkStrategyController.service.js +2 -2
  72. package/esm5/api/cSSThemeController_.service.js +2 -2
  73. package/esm5/api/campaignController.service.js +12 -3
  74. package/esm5/api/catalogController.service.js +32 -5
  75. package/esm5/api/clickDestinationController.service.js +12 -3
  76. package/esm5/api/creativeController.service.js +22 -4
  77. package/esm5/api/creativeSetsController.service.js +23 -10
  78. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  79. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  80. package/esm5/api/creativeTemplatesController.service.js +2 -2
  81. package/esm5/api/dashboardController.service.js +12 -45
  82. package/esm5/api/pixelController.service.js +12 -3
  83. package/esm5/api/reportingController.service.js +2 -2
  84. package/esm5/api/sliceXController.service.js +2 -2
  85. package/esm5/api/strategyController.service.js +2 -2
  86. package/esm5/api/uILoggerController.service.js +2 -2
  87. package/esm5/api/userPreferenceController.service.js +2 -2
  88. package/esm5/model/advertiser.js +1 -1
  89. package/esm5/model/advertiserPojo.js +1 -1
  90. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +1 -0
  91. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
  92. package/esm5/model/audienceBackFilledStats.js +12 -0
  93. package/esm5/model/audienceDTO.js +13 -1
  94. package/esm5/model/audienceESDTO.js +16 -1
  95. package/esm5/model/campaignDTO.js +1 -1
  96. package/esm5/model/campaignESDTO.js +1 -1
  97. package/esm5/model/clickDestination.js +1 -1
  98. package/esm5/model/creative.js +1 -1
  99. package/esm5/model/creativeCompactDTO.js +1 -1
  100. package/esm5/model/creativeDTO.js +1 -1
  101. package/esm5/model/creativePerformanceData.js +1 -1
  102. package/esm5/model/creativeSetDetails.js +1 -1
  103. package/esm5/model/creativeSetResponse.js +1 -16
  104. package/esm5/model/creativeSetsListDashboardData.js +16 -0
  105. package/esm5/model/dashboardData.js +1 -1
  106. package/esm5/model/dashboardMetrics.js +1 -1
  107. package/esm5/model/models.js +3 -3
  108. package/esm5/model/parentBasedObject.js +1 -1
  109. package/esm5/model/pixel.js +1 -1
  110. package/esm5/model/reportingResponse.js +1 -1
  111. package/esm5/model/ruleComponentDTO.js +1 -1
  112. package/esm5/model/slicexData.js +1 -1
  113. package/esm5/model/slicexGridData.js +1 -1
  114. package/esm5/model/strategy.js +1 -1
  115. package/esm5/model/strategyDTO.js +1 -1
  116. package/fesm2015/revxui-api-clients-ts.js +310 -113
  117. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  118. package/fesm5/revxui-api-clients-ts.js +316 -115
  119. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  120. package/model/advertiser.d.ts +0 -1
  121. package/model/advertiserPojo.d.ts +0 -1
  122. package/model/{apiListResponseCreativeSetDashboardMetric.d.ts → apiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
  123. package/model/{apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts → apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
  124. package/model/audienceBackFilledStats.d.ts +21 -0
  125. package/model/audienceDTO.d.ts +19 -1
  126. package/model/audienceESDTO.d.ts +18 -1
  127. package/model/campaignDTO.d.ts +0 -1
  128. package/model/campaignESDTO.d.ts +0 -1
  129. package/model/clickDestination.d.ts +0 -1
  130. package/model/creative.d.ts +0 -1
  131. package/model/creativeCompactDTO.d.ts +0 -1
  132. package/model/creativeDTO.d.ts +0 -1
  133. package/model/creativePerformanceData.d.ts +0 -3
  134. package/model/creativeSetDetails.d.ts +10 -11
  135. package/model/creativeSetRequest.d.ts +10 -10
  136. package/model/creativeSetResponse.d.ts +0 -18
  137. package/model/{creativeSetDashboardMetric.d.ts → creativeSetsListDashboardData.d.ts} +5 -4
  138. package/model/dashboardData.d.ts +2 -0
  139. package/model/dashboardMetrics.d.ts +2 -0
  140. package/model/models.d.ts +4 -3
  141. package/model/parentBasedObject.d.ts +0 -1
  142. package/model/pixel.d.ts +0 -1
  143. package/model/reportingResponse.d.ts +0 -1
  144. package/model/ruleComponentDTO.d.ts +1 -0
  145. package/model/slicexData.d.ts +2 -0
  146. package/model/slicexGridData.d.ts +2 -0
  147. package/model/strategy.d.ts +0 -1
  148. package/model/strategyDTO.d.ts +0 -1
  149. package/package.json +1 -1
  150. package/revxui-api-clients-ts.metadata.json +1 -1
  151. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
  152. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
  153. package/esm2015/model/creativeSetDashboardMetric.js +0 -16
  154. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
  155. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
  156. package/esm5/model/creativeSetDashboardMetric.js +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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
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://localhost:10045';
1314
1314
  this.defaultHeaders = new http.HttpHeaders();
1315
1315
  this.configuration = new Configuration();
1316
1316
  if (basePath) {
@@ -1382,6 +1382,75 @@
1382
1382
  reportProgress: reportProgress
1383
1383
  });
1384
1384
  };
1385
+ AudienceControllerService.prototype.activateBackfillRuleUsingGET = function (id, queryID, reqId, token, observe, reportProgress) {
1386
+ if (observe === void 0) { observe = 'body'; }
1387
+ if (reportProgress === void 0) { reportProgress = false; }
1388
+ if (id === null || id === undefined) {
1389
+ throw new Error('Required parameter id was null or undefined when calling activateBackfillRuleUsingGET.');
1390
+ }
1391
+ if (queryID === null || queryID === undefined) {
1392
+ throw new Error('Required parameter queryID was null or undefined when calling activateBackfillRuleUsingGET.');
1393
+ }
1394
+ var headers = this.defaultHeaders;
1395
+ if (reqId !== undefined && reqId !== null) {
1396
+ headers = headers.set('reqId', String(reqId));
1397
+ }
1398
+ if (token !== undefined && token !== null) {
1399
+ headers = headers.set('token', String(token));
1400
+ }
1401
+ // to determine the Accept header
1402
+ var httpHeaderAccepts = [
1403
+ '*/*'
1404
+ ];
1405
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1406
+ if (httpHeaderAcceptSelected != undefined) {
1407
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1408
+ }
1409
+ // to determine the Content-Type header
1410
+ var consumes = [];
1411
+ return this.httpClient.get(this.basePath + "/v2/api/audience/" + encodeURIComponent(String(id)) + "/" + encodeURIComponent(String(queryID)), {
1412
+ withCredentials: this.configuration.withCredentials,
1413
+ headers: headers,
1414
+ observe: observe,
1415
+ reportProgress: reportProgress
1416
+ });
1417
+ };
1418
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1419
+ if (observe === void 0) { observe = 'body'; }
1420
+ if (reportProgress === void 0) { reportProgress = false; }
1421
+ if (audience === null || audience === undefined) {
1422
+ throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1423
+ }
1424
+ var headers = this.defaultHeaders;
1425
+ if (reqId !== undefined && reqId !== null) {
1426
+ headers = headers.set('reqId', String(reqId));
1427
+ }
1428
+ if (token !== undefined && token !== null) {
1429
+ headers = headers.set('token', String(token));
1430
+ }
1431
+ // to determine the Accept header
1432
+ var httpHeaderAccepts = [
1433
+ 'application/json'
1434
+ ];
1435
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1436
+ if (httpHeaderAcceptSelected != undefined) {
1437
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1438
+ }
1439
+ // to determine the Content-Type header
1440
+ var consumes = [
1441
+ 'application/json'
1442
+ ];
1443
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1444
+ if (httpContentTypeSelected != undefined) {
1445
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1446
+ }
1447
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1448
+ withCredentials: this.configuration.withCredentials,
1449
+ headers: headers,
1450
+ observe: observe,
1451
+ reportProgress: reportProgress
1452
+ });
1453
+ };
1385
1454
  AudienceControllerService.prototype.checkConnectionUsingPOST = function (config, reqId, token, observe, reportProgress) {
1386
1455
  if (observe === void 0) { observe = 'body'; }
1387
1456
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1521,16 +1590,25 @@
1521
1590
  reportProgress: reportProgress
1522
1591
  });
1523
1592
  };
1524
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1593
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1525
1594
  if (observe === void 0) { observe = 'body'; }
1526
1595
  if (reportProgress === void 0) { reportProgress = false; }
1527
1596
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1528
1597
  if (advertiser_id !== undefined && advertiser_id !== null) {
1529
1598
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1530
1599
  }
1600
+ if (pageNumber !== undefined && pageNumber !== null) {
1601
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
1602
+ }
1603
+ if (pageSize !== undefined && pageSize !== null) {
1604
+ queryParameters = queryParameters.set('pageSize', pageSize);
1605
+ }
1531
1606
  if (refresh !== undefined && refresh !== null) {
1532
1607
  queryParameters = queryParameters.set('refresh', refresh);
1533
1608
  }
1609
+ if (sort !== undefined && sort !== null) {
1610
+ queryParameters = queryParameters.set('sort', sort);
1611
+ }
1534
1612
  var headers = this.defaultHeaders;
1535
1613
  if (reqId !== undefined && reqId !== null) {
1536
1614
  headers = headers.set('reqId', String(reqId));
@@ -1641,6 +1719,65 @@
1641
1719
  reportProgress: reportProgress
1642
1720
  });
1643
1721
  };
1722
+ AudienceControllerService.prototype.getChartDataUsingPOST = function (audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe, reportProgress) {
1723
+ if (observe === void 0) { observe = 'body'; }
1724
+ if (reportProgress === void 0) { reportProgress = false; }
1725
+ if (audienceType === null || audienceType === undefined) {
1726
+ throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
1727
+ }
1728
+ if (dashboardRequest === null || dashboardRequest === undefined) {
1729
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
1730
+ }
1731
+ if (id === null || id === undefined) {
1732
+ throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
1733
+ }
1734
+ if (metric === null || metric === undefined) {
1735
+ throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
1736
+ }
1737
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1738
+ if (audienceType !== undefined && audienceType !== null) {
1739
+ queryParameters = queryParameters.set('audienceType', audienceType);
1740
+ }
1741
+ if (id !== undefined && id !== null) {
1742
+ queryParameters = queryParameters.set('id', id);
1743
+ }
1744
+ if (metric !== undefined && metric !== null) {
1745
+ queryParameters = queryParameters.set('metric', metric);
1746
+ }
1747
+ if (refresh !== undefined && refresh !== null) {
1748
+ queryParameters = queryParameters.set('refresh', refresh);
1749
+ }
1750
+ var headers = this.defaultHeaders;
1751
+ if (reqId !== undefined && reqId !== null) {
1752
+ headers = headers.set('reqId', String(reqId));
1753
+ }
1754
+ if (token !== undefined && token !== null) {
1755
+ headers = headers.set('token', String(token));
1756
+ }
1757
+ // to determine the Accept header
1758
+ var httpHeaderAccepts = [
1759
+ 'application/json'
1760
+ ];
1761
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1762
+ if (httpHeaderAcceptSelected != undefined) {
1763
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1764
+ }
1765
+ // to determine the Content-Type header
1766
+ var consumes = [
1767
+ 'application/json'
1768
+ ];
1769
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1770
+ if (httpContentTypeSelected != undefined) {
1771
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1772
+ }
1773
+ return this.httpClient.post(this.basePath + "/v2/api/audience/chart", dashboardRequest, {
1774
+ params: queryParameters,
1775
+ withCredentials: this.configuration.withCredentials,
1776
+ headers: headers,
1777
+ observe: observe,
1778
+ reportProgress: reportProgress
1779
+ });
1780
+ };
1644
1781
  AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
1645
1782
  if (observe === void 0) { observe = 'body'; }
1646
1783
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1834,7 +1971,7 @@
1834
1971
  var AuditControllerService = /** @class */ (function () {
1835
1972
  function AuditControllerService(httpClient, basePath, configuration) {
1836
1973
  this.httpClient = httpClient;
1837
- this.basePath = 'https://apiv2stage1.atomex.net';
1974
+ this.basePath = 'https://localhost:10045';
1838
1975
  this.defaultHeaders = new http.HttpHeaders();
1839
1976
  this.configuration = new Configuration();
1840
1977
  if (basePath) {
@@ -2033,7 +2170,7 @@
2033
2170
  var BulkStrategyControllerService = /** @class */ (function () {
2034
2171
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2035
2172
  this.httpClient = httpClient;
2036
- this.basePath = 'https://apiv2stage1.atomex.net';
2173
+ this.basePath = 'https://localhost:10045';
2037
2174
  this.defaultHeaders = new http.HttpHeaders();
2038
2175
  this.configuration = new Configuration();
2039
2176
  if (basePath) {
@@ -2276,7 +2413,7 @@
2276
2413
  var CSSThemeController_Service = /** @class */ (function () {
2277
2414
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2278
2415
  this.httpClient = httpClient;
2279
- this.basePath = 'https://apiv2stage1.atomex.net';
2416
+ this.basePath = 'https://localhost:10045';
2280
2417
  this.defaultHeaders = new http.HttpHeaders();
2281
2418
  this.configuration = new Configuration();
2282
2419
  if (basePath) {
@@ -2397,7 +2534,7 @@
2397
2534
  var CampaignControllerService = /** @class */ (function () {
2398
2535
  function CampaignControllerService(httpClient, basePath, configuration) {
2399
2536
  this.httpClient = httpClient;
2400
- this.basePath = 'https://apiv2stage1.atomex.net';
2537
+ this.basePath = 'https://localhost:10045';
2401
2538
  this.defaultHeaders = new http.HttpHeaders();
2402
2539
  this.configuration = new Configuration();
2403
2540
  if (basePath) {
@@ -2542,7 +2679,7 @@
2542
2679
  reportProgress: reportProgress
2543
2680
  });
2544
2681
  };
2545
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2682
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2546
2683
  if (observe === void 0) { observe = 'body'; }
2547
2684
  if (reportProgress === void 0) { reportProgress = false; }
2548
2685
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2552,12 +2689,21 @@
2552
2689
  if (advertiser_id !== undefined && advertiser_id !== null) {
2553
2690
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2554
2691
  }
2692
+ if (pageNumber !== undefined && pageNumber !== null) {
2693
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2694
+ }
2695
+ if (pageSize !== undefined && pageSize !== null) {
2696
+ queryParameters = queryParameters.set('pageSize', pageSize);
2697
+ }
2555
2698
  if (refresh !== undefined && refresh !== null) {
2556
2699
  queryParameters = queryParameters.set('refresh', refresh);
2557
2700
  }
2558
2701
  if (search !== undefined && search !== null) {
2559
2702
  queryParameters = queryParameters.set('search', search);
2560
2703
  }
2704
+ if (sort !== undefined && sort !== null) {
2705
+ queryParameters = queryParameters.set('sort', sort);
2706
+ }
2561
2707
  var headers = this.defaultHeaders;
2562
2708
  if (reqId !== undefined && reqId !== null) {
2563
2709
  headers = headers.set('reqId', String(reqId));
@@ -2683,7 +2829,7 @@
2683
2829
  var CatalogControllerService = /** @class */ (function () {
2684
2830
  function CatalogControllerService(httpClient, basePath, configuration) {
2685
2831
  this.httpClient = httpClient;
2686
- this.basePath = 'https://apiv2stage1.atomex.net';
2832
+ this.basePath = 'https://localhost:10045';
2687
2833
  this.defaultHeaders = new http.HttpHeaders();
2688
2834
  this.configuration = new Configuration();
2689
2835
  if (basePath) {
@@ -2748,7 +2894,7 @@
2748
2894
  reportProgress: reportProgress
2749
2895
  });
2750
2896
  };
2751
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2897
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2752
2898
  if (observe === void 0) { observe = 'body'; }
2753
2899
  if (reportProgress === void 0) { reportProgress = false; }
2754
2900
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2758,9 +2904,18 @@
2758
2904
  if (advertiser_id !== undefined && advertiser_id !== null) {
2759
2905
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2760
2906
  }
2907
+ if (pageNumber !== undefined && pageNumber !== null) {
2908
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2909
+ }
2910
+ if (pageSize !== undefined && pageSize !== null) {
2911
+ queryParameters = queryParameters.set('pageSize', pageSize);
2912
+ }
2761
2913
  if (refresh !== undefined && refresh !== null) {
2762
2914
  queryParameters = queryParameters.set('refresh', refresh);
2763
2915
  }
2916
+ if (sort !== undefined && sort !== null) {
2917
+ queryParameters = queryParameters.set('sort', sort);
2918
+ }
2764
2919
  var headers = this.defaultHeaders;
2765
2920
  if (reqId !== undefined && reqId !== null) {
2766
2921
  headers = headers.set('reqId', String(reqId));
@@ -2792,7 +2947,7 @@
2792
2947
  reportProgress: reportProgress
2793
2948
  });
2794
2949
  };
2795
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2950
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2796
2951
  if (observe === void 0) { observe = 'body'; }
2797
2952
  if (reportProgress === void 0) { reportProgress = false; }
2798
2953
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2802,9 +2957,18 @@
2802
2957
  if (advertiser_id !== undefined && advertiser_id !== null) {
2803
2958
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2804
2959
  }
2960
+ if (pageNumber !== undefined && pageNumber !== null) {
2961
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2962
+ }
2963
+ if (pageSize !== undefined && pageSize !== null) {
2964
+ queryParameters = queryParameters.set('pageSize', pageSize);
2965
+ }
2805
2966
  if (refresh !== undefined && refresh !== null) {
2806
2967
  queryParameters = queryParameters.set('refresh', refresh);
2807
2968
  }
2969
+ if (sort !== undefined && sort !== null) {
2970
+ queryParameters = queryParameters.set('sort', sort);
2971
+ }
2808
2972
  var headers = this.defaultHeaders;
2809
2973
  if (reqId !== undefined && reqId !== null) {
2810
2974
  headers = headers.set('reqId', String(reqId));
@@ -2836,7 +3000,7 @@
2836
3000
  reportProgress: reportProgress
2837
3001
  });
2838
3002
  };
2839
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
3003
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2840
3004
  if (observe === void 0) { observe = 'body'; }
2841
3005
  if (reportProgress === void 0) { reportProgress = false; }
2842
3006
  if (feedId === null || feedId === undefined) {
@@ -2846,9 +3010,18 @@
2846
3010
  if (feedId !== undefined && feedId !== null) {
2847
3011
  queryParameters = queryParameters.set('feedId', feedId);
2848
3012
  }
3013
+ if (pageNumber !== undefined && pageNumber !== null) {
3014
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3015
+ }
3016
+ if (pageSize !== undefined && pageSize !== null) {
3017
+ queryParameters = queryParameters.set('pageSize', pageSize);
3018
+ }
2849
3019
  if (refresh !== undefined && refresh !== null) {
2850
3020
  queryParameters = queryParameters.set('refresh', refresh);
2851
3021
  }
3022
+ if (sort !== undefined && sort !== null) {
3023
+ queryParameters = queryParameters.set('sort', sort);
3024
+ }
2852
3025
  var headers = this.defaultHeaders;
2853
3026
  if (reqId !== undefined && reqId !== null) {
2854
3027
  headers = headers.set('reqId', String(reqId));
@@ -2906,7 +3079,7 @@
2906
3079
  var ClickDestinationControllerService = /** @class */ (function () {
2907
3080
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2908
3081
  this.httpClient = httpClient;
2909
- this.basePath = 'https://apiv2stage1.atomex.net';
3082
+ this.basePath = 'https://localhost:10045';
2910
3083
  this.defaultHeaders = new http.HttpHeaders();
2911
3084
  this.configuration = new Configuration();
2912
3085
  if (basePath) {
@@ -2977,7 +3150,7 @@
2977
3150
  reportProgress: reportProgress
2978
3151
  });
2979
3152
  };
2980
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
3153
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2981
3154
  if (observe === void 0) { observe = 'body'; }
2982
3155
  if (reportProgress === void 0) { reportProgress = false; }
2983
3156
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2987,9 +3160,18 @@
2987
3160
  if (advertiser_id !== undefined && advertiser_id !== null) {
2988
3161
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2989
3162
  }
3163
+ if (pageNumber !== undefined && pageNumber !== null) {
3164
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3165
+ }
3166
+ if (pageSize !== undefined && pageSize !== null) {
3167
+ queryParameters = queryParameters.set('pageSize', pageSize);
3168
+ }
2990
3169
  if (refresh !== undefined && refresh !== null) {
2991
3170
  queryParameters = queryParameters.set('refresh', refresh);
2992
3171
  }
3172
+ if (sort !== undefined && sort !== null) {
3173
+ queryParameters = queryParameters.set('sort', sort);
3174
+ }
2993
3175
  var headers = this.defaultHeaders;
2994
3176
  if (reqId !== undefined && reqId !== null) {
2995
3177
  headers = headers.set('reqId', String(reqId));
@@ -3156,7 +3338,7 @@
3156
3338
  var CreativeControllerService = /** @class */ (function () {
3157
3339
  function CreativeControllerService(httpClient, basePath, configuration) {
3158
3340
  this.httpClient = httpClient;
3159
- this.basePath = 'https://apiv2stage1.atomex.net';
3341
+ this.basePath = 'https://localhost:10045';
3160
3342
  this.defaultHeaders = new http.HttpHeaders();
3161
3343
  this.configuration = new Configuration();
3162
3344
  if (basePath) {
@@ -3483,19 +3665,28 @@
3483
3665
  reportProgress: reportProgress
3484
3666
  });
3485
3667
  };
3486
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3668
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3487
3669
  if (observe === void 0) { observe = 'body'; }
3488
3670
  if (reportProgress === void 0) { reportProgress = false; }
3489
3671
  if (search === null || search === undefined) {
3490
3672
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3491
3673
  }
3492
3674
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3675
+ if (pageNumber !== undefined && pageNumber !== null) {
3676
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3677
+ }
3678
+ if (pageSize !== undefined && pageSize !== null) {
3679
+ queryParameters = queryParameters.set('pageSize', pageSize);
3680
+ }
3493
3681
  if (refresh !== undefined && refresh !== null) {
3494
3682
  queryParameters = queryParameters.set('refresh', refresh);
3495
3683
  }
3496
3684
  if (skadtarget !== undefined && skadtarget !== null) {
3497
3685
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3498
3686
  }
3687
+ if (sort !== undefined && sort !== null) {
3688
+ queryParameters = queryParameters.set('sort', sort);
3689
+ }
3499
3690
  var headers = this.defaultHeaders;
3500
3691
  if (reqId !== undefined && reqId !== null) {
3501
3692
  headers = headers.set('reqId', String(reqId));
@@ -3527,16 +3718,25 @@
3527
3718
  reportProgress: reportProgress
3528
3719
  });
3529
3720
  };
3530
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3721
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3531
3722
  if (observe === void 0) { observe = 'body'; }
3532
3723
  if (reportProgress === void 0) { reportProgress = false; }
3533
3724
  if (search === null || search === undefined) {
3534
3725
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3535
3726
  }
3536
3727
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3728
+ if (pageNumber !== undefined && pageNumber !== null) {
3729
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3730
+ }
3731
+ if (pageSize !== undefined && pageSize !== null) {
3732
+ queryParameters = queryParameters.set('pageSize', pageSize);
3733
+ }
3537
3734
  if (refresh !== undefined && refresh !== null) {
3538
3735
  queryParameters = queryParameters.set('refresh', refresh);
3539
3736
  }
3737
+ if (sort !== undefined && sort !== null) {
3738
+ queryParameters = queryParameters.set('sort', sort);
3739
+ }
3540
3740
  var headers = this.defaultHeaders;
3541
3741
  if (reqId !== undefined && reqId !== null) {
3542
3742
  headers = headers.set('reqId', String(reqId));
@@ -3633,7 +3833,7 @@
3633
3833
  var CreativeSetsControllerService = /** @class */ (function () {
3634
3834
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3635
3835
  this.httpClient = httpClient;
3636
- this.basePath = 'https://apiv2stage1.atomex.net';
3836
+ this.basePath = 'https://localhost:10045';
3637
3837
  this.defaultHeaders = new http.HttpHeaders();
3638
3838
  this.configuration = new Configuration();
3639
3839
  if (basePath) {
@@ -3739,16 +3939,12 @@
3739
3939
  reportProgress: reportProgress
3740
3940
  });
3741
3941
  };
3742
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3942
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3743
3943
  if (observe === void 0) { observe = 'body'; }
3744
3944
  if (reportProgress === void 0) { reportProgress = false; }
3745
3945
  if (id === null || id === undefined) {
3746
3946
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3747
3947
  }
3748
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3749
- if (refresh !== undefined && refresh !== null) {
3750
- queryParameters = queryParameters.set('refresh', refresh);
3751
- }
3752
3948
  var headers = this.defaultHeaders;
3753
3949
  if (reqId !== undefined && reqId !== null) {
3754
3950
  headers = headers.set('reqId', String(reqId));
@@ -3767,23 +3963,31 @@
3767
3963
  // to determine the Content-Type header
3768
3964
  var consumes = [];
3769
3965
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3770
- params: queryParameters,
3771
3966
  withCredentials: this.configuration.withCredentials,
3772
3967
  headers: headers,
3773
3968
  observe: observe,
3774
3969
  reportProgress: reportProgress
3775
3970
  });
3776
3971
  };
3777
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3972
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3778
3973
  if (observe === void 0) { observe = 'body'; }
3779
3974
  if (reportProgress === void 0) { reportProgress = false; }
3780
3975
  if (dashboardRequest === null || dashboardRequest === undefined) {
3781
3976
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3782
3977
  }
3783
3978
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3979
+ if (pageNumber !== undefined && pageNumber !== null) {
3980
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3981
+ }
3982
+ if (pageSize !== undefined && pageSize !== null) {
3983
+ queryParameters = queryParameters.set('pageSize', pageSize);
3984
+ }
3784
3985
  if (refresh !== undefined && refresh !== null) {
3785
3986
  queryParameters = queryParameters.set('refresh', refresh);
3786
3987
  }
3988
+ if (sort !== undefined && sort !== null) {
3989
+ queryParameters = queryParameters.set('sort', sort);
3990
+ }
3787
3991
  var headers = this.defaultHeaders;
3788
3992
  if (reqId !== undefined && reqId !== null) {
3789
3993
  headers = headers.set('reqId', String(reqId));
@@ -3815,7 +4019,7 @@
3815
4019
  reportProgress: reportProgress
3816
4020
  });
3817
4021
  };
3818
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
4022
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3819
4023
  if (observe === void 0) { observe = 'body'; }
3820
4024
  if (reportProgress === void 0) { reportProgress = false; }
3821
4025
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3825,9 +4029,18 @@
3825
4029
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3826
4030
  }
3827
4031
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4032
+ if (pageNumber !== undefined && pageNumber !== null) {
4033
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4034
+ }
4035
+ if (pageSize !== undefined && pageSize !== null) {
4036
+ queryParameters = queryParameters.set('pageSize', pageSize);
4037
+ }
3828
4038
  if (refresh !== undefined && refresh !== null) {
3829
4039
  queryParameters = queryParameters.set('refresh', refresh);
3830
4040
  }
4041
+ if (sort !== undefined && sort !== null) {
4042
+ queryParameters = queryParameters.set('sort', sort);
4043
+ }
3831
4044
  var headers = this.defaultHeaders;
3832
4045
  if (reqId !== undefined && reqId !== null) {
3833
4046
  headers = headers.set('reqId', String(reqId));
@@ -3968,7 +4181,7 @@
3968
4181
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3969
4182
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3970
4183
  this.httpClient = httpClient;
3971
- this.basePath = 'https://apiv2stage1.atomex.net';
4184
+ this.basePath = 'https://localhost:10045';
3972
4185
  this.defaultHeaders = new http.HttpHeaders();
3973
4186
  this.configuration = new Configuration();
3974
4187
  if (basePath) {
@@ -4169,7 +4382,7 @@
4169
4382
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4170
4383
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4171
4384
  this.httpClient = httpClient;
4172
- this.basePath = 'https://apiv2stage1.atomex.net';
4385
+ this.basePath = 'https://localhost:10045';
4173
4386
  this.defaultHeaders = new http.HttpHeaders();
4174
4387
  this.configuration = new Configuration();
4175
4388
  if (basePath) {
@@ -4257,7 +4470,7 @@
4257
4470
  var CreativeTemplatesControllerService = /** @class */ (function () {
4258
4471
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4259
4472
  this.httpClient = httpClient;
4260
- this.basePath = 'https://apiv2stage1.atomex.net';
4473
+ this.basePath = 'https://localhost:10045';
4261
4474
  this.defaultHeaders = new http.HttpHeaders();
4262
4475
  this.configuration = new Configuration();
4263
4476
  if (basePath) {
@@ -4436,7 +4649,7 @@
4436
4649
  var DashboardControllerService = /** @class */ (function () {
4437
4650
  function DashboardControllerService(httpClient, basePath, configuration) {
4438
4651
  this.httpClient = httpClient;
4439
- this.basePath = 'https://apiv2stage1.atomex.net';
4652
+ this.basePath = 'https://localhost:10045';
4440
4653
  this.defaultHeaders = new http.HttpHeaders();
4441
4654
  this.configuration = new Configuration();
4442
4655
  if (basePath) {
@@ -4471,48 +4684,6 @@
4471
4684
  }
4472
4685
  return false;
4473
4686
  };
4474
- DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4475
- if (observe === void 0) { observe = 'body'; }
4476
- if (reportProgress === void 0) { reportProgress = false; }
4477
- if (id === null || id === undefined) {
4478
- throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4479
- }
4480
- if (tableEntity === null || tableEntity === undefined) {
4481
- throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4482
- }
4483
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4484
- if (id) {
4485
- id.forEach(function (element) {
4486
- queryParameters = queryParameters.append('id', element);
4487
- });
4488
- }
4489
- var headers = this.defaultHeaders;
4490
- if (reqId !== undefined && reqId !== null) {
4491
- headers = headers.set('reqId', String(reqId));
4492
- }
4493
- if (token !== undefined && token !== null) {
4494
- headers = headers.set('token', String(token));
4495
- }
4496
- // to determine the Accept header
4497
- var httpHeaderAccepts = [
4498
- 'application/json'
4499
- ];
4500
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4501
- if (httpHeaderAcceptSelected != undefined) {
4502
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4503
- }
4504
- // to determine the Content-Type header
4505
- var consumes = [
4506
- 'application/json'
4507
- ];
4508
- return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4509
- params: queryParameters,
4510
- withCredentials: this.configuration.withCredentials,
4511
- headers: headers,
4512
- observe: observe,
4513
- reportProgress: reportProgress
4514
- });
4515
- };
4516
4687
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4517
4688
  if (observe === void 0) { observe = 'body'; }
4518
4689
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4743,7 +4914,7 @@
4743
4914
  reportProgress: reportProgress
4744
4915
  });
4745
4916
  };
4746
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4917
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4747
4918
  if (observe === void 0) { observe = 'body'; }
4748
4919
  if (reportProgress === void 0) { reportProgress = false; }
4749
4920
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4756,12 +4927,21 @@
4756
4927
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4757
4928
  }
4758
4929
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4930
+ if (pageNumber !== undefined && pageNumber !== null) {
4931
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4932
+ }
4933
+ if (pageSize !== undefined && pageSize !== null) {
4934
+ queryParameters = queryParameters.set('pageSize', pageSize);
4935
+ }
4759
4936
  if (refresh !== undefined && refresh !== null) {
4760
4937
  queryParameters = queryParameters.set('refresh', refresh);
4761
4938
  }
4762
4939
  if (showuu !== undefined && showuu !== null) {
4763
4940
  queryParameters = queryParameters.set('showuu', showuu);
4764
4941
  }
4942
+ if (sort !== undefined && sort !== null) {
4943
+ queryParameters = queryParameters.set('sort', sort);
4944
+ }
4765
4945
  var headers = this.defaultHeaders;
4766
4946
  if (reqId !== undefined && reqId !== null) {
4767
4947
  headers = headers.set('reqId', String(reqId));
@@ -5093,7 +5273,7 @@
5093
5273
  var PixelControllerService = /** @class */ (function () {
5094
5274
  function PixelControllerService(httpClient, basePath, configuration) {
5095
5275
  this.httpClient = httpClient;
5096
- this.basePath = 'https://apiv2stage1.atomex.net';
5276
+ this.basePath = 'https://localhost:10045';
5097
5277
  this.defaultHeaders = new http.HttpHeaders();
5098
5278
  this.configuration = new Configuration();
5099
5279
  if (basePath) {
@@ -5308,7 +5488,7 @@
5308
5488
  reportProgress: reportProgress
5309
5489
  });
5310
5490
  };
5311
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5491
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5312
5492
  if (observe === void 0) { observe = 'body'; }
5313
5493
  if (reportProgress === void 0) { reportProgress = false; }
5314
5494
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5318,9 +5498,18 @@
5318
5498
  if (advertiser_id !== undefined && advertiser_id !== null) {
5319
5499
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5320
5500
  }
5501
+ if (pageNumber !== undefined && pageNumber !== null) {
5502
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
5503
+ }
5504
+ if (pageSize !== undefined && pageSize !== null) {
5505
+ queryParameters = queryParameters.set('pageSize', pageSize);
5506
+ }
5321
5507
  if (refresh !== undefined && refresh !== null) {
5322
5508
  queryParameters = queryParameters.set('refresh', refresh);
5323
5509
  }
5510
+ if (sort !== undefined && sort !== null) {
5511
+ queryParameters = queryParameters.set('sort', sort);
5512
+ }
5324
5513
  var headers = this.defaultHeaders;
5325
5514
  if (reqId !== undefined && reqId !== null) {
5326
5515
  headers = headers.set('reqId', String(reqId));
@@ -5422,7 +5611,7 @@
5422
5611
  var ReportingControllerService = /** @class */ (function () {
5423
5612
  function ReportingControllerService(httpClient, basePath, configuration) {
5424
5613
  this.httpClient = httpClient;
5425
- this.basePath = 'https://apiv2stage1.atomex.net';
5614
+ this.basePath = 'https://localhost:10045';
5426
5615
  this.defaultHeaders = new http.HttpHeaders();
5427
5616
  this.configuration = new Configuration();
5428
5617
  if (basePath) {
@@ -5606,7 +5795,7 @@
5606
5795
  var SliceXControllerService = /** @class */ (function () {
5607
5796
  function SliceXControllerService(httpClient, basePath, configuration) {
5608
5797
  this.httpClient = httpClient;
5609
- this.basePath = 'https://apiv2stage1.atomex.net';
5798
+ this.basePath = 'https://localhost:10045';
5610
5799
  this.defaultHeaders = new http.HttpHeaders();
5611
5800
  this.configuration = new Configuration();
5612
5801
  if (basePath) {
@@ -5791,7 +5980,7 @@
5791
5980
  var StrategyControllerService = /** @class */ (function () {
5792
5981
  function StrategyControllerService(httpClient, basePath, configuration) {
5793
5982
  this.httpClient = httpClient;
5794
- this.basePath = 'https://apiv2stage1.atomex.net';
5983
+ this.basePath = 'https://localhost:10045';
5795
5984
  this.defaultHeaders = new http.HttpHeaders();
5796
5985
  this.configuration = new Configuration();
5797
5986
  if (basePath) {
@@ -6279,7 +6468,7 @@
6279
6468
  var UILoggerControllerService = /** @class */ (function () {
6280
6469
  function UILoggerControllerService(httpClient, basePath, configuration) {
6281
6470
  this.httpClient = httpClient;
6282
- this.basePath = 'https://apiv2stage1.atomex.net';
6471
+ this.basePath = 'https://localhost:10045';
6283
6472
  this.defaultHeaders = new http.HttpHeaders();
6284
6473
  this.configuration = new Configuration();
6285
6474
  if (basePath) {
@@ -6381,7 +6570,7 @@
6381
6570
  var UserPreferenceControllerService = /** @class */ (function () {
6382
6571
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6383
6572
  this.httpClient = httpClient;
6384
- this.basePath = 'https://apiv2stage1.atomex.net';
6573
+ this.basePath = 'https://localhost:10045';
6385
6574
  this.defaultHeaders = new http.HttpHeaders();
6386
6575
  this.configuration = new Configuration();
6387
6576
  if (basePath) {
@@ -6628,6 +6817,18 @@
6628
6817
 
6629
6818
 
6630
6819
  (function (AudienceDTO) {
6820
+ AudienceDTO.AudienceTypeEnum = {
6821
+ WEBBROWSING: 'WEB_BROWSING',
6822
+ MOBILEAPP: 'MOBILE_APP',
6823
+ DMP: 'DMP',
6824
+ CRM: 'CRM',
6825
+ RULEBASED: 'RULE_BASED',
6826
+ RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
6827
+ CRMEMAIL: 'CRM_EMAIL',
6828
+ CRMPHONE: 'CRM_PHONE',
6829
+ LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
6830
+ FACEBOOKID: 'FACEBOOK_ID'
6831
+ };
6631
6832
  AudienceDTO.DurationUnitEnum = {
6632
6833
  MINUTE: 'MINUTE',
6633
6834
  HOUR: 'HOUR',
@@ -6637,6 +6838,33 @@
6637
6838
  };
6638
6839
  })(exports.AudienceDTO || (exports.AudienceDTO = {}));
6639
6840
 
6841
+ /**
6842
+ * Api Documentation
6843
+ * Api Documentation
6844
+ *
6845
+ * OpenAPI spec version: 1.0
6846
+ *
6847
+ *
6848
+ * NOTE: This class is auto generated by the swagger code generator program.
6849
+ * https://github.com/swagger-api/swagger-codegen.git
6850
+ * Do not edit the class manually.
6851
+ */
6852
+
6853
+ (function (AudienceESDTO) {
6854
+ AudienceESDTO.AudienceTypeEnum = {
6855
+ WEBBROWSING: 'WEB_BROWSING',
6856
+ MOBILEAPP: 'MOBILE_APP',
6857
+ DMP: 'DMP',
6858
+ CRM: 'CRM',
6859
+ RULEBASED: 'RULE_BASED',
6860
+ RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
6861
+ CRMEMAIL: 'CRM_EMAIL',
6862
+ CRMPHONE: 'CRM_PHONE',
6863
+ LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
6864
+ FACEBOOKID: 'FACEBOOK_ID'
6865
+ };
6866
+ })(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
6867
+
6640
6868
 
6641
6869
  (function (ClickDestination) {
6642
6870
  ClickDestination.CampaignTypeEnum = {
@@ -6784,22 +7012,6 @@
6784
7012
  })(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
6785
7013
 
6786
7014
 
6787
- (function (CreativeSetDashboardMetric) {
6788
- CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6789
- IMAGE: 'IMAGE',
6790
- VIDEO: 'VIDEO',
6791
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6792
- ZIPPEDHTML: 'ZIPPED_HTML',
6793
- NATIVEIMAGE: 'NATIVE_IMAGE',
6794
- NATIVEVIDEO: 'NATIVE_VIDEO',
6795
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6796
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6797
- DYNAMICHTML: 'DYNAMIC_HTML',
6798
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6799
- };
6800
- })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
6801
-
6802
-
6803
7015
  (function (CreativeSetDetails) {
6804
7016
  CreativeSetDetails.TypeEnum = {
6805
7017
  IMAGE: 'IMAGE',
@@ -6831,20 +7043,9 @@
6831
7043
  };
6832
7044
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
6833
7045
 
6834
- /**
6835
- * Api Documentation
6836
- * Api Documentation
6837
- *
6838
- * OpenAPI spec version: 1.0
6839
- *
6840
- *
6841
- * NOTE: This class is auto generated by the swagger code generator program.
6842
- * https://github.com/swagger-api/swagger-codegen.git
6843
- * Do not edit the class manually.
6844
- */
6845
7046
 
6846
- (function (CreativeSetResponse) {
6847
- CreativeSetResponse.OtherCreativeSetTypeEnum = {
7047
+ (function (CreativeSetsListDashboardData) {
7048
+ CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6848
7049
  IMAGE: 'IMAGE',
6849
7050
  VIDEO: 'VIDEO',
6850
7051
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6856,7 +7057,7 @@
6856
7057
  DYNAMICHTML: 'DYNAMIC_HTML',
6857
7058
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6858
7059
  };
6859
- })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7060
+ })(exports.CreativeSetsListDashboardData || (exports.CreativeSetsListDashboardData = {}));
6860
7061
 
6861
7062
  /**
6862
7063
  * Api Documentation