@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
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
87
87
  var AdminControllerService = /** @class */ (function () {
88
88
  function AdminControllerService(httpClient, basePath, configuration) {
89
89
  this.httpClient = httpClient;
90
- this.basePath = 'https://localhost:10045';
90
+ this.basePath = 'https://apiv2stage2.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://localhost:10045';
307
+ this.basePath = 'https://apiv2stage2.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://localhost:10045';
753
+ this.basePath = 'https://apiv2stage2.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
921
921
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://localhost:10045';
923
+ this.basePath = 'https://apiv2stage2.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
1089
1089
  var AudienceControllerService = /** @class */ (function () {
1090
1090
  function AudienceControllerService(httpClient, basePath, configuration) {
1091
1091
  this.httpClient = httpClient;
1092
- this.basePath = 'https://localhost:10045';
1092
+ this.basePath = 'https://apiv2stage2.atomex.net';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1369,25 +1369,16 @@ var AudienceControllerService = /** @class */ (function () {
1369
1369
  reportProgress: reportProgress
1370
1370
  });
1371
1371
  };
1372
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1372
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1373
1373
  if (observe === void 0) { observe = 'body'; }
1374
1374
  if (reportProgress === void 0) { reportProgress = false; }
1375
1375
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1376
1376
  if (advertiser_id !== undefined && advertiser_id !== null) {
1377
1377
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1378
1378
  }
1379
- if (pageNumber !== undefined && pageNumber !== null) {
1380
- queryParameters = queryParameters.set('pageNumber', pageNumber);
1381
- }
1382
- if (pageSize !== undefined && pageSize !== null) {
1383
- queryParameters = queryParameters.set('pageSize', pageSize);
1384
- }
1385
1379
  if (refresh !== undefined && refresh !== null) {
1386
1380
  queryParameters = queryParameters.set('refresh', refresh);
1387
1381
  }
1388
- if (sort !== undefined && sort !== null) {
1389
- queryParameters = queryParameters.set('sort', sort);
1390
- }
1391
1382
  var headers = this.defaultHeaders;
1392
1383
  if (reqId !== undefined && reqId !== null) {
1393
1384
  headers = headers.set('reqId', String(reqId));
@@ -1750,7 +1741,7 @@ var AudienceControllerService = /** @class */ (function () {
1750
1741
  var AuditControllerService = /** @class */ (function () {
1751
1742
  function AuditControllerService(httpClient, basePath, configuration) {
1752
1743
  this.httpClient = httpClient;
1753
- this.basePath = 'https://localhost:10045';
1744
+ this.basePath = 'https://apiv2stage2.atomex.net';
1754
1745
  this.defaultHeaders = new HttpHeaders();
1755
1746
  this.configuration = new Configuration();
1756
1747
  if (basePath) {
@@ -1949,7 +1940,7 @@ var AuditControllerService = /** @class */ (function () {
1949
1940
  var BulkStrategyControllerService = /** @class */ (function () {
1950
1941
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1951
1942
  this.httpClient = httpClient;
1952
- this.basePath = 'https://localhost:10045';
1943
+ this.basePath = 'https://apiv2stage2.atomex.net';
1953
1944
  this.defaultHeaders = new HttpHeaders();
1954
1945
  this.configuration = new Configuration();
1955
1946
  if (basePath) {
@@ -2192,7 +2183,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2192
2183
  var CSSThemeController_Service = /** @class */ (function () {
2193
2184
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2194
2185
  this.httpClient = httpClient;
2195
- this.basePath = 'https://localhost:10045';
2186
+ this.basePath = 'https://apiv2stage2.atomex.net';
2196
2187
  this.defaultHeaders = new HttpHeaders();
2197
2188
  this.configuration = new Configuration();
2198
2189
  if (basePath) {
@@ -2313,7 +2304,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2313
2304
  var CampaignControllerService = /** @class */ (function () {
2314
2305
  function CampaignControllerService(httpClient, basePath, configuration) {
2315
2306
  this.httpClient = httpClient;
2316
- this.basePath = 'https://localhost:10045';
2307
+ this.basePath = 'https://apiv2stage2.atomex.net';
2317
2308
  this.defaultHeaders = new HttpHeaders();
2318
2309
  this.configuration = new Configuration();
2319
2310
  if (basePath) {
@@ -2458,7 +2449,7 @@ var CampaignControllerService = /** @class */ (function () {
2458
2449
  reportProgress: reportProgress
2459
2450
  });
2460
2451
  };
2461
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2452
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2462
2453
  if (observe === void 0) { observe = 'body'; }
2463
2454
  if (reportProgress === void 0) { reportProgress = false; }
2464
2455
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2468,21 +2459,12 @@ var CampaignControllerService = /** @class */ (function () {
2468
2459
  if (advertiser_id !== undefined && advertiser_id !== null) {
2469
2460
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2470
2461
  }
2471
- if (pageNumber !== undefined && pageNumber !== null) {
2472
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2473
- }
2474
- if (pageSize !== undefined && pageSize !== null) {
2475
- queryParameters = queryParameters.set('pageSize', pageSize);
2476
- }
2477
2462
  if (refresh !== undefined && refresh !== null) {
2478
2463
  queryParameters = queryParameters.set('refresh', refresh);
2479
2464
  }
2480
2465
  if (search !== undefined && search !== null) {
2481
2466
  queryParameters = queryParameters.set('search', search);
2482
2467
  }
2483
- if (sort !== undefined && sort !== null) {
2484
- queryParameters = queryParameters.set('sort', sort);
2485
- }
2486
2468
  var headers = this.defaultHeaders;
2487
2469
  if (reqId !== undefined && reqId !== null) {
2488
2470
  headers = headers.set('reqId', String(reqId));
@@ -2608,7 +2590,7 @@ var CampaignControllerService = /** @class */ (function () {
2608
2590
  var CatalogControllerService = /** @class */ (function () {
2609
2591
  function CatalogControllerService(httpClient, basePath, configuration) {
2610
2592
  this.httpClient = httpClient;
2611
- this.basePath = 'https://localhost:10045';
2593
+ this.basePath = 'https://apiv2stage2.atomex.net';
2612
2594
  this.defaultHeaders = new HttpHeaders();
2613
2595
  this.configuration = new Configuration();
2614
2596
  if (basePath) {
@@ -2673,7 +2655,7 @@ var CatalogControllerService = /** @class */ (function () {
2673
2655
  reportProgress: reportProgress
2674
2656
  });
2675
2657
  };
2676
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2658
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2677
2659
  if (observe === void 0) { observe = 'body'; }
2678
2660
  if (reportProgress === void 0) { reportProgress = false; }
2679
2661
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2683,18 +2665,9 @@ var CatalogControllerService = /** @class */ (function () {
2683
2665
  if (advertiser_id !== undefined && advertiser_id !== null) {
2684
2666
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2685
2667
  }
2686
- if (pageNumber !== undefined && pageNumber !== null) {
2687
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2688
- }
2689
- if (pageSize !== undefined && pageSize !== null) {
2690
- queryParameters = queryParameters.set('pageSize', pageSize);
2691
- }
2692
2668
  if (refresh !== undefined && refresh !== null) {
2693
2669
  queryParameters = queryParameters.set('refresh', refresh);
2694
2670
  }
2695
- if (sort !== undefined && sort !== null) {
2696
- queryParameters = queryParameters.set('sort', sort);
2697
- }
2698
2671
  var headers = this.defaultHeaders;
2699
2672
  if (reqId !== undefined && reqId !== null) {
2700
2673
  headers = headers.set('reqId', String(reqId));
@@ -2726,7 +2699,7 @@ var CatalogControllerService = /** @class */ (function () {
2726
2699
  reportProgress: reportProgress
2727
2700
  });
2728
2701
  };
2729
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2702
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2730
2703
  if (observe === void 0) { observe = 'body'; }
2731
2704
  if (reportProgress === void 0) { reportProgress = false; }
2732
2705
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2736,18 +2709,9 @@ var CatalogControllerService = /** @class */ (function () {
2736
2709
  if (advertiser_id !== undefined && advertiser_id !== null) {
2737
2710
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2738
2711
  }
2739
- if (pageNumber !== undefined && pageNumber !== null) {
2740
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2741
- }
2742
- if (pageSize !== undefined && pageSize !== null) {
2743
- queryParameters = queryParameters.set('pageSize', pageSize);
2744
- }
2745
2712
  if (refresh !== undefined && refresh !== null) {
2746
2713
  queryParameters = queryParameters.set('refresh', refresh);
2747
2714
  }
2748
- if (sort !== undefined && sort !== null) {
2749
- queryParameters = queryParameters.set('sort', sort);
2750
- }
2751
2715
  var headers = this.defaultHeaders;
2752
2716
  if (reqId !== undefined && reqId !== null) {
2753
2717
  headers = headers.set('reqId', String(reqId));
@@ -2779,7 +2743,7 @@ var CatalogControllerService = /** @class */ (function () {
2779
2743
  reportProgress: reportProgress
2780
2744
  });
2781
2745
  };
2782
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2746
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
2783
2747
  if (observe === void 0) { observe = 'body'; }
2784
2748
  if (reportProgress === void 0) { reportProgress = false; }
2785
2749
  if (feedId === null || feedId === undefined) {
@@ -2789,18 +2753,9 @@ var CatalogControllerService = /** @class */ (function () {
2789
2753
  if (feedId !== undefined && feedId !== null) {
2790
2754
  queryParameters = queryParameters.set('feedId', feedId);
2791
2755
  }
2792
- if (pageNumber !== undefined && pageNumber !== null) {
2793
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2794
- }
2795
- if (pageSize !== undefined && pageSize !== null) {
2796
- queryParameters = queryParameters.set('pageSize', pageSize);
2797
- }
2798
2756
  if (refresh !== undefined && refresh !== null) {
2799
2757
  queryParameters = queryParameters.set('refresh', refresh);
2800
2758
  }
2801
- if (sort !== undefined && sort !== null) {
2802
- queryParameters = queryParameters.set('sort', sort);
2803
- }
2804
2759
  var headers = this.defaultHeaders;
2805
2760
  if (reqId !== undefined && reqId !== null) {
2806
2761
  headers = headers.set('reqId', String(reqId));
@@ -2858,7 +2813,7 @@ var CatalogControllerService = /** @class */ (function () {
2858
2813
  var ClickDestinationControllerService = /** @class */ (function () {
2859
2814
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2860
2815
  this.httpClient = httpClient;
2861
- this.basePath = 'https://localhost:10045';
2816
+ this.basePath = 'https://apiv2stage2.atomex.net';
2862
2817
  this.defaultHeaders = new HttpHeaders();
2863
2818
  this.configuration = new Configuration();
2864
2819
  if (basePath) {
@@ -2929,7 +2884,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2929
2884
  reportProgress: reportProgress
2930
2885
  });
2931
2886
  };
2932
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2887
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2933
2888
  if (observe === void 0) { observe = 'body'; }
2934
2889
  if (reportProgress === void 0) { reportProgress = false; }
2935
2890
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2939,18 +2894,9 @@ var ClickDestinationControllerService = /** @class */ (function () {
2939
2894
  if (advertiser_id !== undefined && advertiser_id !== null) {
2940
2895
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2941
2896
  }
2942
- if (pageNumber !== undefined && pageNumber !== null) {
2943
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2944
- }
2945
- if (pageSize !== undefined && pageSize !== null) {
2946
- queryParameters = queryParameters.set('pageSize', pageSize);
2947
- }
2948
2897
  if (refresh !== undefined && refresh !== null) {
2949
2898
  queryParameters = queryParameters.set('refresh', refresh);
2950
2899
  }
2951
- if (sort !== undefined && sort !== null) {
2952
- queryParameters = queryParameters.set('sort', sort);
2953
- }
2954
2900
  var headers = this.defaultHeaders;
2955
2901
  if (reqId !== undefined && reqId !== null) {
2956
2902
  headers = headers.set('reqId', String(reqId));
@@ -3117,7 +3063,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3117
3063
  var CreativeControllerService = /** @class */ (function () {
3118
3064
  function CreativeControllerService(httpClient, basePath, configuration) {
3119
3065
  this.httpClient = httpClient;
3120
- this.basePath = 'https://localhost:10045';
3066
+ this.basePath = 'https://apiv2stage2.atomex.net';
3121
3067
  this.defaultHeaders = new HttpHeaders();
3122
3068
  this.configuration = new Configuration();
3123
3069
  if (basePath) {
@@ -3444,28 +3390,19 @@ var CreativeControllerService = /** @class */ (function () {
3444
3390
  reportProgress: reportProgress
3445
3391
  });
3446
3392
  };
3447
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3393
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3448
3394
  if (observe === void 0) { observe = 'body'; }
3449
3395
  if (reportProgress === void 0) { reportProgress = false; }
3450
3396
  if (search === null || search === undefined) {
3451
3397
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3452
3398
  }
3453
3399
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3454
- if (pageNumber !== undefined && pageNumber !== null) {
3455
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3456
- }
3457
- if (pageSize !== undefined && pageSize !== null) {
3458
- queryParameters = queryParameters.set('pageSize', pageSize);
3459
- }
3460
3400
  if (refresh !== undefined && refresh !== null) {
3461
3401
  queryParameters = queryParameters.set('refresh', refresh);
3462
3402
  }
3463
3403
  if (skadtarget !== undefined && skadtarget !== null) {
3464
3404
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3465
3405
  }
3466
- if (sort !== undefined && sort !== null) {
3467
- queryParameters = queryParameters.set('sort', sort);
3468
- }
3469
3406
  var headers = this.defaultHeaders;
3470
3407
  if (reqId !== undefined && reqId !== null) {
3471
3408
  headers = headers.set('reqId', String(reqId));
@@ -3497,25 +3434,16 @@ var CreativeControllerService = /** @class */ (function () {
3497
3434
  reportProgress: reportProgress
3498
3435
  });
3499
3436
  };
3500
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3437
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3501
3438
  if (observe === void 0) { observe = 'body'; }
3502
3439
  if (reportProgress === void 0) { reportProgress = false; }
3503
3440
  if (search === null || search === undefined) {
3504
3441
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3505
3442
  }
3506
3443
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3507
- if (pageNumber !== undefined && pageNumber !== null) {
3508
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3509
- }
3510
- if (pageSize !== undefined && pageSize !== null) {
3511
- queryParameters = queryParameters.set('pageSize', pageSize);
3512
- }
3513
3444
  if (refresh !== undefined && refresh !== null) {
3514
3445
  queryParameters = queryParameters.set('refresh', refresh);
3515
3446
  }
3516
- if (sort !== undefined && sort !== null) {
3517
- queryParameters = queryParameters.set('sort', sort);
3518
- }
3519
3447
  var headers = this.defaultHeaders;
3520
3448
  if (reqId !== undefined && reqId !== null) {
3521
3449
  headers = headers.set('reqId', String(reqId));
@@ -3612,7 +3540,7 @@ var CreativeControllerService = /** @class */ (function () {
3612
3540
  var CreativeSetsControllerService = /** @class */ (function () {
3613
3541
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3614
3542
  this.httpClient = httpClient;
3615
- this.basePath = 'https://localhost:10045';
3543
+ this.basePath = 'https://apiv2stage2.atomex.net';
3616
3544
  this.defaultHeaders = new HttpHeaders();
3617
3545
  this.configuration = new Configuration();
3618
3546
  if (basePath) {
@@ -3718,12 +3646,16 @@ var CreativeSetsControllerService = /** @class */ (function () {
3718
3646
  reportProgress: reportProgress
3719
3647
  });
3720
3648
  };
3721
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3649
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3722
3650
  if (observe === void 0) { observe = 'body'; }
3723
3651
  if (reportProgress === void 0) { reportProgress = false; }
3724
3652
  if (id === null || id === undefined) {
3725
3653
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3726
3654
  }
3655
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3656
+ if (refresh !== undefined && refresh !== null) {
3657
+ queryParameters = queryParameters.set('refresh', refresh);
3658
+ }
3727
3659
  var headers = this.defaultHeaders;
3728
3660
  if (reqId !== undefined && reqId !== null) {
3729
3661
  headers = headers.set('reqId', String(reqId));
@@ -3742,31 +3674,23 @@ var CreativeSetsControllerService = /** @class */ (function () {
3742
3674
  // to determine the Content-Type header
3743
3675
  var consumes = [];
3744
3676
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3677
+ params: queryParameters,
3745
3678
  withCredentials: this.configuration.withCredentials,
3746
3679
  headers: headers,
3747
3680
  observe: observe,
3748
3681
  reportProgress: reportProgress
3749
3682
  });
3750
3683
  };
3751
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3684
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3752
3685
  if (observe === void 0) { observe = 'body'; }
3753
3686
  if (reportProgress === void 0) { reportProgress = false; }
3754
3687
  if (dashboardRequest === null || dashboardRequest === undefined) {
3755
3688
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3756
3689
  }
3757
3690
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3758
- if (pageNumber !== undefined && pageNumber !== null) {
3759
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3760
- }
3761
- if (pageSize !== undefined && pageSize !== null) {
3762
- queryParameters = queryParameters.set('pageSize', pageSize);
3763
- }
3764
3691
  if (refresh !== undefined && refresh !== null) {
3765
3692
  queryParameters = queryParameters.set('refresh', refresh);
3766
3693
  }
3767
- if (sort !== undefined && sort !== null) {
3768
- queryParameters = queryParameters.set('sort', sort);
3769
- }
3770
3694
  var headers = this.defaultHeaders;
3771
3695
  if (reqId !== undefined && reqId !== null) {
3772
3696
  headers = headers.set('reqId', String(reqId));
@@ -3798,7 +3722,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3798
3722
  reportProgress: reportProgress
3799
3723
  });
3800
3724
  };
3801
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3725
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3802
3726
  if (observe === void 0) { observe = 'body'; }
3803
3727
  if (reportProgress === void 0) { reportProgress = false; }
3804
3728
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3808,18 +3732,9 @@ var CreativeSetsControllerService = /** @class */ (function () {
3808
3732
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3809
3733
  }
3810
3734
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3811
- if (pageNumber !== undefined && pageNumber !== null) {
3812
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3813
- }
3814
- if (pageSize !== undefined && pageSize !== null) {
3815
- queryParameters = queryParameters.set('pageSize', pageSize);
3816
- }
3817
3735
  if (refresh !== undefined && refresh !== null) {
3818
3736
  queryParameters = queryParameters.set('refresh', refresh);
3819
3737
  }
3820
- if (sort !== undefined && sort !== null) {
3821
- queryParameters = queryParameters.set('sort', sort);
3822
- }
3823
3738
  var headers = this.defaultHeaders;
3824
3739
  if (reqId !== undefined && reqId !== null) {
3825
3740
  headers = headers.set('reqId', String(reqId));
@@ -3960,7 +3875,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3960
3875
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3961
3876
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3962
3877
  this.httpClient = httpClient;
3963
- this.basePath = 'https://localhost:10045';
3878
+ this.basePath = 'https://apiv2stage2.atomex.net';
3964
3879
  this.defaultHeaders = new HttpHeaders();
3965
3880
  this.configuration = new Configuration();
3966
3881
  if (basePath) {
@@ -4161,7 +4076,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4161
4076
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4162
4077
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4163
4078
  this.httpClient = httpClient;
4164
- this.basePath = 'https://localhost:10045';
4079
+ this.basePath = 'https://apiv2stage2.atomex.net';
4165
4080
  this.defaultHeaders = new HttpHeaders();
4166
4081
  this.configuration = new Configuration();
4167
4082
  if (basePath) {
@@ -4249,7 +4164,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4249
4164
  var CreativeTemplatesControllerService = /** @class */ (function () {
4250
4165
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4251
4166
  this.httpClient = httpClient;
4252
- this.basePath = 'https://localhost:10045';
4167
+ this.basePath = 'https://apiv2stage2.atomex.net';
4253
4168
  this.defaultHeaders = new HttpHeaders();
4254
4169
  this.configuration = new Configuration();
4255
4170
  if (basePath) {
@@ -4428,7 +4343,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4428
4343
  var DashboardControllerService = /** @class */ (function () {
4429
4344
  function DashboardControllerService(httpClient, basePath, configuration) {
4430
4345
  this.httpClient = httpClient;
4431
- this.basePath = 'https://localhost:10045';
4346
+ this.basePath = 'https://apiv2stage2.atomex.net';
4432
4347
  this.defaultHeaders = new HttpHeaders();
4433
4348
  this.configuration = new Configuration();
4434
4349
  if (basePath) {
@@ -4463,6 +4378,48 @@ var DashboardControllerService = /** @class */ (function () {
4463
4378
  }
4464
4379
  return false;
4465
4380
  };
4381
+ DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4382
+ if (observe === void 0) { observe = 'body'; }
4383
+ if (reportProgress === void 0) { reportProgress = false; }
4384
+ if (id === null || id === undefined) {
4385
+ throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4386
+ }
4387
+ if (tableEntity === null || tableEntity === undefined) {
4388
+ throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4389
+ }
4390
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4391
+ if (id) {
4392
+ id.forEach(function (element) {
4393
+ queryParameters = queryParameters.append('id', element);
4394
+ });
4395
+ }
4396
+ var headers = this.defaultHeaders;
4397
+ if (reqId !== undefined && reqId !== null) {
4398
+ headers = headers.set('reqId', String(reqId));
4399
+ }
4400
+ if (token !== undefined && token !== null) {
4401
+ headers = headers.set('token', String(token));
4402
+ }
4403
+ // to determine the Accept header
4404
+ var httpHeaderAccepts = [
4405
+ 'application/json'
4406
+ ];
4407
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4408
+ if (httpHeaderAcceptSelected != undefined) {
4409
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4410
+ }
4411
+ // to determine the Content-Type header
4412
+ var consumes = [
4413
+ 'application/json'
4414
+ ];
4415
+ return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4416
+ params: queryParameters,
4417
+ withCredentials: this.configuration.withCredentials,
4418
+ headers: headers,
4419
+ observe: observe,
4420
+ reportProgress: reportProgress
4421
+ });
4422
+ };
4466
4423
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4467
4424
  if (observe === void 0) { observe = 'body'; }
4468
4425
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4693,7 +4650,7 @@ var DashboardControllerService = /** @class */ (function () {
4693
4650
  reportProgress: reportProgress
4694
4651
  });
4695
4652
  };
4696
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4653
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4697
4654
  if (observe === void 0) { observe = 'body'; }
4698
4655
  if (reportProgress === void 0) { reportProgress = false; }
4699
4656
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4706,21 +4663,12 @@ var DashboardControllerService = /** @class */ (function () {
4706
4663
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4707
4664
  }
4708
4665
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4709
- if (pageNumber !== undefined && pageNumber !== null) {
4710
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4711
- }
4712
- if (pageSize !== undefined && pageSize !== null) {
4713
- queryParameters = queryParameters.set('pageSize', pageSize);
4714
- }
4715
4666
  if (refresh !== undefined && refresh !== null) {
4716
4667
  queryParameters = queryParameters.set('refresh', refresh);
4717
4668
  }
4718
4669
  if (showuu !== undefined && showuu !== null) {
4719
4670
  queryParameters = queryParameters.set('showuu', showuu);
4720
4671
  }
4721
- if (sort !== undefined && sort !== null) {
4722
- queryParameters = queryParameters.set('sort', sort);
4723
- }
4724
4672
  var headers = this.defaultHeaders;
4725
4673
  if (reqId !== undefined && reqId !== null) {
4726
4674
  headers = headers.set('reqId', String(reqId));
@@ -5038,6 +4986,205 @@ var DashboardControllerService = /** @class */ (function () {
5038
4986
  return DashboardControllerService;
5039
4987
  }());
5040
4988
 
4989
+ /**
4990
+ * Api Documentation
4991
+ * Api Documentation
4992
+ *
4993
+ * OpenAPI spec version: 1.0
4994
+ *
4995
+ *
4996
+ * NOTE: This class is auto generated by the swagger code generator program.
4997
+ * https://github.com/swagger-api/swagger-codegen.git
4998
+ * Do not edit the class manually.
4999
+ */
5000
+ var NotificationsControllerService = /** @class */ (function () {
5001
+ function NotificationsControllerService(httpClient, basePath, configuration) {
5002
+ this.httpClient = httpClient;
5003
+ this.basePath = 'https://apiv2stage2.atomex.net';
5004
+ this.defaultHeaders = new HttpHeaders();
5005
+ this.configuration = new Configuration();
5006
+ if (basePath) {
5007
+ this.basePath = basePath;
5008
+ }
5009
+ if (configuration) {
5010
+ this.configuration = configuration;
5011
+ this.basePath = basePath || configuration.basePath || this.basePath;
5012
+ }
5013
+ }
5014
+ /**
5015
+ * @param consumes string[] mime-types
5016
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
5017
+ */
5018
+ NotificationsControllerService.prototype.canConsumeForm = function (consumes) {
5019
+ var e_1, _a;
5020
+ var form = 'multipart/form-data';
5021
+ try {
5022
+ for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
5023
+ var consume = consumes_1_1.value;
5024
+ if (form === consume) {
5025
+ return true;
5026
+ }
5027
+ }
5028
+ }
5029
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
5030
+ finally {
5031
+ try {
5032
+ if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
5033
+ }
5034
+ finally { if (e_1) throw e_1.error; }
5035
+ }
5036
+ return false;
5037
+ };
5038
+ NotificationsControllerService.prototype.getNotificationUsingGET = function (pageNumber, pageSize, reqId, token, observe, reportProgress) {
5039
+ if (observe === void 0) { observe = 'body'; }
5040
+ if (reportProgress === void 0) { reportProgress = false; }
5041
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5042
+ if (pageNumber !== undefined && pageNumber !== null) {
5043
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
5044
+ }
5045
+ if (pageSize !== undefined && pageSize !== null) {
5046
+ queryParameters = queryParameters.set('pageSize', pageSize);
5047
+ }
5048
+ var headers = this.defaultHeaders;
5049
+ if (reqId !== undefined && reqId !== null) {
5050
+ headers = headers.set('reqId', String(reqId));
5051
+ }
5052
+ if (token !== undefined && token !== null) {
5053
+ headers = headers.set('token', String(token));
5054
+ }
5055
+ // to determine the Accept header
5056
+ var httpHeaderAccepts = [
5057
+ 'application/json'
5058
+ ];
5059
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5060
+ if (httpHeaderAcceptSelected != undefined) {
5061
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5062
+ }
5063
+ // to determine the Content-Type header
5064
+ var consumes = [];
5065
+ return this.httpClient.get(this.basePath + "/v2/api/notifications", {
5066
+ params: queryParameters,
5067
+ withCredentials: this.configuration.withCredentials,
5068
+ headers: headers,
5069
+ observe: observe,
5070
+ reportProgress: reportProgress
5071
+ });
5072
+ };
5073
+ NotificationsControllerService.prototype.markAllSeenUsingPOST = function (reqId, token, observe, reportProgress) {
5074
+ if (observe === void 0) { observe = 'body'; }
5075
+ if (reportProgress === void 0) { reportProgress = false; }
5076
+ var headers = this.defaultHeaders;
5077
+ if (reqId !== undefined && reqId !== null) {
5078
+ headers = headers.set('reqId', String(reqId));
5079
+ }
5080
+ if (token !== undefined && token !== null) {
5081
+ headers = headers.set('token', String(token));
5082
+ }
5083
+ // to determine the Accept header
5084
+ var httpHeaderAccepts = [
5085
+ 'application/json'
5086
+ ];
5087
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5088
+ if (httpHeaderAcceptSelected != undefined) {
5089
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5090
+ }
5091
+ // to determine the Content-Type header
5092
+ var consumes = [
5093
+ 'application/json'
5094
+ ];
5095
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/seenAll", null, {
5096
+ withCredentials: this.configuration.withCredentials,
5097
+ headers: headers,
5098
+ observe: observe,
5099
+ reportProgress: reportProgress
5100
+ });
5101
+ };
5102
+ NotificationsControllerService.prototype.markSeenUsingPOST = function (commaSeparatedIds, reqId, token, observe, reportProgress) {
5103
+ if (observe === void 0) { observe = 'body'; }
5104
+ if (reportProgress === void 0) { reportProgress = false; }
5105
+ if (commaSeparatedIds === null || commaSeparatedIds === undefined) {
5106
+ throw new Error('Required parameter commaSeparatedIds was null or undefined when calling markSeenUsingPOST.');
5107
+ }
5108
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5109
+ if (commaSeparatedIds !== undefined && commaSeparatedIds !== null) {
5110
+ queryParameters = queryParameters.set('commaSeparatedIds', commaSeparatedIds);
5111
+ }
5112
+ var headers = this.defaultHeaders;
5113
+ if (reqId !== undefined && reqId !== null) {
5114
+ headers = headers.set('reqId', String(reqId));
5115
+ }
5116
+ if (token !== undefined && token !== null) {
5117
+ headers = headers.set('token', String(token));
5118
+ }
5119
+ // to determine the Accept header
5120
+ var httpHeaderAccepts = [
5121
+ 'application/json'
5122
+ ];
5123
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5124
+ if (httpHeaderAcceptSelected != undefined) {
5125
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5126
+ }
5127
+ // to determine the Content-Type header
5128
+ var consumes = [
5129
+ 'application/json'
5130
+ ];
5131
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/seen/" + encodeURIComponent(String(commaSeparatedIds)), null, {
5132
+ params: queryParameters,
5133
+ withCredentials: this.configuration.withCredentials,
5134
+ headers: headers,
5135
+ observe: observe,
5136
+ reportProgress: reportProgress
5137
+ });
5138
+ };
5139
+ NotificationsControllerService.prototype.resolveNotificationUsingPOST = function (id, reqId, token, observe, reportProgress) {
5140
+ if (observe === void 0) { observe = 'body'; }
5141
+ if (reportProgress === void 0) { reportProgress = false; }
5142
+ if (id === null || id === undefined) {
5143
+ throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
5144
+ }
5145
+ var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5146
+ if (id !== undefined && id !== null) {
5147
+ queryParameters = queryParameters.set('id', id);
5148
+ }
5149
+ var headers = this.defaultHeaders;
5150
+ if (reqId !== undefined && reqId !== null) {
5151
+ headers = headers.set('reqId', String(reqId));
5152
+ }
5153
+ if (token !== undefined && token !== null) {
5154
+ headers = headers.set('token', String(token));
5155
+ }
5156
+ // to determine the Accept header
5157
+ var httpHeaderAccepts = [
5158
+ 'application/json'
5159
+ ];
5160
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5161
+ if (httpHeaderAcceptSelected != undefined) {
5162
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5163
+ }
5164
+ // to determine the Content-Type header
5165
+ var consumes = [
5166
+ 'application/json'
5167
+ ];
5168
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/resolve/" + encodeURIComponent(String(id)), null, {
5169
+ params: queryParameters,
5170
+ withCredentials: this.configuration.withCredentials,
5171
+ headers: headers,
5172
+ observe: observe,
5173
+ reportProgress: reportProgress
5174
+ });
5175
+ };
5176
+ NotificationsControllerService.ctorParameters = function () { return [
5177
+ { type: HttpClient },
5178
+ { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
5179
+ { type: Configuration, decorators: [{ type: Optional }] }
5180
+ ]; };
5181
+ NotificationsControllerService = __decorate([
5182
+ Injectable(),
5183
+ __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
5184
+ ], NotificationsControllerService);
5185
+ return NotificationsControllerService;
5186
+ }());
5187
+
5041
5188
  /**
5042
5189
  * Api Documentation
5043
5190
  * Api Documentation
@@ -5052,7 +5199,7 @@ var DashboardControllerService = /** @class */ (function () {
5052
5199
  var PixelControllerService = /** @class */ (function () {
5053
5200
  function PixelControllerService(httpClient, basePath, configuration) {
5054
5201
  this.httpClient = httpClient;
5055
- this.basePath = 'https://localhost:10045';
5202
+ this.basePath = 'https://apiv2stage2.atomex.net';
5056
5203
  this.defaultHeaders = new HttpHeaders();
5057
5204
  this.configuration = new Configuration();
5058
5205
  if (basePath) {
@@ -5267,7 +5414,7 @@ var PixelControllerService = /** @class */ (function () {
5267
5414
  reportProgress: reportProgress
5268
5415
  });
5269
5416
  };
5270
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5417
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5271
5418
  if (observe === void 0) { observe = 'body'; }
5272
5419
  if (reportProgress === void 0) { reportProgress = false; }
5273
5420
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5277,18 +5424,9 @@ var PixelControllerService = /** @class */ (function () {
5277
5424
  if (advertiser_id !== undefined && advertiser_id !== null) {
5278
5425
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5279
5426
  }
5280
- if (pageNumber !== undefined && pageNumber !== null) {
5281
- queryParameters = queryParameters.set('pageNumber', pageNumber);
5282
- }
5283
- if (pageSize !== undefined && pageSize !== null) {
5284
- queryParameters = queryParameters.set('pageSize', pageSize);
5285
- }
5286
5427
  if (refresh !== undefined && refresh !== null) {
5287
5428
  queryParameters = queryParameters.set('refresh', refresh);
5288
5429
  }
5289
- if (sort !== undefined && sort !== null) {
5290
- queryParameters = queryParameters.set('sort', sort);
5291
- }
5292
5430
  var headers = this.defaultHeaders;
5293
5431
  if (reqId !== undefined && reqId !== null) {
5294
5432
  headers = headers.set('reqId', String(reqId));
@@ -5390,7 +5528,7 @@ var PixelControllerService = /** @class */ (function () {
5390
5528
  var ReportingControllerService = /** @class */ (function () {
5391
5529
  function ReportingControllerService(httpClient, basePath, configuration) {
5392
5530
  this.httpClient = httpClient;
5393
- this.basePath = 'https://localhost:10045';
5531
+ this.basePath = 'https://apiv2stage2.atomex.net';
5394
5532
  this.defaultHeaders = new HttpHeaders();
5395
5533
  this.configuration = new Configuration();
5396
5534
  if (basePath) {
@@ -5574,7 +5712,7 @@ var ReportingControllerService = /** @class */ (function () {
5574
5712
  var SliceXControllerService = /** @class */ (function () {
5575
5713
  function SliceXControllerService(httpClient, basePath, configuration) {
5576
5714
  this.httpClient = httpClient;
5577
- this.basePath = 'https://localhost:10045';
5715
+ this.basePath = 'https://apiv2stage2.atomex.net';
5578
5716
  this.defaultHeaders = new HttpHeaders();
5579
5717
  this.configuration = new Configuration();
5580
5718
  if (basePath) {
@@ -5759,7 +5897,7 @@ var SliceXControllerService = /** @class */ (function () {
5759
5897
  var StrategyControllerService = /** @class */ (function () {
5760
5898
  function StrategyControllerService(httpClient, basePath, configuration) {
5761
5899
  this.httpClient = httpClient;
5762
- this.basePath = 'https://localhost:10045';
5900
+ this.basePath = 'https://apiv2stage2.atomex.net';
5763
5901
  this.defaultHeaders = new HttpHeaders();
5764
5902
  this.configuration = new Configuration();
5765
5903
  if (basePath) {
@@ -6247,7 +6385,7 @@ var StrategyControllerService = /** @class */ (function () {
6247
6385
  var UILoggerControllerService = /** @class */ (function () {
6248
6386
  function UILoggerControllerService(httpClient, basePath, configuration) {
6249
6387
  this.httpClient = httpClient;
6250
- this.basePath = 'https://localhost:10045';
6388
+ this.basePath = 'https://apiv2stage2.atomex.net';
6251
6389
  this.defaultHeaders = new HttpHeaders();
6252
6390
  this.configuration = new Configuration();
6253
6391
  if (basePath) {
@@ -6349,7 +6487,7 @@ var UILoggerControllerService = /** @class */ (function () {
6349
6487
  var UserPreferenceControllerService = /** @class */ (function () {
6350
6488
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6351
6489
  this.httpClient = httpClient;
6352
- this.basePath = 'https://localhost:10045';
6490
+ this.basePath = 'https://apiv2stage2.atomex.net';
6353
6491
  this.defaultHeaders = new HttpHeaders();
6354
6492
  this.configuration = new Configuration();
6355
6493
  if (basePath) {
@@ -6525,7 +6663,7 @@ var UserPreferenceControllerService = /** @class */ (function () {
6525
6663
  return UserPreferenceControllerService;
6526
6664
  }());
6527
6665
 
6528
- var 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];
6666
+ var 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];
6529
6667
 
6530
6668
  var ActivityLogsStrategyBulkUpdateDTO;
6531
6669
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -6797,6 +6935,22 @@ var CreativeHtmlFileForSet;
6797
6935
  };
6798
6936
  })(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
6799
6937
 
6938
+ var CreativeSetDashboardMetric;
6939
+ (function (CreativeSetDashboardMetric) {
6940
+ CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6941
+ IMAGE: 'IMAGE',
6942
+ VIDEO: 'VIDEO',
6943
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6944
+ ZIPPEDHTML: 'ZIPPED_HTML',
6945
+ NATIVEIMAGE: 'NATIVE_IMAGE',
6946
+ NATIVEVIDEO: 'NATIVE_VIDEO',
6947
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6948
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
6949
+ DYNAMICHTML: 'DYNAMIC_HTML',
6950
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6951
+ };
6952
+ })(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
6953
+
6800
6954
  var CreativeSetDetails;
6801
6955
  (function (CreativeSetDetails) {
6802
6956
  CreativeSetDetails.TypeEnum = {
@@ -6829,9 +6983,20 @@ var CreativeSetRequest;
6829
6983
  };
6830
6984
  })(CreativeSetRequest || (CreativeSetRequest = {}));
6831
6985
 
6832
- var CreativeSetsListDashboardData;
6833
- (function (CreativeSetsListDashboardData) {
6834
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6986
+ /**
6987
+ * Api Documentation
6988
+ * Api Documentation
6989
+ *
6990
+ * OpenAPI spec version: 1.0
6991
+ *
6992
+ *
6993
+ * NOTE: This class is auto generated by the swagger code generator program.
6994
+ * https://github.com/swagger-api/swagger-codegen.git
6995
+ * Do not edit the class manually.
6996
+ */
6997
+ var CreativeSetResponse;
6998
+ (function (CreativeSetResponse) {
6999
+ CreativeSetResponse.OtherCreativeSetTypeEnum = {
6835
7000
  IMAGE: 'IMAGE',
6836
7001
  VIDEO: 'VIDEO',
6837
7002
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6843,7 +7008,7 @@ var CreativeSetsListDashboardData;
6843
7008
  DYNAMICHTML: 'DYNAMIC_HTML',
6844
7009
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6845
7010
  };
6846
- })(CreativeSetsListDashboardData || (CreativeSetsListDashboardData = {}));
7011
+ })(CreativeSetResponse || (CreativeSetResponse = {}));
6847
7012
 
6848
7013
  /**
6849
7014
  * Api Documentation
@@ -6930,6 +7095,25 @@ var MetaRuleDto;
6930
7095
  };
6931
7096
  })(MetaRuleDto || (MetaRuleDto = {}));
6932
7097
 
7098
+ /**
7099
+ * Api Documentation
7100
+ * Api Documentation
7101
+ *
7102
+ * OpenAPI spec version: 1.0
7103
+ *
7104
+ *
7105
+ * NOTE: This class is auto generated by the swagger code generator program.
7106
+ * https://github.com/swagger-api/swagger-codegen.git
7107
+ * Do not edit the class manually.
7108
+ */
7109
+ var NotificationResponse;
7110
+ (function (NotificationResponse) {
7111
+ NotificationResponse.TypeEnum = {
7112
+ STATIC: 'STATIC',
7113
+ ACTIONABLE: 'ACTIONABLE'
7114
+ };
7115
+ })(NotificationResponse || (NotificationResponse = {}));
7116
+
6933
7117
  /**
6934
7118
  * Api Documentation
6935
7119
  * Api Documentation
@@ -7307,6 +7491,7 @@ var ApiModule = /** @class */ (function () {
7307
7491
  CreativeTemplateVariablesControllerService,
7308
7492
  CreativeTemplatesControllerService,
7309
7493
  DashboardControllerService,
7494
+ NotificationsControllerService,
7310
7495
  PixelControllerService,
7311
7496
  ReportingControllerService,
7312
7497
  SliceXControllerService,
@@ -7325,5 +7510,5 @@ var ApiModule = /** @class */ (function () {
7325
7510
  * Generated bundle index. Do not edit.
7326
7511
  */
7327
7512
 
7328
- 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 };
7513
+ 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 };
7329
7514
  //# sourceMappingURL=revxui-api-clients-ts.js.map