@revxui/api-clients-ts 0.10.170 → 0.10.174

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 (166) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +51 -4
  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/apiListResponseAudienceESDTO.js +1 -0
  40. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +1 -0
  41. package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
  42. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
  43. package/esm2015/model/audienceBackFilledStats.js +12 -0
  44. package/esm2015/model/audienceDTO.js +13 -1
  45. package/esm2015/model/audienceESDTO.js +16 -1
  46. package/esm2015/model/campaignDTO.js +1 -1
  47. package/esm2015/model/campaignESDTO.js +1 -1
  48. package/esm2015/model/clickDestination.js +1 -1
  49. package/esm2015/model/creative.js +1 -1
  50. package/esm2015/model/creativeCompactDTO.js +1 -1
  51. package/esm2015/model/creativeDTO.js +1 -1
  52. package/esm2015/model/creativePerformanceData.js +1 -1
  53. package/esm2015/model/creativeSetDetails.js +1 -1
  54. package/esm2015/model/creativeSetResponse.js +1 -16
  55. package/esm2015/model/creativeSetsListDashboardData.js +16 -0
  56. package/esm2015/model/dashboardData.js +1 -1
  57. package/esm2015/model/dashboardMetrics.js +1 -1
  58. package/esm2015/model/models.js +3 -3
  59. package/esm2015/model/parentBasedObject.js +1 -1
  60. package/esm2015/model/pixel.js +1 -1
  61. package/esm2015/model/reportingResponse.js +1 -1
  62. package/esm2015/model/ruleComponentDTO.js +1 -1
  63. package/esm2015/model/slicexData.js +1 -1
  64. package/esm2015/model/slicexGridData.js +1 -1
  65. package/esm2015/model/strategy.js +1 -1
  66. package/esm2015/model/strategyDTO.js +1 -1
  67. package/esm5/api/adminController.service.js +2 -2
  68. package/esm5/api/advertiserController.service.js +2 -2
  69. package/esm5/api/appSettingsController.service.js +2 -2
  70. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  71. package/esm5/api/audienceController.service.js +140 -3
  72. package/esm5/api/auditController.service.js +2 -2
  73. package/esm5/api/bulkStrategyController.service.js +2 -2
  74. package/esm5/api/cSSThemeController_.service.js +2 -2
  75. package/esm5/api/campaignController.service.js +12 -3
  76. package/esm5/api/catalogController.service.js +32 -5
  77. package/esm5/api/clickDestinationController.service.js +12 -3
  78. package/esm5/api/creativeController.service.js +22 -4
  79. package/esm5/api/creativeSetsController.service.js +23 -10
  80. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  81. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  82. package/esm5/api/creativeTemplatesController.service.js +2 -2
  83. package/esm5/api/dashboardController.service.js +12 -45
  84. package/esm5/api/pixelController.service.js +12 -3
  85. package/esm5/api/reportingController.service.js +2 -2
  86. package/esm5/api/sliceXController.service.js +2 -2
  87. package/esm5/api/strategyController.service.js +2 -2
  88. package/esm5/api/uILoggerController.service.js +2 -2
  89. package/esm5/api/userPreferenceController.service.js +2 -2
  90. package/esm5/model/advertiser.js +1 -1
  91. package/esm5/model/advertiserPojo.js +1 -1
  92. package/esm5/model/apiListResponseAudienceESDTO.js +1 -0
  93. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +1 -0
  94. package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +1 -0
  95. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
  96. package/esm5/model/audienceBackFilledStats.js +12 -0
  97. package/esm5/model/audienceDTO.js +13 -1
  98. package/esm5/model/audienceESDTO.js +16 -1
  99. package/esm5/model/campaignDTO.js +1 -1
  100. package/esm5/model/campaignESDTO.js +1 -1
  101. package/esm5/model/clickDestination.js +1 -1
  102. package/esm5/model/creative.js +1 -1
  103. package/esm5/model/creativeCompactDTO.js +1 -1
  104. package/esm5/model/creativeDTO.js +1 -1
  105. package/esm5/model/creativePerformanceData.js +1 -1
  106. package/esm5/model/creativeSetDetails.js +1 -1
  107. package/esm5/model/creativeSetResponse.js +1 -16
  108. package/esm5/model/creativeSetsListDashboardData.js +16 -0
  109. package/esm5/model/dashboardData.js +1 -1
  110. package/esm5/model/dashboardMetrics.js +1 -1
  111. package/esm5/model/models.js +3 -3
  112. package/esm5/model/parentBasedObject.js +1 -1
  113. package/esm5/model/pixel.js +1 -1
  114. package/esm5/model/reportingResponse.js +1 -1
  115. package/esm5/model/ruleComponentDTO.js +1 -1
  116. package/esm5/model/slicexData.js +1 -1
  117. package/esm5/model/slicexGridData.js +1 -1
  118. package/esm5/model/strategy.js +1 -1
  119. package/esm5/model/strategyDTO.js +1 -1
  120. package/fesm2015/revxui-api-clients-ts.js +310 -113
  121. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  122. package/fesm5/revxui-api-clients-ts.js +316 -115
  123. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  124. package/model/advertiser.d.ts +0 -1
  125. package/model/advertiserPojo.d.ts +0 -1
  126. package/model/{apiListResponseListAudienceESDTO.d.ts → apiListResponseAudienceESDTO.d.ts} +2 -2
  127. package/model/{apiListResponseCreativeSetDashboardMetric.d.ts → apiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
  128. package/model/{apiResponseObjectApiListResponseListAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudienceESDTO.d.ts} +3 -3
  129. package/model/{apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts → apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
  130. package/model/audienceBackFilledStats.d.ts +21 -0
  131. package/model/audienceDTO.d.ts +23 -1
  132. package/model/audienceESDTO.d.ts +17 -1
  133. package/model/campaignDTO.d.ts +0 -1
  134. package/model/campaignESDTO.d.ts +0 -1
  135. package/model/clickDestination.d.ts +0 -1
  136. package/model/creative.d.ts +0 -1
  137. package/model/creativeCompactDTO.d.ts +0 -1
  138. package/model/creativeDTO.d.ts +0 -1
  139. package/model/creativePerformanceData.d.ts +0 -3
  140. package/model/creativeSetDetails.d.ts +10 -11
  141. package/model/creativeSetRequest.d.ts +10 -10
  142. package/model/creativeSetResponse.d.ts +0 -18
  143. package/model/{creativeSetDashboardMetric.d.ts → creativeSetsListDashboardData.d.ts} +5 -4
  144. package/model/dashboardData.d.ts +2 -0
  145. package/model/dashboardMetrics.d.ts +2 -0
  146. package/model/models.d.ts +6 -5
  147. package/model/parentBasedObject.d.ts +0 -1
  148. package/model/pixel.d.ts +0 -1
  149. package/model/reportingResponse.d.ts +0 -1
  150. package/model/ruleComponentDTO.d.ts +1 -0
  151. package/model/slicexData.d.ts +2 -0
  152. package/model/slicexGridData.d.ts +2 -0
  153. package/model/strategy.d.ts +0 -1
  154. package/model/strategyDTO.d.ts +0 -1
  155. package/package.json +1 -1
  156. package/revxui-api-clients-ts.metadata.json +1 -1
  157. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
  158. package/esm2015/model/apiListResponseListAudienceESDTO.js +0 -1
  159. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
  160. package/esm2015/model/apiResponseObjectApiListResponseListAudienceESDTO.js +0 -1
  161. package/esm2015/model/creativeSetDashboardMetric.js +0 -16
  162. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
  163. package/esm5/model/apiListResponseListAudienceESDTO.js +0 -1
  164. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
  165. package/esm5/model/apiResponseObjectApiListResponseListAudienceESDTO.js +0 -1
  166. package/esm5/model/creativeSetDashboardMetric.js +0 -16
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://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) {
@@ -1161,6 +1161,75 @@ var AudienceControllerService = /** @class */ (function () {
1161
1161
  reportProgress: reportProgress
1162
1162
  });
1163
1163
  };
1164
+ AudienceControllerService.prototype.activateBackfillRuleUsingGET = function (id, queryID, reqId, token, observe, reportProgress) {
1165
+ if (observe === void 0) { observe = 'body'; }
1166
+ if (reportProgress === void 0) { reportProgress = false; }
1167
+ if (id === null || id === undefined) {
1168
+ throw new Error('Required parameter id was null or undefined when calling activateBackfillRuleUsingGET.');
1169
+ }
1170
+ if (queryID === null || queryID === undefined) {
1171
+ throw new Error('Required parameter queryID was null or undefined when calling activateBackfillRuleUsingGET.');
1172
+ }
1173
+ var headers = this.defaultHeaders;
1174
+ if (reqId !== undefined && reqId !== null) {
1175
+ headers = headers.set('reqId', String(reqId));
1176
+ }
1177
+ if (token !== undefined && token !== null) {
1178
+ headers = headers.set('token', String(token));
1179
+ }
1180
+ // to determine the Accept header
1181
+ var httpHeaderAccepts = [
1182
+ '*/*'
1183
+ ];
1184
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1185
+ if (httpHeaderAcceptSelected != undefined) {
1186
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1187
+ }
1188
+ // to determine the Content-Type header
1189
+ var consumes = [];
1190
+ return this.httpClient.get(this.basePath + "/v2/api/audience/" + encodeURIComponent(String(id)) + "/" + encodeURIComponent(String(queryID)), {
1191
+ withCredentials: this.configuration.withCredentials,
1192
+ headers: headers,
1193
+ observe: observe,
1194
+ reportProgress: reportProgress
1195
+ });
1196
+ };
1197
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1198
+ if (observe === void 0) { observe = 'body'; }
1199
+ if (reportProgress === void 0) { reportProgress = false; }
1200
+ if (audience === null || audience === undefined) {
1201
+ throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1202
+ }
1203
+ var headers = this.defaultHeaders;
1204
+ if (reqId !== undefined && reqId !== null) {
1205
+ headers = headers.set('reqId', String(reqId));
1206
+ }
1207
+ if (token !== undefined && token !== null) {
1208
+ headers = headers.set('token', String(token));
1209
+ }
1210
+ // to determine the Accept header
1211
+ var httpHeaderAccepts = [
1212
+ 'application/json'
1213
+ ];
1214
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1215
+ if (httpHeaderAcceptSelected != undefined) {
1216
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1217
+ }
1218
+ // to determine the Content-Type header
1219
+ var consumes = [
1220
+ 'application/json'
1221
+ ];
1222
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1223
+ if (httpContentTypeSelected != undefined) {
1224
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1225
+ }
1226
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1227
+ withCredentials: this.configuration.withCredentials,
1228
+ headers: headers,
1229
+ observe: observe,
1230
+ reportProgress: reportProgress
1231
+ });
1232
+ };
1164
1233
  AudienceControllerService.prototype.checkConnectionUsingPOST = function (config, reqId, token, observe, reportProgress) {
1165
1234
  if (observe === void 0) { observe = 'body'; }
1166
1235
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1300,16 +1369,25 @@ var AudienceControllerService = /** @class */ (function () {
1300
1369
  reportProgress: reportProgress
1301
1370
  });
1302
1371
  };
