@revxui/api-clients-ts 0.10.176 → 0.10.180

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 (158) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +3 -1
  3. package/api/audienceController.service.d.ts +3 -6
  4. package/api/campaignController.service.d.ts +3 -6
  5. package/api/catalogController.service.d.ts +9 -18
  6. package/api/clickDestinationController.service.d.ts +3 -6
  7. package/api/creativeController.service.d.ts +6 -12
  8. package/api/creativeSetsController.service.d.ts +11 -16
  9. package/api/dashboardController.service.d.ts +37 -27
  10. package/api/notificationsController.service.d.ts +77 -0
  11. package/api/pixelController.service.d.ts +3 -6
  12. package/bundles/revxui-api-clients-ts.umd.js +334 -148
  13. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  14. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  15. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  16. package/esm2015/api/adminController.service.js +2 -2
  17. package/esm2015/api/advertiserController.service.js +2 -2
  18. package/esm2015/api/api.js +4 -2
  19. package/esm2015/api/appSettingsController.service.js +2 -2
  20. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  21. package/esm2015/api/audienceController.service.js +3 -12
  22. package/esm2015/api/auditController.service.js +2 -2
  23. package/esm2015/api/bulkStrategyController.service.js +2 -2
  24. package/esm2015/api/cSSThemeController_.service.js +2 -2
  25. package/esm2015/api/campaignController.service.js +3 -12
  26. package/esm2015/api/catalogController.service.js +5 -32
  27. package/esm2015/api/clickDestinationController.service.js +3 -12
  28. package/esm2015/api/creativeController.service.js +4 -22
  29. package/esm2015/api/creativeSetsController.service.js +10 -23
  30. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  31. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  32. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  33. package/esm2015/api/dashboardController.service.js +43 -12
  34. package/esm2015/api/notificationsController.service.js +187 -0
  35. package/esm2015/api/pixelController.service.js +3 -12
  36. package/esm2015/api/reportingController.service.js +2 -2
  37. package/esm2015/api/sliceXController.service.js +2 -2
  38. package/esm2015/api/strategyController.service.js +2 -2
  39. package/esm2015/api/uILoggerController.service.js +2 -2
  40. package/esm2015/api/userPreferenceController.service.js +2 -2
  41. package/esm2015/api.module.js +3 -1
  42. package/esm2015/model/advertiser.js +1 -1
  43. package/esm2015/model/advertiserPojo.js +1 -1
  44. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  45. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  46. package/esm2015/model/apiResponseObjectResponseMessage.js +1 -0
  47. package/esm2015/model/audienceDTO.js +1 -1
  48. package/esm2015/model/audienceESDTO.js +1 -1
  49. package/esm2015/model/campaignDTO.js +1 -1
  50. package/esm2015/model/campaignESDTO.js +1 -1
  51. package/esm2015/model/clickDestination.js +1 -1
  52. package/esm2015/model/creative.js +1 -1
  53. package/esm2015/model/creativeCompactDTO.js +1 -1
  54. package/esm2015/model/creativeDTO.js +1 -1
  55. package/esm2015/model/creativePerformanceData.js +1 -1
  56. package/esm2015/model/creativeSetDashboardMetric.js +16 -0
  57. package/esm2015/model/creativeSetDetails.js +1 -1
  58. package/esm2015/model/creativeSetResponse.js +16 -1
  59. package/esm2015/model/dashboardData.js +1 -1
  60. package/esm2015/model/models.js +4 -2
  61. package/esm2015/model/notificationListResponseNotificationResponse.js +1 -0
  62. package/esm2015/model/notificationResponse.js +19 -0
  63. package/esm2015/model/parentBasedObject.js +1 -1
  64. package/esm2015/model/pixel.js +1 -1
  65. package/esm2015/model/reportingResponse.js +1 -1
  66. package/esm2015/model/strategy.js +1 -1
  67. package/esm2015/model/strategyDTO.js +1 -1
  68. package/esm5/api/adminController.service.js +2 -2
  69. package/esm5/api/advertiserController.service.js +2 -2
  70. package/esm5/api/api.js +4 -2
  71. package/esm5/api/appSettingsController.service.js +2 -2
  72. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  73. package/esm5/api/audienceController.service.js +3 -12
  74. package/esm5/api/auditController.service.js +2 -2
  75. package/esm5/api/bulkStrategyController.service.js +2 -2
  76. package/esm5/api/cSSThemeController_.service.js +2 -2
  77. package/esm5/api/campaignController.service.js +3 -12
  78. package/esm5/api/catalogController.service.js +5 -32
  79. package/esm5/api/clickDestinationController.service.js +3 -12
  80. package/esm5/api/creativeController.service.js +4 -22
  81. package/esm5/api/creativeSetsController.service.js +10 -23
  82. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  83. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  84. package/esm5/api/creativeTemplatesController.service.js +2 -2
  85. package/esm5/api/dashboardController.service.js +45 -12
  86. package/esm5/api/notificationsController.service.js +207 -0
  87. package/esm5/api/pixelController.service.js +3 -12
  88. package/esm5/api/reportingController.service.js +2 -2
  89. package/esm5/api/sliceXController.service.js +2 -2
  90. package/esm5/api/strategyController.service.js +2 -2
  91. package/esm5/api/uILoggerController.service.js +2 -2
  92. package/esm5/api/userPreferenceController.service.js +2 -2
  93. package/esm5/api.module.js +3 -1
  94. package/esm5/model/advertiser.js +1 -1
  95. package/esm5/model/advertiserPojo.js +1 -1
  96. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  97. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  98. package/esm5/model/apiResponseObjectResponseMessage.js +1 -0
  99. package/esm5/model/audienceDTO.js +1 -1
  100. package/esm5/model/audienceESDTO.js +1 -1
  101. package/esm5/model/campaignDTO.js +1 -1
  102. package/esm5/model/campaignESDTO.js +1 -1
  103. package/esm5/model/clickDestination.js +1 -1
  104. package/esm5/model/creative.js +1 -1
  105. package/esm5/model/creativeCompactDTO.js +1 -1
  106. package/esm5/model/creativeDTO.js +1 -1
  107. package/esm5/model/creativePerformanceData.js +1 -1
  108. package/esm5/model/creativeSetDashboardMetric.js +16 -0
  109. package/esm5/model/creativeSetDetails.js +1 -1
  110. package/esm5/model/creativeSetResponse.js +16 -1
  111. package/esm5/model/dashboardData.js +1 -1
  112. package/esm5/model/models.js +4 -2
  113. package/esm5/model/notificationListResponseNotificationResponse.js +1 -0
  114. package/esm5/model/notificationResponse.js +19 -0
  115. package/esm5/model/parentBasedObject.js +1 -1
  116. package/esm5/model/pixel.js +1 -1
  117. package/esm5/model/reportingResponse.js +1 -1
  118. package/esm5/model/strategy.js +1 -1
  119. package/esm5/model/strategyDTO.js +1 -1
  120. package/fesm2015/revxui-api-clients-ts.js +313 -150
  121. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  122. package/fesm5/revxui-api-clients-ts.js +335 -150
  123. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  124. package/model/advertiser.d.ts +1 -0
  125. package/model/advertiserPojo.d.ts +1 -0
  126. package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  127. package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  128. package/model/apiResponseObjectResponseMessage.d.ts +17 -0
  129. package/model/audienceDTO.d.ts +1 -0
  130. package/model/audienceESDTO.d.ts +1 -0
  131. package/model/campaignDTO.d.ts +1 -0
  132. package/model/campaignESDTO.d.ts +2 -0
  133. package/model/clickDestination.d.ts +1 -0
  134. package/model/creative.d.ts +1 -0
  135. package/model/creativeCompactDTO.d.ts +1 -0
  136. package/model/creativeDTO.d.ts +1 -0
  137. package/model/creativePerformanceData.d.ts +3 -0
  138. package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -3
  139. package/model/creativeSetDetails.d.ts +11 -10
  140. package/model/creativeSetRequest.d.ts +10 -10
  141. package/model/creativeSetResponse.d.ts +18 -0
  142. package/model/dashboardData.d.ts +1 -0
  143. package/model/models.d.ts +6 -3
  144. package/model/notificationListResponseNotificationResponse.d.ts +17 -0
  145. package/model/notificationResponse.d.ts +31 -0
  146. package/model/parentBasedObject.d.ts +1 -0
  147. package/model/pixel.d.ts +1 -0
  148. package/model/reportingResponse.d.ts +1 -0
  149. package/model/strategy.d.ts +1 -0
  150. package/model/strategyDTO.d.ts +2 -0
  151. package/package.json +1 -1
  152. package/revxui-api-clients-ts.metadata.json +1 -1
  153. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  154. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  155. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  156. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  157. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  158. package/esm5/model/creativeSetsListDashboardData.js +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://localhost:10045';
