@revxui/api-clients-ts 0.10.284 → 0.10.285

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 (60) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +3 -4
  3. package/bundles/revxui-api-clients-ts.umd.js +25 -28
  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 +4 -7
  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 -2
  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/creative.js +1 -1
  31. package/esm5/api/adminController.service.js +2 -2
  32. package/esm5/api/advertiserController.service.js +2 -2
  33. package/esm5/api/appSettingsController.service.js +2 -2
  34. package/esm5/api/audienceController.service.js +2 -2
  35. package/esm5/api/auditController.service.js +2 -2
  36. package/esm5/api/bulkStrategyController.service.js +2 -2
  37. package/esm5/api/cSSThemeController_.service.js +2 -2
  38. package/esm5/api/campaignController.service.js +2 -2
  39. package/esm5/api/catalogController.service.js +2 -2
  40. package/esm5/api/clickDestinationController.service.js +2 -2
  41. package/esm5/api/creativeController.service.js +2 -2
  42. package/esm5/api/creativeSetsController.service.js +4 -7
  43. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  44. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  45. package/esm5/api/creativeTemplatesController.service.js +2 -2
  46. package/esm5/api/dashboardController.service.js +2 -2
  47. package/esm5/api/notificationsController.service.js +2 -2
  48. package/esm5/api/pixelController.service.js +2 -2
  49. package/esm5/api/reportingController.service.js +2 -2
  50. package/esm5/api/sliceXController.service.js +2 -2
  51. package/esm5/api/strategyController.service.js +2 -2
  52. package/esm5/api/uILoggerController.service.js +2 -2
  53. package/esm5/api/userPreferenceController.service.js +2 -2
  54. package/esm5/model/creative.js +1 -1
  55. package/fesm2015/revxui-api-clients-ts.js +25 -28
  56. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  57. package/fesm5/revxui-api-clients-ts.js +25 -28
  58. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  59. package/model/creative.d.ts +1 -0
  60. package/package.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://apiv2beta.atomex.net';
90
+ this.basePath = 'https://apiv2stage1.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://apiv2beta.atomex.net';
307
+ this.basePath = 'https://apiv2stage1.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://apiv2beta.atomex.net';
753
+ this.basePath = 'https://apiv2stage1.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://apiv2beta.atomex.net';
923
+ this.basePath = 'https://apiv2stage1.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://apiv2beta.atomex.net';
1646
+ this.basePath = 'https://apiv2stage1.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://apiv2beta.atomex.net';
1845
+ this.basePath = 'https://apiv2stage1.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://apiv2beta.atomex.net';
2088
+ this.basePath = 'https://apiv2stage1.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://apiv2beta.atomex.net';
2209
+ this.basePath = 'https://apiv2stage1.atomex.net';
2210
2210
  this.defaultHeaders = new HttpHeaders();
2211
2211
  this.configuration = new Configuration();
