@revxui/api-clients-ts 1.1.62 → 1.1.63
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.
- package/README.md +2 -2
- package/bundles/revxui-api-clients-ts.umd.js +25 -25
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/customerReportingController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/fesm2015/revxui-api-clients-ts.js +25 -25
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@1.1.
|
|
1
|
+
## @revxui/api-clients-ts@1.1.63
|
|
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.
|
|
22
|
+
npm install @revxui/api-clients-ts@1.1.63 --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://
|
|
373
|
+
this.basePath = 'https://apiv2stage8.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://
|
|
578
|
+
this.basePath = 'https://apiv2stage8.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://
|
|
1012
|
+
this.basePath = 'https://apiv2stage8.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://
|
|
1265
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
1266
1266
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1267
1267
|
this.configuration = new Configuration();
|
|
1268
1268
|
if (basePath) {
|
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
var AuditControllerService = /** @class */ (function () {
|
|
2121
2121
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
2122
2122
|
this.httpClient = httpClient;
|
|
2123
|
-
this.basePath = 'https://
|
|
2123
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
2124
2124
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2125
2125
|
this.configuration = new Configuration();
|
|
2126
2126
|
if (basePath) {
|
|
@@ -2307,7 +2307,7 @@
|
|
|
2307
2307
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2308
2308
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2309
2309
|
this.httpClient = httpClient;
|
|
2310
|
-
this.basePath = 'https://
|
|
2310
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
2311
2311
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2312
2312
|
this.configuration = new Configuration();
|
|
2313
2313
|
if (basePath) {
|
|
@@ -2538,7 +2538,7 @@
|
|
|
2538
2538
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2539
2539
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2540
2540
|
this.httpClient = httpClient;
|
|
2541
|
-
this.basePath = 'https://
|
|
2541
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
2542
2542
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2543
2543
|
this.configuration = new Configuration();
|
|
2544
2544
|
if (basePath) {
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
var CampaignControllerService = /** @class */ (function () {
|
|
2648
2648
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2649
2649
|
this.httpClient = httpClient;
|
|
2650
|
-
this.basePath = 'https://
|
|
2650
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
2651
2651
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2652
2652
|
this.configuration = new Configuration();
|
|
2653
2653
|
if (basePath) {
|
|
@@ -2957,7 +2957,7 @@
|
|
|
2957
2957
|
var CatalogControllerService = /** @class */ (function () {
|
|
2958
2958
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2959
2959
|
this.httpClient = httpClient;
|
|
2960
|
-
this.basePath = 'https://
|
|
2960
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
2961
2961
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2962
2962
|
this.configuration = new Configuration();
|
|
2963
2963
|
if (basePath) {
|
|
@@ -3203,7 +3203,7 @@
|
|
|
3203
3203
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3204
3204
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3205
3205
|
this.httpClient = httpClient;
|
|
3206
|
-
this.basePath = 'https://
|
|
3206
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
3207
3207
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3208
3208
|
this.configuration = new Configuration();
|
|
3209
3209
|
if (basePath) {
|
|
@@ -3441,7 +3441,7 @@
|
|
|
3441
3441
|
var CreativeControllerService = /** @class */ (function () {
|
|
3442
3442
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3443
3443
|
this.httpClient = httpClient;
|
|
3444
|
-
this.basePath = 'https://
|
|
3444
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
3445
3445
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3446
3446
|
this.configuration = new Configuration();
|
|
3447
3447
|
if (basePath) {
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3943
3943
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3944
3944
|
this.httpClient = httpClient;
|
|
3945
|
-
this.basePath = 'https://
|
|
3945
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
3946
3946
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3947
3947
|
this.configuration = new Configuration();
|
|
3948
3948
|
if (basePath) {
|
|
@@ -4543,7 +4543,7 @@
|
|
|
4543
4543
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4544
4544
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4545
4545
|
this.httpClient = httpClient;
|
|
4546
|
-
this.basePath = 'https://
|
|
4546
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
4547
4547
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4548
4548
|
this.configuration = new Configuration();
|
|
4549
4549
|
if (basePath) {
|
|
@@ -4732,7 +4732,7 @@
|
|
|
4732
4732
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4733
4733
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4734
4734
|
this.httpClient = httpClient;
|
|
4735
|
-
this.basePath = 'https://
|
|
4735
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
4736
4736
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4737
4737
|
this.configuration = new Configuration();
|
|
4738
4738
|
if (basePath) {
|
|
@@ -4808,7 +4808,7 @@
|
|
|
4808
4808
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4809
4809
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4810
4810
|
this.httpClient = httpClient;
|
|
4811
|
-
this.basePath = 'https://
|
|
4811
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
4812
4812
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4813
4813
|
this.configuration = new Configuration();
|
|
4814
4814
|
if (basePath) {
|
|
@@ -4975,7 +4975,7 @@
|
|
|
4975
4975
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
4976
4976
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
4977
4977
|
this.httpClient = httpClient;
|
|
4978
|
-
this.basePath = 'https://
|
|
4978
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
4979
4979
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4980
4980
|
this.configuration = new Configuration();
|
|
4981
4981
|
if (basePath) {
|
|
@@ -5060,7 +5060,7 @@
|
|
|
5060
5060
|
var DashboardControllerService = /** @class */ (function () {
|
|
5061
5061
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
5062
5062
|
this.httpClient = httpClient;
|
|
5063
|
-
this.basePath = 'https://
|
|
5063
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
5064
5064
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5065
5065
|
this.configuration = new Configuration();
|
|
5066
5066
|
if (basePath) {
|
|
@@ -5705,7 +5705,7 @@
|
|
|
5705
5705
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5706
5706
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5707
5707
|
this.httpClient = httpClient;
|
|
5708
|
-
this.basePath = 'https://
|
|
5708
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
5709
5709
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5710
5710
|
this.configuration = new Configuration();
|
|
5711
5711
|
if (basePath) {
|
|
@@ -5924,7 +5924,7 @@
|
|
|
5924
5924
|
var PixelControllerService = /** @class */ (function () {
|
|
5925
5925
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5926
5926
|
this.httpClient = httpClient;
|
|
5927
|
-
this.basePath = 'https://
|
|
5927
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
5928
5928
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5929
5929
|
this.configuration = new Configuration();
|
|
5930
5930
|
if (basePath) {
|
|
@@ -6241,7 +6241,7 @@
|
|
|
6241
6241
|
var ReportingControllerService = /** @class */ (function () {
|
|
6242
6242
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6243
6243
|
this.httpClient = httpClient;
|
|
6244
|
-
this.basePath = 'https://
|
|
6244
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
6245
6245
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6246
6246
|
this.configuration = new Configuration();
|
|
6247
6247
|
if (basePath) {
|
|
@@ -6413,7 +6413,7 @@
|
|
|
6413
6413
|
var SliceXControllerService = /** @class */ (function () {
|
|
6414
6414
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6415
6415
|
this.httpClient = httpClient;
|
|
6416
|
-
this.basePath = 'https://
|
|
6416
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
6417
6417
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6418
6418
|
this.configuration = new Configuration();
|
|
6419
6419
|
if (basePath) {
|
|
@@ -6669,7 +6669,7 @@
|
|
|
6669
6669
|
var StrategyControllerService = /** @class */ (function () {
|
|
6670
6670
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6671
6671
|
this.httpClient = httpClient;
|
|
6672
|
-
this.basePath = 'https://
|
|
6672
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
6673
6673
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6674
6674
|
this.configuration = new Configuration();
|
|
6675
6675
|
if (basePath) {
|
|
@@ -7501,7 +7501,7 @@
|
|
|
7501
7501
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
7502
7502
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
7503
7503
|
this.httpClient = httpClient;
|
|
7504
|
-
this.basePath = 'https://
|
|
7504
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
7505
7505
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7506
7506
|
this.configuration = new Configuration();
|
|
7507
7507
|
if (basePath) {
|
|
@@ -7623,7 +7623,7 @@
|
|
|
7623
7623
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7624
7624
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7625
7625
|
this.httpClient = httpClient;
|
|
7626
|
-
this.basePath = 'https://
|
|
7626
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
7627
7627
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7628
7628
|
this.configuration = new Configuration();
|
|
7629
7629
|
if (basePath) {
|
|
@@ -7713,7 +7713,7 @@
|
|
|
7713
7713
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7714
7714
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7715
7715
|
this.httpClient = httpClient;
|
|
7716
|
-
this.basePath = 'https://
|
|
7716
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
7717
7717
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7718
7718
|
this.configuration = new Configuration();
|
|
7719
7719
|
if (basePath) {
|