@revxui/api-clients-ts 1.1.210 → 1.1.211
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 +26 -26
- 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/bidFunnelController.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/esm2015/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +26 -26
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/strategyDTO.d.ts +1 -0
- 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.211
|
|
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.211 --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://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://
|
|
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://
|
|
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://
|
|
1265
|
+
this.basePath = 'https://apiv2beta.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://apiv2beta.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 BidFunnelControllerService = /** @class */ (function () {
|
|
2308
2308
|
function BidFunnelControllerService(httpClient, basePath, configuration) {
|
|
2309
2309
|
this.httpClient = httpClient;
|
|
2310
|
-
this.basePath = 'https://
|
|
2310
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2311
2311
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2312
2312
|
this.configuration = new Configuration();
|
|
2313
2313
|
if (basePath) {
|
|
@@ -2438,7 +2438,7 @@
|
|
|
2438
2438
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2439
2439
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2440
2440
|
this.httpClient = httpClient;
|
|
2441
|
-
this.basePath = 'https://
|
|
2441
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2442
2442
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2443
2443
|
this.configuration = new Configuration();
|
|
2444
2444
|
if (basePath) {
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2670
2670
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2671
2671
|
this.httpClient = httpClient;
|
|
2672
|
-
this.basePath = 'https://
|
|
2672
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2673
2673
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2674
2674
|
this.configuration = new Configuration();
|
|
2675
2675
|
if (basePath) {
|
|
@@ -2778,7 +2778,7 @@
|
|
|
2778
2778
|
var CampaignControllerService = /** @class */ (function () {
|
|
2779
2779
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2780
2780
|
this.httpClient = httpClient;
|
|
2781
|
-
this.basePath = 'https://
|
|
2781
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2782
2782
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2783
2783
|
this.configuration = new Configuration();
|
|
2784
2784
|
if (basePath) {
|
|
@@ -3088,7 +3088,7 @@
|
|
|
3088
3088
|
var CatalogControllerService = /** @class */ (function () {
|
|
3089
3089
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
3090
3090
|
this.httpClient = httpClient;
|
|
3091
|
-
this.basePath = 'https://
|
|
3091
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3092
3092
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3093
3093
|
this.configuration = new Configuration();
|
|
3094
3094
|
if (basePath) {
|
|
@@ -3334,7 +3334,7 @@
|
|
|
3334
3334
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3335
3335
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3336
3336
|
this.httpClient = httpClient;
|
|
3337
|
-
this.basePath = 'https://
|
|
3337
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3338
3338
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3339
3339
|
this.configuration = new Configuration();
|
|
3340
3340
|
if (basePath) {
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
var CreativeControllerService = /** @class */ (function () {
|
|
3573
3573
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3574
3574
|
this.httpClient = httpClient;
|
|
3575
|
-
this.basePath = 'https://
|
|
3575
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3576
3576
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3577
3577
|
this.configuration = new Configuration();
|
|
3578
3578
|
if (basePath) {
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
4074
4074
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
4075
4075
|
this.httpClient = httpClient;
|
|
4076
|
-
this.basePath = 'https://
|
|
4076
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4077
4077
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4078
4078
|
this.configuration = new Configuration();
|
|
4079
4079
|
if (basePath) {
|
|
@@ -4704,7 +4704,7 @@
|
|
|
4704
4704
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4705
4705
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4706
4706
|
this.httpClient = httpClient;
|
|
4707
|
-
this.basePath = 'https://
|
|
4707
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4708
4708
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4709
4709
|
this.configuration = new Configuration();
|
|
4710
4710
|
if (basePath) {
|
|
@@ -4893,7 +4893,7 @@
|
|
|
4893
4893
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4894
4894
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4895
4895
|
this.httpClient = httpClient;
|
|
4896
|
-
this.basePath = 'https://
|
|
4896
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4897
4897
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4898
4898
|
this.configuration = new Configuration();
|
|
4899
4899
|
if (basePath) {
|
|
@@ -4969,7 +4969,7 @@
|
|
|
4969
4969
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4970
4970
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4971
4971
|
this.httpClient = httpClient;
|
|
4972
|
-
this.basePath = 'https://
|
|
4972
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4973
4973
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4974
4974
|
this.configuration = new Configuration();
|
|
4975
4975
|
if (basePath) {
|
|
@@ -5136,7 +5136,7 @@
|
|
|
5136
5136
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
5137
5137
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
5138
5138
|
this.httpClient = httpClient;
|
|
5139
|
-
this.basePath = 'https://
|
|
5139
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5140
5140
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5141
5141
|
this.configuration = new Configuration();
|
|
5142
5142
|
if (basePath) {
|
|
@@ -5221,7 +5221,7 @@
|
|
|
5221
5221
|
var DashboardControllerService = /** @class */ (function () {
|
|
5222
5222
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
5223
5223
|
this.httpClient = httpClient;
|
|
5224
|
-
this.basePath = 'https://
|
|
5224
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5225
5225
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5226
5226
|
this.configuration = new Configuration();
|
|
5227
5227
|
if (basePath) {
|
|
@@ -5866,7 +5866,7 @@
|
|
|
5866
5866
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5867
5867
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5868
5868
|
this.httpClient = httpClient;
|
|
5869
|
-
this.basePath = 'https://
|
|
5869
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5870
5870
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5871
5871
|
this.configuration = new Configuration();
|
|
5872
5872
|
if (basePath) {
|
|
@@ -6085,7 +6085,7 @@
|
|
|
6085
6085
|
var PixelControllerService = /** @class */ (function () {
|
|
6086
6086
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
6087
6087
|
this.httpClient = httpClient;
|
|
6088
|
-
this.basePath = 'https://
|
|
6088
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6089
6089
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6090
6090
|
this.configuration = new Configuration();
|
|
6091
6091
|
if (basePath) {
|
|
@@ -6402,7 +6402,7 @@
|
|
|
6402
6402
|
var ReportingControllerService = /** @class */ (function () {
|
|
6403
6403
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6404
6404
|
this.httpClient = httpClient;
|
|
6405
|
-
this.basePath = 'https://
|
|
6405
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6406
6406
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6407
6407
|
this.configuration = new Configuration();
|
|
6408
6408
|
if (basePath) {
|
|
@@ -6574,7 +6574,7 @@
|
|
|
6574
6574
|
var SliceXControllerService = /** @class */ (function () {
|
|
6575
6575
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6576
6576
|
this.httpClient = httpClient;
|
|
6577
|
-
this.basePath = 'https://
|
|
6577
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6578
6578
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6579
6579
|
this.configuration = new Configuration();
|
|
6580
6580
|
if (basePath) {
|
|
@@ -6830,7 +6830,7 @@
|
|
|
6830
6830
|
var StrategyControllerService = /** @class */ (function () {
|
|
6831
6831
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6832
6832
|
this.httpClient = httpClient;
|
|
6833
|
-
this.basePath = 'https://
|
|
6833
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6834
6834
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6835
6835
|
this.configuration = new Configuration();
|
|
6836
6836
|
if (basePath) {
|
|
@@ -7662,7 +7662,7 @@
|
|
|
7662
7662
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
7663
7663
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
7664
7664
|
this.httpClient = httpClient;
|
|
7665
|
-
this.basePath = 'https://
|
|
7665
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
7666
7666
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7667
7667
|
this.configuration = new Configuration();
|
|
7668
7668
|
if (basePath) {
|
|
@@ -7784,7 +7784,7 @@
|
|
|
7784
7784
|
var UILoggerControllerService = /** @class */ (function () {
|
|
7785
7785
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
7786
7786
|
this.httpClient = httpClient;
|
|
7787
|
-
this.basePath = 'https://
|
|
7787
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
7788
7788
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7789
7789
|
this.configuration = new Configuration();
|
|
7790
7790
|
if (basePath) {
|
|
@@ -7874,7 +7874,7 @@
|
|
|
7874
7874
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
7875
7875
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
7876
7876
|
this.httpClient = httpClient;
|
|
7877
|
-
this.basePath = 'https://
|
|
7877
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
7878
7878
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7879
7879
|
this.configuration = new Configuration();
|
|
7880
7880
|
if (basePath) {
|