86
+ this.basePath = 'https://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
992
992
  this.defaultHeaders = new HttpHeaders();
993
993
  this.configuration = new Configuration();
994
994
  if (basePath) {
@@ -1243,23 +1243,14 @@ let AudienceControllerService = class AudienceControllerService {
1243
1243
  reportProgress: reportProgress
1244
1244
  });
1245
1245
  }
1246
- getAllAudienceUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
1246
+ getAllAudienceUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
1247
1247
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1248
1248
  if (advertiser_id !== undefined && advertiser_id !== null) {
1249
1249
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1250
1250
  }
1251
- if (pageNumber !== undefined && pageNumber !== null) {
1252
- queryParameters = queryParameters.set('pageNumber', pageNumber);
1253
- }
1254
- if (pageSize !== undefined && pageSize !== null) {
1255
- queryParameters = queryParameters.set('pageSize', pageSize);
1256
- }
1257
1251
  if (refresh !== undefined && refresh !== null) {
1258
1252
  queryParameters = queryParameters.set('refresh', refresh);
1259
1253
  }
1260
- if (sort !== undefined && sort !== null) {
1261
- queryParameters = queryParameters.set('sort', sort);
1262
- }
1263
1254
  let headers = this.defaultHeaders;
1264
1255
  if (reqId !== undefined && reqId !== null) {
1265
1256
  headers = headers.set('reqId', String(reqId));
@@ -1605,7 +1596,7 @@ AudienceControllerService = __decorate([
1605
1596
  let AuditControllerService = class AuditControllerService {
1606
1597
  constructor(httpClient, basePath, configuration) {
1607
1598
  this.httpClient = httpClient;
1608
- this.basePath = 'https://localhost:10045';
1599
+ this.basePath = 'https://apiv2stage2.atomex.net';
1609
1600
  this.defaultHeaders = new HttpHeaders();
1610
1601
  this.configuration = new Configuration();
1611
1602
  if (basePath) {
@@ -1786,7 +1777,7 @@ AuditControllerService = __decorate([
1786
1777
  let BulkStrategyControllerService = class BulkStrategyControllerService {
1787
1778
  constructor(httpClient, basePath, configuration) {
1788
1779
  this.httpClient = httpClient;
1789
- this.basePath = 'https://localhost:10045';
1780
+ this.basePath = 'https://apiv2stage2.atomex.net';
1790
1781
  this.defaultHeaders = new HttpHeaders();
1791
1782
  this.configuration = new Configuration();
1792
1783
  if (basePath) {
@@ -2007,7 +1998,7 @@ BulkStrategyControllerService = __decorate([
2007
1998
  let CSSThemeController_Service = class CSSThemeController_Service {
2008
1999
  constructor(httpClient, basePath, configuration) {
2009
2000
  this.httpClient = httpClient;
2010
- this.basePath = 'https://localhost:10045';
2001
+ this.basePath = 'https://apiv2stage2.atomex.net';
2011
2002
  this.defaultHeaders = new HttpHeaders();
2012
2003
  this.configuration = new Configuration();
2013
2004
  if (basePath) {
@@ -2112,7 +2103,7 @@ CSSThemeController_Service = __decorate([
2112
2103
  let CampaignControllerService = class CampaignControllerService {
2113
2104
  constructor(httpClient, basePath, configuration) {
2114
2105
  this.httpClient = httpClient;
2115
- this.basePath = 'https://localhost:10045';
2106
+ this.basePath = 'https://apiv2stage2.atomex.net';
2116
2107
  this.defaultHeaders = new HttpHeaders();
2117
2108
  this.configuration = new Configuration();
2118
2109
  if (basePath) {
@@ -2240,7 +2231,7 @@ let CampaignControllerService = class CampaignControllerService {
2240
2231
  reportProgress: reportProgress
2241
2232
  });
2242
2233
  }
2243
- getAllCampaignUsingGET(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2234
+ getAllCampaignUsingGET(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2244
2235
  if (advertiser_id === null || advertiser_id === undefined) {
2245
2236
  throw new Error('Required parameter advertiser_id was null or undefined when calling getAllCampaignUsingGET.');
2246
2237
  }
@@ -2248,21 +2239,12 @@ let CampaignControllerService = class CampaignControllerService {
2248
2239
  if (advertiser_id !== undefined && advertiser_id !== null) {
2249
2240
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2250
2241
  }
2251
- if (pageNumber !== undefined && pageNumber !== null) {
2252
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2253
- }
2254
- if (pageSize !== undefined && pageSize !== null) {
2255
- queryParameters = queryParameters.set('pageSize', pageSize);
2256
- }
2257
2242
  if (refresh !== undefined && refresh !== null) {
2258
2243
  queryParameters = queryParameters.set('refresh', refresh);
2259
2244
  }
2260
2245
  if (search !== undefined && search !== null) {
2261
2246
  queryParameters = queryParameters.set('search', search);
2262
2247
  }
2263
- if (sort !== undefined && sort !== null) {
2264
- queryParameters = queryParameters.set('sort', sort);
2265
- }
2266
2248
  let headers = this.defaultHeaders;
2267
2249
  if (reqId !== undefined && reqId !== null) {
2268
2250
  headers = headers.set('reqId', String(reqId));
@@ -2383,7 +2365,7 @@ CampaignControllerService = __decorate([
2383
2365
  let CatalogControllerService = class CatalogControllerService {
2384
2366
  constructor(httpClient, basePath, configuration) {
2385
2367
  this.httpClient = httpClient;
2386
- this.basePath = 'https://localhost:10045';
2368
+ this.basePath = 'https://apiv2stage2.atomex.net';
2387
2369
  this.defaultHeaders = new HttpHeaders();
2388
2370
  this.configuration = new Configuration();
2389
2371
  if (basePath) {
@@ -2435,7 +2417,7 @@ let CatalogControllerService = class CatalogControllerService {
2435
2417
  reportProgress: reportProgress
2436
2418
  });
2437
2419
  }
2438
- getCatalogFeedsUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2420
+ getCatalogFeedsUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2439
2421
  if (advertiser_id === null || advertiser_id === undefined) {
2440
2422
  throw new Error('Required parameter advertiser_id was null or undefined when calling getCatalogFeedsUsingPOST.');
2441
2423
  }
@@ -2443,18 +2425,9 @@ let CatalogControllerService = class CatalogControllerService {
2443
2425
  if (advertiser_id !== undefined && advertiser_id !== null) {
2444
2426
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2445
2427
  }
2446
- if (pageNumber !== undefined && pageNumber !== null) {
2447
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2448
- }
2449
- if (pageSize !== undefined && pageSize !== null) {
2450
- queryParameters = queryParameters.set('pageSize', pageSize);
2451
- }
2452
2428
  if (refresh !== undefined && refresh !== null) {
2453
2429
  queryParameters = queryParameters.set('refresh', refresh);
2454
2430
  }
2455
- if (sort !== undefined && sort !== null) {
2456
- queryParameters = queryParameters.set('sort', sort);
2457
- }
2458
2431
  let headers = this.defaultHeaders;
2459
2432
  if (reqId !== undefined && reqId !== null) {
2460
2433
  headers = headers.set('reqId', String(reqId));
@@ -2486,7 +2459,7 @@ let CatalogControllerService = class CatalogControllerService {
2486
2459
  reportProgress: reportProgress
2487
2460
  });
2488
2461
  }
2489
- getMacrosUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2462
+ getMacrosUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2490
2463
  if (advertiser_id === null || advertiser_id === undefined) {
2491
2464
  throw new Error('Required parameter advertiser_id was null or undefined when calling getMacrosUsingPOST.');
2492
2465
  }
@@ -2494,18 +2467,9 @@ let CatalogControllerService = class CatalogControllerService {
2494
2467
  if (advertiser_id !== undefined && advertiser_id !== null) {
2495
2468
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2496
2469
  }
2497
- if (pageNumber !== undefined && pageNumber !== null) {
2498
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2499
- }
2500
- if (pageSize !== undefined && pageSize !== null) {
2501
- queryParameters = queryParameters.set('pageSize', pageSize);
2502
- }
2503
2470
  if (refresh !== undefined && refresh !== null) {
2504
2471
  queryParameters = queryParameters.set('refresh', refresh);
2505
2472
  }
2506
- if (sort !== undefined && sort !== null) {
2507
- queryParameters = queryParameters.set('sort', sort);
2508
- }
2509
2473
  let headers = this.defaultHeaders;
2510
2474
  if (reqId !== undefined && reqId !== null) {
2511
2475
  headers = headers.set('reqId', String(reqId));
@@ -2537,7 +2501,7 @@ let CatalogControllerService = class CatalogControllerService {
2537
2501
  reportProgress: reportProgress
2538
2502
  });
2539
2503
  }
2540
- getVariableMappingsUsingPOST(feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2504
+ getVariableMappingsUsingPOST(feedId, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2541
2505
  if (feedId === null || feedId === undefined) {
2542
2506
  throw new Error('Required parameter feedId was null or undefined when calling getVariableMappingsUsingPOST.');
2543
2507
  }
@@ -2545,18 +2509,9 @@ let CatalogControllerService = class CatalogControllerService {
2545
2509
  if (feedId !== undefined && feedId !== null) {
2546
2510
  queryParameters = queryParameters.set('feedId', feedId);
2547
2511
  }
2548
- if (pageNumber !== undefined && pageNumber !== null) {
2549
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2550
- }
2551
- if (pageSize !== undefined && pageSize !== null) {
2552
- queryParameters = queryParameters.set('pageSize', pageSize);
2553
- }
2554
2512
  if (refresh !== undefined && refresh !== null) {
2555
2513
  queryParameters = queryParameters.set('refresh', refresh);
2556
2514
  }
2557
- if (sort !== undefined && sort !== null) {
2558
- queryParameters = queryParameters.set('sort', sort);
2559
- }
2560
2515
  let headers = this.defaultHeaders;
2561
2516
  if (reqId !== undefined && reqId !== null) {
2562
2517
  headers = headers.set('reqId', String(reqId));
@@ -2613,7 +2568,7 @@ CatalogControllerService = __decorate([
2613
2568
  let ClickDestinationControllerService = class ClickDestinationControllerService {
2614
2569
  constructor(httpClient, basePath, configuration) {
2615
2570
  this.httpClient = httpClient;
2616
- this.basePath = 'https://localhost:10045';
2571
+ this.basePath = 'https://apiv2stage2.atomex.net';
2617
2572
  this.defaultHeaders = new HttpHeaders();
2618
2573
  this.configuration = new Configuration();
2619
2574
  if (basePath) {
@@ -2671,7 +2626,7 @@ let ClickDestinationControllerService = class ClickDestinationControllerService
2671
2626
  reportProgress: reportProgress
2672
2627
  });
2673
2628
  }
2674
- getAllClickDestinationUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
2629
+ getAllClickDestinationUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
2675
2630
  if (advertiser_id === null || advertiser_id === undefined) {
2676
2631
  throw new Error('Required parameter advertiser_id was null or undefined when calling getAllClickDestinationUsingPOST.');
2677
2632
  }
@@ -2679,18 +2634,9 @@ let ClickDestinationControllerService = class ClickDestinationControllerService
2679
2634
  if (advertiser_id !== undefined && advertiser_id !== null) {
2680
2635
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2681
2636
  }
2682
- if (pageNumber !== undefined && pageNumber !== null) {
2683
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2684
- }
2685
- if (pageSize !== undefined && pageSize !== null) {
2686
- queryParameters = queryParameters.set('pageSize', pageSize);
2687
- }
2688
2637
  if (refresh !== undefined && refresh !== null) {
2689
2638
  queryParameters = queryParameters.set('refresh', refresh);
2690
2639
  }
2691
- if (sort !== undefined && sort !== null) {
2692
- queryParameters = queryParameters.set('sort', sort);
2693
- }
2694
2640
  let headers = this.defaultHeaders;
2695
2641
  if (reqId !== undefined && reqId !== null) {
2696
2642
  headers = headers.set('reqId', String(reqId));
@@ -2850,7 +2796,7 @@ ClickDestinationControllerService = __decorate([
2850
2796
  let CreativeControllerService = class CreativeControllerService {
2851
2797
  constructor(httpClient, basePath, configuration) {
2852
2798
  this.httpClient = httpClient;
2853
- this.basePath = 'https://localhost:10045';
2799
+ this.basePath = 'https://apiv2stage2.atomex.net';
2854
2800
  this.defaultHeaders = new HttpHeaders();
2855
2801
  this.configuration = new Configuration();
2856
2802
  if (basePath) {
@@ -3150,26 +3096,17 @@ let CreativeControllerService = class CreativeControllerService {
3150
3096
  reportProgress: reportProgress
3151
3097
  });
3152
3098
  }
3153
- searchCreativesCompactUsingPOST(search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe = 'body', reportProgress = false) {
3099
+ searchCreativesCompactUsingPOST(search, refresh, reqId, skadtarget, token, observe = 'body', reportProgress = false) {
3154
3100
  if (search === null || search === undefined) {
3155
3101
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3156
3102
  }
3157
3103
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3158
- if (pageNumber !== undefined && pageNumber !== null) {
3159
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3160
- }
3161
- if (pageSize !== undefined && pageSize !== null) {
3162
- queryParameters = queryParameters.set('pageSize', pageSize);
3163
- }
3164
3104
  if (refresh !== undefined && refresh !== null) {
3165
3105
  queryParameters = queryParameters.set('refresh', refresh);
3166
3106
  }
3167
3107
  if (skadtarget !== undefined && skadtarget !== null) {
3168
3108
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3169
3109
  }
3170
- if (sort !== undefined && sort !== null) {
3171
- queryParameters = queryParameters.set('sort', sort);
3172
- }
3173
3110
  let headers = this.defaultHeaders;
3174
3111
  if (reqId !== undefined && reqId !== null) {
3175
3112
  headers = headers.set('reqId', String(reqId));
@@ -3201,23 +3138,14 @@ let CreativeControllerService = class CreativeControllerService {
3201
3138
  reportProgress: reportProgress
3202
3139
  });
3203
3140
  }
3204
- searchCreativesUsingPOST(search, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3141
+ searchCreativesUsingPOST(search, refresh, reqId, token, observe = 'body', reportProgress = false) {
3205
3142
  if (search === null || search === undefined) {
3206
3143
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3207
3144
  }
3208
3145
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3209
- if (pageNumber !== undefined && pageNumber !== null) {
3210
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3211
- }
3212
- if (pageSize !== undefined && pageSize !== null) {
3213
- queryParameters = queryParameters.set('pageSize', pageSize);
3214
- }
3215
3146
  if (refresh !== undefined && refresh !== null) {
3216
3147
  queryParameters = queryParameters.set('refresh', refresh);
3217
3148
  }
3218
- if (sort !== undefined && sort !== null) {
3219
- queryParameters = queryParameters.set('sort', sort);
3220
- }
3221
3149
  let headers = this.defaultHeaders;
3222
3150
  if (reqId !== undefined && reqId !== null) {
3223
3151
  headers = headers.set('reqId', String(reqId));
@@ -3311,7 +3239,7 @@ CreativeControllerService = __decorate([
3311
3239
  let CreativeSetsControllerService = class CreativeSetsControllerService {
3312
3240
  constructor(httpClient, basePath, configuration) {
3313
3241
  this.httpClient = httpClient;
3314
- this.basePath = 'https://localhost:10045';
3242
+ this.basePath = 'https://apiv2stage2.atomex.net';
3315
3243
  this.defaultHeaders = new HttpHeaders();
3316
3244
  this.configuration = new Configuration();
3317
3245
  if (basePath) {
@@ -3402,10 +3330,14 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3402
3330
  reportProgress: reportProgress
3403
3331
  });
3404
3332
  }
3405
- getByIdUsingGET3(id, reqId, token, observe = 'body', reportProgress = false) {
3333
+ getByIdUsingGET3(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3406
3334
  if (id === null || id === undefined) {
3407
3335
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3408
3336
  }
3337
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3338
+ if (refresh !== undefined && refresh !== null) {
3339
+ queryParameters = queryParameters.set('refresh', refresh);
3340
+ }
3409
3341
  let headers = this.defaultHeaders;
3410
3342
  if (reqId !== undefined && reqId !== null) {
3411
3343
  headers = headers.set('reqId', String(reqId));
@@ -3424,29 +3356,21 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3424
3356
  // to determine the Content-Type header
3425
3357
  const consumes = [];
3426
3358
  return this.httpClient.get(`${this.basePath}/v2/api/creativesets/${encodeURIComponent(String(id))}`, {
3359
+ params: queryParameters,
3427
3360
  withCredentials: this.configuration.withCredentials,
3428
3361
  headers: headers,
3429
3362
  observe: observe,
3430
3363
  reportProgress: reportProgress
3431
3364
  });
3432
3365
  }
3433
- getCreativeSetsPerformanceUsingPOST(dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3366
+ getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
3434
3367
  if (dashboardRequest === null || dashboardRequest === undefined) {
3435
3368
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3436
3369
  }
3437
3370
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3438
- if (pageNumber !== undefined && pageNumber !== null) {
3439
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3440
- }
3441
- if (pageSize !== undefined && pageSize !== null) {
3442
- queryParameters = queryParameters.set('pageSize', pageSize);
3443
- }
3444
3371
  if (refresh !== undefined && refresh !== null) {
3445
3372
  queryParameters = queryParameters.set('refresh', refresh);
3446
3373
  }
3447
- if (sort !== undefined && sort !== null) {
3448
- queryParameters = queryParameters.set('sort', sort);
3449
- }
3450
3374
  let headers = this.defaultHeaders;
3451
3375
  if (reqId !== undefined && reqId !== null) {
3452
3376
  headers = headers.set('reqId', String(reqId));
@@ -3478,7 +3402,7 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3478
3402
  reportProgress: reportProgress
3479
3403
  });
3480
3404
  }
3481
- getCreativesPerformanceUsingPOST(dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
3405
+ getCreativesPerformanceUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
3482
3406
  if (dashboardRequest === null || dashboardRequest === undefined) {
3483
3407
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3484
3408
  }
@@ -3486,18 +3410,9 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
3486
3410
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3487
3411
  }
3488
3412
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3489
- if (pageNumber !== undefined && pageNumber !== null) {
3490
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3491
- }
3492
- if (pageSize !== undefined && pageSize !== null) {
3493
- queryParameters = queryParameters.set('pageSize', pageSize);
3494
- }
3495
3413
  if (refresh !== undefined && refresh !== null) {
3496
3414
  queryParameters = queryParameters.set('refresh', refresh);
3497
3415
  }
3498
- if (sort !== undefined && sort !== null) {
3499
- queryParameters = queryParameters.set('sort', sort);
3500
- }
3501
3416
  let headers = this.defaultHeaders;
3502
3417
  if (reqId !== undefined && reqId !== null) {
3503
3418
  headers = headers.set('reqId', String(reqId));
@@ -3633,7 +3548,7 @@ CreativeSetsControllerService = __decorate([
3633
3548
  let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
3634
3549
  constructor(httpClient, basePath, configuration) {
3635
3550
  this.httpClient = httpClient;
3636
- this.basePath = 'https://localhost:10045';
3551
+ this.basePath = 'https://apiv2stage2.atomex.net';
3637
3552
  this.defaultHeaders = new HttpHeaders();
3638
3553
  this.configuration = new Configuration();
3639
3554
  if (basePath) {
@@ -3814,7 +3729,7 @@ CreativeTemplateThemesControllerService = __decorate([
3814
3729
  let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
3815
3730
  constructor(httpClient, basePath, configuration) {
3816
3731
  this.httpClient = httpClient;
3817
- this.basePath = 'https://localhost:10045';
3732
+ this.basePath = 'https://apiv2stage2.atomex.net';
3818
3733
  this.defaultHeaders = new HttpHeaders();
3819
3734
  this.configuration = new Configuration();
3820
3735
  if (basePath) {
@@ -3888,7 +3803,7 @@ CreativeTemplateVariablesControllerService = __decorate([
3888
3803
  let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
3889
3804
  constructor(httpClient, basePath, configuration) {
3890
3805
  this.httpClient = httpClient;
3891
- this.basePath = 'https://localhost:10045';
3806
+ this.basePath = 'https://apiv2stage2.atomex.net';
3892
3807
  this.defaultHeaders = new HttpHeaders();
3893
3808
  this.configuration = new Configuration();
3894
3809
  if (basePath) {
@@ -4049,7 +3964,7 @@ CreativeTemplatesControllerService = __decorate([
4049
3964
  let DashboardControllerService = class DashboardControllerService {
4050
3965
  constructor(httpClient, basePath, configuration) {
4051
3966
  this.httpClient = httpClient;
4052
- this.basePath = 'https://localhost:10045';
3967
+ this.basePath = 'https://apiv2stage2.atomex.net';
4053
3968
  this.defaultHeaders = new HttpHeaders();
4054
3969
  this.configuration = new Configuration();
4055
3970
  if (basePath) {
@@ -4073,6 +3988,46 @@ let DashboardControllerService = class DashboardControllerService {
4073
3988
  }
4074
3989
  return false;
4075
3990
  }
3991
+ archiveEntitiesUsingPOST(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
3992
+ if (id === null || id === undefined) {
3993
+ throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
3994
+ }
3995
+ if (tableEntity === null || tableEntity === undefined) {
3996
+ throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
3997
+ }
3998
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3999
+ if (id) {
4000
+ id.forEach((element) => {
4001
+ queryParameters = queryParameters.append('id', element);
4002
+ });
4003
+ }
4004
+ let headers = this.defaultHeaders;
4005
+ if (reqId !== undefined && reqId !== null) {
4006
+ headers = headers.set('reqId', String(reqId));
4007
+ }
4008
+ if (token !== undefined && token !== null) {
4009
+ headers = headers.set('token', String(token));
4010
+ }
4011
+ // to determine the Accept header
4012
+ let httpHeaderAccepts = [
4013
+ 'application/json'
4014
+ ];
4015
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4016
+ if (httpHeaderAcceptSelected != undefined) {
4017
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4018
+ }
4019
+ // to determine the Content-Type header
4020
+ const consumes = [
4021
+ 'application/json'
4022
+ ];
4023
+ return this.httpClient.post(`${this.basePath}/v2/api/archive/${encodeURIComponent(String(tableEntity))}`, null, {
4024
+ params: queryParameters,
4025
+ withCredentials: this.configuration.withCredentials,
4026
+ headers: headers,
4027
+ observe: observe,
4028
+ reportProgress: reportProgress
4029
+ });
4030
+ }
4076
4031
  getByIdUsingGET4(id, tableEntity, reqId, token, observe = 'body', reportProgress = false) {
4077
4032
  if (id === null || id === undefined) {
4078
4033
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET4.');
@@ -4291,7 +4246,7 @@ let DashboardControllerService = class DashboardControllerService {
4291
4246
  reportProgress: reportProgress
4292
4247
  });
4293
4248
  }
4294
- getDashboardDataListUsingPOST(dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe = 'body', reportProgress = false) {
4249
+ getDashboardDataListUsingPOST(dashboardRequest, entity, showuu, refresh, reqId, token, observe = 'body', reportProgress = false) {
4295
4250
  if (dashboardRequest === null || dashboardRequest === undefined) {
4296
4251
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getDashboardDataListUsingPOST.');
4297
4252
  }
@@ -4302,21 +4257,12 @@ let DashboardControllerService = class DashboardControllerService {
4302
4257
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4303
4258
  }
4304
4259
  let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4305
- if (pageNumber !== undefined && pageNumber !== null) {
4306
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4307
- }
4308
- if (pageSize !== undefined && pageSize !== null) {
4309
- queryParameters = queryParameters.set('pageSize', pageSize);
4310
- }
4311
4260
  if (refresh !== undefined && refresh !== null) {
4312
4261
  queryParameters = queryParameters.set('refresh', refresh);
4313
4262
  }
4314
4263
  if (showuu !== undefined && showuu !== null) {
4315
4264
  queryParameters = queryParameters.set('showuu', showuu);
4316
4265
  }
4317
- if (sort !== undefined && sort !== null) {
4318
- queryParameters = queryParameters.set('sort', sort);
4319
- }
4320
4266
  let headers = this.defaultHeaders;
4321
4267
  if (reqId !== undefined && reqId !== null) {
4322
4268
  headers = headers.set('reqId', String(reqId));
@@ -4619,6 +4565,185 @@ DashboardControllerService = __decorate([
4619
4565
  __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
4620
4566
  ], DashboardControllerService);
4621
4567
 
4568
+ /**
4569
+ * Api Documentation
4570
+ * Api Documentation
4571
+ *
4572
+ * OpenAPI spec version: 1.0
4573
+ *
4574
+ *
4575
+ * NOTE: This class is auto generated by the swagger code generator program.
4576
+ * https://github.com/swagger-api/swagger-codegen.git
4577
+ * Do not edit the class manually.
4578
+ */
4579
+ let NotificationsControllerService = class NotificationsControllerService {
4580
+ constructor(httpClient, basePath, configuration) {
4581
+ this.httpClient = httpClient;
4582
+ this.basePath = 'https://apiv2stage2.atomex.net';
4583
+ this.defaultHeaders = new HttpHeaders();
4584
+ this.configuration = new Configuration();
4585
+ if (basePath) {
4586
+ this.basePath = basePath;
4587
+ }
4588
+ if (configuration) {
4589
+ this.configuration = configuration;
4590
+ this.basePath = basePath || configuration.basePath || this.basePath;
4591
+ }
4592
+ }
4593
+ /**
4594
+ * @param consumes string[] mime-types
4595
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
4596
+ */
4597
+ canConsumeForm(consumes) {
4598
+ const form = 'multipart/form-data';
4599
+ for (const consume of consumes) {
4600
+ if (form === consume) {
4601
+ return true;
4602
+ }
4603
+ }
4604
+ return false;
4605
+ }
4606
+ getNotificationUsingGET(pageNumber, pageSize, reqId, token, observe = 'body', reportProgress = false) {
4607
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4608
+ if (pageNumber !== undefined && pageNumber !== null) {
4609
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4610
+ }
4611
+ if (pageSize !== undefined && pageSize !== null) {
4612
+ queryParameters = queryParameters.set('pageSize', pageSize);
4613
+ }
4614
+ let headers = this.defaultHeaders;
4615
+ if (reqId !== undefined && reqId !== null) {
4616
+ headers = headers.set('reqId', String(reqId));
4617
+ }
4618
+ if (token !== undefined && token !== null) {
4619
+ headers = headers.set('token', String(token));
4620
+ }
4621
+ // to determine the Accept header
4622
+ let httpHeaderAccepts = [
4623
+ 'application/json'
4624
+ ];
4625
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4626
+ if (httpHeaderAcceptSelected != undefined) {
4627
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4628
+ }
4629
+ // to determine the Content-Type header
4630
+ const consumes = [];
4631
+ return this.httpClient.get(`${this.basePath}/v2/api/notifications`, {
4632
+ params: queryParameters,
4633
+ withCredentials: this.configuration.withCredentials,
4634
+ headers: headers,
4635
+ observe: observe,
4636
+ reportProgress: reportProgress
4637
+ });
4638
+ }
4639
+ markAllSeenUsingPOST(reqId, token, observe = 'body', reportProgress = false) {
4640
+ let headers = this.defaultHeaders;
4641
+ if (reqId !== undefined && reqId !== null) {
4642
+ headers = headers.set('reqId', String(reqId));
4643
+ }
4644
+ if (token !== undefined && token !== null) {
4645
+ headers = headers.set('token', String(token));
4646
+ }
4647
+ // to determine the Accept header
4648
+ let httpHeaderAccepts = [
4649
+ 'application/json'
4650
+ ];
4651
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4652
+ if (httpHeaderAcceptSelected != undefined) {
4653
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4654
+ }
4655
+ // to determine the Content-Type header
4656
+ const consumes = [
4657
+ 'application/json'
4658
+ ];
4659
+ return this.httpClient.post(`${this.basePath}/v2/api/notifications/v2/api/notifications/seenAll`, null, {
4660
+ withCredentials: this.configuration.withCredentials,
4661
+ headers: headers,
4662
+ observe: observe,
4663
+ reportProgress: reportProgress
4664
+ });
4665
+ }
4666
+ markSeenUsingPOST(commaSeparatedIds, reqId, token, observe = 'body', reportProgress = false) {
4667
+ if (commaSeparatedIds === null || commaSeparatedIds === undefined) {
4668
+ throw new Error('Required parameter commaSeparatedIds was null or undefined when calling markSeenUsingPOST.');
4669
+ }
4670
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4671
+ if (commaSeparatedIds !== undefined && commaSeparatedIds !== null) {
4672
+ queryParameters = queryParameters.set('commaSeparatedIds', commaSeparatedIds);
4673
+ }
4674
+ let headers = this.defaultHeaders;
4675
+ if (reqId !== undefined && reqId !== null) {
4676
+ headers = headers.set('reqId', String(reqId));
4677
+ }
4678
+ if (token !== undefined && token !== null) {
4679
+ headers = headers.set('token', String(token));
4680
+ }
4681
+ // to determine the Accept header
4682
+ let httpHeaderAccepts = [
4683
+ 'application/json'
4684
+ ];
4685
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4686
+ if (httpHeaderAcceptSelected != undefined) {
4687
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4688
+ }
4689
+ // to determine the Content-Type header
4690
+ const consumes = [
4691
+ 'application/json'
4692
+ ];
4693
+ return this.httpClient.post(`${this.basePath}/v2/api/notifications/v2/api/notifications/seen/${encodeURIComponent(String(commaSeparatedIds))}`, null, {
4694
+ params: queryParameters,
4695
+ withCredentials: this.configuration.withCredentials,
4696
+ headers: headers,
4697
+ observe: observe,
4698
+ reportProgress: reportProgress
4699
+ });
4700
+ }
4701
+ resolveNotificationUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
4702
+ if (id === null || id === undefined) {
4703
+ throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
4704
+ }
4705
+ let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4706
+ if (id !== undefined && id !== null) {
4707
+ queryParameters = queryParameters.set('id', id);
4708
+ }
4709
+ let headers = this.defaultHeaders;
4710
+ if (reqId !== undefined && reqId !== null) {
4711
+ headers = headers.set('reqId', String(reqId));
4712
+ }
4713
+ if (token !== undefined && token !== null) {
4714
+ headers = headers.set('token', String(token));
4715
+ }
4716
+ // to determine the Accept header
4717
+ let httpHeaderAccepts = [
4718
+ 'application/json'
4719
+ ];
4720
+ const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4721
+ if (httpHeaderAcceptSelected != undefined) {
4722
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4723
+ }
4724
+ // to determine the Content-Type header
4725
+ const consumes = [
4726
+ 'application/json'
4727
+ ];
4728
+ return this.httpClient.post(`${this.basePath}/v2/api/notifications/v2/api/notifications/resolve/${encodeURIComponent(String(id))}`, null, {
4729
+ params: queryParameters,
4730
+ withCredentials: this.configuration.withCredentials,
4731
+ headers: headers,
4732
+ observe: observe,
4733
+ reportProgress: reportProgress
4734
+ });
4735
+ }
4736
+ };
4737
+ NotificationsControllerService.ctorParameters = () => [
4738
+ { type: HttpClient },
4739
+ { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
4740
+ { type: Configuration, decorators: [{ type: Optional }] }
4741
+ ];
4742
+ NotificationsControllerService = __decorate([
4743
+ Injectable(),
4744
+ __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
4745
+ ], NotificationsControllerService);
4746
+
4622
4747
  /**
4623
4748
  * Api Documentation
4624
4749
  * Api Documentation
@@ -4633,7 +4758,7 @@ DashboardControllerService = __decorate([
4633
4758
  let PixelControllerService = class PixelControllerService {
4634
4759
  constructor(httpClient, basePath, configuration) {
4635
4760
  this.httpClient = httpClient;
4636
- this.basePath = 'https://localhost:10045';
4761
+ this.basePath = 'https://apiv2stage2.atomex.net';
4637
4762
  this.defaultHeaders = new HttpHeaders();
4638
4763
  this.configuration = new Configuration();
4639
4764
  if (basePath) {
@@ -4827,7 +4952,7 @@ let PixelControllerService = class PixelControllerService {
4827
4952
  reportProgress: reportProgress
4828
4953
  });
4829
4954
  }
4830
- searchPixelsUsingPOST(advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe = 'body', reportProgress = false) {
4955
+ searchPixelsUsingPOST(advertiser_id, refresh, reqId, search, token, observe = 'body', reportProgress = false) {
4831
4956
  if (advertiser_id === null || advertiser_id === undefined) {
4832
4957
  throw new Error('Required parameter advertiser_id was null or undefined when calling searchPixelsUsingPOST.');
4833
4958
  }
@@ -4835,18 +4960,9 @@ let PixelControllerService = class PixelControllerService {
4835
4960
  if (advertiser_id !== undefined && advertiser_id !== null) {
4836
4961
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
4837
4962
  }
4838
- if (pageNumber !== undefined && pageNumber !== null) {
4839
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4840
- }
4841
- if (pageSize !== undefined && pageSize !== null) {
4842
- queryParameters = queryParameters.set('pageSize', pageSize);
4843
- }
4844
4963
  if (refresh !== undefined && refresh !== null) {
4845
4964
  queryParameters = queryParameters.set('refresh', refresh);
4846
4965
  }
4847
- if (sort !== undefined && sort !== null) {
4848
- queryParameters = queryParameters.set('sort', sort);
4849
- }
4850
4966
  let headers = this.defaultHeaders;
4851
4967
  if (reqId !== undefined && reqId !== null) {
4852
4968
  headers = headers.set('reqId', String(reqId));
@@ -4945,7 +5061,7 @@ PixelControllerService = __decorate([
4945
5061
  let ReportingControllerService = class ReportingControllerService {
4946
5062
  constructor(httpClient, basePath, configuration) {
4947
5063
  this.httpClient = httpClient;
4948
- this.basePath = 'https://localhost:10045';
5064
+ this.basePath = 'https://apiv2stage2.atomex.net';
4949
5065
  this.defaultHeaders = new HttpHeaders();
4950
5066
  this.configuration = new Configuration();
4951
5067
  if (basePath) {
@@ -5111,7 +5227,7 @@ ReportingControllerService = __decorate([
5111
5227
  let SliceXControllerService = class SliceXControllerService {
5112
5228
  constructor(httpClient, basePath, configuration) {
5113
5229
  this.httpClient = httpClient;
5114
- this.basePath = 'https://localhost:10045';
5230
+ this.basePath = 'https://apiv2stage2.atomex.net';
5115
5231
  this.defaultHeaders = new HttpHeaders();
5116
5232
  this.configuration = new Configuration();
5117
5233
  if (basePath) {
@@ -5278,7 +5394,7 @@ SliceXControllerService = __decorate([
5278
5394
  let StrategyControllerService = class StrategyControllerService {
5279
5395
  constructor(httpClient, basePath, configuration) {
5280
5396
  this.httpClient = httpClient;
5281
- this.basePath = 'https://localhost:10045';
5397
+ this.basePath = 'https://apiv2stage2.atomex.net';
5282
5398
  this.defaultHeaders = new HttpHeaders();
5283
5399
  this.configuration = new Configuration();
5284
5400
  if (basePath) {
@@ -5730,7 +5846,7 @@ StrategyControllerService = __decorate([
5730
5846
  let UILoggerControllerService = class UILoggerControllerService {
5731
5847
  constructor(httpClient, basePath, configuration) {
5732
5848
  this.httpClient = httpClient;
5733
- this.basePath = 'https://localhost:10045';
5849
+ this.basePath = 'https://apiv2stage2.atomex.net';
5734
5850
  this.defaultHeaders = new HttpHeaders();
5735
5851
  this.configuration = new Configuration();
5736
5852
  if (basePath) {
@@ -5818,7 +5934,7 @@ UILoggerControllerService = __decorate([
5818
5934
  let UserPreferenceControllerService = class UserPreferenceControllerService {
5819
5935
  constructor(httpClient, basePath, configuration) {
5820
5936
  this.httpClient = httpClient;
5821
- this.basePath = 'https://localhost:10045';
5937
+ this.basePath = 'https://apiv2stage2.atomex.net';
5822
5938
  this.defaultHeaders = new HttpHeaders();
5823
5939
  this.configuration = new Configuration();
5824
5940
  if (basePath) {
@@ -5974,7 +6090,7 @@ UserPreferenceControllerService = __decorate([
5974
6090
  __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
5975
6091
  ], UserPreferenceControllerService);
5976
6092
 
5977
- const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6093
+ const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
5978
6094
 
5979
6095
  var ActivityLogsStrategyBulkUpdateDTO;
5980
6096
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -6246,6 +6362,22 @@ var CreativeHtmlFileForSet;
6246
6362
  };
6247
6363
  })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
6248
6364
 
6365
+ var CreativeSetDashboardMetric;
6366
+ (function (CreativeSetDashboardMetric) {
6367
+ CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6368
+ IMAGE: 'IMAGE',
6369
+ VIDEO: 'VIDEO',
6370
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6371
+ ZIPPEDHTML: 'ZIPPED_HTML',
6372
+ NATIVEIMAGE: 'NATIVE_IMAGE',
6373
+ NATIVEVIDEO: 'NATIVE_VIDEO',
6374
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6375
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
6376
+ DYNAMICHTML: 'DYNAMIC_HTML',
6377
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6378
+ };
6379
+ })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6380
+
6249
6381
  var CreativeSetDetails;
6250
6382
  (function (CreativeSetDetails) {
6251
6383
  CreativeSetDetails.TypeEnum = {
@@ -6278,9 +6410,20 @@ var CreativeSetRequest;
6278
6410
  };
6279
6411
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6280
6412
 
6281
- var CreativeSetsListDashboardData;
6282
- (function (CreativeSetsListDashboardData) {
6283
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6413
+ /**
6414
+ * Api Documentation
6415
+ * Api Documentation
6416
+ *
6417
+ * OpenAPI spec version: 1.0
6418
+ *
6419
+ *
6420
+ * NOTE: This class is auto generated by the swagger code generator program.
6421
+ * https://github.com/swagger-api/swagger-codegen.git
6422
+ * Do not edit the class manually.
6423
+ */
6424
+ var CreativeSetResponse;
6425
+ (function (CreativeSetResponse) {
6426
+ CreativeSetResponse.OtherCreativeSetTypeEnum = {
6284
6427
  IMAGE: 'IMAGE',
6285
6428
  VIDEO: 'VIDEO',
6286
6429
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6292,7 +6435,7 @@ var CreativeSetsListDashboardData;
6292
6435
  DYNAMICHTML: 'DYNAMIC_HTML',
6293
6436
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6294
6437
  };
6295
- })(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
6438
+ })(CreativeSetResponse || (CreativeSetResponse = {}));
6296
6439
 
6297
6440
  /**
6298
6441
  * Api Documentation
@@ -6379,6 +6522,25 @@ var MetaRuleDto;
6379
6522
  };
6380
6523
  })(MetaRuleDto || (MetaRuleDto = {}));
6381
6524
 
6525
+ /**
6526
+ * Api Documentation
6527
+ * Api Documentation
6528
+ *
6529
+ * OpenAPI spec version: 1.0
6530
+ *
6531
+ *
6532
+ * NOTE: This class is auto generated by the swagger code generator program.
6533
+ * https://github.com/swagger-api/swagger-codegen.git
6534
+ * Do not edit the class manually.
6535
+ */
6536
+ var NotificationResponse;
6537
+ (function (NotificationResponse) {
6538
+ NotificationResponse.TypeEnum = {
6539
+ STATIC: 'STATIC',
6540
+ ACTIONABLE: 'ACTIONABLE'
6541
+ };
6542
+ })(NotificationResponse || (NotificationResponse = {}));
6543
+
6382
6544
  /**
6383
6545
  * Api Documentation
6384
6546
  * Api Documentation
@@ -6756,6 +6918,7 @@ ApiModule = ApiModule_1 = __decorate([
6756
6918
  CreativeTemplateVariablesControllerService,
6757
6919
  CreativeTemplatesControllerService,
6758
6920
  DashboardControllerService,
6921
+ NotificationsControllerService,
6759
6922
  PixelControllerService,
6760
6923
  ReportingControllerService,
6761
6924
  SliceXControllerService,
@@ -6772,5 +6935,5 @@ ApiModule = ApiModule_1 = __decorate([
6772
6935
  * Generated bundle index. Do not edit.
6773
6936
  */
6774
6937
 
6775
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDetails, CreativeSetRequest, CreativeSetsControllerService, CreativeSetsListDashboardData, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
6938
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
6776
6939
  //# sourceMappingURL=revxui-api-clients-ts.js.map