@revxui/api-clients-ts 0.10.164 → 0.10.165

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 +10 -15
  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 +83 -155
  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 +10 -23
  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 +1 -12
  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/fcapDetails.js +12 -0
  52. package/esm2015/model/fcapEditField.js +1 -0
  53. package/esm2015/model/models.js +1 -1
  54. package/esm2015/model/parentBasedObject.js +1 -1
  55. package/esm2015/model/pixel.js +1 -1
  56. package/esm2015/model/reportingResponse.js +1 -1
  57. package/esm2015/model/strategy.js +1 -1
  58. package/esm2015/model/strategyDTO.js +1 -1
  59. package/esm5/api/adminController.service.js +2 -2
  60. package/esm5/api/advertiserController.service.js +2 -2
  61. package/esm5/api/appSettingsController.service.js +2 -2
  62. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  63. package/esm5/api/audienceController.service.js +3 -12
  64. package/esm5/api/auditController.service.js +2 -2
  65. package/esm5/api/bulkStrategyController.service.js +2 -2
  66. package/esm5/api/cSSThemeController_.service.js +2 -2
  67. package/esm5/api/campaignController.service.js +3 -12
  68. package/esm5/api/catalogController.service.js +5 -32
  69. package/esm5/api/clickDestinationController.service.js +3 -12
  70. package/esm5/api/creativeController.service.js +4 -22
  71. package/esm5/api/creativeSetsController.service.js +10 -23
  72. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  73. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  74. package/esm5/api/creativeTemplatesController.service.js +2 -2
  75. package/esm5/api/dashboardController.service.js +45 -12
  76. package/esm5/api/pixelController.service.js +3 -12
  77. package/esm5/api/reportingController.service.js +2 -2
  78. package/esm5/api/sliceXController.service.js +2 -2
  79. package/esm5/api/strategyController.service.js +2 -2
  80. package/esm5/api/uILoggerController.service.js +2 -2
  81. package/esm5/api/userPreferenceController.service.js +2 -2
  82. package/esm5/model/advertiser.js +1 -1
  83. package/esm5/model/advertiserPojo.js +1 -1
  84. package/esm5/model/audienceDTO.js +1 -1
  85. package/esm5/model/audienceESDTO.js +1 -1
  86. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  87. package/esm5/model/campaignDTO.js +1 -1
  88. package/esm5/model/campaignESDTO.js +1 -1
  89. package/esm5/model/clickDestination.js +1 -12
  90. package/esm5/model/creative.js +1 -1
  91. package/esm5/model/creativeCompactDTO.js +1 -1
  92. package/esm5/model/creativeDTO.js +1 -1
  93. package/esm5/model/creativePerformanceData.js +1 -1
  94. package/esm5/model/creativeSetDetails.js +1 -1
  95. package/esm5/model/creativeSetsListDashboardData.js +1 -1
  96. package/esm5/model/fcapDetails.js +12 -0
  97. package/esm5/model/fcapEditField.js +1 -0
  98. package/esm5/model/models.js +1 -1
  99. package/esm5/model/parentBasedObject.js +1 -1
  100. package/esm5/model/pixel.js +1 -1
  101. package/esm5/model/reportingResponse.js +1 -1
  102. package/esm5/model/strategy.js +1 -1
  103. package/esm5/model/strategyDTO.js +1 -1
  104. package/fesm2015/revxui-api-clients-ts.js +81 -155
  105. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  106. package/fesm5/revxui-api-clients-ts.js +83 -155
  107. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  108. package/model/advertiser.d.ts +1 -0
  109. package/model/advertiserPojo.d.ts +1 -2
  110. package/model/audienceDTO.d.ts +1 -0
  111. package/model/audienceESDTO.d.ts +1 -0
  112. package/model/bulkEditStrategiesDTO.d.ts +2 -0
  113. package/model/campaignDTO.d.ts +1 -0
  114. package/model/campaignESDTO.d.ts +1 -0
  115. package/model/clickDestination.d.ts +3 -0
  116. package/model/creative.d.ts +1 -0
  117. package/model/creativeCompactDTO.d.ts +1 -0
  118. package/model/creativeDTO.d.ts +1 -0
  119. package/model/creativePerformanceData.d.ts +10 -0
  120. package/model/creativeSetDetails.d.ts +1 -0
  121. package/model/creativeSetsListDashboardData.d.ts +2 -1
  122. package/model/fcapDetails.d.ts +16 -0
  123. package/model/fcapEditField.d.ts +16 -0
  124. package/model/models.d.ts +2 -0
  125. package/model/parentBasedObject.d.ts +1 -0
  126. package/model/pixel.d.ts +1 -0
  127. package/model/reportingResponse.d.ts +1 -0
  128. package/model/strategy.d.ts +1 -0
  129. package/model/strategyDTO.d.ts +1 -0
  130. package/package.json +1 -1
  131. 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://localhost:10045';
