@revxui/api-clients-ts 0.10.243 → 0.10.244

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 (59) hide show
  1. package/README.md +2 -2
  2. package/bundles/revxui-api-clients-ts.umd.js +23 -23
  3. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  4. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  6. package/esm2015/api/adminController.service.js +2 -2
  7. package/esm2015/api/advertiserController.service.js +2 -2
  8. package/esm2015/api/appSettingsController.service.js +2 -2
  9. package/esm2015/api/audienceController.service.js +2 -2
  10. package/esm2015/api/auditController.service.js +2 -2
  11. package/esm2015/api/bulkStrategyController.service.js +2 -2
  12. package/esm2015/api/cSSThemeController_.service.js +2 -2
  13. package/esm2015/api/campaignController.service.js +2 -2
  14. package/esm2015/api/catalogController.service.js +2 -2
  15. package/esm2015/api/clickDestinationController.service.js +2 -2
  16. package/esm2015/api/creativeController.service.js +2 -2
  17. package/esm2015/api/creativeSetsController.service.js +2 -2
  18. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  21. package/esm2015/api/dashboardController.service.js +2 -2
  22. package/esm2015/api/notificationsController.service.js +2 -2
  23. package/esm2015/api/pixelController.service.js +2 -2
  24. package/esm2015/api/reportingController.service.js +2 -2
  25. package/esm2015/api/sliceXController.service.js +2 -2
  26. package/esm2015/api/strategyController.service.js +2 -2
  27. package/esm2015/api/uILoggerController.service.js +2 -2
  28. package/esm2015/api/userPreferenceController.service.js +2 -2
  29. package/esm2015/model/eligibleUsersResponse.js +1 -1
  30. package/esm5/api/adminController.service.js +2 -2
  31. package/esm5/api/advertiserController.service.js +2 -2
  32. package/esm5/api/appSettingsController.service.js +2 -2
  33. package/esm5/api/audienceController.service.js +2 -2
  34. package/esm5/api/auditController.service.js +2 -2
  35. package/esm5/api/bulkStrategyController.service.js +2 -2
  36. package/esm5/api/cSSThemeController_.service.js +2 -2
  37. package/esm5/api/campaignController.service.js +2 -2
  38. package/esm5/api/catalogController.service.js +2 -2
  39. package/esm5/api/clickDestinationController.service.js +2 -2
  40. package/esm5/api/creativeController.service.js +2 -2
  41. package/esm5/api/creativeSetsController.service.js +2 -2
  42. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  43. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  44. package/esm5/api/creativeTemplatesController.service.js +2 -2
  45. package/esm5/api/dashboardController.service.js +2 -2
  46. package/esm5/api/notificationsController.service.js +2 -2
  47. package/esm5/api/pixelController.service.js +2 -2
  48. package/esm5/api/reportingController.service.js +2 -2
  49. package/esm5/api/sliceXController.service.js +2 -2
  50. package/esm5/api/strategyController.service.js +2 -2
  51. package/esm5/api/uILoggerController.service.js +2 -2
  52. package/esm5/api/userPreferenceController.service.js +2 -2
  53. package/esm5/model/eligibleUsersResponse.js +1 -1
  54. package/fesm2015/revxui-api-clients-ts.js +23 -23
  55. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  56. package/fesm5/revxui-api-clients-ts.js +23 -23
  57. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  58. package/model/eligibleUsersResponse.d.ts +0 -1
  59. 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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1608,7 +1608,7 @@ var AudienceControllerService = /** @class */ (function () {
1608
1608
  var AuditControllerService = /** @class */ (function () {
1609
1609
  function AuditControllerService(httpClient, basePath, configuration) {
1610
1610
  this.httpClient = httpClient;
1611
- this.basePath = 'https://apiv2beta.atomex.net';
1611
+ this.basePath = 'https://apiv2stage3.atomex.net';
1612
1612
  this.defaultHeaders = new HttpHeaders();
1613
1613
  this.configuration = new Configuration();
1614
1614
  if (basePath) {
@@ -1807,7 +1807,7 @@ var AuditControllerService = /** @class */ (function () {
1807
1807
  var BulkStrategyControllerService = /** @class */ (function () {
1808
1808
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1809
1809
  this.httpClient = httpClient;
1810
- this.basePath = 'https://apiv2beta.atomex.net';
1810
+ this.basePath = 'https://apiv2stage3.atomex.net';
1811
1811
  this.defaultHeaders = new HttpHeaders();
1812
1812
  this.configuration = new Configuration();
1813
1813
  if (basePath) {
@@ -2050,7 +2050,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2050
2050
  var CSSThemeController_Service = /** @class */ (function () {
2051
2051
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2052
2052
  this.httpClient = httpClient;
2053
- this.basePath = 'https://apiv2beta.atomex.net';
2053
+ this.basePath = 'https://apiv2stage3.atomex.net';
2054
2054
  this.defaultHeaders = new HttpHeaders();
2055
2055
  this.configuration = new Configuration();
2056
2056
  if (basePath) {
@@ -2171,7 +2171,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2171
2171
  var CampaignControllerService = /** @class */ (function () {
2172
2172
  function CampaignControllerService(httpClient, basePath, configuration) {
2173
2173
  this.httpClient = httpClient;
2174
- this.basePath = 'https://apiv2beta.atomex.net';
2174
+ this.basePath = 'https://apiv2stage3.atomex.net';
2175
2175
  this.defaultHeaders = new HttpHeaders();
2176
2176
  this.configuration = new Configuration();
2177
2177
  if (basePath) {
@@ -2457,7 +2457,7 @@ var CampaignControllerService = /** @class */ (function () {
2457
2457
  var CatalogControllerService = /** @class */ (function () {
2458
2458
  function CatalogControllerService(httpClient, basePath, configuration) {
2459
2459
  this.httpClient = httpClient;
2460
- this.basePath = 'https://apiv2beta.atomex.net';
2460
+ this.basePath = 'https://apiv2stage3.atomex.net';
2461
2461
  this.defaultHeaders = new HttpHeaders();
2462
2462
  this.configuration = new Configuration();
2463
2463
  if (basePath) {
@@ -2680,7 +2680,7 @@ var CatalogControllerService = /** @class */ (function () {
2680
2680
  var ClickDestinationControllerService = /** @class */ (function () {
2681
2681
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2682
2682
  this.httpClient = httpClient;
2683
- this.basePath = 'https://apiv2beta.atomex.net';
2683
+ this.basePath = 'https://apiv2stage3.atomex.net';
2684
2684
  this.defaultHeaders = new HttpHeaders();
2685
2685
  this.configuration = new Configuration();
2686
2686
  if (basePath) {
@@ -2930,7 +2930,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
2930
2930
  var CreativeControllerService = /** @class */ (function () {
2931
2931
  function CreativeControllerService(httpClient, basePath, configuration) {
2932
2932
  this.httpClient = httpClient;
2933
- this.basePath = 'https://apiv2beta.atomex.net';
2933
+ this.basePath = 'https://apiv2stage3.atomex.net';
2934
2934
  this.defaultHeaders = new HttpHeaders();
2935
2935
  this.configuration = new Configuration();
2936
2936
  if (basePath) {
@@ -3407,7 +3407,7 @@ var CreativeControllerService = /** @class */ (function () {
3407
3407
  var CreativeSetsControllerService = /** @class */ (function () {
3408
3408
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3409
3409
  this.httpClient = httpClient;
3410
- this.basePath = 'https://apiv2beta.atomex.net';
3410
+ this.basePath = 'https://apiv2stage3.atomex.net';
3411
3411
  this.defaultHeaders = new HttpHeaders();
3412
3412
  this.configuration = new Configuration();
3413
3413
  if (basePath) {
@@ -3742,7 +3742,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3742
3742
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3743
3743
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3744
3744
  this.httpClient = httpClient;
3745
- this.basePath = 'https://apiv2beta.atomex.net';
3745
+ this.basePath = 'https://apiv2stage3.atomex.net';
3746
3746
  this.defaultHeaders = new HttpHeaders();
3747
3747
  this.configuration = new Configuration();
3748
3748
  if (basePath) {
@@ -3943,7 +3943,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
3943
3943
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
3944
3944
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
3945
3945
  this.httpClient = httpClient;
3946
- this.basePath = 'https://apiv2beta.atomex.net';
3946
+ this.basePath = 'https://apiv2stage3.atomex.net';
3947
3947
  this.defaultHeaders = new HttpHeaders();
3948
3948
  this.configuration = new Configuration();
3949
3949
  if (basePath) {
@@ -4031,7 +4031,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4031
4031
  var CreativeTemplatesControllerService = /** @class */ (function () {
4032
4032
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4033
4033
  this.httpClient = httpClient;
4034
- this.basePath = 'https://apiv2beta.atomex.net';
4034
+ this.basePath = 'https://apiv2stage3.atomex.net';
4035
4035
  this.defaultHeaders = new HttpHeaders();
4036
4036
  this.configuration = new Configuration();
4037
4037
  if (basePath) {
@@ -4210,7 +4210,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4210
4210
  var DashboardControllerService = /** @class */ (function () {
4211
4211
  function DashboardControllerService(httpClient, basePath, configuration) {
4212
4212
  this.httpClient = httpClient;
4213
- this.basePath = 'https://apiv2beta.atomex.net';
4213
+ this.basePath = 'https://apiv2stage3.atomex.net';
4214
4214
  this.defaultHeaders = new HttpHeaders();
4215
4215
  this.configuration = new Configuration();
4216
4216
  if (basePath) {
@@ -4867,7 +4867,7 @@ var DashboardControllerService = /** @class */ (function () {
4867
4867
  var NotificationsControllerService = /** @class */ (function () {
4868
4868
  function NotificationsControllerService(httpClient, basePath, configuration) {
4869
4869
  this.httpClient = httpClient;
4870
- this.basePath = 'https://apiv2beta.atomex.net';
4870
+ this.basePath = 'https://apiv2stage3.atomex.net';
4871
4871
  this.defaultHeaders = new HttpHeaders();
4872
4872
  this.configuration = new Configuration();
4873
4873
  if (basePath) {
@@ -5066,7 +5066,7 @@ var NotificationsControllerService = /** @class */ (function () {
5066
5066
  var PixelControllerService = /** @class */ (function () {
5067
5067
  function PixelControllerService(httpClient, basePath, configuration) {
5068
5068
  this.httpClient = httpClient;
5069
- this.basePath = 'https://apiv2beta.atomex.net';
5069
+ this.basePath = 'https://apiv2stage3.atomex.net';
5070
5070
  this.defaultHeaders = new HttpHeaders();
5071
5071
  this.configuration = new Configuration();
5072
5072
  if (basePath) {
@@ -5395,7 +5395,7 @@ var PixelControllerService = /** @class */ (function () {
5395
5395
  var ReportingControllerService = /** @class */ (function () {
5396
5396
  function ReportingControllerService(httpClient, basePath, configuration) {
5397
5397
  this.httpClient = httpClient;
5398
- this.basePath = 'https://apiv2beta.atomex.net';
5398
+ this.basePath = 'https://apiv2stage3.atomex.net';
5399
5399
  this.defaultHeaders = new HttpHeaders();
5400
5400
  this.configuration = new Configuration();
5401
5401
  if (basePath) {
@@ -5579,7 +5579,7 @@ var ReportingControllerService = /** @class */ (function () {
5579
5579
  var SliceXControllerService = /** @class */ (function () {
5580
5580
  function SliceXControllerService(httpClient, basePath, configuration) {
5581
5581
  this.httpClient = httpClient;
5582
- this.basePath = 'https://apiv2beta.atomex.net';
5582
+ this.basePath = 'https://apiv2stage3.atomex.net';
5583
5583
  this.defaultHeaders = new HttpHeaders();
5584
5584
  this.configuration = new Configuration();
5585
5585
  if (basePath) {
@@ -5764,7 +5764,7 @@ var SliceXControllerService = /** @class */ (function () {
5764
5764
  var StrategyControllerService = /** @class */ (function () {
5765
5765
  function StrategyControllerService(httpClient, basePath, configuration) {
5766
5766
  this.httpClient = httpClient;
5767
- this.basePath = 'https://apiv2beta.atomex.net';
5767
+ this.basePath = 'https://apiv2stage3.atomex.net';
5768
5768
  this.defaultHeaders = new HttpHeaders();
5769
5769
  this.configuration = new Configuration();
5770
5770
  if (basePath) {
@@ -6425,7 +6425,7 @@ var StrategyControllerService = /** @class */ (function () {
6425
6425
  var UILoggerControllerService = /** @class */ (function () {
6426
6426
  function UILoggerControllerService(httpClient, basePath, configuration) {
6427
6427
  this.httpClient = httpClient;
6428
- this.basePath = 'https://apiv2beta.atomex.net';
6428
+ this.basePath = 'https://apiv2stage3.atomex.net';
6429
6429
  this.defaultHeaders = new HttpHeaders();
6430
6430
  this.configuration = new Configuration();
6431
6431
  if (basePath) {
@@ -6527,7 +6527,7 @@ var UILoggerControllerService = /** @class */ (function () {
6527
6527
  var UserPreferenceControllerService = /** @class */ (function () {
6528
6528
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6529
6529
  this.httpClient = httpClient;
6530
- this.basePath = 'https://apiv2beta.atomex.net';
6530
+ this.basePath = 'https://apiv2stage3.atomex.net';
6531
6531
  this.defaultHeaders = new HttpHeaders();
6532
6532
  this.configuration = new Configuration();
6533
6533
  if (basePath) {