@revxui/api-clients-ts 0.10.158 → 0.10.162

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +3 -6
  3. package/api/campaignController.service.d.ts +3 -6
  4. package/api/catalogController.service.d.ts +9 -18
  5. package/api/clickDestinationController.service.d.ts +3 -6
  6. package/api/creativeController.service.d.ts +6 -12
  7. package/api/creativeSetsController.service.d.ts +6 -12
  8. package/api/dashboardController.service.d.ts +16 -6
  9. package/api/pixelController.service.d.ts +3 -6
  10. package/bundles/revxui-api-clients-ts.umd.js +88 -143
  11. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  12. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  13. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  14. package/esm2015/api/adminController.service.js +2 -2
  15. package/esm2015/api/advertiserController.service.js +2 -2
  16. package/esm2015/api/appSettingsController.service.js +2 -2
  17. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  18. package/esm2015/api/audienceController.service.js +3 -12
  19. package/esm2015/api/auditController.service.js +2 -2
  20. package/esm2015/api/bulkStrategyController.service.js +2 -2
  21. package/esm2015/api/cSSThemeController_.service.js +2 -2
  22. package/esm2015/api/campaignController.service.js +3 -12
  23. package/esm2015/api/catalogController.service.js +5 -32
  24. package/esm2015/api/clickDestinationController.service.js +3 -12
  25. package/esm2015/api/creativeController.service.js +4 -22
  26. package/esm2015/api/creativeSetsController.service.js +4 -22
  27. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  28. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  29. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  30. package/esm2015/api/dashboardController.service.js +43 -12
  31. package/esm2015/api/pixelController.service.js +3 -12
  32. package/esm2015/api/reportingController.service.js +2 -2
  33. package/esm2015/api/sliceXController.service.js +2 -2
  34. package/esm2015/api/strategyController.service.js +2 -2
  35. package/esm2015/api/uILoggerController.service.js +2 -2
  36. package/esm2015/api/userPreferenceController.service.js +2 -2
  37. package/esm2015/model/advertiser.js +1 -1
  38. package/esm2015/model/advertiserPojo.js +1 -1
  39. package/esm2015/model/audienceDTO.js +1 -1
  40. package/esm2015/model/audienceESDTO.js +1 -1
  41. package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
  42. package/esm2015/model/campaignDTO.js +1 -1
  43. package/esm2015/model/campaignESDTO.js +1 -1
  44. package/esm2015/model/clickDestination.js +12 -1
  45. package/esm2015/model/creative.js +1 -1
  46. package/esm2015/model/creativeCompactDTO.js +1 -1
  47. package/esm2015/model/creativeDTO.js +1 -1
  48. package/esm2015/model/creativePerformanceData.js +1 -1
  49. package/esm2015/model/creativeSetDetails.js +1 -1
  50. package/esm2015/model/creativeSetsListDashboardData.js +1 -1
  51. package/esm2015/model/models.js +1 -1
  52. package/esm2015/model/parentBasedObject.js +1 -1
  53. package/esm2015/model/pixel.js +1 -1
  54. package/esm2015/model/reportingResponse.js +1 -1
  55. package/esm2015/model/strategy.js +1 -1
  56. package/esm2015/model/strategyDTO.js +1 -1
  57. package/esm5/api/adminController.service.js +2 -2
  58. package/esm5/api/advertiserController.service.js +2 -2
  59. package/esm5/api/appSettingsController.service.js +2 -2
  60. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  61. package/esm5/api/audienceController.service.js +3 -12
  62. package/esm5/api/auditController.service.js +2 -2
  63. package/esm5/api/bulkStrategyController.service.js +2 -2
  64. package/esm5/api/cSSThemeController_.service.js +2 -2
  65. package/esm5/api/campaignController.service.js +3 -12
  66. package/esm5/api/catalogController.service.js +5 -32
  67. package/esm5/api/clickDestinationController.service.js +3 -12
  68. package/esm5/api/creativeController.service.js +4 -22
  69. package/esm5/api/creativeSetsController.service.js +4 -22
  70. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  71. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  72. package/esm5/api/creativeTemplatesController.service.js +2 -2
  73. package/esm5/api/dashboardController.service.js +45 -12
  74. package/esm5/api/pixelController.service.js +3 -12
  75. package/esm5/api/reportingController.service.js +2 -2
  76. package/esm5/api/sliceXController.service.js +2 -2
  77. package/esm5/api/strategyController.service.js +2 -2
  78. package/esm5/api/uILoggerController.service.js +2 -2
  79. package/esm5/api/userPreferenceController.service.js +2 -2
  80. package/esm5/model/advertiser.js +1 -1
  81. package/esm5/model/advertiserPojo.js +1 -1
  82. package/esm5/model/audienceDTO.js +1 -1
  83. package/esm5/model/audienceESDTO.js +1 -1
  84. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  85. package/esm5/model/campaignDTO.js +1 -1
  86. package/esm5/model/campaignESDTO.js +1 -1
  87. package/esm5/model/clickDestination.js +12 -1
  88. package/esm5/model/creative.js +1 -1
  89. package/esm5/model/creativeCompactDTO.js +1 -1
  90. package/esm5/model/creativeDTO.js +1 -1
  91. package/esm5/model/creativePerformanceData.js +1 -1
  92. package/esm5/model/creativeSetDetails.js +1 -1
  93. package/esm5/model/creativeSetsListDashboardData.js +1 -1
  94. package/esm5/model/models.js +1 -1
  95. package/esm5/model/parentBasedObject.js +1 -1
  96. package/esm5/model/pixel.js +1 -1
  97. package/esm5/model/reportingResponse.js +1 -1
  98. package/esm5/model/strategy.js +1 -1
  99. package/esm5/model/strategyDTO.js +1 -1
  100. package/fesm2015/revxui-api-clients-ts.js +86 -143
  101. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  102. package/fesm5/revxui-api-clients-ts.js +88 -143
  103. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  104. package/model/advertiser.d.ts +1 -0
  105. package/model/advertiserPojo.d.ts +1 -0
  106. package/model/audienceDTO.d.ts +1 -0
  107. package/model/audienceESDTO.d.ts +1 -0
  108. package/model/bulkEditStrategiesDTO.d.ts +0 -2
  109. package/model/campaignDTO.d.ts +1 -0
  110. package/model/campaignESDTO.d.ts +1 -0
  111. package/model/clickDestination.d.ts +1 -2
  112. package/model/creative.d.ts +1 -0
  113. package/model/creativeCompactDTO.d.ts +1 -0
  114. package/model/creativeDTO.d.ts +1 -0
  115. package/model/creativePerformanceData.d.ts +0 -12
  116. package/model/creativeSetDetails.d.ts +1 -0
  117. package/model/creativeSetsListDashboardData.d.ts +1 -0
  118. package/model/models.d.ts +0 -2
  119. package/model/parentBasedObject.d.ts +1 -0
  120. package/model/pixel.d.ts +1 -0
  121. package/model/reportingResponse.d.ts +1 -0
  122. package/model/strategy.d.ts +1 -0
  123. package/model/strategyDTO.d.ts +1 -0
  124. package/package.json +1 -1
  125. package/revxui-api-clients-ts.metadata.json +1 -1
  126. package/esm2015/model/fcapDetails.js +0 -12
  127. package/esm2015/model/fcapEditField.js +0 -1
  128. package/esm5/model/fcapDetails.js +0 -12
  129. package/esm5/model/fcapEditField.js +0 -1
  130. package/model/fcapDetails.d.ts +0 -16
  131. package/model/fcapEditField.d.ts +0 -16
