@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
@@ -308,7 +308,7 @@
308
308
  var AdminControllerService = /** @class */ (function () {
309
309
  function AdminControllerService(httpClient, basePath, configuration) {
310
310
  this.httpClient = httpClient;
311
- this.basePath = 'https://localhost:10045';
311
+ this.basePath = 'https://apiv2stage2.atomex.net';
312
312
  this.defaultHeaders = new http.HttpHeaders();
313
313
  this.configuration = new Configuration();
314
314
  if (basePath) {
@@ -525,7 +525,7 @@
525
525
  var AdvertiserControllerService = /** @class */ (function () {
526
526
  function AdvertiserControllerService(httpClient, basePath, configuration) {
527
527
  this.httpClient = httpClient;
528
- this.basePath = 'https://localhost:10045';
528
+ this.basePath = 'https://apiv2stage2.atomex.net';
529
529
  this.defaultHeaders = new http.HttpHeaders();
530
530
  this.configuration = new Configuration();
531
531
  if (basePath) {
@@ -971,7 +971,7 @@
971
971
  var AppSettingsControllerService = /** @class */ (function () {
972
972
  function AppSettingsControllerService(httpClient, basePath, configuration) {
973
973
  this.httpClient = httpClient;
974
- this.basePath = 'https://localhost:10045';
974
+ this.basePath = 'https://apiv2stage2.atomex.net';
975
975
  this.defaultHeaders = new http.HttpHeaders();
976
976
  this.configuration = new Configuration();
977
977
  if (basePath) {
@@ -1141,7 +1141,7 @@
1141
1141
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
1142
1142
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://localhost:10045';
1144
+ this.basePath = 'https://apiv2stage2.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1310,7 +1310,7 @@
1310
1310
  var AudienceControllerService = /** @class */ (function () {
1311
1311
  function AudienceControllerService(httpClient, basePath, configuration) {
1312
1312
  this.httpClient = httpClient;
1313
- this.basePath = 'https://localhost:10045';
1313
+ this.basePath = 'https://apiv2stage2.atomex.net';
1314
1314
  this.defaultHeaders = new http.HttpHeaders();
1315
1315
  this.configuration = new Configuration();
1316
1316
  if (basePath) {
@@ -1590,25 +1590,16 @@
1590
1590
  reportProgress: reportProgress
1591
1591
  });
1592
1592
  };
1593
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1593
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1594
1594
  if (observe === void 0) { observe = 'body'; }
1595
1595
  if (reportProgress === void 0) { reportProgress = false; }
1596
1596
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1597
1597
  if (advertiser_id !== undefined && advertiser_id !== null) {
1598
1598
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1599
1599
  }
1600
- if (pageNumber !== undefined && pageNumber !== null) {
1601
- queryParameters = queryParameters.set('pageNumber', pageNumber);
1602
- }
1603
- if (pageSize !== undefined && pageSize !== null) {
1604
- queryParameters = queryParameters.set('pageSize', pageSize);
1605
- }
1606
1600
  if (refresh !== undefined && refresh !== null) {
1607
1601
  queryParameters = queryParameters.set('refresh', refresh);
1608
1602
  }
1609
- if (sort !== undefined && sort !== null) {
1610
- queryParameters = queryParameters.set('sort', sort);
1611
- }
1612
1603
  var headers = this.defaultHeaders;
1613
1604
  if (reqId !== undefined && reqId !== null) {
1614
1605
  headers = headers.set('reqId', String(reqId));
@@ -1971,7 +1962,7 @@
1971
1962
  var AuditControllerService = /** @class */ (function () {
1972
1963
  function AuditControllerService(httpClient, basePath, configuration) {
1973
1964
  this.httpClient = httpClient;
1974
- this.basePath = 'https://localhost:10045';
1965
+ this.basePath = 'https://apiv2stage2.atomex.net';
1975
1966
  this.defaultHeaders = new http.HttpHeaders();
1976
1967
  this.configuration = new Configuration();
1977
1968
  if (basePath) {
@@ -2170,7 +2161,7 @@
2170
2161
  var BulkStrategyControllerService = /** @class */ (function () {
2171
2162
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2172
2163
  this.httpClient = httpClient;
2173
- this.basePath = 'https://localhost:10045';
2164
+ this.basePath = 'https://apiv2stage2.atomex.net';
2174
2165
  this.defaultHeaders = new http.HttpHeaders();
2175
2166
  this.configuration = new Configuration();
2176
2167
  if (basePath) {
@@ -2413,7 +2404,7 @@
2413
2404
  var CSSThemeController_Service = /** @class */ (function () {
2414
2405
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2415
2406
  this.httpClient = httpClient;
2416
- this.basePath = 'https://localhost:10045';
2407
+ this.basePath = 'https://apiv2stage2.atomex.net';
2417
2408
  this.defaultHeaders = new http.HttpHeaders();
2418
2409
  this.configuration = new Configuration();
2419
2410
  if (basePath) {
@@ -2534,7 +2525,7 @@
2534
2525
  var CampaignControllerService = /** @class */ (function () {
2535
2526
  function CampaignControllerService(httpClient, basePath, configuration) {
2536
2527
  this.httpClient = httpClient;
2537
- this.basePath = 'https://localhost:10045';
2528
+ this.basePath = 'https://apiv2stage2.atomex.net';
2538
2529
  this.defaultHeaders = new http.HttpHeaders();
2539
2530
  this.configuration = new Configuration();
2540
2531
  if (basePath) {
@@ -2679,7 +2670,7 @@
2679
2670
  reportProgress: reportProgress
2680
2671
  });
2681
2672
  };
2682
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2673
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2683
2674
  if (observe === void 0) { observe = 'body'; }
2684
2675
  if (reportProgress === void 0) { reportProgress = false; }
2685
2676
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2689,21 +2680,12 @@
2689
2680
  if (advertiser_id !== undefined && advertiser_id !== null) {
2690
2681
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2691
2682
  }
2692
- if (pageNumber !== undefined && pageNumber !== null) {
2693
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2694
- }
2695
- if (pageSize !== undefined && pageSize !== null) {
2696
- queryParameters = queryParameters.set('pageSize', pageSize);
2697
- }
2698
2683
  if (refresh !== undefined && refresh !== null) {
2699
2684
  queryParameters = queryParameters.set('refresh', refresh);
2700
2685
  }
2701
2686
  if (search !== undefined && search !== null) {
2702
2687
  queryParameters = queryParameters.set('search', search);
2703
2688
  }
2704
- if (sort !== undefined && sort !== null) {
2705
- queryParameters = queryParameters.set('sort', sort);
2706
- }
2707
2689
  var headers = this.defaultHeaders;
2708
2690
  if (reqId !== undefined && reqId !== null) {
2709
2691
  headers = headers.set('reqId', String(reqId));
@@ -2829,7 +2811,7 @@
2829
2811
  var CatalogControllerService = /** @class */ (function () {
2830
2812
  function CatalogControllerService(httpClient, basePath, configuration) {
2831
2813
  this.httpClient = httpClient;
2832
- this.basePath = 'https://localhost:10045';
2814
+ this.basePath = 'https://apiv2stage2.atomex.net';
2833
2815
  this.defaultHeaders = new http.HttpHeaders();
2834
2816
  this.configuration = new Configuration();
2835
2817
  if (basePath) {
@@ -2894,7 +2876,7 @@
2894
2876
  reportProgress: reportProgress
2895
2877
  });
2896
2878
  };
2897
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2879
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2898
2880
  if (observe === void 0) { observe = 'body'; }
2899
2881
  if (reportProgress === void 0) { reportProgress = false; }
2900
2882
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2904,18 +2886,9 @@
2904
2886
  if (advertiser_id !== undefined && advertiser_id !== null) {
2905
2887
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2906
2888
  }
2907
- if (pageNumber !== undefined && pageNumber !== null) {
2908
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2909
- }
2910
- if (pageSize !== undefined && pageSize !== null) {
2911
- queryParameters = queryParameters.set('pageSize', pageSize);
2912
- }
2913
2889
  if (refresh !== undefined && refresh !== null) {
2914
2890
  queryParameters = queryParameters.set('refresh', refresh);
2915
2891
  }
2916
- if (sort !== undefined && sort !== null) {
2917
- queryParameters = queryParameters.set('sort', sort);
2918
- }
2919
2892
  var headers = this.defaultHeaders;
2920
2893
  if (reqId !== undefined && reqId !== null) {
2921
2894
  headers = headers.set('reqId', String(reqId));
@@ -2947,7 +2920,7 @@
2947
2920
  reportProgress: reportProgress
2948
2921
  });
2949
2922
  };
2950
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2923
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2951
2924
  if (observe === void 0) { observe = 'body'; }
2952
2925
  if (reportProgress === void 0) { reportProgress = false; }
2953
2926
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2957,18 +2930,9 @@
2957
2930
  if (advertiser_id !== undefined && advertiser_id !== null) {
2958
2931
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2959
2932
  }
2960
- if (pageNumber !== undefined && pageNumber !== null) {
2961
- queryParameters = queryParameters.set('pageNumber', pageNumber);
2962
- }
2963
- if (pageSize !== undefined && pageSize !== null) {
2964
- queryParameters = queryParameters.set('pageSize', pageSize);
2965
- }
2966
2933
  if (refresh !== undefined && refresh !== null) {
2967
2934
  queryParameters = queryParameters.set('refresh', refresh);
2968
2935
  }
2969
- if (sort !== undefined && sort !== null) {
2970
- queryParameters = queryParameters.set('sort', sort);
2971
- }
2972
2936
  var headers = this.defaultHeaders;
2973
2937
  if (reqId !== undefined && reqId !== null) {
2974
2938
  headers = headers.set('reqId', String(reqId));
@@ -3000,7 +2964,7 @@
3000
2964
  reportProgress: reportProgress
3001
2965
  });
3002
2966
  };
3003
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2967
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
3004
2968
  if (observe === void 0) { observe = 'body'; }
3005
2969
  if (reportProgress === void 0) { reportProgress = false; }
3006
2970
  if (feedId === null || feedId === undefined) {
@@ -3010,18 +2974,9 @@
3010
2974
  if (feedId !== undefined && feedId !== null) {
3011
2975
  queryParameters = queryParameters.set('feedId', feedId);
3012
2976
  }
3013
- if (pageNumber !== undefined && pageNumber !== null) {
3014
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3015
- }
3016
- if (pageSize !== undefined && pageSize !== null) {
3017
- queryParameters = queryParameters.set('pageSize', pageSize);
3018
- }
3019
2977
  if (refresh !== undefined && refresh !== null) {
3020
2978
  queryParameters = queryParameters.set('refresh', refresh);
3021
2979
  }
3022
- if (sort !== undefined && sort !== null) {
3023
- queryParameters = queryParameters.set('sort', sort);
3024
- }
3025
2980
  var headers = this.defaultHeaders;
3026
2981
  if (reqId !== undefined && reqId !== null) {
3027
2982
  headers = headers.set('reqId', String(reqId));
@@ -3079,7 +3034,7 @@
3079
3034
  var ClickDestinationControllerService = /** @class */ (function () {
3080
3035
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3081
3036
  this.httpClient = httpClient;
3082
- this.basePath = 'https://localhost:10045';
3037
+ this.basePath = 'https://apiv2stage2.atomex.net';
3083
3038
  this.defaultHeaders = new http.HttpHeaders();
3084
3039
  this.configuration = new Configuration();
3085
3040
  if (basePath) {
@@ -3150,7 +3105,7 @@
3150
3105
  reportProgress: reportProgress
3151
3106
  });
3152
3107
  };
3153
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
3108
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
3154
3109
  if (observe === void 0) { observe = 'body'; }
3155
3110
  if (reportProgress === void 0) { reportProgress = false; }
3156
3111
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -3160,18 +3115,9 @@
3160
3115
  if (advertiser_id !== undefined && advertiser_id !== null) {
3161
3116
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
3162
3117
  }
3163
- if (pageNumber !== undefined && pageNumber !== null) {
3164
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3165
- }
3166
- if (pageSize !== undefined && pageSize !== null) {
3167
- queryParameters = queryParameters.set('pageSize', pageSize);
3168
- }
3169
3118
  if (refresh !== undefined && refresh !== null) {
3170
3119
  queryParameters = queryParameters.set('refresh', refresh);
3171
3120
  }
3172
- if (sort !== undefined && sort !== null) {
3173
- queryParameters = queryParameters.set('sort', sort);
3174
- }
3175
3121
  var headers = this.defaultHeaders;
3176
3122
  if (reqId !== undefined && reqId !== null) {
3177
3123
  headers = headers.set('reqId', String(reqId));
@@ -3338,7 +3284,7 @@
3338
3284
  var CreativeControllerService = /** @class */ (function () {
3339
3285
  function CreativeControllerService(httpClient, basePath, configuration) {
3340
3286
  this.httpClient = httpClient;
3341
- this.basePath = 'https://localhost:10045';
3287
+ this.basePath = 'https://apiv2stage2.atomex.net';
3342
3288
  this.defaultHeaders = new http.HttpHeaders();
3343
3289
  this.configuration = new Configuration();
3344
3290
  if (basePath) {
@@ -3665,28 +3611,19 @@
3665
3611
  reportProgress: reportProgress
3666
3612
  });
3667
3613
  };
3668
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3614
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3669
3615
  if (observe === void 0) { observe = 'body'; }
3670
3616
  if (reportProgress === void 0) { reportProgress = false; }
3671
3617
  if (search === null || search === undefined) {
3672
3618
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3673
3619
  }
3674
3620
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3675
- if (pageNumber !== undefined && pageNumber !== null) {
3676
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3677
- }
3678
- if (pageSize !== undefined && pageSize !== null) {
3679
- queryParameters = queryParameters.set('pageSize', pageSize);
3680
- }
3681
3621
  if (refresh !== undefined && refresh !== null) {
3682
3622
  queryParameters = queryParameters.set('refresh', refresh);
3683
3623
  }
3684
3624
  if (skadtarget !== undefined && skadtarget !== null) {
3685
3625
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3686
3626
  }
3687
- if (sort !== undefined && sort !== null) {
3688
- queryParameters = queryParameters.set('sort', sort);
3689
- }
3690
3627
  var headers = this.defaultHeaders;
3691
3628
  if (reqId !== undefined && reqId !== null) {
3692
3629
  headers = headers.set('reqId', String(reqId));
@@ -3718,25 +3655,16 @@
3718
3655
  reportProgress: reportProgress
3719
3656
  });
3720
3657
  };
3721
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3658
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3722
3659
  if (observe === void 0) { observe = 'body'; }
3723
3660
  if (reportProgress === void 0) { reportProgress = false; }
3724
3661
  if (search === null || search === undefined) {
3725
3662
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3726
3663
  }
3727
3664
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3728
- if (pageNumber !== undefined && pageNumber !== null) {
3729
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3730
- }
3731
- if (pageSize !== undefined && pageSize !== null) {
3732
- queryParameters = queryParameters.set('pageSize', pageSize);
3733
- }
3734
3665
  if (refresh !== undefined && refresh !== null) {
3735
3666
  queryParameters = queryParameters.set('refresh', refresh);
3736
3667
  }
3737
- if (sort !== undefined && sort !== null) {
3738
- queryParameters = queryParameters.set('sort', sort);
3739
- }
3740
3668
  var headers = this.defaultHeaders;
3741
3669
  if (reqId !== undefined && reqId !== null) {
3742
3670
  headers = headers.set('reqId', String(reqId));
@@ -3833,7 +3761,7 @@
3833
3761
  var CreativeSetsControllerService = /** @class */ (function () {
3834
3762
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3835
3763
  this.httpClient = httpClient;
3836
- this.basePath = 'https://localhost:10045';
3764
+ this.basePath = 'https://apiv2stage2.atomex.net';
3837
3765
  this.defaultHeaders = new http.HttpHeaders();
3838
3766
  this.configuration = new Configuration();
3839
3767
  if (basePath) {
@@ -3939,12 +3867,16 @@
3939
3867
  reportProgress: reportProgress
3940
3868
  });
3941
3869
  };
3942
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3870
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3943
3871
  if (observe === void 0) { observe = 'body'; }
3944
3872
  if (reportProgress === void 0) { reportProgress = false; }
3945
3873
  if (id === null || id === undefined) {
3946
3874
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3947
3875
  }
3876
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3877
+ if (refresh !== undefined && refresh !== null) {
3878
+ queryParameters = queryParameters.set('refresh', refresh);
3879
+ }
3948
3880
  var headers = this.defaultHeaders;
3949
3881
  if (reqId !== undefined && reqId !== null) {
3950
3882
  headers = headers.set('reqId', String(reqId));
@@ -3963,31 +3895,23 @@
3963
3895
  // to determine the Content-Type header
3964
3896
  var consumes = [];
3965
3897
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3898
+ params: queryParameters,
3966
3899
  withCredentials: this.configuration.withCredentials,
3967
3900
  headers: headers,
3968
3901
  observe: observe,
3969
3902
  reportProgress: reportProgress
3970
3903
  });
3971
3904
  };
3972
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3905
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3973
3906
  if (observe === void 0) { observe = 'body'; }
3974
3907
  if (reportProgress === void 0) { reportProgress = false; }
3975
3908
  if (dashboardRequest === null || dashboardRequest === undefined) {
3976
3909
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3977
3910
  }
3978
3911
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3979
- if (pageNumber !== undefined && pageNumber !== null) {
3980
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3981
- }
3982
- if (pageSize !== undefined && pageSize !== null) {
3983
- queryParameters = queryParameters.set('pageSize', pageSize);
3984
- }
3985
3912
  if (refresh !== undefined && refresh !== null) {
3986
3913
  queryParameters = queryParameters.set('refresh', refresh);
3987
3914
  }
3988
- if (sort !== undefined && sort !== null) {
3989
- queryParameters = queryParameters.set('sort', sort);
3990
- }
3991
3915
  var headers = this.defaultHeaders;
3992
3916
  if (reqId !== undefined && reqId !== null) {
3993
3917
  headers = headers.set('reqId', String(reqId));
@@ -4019,7 +3943,7 @@
4019
3943
  reportProgress: reportProgress
4020
3944
  });
4021
3945
  };
4022
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3946
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
4023
3947
  if (observe === void 0) { observe = 'body'; }
4024
3948
  if (reportProgress === void 0) { reportProgress = false; }
4025
3949
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4029,18 +3953,9 @@
4029
3953
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
4030
3954
  }
4031
3955
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4032
- if (pageNumber !== undefined && pageNumber !== null) {
4033
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4034
- }
4035
- if (pageSize !== undefined && pageSize !== null) {
4036
- queryParameters = queryParameters.set('pageSize', pageSize);
4037
- }
4038
3956
  if (refresh !== undefined && refresh !== null) {
4039
3957
  queryParameters = queryParameters.set('refresh', refresh);
4040
3958
  }
4041
- if (sort !== undefined && sort !== null) {
4042
- queryParameters = queryParameters.set('sort', sort);
4043
- }
4044
3959
  var headers = this.defaultHeaders;
4045
3960
  if (reqId !== undefined && reqId !== null) {
4046
3961
  headers = headers.set('reqId', String(reqId));
@@ -4181,7 +4096,7 @@
4181
4096
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4182
4097
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4183
4098
  this.httpClient = httpClient;
4184
- this.basePath = 'https://localhost:10045';
4099
+ this.basePath = 'https://apiv2stage2.atomex.net';
4185
4100
  this.defaultHeaders = new http.HttpHeaders();
4186
4101
  this.configuration = new Configuration();
4187
4102
  if (basePath) {
@@ -4382,7 +4297,7 @@
4382
4297
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4383
4298
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4384
4299
  this.httpClient = httpClient;
4385
- this.basePath = 'https://localhost:10045';
4300
+ this.basePath = 'https://apiv2stage2.atomex.net';
4386
4301
  this.defaultHeaders = new http.HttpHeaders();
4387
4302
  this.configuration = new Configuration();
4388
4303
  if (basePath) {
@@ -4470,7 +4385,7 @@
4470
4385
  var CreativeTemplatesControllerService = /** @class */ (function () {
4471
4386
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4472
4387
  this.httpClient = httpClient;
4473
- this.basePath = 'https://localhost:10045';
4388
+ this.basePath = 'https://apiv2stage2.atomex.net';
4474
4389
  this.defaultHeaders = new http.HttpHeaders();
4475
4390
  this.configuration = new Configuration();
4476
4391
  if (basePath) {
@@ -4649,7 +4564,7 @@
4649
4564
  var DashboardControllerService = /** @class */ (function () {
4650
4565
  function DashboardControllerService(httpClient, basePath, configuration) {
4651
4566
  this.httpClient = httpClient;
4652
- this.basePath = 'https://localhost:10045';
4567
+ this.basePath = 'https://apiv2stage2.atomex.net';
4653
4568
  this.defaultHeaders = new http.HttpHeaders();
4654
4569
  this.configuration = new Configuration();
4655
4570
  if (basePath) {
@@ -4684,6 +4599,48 @@
4684
4599
  }
4685
4600
  return false;
4686
4601
  };
4602
+ DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4603
+ if (observe === void 0) { observe = 'body'; }
4604
+ if (reportProgress === void 0) { reportProgress = false; }
4605
+ if (id === null || id === undefined) {
4606
+ throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4607
+ }
4608
+ if (tableEntity === null || tableEntity === undefined) {
4609
+ throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4610
+ }
4611
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4612
+ if (id) {
4613
+ id.forEach(function (element) {
4614
+ queryParameters = queryParameters.append('id', element);
4615
+ });
4616
+ }
4617
+ var headers = this.defaultHeaders;
4618
+ if (reqId !== undefined && reqId !== null) {
4619
+ headers = headers.set('reqId', String(reqId));
4620
+ }
4621
+ if (token !== undefined && token !== null) {
4622
+ headers = headers.set('token', String(token));
4623
+ }
4624
+ // to determine the Accept header
4625
+ var httpHeaderAccepts = [
4626
+ 'application/json'
4627
+ ];
4628
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4629
+ if (httpHeaderAcceptSelected != undefined) {
4630
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4631
+ }
4632
+ // to determine the Content-Type header
4633
+ var consumes = [
4634
+ 'application/json'
4635
+ ];
4636
+ return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4637
+ params: queryParameters,
4638
+ withCredentials: this.configuration.withCredentials,
4639
+ headers: headers,
4640
+ observe: observe,
4641
+ reportProgress: reportProgress
4642
+ });
4643
+ };
4687
4644
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4688
4645
  if (observe === void 0) { observe = 'body'; }
4689
4646
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4914,7 +4871,7 @@
4914
4871
  reportProgress: reportProgress
4915
4872
  });
4916
4873
  };
4917
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4874
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4918
4875
  if (observe === void 0) { observe = 'body'; }
4919
4876
  if (reportProgress === void 0) { reportProgress = false; }
4920
4877
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4927,21 +4884,12 @@
4927
4884
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4928
4885
  }
4929
4886
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4930
- if (pageNumber !== undefined && pageNumber !== null) {
4931
- queryParameters = queryParameters.set('pageNumber', pageNumber);
4932
- }
4933
- if (pageSize !== undefined && pageSize !== null) {
4934
- queryParameters = queryParameters.set('pageSize', pageSize);
4935
- }
4936
4887
  if (refresh !== undefined && refresh !== null) {
4937
4888
  queryParameters = queryParameters.set('refresh', refresh);
4938
4889
  }
4939
4890
  if (showuu !== undefined && showuu !== null) {
4940
4891
  queryParameters = queryParameters.set('showuu', showuu);
4941
4892
  }
4942
- if (sort !== undefined && sort !== null) {
4943
- queryParameters = queryParameters.set('sort', sort);
4944
- }
4945
4893
  var headers = this.defaultHeaders;
4946
4894
  if (reqId !== undefined && reqId !== null) {
4947
4895
  headers = headers.set('reqId', String(reqId));
@@ -5259,6 +5207,205 @@
5259
5207
  return DashboardControllerService;
5260
5208
  }());
5261
5209
 
5210
+ /**
5211
+ * Api Documentation
5212
+ * Api Documentation
5213
+ *
5214
+ * OpenAPI spec version: 1.0
5215
+ *
5216
+ *
5217
+ * NOTE: This class is auto generated by the swagger code generator program.
5218
+ * https://github.com/swagger-api/swagger-codegen.git
5219
+ * Do not edit the class manually.
5220
+ */
5221
+ var NotificationsControllerService = /** @class */ (function () {
5222
+ function NotificationsControllerService(httpClient, basePath, configuration) {
5223
+ this.httpClient = httpClient;
5224
+ this.basePath = 'https://apiv2stage2.atomex.net';
5225
+ this.defaultHeaders = new http.HttpHeaders();
5226
+ this.configuration = new Configuration();
5227
+ if (basePath) {
5228
+ this.basePath = basePath;
5229
+ }
5230
+ if (configuration) {
5231
+ this.configuration = configuration;
5232
+ this.basePath = basePath || configuration.basePath || this.basePath;
5233
+ }
5234
+ }
5235
+ /**
5236
+ * @param consumes string[] mime-types
5237
+ * @return true: consumes contains 'multipart/form-data', false: otherwise
5238
+ */
5239
+ NotificationsControllerService.prototype.canConsumeForm = function (consumes) {
5240
+ var e_1, _a;
5241
+ var form = 'multipart/form-data';
5242
+ try {
5243
+ for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
5244
+ var consume = consumes_1_1.value;
5245
+ if (form === consume) {
5246
+ return true;
5247
+ }
5248
+ }
5249
+ }
5250
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
5251
+ finally {
5252
+ try {
5253
+ if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
5254
+ }
5255
+ finally { if (e_1) throw e_1.error; }
5256
+ }
5257
+ return false;
5258
+ };
5259
+ NotificationsControllerService.prototype.getNotificationUsingGET = function (pageNumber, pageSize, reqId, token, observe, reportProgress) {
5260
+ if (observe === void 0) { observe = 'body'; }
5261
+ if (reportProgress === void 0) { reportProgress = false; }
5262
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5263
+ if (pageNumber !== undefined && pageNumber !== null) {
5264
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
5265
+ }
5266
+ if (pageSize !== undefined && pageSize !== null) {
5267
+ queryParameters = queryParameters.set('pageSize', pageSize);
5268
+ }
5269
+ var headers = this.defaultHeaders;
5270
+ if (reqId !== undefined && reqId !== null) {
5271
+ headers = headers.set('reqId', String(reqId));
5272
+ }
5273
+ if (token !== undefined && token !== null) {
5274
+ headers = headers.set('token', String(token));
5275
+ }
5276
+ // to determine the Accept header
5277
+ var httpHeaderAccepts = [
5278
+ 'application/json'
5279
+ ];
5280
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5281
+ if (httpHeaderAcceptSelected != undefined) {
5282
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5283
+ }
5284
+ // to determine the Content-Type header
5285
+ var consumes = [];
5286
+ return this.httpClient.get(this.basePath + "/v2/api/notifications", {
5287
+ params: queryParameters,
5288
+ withCredentials: this.configuration.withCredentials,
5289
+ headers: headers,
5290
+ observe: observe,
5291
+ reportProgress: reportProgress
5292
+ });
5293
+ };
5294
+ NotificationsControllerService.prototype.markAllSeenUsingPOST = function (reqId, token, observe, reportProgress) {
5295
+ if (observe === void 0) { observe = 'body'; }
5296
+ if (reportProgress === void 0) { reportProgress = false; }
5297
+ var headers = this.defaultHeaders;
5298
+ if (reqId !== undefined && reqId !== null) {
5299
+ headers = headers.set('reqId', String(reqId));
5300
+ }
5301
+ if (token !== undefined && token !== null) {
5302
+ headers = headers.set('token', String(token));
5303
+ }
5304
+ // to determine the Accept header
5305
+ var httpHeaderAccepts = [
5306
+ 'application/json'
5307
+ ];
5308
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5309
+ if (httpHeaderAcceptSelected != undefined) {
5310
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5311
+ }
5312
+ // to determine the Content-Type header
5313
+ var consumes = [
5314
+ 'application/json'
5315
+ ];
5316
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/seenAll", null, {
5317
+ withCredentials: this.configuration.withCredentials,
5318
+ headers: headers,
5319
+ observe: observe,
5320
+ reportProgress: reportProgress
5321
+ });
5322
+ };
5323
+ NotificationsControllerService.prototype.markSeenUsingPOST = function (commaSeparatedIds, reqId, token, observe, reportProgress) {
5324
+ if (observe === void 0) { observe = 'body'; }
5325
+ if (reportProgress === void 0) { reportProgress = false; }
5326
+ if (commaSeparatedIds === null || commaSeparatedIds === undefined) {
5327
+ throw new Error('Required parameter commaSeparatedIds was null or undefined when calling markSeenUsingPOST.');
5328
+ }
5329
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5330
+ if (commaSeparatedIds !== undefined && commaSeparatedIds !== null) {
5331
+ queryParameters = queryParameters.set('commaSeparatedIds', commaSeparatedIds);
5332
+ }
5333
+ var headers = this.defaultHeaders;
5334
+ if (reqId !== undefined && reqId !== null) {
5335
+ headers = headers.set('reqId', String(reqId));
5336
+ }
5337
+ if (token !== undefined && token !== null) {
5338
+ headers = headers.set('token', String(token));
5339
+ }
5340
+ // to determine the Accept header
5341
+ var httpHeaderAccepts = [
5342
+ 'application/json'
5343
+ ];
5344
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5345
+ if (httpHeaderAcceptSelected != undefined) {
5346
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5347
+ }
5348
+ // to determine the Content-Type header
5349
+ var consumes = [
5350
+ 'application/json'
5351
+ ];
5352
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/seen/" + encodeURIComponent(String(commaSeparatedIds)), null, {
5353
+ params: queryParameters,
5354
+ withCredentials: this.configuration.withCredentials,
5355
+ headers: headers,
5356
+ observe: observe,
5357
+ reportProgress: reportProgress
5358
+ });
5359
+ };
5360
+ NotificationsControllerService.prototype.resolveNotificationUsingPOST = function (id, reqId, token, observe, reportProgress) {
5361
+ if (observe === void 0) { observe = 'body'; }
5362
+ if (reportProgress === void 0) { reportProgress = false; }
5363
+ if (id === null || id === undefined) {
5364
+ throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
5365
+ }
5366
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5367
+ if (id !== undefined && id !== null) {
5368
+ queryParameters = queryParameters.set('id', id);
5369
+ }
5370
+ var headers = this.defaultHeaders;
5371
+ if (reqId !== undefined && reqId !== null) {
5372
+ headers = headers.set('reqId', String(reqId));
5373
+ }
5374
+ if (token !== undefined && token !== null) {
5375
+ headers = headers.set('token', String(token));
5376
+ }
5377
+ // to determine the Accept header
5378
+ var httpHeaderAccepts = [
5379
+ 'application/json'
5380
+ ];
5381
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5382
+ if (httpHeaderAcceptSelected != undefined) {
5383
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
5384
+ }
5385
+ // to determine the Content-Type header
5386
+ var consumes = [
5387
+ 'application/json'
5388
+ ];
5389
+ return this.httpClient.post(this.basePath + "/v2/api/notifications/v2/api/notifications/resolve/" + encodeURIComponent(String(id)), null, {
5390
+ params: queryParameters,
5391
+ withCredentials: this.configuration.withCredentials,
5392
+ headers: headers,
5393
+ observe: observe,
5394
+ reportProgress: reportProgress
5395
+ });
5396
+ };
5397
+ NotificationsControllerService.ctorParameters = function () { return [
5398
+ { type: http.HttpClient },
5399
+ { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
5400
+ { type: Configuration, decorators: [{ type: core.Optional }] }
5401
+ ]; };
5402
+ NotificationsControllerService = __decorate([
5403
+ core.Injectable(),
5404
+ __param(1, core.Optional()), __param(1, core.Inject(BASE_PATH)), __param(2, core.Optional())
5405
+ ], NotificationsControllerService);
5406
+ return NotificationsControllerService;
5407
+ }());
5408
+
5262
5409
  /**
5263
5410
  * Api Documentation
5264
5411
  * Api Documentation
@@ -5273,7 +5420,7 @@
5273
5420
  var PixelControllerService = /** @class */ (function () {
5274
5421
  function PixelControllerService(httpClient, basePath, configuration) {
5275
5422
  this.httpClient = httpClient;
5276
- this.basePath = 'https://localhost:10045';
5423
+ this.basePath = 'https://apiv2stage2.atomex.net';
5277
5424
  this.defaultHeaders = new http.HttpHeaders();
5278
5425
  this.configuration = new Configuration();
5279
5426
  if (basePath) {
@@ -5488,7 +5635,7 @@
5488
5635
  reportProgress: reportProgress
5489
5636
  });
5490
5637
  };
5491
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5638
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5492
5639
  if (observe === void 0) { observe = 'body'; }
5493
5640
  if (reportProgress === void 0) { reportProgress = false; }
5494
5641
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5498,18 +5645,9 @@
5498
5645
  if (advertiser_id !== undefined && advertiser_id !== null) {
5499
5646
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5500
5647
  }
5501
- if (pageNumber !== undefined && pageNumber !== null) {
5502
- queryParameters = queryParameters.set('pageNumber', pageNumber);
5503
- }
5504
- if (pageSize !== undefined && pageSize !== null) {
5505
- queryParameters = queryParameters.set('pageSize', pageSize);
5506
- }
5507
5648
  if (refresh !== undefined && refresh !== null) {
5508
5649
  queryParameters = queryParameters.set('refresh', refresh);
5509
5650
  }
5510
- if (sort !== undefined && sort !== null) {
5511
- queryParameters = queryParameters.set('sort', sort);
5512
- }
5513
5651
  var headers = this.defaultHeaders;
5514
5652
  if (reqId !== undefined && reqId !== null) {
5515
5653
  headers = headers.set('reqId', String(reqId));
@@ -5611,7 +5749,7 @@
5611
5749
  var ReportingControllerService = /** @class */ (function () {
5612
5750
  function ReportingControllerService(httpClient, basePath, configuration) {
5613
5751
  this.httpClient = httpClient;
5614
- this.basePath = 'https://localhost:10045';
5752
+ this.basePath = 'https://apiv2stage2.atomex.net';
5615
5753
  this.defaultHeaders = new http.HttpHeaders();
5616
5754
  this.configuration = new Configuration();
5617
5755
  if (basePath) {
@@ -5795,7 +5933,7 @@
5795
5933
  var SliceXControllerService = /** @class */ (function () {
5796
5934
  function SliceXControllerService(httpClient, basePath, configuration) {
5797
5935
  this.httpClient = httpClient;
5798
- this.basePath = 'https://localhost:10045';
5936
+ this.basePath = 'https://apiv2stage2.atomex.net';
5799
5937
  this.defaultHeaders = new http.HttpHeaders();
5800
5938
  this.configuration = new Configuration();
5801
5939
  if (basePath) {
@@ -5980,7 +6118,7 @@
5980
6118
  var StrategyControllerService = /** @class */ (function () {
5981
6119
  function StrategyControllerService(httpClient, basePath, configuration) {
5982
6120
  this.httpClient = httpClient;
5983
- this.basePath = 'https://localhost:10045';
6121
+ this.basePath = 'https://apiv2stage2.atomex.net';
5984
6122
  this.defaultHeaders = new http.HttpHeaders();
5985
6123
  this.configuration = new Configuration();
5986
6124
  if (basePath) {
@@ -6468,7 +6606,7 @@
6468
6606
  var UILoggerControllerService = /** @class */ (function () {
6469
6607
  function UILoggerControllerService(httpClient, basePath, configuration) {
6470
6608
  this.httpClient = httpClient;
6471
- this.basePath = 'https://localhost:10045';
6609
+ this.basePath = 'https://apiv2stage2.atomex.net';
6472
6610
  this.defaultHeaders = new http.HttpHeaders();
6473
6611
  this.configuration = new Configuration();
6474
6612
  if (basePath) {
@@ -6570,7 +6708,7 @@
6570
6708
  var UserPreferenceControllerService = /** @class */ (function () {
6571
6709
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6572
6710
  this.httpClient = httpClient;
6573
- this.basePath = 'https://localhost:10045';
6711
+ this.basePath = 'https://apiv2stage2.atomex.net';
6574
6712
  this.defaultHeaders = new http.HttpHeaders();
6575
6713
  this.configuration = new Configuration();
6576
6714
  if (basePath) {
@@ -6746,7 +6884,7 @@
6746
6884
  return UserPreferenceControllerService;
6747
6885
  }());
6748
6886
 
6749
- 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];
6887
+ 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];
6750
6888
 
6751
6889
 
6752
6890
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -7019,6 +7157,22 @@
7019
7157
  })(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
7020
7158
 
7021
7159
 
7160
+ (function (CreativeSetDashboardMetric) {
7161
+ CreativeSetDashboardMetric.CreativeSetTypeEnum = {
7162
+ IMAGE: 'IMAGE',
7163
+ VIDEO: 'VIDEO',
7164
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
7165
+ ZIPPEDHTML: 'ZIPPED_HTML',
7166
+ NATIVEIMAGE: 'NATIVE_IMAGE',
7167
+ NATIVEVIDEO: 'NATIVE_VIDEO',
7168
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7169
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
7170
+ DYNAMICHTML: 'DYNAMIC_HTML',
7171
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7172
+ };
7173
+ })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7174
+
7175
+
7022
7176
  (function (CreativeSetDetails) {
7023
7177
  CreativeSetDetails.TypeEnum = {
7024
7178
  IMAGE: 'IMAGE',
@@ -7050,9 +7204,20 @@
7050
7204
  };
7051
7205
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7052
7206
 
7207
+ /**
7208
+ * Api Documentation
7209
+ * Api Documentation
7210
+ *
7211
+ * OpenAPI spec version: 1.0
7212
+ *
7213
+ *
7214
+ * NOTE: This class is auto generated by the swagger code generator program.
7215
+ * https://github.com/swagger-api/swagger-codegen.git
7216
+ * Do not edit the class manually.
7217
+ */
7053
7218
 
7054
- (function (CreativeSetsListDashboardData) {
7055
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
7219
+ (function (CreativeSetResponse) {
7220
+ CreativeSetResponse.OtherCreativeSetTypeEnum = {
7056
7221
  IMAGE: 'IMAGE',
7057
7222
  VIDEO: 'VIDEO',
7058
7223
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -7064,7 +7229,7 @@
7064
7229
  DYNAMICHTML: 'DYNAMIC_HTML',
7065
7230
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7066
7231
  };
7067
- })(exports.CreativeSetsListDashboardData || (exports.CreativeSetsListDashboardData = {}));
7232
+ })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7068
7233
 
7069
7234
  /**
7070
7235
  * Api Documentation
@@ -7151,6 +7316,25 @@
7151
7316
  };
7152
7317
  })(exports.MetaRuleDto || (exports.MetaRuleDto = {}));
7153
7318
 
7319
+ /**
7320
+ * Api Documentation
7321
+ * Api Documentation
7322
+ *
7323
+ * OpenAPI spec version: 1.0
7324
+ *
7325
+ *
7326
+ * NOTE: This class is auto generated by the swagger code generator program.
7327
+ * https://github.com/swagger-api/swagger-codegen.git
7328
+ * Do not edit the class manually.
7329
+ */
7330
+
7331
+ (function (NotificationResponse) {
7332
+ NotificationResponse.TypeEnum = {
7333
+ STATIC: 'STATIC',
7334
+ ACTIONABLE: 'ACTIONABLE'
7335
+ };
7336
+ })(exports.NotificationResponse || (exports.NotificationResponse = {}));
7337
+
7154
7338
  /**
7155
7339
  * Api Documentation
7156
7340
  * Api Documentation
@@ -7528,6 +7712,7 @@
7528
7712
  CreativeTemplateVariablesControllerService,
7529
7713
  CreativeTemplatesControllerService,
7530
7714
  DashboardControllerService,
7715
+ NotificationsControllerService,
7531
7716
  PixelControllerService,
7532
7717
  ReportingControllerService,
7533
7718
  SliceXControllerService,
@@ -7564,6 +7749,7 @@
7564
7749
  exports.CreativeTemplateVariablesControllerService = CreativeTemplateVariablesControllerService;
7565
7750
  exports.CreativeTemplatesControllerService = CreativeTemplatesControllerService;
7566
7751
  exports.DashboardControllerService = DashboardControllerService;
7752
+ exports.NotificationsControllerService = NotificationsControllerService;
7567
7753
  exports.PixelControllerService = PixelControllerService;
7568
7754
  exports.ReportingControllerService = ReportingControllerService;
7569
7755
  exports.SliceXControllerService = SliceXControllerService;