@revxui/api-clients-ts 0.10.254 → 0.10.256
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/campaignDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/searchRequest.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/campaignDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/searchRequest.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/campaignDTO.d.ts +4 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeSetRequest.d.ts +1 -0
- package/model/searchRequest.d.ts +0 -1
- 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.256
|
|
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.256 --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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
var AuditControllerService = /** @class */ (function () {
|
|
1865
1865
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1866
1866
|
this.httpClient = httpClient;
|
|
1867
|
-
this.basePath = 'https://
|
|
1867
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1868
1868
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1869
1869
|
this.configuration = new Configuration();
|
|
1870
1870
|
if (basePath) {
|
|
@@ -2063,7 +2063,7 @@
|
|
|
2063
2063
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2064
2064
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2065
2065
|
this.httpClient = httpClient;
|
|
2066
|
-
this.basePath = 'https://
|
|
2066
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2067
2067
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2068
2068
|
this.configuration = new Configuration();
|
|
2069
2069
|
if (basePath) {
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2307
2307
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2308
2308
|
this.httpClient = httpClient;
|
|
2309
|
-
this.basePath = 'https://
|
|
2309
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2310
2310
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2311
2311
|
this.configuration = new Configuration();
|
|
2312
2312
|
if (basePath) {
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
var CampaignControllerService = /** @class */ (function () {
|
|
2428
2428
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2429
2429
|
this.httpClient = httpClient;
|
|
2430
|
-
this.basePath = 'https://
|
|
2430
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2431
2431
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2432
2432
|
this.configuration = new Configuration();
|
|
2433
2433
|
if (basePath) {
|
|
@@ -2713,7 +2713,7 @@
|
|
|
2713
2713
|
var CatalogControllerService = /** @class */ (function () {
|
|
2714
2714
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2715
2715
|
this.httpClient = httpClient;
|
|
2716
|
-
this.basePath = 'https://
|
|
2716
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2717
2717
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2718
2718
|
this.configuration = new Configuration();
|
|
2719
2719
|
if (basePath) {
|
|
@@ -2936,7 +2936,7 @@
|
|
|
2936
2936
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2937
2937
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2938
2938
|
this.httpClient = httpClient;
|
|
2939
|
-
this.basePath = 'https://
|
|
2939
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2940
2940
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2941
2941
|
this.configuration = new Configuration();
|
|
2942
2942
|
if (basePath) {
|
|
@@ -3186,7 +3186,7 @@
|
|
|
3186
3186
|
var CreativeControllerService = /** @class */ (function () {
|
|
3187
3187
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3188
3188
|
this.httpClient = httpClient;
|
|
3189
|
-
this.basePath = 'https://
|
|
3189
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3190
3190
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3191
3191
|
this.configuration = new Configuration();
|
|
3192
3192
|
if (basePath) {
|
|
@@ -3663,7 +3663,7 @@
|
|
|
3663
3663
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3664
3664
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3665
3665
|
this.httpClient = httpClient;
|
|
3666
|
-
this.basePath = 'https://
|
|
3666
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3667
3667
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3668
3668
|
this.configuration = new Configuration();
|
|
3669
3669
|
if (basePath) {
|
|
@@ -3998,7 +3998,7 @@
|
|
|
3998
3998
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3999
3999
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4000
4000
|
this.httpClient = httpClient;
|
|
4001
|
-
this.basePath = 'https://
|
|
4001
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4002
4002
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4003
4003
|
this.configuration = new Configuration();
|
|
4004
4004
|
if (basePath) {
|
|
@@ -4199,7 +4199,7 @@
|
|
|
4199
4199
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4200
4200
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4201
4201
|
this.httpClient = httpClient;
|
|
4202
|
-
this.basePath = 'https://
|
|
4202
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4203
4203
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4204
4204
|
this.configuration = new Configuration();
|
|
4205
4205
|
if (basePath) {
|
|
@@ -4287,7 +4287,7 @@
|
|
|
4287
4287
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4288
4288
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4289
4289
|
this.httpClient = httpClient;
|
|
4290
|
-
this.basePath = 'https://
|
|
4290
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4291
4291
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4292
4292
|
this.configuration = new Configuration();
|
|
4293
4293
|
if (basePath) {
|
|
@@ -4466,7 +4466,7 @@
|
|
|
4466
4466
|
var DashboardControllerService = /** @class */ (function () {
|
|
4467
4467
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4468
4468
|
this.httpClient = httpClient;
|
|
4469
|
-
this.basePath = 'https://
|
|
4469
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4470
4470
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4471
4471
|
this.configuration = new Configuration();
|
|
4472
4472
|
if (basePath) {
|
|
@@ -5123,7 +5123,7 @@
|
|
|
5123
5123
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5124
5124
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5125
5125
|
this.httpClient = httpClient;
|
|
5126
|
-
this.basePath = 'https://
|
|
5126
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5127
5127
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5128
5128
|
this.configuration = new Configuration();
|
|
5129
5129
|
if (basePath) {
|
|
@@ -5322,7 +5322,7 @@
|
|
|
5322
5322
|
var PixelControllerService = /** @class */ (function () {
|
|
5323
5323
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5324
5324
|
this.httpClient = httpClient;
|
|
5325
|
-
this.basePath = 'https://
|
|
5325
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5326
5326
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5327
5327
|
this.configuration = new Configuration();
|
|
5328
5328
|
if (basePath) {
|
|
@@ -5651,7 +5651,7 @@
|
|
|
5651
5651
|
var ReportingControllerService = /** @class */ (function () {
|
|
5652
5652
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5653
5653
|
this.httpClient = httpClient;
|
|
5654
|
-
this.basePath = 'https://
|
|
5654
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5655
5655
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5656
5656
|
this.configuration = new Configuration();
|
|
5657
5657
|
if (basePath) {
|
|
@@ -5835,7 +5835,7 @@
|
|
|
5835
5835
|
var SliceXControllerService = /** @class */ (function () {
|
|
5836
5836
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5837
5837
|
this.httpClient = httpClient;
|
|
5838
|
-
this.basePath = 'https://
|
|
5838
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5839
5839
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5840
5840
|
this.configuration = new Configuration();
|
|
5841
5841
|
if (basePath) {
|
|
@@ -6020,7 +6020,7 @@
|
|
|
6020
6020
|
var StrategyControllerService = /** @class */ (function () {
|
|
6021
6021
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6022
6022
|
this.httpClient = httpClient;
|
|
6023
|
-
this.basePath = 'https://
|
|
6023
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6024
6024
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6025
6025
|
this.configuration = new Configuration();
|
|
6026
6026
|
if (basePath) {
|
|
@@ -6681,7 +6681,7 @@
|
|
|
6681
6681
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6682
6682
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6683
6683
|
this.httpClient = httpClient;
|
|
6684
|
-
this.basePath = 'https://
|
|
6684
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6685
6685
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6686
6686
|
this.configuration = new Configuration();
|
|
6687
6687
|
if (basePath) {
|
|
@@ -6783,7 +6783,7 @@
|
|
|
6783
6783
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6784
6784
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6785
6785
|
this.httpClient = httpClient;
|
|
6786
|
-
this.basePath = 'https://
|
|
6786
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6787
6787
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6788
6788
|
this.configuration = new Configuration();
|
|
6789
6789
|
if (basePath) {
|