@revxui/api-clients-ts 0.10.339 → 0.10.340

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 (32) hide show
  1. package/README.md +2 -2
  2. package/bundles/revxui-api-clients-ts.umd.js +24 -24
  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/customerReportingController.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/fesm2015/revxui-api-clients-ts.js +24 -24
  31. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  32. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.339
1
+ ## @revxui/api-clients-ts@0.10.340
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@0.10.339 --save
22
+ npm install @revxui/api-clients-ts@0.10.340 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -370,7 +370,7 @@
370
370
  var AdminControllerService = /** @class */ (function () {
371
371
  function AdminControllerService(httpClient, basePath, configuration) {
372
372
  this.httpClient = httpClient;
373
- this.basePath = 'https://apiv2stage3.atomex.net';
373
+ this.basePath = 'https://apiv2beta.atomex.net';
374
374
  this.defaultHeaders = new http.HttpHeaders();
375
375
  this.configuration = new Configuration();
376
376
  if (basePath) {
@@ -575,7 +575,7 @@
575
575
  var AdvertiserControllerService = /** @class */ (function () {
576
576
  function AdvertiserControllerService(httpClient, basePath, configuration) {
577
577
  this.httpClient = httpClient;
578
- this.basePath = 'https://apiv2stage3.atomex.net';
578
+ this.basePath = 'https://apiv2beta.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1009,7 +1009,7 @@
1009
1009
  var AppSettingsControllerService = /** @class */ (function () {
1010
1010
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1011
1011
  this.httpClient = httpClient;
1012
- this.basePath = 'https://apiv2stage3.atomex.net';
1012
+ this.basePath = 'https://apiv2beta.atomex.net';
1013
1013
  this.defaultHeaders = new http.HttpHeaders();
1014
1014
  this.configuration = new Configuration();
1015
1015
  if (basePath) {
@@ -1262,7 +1262,7 @@
1262
1262
  var AudienceControllerService = /** @class */ (function () {
1263
1263
  function AudienceControllerService(httpClient, basePath, configuration) {
1264
1264
  this.httpClient = httpClient;
1265
- this.basePath = 'https://apiv2stage3.atomex.net';
1265
+ this.basePath = 'https://apiv2beta.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -2048,7 +2048,7 @@
2048
2048
  var AuditControllerService = /** @class */ (function () {
2049
2049
  function AuditControllerService(httpClient, basePath, configuration) {
2050
2050
  this.httpClient = httpClient;
2051
- this.basePath = 'https://apiv2stage3.atomex.net';
2051
+ this.basePath = 'https://apiv2beta.atomex.net';
2052
2052
  this.defaultHeaders = new http.HttpHeaders();
2053
2053
  this.configuration = new Configuration();
2054
2054
  if (basePath) {
@@ -2235,7 +2235,7 @@
2235
2235
  var BulkStrategyControllerService = /** @class */ (function () {
2236
2236
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2237
2237
  this.httpClient = httpClient;
2238
- this.basePath = 'https://apiv2stage3.atomex.net';
2238
+ this.basePath = 'https://apiv2beta.atomex.net';
2239
2239
  this.defaultHeaders = new http.HttpHeaders();
2240
2240
  this.configuration = new Configuration();
2241
2241
  if (basePath) {
@@ -2466,7 +2466,7 @@
2466
2466
  var CSSThemeController_Service = /** @class */ (function () {
2467
2467
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2468
2468
  this.httpClient = httpClient;
2469
- this.basePath = 'https://apiv2stage3.atomex.net';
2469
+ this.basePath = 'https://apiv2beta.atomex.net';
2470
2470
  this.defaultHeaders = new http.HttpHeaders();
2471
2471
  this.configuration = new Configuration();
2472
2472
  if (basePath) {
@@ -2575,7 +2575,7 @@
2575
2575
  var CampaignControllerService = /** @class */ (function () {
2576
2576
  function CampaignControllerService(httpClient, basePath, configuration) {
2577
2577
  this.httpClient = httpClient;
2578
- this.basePath = 'https://apiv2stage3.atomex.net';
2578
+ this.basePath = 'https://apiv2beta.atomex.net';
2579
2579
  this.defaultHeaders = new http.HttpHeaders();
2580
2580
  this.configuration = new Configuration();
2581
2581
  if (basePath) {
@@ -2885,7 +2885,7 @@
2885
2885
  var CatalogControllerService = /** @class */ (function () {
2886
2886
  function CatalogControllerService(httpClient, basePath, configuration) {
2887
2887
  this.httpClient = httpClient;
2888
- this.basePath = 'https://apiv2stage3.atomex.net';
2888
+ this.basePath = 'https://apiv2beta.atomex.net';
2889
2889
  this.defaultHeaders = new http.HttpHeaders();
2890
2890
  this.configuration = new Configuration();
2891
2891
  if (basePath) {
@@ -3131,7 +3131,7 @@
3131
3131
  var ClickDestinationControllerService = /** @class */ (function () {
3132
3132
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3133
3133
  this.httpClient = httpClient;
3134
- this.basePath = 'https://apiv2stage3.atomex.net';
3134
+ this.basePath = 'https://apiv2beta.atomex.net';
3135
3135
  this.defaultHeaders = new http.HttpHeaders();
3136
3136
  this.configuration = new Configuration();
3137
3137
  if (basePath) {
@@ -3369,7 +3369,7 @@
3369
3369
  var CreativeControllerService = /** @class */ (function () {
3370
3370
  function CreativeControllerService(httpClient, basePath, configuration) {
3371
3371
  this.httpClient = httpClient;
3372
- this.basePath = 'https://apiv2stage3.atomex.net';
3372
+ this.basePath = 'https://apiv2beta.atomex.net';
3373
3373
  this.defaultHeaders = new http.HttpHeaders();
3374
3374
  this.configuration = new Configuration();
3375
3375
  if (basePath) {
@@ -3834,7 +3834,7 @@
3834
3834
  var CreativeSetsControllerService = /** @class */ (function () {
3835
3835
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3836
3836
  this.httpClient = httpClient;
3837
- this.basePath = 'https://apiv2stage3.atomex.net';
3837
+ this.basePath = 'https://apiv2beta.atomex.net';
3838
3838
  this.defaultHeaders = new http.HttpHeaders();
3839
3839
  this.configuration = new Configuration();
3840
3840
  if (basePath) {
@@ -4314,7 +4314,7 @@
4314
4314
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4315
4315
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4316
4316
  this.httpClient = httpClient;
4317
- this.basePath = 'https://apiv2stage3.atomex.net';
4317
+ this.basePath = 'https://apiv2beta.atomex.net';
4318
4318
  this.defaultHeaders = new http.HttpHeaders();
4319
4319
  this.configuration = new Configuration();
4320
4320
  if (basePath) {
@@ -4503,7 +4503,7 @@
4503
4503
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4504
4504
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4505
4505
  this.httpClient = httpClient;
4506
- this.basePath = 'https://apiv2stage3.atomex.net';
4506
+ this.basePath = 'https://apiv2beta.atomex.net';
4507
4507
  this.defaultHeaders = new http.HttpHeaders();
4508
4508
  this.configuration = new Configuration();
4509
4509
  if (basePath) {
@@ -4579,7 +4579,7 @@
4579
4579
  var CreativeTemplatesControllerService = /** @class */ (function () {
4580
4580
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4581
4581
  this.httpClient = httpClient;
4582
- this.basePath = 'https://apiv2stage3.atomex.net';
4582
+ this.basePath = 'https://apiv2beta.atomex.net';
4583
4583
  this.defaultHeaders = new http.HttpHeaders();
4584
4584
  this.configuration = new Configuration();
4585
4585
  if (basePath) {
@@ -4746,7 +4746,7 @@
4746
4746
  var CustomerReportingControllerService = /** @class */ (function () {
4747
4747
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4748
4748
  this.httpClient = httpClient;
4749
- this.basePath = 'https://apiv2stage3.atomex.net';
4749
+ this.basePath = 'https://apiv2beta.atomex.net';
4750
4750
  this.defaultHeaders = new http.HttpHeaders();
4751
4751
  this.configuration = new Configuration();
4752
4752
  if (basePath) {
@@ -4831,7 +4831,7 @@
4831
4831
  var DashboardControllerService = /** @class */ (function () {
4832
4832
  function DashboardControllerService(httpClient, basePath, configuration) {
4833
4833
  this.httpClient = httpClient;
4834
- this.basePath = 'https://apiv2stage3.atomex.net';
4834
+ this.basePath = 'https://apiv2beta.atomex.net';
4835
4835
  this.defaultHeaders = new http.HttpHeaders();
4836
4836
  this.configuration = new Configuration();
4837
4837
  if (basePath) {
@@ -5476,7 +5476,7 @@
5476
5476
  var NotificationsControllerService = /** @class */ (function () {
5477
5477
  function NotificationsControllerService(httpClient, basePath, configuration) {
5478
5478
  this.httpClient = httpClient;
5479
- this.basePath = 'https://apiv2stage3.atomex.net';
5479
+ this.basePath = 'https://apiv2beta.atomex.net';
5480
5480
  this.defaultHeaders = new http.HttpHeaders();
5481
5481
  this.configuration = new Configuration();
5482
5482
  if (basePath) {
@@ -5663,7 +5663,7 @@
5663
5663
  var PixelControllerService = /** @class */ (function () {
5664
5664
  function PixelControllerService(httpClient, basePath, configuration) {
5665
5665
  this.httpClient = httpClient;
5666
- this.basePath = 'https://apiv2stage3.atomex.net';
5666
+ this.basePath = 'https://apiv2beta.atomex.net';
5667
5667
  this.defaultHeaders = new http.HttpHeaders();
5668
5668
  this.configuration = new Configuration();
5669
5669
  if (basePath) {
@@ -5980,7 +5980,7 @@
5980
5980
  var ReportingControllerService = /** @class */ (function () {
5981
5981
  function ReportingControllerService(httpClient, basePath, configuration) {
5982
5982
  this.httpClient = httpClient;
5983
- this.basePath = 'https://apiv2stage3.atomex.net';
5983
+ this.basePath = 'https://apiv2beta.atomex.net';
5984
5984
  this.defaultHeaders = new http.HttpHeaders();
5985
5985
  this.configuration = new Configuration();
5986
5986
  if (basePath) {
@@ -6152,7 +6152,7 @@
6152
6152
  var SliceXControllerService = /** @class */ (function () {
6153
6153
  function SliceXControllerService(httpClient, basePath, configuration) {
6154
6154
  this.httpClient = httpClient;
6155
- this.basePath = 'https://apiv2stage3.atomex.net';
6155
+ this.basePath = 'https://apiv2beta.atomex.net';
6156
6156
  this.defaultHeaders = new http.HttpHeaders();
6157
6157
  this.configuration = new Configuration();
6158
6158
  if (basePath) {
@@ -6408,7 +6408,7 @@
6408
6408
  var StrategyControllerService = /** @class */ (function () {
6409
6409
  function StrategyControllerService(httpClient, basePath, configuration) {
6410
6410
  this.httpClient = httpClient;
6411
- this.basePath = 'https://apiv2stage3.atomex.net';
6411
+ this.basePath = 'https://apiv2beta.atomex.net';
6412
6412
  this.defaultHeaders = new http.HttpHeaders();
6413
6413
  this.configuration = new Configuration();
6414
6414
  if (basePath) {
@@ -7096,7 +7096,7 @@
7096
7096
  var UILoggerControllerService = /** @class */ (function () {
7097
7097
  function UILoggerControllerService(httpClient, basePath, configuration) {
7098
7098
  this.httpClient = httpClient;
7099
- this.basePath = 'https://apiv2stage3.atomex.net';
7099
+ this.basePath = 'https://apiv2beta.atomex.net';
7100
7100
  this.defaultHeaders = new http.HttpHeaders();
7101
7101
  this.configuration = new Configuration();
7102
7102
  if (basePath) {
@@ -7186,7 +7186,7 @@
7186
7186
  var UserPreferenceControllerService = /** @class */ (function () {
7187
7187
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7188
7188
  this.httpClient = httpClient;
7189
- this.basePath = 'https://apiv2stage3.atomex.net';
7189
+ this.basePath = 'https://apiv2beta.atomex.net';
7190
7190
  this.defaultHeaders = new http.HttpHeaders();
7191
7191
  this.configuration = new Configuration();
7192
7192
  if (basePath) {