86
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
276
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
688
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
840
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
991
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
1477
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
1658
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
1879
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
1984
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
2246
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
2449
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
2677
+ this.basePath = 'https://apiv2stage1.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://localhost:10045';
3120
+ this.basePath = 'https://apiv2stage1.atomex.net';
3193
3121
  this.defaultHeaders = new HttpHeaders();
3194
3122
  this.configuration = new Configuration();
3195
3123
  if (basePath) {
@@ -3280,10 +3208,14 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3280
3208
  reportProgress: reportProgress
3281
3209
  });
3282
3210
  }
3283
- getByIdUsingGET3(id, reqId, token, observe = 'body', reportProgress = false) {
3211
+ getByIdUsingGET3(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3284
3212
  if (id === null || id === undefined) {
3285
3213
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3286
3214
  }
3215
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3216
+ if (refresh !== undefined && refresh !== null) {
3217
+ queryParameters = queryParameters.set('refresh', refresh);
3218
+ }
3287
3219
  let headers = this.defaultHeaders;
3288
3220
  if (reqId !== undefined && reqId !== null) {
3289
3221
  headers = headers.set('reqId', String(reqId));
@@ -3302,29 +3234,21 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3302
3234
  // to determine the Content-Type header
3303
3235
  const consumes = [];
3304
3236
  return this.httpClient.get(`${this.basePath}/v2/api/creativesets/${encodeURIComponent(String(id))}`, {
3237
+ params: queryParameters,
3305
3238
  withCredentials: this.configuration.withCredentials,
3306
3239
  headers: headers,
3307
3240
  observe: observe,
3308
3241
  reportProgress: reportProgress
3309
3242
  });
3310
3243
  }
3311
- getCreativeSetsPerformanceUsingPOST(dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3244
+ getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3312
3245
  if (dashboardRequest === null || dashboardRequest === undefined) {
3313
3246
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3314
3247
  }
3315
3248
  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
3249
  if (refresh !== undefined && refresh !== null) {
3323
3250
  queryParameters = queryParameters.set('refresh', refresh);
3324
3251
  }
3325
- if (sort !== undefined && sort !== null) {
3326
- queryParameters = queryParameters.set('sort', sort);
3327
- }
3328
3252
  let headers = this.defaultHeaders;
3329
3253
  if (reqId !== undefined && reqId !== null) {
3330
3254
  headers = headers.set('reqId', String(reqId));
@@ -3356,7 +3280,7 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3356
3280
  reportProgress: reportProgress
3357
3281
  });
3358
3282
  }
3359
- getCreativesPerformanceUsingPOST(dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3283
+ getCreativesPerformanceUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3360
3284
  if (dashboardRequest === null || dashboardRequest === undefined) {
3361
3285
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3362
3286
  }
@@ -3364,18 +3288,9 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3364
3288
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3365
3289
  }
3366
3290
  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
3291
  if (refresh !== undefined && refresh !== null) {
3374
3292
  queryParameters = queryParameters.set('refresh', refresh);
3375
3293
  }
3376
- if (sort !== undefined && sort !== null) {
3377
- queryParameters = queryParameters.set('sort', sort);
3378
- }
3379
3294
  let headers = this.defaultHeaders;
3380
3295
  if (reqId !== undefined && reqId !== null) {
3381
3296
  headers = headers.set('reqId', String(reqId));
@@ -3511,7 +3426,7 @@ CreativeSetsControllerService = __decorate([
3511
3426
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3512
3427
  constructor(httpClient, basePath, configuration) {
3513
3428
  this.httpClient = httpClient;
3514
- this.basePath = 'https://localhost:10045';
3429
+ this.basePath = 'https://apiv2stage1.atomex.net';
3515
3430
  this.defaultHeaders = new HttpHeaders();
3516
3431
  this.configuration = new Configuration();
3517
3432
  if (basePath) {
@@ -3692,7 +3607,7 @@ CreativeTemplateThemesControllerService = __decorate([
3692
3607
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3693
3608
  constructor(httpClient, basePath, configuration) {
3694
3609
  this.httpClient = httpClient;
3695
- this.basePath = 'https://localhost:10045';
3610
+ this.basePath = 'https://apiv2stage1.atomex.net';
3696
3611
  this.defaultHeaders = new HttpHeaders();
3697
3612
  this.configuration = new Configuration();
3698
3613
  if (basePath) {
@@ -3766,7 +3681,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3766
3681
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3767
3682
  constructor(httpClient, basePath, configuration) {
3768
3683
  this.httpClient = httpClient;
3769
- this.basePath = 'https://localhost:10045';
3684
+ this.basePath = 'https://apiv2stage1.atomex.net';
3770
3685
  this.defaultHeaders = new HttpHeaders();
3771
3686
  this.configuration = new Configuration();
3772
3687
  if (basePath) {
@@ -3927,7 +3842,7 @@ CreativeTemplatesControllerService = __decorate([
3927
3842
  let DashboardControllerService = class DashboardControllerService {
3928
3843
  constructor(httpClient, basePath, configuration) {
3929
3844
  this.httpClient = httpClient;
3930
- this.basePath = 'https://localhost:10045';
3845
+ this.basePath = 'https://apiv2stage1.atomex.net';
3931
3846
  this.defaultHeaders = new HttpHeaders();
3932
3847
  this.configuration = new Configuration();
3933
3848
  if (basePath) {
@@ -3951,6 +3866,46 @@ let DashboardControllerService = class DashboardControllerService {
3951
3866
  }
3952
3867
  return false;
3953
3868
  }
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
+ }
3954
3909
  getByIdUsingGET4(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
3955
3910
  if (id === null || id === undefined) {
3956
3911
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET4.');
@@ -4169,7 +4124,7 @@ let DashboardControllerService = class DashboardControllerService {
4169
4124
  reportProgress: reportProgress
4170
4125
  });
4171
4126
  }
4172
- getDashboardDataListUsingPOST(dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
4127
+ getDashboardDataListUsingPOST(dashboardRequest, entity, showuu, refresh, reqId, token, observe = 'body', reportProgress = false) {
4173
4128
  if (dashboardRequest === null || dashboardRequest === undefined) {
4174
4129
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getDashboardDataListUsingPOST.');
4175
4130
  }
@@ -4180,21 +4135,12 @@ let DashboardControllerService = class DashboardControllerService {
4180
4135
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4181
4136
  }
4182
4137
  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
4138
  if (refresh !== undefined && refresh !== null) {
4190
4139
  queryParameters = queryParameters.set('refresh', refresh);
4191
4140
  }
4192
4141
  if (showuu !== undefined && showuu !== null) {
4193
4142
  queryParameters = queryParameters.set('showuu', showuu);
4194
4143
  }
4195
- if (sort !== undefined && sort !== null) {
4196
- queryParameters = queryParameters.set('sort', sort);
4197
- }
4198
4144
  let headers = this.defaultHeaders;
4199
4145
  if (reqId !== undefined && reqId !== null) {
4200
4146
  headers = headers.set('reqId', String(reqId));
@@ -4511,7 +4457,7 @@ DashboardControllerService = __decorate([
4511
4457
  let PixelControllerService = class PixelControllerService {
4512
4458
  constructor(httpClient, basePath, configuration) {
4513
4459
  this.httpClient = httpClient;
4514
- this.basePath = 'https://localhost:10045';
4460
+ this.basePath = 'https://apiv2stage1.atomex.net';
4515
4461
  this.defaultHeaders = new HttpHeaders();
4516
4462
  this.configuration = new Configuration();
4517
4463
  if (basePath) {
@@ -4705,7 +4651,7 @@ let PixelControllerService = class PixelControllerService {
4705
4651
  reportProgress: reportProgress
4706
4652
  });
4707
4653
  }
4708
- searchPixelsUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
4654
+ searchPixelsUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
4709
4655
  if (advertiser_id === null || advertiser_id === undefined) {
4710
4656
  throw new Error('Required parameter advertiser_id was null or undefined when calling searchPixelsUsingPOST.');
4711
4657
  }
@@ -4713,18 +4659,9 @@ let PixelControllerService = class PixelControllerService {
4713
4659
  if (advertiser_id !== undefined && advertiser_id !== null) {
4714
4660
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
4715
4661
  }
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
4662
  if (refresh !== undefined && refresh !== null) {
4723
4663
  queryParameters = queryParameters.set('refresh', refresh);
4724
4664
  }
4725
- if (sort !== undefined && sort !== null) {
4726
- queryParameters = queryParameters.set('sort', sort);
4727
- }
4728
4665
  let headers = this.defaultHeaders;
4729
4666
  if (reqId !== undefined && reqId !== null) {
4730
4667
  headers = headers.set('reqId', String(reqId));
@@ -4823,7 +4760,7 @@ PixelControllerService = __decorate([
4823
4760
  let ReportingControllerService = class ReportingControllerService {
4824
4761
  constructor(httpClient, basePath, configuration) {
4825
4762
  this.httpClient = httpClient;
4826
- this.basePath = 'https://localhost:10045';
4763
+ this.basePath = 'https://apiv2stage1.atomex.net';
4827
4764
  this.defaultHeaders = new HttpHeaders();
4828
4765
  this.configuration = new Configuration();
4829
4766
  if (basePath) {
@@ -4989,7 +4926,7 @@ ReportingControllerService = __decorate([
4989
4926
  let SliceXControllerService = class SliceXControllerService {
4990
4927
  constructor(httpClient, basePath, configuration) {
4991
4928
  this.httpClient = httpClient;
4992
- this.basePath = 'https://localhost:10045';
4929
+ this.basePath = 'https://apiv2stage1.atomex.net';
4993
4930
  this.defaultHeaders = new HttpHeaders();
4994
4931
  this.configuration = new Configuration();
4995
4932
  if (basePath) {
@@ -5156,7 +5093,7 @@ SliceXControllerService = __decorate([
5156
5093
  let StrategyControllerService = class StrategyControllerService {
5157
5094
  constructor(httpClient, basePath, configuration) {
5158
5095
  this.httpClient = httpClient;
5159
- this.basePath = 'https://localhost:10045';
5096
+ this.basePath = 'https://apiv2stage1.atomex.net';
5160
5097
  this.defaultHeaders = new HttpHeaders();
5161
5098
  this.configuration = new Configuration();
5162
5099
  if (basePath) {
@@ -5608,7 +5545,7 @@ StrategyControllerService = __decorate([
5608
5545
  let UILoggerControllerService = class UILoggerControllerService {
5609
5546
  constructor(httpClient, basePath, configuration) {
5610
5547
  this.httpClient = httpClient;
5611
- this.basePath = 'https://localhost:10045';
5548
+ this.basePath = 'https://apiv2stage1.atomex.net';
5612
5549
  this.defaultHeaders = new HttpHeaders();
5613
5550
  this.configuration = new Configuration();
5614
5551
  if (basePath) {
@@ -5696,7 +5633,7 @@ UILoggerControllerService = __decorate([
5696
5633
  let UserPreferenceControllerService = class UserPreferenceControllerService {
5697
5634
  constructor(httpClient, basePath, configuration) {
5698
5635
  this.httpClient = httpClient;
5699
- this.basePath = 'https://localhost:10045';
5636
+ this.basePath = 'https://apiv2stage1.atomex.net';
5700
5637
  this.defaultHeaders = new HttpHeaders();
5701
5638
  this.configuration = new Configuration();
5702
5639
  if (basePath) {
@@ -5932,17 +5869,6 @@ var AudienceDTO;
5932
5869
  };
5933
5870
  })(AudienceDTO || (AudienceDTO = {}));
5934
5871
 
5935
- /**
5936
- * Api Documentation
5937
- * Api Documentation
5938
- *
5939
- * OpenAPI spec version: 1.0
5940
- *
5941
- *
5942
- * NOTE: This class is auto generated by the swagger code generator program.
5943
- * https://github.com/swagger-api/swagger-codegen.git
5944
- * Do not edit the class manually.
5945
- */
5946
5872
  var ClickDestination;
5947
5873
  (function (ClickDestination) {
5948
5874
  ClickDestination.CampaignTypeEnum = {