2212
2212
  if (basePath) {
@@ -2528,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
2528
2528
  var CatalogControllerService = /** @class */ (function () {
2529
2529
  function CatalogControllerService(httpClient, basePath, configuration) {
2530
2530
  this.httpClient = httpClient;
2531
- this.basePath = 'https://apiv2beta.atomex.net';
2531
+ this.basePath = 'https://apiv2stage1.atomex.net';
2532
2532
  this.defaultHeaders = new HttpHeaders();
2533
2533
  this.configuration = new Configuration();
2534
2534
  if (basePath) {
@@ -2751,7 +2751,7 @@ var CatalogControllerService = /** @class */ (function () {
2751
2751
  var ClickDestinationControllerService = /** @class */ (function () {
2752
2752
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2753
2753
  this.httpClient = httpClient;
2754
- this.basePath = 'https://apiv2beta.atomex.net';
2754
+ this.basePath = 'https://apiv2stage1.atomex.net';
2755
2755
  this.defaultHeaders = new HttpHeaders();
2756
2756
  this.configuration = new Configuration();
2757
2757
  if (basePath) {
@@ -3001,7 +3001,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3001
3001
  var CreativeControllerService = /** @class */ (function () {
3002
3002
  function CreativeControllerService(httpClient, basePath, configuration) {
3003
3003
  this.httpClient = httpClient;
3004
- this.basePath = 'https://apiv2beta.atomex.net';
3004
+ this.basePath = 'https://apiv2stage1.atomex.net';
3005
3005
  this.defaultHeaders = new HttpHeaders();
3006
3006
  this.configuration = new Configuration();
3007
3007
  if (basePath) {
@@ -3478,7 +3478,7 @@ var CreativeControllerService = /** @class */ (function () {
3478
3478
  var CreativeSetsControllerService = /** @class */ (function () {
3479
3479
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3480
3480
  this.httpClient = httpClient;
3481
- this.basePath = 'https://apiv2beta.atomex.net';
3481
+ this.basePath = 'https://apiv2stage1.atomex.net';
3482
3482
  this.defaultHeaders = new HttpHeaders();
3483
3483
  this.configuration = new Configuration();
3484
3484
  if (basePath) {
@@ -3699,15 +3699,12 @@ var CreativeSetsControllerService = /** @class */ (function () {
3699
3699
  reportProgress: reportProgress
3700
3700
  });
3701
3701
  };
3702
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3702
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3703
3703
  if (observe === void 0) { observe = 'body'; }
3704
3704
  if (reportProgress === void 0) { reportProgress = false; }
3705
3705
  if (dashboardRequest === null || dashboardRequest === undefined) {
3706
3706
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3707
3707
  }
3708
- if (id === null || id === undefined) {
3709
- throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3710
- }
3711
3708
  var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3712
3709
  if (refresh !== undefined && refresh !== null) {
3713
3710
  queryParameters = queryParameters.set('refresh', refresh);
@@ -3735,7 +3732,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3735
3732
  if (httpContentTypeSelected != undefined) {
3736
3733
  headers = headers.set('Content-Type', httpContentTypeSelected);
3737
3734
  }
3738
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/" + encodeURIComponent(String(id)), dashboardRequest, {
3735
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/", dashboardRequest, {
3739
3736
  params: queryParameters,
3740
3737
  withCredentials: this.configuration.withCredentials,
3741
3738
  headers: headers,
@@ -3852,7 +3849,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3852
3849
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3853
3850
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3854
3851
  this.httpClient = httpClient;
3855
- this.basePath = 'https://apiv2beta.atomex.net';
3852
+ this.basePath = 'https://apiv2stage1.atomex.net';
3856
3853
  this.defaultHeaders = new HttpHeaders();
3857
3854
  this.configuration = new Configuration();
3858
3855
  if (basePath) {
@@ -4053,7 +4050,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4053
4050
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4054
4051
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4055
4052
  this.httpClient = httpClient;
4056
- this.basePath = 'https://apiv2beta.atomex.net';
4053
+ this.basePath = 'https://apiv2stage1.atomex.net';
4057
4054
  this.defaultHeaders = new HttpHeaders();
4058
4055
  this.configuration = new Configuration();
4059
4056
  if (basePath) {
@@ -4141,7 +4138,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4141
4138
  var CreativeTemplatesControllerService = /** @class */ (function () {
4142
4139
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4143
4140
  this.httpClient = httpClient;
4144
- this.basePath = 'https://apiv2beta.atomex.net';
4141
+ this.basePath = 'https://apiv2stage1.atomex.net';
4145
4142
  this.defaultHeaders = new HttpHeaders();
4146
4143
  this.configuration = new Configuration();
4147
4144
  if (basePath) {
@@ -4320,7 +4317,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4320
4317
  var DashboardControllerService = /** @class */ (function () {
4321
4318
  function DashboardControllerService(httpClient, basePath, configuration) {
4322
4319
  this.httpClient = httpClient;
4323
- this.basePath = 'https://apiv2beta.atomex.net';
4320
+ this.basePath = 'https://apiv2stage1.atomex.net';
4324
4321
  this.defaultHeaders = new HttpHeaders();
4325
4322
  this.configuration = new Configuration();
4326
4323
  if (basePath) {
@@ -4977,7 +4974,7 @@ var DashboardControllerService = /** @class */ (function () {
4977
4974
  var NotificationsControllerService = /** @class */ (function () {
4978
4975
  function NotificationsControllerService(httpClient, basePath, configuration) {
4979
4976
  this.httpClient = httpClient;
4980
- this.basePath = 'https://apiv2beta.atomex.net';
4977
+ this.basePath = 'https://apiv2stage1.atomex.net';
4981
4978
  this.defaultHeaders = new HttpHeaders();
4982
4979
  this.configuration = new Configuration();
4983
4980
  if (basePath) {
@@ -5176,7 +5173,7 @@ var NotificationsControllerService = /** @class */ (function () {
5176
5173
  var PixelControllerService = /** @class */ (function () {
5177
5174
  function PixelControllerService(httpClient, basePath, configuration) {
5178
5175
  this.httpClient = httpClient;
5179
- this.basePath = 'https://apiv2beta.atomex.net';
5176
+ this.basePath = 'https://apiv2stage1.atomex.net';
5180
5177
  this.defaultHeaders = new HttpHeaders();
5181
5178
  this.configuration = new Configuration();
5182
5179
  if (basePath) {
@@ -5505,7 +5502,7 @@ var PixelControllerService = /** @class */ (function () {
5505
5502
  var ReportingControllerService = /** @class */ (function () {
5506
5503
  function ReportingControllerService(httpClient, basePath, configuration) {
5507
5504
  this.httpClient = httpClient;
5508
- this.basePath = 'https://apiv2beta.atomex.net';
5505
+ this.basePath = 'https://apiv2stage1.atomex.net';
5509
5506
  this.defaultHeaders = new HttpHeaders();
5510
5507
  this.configuration = new Configuration();
5511
5508
  if (basePath) {
@@ -5689,7 +5686,7 @@ var ReportingControllerService = /** @class */ (function () {
5689
5686
  var SliceXControllerService = /** @class */ (function () {
5690
5687
  function SliceXControllerService(httpClient, basePath, configuration) {
5691
5688
  this.httpClient = httpClient;
5692
- this.basePath = 'https://apiv2beta.atomex.net';
5689
+ this.basePath = 'https://apiv2stage1.atomex.net';
5693
5690
  this.defaultHeaders = new HttpHeaders();
5694
5691
  this.configuration = new Configuration();
5695
5692
  if (basePath) {
@@ -5957,7 +5954,7 @@ var SliceXControllerService = /** @class */ (function () {
5957
5954
  var StrategyControllerService = /** @class */ (function () {
5958
5955
  function StrategyControllerService(httpClient, basePath, configuration) {
5959
5956
  this.httpClient = httpClient;
5960
- this.basePath = 'https://apiv2beta.atomex.net';
5957
+ this.basePath = 'https://apiv2stage1.atomex.net';
5961
5958
  this.defaultHeaders = new HttpHeaders();
5962
5959
  this.configuration = new Configuration();
5963
5960
  if (basePath) {
@@ -6618,7 +6615,7 @@ var StrategyControllerService = /** @class */ (function () {
6618
6615
  var UILoggerControllerService = /** @class */ (function () {
6619
6616
  function UILoggerControllerService(httpClient, basePath, configuration) {
6620
6617
  this.httpClient = httpClient;
6621
- this.basePath = 'https://apiv2beta.atomex.net';
6618
+ this.basePath = 'https://apiv2stage1.atomex.net';
6622
6619
  this.defaultHeaders = new HttpHeaders();
6623
6620
  this.configuration = new Configuration();
6624
6621
  if (basePath) {
@@ -6720,7 +6717,7 @@ var UILoggerControllerService = /** @class */ (function () {
6720
6717
  var UserPreferenceControllerService = /** @class */ (function () {
6721
6718
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6722
6719
  this.httpClient = httpClient;
6723
- this.basePath = 'https://apiv2beta.atomex.net';
6720
+ this.basePath = 'https://apiv2stage1.atomex.net';
6724
6721
  this.defaultHeaders = new HttpHeaders();
6725
6722
  this.configuration = new Configuration();
6726
6723
  if (basePath) {