@revxui/api-clients-ts 0.10.178 → 0.10.179

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 (63) hide show
  1. package/README.md +2 -2
  2. package/api/dashboardController.service.d.ts +24 -24
  3. package/bundles/revxui-api-clients-ts.umd.js +23 -23
  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/appsFlyerAudienceController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.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/campaignESDTO.js +1 -1
  31. package/esm2015/model/strategyDTO.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/appsFlyerAudienceController.service.js +2 -2
  36. package/esm5/api/audienceController.service.js +2 -2
  37. package/esm5/api/auditController.service.js +2 -2
  38. package/esm5/api/bulkStrategyController.service.js +2 -2
  39. package/esm5/api/cSSThemeController_.service.js +2 -2
  40. package/esm5/api/campaignController.service.js +2 -2
  41. package/esm5/api/catalogController.service.js +2 -2
  42. package/esm5/api/clickDestinationController.service.js +2 -2
  43. package/esm5/api/creativeController.service.js +2 -2
  44. package/esm5/api/creativeSetsController.service.js +2 -2
  45. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  46. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  47. package/esm5/api/creativeTemplatesController.service.js +2 -2
  48. package/esm5/api/dashboardController.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 -2
  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/campaignESDTO.js +1 -1
  56. package/esm5/model/strategyDTO.js +1 -1
  57. package/fesm2015/revxui-api-clients-ts.js +23 -23
  58. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  59. package/fesm5/revxui-api-clients-ts.js +23 -23
  60. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  61. package/model/campaignESDTO.d.ts +1 -0
  62. package/model/strategyDTO.d.ts +1 -0
  63. 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://localhost:10045';
90
+ this.basePath = 'https://apiv2stage2.atomex.net';
91
91
  this.defaultHeaders = new HttpHeaders();
92
92
  this.configuration = new Configuration();
