@revxui/api-clients-ts 0.10.274 → 0.10.276

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 (64) hide show
  1. package/README.md +2 -2
  2. package/api/sliceXController.service.d.ts +0 -14
  3. package/bundles/revxui-api-clients-ts.umd.js +23 -67
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -44
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/creativeFileForSet.js +1 -1
  31. package/esm2015/model/creativeFiles.js +1 -1
  32. package/esm5/api/adminController.service.js +2 -2
  33. package/esm5/api/advertiserController.service.js +2 -2
  34. package/esm5/api/appSettingsController.service.js +2 -2
  35. package/esm5/api/audienceController.service.js +2 -2
  36. package/esm5/api/auditController.service.js +2 -2
  37. package/esm5/api/bulkStrategyController.service.js +2 -2
  38. package/esm5/api/cSSThemeController_.service.js +2 -2
  39. package/esm5/api/campaignController.service.js +2 -2
  40. package/esm5/api/catalogController.service.js +2 -2
  41. package/esm5/api/clickDestinationController.service.js +2 -2
  42. package/esm5/api/creativeController.service.js +2 -2
  43. package/esm5/api/creativeSetsController.service.js +2 -2
  44. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  45. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  46. package/esm5/api/creativeTemplatesController.service.js +2 -2
  47. package/esm5/api/dashboardController.service.js +2 -2
  48. package/esm5/api/notificationsController.service.js +2 -2
  49. package/esm5/api/pixelController.service.js +2 -2
  50. package/esm5/api/reportingController.service.js +2 -2
  51. package/esm5/api/sliceXController.service.js +2 -46
  52. package/esm5/api/strategyController.service.js +2 -2
  53. package/esm5/api/uILoggerController.service.js +2 -2
  54. package/esm5/api/userPreferenceController.service.js +2 -2
  55. package/esm5/model/creativeFileForSet.js +1 -1
  56. package/esm5/model/creativeFiles.js +1 -1
  57. package/fesm2015/revxui-api-clients-ts.js +23 -65
  58. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  59. package/fesm5/revxui-api-clients-ts.js +23 -67
  60. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  61. package/model/creativeFileForSet.d.ts +1 -0
  62. package/model/creativeFiles.d.ts +1 -0
  63. package/package.json +1 -1
  64. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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 AudienceControllerService = /** @class */ (function () {
921
921
  function AudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://apiv2stage3.atomex.net';
923
+ this.basePath = 'https://apiv2stage2.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1643,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
1643
1643
  var AuditControllerService = /** @class */ (function () {
1644
1644
  function AuditControllerService(httpClient, basePath, configuration) {
1645
1645
  this.httpClient = httpClient;
1646
- this.basePath = 'https://apiv2stage3.atomex.net';
1646
+ this.basePath = 'https://apiv2stage2.atomex.net';
1647
1647
  this.defaultHeaders = new HttpHeaders();
1648
1648
  this.configuration = new Configuration();
1649
1649
  if (basePath) {
@@ -1842,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
1842
1842
  var BulkStrategyControllerService = /** @class */ (function () {
1843
1843
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1844
1844
  this.httpClient = httpClient;
1845
- this.basePath = 'https://apiv2stage3.atomex.net';
1845
+ this.basePath = 'https://apiv2stage2.atomex.net';
1846
1846
  this.defaultHeaders = new HttpHeaders();
1847
1847
  this.configuration = new Configuration();
1848
1848
  if (basePath) {
@@ -2085,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2085
2085
  var CSSThemeController_Service = /** @class */ (function () {
2086
2086
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2087
2087
  this.httpClient = httpClient;
2088
- this.basePath = 'https://apiv2stage3.atomex.net';
2088
+ this.basePath = 'https://apiv2stage2.atomex.net';
2089
2089
  this.defaultHeaders = new HttpHeaders();
2090
2090
  this.configuration = new Configuration();
2091
2091
  if (basePath) {
@@ -2206,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2206
2206
  var CampaignControllerService = /** @class */ (function () {
2207
2207
  function CampaignControllerService(httpClient, basePath, configuration) {
2208
2208
  this.httpClient = httpClient;
2209
- this.basePath = 'https://apiv2stage3.atomex.net';
2209
+ this.basePath = 'https://apiv2stage2.atomex.net';
2210
2210
  this.defaultHeaders = new HttpHeaders();
2211
2211
  this.configuration = new Configuration();
2212
2212
  if (basePath) {
@@ -2492,7 +2492,7 @@ var CampaignControllerService = /** @class */ (function () {
2492
2492
  var CatalogControllerService = /** @class */ (function () {
2493
2493
  function CatalogControllerService(httpClient, basePath, configuration) {
2494
2494
  this.httpClient = httpClient;
2495
- this.basePath = 'https://apiv2stage3.atomex.net';
2495
+ this.basePath = 'https://apiv2stage2.atomex.net';
2496
2496
  this.defaultHeaders = new HttpHeaders();
2497
2497
  this.configuration = new Configuration();
2498
2498
  if (basePath) {
@@ -2715,7 +2715,7 @@ var CatalogControllerService = /** @class */ (function () {
2715
2715
  var ClickDestinationControllerService = /** @class */ (function () {
2716
2716
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2717
2717
  this.httpClient = httpClient;
2718
- this.basePath = 'https://apiv2stage3.atomex.net';
2718
+ this.basePath = 'https://apiv2stage2.atomex.net';
2719
2719
  this.defaultHeaders = new HttpHeaders();
2720
2720
  this.configuration = new Configuration();
2721
2721
  if (basePath) {
@@ -2965,7 +2965,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2965
2965
  var CreativeControllerService = /** @class */ (function () {
2966
2966
  function CreativeControllerService(httpClient, basePath, configuration) {
2967
2967
  this.httpClient = httpClient;
2968
- this.basePath = 'https://apiv2stage3.atomex.net';
2968
+ this.basePath = 'https://apiv2stage2.atomex.net';
2969
2969
  this.defaultHeaders = new HttpHeaders();
2970
2970
  this.configuration = new Configuration();
2971
2971
  if (basePath) {
@@ -3442,7 +3442,7 @@ var CreativeControllerService = /** @class */ (function () {
3442
3442
  var CreativeSetsControllerService = /** @class */ (function () {
3443
3443
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3444
3444
  this.httpClient = httpClient;
3445
- this.basePath = 'https://apiv2stage3.atomex.net';
3445
+ this.basePath = 'https://apiv2stage2.atomex.net';
3446
3446
  this.defaultHeaders = new HttpHeaders();
3447
3447
  this.configuration = new Configuration();
3448
3448
  if (basePath) {
@@ -3816,7 +3816,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3816
3816
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3817
3817
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3818
3818
  this.httpClient = httpClient;
3819
- this.basePath = 'https://apiv2stage3.atomex.net';
3819
+ this.basePath = 'https://apiv2stage2.atomex.net';
3820
3820
  this.defaultHeaders = new HttpHeaders();
3821
3821
  this.configuration = new Configuration();
3822
3822
  if (basePath) {
@@ -4017,7 +4017,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4017
4017
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4018
4018
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4019
4019
  this.httpClient = httpClient;
4020
- this.basePath = 'https://apiv2stage3.atomex.net';
4020
+ this.basePath = 'https://apiv2stage2.atomex.net';
4021
4021
  this.defaultHeaders = new HttpHeaders();
4022
4022
  this.configuration = new Configuration();
4023
4023
  if (basePath) {
@@ -4105,7 +4105,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4105
4105
  var CreativeTemplatesControllerService = /** @class */ (function () {
4106
4106
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4107
4107
  this.httpClient = httpClient;
4108
- this.basePath = 'https://apiv2stage3.atomex.net';
4108
+ this.basePath = 'https://apiv2stage2.atomex.net';
4109
4109
  this.defaultHeaders = new HttpHeaders();
4110
4110
  this.configuration = new Configuration();
4111
4111
  if (basePath) {
@@ -4284,7 +4284,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4284
4284
  var DashboardControllerService = /** @class */ (function () {
4285
4285
  function DashboardControllerService(httpClient, basePath, configuration) {
4286
4286
  this.httpClient = httpClient;
4287
- this.basePath = 'https://apiv2stage3.atomex.net';
4287
+ this.basePath = 'https://apiv2stage2.atomex.net';
4288
4288
  this.defaultHeaders = new HttpHeaders();
4289
4289
  this.configuration = new Configuration();
4290
4290
  if (basePath) {
@@ -4941,7 +4941,7 @@ var DashboardControllerService = /** @class */ (function () {
4941
4941
  var NotificationsControllerService = /** @class */ (function () {
4942
4942
  function NotificationsControllerService(httpClient, basePath, configuration) {
4943
4943
  this.httpClient = httpClient;
4944
- this.basePath = 'https://apiv2stage3.atomex.net';
4944
+ this.basePath = 'https://apiv2stage2.atomex.net';
4945
4945
  this.defaultHeaders = new HttpHeaders();
4946
4946
  this.configuration = new Configuration();
4947
4947
  if (basePath) {
@@ -5140,7 +5140,7 @@ var NotificationsControllerService = /** @class */ (function () {
5140
5140
  var PixelControllerService = /** @class */ (function () {
5141
5141
  function PixelControllerService(httpClient, basePath, configuration) {
5142
5142
  this.httpClient = httpClient;
5143
- this.basePath = 'https://apiv2stage3.atomex.net';
5143
+ this.basePath = 'https://apiv2stage2.atomex.net';
5144
5144
  this.defaultHeaders = new HttpHeaders();
5145
5145
  this.configuration = new Configuration();
5146
5146
  if (basePath) {
@@ -5469,7 +5469,7 @@ var PixelControllerService = /** @class */ (function () {
5469
5469
  var ReportingControllerService = /** @class */ (function () {
5470
5470
  function ReportingControllerService(httpClient, basePath, configuration) {
5471
5471
  this.httpClient = httpClient;
5472
- this.basePath = 'https://apiv2stage3.atomex.net';
5472
+ this.basePath = 'https://apiv2stage2.atomex.net';
5473
5473
  this.defaultHeaders = new HttpHeaders();
5474
5474
  this.configuration = new Configuration();
5475
5475
  if (basePath) {
@@ -5653,7 +5653,7 @@ var ReportingControllerService = /** @class */ (function () {
5653
5653
  var SliceXControllerService = /** @class */ (function () {
5654
5654
  function SliceXControllerService(httpClient, basePath, configuration) {
5655
5655
  this.httpClient = httpClient;
5656
- this.basePath = 'https://apiv2stage3.atomex.net';
5656
+ this.basePath = 'https://apiv2stage2.atomex.net';
5657
5657
  this.defaultHeaders = new HttpHeaders();
5658
5658
  this.configuration = new Configuration();
5659
5659
  if (basePath) {
@@ -5768,50 +5768,6 @@ var SliceXControllerService = /** @class */ (function () {
5768
5768
  reportProgress: reportProgress
5769
5769
  });
5770
5770
  };
5771
- SliceXControllerService.prototype.getSlicexDataListWithCompareUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
5772
- if (observe === void 0) { observe = 'body'; }
5773
- if (reportProgress === void 0) { reportProgress = false; }
5774
- if (entity === null || entity === undefined) {
5775
- throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
5776
- }
5777
- if (slicexRequest === null || slicexRequest === undefined) {
5778
- throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
5779
- }
5780
- var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
5781
- if (sort !== undefined && sort !== null) {
5782
- queryParameters = queryParameters.set('sort', sort);
5783
- }
5784
- var headers = this.defaultHeaders;
5785
- if (reqId !== undefined && reqId !== null) {
5786
- headers = headers.set('reqId', String(reqId));
5787
- }
5788
- if (token !== undefined && token !== null) {
5789
- headers = headers.set('token', String(token));
5790
- }
5791
- // to determine the Accept header
5792
- var httpHeaderAccepts = [
5793
- 'application/json'
5794
- ];
5795
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
5796
- if (httpHeaderAcceptSelected != undefined) {
5797
- headers = headers.set('Accept', httpHeaderAcceptSelected);
5798
- }
5799
- // to determine the Content-Type header
5800
- var consumes = [
5801
- 'application/json'
5802
- ];
5803
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5804
- if (httpContentTypeSelected != undefined) {
5805
- headers = headers.set('Content-Type', httpContentTypeSelected);
5806
- }
5807
- return this.httpClient.post(this.basePath + "/v2/api/slicex/list/compare/" + encodeURIComponent(String(entity)), slicexRequest, {
5808
- params: queryParameters,
5809
- withCredentials: this.configuration.withCredentials,
5810
- headers: headers,
5811
- observe: observe,
5812
- reportProgress: reportProgress
5813
- });
5814
- };
5815
5771
  SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
5816
5772
  if (observe === void 0) { observe = 'body'; }
5817
5773
  if (reportProgress === void 0) { reportProgress = false; }
@@ -5921,7 +5877,7 @@ var SliceXControllerService = /** @class */ (function () {
5921
5877
  var StrategyControllerService = /** @class */ (function () {
5922
5878
  function StrategyControllerService(httpClient, basePath, configuration) {
5923
5879
  this.httpClient = httpClient;
5924
- this.basePath = 'https://apiv2stage3.atomex.net';
5880
+ this.basePath = 'https://apiv2stage2.atomex.net';
5925
5881
  this.defaultHeaders = new HttpHeaders();
5926
5882
  this.configuration = new Configuration();
5927
5883
  if (basePath) {
@@ -6582,7 +6538,7 @@ var StrategyControllerService = /** @class */ (function () {
6582
6538
  var UILoggerControllerService = /** @class */ (function () {
6583
6539
  function UILoggerControllerService(httpClient, basePath, configuration) {
6584
6540
  this.httpClient = httpClient;
6585
- this.basePath = 'https://apiv2stage3.atomex.net';
6541
+ this.basePath = 'https://apiv2stage2.atomex.net';
6586
6542
  this.defaultHeaders = new HttpHeaders();
6587
6543
  this.configuration = new Configuration();
6588
6544
  if (basePath) {
@@ -6684,7 +6640,7 @@ var UILoggerControllerService = /** @class */ (function () {
6684
6640
  var UserPreferenceControllerService = /** @class */ (function () {
6685
6641
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6686
6642
  this.httpClient = httpClient;
6687
- this.basePath = 'https://apiv2stage3.atomex.net';
6643
+ this.basePath = 'https://apiv2stage2.atomex.net';
6688
6644
  this.defaultHeaders = new HttpHeaders();
6689
6645
  this.configuration = new Configuration();
6690
6646
  if (basePath) {