1303
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1372
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1304
1373
  if (observe === void 0) { observe = 'body'; }
1305
1374
  if (reportProgress === void 0) { reportProgress = false; }
1306
1375
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1307
1376
  if (advertiser_id !== undefined && advertiser_id !== null) {
1308
1377
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1309
1378
  }
1379
+ if (pageNumber !== undefined && pageNumber !== null) {
1380
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
1381
+ }
1382
+ if (pageSize !== undefined && pageSize !== null) {
1383
+ queryParameters = queryParameters.set('pageSize', pageSize);
1384
+ }
1310
1385
  if (refresh !== undefined && refresh !== null) {
1311
1386
  queryParameters = queryParameters.set('refresh', refresh);
1312
1387
  }
1388
+ if (sort !== undefined && sort !== null) {
1389
+ queryParameters = queryParameters.set('sort', sort);
1390
+ }
1313
1391
  var headers = this.defaultHeaders;
1314
1392
  if (reqId !== undefined && reqId !== null) {
1315
1393
  headers = headers.set('reqId', String(reqId));
@@ -1420,6 +1498,65 @@ var AudienceControllerService = /** @class */ (function () {
1420
1498
  reportProgress: reportProgress
1421
1499
  });
1422
1500
  };
1501
+ AudienceControllerService.prototype.getChartDataUsingPOST = function (audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe, reportProgress) {
1502
+ if (observe === void 0) { observe = 'body'; }
1503
+ if (reportProgress === void 0) { reportProgress = false; }
1504
+ if (audienceType === null || audienceType === undefined) {
1505
+ throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
1506
+ }
1507
+ if (dashboardRequest === null || dashboardRequest === undefined) {
1508
+ throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
1509
+ }
1510
+ if (id === null || id === undefined) {
1511
+ throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
1512
+ }
1513
+ if (metric === null || metric === undefined) {
1514
+ throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
1515
+ }
1516
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1517
+ if (audienceType !== undefined && audienceType !== null) {
1518
+ queryParameters = queryParameters.set('audienceType', audienceType);
1519
+ }
1520
+ if (id !== undefined && id !== null) {
1521
+ queryParameters = queryParameters.set('id', id);
1522
+ }
1523
+ if (metric !== undefined && metric !== null) {
1524
+ queryParameters = queryParameters.set('metric', metric);
1525
+ }
1526
+ if (refresh !== undefined && refresh !== null) {
1527
+ queryParameters = queryParameters.set('refresh', refresh);
1528
+ }
1529
+ var headers = this.defaultHeaders;
1530
+ if (reqId !== undefined && reqId !== null) {
1531
+ headers = headers.set('reqId', String(reqId));
1532
+ }
1533
+ if (token !== undefined && token !== null) {
1534
+ headers = headers.set('token', String(token));
1535
+ }
1536
+ // to determine the Accept header
1537
+ var httpHeaderAccepts = [
1538
+ 'application/json'
1539
+ ];
1540
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1541
+ if (httpHeaderAcceptSelected != undefined) {
1542
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1543
+ }
1544
+ // to determine the Content-Type header
1545
+ var consumes = [
1546
+ 'application/json'
1547
+ ];
1548
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1549
+ if (httpContentTypeSelected != undefined) {
1550
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1551
+ }
1552
+ return this.httpClient.post(this.basePath + "/v2/api/audience/chart", dashboardRequest, {
1553
+ params: queryParameters,
1554
+ withCredentials: this.configuration.withCredentials,
1555
+ headers: headers,
1556
+ observe: observe,
1557
+ reportProgress: reportProgress
1558
+ });
1559
+ };
1423
1560
  AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
