@revxui/api-clients-ts 0.10.240 → 0.10.243
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 +23 -23
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.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/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/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/metaRuleDto.js +1 -1
- package/esm2015/model/slicexListResponse.js +1 -1
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/metaRuleDto.js +1 -1
- package/esm5/model/slicexListResponse.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +23 -23
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +23 -23
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/metaRuleDto.d.ts +1 -0
- package/model/slicexListResponse.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.243
|
|
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.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.243 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
var AuditControllerService = /** @class */ (function () {
|
|
1830
1830
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1831
1831
|
this.httpClient = httpClient;
|
|
1832
|
-
this.basePath = 'https://
|
|
1832
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1833
1833
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1834
1834
|
this.configuration = new Configuration();
|
|
1835
1835
|
if (basePath) {
|
|
@@ -2028,7 +2028,7 @@
|
|
|
2028
2028
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2029
2029
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2030
2030
|
this.httpClient = httpClient;
|
|
2031
|
-
this.basePath = 'https://
|
|
2031
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2032
2032
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2033
2033
|
this.configuration = new Configuration();
|
|
2034
2034
|
if (basePath) {
|
|
@@ -2271,7 +2271,7 @@
|
|
|
2271
2271
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2272
2272
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2273
2273
|
this.httpClient = httpClient;
|
|
2274
|
-
this.basePath = 'https://
|
|
2274
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2275
2275
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2276
2276
|
this.configuration = new Configuration();
|
|
2277
2277
|
if (basePath) {
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
var CampaignControllerService = /** @class */ (function () {
|
|
2393
2393
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2394
2394
|
this.httpClient = httpClient;
|
|
2395
|
-
this.basePath = 'https://
|
|
2395
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2396
2396
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2397
2397
|
this.configuration = new Configuration();
|
|
2398
2398
|
if (basePath) {
|
|
@@ -2678,7 +2678,7 @@
|
|
|
2678
2678
|
var CatalogControllerService = /** @class */ (function () {
|
|
2679
2679
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2680
2680
|
this.httpClient = httpClient;
|
|
2681
|
-
this.basePath = 'https://
|
|
2681
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2682
2682
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2683
2683
|
this.configuration = new Configuration();
|
|
2684
2684
|
if (basePath) {
|
|
@@ -2901,7 +2901,7 @@
|
|
|
2901
2901
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2902
2902
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2903
2903
|
this.httpClient = httpClient;
|
|
2904
|
-
this.basePath = 'https://
|
|
2904
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2905
2905
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2906
2906
|
this.configuration = new Configuration();
|
|
2907
2907
|
if (basePath) {
|
|
@@ -3151,7 +3151,7 @@
|
|
|
3151
3151
|
var CreativeControllerService = /** @class */ (function () {
|
|
3152
3152
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3153
3153
|
this.httpClient = httpClient;
|
|
3154
|
-
this.basePath = 'https://
|
|
3154
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3155
3155
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3156
3156
|
this.configuration = new Configuration();
|
|
3157
3157
|
if (basePath) {
|
|
@@ -3628,7 +3628,7 @@
|
|
|
3628
3628
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3629
3629
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3630
3630
|
this.httpClient = httpClient;
|
|
3631
|
-
this.basePath = 'https://
|
|
3631
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3632
3632
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3633
3633
|
this.configuration = new Configuration();
|
|
3634
3634
|
if (basePath) {
|
|
@@ -3963,7 +3963,7 @@
|
|
|
3963
3963
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3964
3964
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3965
3965
|
this.httpClient = httpClient;
|
|
3966
|
-
this.basePath = 'https://
|
|
3966
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3967
3967
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3968
3968
|
this.configuration = new Configuration();
|
|
3969
3969
|
if (basePath) {
|
|
@@ -4164,7 +4164,7 @@
|
|
|
4164
4164
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4165
4165
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4166
4166
|
this.httpClient = httpClient;
|
|
4167
|
-
this.basePath = 'https://
|
|
4167
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4168
4168
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4169
4169
|
this.configuration = new Configuration();
|
|
4170
4170
|
if (basePath) {
|
|
@@ -4252,7 +4252,7 @@
|
|
|
4252
4252
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4253
4253
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4254
4254
|
this.httpClient = httpClient;
|
|
4255
|
-
this.basePath = 'https://
|
|
4255
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4256
4256
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4257
4257
|
this.configuration = new Configuration();
|
|
4258
4258
|
if (basePath) {
|
|
@@ -4431,7 +4431,7 @@
|
|
|
4431
4431
|
var DashboardControllerService = /** @class */ (function () {
|
|
4432
4432
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4433
4433
|
this.httpClient = httpClient;
|
|
4434
|
-
this.basePath = 'https://
|
|
4434
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4435
4435
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4436
4436
|
this.configuration = new Configuration();
|
|
4437
4437
|
if (basePath) {
|
|
@@ -5088,7 +5088,7 @@
|
|
|
5088
5088
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5089
5089
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5090
5090
|
this.httpClient = httpClient;
|
|
5091
|
-
this.basePath = 'https://
|
|
5091
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5092
5092
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5093
5093
|
this.configuration = new Configuration();
|
|
5094
5094
|
if (basePath) {
|
|
@@ -5287,7 +5287,7 @@
|
|
|
5287
5287
|
var PixelControllerService = /** @class */ (function () {
|
|
5288
5288
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5289
5289
|
this.httpClient = httpClient;
|
|
5290
|
-
this.basePath = 'https://
|
|
5290
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5291
5291
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5292
5292
|
this.configuration = new Configuration();
|
|
5293
5293
|
if (basePath) {
|
|
@@ -5616,7 +5616,7 @@
|
|
|
5616
5616
|
var ReportingControllerService = /** @class */ (function () {
|
|
5617
5617
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5618
5618
|
this.httpClient = httpClient;
|
|
5619
|
-
this.basePath = 'https://
|
|
5619
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5620
5620
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5621
5621
|
this.configuration = new Configuration();
|
|
5622
5622
|
if (basePath) {
|
|
@@ -5800,7 +5800,7 @@
|
|
|
5800
5800
|
var SliceXControllerService = /** @class */ (function () {
|
|
5801
5801
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5802
5802
|
this.httpClient = httpClient;
|
|
5803
|
-
this.basePath = 'https://
|
|
5803
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5804
5804
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5805
5805
|
this.configuration = new Configuration();
|
|
5806
5806
|
if (basePath) {
|
|
@@ -5985,7 +5985,7 @@
|
|
|
5985
5985
|
var StrategyControllerService = /** @class */ (function () {
|
|
5986
5986
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5987
5987
|
this.httpClient = httpClient;
|
|
5988
|
-
this.basePath = 'https://
|
|
5988
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5989
5989
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5990
5990
|
this.configuration = new Configuration();
|
|
5991
5991
|
if (basePath) {
|
|
@@ -6646,7 +6646,7 @@
|
|
|
6646
6646
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6647
6647
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6648
6648
|
this.httpClient = httpClient;
|
|
6649
|
-
this.basePath = 'https://
|
|
6649
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6650
6650
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6651
6651
|
this.configuration = new Configuration();
|
|
6652
6652
|
if (basePath) {
|
|
@@ -6748,7 +6748,7 @@
|
|
|
6748
6748
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6749
6749
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6750
6750
|
this.httpClient = httpClient;
|
|
6751
|
-
this.basePath = 'https://
|
|
6751
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6752
6752
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6753
6753
|
this.configuration = new Configuration();
|
|
6754
6754
|
if (basePath) {
|