@revxui/api-clients-ts 0.10.165 → 0.10.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +6 -3
  3. package/api/campaignController.service.d.ts +6 -3
  4. package/api/catalogController.service.d.ts +18 -9
  5. package/api/clickDestinationController.service.d.ts +6 -3
  6. package/api/creativeController.service.d.ts +12 -6
  7. package/api/creativeSetsController.service.d.ts +15 -10
  8. package/api/dashboardController.service.d.ts +6 -16
  9. package/api/pixelController.service.d.ts +6 -3
  10. package/bundles/revxui-api-clients-ts.umd.js +144 -83
  11. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  12. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  13. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  14. package/esm2015/api/adminController.service.js +2 -2
  15. package/esm2015/api/advertiserController.service.js +2 -2
  16. package/esm2015/api/appSettingsController.service.js +2 -2
  17. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  18. package/esm2015/api/audienceController.service.js +12 -3
  19. package/esm2015/api/auditController.service.js +2 -2
  20. package/esm2015/api/bulkStrategyController.service.js +2 -2
  21. package/esm2015/api/cSSThemeController_.service.js +2 -2
  22. package/esm2015/api/campaignController.service.js +12 -3
  23. package/esm2015/api/catalogController.service.js +32 -5
  24. package/esm2015/api/clickDestinationController.service.js +12 -3
  25. package/esm2015/api/creativeController.service.js +22 -4
  26. package/esm2015/api/creativeSetsController.service.js +23 -10
  27. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  28. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  29. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  30. package/esm2015/api/dashboardController.service.js +12 -43
  31. package/esm2015/api/pixelController.service.js +12 -3
  32. package/esm2015/api/reportingController.service.js +2 -2
  33. package/esm2015/api/sliceXController.service.js +2 -2
  34. package/esm2015/api/strategyController.service.js +2 -2
  35. package/esm2015/api/uILoggerController.service.js +2 -2
  36. package/esm2015/api/userPreferenceController.service.js +2 -2
  37. package/esm2015/model/advertiser.js +1 -1
  38. package/esm2015/model/advertiserPojo.js +1 -1
  39. package/esm2015/model/audienceDTO.js +1 -1
  40. package/esm2015/model/audienceESDTO.js +1 -1
  41. package/esm2015/model/campaignDTO.js +1 -1
  42. package/esm2015/model/campaignESDTO.js +1 -1
  43. package/esm2015/model/clickDestination.js +1 -1
  44. package/esm2015/model/creative.js +1 -1
  45. package/esm2015/model/creativeCompactDTO.js +1 -1
  46. package/esm2015/model/creativeDTO.js +1 -1
  47. package/esm2015/model/creativeSetDetails.js +1 -1
  48. package/esm2015/model/creativeSetsListDashboardData.js +1 -1
  49. package/esm2015/model/parentBasedObject.js +1 -1
  50. package/esm2015/model/pixel.js +1 -1
  51. package/esm2015/model/reportingResponse.js +1 -1
  52. package/esm2015/model/strategy.js +1 -1
  53. package/esm2015/model/strategyDTO.js +1 -1
  54. package/esm5/api/adminController.service.js +2 -2
  55. package/esm5/api/advertiserController.service.js +2 -2
  56. package/esm5/api/appSettingsController.service.js +2 -2
  57. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  58. package/esm5/api/audienceController.service.js +12 -3
  59. package/esm5/api/auditController.service.js +2 -2
  60. package/esm5/api/bulkStrategyController.service.js +2 -2
  61. package/esm5/api/cSSThemeController_.service.js +2 -2
  62. package/esm5/api/campaignController.service.js +12 -3
  63. package/esm5/api/catalogController.service.js +32 -5
  64. package/esm5/api/clickDestinationController.service.js +12 -3
  65. package/esm5/api/creativeController.service.js +22 -4
  66. package/esm5/api/creativeSetsController.service.js +23 -10
  67. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  68. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  69. package/esm5/api/creativeTemplatesController.service.js +2 -2
  70. package/esm5/api/dashboardController.service.js +12 -45
  71. package/esm5/api/pixelController.service.js +12 -3
  72. package/esm5/api/reportingController.service.js +2 -2
  73. package/esm5/api/sliceXController.service.js +2 -2
  74. package/esm5/api/strategyController.service.js +2 -2
  75. package/esm5/api/uILoggerController.service.js +2 -2
  76. package/esm5/api/userPreferenceController.service.js +2 -2
  77. package/esm5/model/advertiser.js +1 -1
  78. package/esm5/model/advertiserPojo.js +1 -1
  79. package/esm5/model/audienceDTO.js +1 -1
  80. package/esm5/model/audienceESDTO.js +1 -1
  81. package/esm5/model/campaignDTO.js +1 -1
  82. package/esm5/model/campaignESDTO.js +1 -1
  83. package/esm5/model/clickDestination.js +1 -1
  84. package/esm5/model/creative.js +1 -1
  85. package/esm5/model/creativeCompactDTO.js +1 -1
  86. package/esm5/model/creativeDTO.js +1 -1
  87. package/esm5/model/creativeSetDetails.js +1 -1
  88. package/esm5/model/creativeSetsListDashboardData.js +1 -1
  89. package/esm5/model/parentBasedObject.js +1 -1
  90. package/esm5/model/pixel.js +1 -1
  91. package/esm5/model/reportingResponse.js +1 -1
  92. package/esm5/model/strategy.js +1 -1
  93. package/esm5/model/strategyDTO.js +1 -1
  94. package/fesm2015/revxui-api-clients-ts.js +144 -81
  95. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  96. package/fesm5/revxui-api-clients-ts.js +144 -83
  97. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  98. package/model/advertiser.d.ts +0 -1
  99. package/model/advertiserPojo.d.ts +0 -1
  100. package/model/audienceDTO.d.ts +0 -1
  101. package/model/audienceESDTO.d.ts +0 -1
  102. package/model/campaignDTO.d.ts +0 -1
  103. package/model/campaignESDTO.d.ts +0 -1
  104. package/model/clickDestination.d.ts +0 -1
  105. package/model/creative.d.ts +0 -1
  106. package/model/creativeCompactDTO.d.ts +0 -1
  107. package/model/creativeDTO.d.ts +0 -1
  108. package/model/creativeSetDetails.d.ts +0 -1
  109. package/model/creativeSetsListDashboardData.d.ts +0 -1
  110. package/model/parentBasedObject.d.ts +0 -1
  111. package/model/pixel.d.ts +0 -1
  112. package/model/reportingResponse.d.ts +0 -1
  113. package/model/strategy.d.ts +0 -1
  114. package/model/strategyDTO.d.ts +1 -1
  115. package/package.json +1 -1
  116. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -83,7 +83,7 @@ class Configuration {
83
83
  let AdminControllerService = class AdminControllerService {
84
84
  constructor(httpClient, basePath, configuration) {
85
85
  this.httpClient = httpClient;
86
- this.basePath = 'https://apiv2stage1.atomex.net';
86
+ this.basePath = 'https://localhost:10045';
87
87
  this.defaultHeaders = new HttpHeaders();
88
88
  this.configuration = new Configuration();
89
89
  if (basePath) {
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
273
273
  let AdvertiserControllerService = class AdvertiserControllerService {
274
274
  constructor(httpClient, basePath, configuration) {
275
275
  this.httpClient = httpClient;
276
- this.basePath = 'https://apiv2stage1.atomex.net';
276
+ this.basePath = 'https://localhost:10045';
277
277
  this.defaultHeaders = new HttpHeaders();
278
278
  this.configuration = new Configuration();
279
279
  if (basePath) {
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
685
685
  let AppSettingsControllerService = class AppSettingsControllerService {
686
686
  constructor(httpClient, basePath, configuration) {
687
687
  this.httpClient = httpClient;
688
- this.basePath = 'https://apiv2stage1.atomex.net';
688
+ this.basePath = 'https://localhost:10045';
689
689
  this.defaultHeaders = new HttpHeaders();
690
690
  this.configuration = new Configuration();
691
691
  if (basePath) {
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
837
837
  let AppsFlyerAudienceControllerService = class AppsFlyerAudienceControllerService {
838
838
  constructor(httpClient, basePath, configuration) {
839
839
  this.httpClient = httpClient;
840
- this.basePath = 'https://apiv2stage1.atomex.net';
840
+ this.basePath = 'https://localhost:10045';
841
841
  this.defaultHeaders = new HttpHeaders();
842
842
  this.configuration = new Configuration();
843
843
  if (basePath) {
@@ -988,7 +988,7 @@ AppsFlyerAudienceControllerService = __decorate([
988
988
  let AudienceControllerService = class AudienceControllerService {
989
989
  constructor(httpClient, basePath, configuration) {
990
990
  this.httpClient = httpClient;
991
- this.basePath = 'https://apiv2stage1.atomex.net';
991
+ this.basePath = 'https://localhost:10045';
992
992
  this.defaultHeaders = new HttpHeaders();
993
993
  this.configuration = new Configuration();
994
994
  if (basePath) {
@@ -1178,14 +1178,23 @@ let AudienceControllerService = class AudienceControllerService {
1178
1178
  reportProgress: reportProgress
1179
1179
  });
1180
1180
  }
1181
- getAllAudienceUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
1181
+ getAllAudienceUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
1182
1182
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1183
1183
  if (advertiser_id !== undefined && advertiser_id !== null) {
1184
1184
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1185
1185
  }
1186
+ if (pageNumber !== undefined && pageNumber !== null) {
1187
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
1188
+ }
1189
+ if (pageSize !== undefined && pageSize !== null) {
1190
+ queryParameters = queryParameters.set('pageSize', pageSize);
1191
+ }
1186
1192
  if (refresh !== undefined && refresh !== null) {
1187
1193
  queryParameters = queryParameters.set('refresh', refresh);
1188
1194
  }
1195
+ if (sort !== undefined && sort !== null) {
1196
+ queryParameters = queryParameters.set('sort', sort);
1197
+ }
1189
1198
  let headers = this.defaultHeaders;
1190
1199
  if (reqId !== undefined && reqId !== null) {
1191
1200
  headers = headers.set('reqId', String(reqId));
@@ -1474,7 +1483,7 @@ AudienceControllerService = __decorate([
1474
1483
  let AuditControllerService = class AuditControllerService {
1475
1484
  constructor(httpClient, basePath, configuration) {
1476
1485
  this.httpClient = httpClient;
1477
- this.basePath = 'https://apiv2stage1.atomex.net';
1486
+ this.basePath = 'https://localhost:10045';
1478
1487
  this.defaultHeaders = new HttpHeaders();
1479
1488
  this.configuration = new Configuration();
1480
1489
  if (basePath) {
@@ -1655,7 +1664,7 @@ AuditControllerService = __decorate([
1655
1664
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1656
1665
  constructor(httpClient, basePath, configuration) {
1657
1666
  this.httpClient = httpClient;
1658
- this.basePath = 'https://apiv2stage1.atomex.net';
1667
+ this.basePath = 'https://localhost:10045';
1659
1668
  this.defaultHeaders = new HttpHeaders();
1660
1669
  this.configuration = new Configuration();
1661
1670
  if (basePath) {
@@ -1876,7 +1885,7 @@ BulkStrategyControllerService = __decorate([
1876
1885
  let CSSThemeController_Service = class CSSThemeController_Service {
1877
1886
  constructor(httpClient, basePath, configuration) {
1878
1887
  this.httpClient = httpClient;
1879
- this.basePath = 'https://apiv2stage1.atomex.net';
1888
+ this.basePath = 'https://localhost:10045';
1880
1889
  this.defaultHeaders = new HttpHeaders();
1881
1890
  this.configuration = new Configuration();
1882
1891
  if (basePath) {
@@ -1981,7 +1990,7 @@ CSSThemeController_Service = __decorate([
1981
1990
  let CampaignControllerService = class CampaignControllerService {
1982
1991
  constructor(httpClient, basePath, configuration) {
1983
1992
  this.httpClient = httpClient;
1984
- this.basePath = 'https://apiv2stage1.atomex.net';
1993
+ this.basePath = 'https://localhost:10045';
1985
1994
  this.defaultHeaders = new HttpHeaders();
1986
1995
  this.configuration = new Configuration();
1987
1996
  if (basePath) {
@@ -2109,7 +2118,7 @@ let CampaignControllerService = class CampaignControllerService {
2109
2118
  reportProgress: reportProgress
2110
2119
  });
2111
2120
  }
2112
- getAllCampaignUsingGET(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2121
+ getAllCampaignUsingGET(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2113
2122
  if (advertiser_id === null || advertiser_id === undefined) {
2114
2123
  throw new Error('Required parameter advertiser_id was null or undefined when calling getAllCampaignUsingGET.');
2115
2124
  }
@@ -2117,12 +2126,21 @@ let CampaignControllerService = class CampaignControllerService {
2117
2126
  if (advertiser_id !== undefined && advertiser_id !== null) {
2118
2127
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2119
2128
  }
2129
+ if (pageNumber !== undefined && pageNumber !== null) {
2130
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2131
+ }
2132
+ if (pageSize !== undefined && pageSize !== null) {
2133
+ queryParameters = queryParameters.set('pageSize', pageSize);
2134
+ }
2120
2135
  if (refresh !== undefined && refresh !== null) {
2121
2136
  queryParameters = queryParameters.set('refresh', refresh);
2122
2137
  }
2123
2138
  if (search !== undefined && search !== null) {
2124
2139
  queryParameters = queryParameters.set('search', search);
2125
2140
  }
2141
+ if (sort !== undefined && sort !== null) {
2142
+ queryParameters = queryParameters.set('sort', sort);
2143
+ }
2126
2144
  let headers = this.defaultHeaders;
2127
2145
  if (reqId !== undefined && reqId !== null) {
2128
2146
  headers = headers.set('reqId', String(reqId));
@@ -2243,7 +2261,7 @@ CampaignControllerService = __decorate([
2243
2261
  let CatalogControllerService = class CatalogControllerService {
2244
2262
  constructor(httpClient, basePath, configuration) {
2245
2263
  this.httpClient = httpClient;
2246
- this.basePath = 'https://apiv2stage1.atomex.net';
2264
+ this.basePath = 'https://localhost:10045';
2247
2265
  this.defaultHeaders = new HttpHeaders();
2248
2266
  this.configuration = new Configuration();
2249
2267
  if (basePath) {
@@ -2295,7 +2313,7 @@ let CatalogControllerService = class CatalogControllerService {
2295
2313
  reportProgress: reportProgress
2296
2314
  });
2297
2315
  }
2298
- getCatalogFeedsUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2316
+ getCatalogFeedsUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2299
2317
  if (advertiser_id === null || advertiser_id === undefined) {
2300
2318
  throw new Error('Required parameter advertiser_id was null or undefined when calling getCatalogFeedsUsingPOST.');
2301
2319
  }
@@ -2303,9 +2321,18 @@ let CatalogControllerService = class CatalogControllerService {
2303
2321
  if (advertiser_id !== undefined && advertiser_id !== null) {
2304
2322
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2305
2323
  }
2324
+ if (pageNumber !== undefined && pageNumber !== null) {
2325
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2326
+ }
2327
+ if (pageSize !== undefined && pageSize !== null) {
2328
+ queryParameters = queryParameters.set('pageSize', pageSize);
2329
+ }
2306
2330
  if (refresh !== undefined && refresh !== null) {
2307
2331
  queryParameters = queryParameters.set('refresh', refresh);
2308
2332
  }
2333
+ if (sort !== undefined && sort !== null) {
2334
+ queryParameters = queryParameters.set('sort', sort);
2335
+ }
2309
2336
  let headers = this.defaultHeaders;
2310
2337
  if (reqId !== undefined && reqId !== null) {
2311
2338
  headers = headers.set('reqId', String(reqId));
@@ -2337,7 +2364,7 @@ let CatalogControllerService = class CatalogControllerService {
2337
2364
  reportProgress: reportProgress
2338
2365
  });
2339
2366
  }
2340
- getMacrosUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2367
+ getMacrosUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2341
2368
  if (advertiser_id === null || advertiser_id === undefined) {
2342
2369
  throw new Error('Required parameter advertiser_id was null or undefined when calling getMacrosUsingPOST.');
2343
2370
  }
@@ -2345,9 +2372,18 @@ let CatalogControllerService = class CatalogControllerService {
2345
2372
  if (advertiser_id !== undefined && advertiser_id !== null) {
2346
2373
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2347
2374
  }
2375
+ if (pageNumber !== undefined && pageNumber !== null) {
2376
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2377
+ }
2378
+ if (pageSize !== undefined && pageSize !== null) {
2379
+ queryParameters = queryParameters.set('pageSize', pageSize);
2380
+ }
2348
2381
  if (refresh !== undefined && refresh !== null) {
2349
2382
  queryParameters = queryParameters.set('refresh', refresh);
2350
2383
  }
2384
+ if (sort !== undefined && sort !== null) {
2385
+ queryParameters = queryParameters.set('sort', sort);
2386
+ }
2351
2387
  let headers = this.defaultHeaders;
2352
2388
  if (reqId !== undefined && reqId !== null) {
2353
2389
  headers = headers.set('reqId', String(reqId));
@@ -2379,7 +2415,7 @@ let CatalogControllerService = class CatalogControllerService {
2379
2415
  reportProgress: reportProgress
2380
2416
  });
2381
2417
  }
2382
- getVariableMappingsUsingPOST(feedId, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2418
+ getVariableMappingsUsingPOST(feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2383
2419
  if (feedId === null || feedId === undefined) {
2384
2420
  throw new Error('Required parameter feedId was null or undefined when calling getVariableMappingsUsingPOST.');
2385
2421
  }
@@ -2387,9 +2423,18 @@ let CatalogControllerService = class CatalogControllerService {
2387
2423
  if (feedId !== undefined && feedId !== null) {
2388
2424
  queryParameters = queryParameters.set('feedId', feedId);
2389
2425
  }
2426
+ if (pageNumber !== undefined && pageNumber !== null) {
2427
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2428
+ }
2429
+ if (pageSize !== undefined && pageSize !== null) {
2430
+ queryParameters = queryParameters.set('pageSize', pageSize);
2431
+ }
2390
2432
  if (refresh !== undefined && refresh !== null) {
2391
2433
  queryParameters = queryParameters.set('refresh', refresh);
2392
2434
  }
2435
+ if (sort !== undefined && sort !== null) {
2436
+ queryParameters = queryParameters.set('sort', sort);
2437
+ }
2393
2438
  let headers = this.defaultHeaders;
2394
2439
  if (reqId !== undefined && reqId !== null) {
2395
2440
  headers = headers.set('reqId', String(reqId));
@@ -2446,7 +2491,7 @@ CatalogControllerService = __decorate([
2446
2491
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2447
2492
  constructor(httpClient, basePath, configuration) {
2448
2493
  this.httpClient = httpClient;
2449
- this.basePath = 'https://apiv2stage1.atomex.net';
2494
+ this.basePath = 'https://localhost:10045';
2450
2495
  this.defaultHeaders = new HttpHeaders();
2451
2496
  this.configuration = new Configuration();
2452
2497
  if (basePath) {
@@ -2504,7 +2549,7 @@ let ClickDestinationControllerService = class ClickDestinationControllerService
2504
2549
  reportProgress: reportProgress
2505
2550
  });
2506
2551
  }
2507
- getAllClickDestinationUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2552
+ getAllClickDestinationUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2508
2553
  if (advertiser_id === null || advertiser_id === undefined) {
2509
2554
  throw new Error('Required parameter advertiser_id was null or undefined when calling getAllClickDestinationUsingPOST.');
2510
2555
  }
@@ -2512,9 +2557,18 @@ let ClickDestinationControllerService = class ClickDestinationControllerService
2512
2557
  if (advertiser_id !== undefined && advertiser_id !== null) {
2513
2558
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2514
2559
  }
2560
+ if (pageNumber !== undefined && pageNumber !== null) {
2561
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2562
+ }
2563
+ if (pageSize !== undefined && pageSize !== null) {
2564
+ queryParameters = queryParameters.set('pageSize', pageSize);
2565
+ }
2515
2566
  if (refresh !== undefined && refresh !== null) {
2516
2567
  queryParameters = queryParameters.set('refresh', refresh);
2517
2568
  }
2569
+ if (sort !== undefined && sort !== null) {
2570
+ queryParameters = queryParameters.set('sort', sort);
2571
+ }
2518
2572
  let headers = this.defaultHeaders;
2519
2573
  if (reqId !== undefined && reqId !== null) {
2520
2574
  headers = headers.set('reqId', String(reqId));
@@ -2674,7 +2728,7 @@ ClickDestinationControllerService = __decorate([
2674
2728
  let CreativeControllerService = class CreativeControllerService {
2675
2729
  constructor(httpClient, basePath, configuration) {
2676
2730
  this.httpClient = httpClient;
2677
- this.basePath = 'https://apiv2stage1.atomex.net';
2731
+ this.basePath = 'https://localhost:10045';
2678
2732
  this.defaultHeaders = new HttpHeaders();
2679
2733
  this.configuration = new Configuration();
2680
2734
  if (basePath) {
@@ -2974,17 +3028,26 @@ let CreativeControllerService = class CreativeControllerService {
2974
3028
  reportProgress: reportProgress
2975
3029
  });
2976
3030
  }
2977
- searchCreativesCompactUsingPOST(search, refresh, reqId, skadtarget, token, observe = 'body', reportProgress = false) {
3031
+ searchCreativesCompactUsingPOST(search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe = 'body', reportProgress = false) {
2978
3032
  if (search === null || search === undefined) {
2979
3033
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
2980
3034
  }
2981
3035
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3036
+ if (pageNumber !== undefined && pageNumber !== null) {
3037
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3038
+ }
3039
+ if (pageSize !== undefined && pageSize !== null) {
3040
+ queryParameters = queryParameters.set('pageSize', pageSize);
3041
+ }
2982
3042
  if (refresh !== undefined && refresh !== null) {
2983
3043
  queryParameters = queryParameters.set('refresh', refresh);
2984
3044
  }
2985
3045
  if (skadtarget !== undefined && skadtarget !== null) {
2986
3046
  queryParameters = queryParameters.set('skadtarget', skadtarget);
2987
3047
  }
3048
+ if (sort !== undefined && sort !== null) {
3049
+ queryParameters = queryParameters.set('sort', sort);
3050
+ }
2988
3051
  let headers = this.defaultHeaders;
2989
3052
  if (reqId !== undefined && reqId !== null) {
2990
3053
  headers = headers.set('reqId', String(reqId));
@@ -3016,14 +3079,23 @@ let CreativeControllerService = class CreativeControllerService {
3016
3079
  reportProgress: reportProgress
3017
3080
  });
3018
3081
  }
3019
- searchCreativesUsingPOST(search, refresh, reqId, token, observe = 'body', reportProgress = false) {
3082
+ searchCreativesUsingPOST(search, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3020
3083
  if (search === null || search === undefined) {
3021
3084
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3022
3085
  }
3023
3086
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3087
+ if (pageNumber !== undefined && pageNumber !== null) {
3088
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3089
+ }
3090
+ if (pageSize !== undefined && pageSize !== null) {
3091
+ queryParameters = queryParameters.set('pageSize', pageSize);
3092
+ }
3024
3093
  if (refresh !== undefined && refresh !== null) {
3025
3094
  queryParameters = queryParameters.set('refresh', refresh);
3026
3095
  }
3096
+ if (sort !== undefined && sort !== null) {
3097
+ queryParameters = queryParameters.set('sort', sort);
3098
+ }
3027
3099
  let headers = this.defaultHeaders;
3028
3100
  if (reqId !== undefined && reqId !== null) {
3029
3101
  headers = headers.set('reqId', String(reqId));
@@ -3117,7 +3189,7 @@ CreativeControllerService = __decorate([
3117
3189
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3118
3190
  constructor(httpClient, basePath, configuration) {
3119
3191
  this.httpClient = httpClient;
3120
- this.basePath = 'https://apiv2stage1.atomex.net';
3192
+ this.basePath = 'https://localhost:10045';
3121
3193
  this.defaultHeaders = new HttpHeaders();
3122
3194
  this.configuration = new Configuration();
3123
3195
  if (basePath) {
@@ -3208,14 +3280,10 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3208
3280
  reportProgress: reportProgress
3209
3281
  });
3210
3282
  }
3211
- getByIdUsingGET3(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3283
+ getByIdUsingGET3(id, reqId, token, observe = 'body', reportProgress = false) {
3212
3284
  if (id === null || id === undefined) {
3213
3285
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3214
3286
  }
3215
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3216
- if (refresh !== undefined && refresh !== null) {
3217
- queryParameters = queryParameters.set('refresh', refresh);
3218
- }
3219
3287
  let headers = this.defaultHeaders;
3220
3288
  if (reqId !== undefined && reqId !== null) {
3221
3289
  headers = headers.set('reqId', String(reqId));
@@ -3234,21 +3302,29 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3234
3302
  // to determine the Content-Type header
3235
3303
  const consumes = [];
3236
3304
  return this.httpClient.get(`${this.basePath}/v2/api/creativesets/${encodeURIComponent(String(id))}`, {
3237
- params: queryParameters,
3238
3305
  withCredentials: this.configuration.withCredentials,
3239
3306
  headers: headers,
3240
3307
  observe: observe,
3241
3308
  reportProgress: reportProgress
3242
3309
  });
3243
3310
  }
3244
- getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3311
+ getCreativeSetsPerformanceUsingPOST(dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3245
3312
  if (dashboardRequest === null || dashboardRequest === undefined) {
3246
3313
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3247
3314
  }
3248
3315
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3316
+ if (pageNumber !== undefined && pageNumber !== null) {
3317
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3318
+ }
3319
+ if (pageSize !== undefined && pageSize !== null) {
3320
+ queryParameters = queryParameters.set('pageSize', pageSize);
3321
+ }
3249
3322
  if (refresh !== undefined && refresh !== null) {
3250
3323
  queryParameters = queryParameters.set('refresh', refresh);
3251
3324
  }
3325
+ if (sort !== undefined && sort !== null) {
3326
+ queryParameters = queryParameters.set('sort', sort);
3327
+ }
3252
3328
  let headers = this.defaultHeaders;
3253
3329
  if (reqId !== undefined && reqId !== null) {
3254
3330
  headers = headers.set('reqId', String(reqId));
@@ -3280,7 +3356,7 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3280
3356
  reportProgress: reportProgress
3281
3357
  });
3282
3358
  }
3283
- getCreativesPerformanceUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3359
+ getCreativesPerformanceUsingPOST(dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3284
3360
  if (dashboardRequest === null || dashboardRequest === undefined) {
3285
3361
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3286
3362
  }
@@ -3288,9 +3364,18 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3288
3364
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3289
3365
  }
3290
3366
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3367
+ if (pageNumber !== undefined && pageNumber !== null) {
3368
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3369
+ }
3370
+ if (pageSize !== undefined && pageSize !== null) {
3371
+ queryParameters = queryParameters.set('pageSize', pageSize);
3372
+ }
3291
3373
  if (refresh !== undefined && refresh !== null) {
3292
3374
  queryParameters = queryParameters.set('refresh', refresh);
3293
3375
  }
3376
+ if (sort !== undefined && sort !== null) {
3377
+ queryParameters = queryParameters.set('sort', sort);
3378
+ }
3294
3379
  let headers = this.defaultHeaders;
3295
3380
  if (reqId !== undefined && reqId !== null) {
3296
3381
  headers = headers.set('reqId', String(reqId));
@@ -3426,7 +3511,7 @@ CreativeSetsControllerService = __decorate([
3426
3511
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3427
3512
  constructor(httpClient, basePath, configuration) {
3428
3513
  this.httpClient = httpClient;
3429
- this.basePath = 'https://apiv2stage1.atomex.net';
3514
+ this.basePath = 'https://localhost:10045';
3430
3515
  this.defaultHeaders = new HttpHeaders();
3431
3516
  this.configuration = new Configuration();
3432
3517
  if (basePath) {
@@ -3607,7 +3692,7 @@ CreativeTemplateThemesControllerService = __decorate([
3607
3692
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3608
3693
  constructor(httpClient, basePath, configuration) {
3609
3694
  this.httpClient = httpClient;
3610
- this.basePath = 'https://apiv2stage1.atomex.net';
3695
+ this.basePath = 'https://localhost:10045';
3611
3696
  this.defaultHeaders = new HttpHeaders();
3612
3697
  this.configuration = new Configuration();
3613
3698
  if (basePath) {
@@ -3681,7 +3766,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3681
3766
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3682
3767
  constructor(httpClient, basePath, configuration) {
3683
3768
  this.httpClient = httpClient;
3684
- this.basePath = 'https://apiv2stage1.atomex.net';
3769
+ this.basePath = 'https://localhost:10045';
3685
3770
  this.defaultHeaders = new HttpHeaders();
3686
3771
  this.configuration = new Configuration();
3687
3772
  if (basePath) {
@@ -3842,7 +3927,7 @@ CreativeTemplatesControllerService = __decorate([
3842
3927
  let DashboardControllerService = class DashboardControllerService {
3843
3928
  constructor(httpClient, basePath, configuration) {
3844
3929
  this.httpClient = httpClient;
3845
- this.basePath = 'https://apiv2stage1.atomex.net';
3930
+ this.basePath = 'https://localhost:10045';
3846
3931
  this.defaultHeaders = new HttpHeaders();
3847
3932
  this.configuration = new Configuration();
3848
3933
  if (basePath) {
@@ -3866,46 +3951,6 @@ let DashboardControllerService = class DashboardControllerService {
3866
3951
  }
3867
3952
  return false;
3868
3953
  }
3869
- archiveEntitiesUsingPOST(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
3870
- if (id === null || id === undefined) {
3871
- throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
3872
- }
3873
- if (tableEntity === null || tableEntity === undefined) {
3874
- throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
3875
- }
3876
- let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3877
- if (id) {
3878
- id.forEach((element) => {
3879
- queryParameters = queryParameters.append('id', element);
3880
- });
3881
- }
3882
- let headers = this.defaultHeaders;
3883
- if (reqId !== undefined && reqId !== null) {
3884
- headers = headers.set('reqId', String(reqId));
3885
- }
3886
- if (token !== undefined && token !== null) {
3887
- headers = headers.set('token', String(token));
3888
- }
3889
- // to determine the Accept header
3890
- let httpHeaderAccepts = [
3891
- 'application/json'
3892
- ];
3893
- const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3894
- if (httpHeaderAcceptSelected != undefined) {
3895
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3896
- }
3897
- // to determine the Content-Type header
3898
- const consumes = [
3899
- 'application/json'
3900
- ];
3901
- return this.httpClient.post(`${this.basePath}/v2/api/archive/${encodeURIComponent(String(tableEntity))}`, null, {
3902
- params: queryParameters,
3903
- withCredentials: this.configuration.withCredentials,
3904
- headers: headers,
3905
- observe: observe,
3906
- reportProgress: reportProgress
3907
- });
3908
- }
3909
3954
  getByIdUsingGET4(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
3910
3955
  if (id === null || id === undefined) {
3911
3956
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET4.');
@@ -4124,7 +4169,7 @@ let DashboardControllerService = class DashboardControllerService {
4124
4169
  reportProgress: reportProgress
4125
4170
  });
4126
4171
  }
4127
- getDashboardDataListUsingPOST(dashboardRequest, entity, showuu, refresh, reqId, token, observe = 'body', reportProgress = false) {
4172
+ getDashboardDataListUsingPOST(dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
4128
4173
  if (dashboardRequest === null || dashboardRequest === undefined) {
4129
4174
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getDashboardDataListUsingPOST.');
4130
4175
  }
@@ -4135,12 +4180,21 @@ let DashboardControllerService = class DashboardControllerService {
4135
4180
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4136
4181
  }
4137
4182
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4183
+ if (pageNumber !== undefined && pageNumber !== null) {
4184
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4185
+ }
4186
+ if (pageSize !== undefined && pageSize !== null) {
4187
+ queryParameters = queryParameters.set('pageSize', pageSize);
4188
+ }
4138
4189
  if (refresh !== undefined && refresh !== null) {
4139
4190
  queryParameters = queryParameters.set('refresh', refresh);
4140
4191
  }
4141
4192
  if (showuu !== undefined && showuu !== null) {
4142
4193
  queryParameters = queryParameters.set('showuu', showuu);
4143
4194
  }
4195
+ if (sort !== undefined && sort !== null) {
4196
+ queryParameters = queryParameters.set('sort', sort);
4197
+ }
4144
4198
  let headers = this.defaultHeaders;
4145
4199
  if (reqId !== undefined && reqId !== null) {
4146
4200
  headers = headers.set('reqId', String(reqId));
@@ -4457,7 +4511,7 @@ DashboardControllerService = __decorate([
4457
4511
  let PixelControllerService = class PixelControllerService {
4458
4512
  constructor(httpClient, basePath, configuration) {
4459
4513
  this.httpClient = httpClient;
4460
- this.basePath = 'https://apiv2stage1.atomex.net';
4514
+ this.basePath = 'https://localhost:10045';
4461
4515
  this.defaultHeaders = new HttpHeaders();
4462
4516
  this.configuration = new Configuration();
4463
4517
  if (basePath) {
@@ -4651,7 +4705,7 @@ let PixelControllerService = class PixelControllerService {
4651
4705
  reportProgress: reportProgress
4652
4706
  });
4653
4707
  }
4654
- searchPixelsUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
4708
+ searchPixelsUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
4655
4709
  if (advertiser_id === null || advertiser_id === undefined) {
4656
4710
  throw new Error('Required parameter advertiser_id was null or undefined when calling searchPixelsUsingPOST.');
4657
4711
  }
@@ -4659,9 +4713,18 @@ let PixelControllerService = class PixelControllerService {
4659
4713
  if (advertiser_id !== undefined && advertiser_id !== null) {
4660
4714
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
4661
4715
  }
4716
+ if (pageNumber !== undefined && pageNumber !== null) {
4717
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4718
+ }
4719
+ if (pageSize !== undefined && pageSize !== null) {
4720
+ queryParameters = queryParameters.set('pageSize', pageSize);
4721
+ }
4662
4722
  if (refresh !== undefined && refresh !== null) {
4663
4723
  queryParameters = queryParameters.set('refresh', refresh);
4664
4724
  }
4725
+ if (sort !== undefined && sort !== null) {
4726
+ queryParameters = queryParameters.set('sort', sort);
4727
+ }
4665
4728
  let headers = this.defaultHeaders;
4666
4729
  if (reqId !== undefined && reqId !== null) {
4667
4730
  headers = headers.set('reqId', String(reqId));
@@ -4760,7 +4823,7 @@ PixelControllerService = __decorate([
4760
4823
  let ReportingControllerService = class ReportingControllerService {
4761
4824
  constructor(httpClient, basePath, configuration) {
4762
4825
  this.httpClient = httpClient;
4763
- this.basePath = 'https://apiv2stage1.atomex.net';
4826
+ this.basePath = 'https://localhost:10045';
4764
4827
  this.defaultHeaders = new HttpHeaders();
4765
4828
  this.configuration = new Configuration();
4766
4829
  if (basePath) {
@@ -4926,7 +4989,7 @@ ReportingControllerService = __decorate([
4926
4989
  let SliceXControllerService = class SliceXControllerService {
4927
4990
  constructor(httpClient, basePath, configuration) {
4928
4991
  this.httpClient = httpClient;
4929
- this.basePath = 'https://apiv2stage1.atomex.net';
4992
+ this.basePath = 'https://localhost:10045';
4930
4993
  this.defaultHeaders = new HttpHeaders();
4931
4994
  this.configuration = new Configuration();
4932
4995
  if (basePath) {
@@ -5093,7 +5156,7 @@ SliceXControllerService = __decorate([
5093
5156
  let StrategyControllerService = class StrategyControllerService {
5094
5157
  constructor(httpClient, basePath, configuration) {
5095
5158
  this.httpClient = httpClient;
5096
- this.basePath = 'https://apiv2stage1.atomex.net';
5159
+ this.basePath = 'https://localhost:10045';
5097
5160
  this.defaultHeaders = new HttpHeaders();
5098
5161
  this.configuration = new Configuration();
5099
5162
  if (basePath) {
@@ -5545,7 +5608,7 @@ StrategyControllerService = __decorate([
5545
5608
  let UILoggerControllerService = class UILoggerControllerService {
5546
5609
  constructor(httpClient, basePath, configuration) {
5547
5610
  this.httpClient = httpClient;
5548
- this.basePath = 'https://apiv2stage1.atomex.net';
5611
+ this.basePath = 'https://localhost:10045';
5549
5612
  this.defaultHeaders = new HttpHeaders();
5550
5613
  this.configuration = new Configuration();
5551
5614
  if (basePath) {
@@ -5633,7 +5696,7 @@ UILoggerControllerService = __decorate([
5633
5696
  let UserPreferenceControllerService = class UserPreferenceControllerService {
5634
5697
  constructor(httpClient, basePath, configuration) {
5635
5698
  this.httpClient = httpClient;
5636
- this.basePath = 'https://apiv2stage1.atomex.net';
5699
+ this.basePath = 'https://localhost:10045';
5637
5700
  this.defaultHeaders = new HttpHeaders();
5638
5701
  this.configuration = new Configuration();
5639
5702
  if (basePath) {