@@ -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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
992
992
  this.defaultHeaders = new HttpHeaders();
993
993
  this.configuration = new Configuration();
994
994
  if (basePath) {
@@ -1178,23 +1178,14 @@ let AudienceControllerService = class AudienceControllerService {
1178
1178
  reportProgress: reportProgress
1179
1179
  });
1180
1180
  }
1181
- getAllAudienceUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
1181
+ getAllAudienceUsingPOST(advertiser_id, refresh, reqId, search, 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
- }
1192
1186
  if (refresh !== undefined && refresh !== null) {
1193
1187
  queryParameters = queryParameters.set('refresh', refresh);
1194
1188
  }
1195
- if (sort !== undefined && sort !== null) {
1196
- queryParameters = queryParameters.set('sort', sort);
1197
- }
1198
1189
  let headers = this.defaultHeaders;
1199
1190
  if (reqId !== undefined && reqId !== null) {
1200
1191
  headers = headers.set('reqId', String(reqId));
@@ -1483,7 +1474,7 @@ AudienceControllerService = __decorate([
1483
1474
  let AuditControllerService = class AuditControllerService {
1484
1475
  constructor(httpClient, basePath, configuration) {
1485
1476
  this.httpClient = httpClient;
1486
- this.basePath = 'https://apiv2stage1.atomex.net';
1477
+ this.basePath = 'https://apiv2stage3.atomex.net';
1487
1478
  this.defaultHeaders = new HttpHeaders();
1488
1479
  this.configuration = new Configuration();
1489
1480
  if (basePath) {
@@ -1664,7 +1655,7 @@ AuditControllerService = __decorate([
1664
1655
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1665
1656
  constructor(httpClient, basePath, configuration) {
1666
1657
  this.httpClient = httpClient;
1667
- this.basePath = 'https://apiv2stage1.atomex.net';
1658
+ this.basePath = 'https://apiv2stage3.atomex.net';
1668
1659
  this.defaultHeaders = new HttpHeaders();
1669
1660
  this.configuration = new Configuration();
1670
1661
  if (basePath) {
@@ -1885,7 +1876,7 @@ BulkStrategyControllerService = __decorate([
1885
1876
  let CSSThemeController_Service = class CSSThemeController_Service {
1886
1877
  constructor(httpClient, basePath, configuration) {
1887
1878
  this.httpClient = httpClient;
1888
- this.basePath = 'https://apiv2stage1.atomex.net';
1879
+ this.basePath = 'https://apiv2stage3.atomex.net';
1889
1880
  this.defaultHeaders = new HttpHeaders();
1890
1881
  this.configuration = new Configuration();
1891
1882
  if (basePath) {
@@ -1990,7 +1981,7 @@ CSSThemeController_Service = __decorate([
1990
1981
  let CampaignControllerService = class CampaignControllerService {
1991
1982
  constructor(httpClient, basePath, configuration) {
1992
1983
  this.httpClient = httpClient;
1993
- this.basePath = 'https://apiv2stage1.atomex.net';
1984
+ this.basePath = 'https://apiv2stage3.atomex.net';
1994
1985
  this.defaultHeaders = new HttpHeaders();
1995
1986
  this.configuration = new Configuration();
1996
1987
  if (basePath) {
@@ -2118,7 +2109,7 @@ let CampaignControllerService = class CampaignControllerService {
2118
2109
  reportProgress: reportProgress
2119
2110
  });
2120
2111
  }
2121
- getAllCampaignUsingGET(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2112
+ getAllCampaignUsingGET(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2122
2113
  if (advertiser_id === null || advertiser_id === undefined) {
2123
2114
  throw new Error('Required parameter advertiser_id was null or undefined when calling getAllCampaignUsingGET.');
2124
2115
  }
@@ -2126,21 +2117,12 @@ let CampaignControllerService = class CampaignControllerService {
2126
2117
  if (advertiser_id !== undefined && advertiser_id !== null) {
2127
2118
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2128
2119
  }
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
- }
2135
2120
  if (refresh !== undefined && refresh !== null) {
2136
2121
  queryParameters = queryParameters.set('refresh', refresh);
2137
2122
  }
2138
2123
  if (search !== undefined && search !== null) {
2139
2124
  queryParameters = queryParameters.set('search', search);
2140
2125
  }
2141
- if (sort !== undefined && sort !== null) {
2142
- queryParameters = queryParameters.set('sort', sort);
2143
- }
2144
2126
  let headers = this.defaultHeaders;
2145
2127
  if (reqId !== undefined && reqId !== null) {
2146
2128
  headers = headers.set('reqId', String(reqId));
@@ -2261,7 +2243,7 @@ CampaignControllerService = __decorate([
2261
2243
  let CatalogControllerService = class CatalogControllerService {
2262
2244
  constructor(httpClient, basePath, configuration) {
2263
2245
  this.httpClient = httpClient;
2264
- this.basePath = 'https://apiv2stage1.atomex.net';
2246
+ this.basePath = 'https://apiv2stage3.atomex.net';
2265
2247
  this.defaultHeaders = new HttpHeaders();
2266
2248
  this.configuration = new Configuration();
2267
2249
  if (basePath) {
@@ -2313,7 +2295,7 @@ let CatalogControllerService = class CatalogControllerService {
2313
2295
  reportProgress: reportProgress
2314
2296
  });
2315
2297
  }
2316
- getCatalogFeedsUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2298
+ getCatalogFeedsUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2317
2299
  if (advertiser_id === null || advertiser_id === undefined) {
2318
2300
  throw new Error('Required parameter advertiser_id was null or undefined when calling getCatalogFeedsUsingPOST.');
2319
2301
  }
@@ -2321,18 +2303,9 @@ let CatalogControllerService = class CatalogControllerService {
2321
2303
  if (advertiser_id !== undefined && advertiser_id !== null) {
2322
2304
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2323
2305
  }
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
- }
2330
2306
  if (refresh !== undefined && refresh !== null) {
2331
2307
  queryParameters = queryParameters.set('refresh', refresh);
2332
2308
  }
2333
- if (sort !== undefined && sort !== null) {
2334
- queryParameters = queryParameters.set('sort', sort);
2335
- }
2336
2309
  let headers = this.defaultHeaders;
2337
2310
  if (reqId !== undefined && reqId !== null) {
2338
2311
  headers = headers.set('reqId', String(reqId));
@@ -2364,7 +2337,7 @@ let CatalogControllerService = class CatalogControllerService {
2364
2337
  reportProgress: reportProgress
2365
2338
  });
2366
2339
  }
2367
- getMacrosUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2340
+ getMacrosUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2368
2341
  if (advertiser_id === null || advertiser_id === undefined) {
2369
2342
  throw new Error('Required parameter advertiser_id was null or undefined when calling getMacrosUsingPOST.');
2370
2343
  }
@@ -2372,18 +2345,9 @@ let CatalogControllerService = class CatalogControllerService {
2372
2345
  if (advertiser_id !== undefined && advertiser_id !== null) {
2373
2346
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2374
2347
  }
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
- }
2381
2348
  if (refresh !== undefined && refresh !== null) {
2382
2349
  queryParameters = queryParameters.set('refresh', refresh);
2383
2350
  }
2384
- if (sort !== undefined && sort !== null) {
2385
- queryParameters = queryParameters.set('sort', sort);
2386
- }
2387
2351
  let headers = this.defaultHeaders;
2388
2352
  if (reqId !== undefined && reqId !== null) {
2389
2353
  headers = headers.set('reqId', String(reqId));
@@ -2415,7 +2379,7 @@ let CatalogControllerService = class CatalogControllerService {
2415
2379
  reportProgress: reportProgress
2416
2380
  });
2417
2381
  }
2418
- getVariableMappingsUsingPOST(feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2382
+ getVariableMappingsUsingPOST(feedId, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2419
2383
  if (feedId === null || feedId === undefined) {
2420
2384
  throw new Error('Required parameter feedId was null or undefined when calling getVariableMappingsUsingPOST.');
2421
2385
  }
@@ -2423,18 +2387,9 @@ let CatalogControllerService = class CatalogControllerService {
2423
2387
  if (feedId !== undefined && feedId !== null) {
2424
2388
  queryParameters = queryParameters.set('feedId', feedId);
2425
2389
  }
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
- }
2432
2390
  if (refresh !== undefined && refresh !== null) {
2433
2391
  queryParameters = queryParameters.set('refresh', refresh);
2434
2392
  }
2435
- if (sort !== undefined && sort !== null) {
2436
- queryParameters = queryParameters.set('sort', sort);
2437
- }
2438
2393
  let headers = this.defaultHeaders;
2439
2394
  if (reqId !== undefined && reqId !== null) {
2440
2395
  headers = headers.set('reqId', String(reqId));
@@ -2491,7 +2446,7 @@ CatalogControllerService = __decorate([
2491
2446
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2492
2447
  constructor(httpClient, basePath, configuration) {
2493
2448
  this.httpClient = httpClient;
2494
- this.basePath = 'https://apiv2stage1.atomex.net';
2449
+ this.basePath = 'https://apiv2stage3.atomex.net';
2495
2450
  this.defaultHeaders = new HttpHeaders();
2496
2451
  this.configuration = new Configuration();
2497
2452
  if (basePath) {
@@ -2549,7 +2504,7 @@ let ClickDestinationControllerService = class ClickDestinationControllerService
2549
2504
  reportProgress: reportProgress
2550
2505
  });
2551
2506
  }
2552
- getAllClickDestinationUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2507
+ getAllClickDestinationUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2553
2508
  if (advertiser_id === null || advertiser_id === undefined) {
2554
2509
  throw new Error('Required parameter advertiser_id was null or undefined when calling getAllClickDestinationUsingPOST.');
2555
2510
  }
@@ -2557,18 +2512,9 @@ let ClickDestinationControllerService = class ClickDestinationControllerService
2557
2512
  if (advertiser_id !== undefined && advertiser_id !== null) {
2558
2513
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2559
2514
  }
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
- }
2566
2515
  if (refresh !== undefined && refresh !== null) {
2567
2516
  queryParameters = queryParameters.set('refresh', refresh);
2568
2517
  }
2569
- if (sort !== undefined && sort !== null) {
2570
- queryParameters = queryParameters.set('sort', sort);
2571
- }
2572
2518
  let headers = this.defaultHeaders;
2573
2519
  if (reqId !== undefined && reqId !== null) {
2574
2520
  headers = headers.set('reqId', String(reqId));
@@ -2728,7 +2674,7 @@ ClickDestinationControllerService = __decorate([
2728
2674
  let CreativeControllerService = class CreativeControllerService {
2729
2675
  constructor(httpClient, basePath, configuration) {
2730
2676
  this.httpClient = httpClient;
2731
- this.basePath = 'https://apiv2stage1.atomex.net';
2677
+ this.basePath = 'https://apiv2stage3.atomex.net';
2732
2678
  this.defaultHeaders = new HttpHeaders();
2733
2679
  this.configuration = new Configuration();
2734
2680
  if (basePath) {
@@ -3028,26 +2974,17 @@ let CreativeControllerService = class CreativeControllerService {
3028
2974
  reportProgress: reportProgress
3029
2975
  });
3030
2976
  }
3031
- searchCreativesCompactUsingPOST(search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe = 'body', reportProgress = false) {
2977
+ searchCreativesCompactUsingPOST(search, refresh, reqId, skadtarget, token, observe = 'body', reportProgress = false) {
3032
2978
  if (search === null || search === undefined) {
3033
2979
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3034
2980
  }
3035
2981
  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
- }
3042
2982
  if (refresh !== undefined && refresh !== null) {
3043
2983
  queryParameters = queryParameters.set('refresh', refresh);
3044
2984
  }
3045
2985
  if (skadtarget !== undefined && skadtarget !== null) {
3046
2986
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3047
2987
  }
3048
- if (sort !== undefined && sort !== null) {
3049
- queryParameters = queryParameters.set('sort', sort);
3050
- }
3051
2988
  let headers = this.defaultHeaders;
3052
2989
  if (reqId !== undefined && reqId !== null) {
3053
2990
  headers = headers.set('reqId', String(reqId));
@@ -3079,23 +3016,14 @@ let CreativeControllerService = class CreativeControllerService {
3079
3016
  reportProgress: reportProgress
3080
3017
  });
3081
3018
  }
3082
- searchCreativesUsingPOST(search, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3019
+ searchCreativesUsingPOST(search, refresh, reqId, token, observe = 'body', reportProgress = false) {
3083
3020
  if (search === null || search === undefined) {
3084
3021
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3085
3022
  }
3086
3023
  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
- }
3093
3024
  if (refresh !== undefined && refresh !== null) {
3094
3025
  queryParameters = queryParameters.set('refresh', refresh);
3095
3026
  }
3096
- if (sort !== undefined && sort !== null) {
3097
- queryParameters = queryParameters.set('sort', sort);
3098
- }
3099
3027
  let headers = this.defaultHeaders;
3100
3028
  if (reqId !== undefined && reqId !== null) {
3101
3029
  headers = headers.set('reqId', String(reqId));
@@ -3189,7 +3117,7 @@ CreativeControllerService = __decorate([
3189
3117
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3190
3118
  constructor(httpClient, basePath, configuration) {
3191
3119
  this.httpClient = httpClient;
3192
- this.basePath = 'https://apiv2stage1.atomex.net';
3120
+ this.basePath = 'https://apiv2stage3.atomex.net';
3193
3121
  this.defaultHeaders = new HttpHeaders();
3194
3122
  this.configuration = new Configuration();
3195
3123
  if (basePath) {
@@ -3308,23 +3236,14 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3308
3236
  reportProgress: reportProgress
3309
3237
  });
3310
3238
  }
3311
- getCreativeSetsPerformanceUsingPOST(dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3239
+ getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3312
3240
  if (dashboardRequest === null || dashboardRequest === undefined) {
3313
3241
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3314
3242
  }
3315
3243
  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
- }
3322
3244
  if (refresh !== undefined && refresh !== null) {
3323
3245
  queryParameters = queryParameters.set('refresh', refresh);
3324
3246
  }
3325
- if (sort !== undefined && sort !== null) {
3326
- queryParameters = queryParameters.set('sort', sort);
3327
- }
3328
3247
  let headers = this.defaultHeaders;
3329
3248
  if (reqId !== undefined && reqId !== null) {
3330
3249
  headers = headers.set('reqId', String(reqId));
@@ -3356,7 +3275,7 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3356
3275
  reportProgress: reportProgress
3357
3276
  });
3358
3277
  }
3359
- getCreativesPerformanceUsingPOST(dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3278
+ getCreativesPerformanceUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3360
3279
  if (dashboardRequest === null || dashboardRequest === undefined) {
3361
3280
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3362
3281
  }
@@ -3364,18 +3283,9 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3364
3283
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3365
3284
  }
3366
3285
  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
- }
3373
3286
  if (refresh !== undefined && refresh !== null) {
3374
3287
  queryParameters = queryParameters.set('refresh', refresh);
3375
3288
  }
3376
- if (sort !== undefined && sort !== null) {
3377
- queryParameters = queryParameters.set('sort', sort);
3378
- }
3379
3289
  let headers = this.defaultHeaders;
3380
3290
  if (reqId !== undefined && reqId !== null) {
3381
3291
  headers = headers.set('reqId', String(reqId));
@@ -3511,7 +3421,7 @@ CreativeSetsControllerService = __decorate([
3511
3421
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3512
3422
  constructor(httpClient, basePath, configuration) {
3513
3423
  this.httpClient = httpClient;
3514
- this.basePath = 'https://apiv2stage1.atomex.net';
3424
+ this.basePath = 'https://apiv2stage3.atomex.net';
3515
3425
  this.defaultHeaders = new HttpHeaders();
3516
3426
  this.configuration = new Configuration();
3517
3427
  if (basePath) {
@@ -3692,7 +3602,7 @@ CreativeTemplateThemesControllerService = __decorate([
3692
3602
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3693
3603
  constructor(httpClient, basePath, configuration) {
3694
3604
  this.httpClient = httpClient;
3695
- this.basePath = 'https://apiv2stage1.atomex.net';
3605
+ this.basePath = 'https://apiv2stage3.atomex.net';
3696
3606
  this.defaultHeaders = new HttpHeaders();
3697
3607
  this.configuration = new Configuration();
3698
3608
  if (basePath) {
@@ -3766,7 +3676,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3766
3676
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3767
3677
  constructor(httpClient, basePath, configuration) {
3768
3678
  this.httpClient = httpClient;
3769
- this.basePath = 'https://apiv2stage1.atomex.net';
3679
+ this.basePath = 'https://apiv2stage3.atomex.net';
3770
3680
  this.defaultHeaders = new HttpHeaders();
3771
3681
  this.configuration = new Configuration();
3772
3682
  if (basePath) {
@@ -3927,7 +3837,7 @@ CreativeTemplatesControllerService = __decorate([
3927
3837
  let DashboardControllerService = class DashboardControllerService {
3928
3838
  constructor(httpClient, basePath, configuration) {
3929
3839
  this.httpClient = httpClient;
3930
- this.basePath = 'https://apiv2stage1.atomex.net';
3840
+ this.basePath = 'https://apiv2stage3.atomex.net';
3931
3841
  this.defaultHeaders = new HttpHeaders();
3932
3842
  this.configuration = new Configuration();
3933
3843
  if (basePath) {
@@ -3951,6 +3861,46 @@ let DashboardControllerService = class DashboardControllerService {
3951
3861
  }
3952
3862
  return false;
3953
3863
  }
3864
+ archiveEntitiesUsingPOST(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
3865
+ if (id === null || id === undefined) {
3866
+ throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
3867
+ }
3868
+ if (tableEntity === null || tableEntity === undefined) {
3869
+ throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
3870
+ }
3871
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3872
+ if (id) {
3873
+ id.forEach((element) => {
3874
+ queryParameters = queryParameters.append('id', element);
3875
+ });
3876
+ }
3877
+ let headers = this.defaultHeaders;
3878
+ if (reqId !== undefined && reqId !== null) {
3879
+ headers = headers.set('reqId', String(reqId));
3880
+ }
3881
+ if (token !== undefined && token !== null) {
3882
+ headers = headers.set('token', String(token));
3883
+ }
3884
+ // to determine the Accept header
3885
+ let httpHeaderAccepts = [
3886
+ 'application/json'
3887
+ ];
3888
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3889
+ if (httpHeaderAcceptSelected != undefined) {
3890
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3891
+ }
3892
+ // to determine the Content-Type header
3893
+ const consumes = [
3894
+ 'application/json'
3895
+ ];
3896
+ return this.httpClient.post(`${this.basePath}/v2/api/archive/${encodeURIComponent(String(tableEntity))}`, null, {
3897
+ params: queryParameters,
3898
+ withCredentials: this.configuration.withCredentials,
3899
+ headers: headers,
3900
+ observe: observe,
3901
+ reportProgress: reportProgress
3902
+ });
3903
+ }
3954
3904
  getByIdUsingGET4(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
3955
3905
  if (id === null || id === undefined) {
3956
3906
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET4.');
@@ -4169,7 +4119,7 @@ let DashboardControllerService = class DashboardControllerService {
4169
4119
  reportProgress: reportProgress
4170
4120
  });
4171
4121
  }
4172
- getDashboardDataListUsingPOST(dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
4122
+ getDashboardDataListUsingPOST(dashboardRequest, entity, showuu, refresh, reqId, token, observe = 'body', reportProgress = false) {
4173
4123
  if (dashboardRequest === null || dashboardRequest === undefined) {
4174
4124
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getDashboardDataListUsingPOST.');
4175
4125
  }
@@ -4180,21 +4130,12 @@ let DashboardControllerService = class DashboardControllerService {
4180
4130
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4181
4131
  }
4182
4132
  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
- }
4189
4133
  if (refresh !== undefined && refresh !== null) {
4190
4134
  queryParameters = queryParameters.set('refresh', refresh);
4191
4135
  }
4192
4136
  if (showuu !== undefined && showuu !== null) {
4193
4137
  queryParameters = queryParameters.set('showuu', showuu);
4194
4138
  }
4195
- if (sort !== undefined && sort !== null) {
4196
- queryParameters = queryParameters.set('sort', sort);
4197
- }
4198
4139
  let headers = this.defaultHeaders;
4199
4140
  if (reqId !== undefined && reqId !== null) {
4200
4141
  headers = headers.set('reqId', String(reqId));
@@ -4511,7 +4452,7 @@ DashboardControllerService = __decorate([
4511
4452
  let PixelControllerService = class PixelControllerService {
4512
4453
  constructor(httpClient, basePath, configuration) {
4513
4454
  this.httpClient = httpClient;
4514
- this.basePath = 'https://apiv2stage1.atomex.net';
4455
+ this.basePath = 'https://apiv2stage3.atomex.net';
4515
4456
  this.defaultHeaders = new HttpHeaders();
4516
4457
  this.configuration = new Configuration();
4517
4458
  if (basePath) {
@@ -4705,7 +4646,7 @@ let PixelControllerService = class PixelControllerService {
4705
4646
  reportProgress: reportProgress
4706
4647
  });
4707
4648
  }
4708
- searchPixelsUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
4649
+ searchPixelsUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
4709
4650
  if (advertiser_id === null || advertiser_id === undefined) {
4710
4651
  throw new Error('Required parameter advertiser_id was null or undefined when calling searchPixelsUsingPOST.');
4711
4652
  }
@@ -4713,18 +4654,9 @@ let PixelControllerService = class PixelControllerService {
4713
4654
  if (advertiser_id !== undefined && advertiser_id !== null) {
4714
4655
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
4715
4656
  }
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
- }
4722
4657
  if (refresh !== undefined && refresh !== null) {
4723
4658
  queryParameters = queryParameters.set('refresh', refresh);
4724
4659
  }
4725
- if (sort !== undefined && sort !== null) {
4726
- queryParameters = queryParameters.set('sort', sort);
4727
- }
4728
4660
  let headers = this.defaultHeaders;
4729
4661
  if (reqId !== undefined && reqId !== null) {
4730
4662
  headers = headers.set('reqId', String(reqId));
@@ -4823,7 +4755,7 @@ PixelControllerService = __decorate([
4823
4755
  let ReportingControllerService = class ReportingControllerService {
4824
4756
  constructor(httpClient, basePath, configuration) {
4825
4757
  this.httpClient = httpClient;
4826
- this.basePath = 'https://apiv2stage1.atomex.net';
4758
+ this.basePath = 'https://apiv2stage3.atomex.net';
4827
4759
  this.defaultHeaders = new HttpHeaders();
4828
4760
  this.configuration = new Configuration();
4829
4761
  if (basePath) {
@@ -4989,7 +4921,7 @@ ReportingControllerService = __decorate([
4989
4921
  let SliceXControllerService = class SliceXControllerService {
4990
4922
  constructor(httpClient, basePath, configuration) {
4991
4923
  this.httpClient = httpClient;
4992
- this.basePath = 'https://apiv2stage1.atomex.net';
4924
+ this.basePath = 'https://apiv2stage3.atomex.net';
4993
4925
  this.defaultHeaders = new HttpHeaders();
4994
4926
  this.configuration = new Configuration();
4995
4927
  if (basePath) {
@@ -5156,7 +5088,7 @@ SliceXControllerService = __decorate([
5156
5088
  let StrategyControllerService = class StrategyControllerService {
5157
5089
  constructor(httpClient, basePath, configuration) {
5158
5090
  this.httpClient = httpClient;
5159
- this.basePath = 'https://apiv2stage1.atomex.net';
5091
+ this.basePath = 'https://apiv2stage3.atomex.net';
5160
5092
  this.defaultHeaders = new HttpHeaders();
5161
5093
  this.configuration = new Configuration();
5162
5094
  if (basePath) {
@@ -5608,7 +5540,7 @@ StrategyControllerService = __decorate([
5608
5540
  let UILoggerControllerService = class UILoggerControllerService {
5609
5541
  constructor(httpClient, basePath, configuration) {
5610
5542
  this.httpClient = httpClient;
5611
- this.basePath = 'https://apiv2stage1.atomex.net';
5543
+ this.basePath = 'https://apiv2stage3.atomex.net';
5612
5544
  this.defaultHeaders = new HttpHeaders();
5613
5545
  this.configuration = new Configuration();
5614
5546
  if (basePath) {
@@ -5696,7 +5628,7 @@ UILoggerControllerService = __decorate([
5696
5628
  let UserPreferenceControllerService = class UserPreferenceControllerService {
5697
5629
  constructor(httpClient, basePath, configuration) {
5698
5630
  this.httpClient = httpClient;
5699
- this.basePath = 'https://apiv2stage1.atomex.net';
5631
+ this.basePath = 'https://apiv2stage3.atomex.net';
5700
5632
  this.defaultHeaders = new HttpHeaders();
5701
5633
  this.configuration = new Configuration();
5702
5634
  if (basePath) {
@@ -5932,6 +5864,17 @@ var AudienceDTO;
5932
5864
  };
5933
5865
  })(AudienceDTO || (AudienceDTO = {}));
5934
5866
 
5867
+ /**
5868
+ * Api Documentation
5869
+ * Api Documentation
5870
+ *
5871
+ * OpenAPI spec version: 1.0
5872
+ *
5873
+ *
5874
+ * NOTE: This class is auto generated by the swagger code generator program.
5875
+ * https://github.com/swagger-api/swagger-codegen.git
5876
+ * Do not edit the class manually.
5877
+ */
5935
5878
  var ClickDestination;
5936
5879
  (function (ClickDestination) {
5937
5880
  ClickDestination.CampaignTypeEnum = {