@revxui/api-clients-ts 1.1.253 → 1.1.255

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 (35) hide show
  1. package/README.md +2 -2
  2. package/bundles/revxui-api-clients-ts.umd.js +27 -27
  3. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  4. package/esm2015/api/adminController.service.js +2 -2
  5. package/esm2015/api/advertiserController.service.js +2 -2
  6. package/esm2015/api/appSettingsController.service.js +2 -2
  7. package/esm2015/api/audienceController.service.js +2 -2
  8. package/esm2015/api/auditController.service.js +2 -2
  9. package/esm2015/api/bidFunnelController.service.js +2 -2
  10. package/esm2015/api/bulkStrategyController.service.js +2 -2
  11. package/esm2015/api/cSSThemeController_.service.js +2 -2
  12. package/esm2015/api/campaignController.service.js +2 -2
  13. package/esm2015/api/catalogController.service.js +2 -2
  14. package/esm2015/api/clickDestinationController.service.js +2 -2
  15. package/esm2015/api/creativeController.service.js +2 -2
  16. package/esm2015/api/creativeSetsController.service.js +2 -2
  17. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  18. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  20. package/esm2015/api/customerReportingController.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/reportingSchedulerController.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/strategyTemplateController.service.js +2 -2
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/creativeSetDetails.js +1 -1
  32. package/fesm2015/revxui-api-clients-ts.js +27 -27
  33. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  34. package/model/creativeSetDetails.d.ts +1 -0
  35. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@1.1.253