93
93
  if (basePath) {
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
304
304
  var AdvertiserControllerService = /** @class */ (function () {
305
305
  function AdvertiserControllerService(httpClient, basePath, configuration) {
306
306
  this.httpClient = httpClient;
307
- this.basePath = 'https://localhost:10045';
307
+ this.basePath = 'https://apiv2stage2.atomex.net';
308
308
  this.defaultHeaders = new HttpHeaders();
309
309
  this.configuration = new Configuration();
310
310
  if (basePath) {
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
750
750
  var AppSettingsControllerService = /** @class */ (function () {
751
751
  function AppSettingsControllerService(httpClient, basePath, configuration) {
752
752
  this.httpClient = httpClient;
753
- this.basePath = 'https://localhost:10045';
753
+ this.basePath = 'https://apiv2stage2.atomex.net';
754
754
  this.defaultHeaders = new HttpHeaders();
755
755
  this.configuration = new Configuration();
756
756
  if (basePath) {
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
920
920
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
921
921
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
922
  this.httpClient = httpClient;
923
- this.basePath = 'https://localhost:10045';
923
+ this.basePath = 'https://apiv2stage2.atomex.net';
924
924
  this.defaultHeaders = new HttpHeaders();
925
925
  this.configuration = new Configuration();
926
926
  if (basePath) {
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
1089
1089
  var AudienceControllerService = /** @class */ (function () {
1090
1090
  function AudienceControllerService(httpClient, basePath, configuration) {
1091
1091
  this.httpClient = httpClient;
1092
- this.basePath = 'https://localhost:10045';
1092
+ this.basePath = 'https://apiv2stage2.atomex.net';
1093
1093
  this.defaultHeaders = new HttpHeaders();
1094
1094
  this.configuration = new Configuration();
1095
1095
  if (basePath) {
@@ -1741,7 +1741,7 @@ var AudienceControllerService = /** @class */ (function () {
1741
1741
  var AuditControllerService = /** @class */ (function () {
1742
1742
  function AuditControllerService(httpClient, basePath, configuration) {
1743
1743
  this.httpClient = httpClient;
1744
- this.basePath = 'https://localhost:10045';
1744
+ this.basePath = 'https://apiv2stage2.atomex.net';
1745
1745
  this.defaultHeaders = new HttpHeaders();
1746
1746
  this.configuration = new Configuration();
1747
1747
  if (basePath) {
@@ -1940,7 +1940,7 @@ var AuditControllerService = /** @class */ (function () {
1940
1940
  var BulkStrategyControllerService = /** @class */ (function () {
1941
1941
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
1942
1942
  this.httpClient = httpClient;
1943
- this.basePath = 'https://localhost:10045';
1943
+ this.basePath = 'https://apiv2stage2.atomex.net';
1944
1944
  this.defaultHeaders = new HttpHeaders();
1945
1945
  this.configuration = new Configuration();
1946
1946
  if (basePath) {
@@ -2183,7 +2183,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
2183
2183
  var CSSThemeController_Service = /** @class */ (function () {
2184
2184
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2185
2185
  this.httpClient = httpClient;
2186
- this.basePath = 'https://localhost:10045';
2186
+ this.basePath = 'https://apiv2stage2.atomex.net';
2187
2187
  this.defaultHeaders = new HttpHeaders();
2188
2188
  this.configuration = new Configuration();
2189
2189
  if (basePath) {
@@ -2304,7 +2304,7 @@ var CSSThemeController_Service = /** @class */ (function () {
2304
2304
  var CampaignControllerService = /** @class */ (function () {
2305
2305
  function CampaignControllerService(httpClient, basePath, configuration) {
2306
2306
  this.httpClient = httpClient;
2307
- this.basePath = 'https://localhost:10045';
2307
+ this.basePath = 'https://apiv2stage2.atomex.net';
2308
2308
  this.defaultHeaders = new HttpHeaders();
2309
2309
  this.configuration = new Configuration();
2310
2310
  if (basePath) {
@@ -2590,7 +2590,7 @@ var CampaignControllerService = /** @class */ (function () {
2590
2590
  var CatalogControllerService = /** @class */ (function () {
2591
2591
  function CatalogControllerService(httpClient, basePath, configuration) {
2592
2592
  this.httpClient = httpClient;
2593
- this.basePath = 'https://localhost:10045';
2593
+ this.basePath = 'https://apiv2stage2.atomex.net';
2594
2594
  this.defaultHeaders = new HttpHeaders();
2595
2595
  this.configuration = new Configuration();
2596
2596
  if (basePath) {
@@ -2813,7 +2813,7 @@ var CatalogControllerService = /** @class */ (function () {
2813
2813
  var ClickDestinationControllerService = /** @class */ (function () {
2814
2814
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2815
2815
  this.httpClient = httpClient;
2816
- this.basePath = 'https://localhost:10045';
2816
+ this.basePath = 'https://apiv2stage2.atomex.net';
2817
2817
  this.defaultHeaders = new HttpHeaders();
2818
2818
  this.configuration = new Configuration();
2819
2819
  if (basePath) {
@@ -3063,7 +3063,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
3063
3063
  var CreativeControllerService = /** @class */ (function () {
3064
3064
  function CreativeControllerService(httpClient, basePath, configuration) {
3065
3065
  this.httpClient = httpClient;
3066
- this.basePath = 'https://localhost:10045';
3066
+ this.basePath = 'https://apiv2stage2.atomex.net';
3067
3067
  this.defaultHeaders = new HttpHeaders();
3068
3068
  this.configuration = new Configuration();
3069
3069
  if (basePath) {
@@ -3540,7 +3540,7 @@ var CreativeControllerService = /** @class */ (function () {
3540
3540
  var CreativeSetsControllerService = /** @class */ (function () {
3541
3541
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3542
3542
  this.httpClient = httpClient;
3543
- this.basePath = 'https://localhost:10045';
3543
+ this.basePath = 'https://apiv2stage2.atomex.net';
3544
3544
  this.defaultHeaders = new HttpHeaders();
3545
3545
  this.configuration = new Configuration();
3546
3546
  if (basePath) {
@@ -3875,7 +3875,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
3875
3875
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3876
3876
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3877
3877
  this.httpClient = httpClient;
3878
- this.basePath = 'https://localhost:10045';
3878
+ this.basePath = 'https://apiv2stage2.atomex.net';
3879
3879
  this.defaultHeaders = new HttpHeaders();
3880
3880
  this.configuration = new Configuration();
3881
3881
  if (basePath) {
@@ -4076,7 +4076,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
4076
4076
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4077
4077
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4078
4078
  this.httpClient = httpClient;
4079
- this.basePath = 'https://localhost:10045';
4079
+ this.basePath = 'https://apiv2stage2.atomex.net';
4080
4080
  this.defaultHeaders = new HttpHeaders();
4081
4081
  this.configuration = new Configuration();
4082
4082
  if (basePath) {
@@ -4164,7 +4164,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4164
4164
  var CreativeTemplatesControllerService = /** @class */ (function () {
4165
4165
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4166
4166
  this.httpClient = httpClient;
4167
- this.basePath = 'https://localhost:10045';
4167
+ this.basePath = 'https://apiv2stage2.atomex.net';
4168
4168
  this.defaultHeaders = new HttpHeaders();
4169
4169
  this.configuration = new Configuration();
4170
4170
  if (basePath) {
@@ -4343,7 +4343,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
4343
4343
  var DashboardControllerService = /** @class */ (function () {
4344
4344
  function DashboardControllerService(httpClient, basePath, configuration) {
4345
4345
  this.httpClient = httpClient;
4346
- this.basePath = 'https://localhost:10045';
4346
+ this.basePath = 'https://apiv2stage2.atomex.net';
4347
4347
  this.defaultHeaders = new HttpHeaders();
4348
4348
  this.configuration = new Configuration();
4349
4349
  if (basePath) {
@@ -5000,7 +5000,7 @@ var DashboardControllerService = /** @class */ (function () {
5000
5000
  var PixelControllerService = /** @class */ (function () {
5001
5001
  function PixelControllerService(httpClient, basePath, configuration) {
5002
5002
  this.httpClient = httpClient;
5003
- this.basePath = 'https://localhost:10045';
5003
+ this.basePath = 'https://apiv2stage2.atomex.net';
5004
5004
  this.defaultHeaders = new HttpHeaders();
5005
5005
  this.configuration = new Configuration();
5006
5006
  if (basePath) {
@@ -5329,7 +5329,7 @@ var PixelControllerService = /** @class */ (function () {
5329
5329
  var ReportingControllerService = /** @class */ (function () {
5330
5330
  function ReportingControllerService(httpClient, basePath, configuration) {
5331
5331
  this.httpClient = httpClient;
5332
- this.basePath = 'https://localhost:10045';
5332
+ this.basePath = 'https://apiv2stage2.atomex.net';
5333
5333
  this.defaultHeaders = new HttpHeaders();
5334
5334
  this.configuration = new Configuration();
5335
5335
  if (basePath) {
@@ -5513,7 +5513,7 @@ var ReportingControllerService = /** @class */ (function () {
5513
5513
  var SliceXControllerService = /** @class */ (function () {
5514
5514
  function SliceXControllerService(httpClient, basePath, configuration) {
5515
5515
  this.httpClient = httpClient;
5516
- this.basePath = 'https://localhost:10045';
5516
+ this.basePath = 'https://apiv2stage2.atomex.net';
5517
5517
  this.defaultHeaders = new HttpHeaders();
5518
5518
  this.configuration = new Configuration();
5519
5519
  if (basePath) {
@@ -5698,7 +5698,7 @@ var SliceXControllerService = /** @class */ (function () {
5698
5698
  var StrategyControllerService = /** @class */ (function () {
5699
5699
  function StrategyControllerService(httpClient, basePath, configuration) {
5700
5700
  this.httpClient = httpClient;
5701
- this.basePath = 'https://localhost:10045';
5701
+ this.basePath = 'https://apiv2stage2.atomex.net';
5702
5702
  this.defaultHeaders = new HttpHeaders();
5703
5703
  this.configuration = new Configuration();
5704
5704
  if (basePath) {
@@ -6186,7 +6186,7 @@ var StrategyControllerService = /** @class */ (function () {
6186
6186
  var UILoggerControllerService = /** @class */ (function () {
6187
6187
  function UILoggerControllerService(httpClient, basePath, configuration) {
6188
6188
  this.httpClient = httpClient;
6189
- this.basePath = 'https://localhost:10045';
6189
+ this.basePath = 'https://apiv2stage2.atomex.net';
6190
6190
  this.defaultHeaders = new HttpHeaders();
6191
6191
  this.configuration = new Configuration();
6192
6192
  if (basePath) {
@@ -6288,7 +6288,7 @@ var UILoggerControllerService = /** @class */ (function () {
6288
6288
  var UserPreferenceControllerService = /** @class */ (function () {
6289
6289
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6290
6290
  this.httpClient = httpClient;
6291
- this.basePath = 'https://localhost:10045';
6291
+ this.basePath = 'https://apiv2stage2.atomex.net';
6292
6292
  this.defaultHeaders = new HttpHeaders();
6293
6293
  this.configuration = new Configuration();
6294
6294
  if (basePath) {