1424
1561
  if (observe === void 0) { observe = 'body'; }
1425
1562
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1613,7 +1750,7 @@ var AudienceControllerService = /** @class */ (function () {
1613
1750
  var AuditControllerService = /** @class */ (function () {
1614
1751
  function AuditControllerService(httpClient, basePath, configuration) {
1615
1752
  this.httpClient = httpClient;
1616
- this.basePath = 'https://apiv2stage1.atomex.net';
1753
+ this.basePath = 'https://localhost:10045';
1617
1754
  this.defaultHeaders = new HttpHeaders();
1618
1755
  this.configuration = new Configuration();
1619
1756
  if (basePath) {
@@ -1812,7 +1949,7 @@ var AuditControllerService = /** @class */ (function () {
1812
1949
  var BulkStrategyControllerService = /** @class */ (function () {
1813
1950
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1814
1951
  this.httpClient = httpClient;
1815
- this.basePath = 'https://apiv2stage1.atomex.net';
1952
+ this.basePath = 'https://localhost:10045';
1816
1953
  this.defaultHeaders = new HttpHeaders();
1817
1954
  this.configuration = new Configuration();
1818
1955
  if (basePath) {
@@ -2055,7 +2192,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2055
2192
  var CSSThemeController_Service = /** @class */ (function () {
2056
2193
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2057
2194
  this.httpClient = httpClient;
2058
- this.basePath = 'https://apiv2stage1.atomex.net';
2195
+ this.basePath = 'https://localhost:10045';
2059
2196
  this.defaultHeaders = new HttpHeaders();
2060
2197
  this.configuration = new Configuration();
2061
2198
  if (basePath) {
@@ -2176,7 +2313,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2176
2313
  var CampaignControllerService = /** @class */ (function () {
2177
2314
  function CampaignControllerService(httpClient, basePath, configuration) {
2178
2315
  this.httpClient = httpClient;
2179
- this.basePath = 'https://apiv2stage1.atomex.net';
2316
+ this.basePath = 'https://localhost:10045';
2180
2317
  this.defaultHeaders = new HttpHeaders();
2181
2318
  this.configuration = new Configuration();
2182
2319
  if (basePath) {
@@ -2321,7 +2458,7 @@ var CampaignControllerService = /** @class */ (function () {
2321
2458
  reportProgress: reportProgress
2322
2459
  });
2323
2460
  };
2324
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2461
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2325
2462
  if (observe === void 0) { observe = 'body'; }
2326
2463
  if (reportProgress === void 0) { reportProgress = false; }
2327
2464
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2331,12 +2468,21 @@ var CampaignControllerService = /** @class */ (function () {
2331
2468
  if (advertiser_id !== undefined && advertiser_id !== null) {
2332
2469
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2333
2470
  }
2471
+ if (pageNumber !== undefined && pageNumber !== null) {
2472
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2473
+ }
2474
+ if (pageSize !== undefined && pageSize !== null) {
2475
+ queryParameters = queryParameters.set('pageSize', pageSize);
2476
+ }
2334
2477
  if (refresh !== undefined && refresh !== null) {
2335
2478
  queryParameters = queryParameters.set('refresh', refresh);
2336
2479
  }
2337
2480
  if (search !== undefined && search !== null) {
2338
2481
  queryParameters = queryParameters.set('search', search);
2339
2482
  }
2483
+ if (sort !== undefined && sort !== null) {
2484
+ queryParameters = queryParameters.set('sort', sort);
2485
+ }
2340
2486
  var headers = this.defaultHeaders;
2341
2487
  if (reqId !== undefined && reqId !== null) {
2342
2488
  headers = headers.set('reqId', String(reqId));
@@ -2462,7 +2608,7 @@ var CampaignControllerService = /** @class */ (function () {
2462
2608
  var CatalogControllerService = /** @class */ (function () {
2463
2609
  function CatalogControllerService(httpClient, basePath, configuration) {
2464
2610
  this.httpClient = httpClient;
2465
- this.basePath = 'https://apiv2stage1.atomex.net';
2611
+ this.basePath = 'https://localhost:10045';
2466
2612
  this.defaultHeaders = new HttpHeaders();
2467
2613
  this.configuration = new Configuration();
2468
2614
  if (basePath) {
@@ -2527,7 +2673,7 @@ var CatalogControllerService = /** @class */ (function () {
2527
2673
  reportProgress: reportProgress
2528
2674
  });
2529
2675
  };
2530
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2676
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2531
2677
  if (observe === void 0) { observe = 'body'; }
2532
2678
  if (reportProgress === void 0) { reportProgress = false; }
2533
2679
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2537,9 +2683,18 @@ var CatalogControllerService = /** @class */ (function () {
2537
2683
  if (advertiser_id !== undefined && advertiser_id !== null) {
2538
2684
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2539
2685
  }
2686
+ if (pageNumber !== undefined && pageNumber !== null) {
2687
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2688
+ }
2689
+ if (pageSize !== undefined && pageSize !== null) {
2690
+ queryParameters = queryParameters.set('pageSize', pageSize);
2691
+ }
2540
2692
  if (refresh !== undefined && refresh !== null) {
2541
2693
  queryParameters = queryParameters.set('refresh', refresh);
2542
2694
  }
2695
+ if (sort !== undefined && sort !== null) {
2696
+ queryParameters = queryParameters.set('sort', sort);
2697
+ }
2543
2698
  var headers = this.defaultHeaders;
2544
2699
  if (reqId !== undefined && reqId !== null) {
2545
2700
  headers = headers.set('reqId', String(reqId));
@@ -2571,7 +2726,7 @@ var CatalogControllerService = /** @class */ (function () {
2571
2726
  reportProgress: reportProgress
2572
2727
  });
2573
2728
  };
2574
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2729
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2575
2730
  if (observe === void 0) { observe = 'body'; }
2576
2731
  if (reportProgress === void 0) { reportProgress = false; }
2577
2732
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2581,9 +2736,18 @@ var CatalogControllerService = /** @class */ (function () {
2581
2736
  if (advertiser_id !== undefined && advertiser_id !== null) {
2582
2737
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2583
2738
  }
2739
+ if (pageNumber !== undefined && pageNumber !== null) {
2740
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2741
+ }
2742
+ if (pageSize !== undefined && pageSize !== null) {
2743
+ queryParameters = queryParameters.set('pageSize', pageSize);
2744
+ }
2584
2745
  if (refresh !== undefined && refresh !== null) {
2585
2746
  queryParameters = queryParameters.set('refresh', refresh);
2586
2747
  }
2748
+ if (sort !== undefined && sort !== null) {
2749
+ queryParameters = queryParameters.set('sort', sort);
2750
+ }
2587
2751
  var headers = this.defaultHeaders;
2588
2752
  if (reqId !== undefined && reqId !== null) {
2589
2753
  headers = headers.set('reqId', String(reqId));
@@ -2615,7 +2779,7 @@ var CatalogControllerService = /** @class */ (function () {
2615
2779
  reportProgress: reportProgress
2616
2780
  });
2617
2781
  };
2618
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
2782
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2619
2783
  if (observe === void 0) { observe = 'body'; }
2620
2784
  if (reportProgress === void 0) { reportProgress = false; }
2621
2785
  if (feedId === null || feedId === undefined) {
@@ -2625,9 +2789,18 @@ var CatalogControllerService = /** @class */ (function () {
2625
2789
  if (feedId !== undefined && feedId !== null) {
2626
2790
  queryParameters = queryParameters.set('feedId', feedId);
2627
2791
  }
2792
+ if (pageNumber !== undefined && pageNumber !== null) {
2793
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2794
+ }
2795
+ if (pageSize !== undefined && pageSize !== null) {
2796
+ queryParameters = queryParameters.set('pageSize', pageSize);
2797
+ }
2628
2798
  if (refresh !== undefined && refresh !== null) {
2629
2799
  queryParameters = queryParameters.set('refresh', refresh);
2630
2800
  }
2801
+ if (sort !== undefined && sort !== null) {
2802
+ queryParameters = queryParameters.set('sort', sort);
2803
+ }
2631
2804
  var headers = this.defaultHeaders;
2632
2805
  if (reqId !== undefined && reqId !== null) {
2633
2806
  headers = headers.set('reqId', String(reqId));
@@ -2685,7 +2858,7 @@ var CatalogControllerService = /** @class */ (function () {
2685
2858
  var ClickDestinationControllerService = /** @class */ (function () {
2686
2859
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2687
2860
  this.httpClient = httpClient;
2688
- this.basePath = 'https://apiv2stage1.atomex.net';
2861
+ this.basePath = 'https://localhost:10045';
2689
2862
  this.defaultHeaders = new HttpHeaders();
2690
2863
  this.configuration = new Configuration();
2691
2864
  if (basePath) {
@@ -2756,7 +2929,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2756
2929
  reportProgress: reportProgress
2757
2930
  });
2758
2931
  };
2759
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2932
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2760
2933
  if (observe === void 0) { observe = 'body'; }
2761
2934
  if (reportProgress === void 0) { reportProgress = false; }
2762
2935
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2766,9 +2939,18 @@ var ClickDestinationControllerService = /** @class */ (function () {
2766
2939
  if (advertiser_id !== undefined && advertiser_id !== null) {
2767
2940
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2768
2941
  }
2942
+ if (pageNumber !== undefined && pageNumber !== null) {
2943
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2944
+ }
2945
+ if (pageSize !== undefined && pageSize !== null) {
2946
+ queryParameters = queryParameters.set('pageSize', pageSize);
2947
+ }
2769
2948
  if (refresh !== undefined && refresh !== null) {
2770
2949
  queryParameters = queryParameters.set('refresh', refresh);
2771
2950
  }
2951
+ if (sort !== undefined && sort !== null) {
2952
+ queryParameters = queryParameters.set('sort', sort);
2953
+ }
2772
2954
  var headers = this.defaultHeaders;
2773
2955
  if (reqId !== undefined && reqId !== null) {
2774
2956
  headers = headers.set('reqId', String(reqId));
@@ -2935,7 +3117,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2935
3117
  var CreativeControllerService = /** @class */ (function () {
2936
3118
  function CreativeControllerService(httpClient, basePath, configuration) {
2937
3119
  this.httpClient = httpClient;
2938
- this.basePath = 'https://apiv2stage1.atomex.net';
3120
+ this.basePath = 'https://localhost:10045';
2939
3121
  this.defaultHeaders = new HttpHeaders();
2940
3122
  this.configuration = new Configuration();
2941
3123
  if (basePath) {
@@ -3262,19 +3444,28 @@ var CreativeControllerService = /** @class */ (function () {
3262
3444
  reportProgress: reportProgress
3263
3445
  });
3264
3446
  };
3265
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3447
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3266
3448
  if (observe === void 0) { observe = 'body'; }
3267
3449
  if (reportProgress === void 0) { reportProgress = false; }
3268
3450
  if (search === null || search === undefined) {
3269
3451
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3270
3452
  }
3271
3453
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3454
+ if (pageNumber !== undefined && pageNumber !== null) {
3455
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3456
+ }
3457
+ if (pageSize !== undefined && pageSize !== null) {
3458
+ queryParameters = queryParameters.set('pageSize', pageSize);
3459
+ }
3272
3460
  if (refresh !== undefined && refresh !== null) {
3273
3461
  queryParameters = queryParameters.set('refresh', refresh);
3274
3462
  }
3275
3463
  if (skadtarget !== undefined && skadtarget !== null) {
3276
3464
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3277
3465
  }
3466
+ if (sort !== undefined && sort !== null) {
3467
+ queryParameters = queryParameters.set('sort', sort);
3468
+ }
3278
3469
  var headers = this.defaultHeaders;
3279
3470
  if (reqId !== undefined && reqId !== null) {
3280
3471
  headers = headers.set('reqId', String(reqId));
@@ -3306,16 +3497,25 @@ var CreativeControllerService = /** @class */ (function () {
3306
3497
  reportProgress: reportProgress
3307
3498
  });
3308
3499
  };
3309
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3500
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3310
3501
  if (observe === void 0) { observe = 'body'; }
3311
3502
  if (reportProgress === void 0) { reportProgress = false; }
3312
3503
  if (search === null || search === undefined) {
3313
3504
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3314
3505
  }
3315
3506
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3507
+ if (pageNumber !== undefined && pageNumber !== null) {
3508
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3509
+ }
3510
+ if (pageSize !== undefined && pageSize !== null) {
3511
+ queryParameters = queryParameters.set('pageSize', pageSize);
3512
+ }
3316
3513
  if (refresh !== undefined && refresh !== null) {
3317
3514
  queryParameters = queryParameters.set('refresh', refresh);
3318
3515
  }
3516
+ if (sort !== undefined && sort !== null) {
3517
+ queryParameters = queryParameters.set('sort', sort);
3518
+ }
3319
3519
  var headers = this.defaultHeaders;
3320
3520
  if (reqId !== undefined && reqId !== null) {
3321
3521
  headers = headers.set('reqId', String(reqId));
@@ -3412,7 +3612,7 @@ var CreativeControllerService = /** @class */ (function () {
3412
3612
  var CreativeSetsControllerService = /** @class */ (function () {
3413
3613
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3414
3614
  this.httpClient = httpClient;
3415
- this.basePath = 'https://apiv2stage1.atomex.net';
3615
+ this.basePath = 'https://localhost:10045';
3416
3616
  this.defaultHeaders = new HttpHeaders();
3417
3617
  this.configuration = new Configuration();
3418
3618
  if (basePath) {
@@ -3518,16 +3718,12 @@ var CreativeSetsControllerService = /** @class */ (function () {
3518
3718
  reportProgress: reportProgress
3519
3719
  });
3520
3720
  };
3521
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3721
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3522
3722
  if (observe === void 0) { observe = 'body'; }
3523
3723
  if (reportProgress === void 0) { reportProgress = false; }
3524
3724
  if (id === null || id === undefined) {
3525
3725
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3526
3726
  }
3527
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3528
- if (refresh !== undefined && refresh !== null) {
3529
- queryParameters = queryParameters.set('refresh', refresh);
3530
- }
3531
3727
  var headers = this.defaultHeaders;
3532
3728
  if (reqId !== undefined && reqId !== null) {
3533
3729
  headers = headers.set('reqId', String(reqId));
@@ -3546,23 +3742,31 @@ var CreativeSetsControllerService = /** @class */ (function () {
3546
3742
  // to determine the Content-Type header
3547
3743
  var consumes = [];
3548
3744
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3549
- params: queryParameters,
3550
3745
  withCredentials: this.configuration.withCredentials,
3551
3746
  headers: headers,
3552
3747
  observe: observe,
3553
3748
  reportProgress: reportProgress
3554
3749
  });
3555
3750
  };
3556
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3751
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3557
3752
  if (observe === void 0) { observe = 'body'; }
3558
3753
  if (reportProgress === void 0) { reportProgress = false; }
3559
3754
  if (dashboardRequest === null || dashboardRequest === undefined) {
3560
3755
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3561
3756
  }
3562
3757
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3758
+ if (pageNumber !== undefined && pageNumber !== null) {
3759
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3760
+ }
3761
+ if (pageSize !== undefined && pageSize !== null) {
3762
+ queryParameters = queryParameters.set('pageSize', pageSize);
3763
+ }
3563
3764
  if (refresh !== undefined && refresh !== null) {
3564
3765
  queryParameters = queryParameters.set('refresh', refresh);
3565
3766
  }
3767
+ if (sort !== undefined && sort !== null) {
3768
+ queryParameters = queryParameters.set('sort', sort);
3769
+ }
3566
3770
  var headers = this.defaultHeaders;
3567
3771
  if (reqId !== undefined && reqId !== null) {
3568
3772
  headers = headers.set('reqId', String(reqId));
@@ -3594,7 +3798,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3594
3798
  reportProgress: reportProgress
3595
3799
  });
3596
3800
  };
3597
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3801
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3598
3802
  if (observe === void 0) { observe = 'body'; }
3599
3803
  if (reportProgress === void 0) { reportProgress = false; }
3600
3804
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3604,9 +3808,18 @@ var CreativeSetsControllerService = /** @class */ (function () {
3604
3808
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3605
3809
  }
3606
3810
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3811
+ if (pageNumber !== undefined && pageNumber !== null) {
3812
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3813
+ }
3814
+ if (pageSize !== undefined && pageSize !== null) {
3815
+ queryParameters = queryParameters.set('pageSize', pageSize);
3816
+ }
3607
3817
  if (refresh !== undefined && refresh !== null) {
3608
3818
  queryParameters = queryParameters.set('refresh', refresh);
3609
3819
  }
3820
+ if (sort !== undefined && sort !== null) {
3821
+ queryParameters = queryParameters.set('sort', sort);
3822
+ }
3610
3823
  var headers = this.defaultHeaders;
3611
3824
  if (reqId !== undefined && reqId !== null) {
3612
3825
  headers = headers.set('reqId', String(reqId));
@@ -3747,7 +3960,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3747
3960
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3748
3961
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3749
3962
  this.httpClient = httpClient;
3750
- this.basePath = 'https://apiv2stage1.atomex.net';
3963
+ this.basePath = 'https://localhost:10045';
3751
3964
  this.defaultHeaders = new HttpHeaders();
3752
3965
  this.configuration = new Configuration();
3753
3966
  if (basePath) {
@@ -3948,7 +4161,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3948
4161
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3949
4162
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3950
4163
  this.httpClient = httpClient;
3951
- this.basePath = 'https://apiv2stage1.atomex.net';
4164
+ this.basePath = 'https://localhost:10045';
3952
4165
  this.defaultHeaders = new HttpHeaders();
3953
4166
  this.configuration = new Configuration();
3954
4167
  if (basePath) {
@@ -4036,7 +4249,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4036
4249
  var CreativeTemplatesControllerService = /** @class */ (function () {
4037
4250
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4038
4251
  this.httpClient = httpClient;
4039
- this.basePath = 'https://apiv2stage1.atomex.net';
4252
+ this.basePath = 'https://localhost:10045';
4040
4253
  this.defaultHeaders = new HttpHeaders();
4041
4254
  this.configuration = new Configuration();
4042
4255
  if (basePath) {
@@ -4215,7 +4428,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4215
4428
  var DashboardControllerService = /** @class */ (function () {
4216
4429
  function DashboardControllerService(httpClient, basePath, configuration) {
4217
4430
  this.httpClient = httpClient;
4218
- this.basePath = 'https://apiv2stage1.atomex.net';
4431
+ this.basePath = 'https://localhost:10045';
4219
4432
  this.defaultHeaders = new HttpHeaders();
4220
4433
  this.configuration = new Configuration();
4221
4434
  if (basePath) {
@@ -4250,48 +4463,6 @@ var DashboardControllerService = /** @class */ (function () {
4250
4463
  }
4251
4464
  return false;
4252
4465
  };
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
4466
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4296
4467
  if (observe === void 0) { observe = 'body'; }
4297
4468
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4522,7 +4693,7 @@ var DashboardControllerService = /** @class */ (function () {
4522
4693
  reportProgress: reportProgress
4523
4694
  });
4524
4695
  };
4525
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4696
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4526
4697
  if (observe === void 0) { observe = 'body'; }
4527
4698
  if (reportProgress === void 0) { reportProgress = false; }
4528
4699
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4535,12 +4706,21 @@ var DashboardControllerService = /** @class */ (function () {
4535
4706
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4536
4707
  }
4537
4708
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4709
+ if (pageNumber !== undefined && pageNumber !== null) {
4710
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4711
+ }
4712
+ if (pageSize !== undefined && pageSize !== null) {
4713
+ queryParameters = queryParameters.set('pageSize', pageSize);
4714
+ }
4538
4715
  if (refresh !== undefined && refresh !== null) {
4539
4716
  queryParameters = queryParameters.set('refresh', refresh);
4540
4717
  }
4541
4718
  if (showuu !== undefined && showuu !== null) {
4542
4719
  queryParameters = queryParameters.set('showuu', showuu);
4543
4720
  }
4721
+ if (sort !== undefined && sort !== null) {
4722
+ queryParameters = queryParameters.set('sort', sort);
4723
+ }
4544
4724
  var headers = this.defaultHeaders;
4545
4725
  if (reqId !== undefined && reqId !== null) {
4546
4726
  headers = headers.set('reqId', String(reqId));
@@ -4872,7 +5052,7 @@ var DashboardControllerService = /** @class */ (function () {
4872
5052
  var PixelControllerService = /** @class */ (function () {
4873
5053
  function PixelControllerService(httpClient, basePath, configuration) {
4874
5054
  this.httpClient = httpClient;
4875
- this.basePath = 'https://apiv2stage1.atomex.net';
5055
+ this.basePath = 'https://localhost:10045';
4876
5056
  this.defaultHeaders = new HttpHeaders();
4877
5057
  this.configuration = new Configuration();
4878
5058
  if (basePath) {
@@ -5087,7 +5267,7 @@ var PixelControllerService = /** @class */ (function () {
5087
5267
  reportProgress: reportProgress
5088
5268
  });
5089
5269
  };
5090
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5270
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5091
5271
  if (observe === void 0) { observe = 'body'; }
5092
5272
  if (reportProgress === void 0) { reportProgress = false; }
5093
5273
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5097,9 +5277,18 @@ var PixelControllerService = /** @class */ (function () {
5097
5277
  if (advertiser_id !== undefined && advertiser_id !== null) {
5098
5278
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5099
5279
  }
5280
+ if (pageNumber !== undefined && pageNumber !== null) {
5281
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
5282
+ }
5283
+ if (pageSize !== undefined && pageSize !== null) {
5284
+ queryParameters = queryParameters.set('pageSize', pageSize);
5285
+ }
5100
5286
  if (refresh !== undefined && refresh !== null) {
5101
5287
  queryParameters = queryParameters.set('refresh', refresh);
5102
5288
  }
5289
+ if (sort !== undefined && sort !== null) {
5290
+ queryParameters = queryParameters.set('sort', sort);
5291
+ }
5103
5292
  var headers = this.defaultHeaders;
5104
5293
  if (reqId !== undefined && reqId !== null) {
5105
5294
  headers = headers.set('reqId', String(reqId));
@@ -5201,7 +5390,7 @@ var PixelControllerService = /** @class */ (function () {
5201
5390
  var ReportingControllerService = /** @class */ (function () {
5202
5391
  function ReportingControllerService(httpClient, basePath, configuration) {
5203
5392
  this.httpClient = httpClient;
5204
- this.basePath = 'https://apiv2stage1.atomex.net';
5393
+ this.basePath = 'https://localhost:10045';
5205
5394
  this.defaultHeaders = new HttpHeaders();
5206
5395
  this.configuration = new Configuration();
5207
5396
  if (basePath) {
@@ -5385,7 +5574,7 @@ var ReportingControllerService = /** @class */ (function () {
5385
5574
  var SliceXControllerService = /** @class */ (function () {
5386
5575
  function SliceXControllerService(httpClient, basePath, configuration) {
5387
5576
  this.httpClient = httpClient;
5388
- this.basePath = 'https://apiv2stage1.atomex.net';
5577
+ this.basePath = 'https://localhost:10045';
5389
5578
  this.defaultHeaders = new HttpHeaders();
5390
5579
  this.configuration = new Configuration();
5391
5580
  if (basePath) {
@@ -5570,7 +5759,7 @@ var SliceXControllerService = /** @class */ (function () {
5570
5759
  var StrategyControllerService = /** @class */ (function () {
5571
5760
  function StrategyControllerService(httpClient, basePath, configuration) {
5572
5761
  this.httpClient = httpClient;
5573
- this.basePath = 'https://apiv2stage1.atomex.net';
5762
+ this.basePath = 'https://localhost:10045';
5574
5763
  this.defaultHeaders = new HttpHeaders();
5575
5764
  this.configuration = new Configuration();
5576
5765
  if (basePath) {
@@ -6058,7 +6247,7 @@ var StrategyControllerService = /** @class */ (function () {
6058
6247
  var UILoggerControllerService = /** @class */ (function () {
6059
6248
  function UILoggerControllerService(httpClient, basePath, configuration) {
6060
6249
  this.httpClient = httpClient;
6061
- this.basePath = 'https://apiv2stage1.atomex.net';
6250
+ this.basePath = 'https://localhost:10045';
6062
6251
  this.defaultHeaders = new HttpHeaders();
6063
6252
  this.configuration = new Configuration();
6064
6253
  if (basePath) {
@@ -6160,7 +6349,7 @@ var UILoggerControllerService = /** @class */ (function () {
6160
6349
  var UserPreferenceControllerService = /** @class */ (function () {
6161
6350
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6162
6351
  this.httpClient = httpClient;
6163
- this.basePath = 'https://apiv2stage1.atomex.net';
6352
+ this.basePath = 'https://localhost:10045';
6164
6353
  this.defaultHeaders = new HttpHeaders();
6165
6354
  this.configuration = new Configuration();
6166
6355
  if (basePath) {
@@ -6407,6 +6596,18 @@ var AuctionTypeEditField;
6407
6596
 
6408
6597
  var AudienceDTO;
6409
6598
  (function (AudienceDTO) {
6599
+ AudienceDTO.AudienceTypeEnum = {
6600
+ WEBBROWSING: 'WEB_BROWSING',
6601
+ MOBILEAPP: 'MOBILE_APP',
6602
+ DMP: 'DMP',
6603
+ CRM: 'CRM',
6604
+ RULEBASED: 'RULE_BASED',
6605
+ RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
6606
+ CRMEMAIL: 'CRM_EMAIL',
6607
+ CRMPHONE: 'CRM_PHONE',
6608
+ LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
6609
+ FACEBOOKID: 'FACEBOOK_ID'
6610
+ };
6410
6611
  AudienceDTO.DurationUnitEnum = {
6411
6612
  MINUTE: 'MINUTE',
6412
6613
  HOUR: 'HOUR',
@@ -6416,6 +6617,33 @@ var AudienceDTO;
6416
6617
  };
6417
6618
  })(AudienceDTO || (AudienceDTO = {}));
6418
6619
 
6620
+ /**
6621
+ * Api Documentation
6622
+ * Api Documentation
6623
+ *
6624
+ * OpenAPI spec version: 1.0
6625
+ *
6626
+ *
6627
+ * NOTE: This class is auto generated by the swagger code generator program.
6628
+ * https://github.com/swagger-api/swagger-codegen.git
6629
+ * Do not edit the class manually.
6630
+ */
6631
+ var AudienceESDTO;
6632
+ (function (AudienceESDTO) {
6633
+ AudienceESDTO.AudienceTypeEnum = {
6634
+ WEBBROWSING: 'WEB_BROWSING',
6635
+ MOBILEAPP: 'MOBILE_APP',
6636
+ DMP: 'DMP',
6637
+ CRM: 'CRM',
6638
+ RULEBASED: 'RULE_BASED',
6639
+ RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
6640
+ CRMEMAIL: 'CRM_EMAIL',
6641
+ CRMPHONE: 'CRM_PHONE',
6642
+ LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
6643
+ FACEBOOKID: 'FACEBOOK_ID'
6644
+ };
6645
+ })(AudienceESDTO || (AudienceESDTO = {}));
6646
+
6419
6647
  var ClickDestination;
6420
6648
  (function (ClickDestination) {
6421
6649
  ClickDestination.CampaignTypeEnum = {
@@ -6562,22 +6790,6 @@ var CreativeHtmlFileForSet;
6562
6790
  };
6563
6791
  })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
6564
6792
 
6565
- var CreativeSetDashboardMetric;
6566
- (function (CreativeSetDashboardMetric) {
6567
- CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6568
- IMAGE: 'IMAGE',
6569
- VIDEO: 'VIDEO',
6570
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6571
- ZIPPEDHTML: 'ZIPPED_HTML',
6572
- NATIVEIMAGE: 'NATIVE_IMAGE',
6573
- NATIVEVIDEO: 'NATIVE_VIDEO',
6574
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6575
- DYNAMICMACRO: 'DYNAMIC_MACRO',
6576
- DYNAMICHTML: 'DYNAMIC_HTML',
6577
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6578
- };
6579
- })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6580
-
6581
6793
  var CreativeSetDetails;
6582
6794
  (function (CreativeSetDetails) {
6583
6795
  CreativeSetDetails.TypeEnum = {
@@ -6610,20 +6822,9 @@ var CreativeSetRequest;
6610
6822
  };
6611
6823
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6612
6824
 
6613
- /**
6614
- * Api Documentation
6615
- * Api Documentation
6616
- *
6617
- * OpenAPI spec version: 1.0
6618
- *
6619
- *
6620
- * NOTE: This class is auto generated by the swagger code generator program.
6621
- * https://github.com/swagger-api/swagger-codegen.git
6622
- * Do not edit the class manually.
6623
- */
6624
- var CreativeSetResponse;
6625
- (function (CreativeSetResponse) {
6626
- CreativeSetResponse.OtherCreativeSetTypeEnum = {
6825
+ var CreativeSetsListDashboardData;
6826
+ (function (CreativeSetsListDashboardData) {
6827
+ CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6627
6828
  IMAGE: 'IMAGE',
6628
6829
  VIDEO: 'VIDEO',
6629
6830
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6635,7 +6836,7 @@ var CreativeSetResponse;
6635
6836
  DYNAMICHTML: 'DYNAMIC_HTML',
6636
6837
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6637
6838
  };
6638
- })(CreativeSetResponse || (CreativeSetResponse = {}));
6839
+ })(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
6639
6840
 
6640
6841
  /**
6641
6842
  * Api Documentation
@@ -7110,5 +7311,5 @@ var ApiModule = /** @class */ (function () {
7110
7311
  * Generated bundle index. Do not edit.
7111
7312
  */
7112
7313
 
7113
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7314
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDetails, CreativeSetRequest, CreativeSetsControllerService, CreativeSetsListDashboardData, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7114
7315
  //# sourceMappingURL=revxui-api-clients-ts.js.map