1
+ ## @revxui/api-clients-ts@1.1.255
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@1.1.253 --save
22
+ npm install @revxui/api-clients-ts@1.1.255 --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://apiv2stage2.atomex.net';
373
+ this.basePath = 'https://apiv2stage3.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://apiv2stage2.atomex.net';
578
+ this.basePath = 'https://apiv2stage3.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1047,7 +1047,7 @@
1047
1047
  var AppSettingsControllerService = /** @class */ (function () {
1048
1048
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1049
1049
  this.httpClient = httpClient;
1050
- this.basePath = 'https://apiv2stage2.atomex.net';
1050
+ this.basePath = 'https://apiv2stage3.atomex.net';
1051
1051
  this.defaultHeaders = new http.HttpHeaders();
1052
1052
  this.configuration = new Configuration();
1053
1053
  if (basePath) {
@@ -1300,7 +1300,7 @@
1300
1300
  var AudienceControllerService = /** @class */ (function () {
1301
1301
  function AudienceControllerService(httpClient, basePath, configuration) {
1302
1302
  this.httpClient = httpClient;
1303
- this.basePath = 'https://apiv2stage2.atomex.net';
1303
+ this.basePath = 'https://apiv2stage3.atomex.net';
1304
1304
  this.defaultHeaders = new http.HttpHeaders();
1305
1305
  this.configuration = new Configuration();
1306
1306
  if (basePath) {
@@ -2158,7 +2158,7 @@
2158
2158
  var AuditControllerService = /** @class */ (function () {
2159
2159
  function AuditControllerService(httpClient, basePath, configuration) {
2160
2160
  this.httpClient = httpClient;
2161
- this.basePath = 'https://apiv2stage2.atomex.net';
2161
+ this.basePath = 'https://apiv2stage3.atomex.net';
2162
2162
  this.defaultHeaders = new http.HttpHeaders();
2163
2163
  this.configuration = new Configuration();
2164
2164
  if (basePath) {
@@ -2345,7 +2345,7 @@
2345
2345
  var BidFunnelControllerService = /** @class */ (function () {
2346
2346
  function BidFunnelControllerService(httpClient, basePath, configuration) {
2347
2347
  this.httpClient = httpClient;
2348
- this.basePath = 'https://apiv2stage2.atomex.net';
2348
+ this.basePath = 'https://apiv2stage3.atomex.net';
2349
2349
  this.defaultHeaders = new http.HttpHeaders();
2350
2350
  this.configuration = new Configuration();
2351
2351
  if (basePath) {
@@ -2476,7 +2476,7 @@
2476
2476
  var BulkStrategyControllerService = /** @class */ (function () {
2477
2477
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2478
2478
  this.httpClient = httpClient;
2479
- this.basePath = 'https://apiv2stage2.atomex.net';
2479
+ this.basePath = 'https://apiv2stage3.atomex.net';
2480
2480
  this.defaultHeaders = new http.HttpHeaders();
2481
2481
  this.configuration = new Configuration();
2482
2482
  if (basePath) {
@@ -2707,7 +2707,7 @@
2707
2707
  var CSSThemeController_Service = /** @class */ (function () {
2708
2708
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2709
2709
  this.httpClient = httpClient;
2710
- this.basePath = 'https://apiv2stage2.atomex.net';
2710
+ this.basePath = 'https://apiv2stage3.atomex.net';
2711
2711
  this.defaultHeaders = new http.HttpHeaders();
2712
2712
  this.configuration = new Configuration();
2713
2713
  if (basePath) {
@@ -2816,7 +2816,7 @@
2816
2816
  var CampaignControllerService = /** @class */ (function () {
2817
2817
  function CampaignControllerService(httpClient, basePath, configuration) {
2818
2818
  this.httpClient = httpClient;
2819
- this.basePath = 'https://apiv2stage2.atomex.net';
2819
+ this.basePath = 'https://apiv2stage3.atomex.net';
2820
2820
  this.defaultHeaders = new http.HttpHeaders();
2821
2821
  this.configuration = new Configuration();
2822
2822
  if (basePath) {
@@ -3126,7 +3126,7 @@
3126
3126
  var CatalogControllerService = /** @class */ (function () {
3127
3127
  function CatalogControllerService(httpClient, basePath, configuration) {
3128
3128
  this.httpClient = httpClient;
3129
- this.basePath = 'https://apiv2stage2.atomex.net';
3129
+ this.basePath = 'https://apiv2stage3.atomex.net';
3130
3130
  this.defaultHeaders = new http.HttpHeaders();
3131
3131
  this.configuration = new Configuration();
3132
3132
  if (basePath) {
@@ -3372,7 +3372,7 @@
3372
3372
  var ClickDestinationControllerService = /** @class */ (function () {
3373
3373
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3374
3374
  this.httpClient = httpClient;
3375
- this.basePath = 'https://apiv2stage2.atomex.net';
3375
+ this.basePath = 'https://apiv2stage3.atomex.net';
3376
3376
  this.defaultHeaders = new http.HttpHeaders();
3377
3377
  this.configuration = new Configuration();
3378
3378
  if (basePath) {
@@ -3610,7 +3610,7 @@
3610
3610
  var CreativeControllerService = /** @class */ (function () {
3611
3611
  function CreativeControllerService(httpClient, basePath, configuration) {
3612
3612
  this.httpClient = httpClient;
3613
- this.basePath = 'https://apiv2stage2.atomex.net';
3613
+ this.basePath = 'https://apiv2stage3.atomex.net';
3614
3614
  this.defaultHeaders = new http.HttpHeaders();
3615
3615
  this.configuration = new Configuration();
3616
3616
  if (basePath) {
@@ -4111,7 +4111,7 @@
4111
4111
  var CreativeSetsControllerService = /** @class */ (function () {
4112
4112
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
4113
4113
  this.httpClient = httpClient;
4114
- this.basePath = 'https://apiv2stage2.atomex.net';
4114
+ this.basePath = 'https://apiv2stage3.atomex.net';
4115
4115
  this.defaultHeaders = new http.HttpHeaders();
4116
4116
  this.configuration = new Configuration();
4117
4117
  if (basePath) {
@@ -4745,7 +4745,7 @@
4745
4745
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4746
4746
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4747
4747
  this.httpClient = httpClient;
4748
- this.basePath = 'https://apiv2stage2.atomex.net';
4748
+ this.basePath = 'https://apiv2stage3.atomex.net';
4749
4749
  this.defaultHeaders = new http.HttpHeaders();
4750
4750
  this.configuration = new Configuration();
4751
4751
  if (basePath) {
@@ -4934,7 +4934,7 @@
4934
4934
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4935
4935
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4936
4936
  this.httpClient = httpClient;
4937
- this.basePath = 'https://apiv2stage2.atomex.net';
4937
+ this.basePath = 'https://apiv2stage3.atomex.net';
4938
4938
  this.defaultHeaders = new http.HttpHeaders();
4939
4939
  this.configuration = new Configuration();
4940
4940
  if (basePath) {
@@ -5010,7 +5010,7 @@
5010
5010
  var CreativeTemplatesControllerService = /** @class */ (function () {
5011
5011
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
5012
5012
  this.httpClient = httpClient;
5013
- this.basePath = 'https://apiv2stage2.atomex.net';
5013
+ this.basePath = 'https://apiv2stage3.atomex.net';
5014
5014
  this.defaultHeaders = new http.HttpHeaders();
5015
5015
  this.configuration = new Configuration();
5016
5016
  if (basePath) {
@@ -5177,7 +5177,7 @@
5177
5177
  var CustomerReportingControllerService = /** @class */ (function () {
5178
5178
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
5179
5179
  this.httpClient = httpClient;
5180
- this.basePath = 'https://apiv2stage2.atomex.net';
5180
+ this.basePath = 'https://apiv2stage3.atomex.net';
5181
5181
  this.defaultHeaders = new http.HttpHeaders();
5182
5182
  this.configuration = new Configuration();
5183
5183
  if (basePath) {
@@ -5262,7 +5262,7 @@
5262
5262
  var DashboardControllerService = /** @class */ (function () {
5263
5263
  function DashboardControllerService(httpClient, basePath, configuration) {
5264
5264
  this.httpClient = httpClient;
5265
- this.basePath = 'https://apiv2stage2.atomex.net';
5265
+ this.basePath = 'https://apiv2stage3.atomex.net';
5266
5266
  this.defaultHeaders = new http.HttpHeaders();
5267
5267
  this.configuration = new Configuration();
5268
5268
  if (basePath) {
@@ -5948,7 +5948,7 @@
5948
5948
  var NotificationsControllerService = /** @class */ (function () {
5949
5949
  function NotificationsControllerService(httpClient, basePath, configuration) {
5950
5950
  this.httpClient = httpClient;
5951
- this.basePath = 'https://apiv2stage2.atomex.net';
5951
+ this.basePath = 'https://apiv2stage3.atomex.net';
5952
5952
  this.defaultHeaders = new http.HttpHeaders();
5953
5953
  this.configuration = new Configuration();
5954
5954
  if (basePath) {
@@ -6167,7 +6167,7 @@
6167
6167
  var PixelControllerService = /** @class */ (function () {
6168
6168
  function PixelControllerService(httpClient, basePath, configuration) {
6169
6169
  this.httpClient = httpClient;
6170
- this.basePath = 'https://apiv2stage2.atomex.net';
6170
+ this.basePath = 'https://apiv2stage3.atomex.net';
6171
6171
  this.defaultHeaders = new http.HttpHeaders();
6172
6172
  this.configuration = new Configuration();
6173
6173
  if (basePath) {
@@ -6484,7 +6484,7 @@
6484
6484
  var ReportingControllerService = /** @class */ (function () {
6485
6485
  function ReportingControllerService(httpClient, basePath, configuration) {
6486
6486
  this.httpClient = httpClient;
6487
- this.basePath = 'https://apiv2stage2.atomex.net';
6487
+ this.basePath = 'https://apiv2stage3.atomex.net';
6488
6488
  this.defaultHeaders = new http.HttpHeaders();
6489
6489
  this.configuration = new Configuration();
6490
6490
  if (basePath) {
@@ -6656,7 +6656,7 @@
6656
6656
  var ReportingSchedulerControllerService = /** @class */ (function () {
6657
6657
  function ReportingSchedulerControllerService(httpClient, basePath, configuration) {
6658
6658
  this.httpClient = httpClient;
6659
- this.basePath = 'https://apiv2stage2.atomex.net';
6659
+ this.basePath = 'https://apiv2stage3.atomex.net';
6660
6660
  this.defaultHeaders = new http.HttpHeaders();
6661
6661
  this.configuration = new Configuration();
6662
6662
  if (basePath) {
@@ -6981,7 +6981,7 @@
6981
6981
  var SliceXControllerService = /** @class */ (function () {
6982
6982
  function SliceXControllerService(httpClient, basePath, configuration) {
6983
6983
  this.httpClient = httpClient;
6984
- this.basePath = 'https://apiv2stage2.atomex.net';
6984
+ this.basePath = 'https://apiv2stage3.atomex.net';
6985
6985
  this.defaultHeaders = new http.HttpHeaders();
6986
6986
  this.configuration = new Configuration();
6987
6987
  if (basePath) {
@@ -7237,7 +7237,7 @@
7237
7237
  var StrategyControllerService = /** @class */ (function () {
7238
7238
  function StrategyControllerService(httpClient, basePath, configuration) {
7239
7239
  this.httpClient = httpClient;
7240
- this.basePath = 'https://apiv2stage2.atomex.net';
7240
+ this.basePath = 'https://apiv2stage3.atomex.net';
7241
7241
  this.defaultHeaders = new http.HttpHeaders();
7242
7242
  this.configuration = new Configuration();
7243
7243
  if (basePath) {
@@ -8069,7 +8069,7 @@
8069
8069
  var StrategyTemplateControllerService = /** @class */ (function () {
8070
8070
  function StrategyTemplateControllerService(httpClient, basePath, configuration) {
8071
8071
  this.httpClient = httpClient;
8072
- this.basePath = 'https://apiv2stage2.atomex.net';
8072
+ this.basePath = 'https://apiv2stage3.atomex.net';
8073
8073
  this.defaultHeaders = new http.HttpHeaders();
8074
8074
  this.configuration = new Configuration();
8075
8075
  if (basePath) {
@@ -8191,7 +8191,7 @@
8191
8191
  var UILoggerControllerService = /** @class */ (function () {
8192
8192
  function UILoggerControllerService(httpClient, basePath, configuration) {
8193
8193
  this.httpClient = httpClient;
8194
- this.basePath = 'https://apiv2stage2.atomex.net';
8194
+ this.basePath = 'https://apiv2stage3.atomex.net';
8195
8195
  this.defaultHeaders = new http.HttpHeaders();
8196
8196
  this.configuration = new Configuration();
8197
8197
  if (basePath) {
@@ -8281,7 +8281,7 @@
8281
8281
  var UserPreferenceControllerService = /** @class */ (function () {
8282
8282
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
8283
8283
  this.httpClient = httpClient;
8284
- this.basePath = 'https://apiv2stage2.atomex.net';
8284
+ this.basePath = 'https://apiv2stage3.atomex.net';
8285
8285
  this.defaultHeaders = new http.HttpHeaders();
8286
8286
  this.configuration = new Configuration();
8287
8287
  if (basePath) {