@revxui/api-clients-ts 0.10.178 → 0.10.179
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/api/dashboardController.service.d.ts +24 -24
- 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/appsFlyerAudienceController.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/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/campaignESDTO.js +1 -1
- package/esm2015/model/strategyDTO.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/appsFlyerAudienceController.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/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/campaignESDTO.js +1 -1
- package/esm5/model/strategyDTO.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/campaignESDTO.d.ts +1 -0
- package/model/strategyDTO.d.ts +1 -0
- package/package.json +1 -1
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
837
|
let AppsFlyerAudienceControllerService = class AppsFlyerAudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -988,7 +988,7 @@ AppsFlyerAudienceControllerService = __decorate([
|
|
|
988
988
|
let AudienceControllerService = class AudienceControllerService {
|
|
989
989
|
constructor(httpClient, basePath, configuration) {
|
|
990
990
|
this.httpClient = httpClient;
|
|
991
|
-
this.basePath = 'https://
|
|
991
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
992
992
|
this.defaultHeaders = new HttpHeaders();
|
|
993
993
|
this.configuration = new Configuration();
|
|
994
994
|
if (basePath) {
|
|
@@ -1596,7 +1596,7 @@ AudienceControllerService = __decorate([
|
|
|
1596
1596
|
let AuditControllerService = class AuditControllerService {
|
|
1597
1597
|
constructor(httpClient, basePath, configuration) {
|
|
1598
1598
|
this.httpClient = httpClient;
|
|
1599
|
-
this.basePath = 'https://
|
|
1599
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1600
1600
|
this.defaultHeaders = new HttpHeaders();
|
|
1601
1601
|
this.configuration = new Configuration();
|
|
1602
1602
|
if (basePath) {
|
|
@@ -1777,7 +1777,7 @@ AuditControllerService = __decorate([
|
|
|
1777
1777
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1778
1778
|
constructor(httpClient, basePath, configuration) {
|
|
1779
1779
|
this.httpClient = httpClient;
|
|
1780
|
-
this.basePath = 'https://
|
|
1780
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1781
1781
|
this.defaultHeaders = new HttpHeaders();
|
|
1782
1782
|
this.configuration = new Configuration();
|
|
1783
1783
|
if (basePath) {
|
|
@@ -1998,7 +1998,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1998
1998
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1999
1999
|
constructor(httpClient, basePath, configuration) {
|
|
2000
2000
|
this.httpClient = httpClient;
|
|
2001
|
-
this.basePath = 'https://
|
|
2001
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2002
2002
|
this.defaultHeaders = new HttpHeaders();
|
|
2003
2003
|
this.configuration = new Configuration();
|
|
2004
2004
|
if (basePath) {
|
|
@@ -2103,7 +2103,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2103
2103
|
let CampaignControllerService = class CampaignControllerService {
|
|
2104
2104
|
constructor(httpClient, basePath, configuration) {
|
|
2105
2105
|
this.httpClient = httpClient;
|
|
2106
|
-
this.basePath = 'https://
|
|
2106
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2107
2107
|
this.defaultHeaders = new HttpHeaders();
|
|
2108
2108
|
this.configuration = new Configuration();
|
|
2109
2109
|
if (basePath) {
|
|
@@ -2365,7 +2365,7 @@ CampaignControllerService = __decorate([
|
|
|
2365
2365
|
let CatalogControllerService = class CatalogControllerService {
|
|
2366
2366
|
constructor(httpClient, basePath, configuration) {
|
|
2367
2367
|
this.httpClient = httpClient;
|
|
2368
|
-
this.basePath = 'https://
|
|
2368
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2369
2369
|
this.defaultHeaders = new HttpHeaders();
|
|
2370
2370
|
this.configuration = new Configuration();
|
|
2371
2371
|
if (basePath) {
|
|
@@ -2568,7 +2568,7 @@ CatalogControllerService = __decorate([
|
|
|
2568
2568
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2569
2569
|
constructor(httpClient, basePath, configuration) {
|
|
2570
2570
|
this.httpClient = httpClient;
|
|
2571
|
-
this.basePath = 'https://
|
|
2571
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2572
2572
|
this.defaultHeaders = new HttpHeaders();
|
|
2573
2573
|
this.configuration = new Configuration();
|
|
2574
2574
|
if (basePath) {
|
|
@@ -2796,7 +2796,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2796
2796
|
let CreativeControllerService = class CreativeControllerService {
|
|
2797
2797
|
constructor(httpClient, basePath, configuration) {
|
|
2798
2798
|
this.httpClient = httpClient;
|
|
2799
|
-
this.basePath = 'https://
|
|
2799
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2800
2800
|
this.defaultHeaders = new HttpHeaders();
|
|
2801
2801
|
this.configuration = new Configuration();
|
|
2802
2802
|
if (basePath) {
|
|
@@ -3239,7 +3239,7 @@ CreativeControllerService = __decorate([
|
|
|
3239
3239
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3240
3240
|
constructor(httpClient, basePath, configuration) {
|
|
3241
3241
|
this.httpClient = httpClient;
|
|
3242
|
-
this.basePath = 'https://
|
|
3242
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3243
3243
|
this.defaultHeaders = new HttpHeaders();
|
|
3244
3244
|
this.configuration = new Configuration();
|
|
3245
3245
|
if (basePath) {
|
|
@@ -3548,7 +3548,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3548
3548
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3549
3549
|
constructor(httpClient, basePath, configuration) {
|
|
3550
3550
|
this.httpClient = httpClient;
|
|
3551
|
-
this.basePath = 'https://
|
|
3551
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3552
3552
|
this.defaultHeaders = new HttpHeaders();
|
|
3553
3553
|
this.configuration = new Configuration();
|
|
3554
3554
|
if (basePath) {
|
|
@@ -3729,7 +3729,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3729
3729
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3730
3730
|
constructor(httpClient, basePath, configuration) {
|
|
3731
3731
|
this.httpClient = httpClient;
|
|
3732
|
-
this.basePath = 'https://
|
|
3732
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3733
3733
|
this.defaultHeaders = new HttpHeaders();
|
|
3734
3734
|
this.configuration = new Configuration();
|
|
3735
3735
|
if (basePath) {
|
|
@@ -3803,7 +3803,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3803
3803
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3804
3804
|
constructor(httpClient, basePath, configuration) {
|
|
3805
3805
|
this.httpClient = httpClient;
|
|
3806
|
-
this.basePath = 'https://
|
|
3806
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3807
3807
|
this.defaultHeaders = new HttpHeaders();
|
|
3808
3808
|
this.configuration = new Configuration();
|
|
3809
3809
|
if (basePath) {
|
|
@@ -3964,7 +3964,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3964
3964
|
let DashboardControllerService = class DashboardControllerService {
|
|
3965
3965
|
constructor(httpClient, basePath, configuration) {
|
|
3966
3966
|
this.httpClient = httpClient;
|
|
3967
|
-
this.basePath = 'https://
|
|
3967
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3968
3968
|
this.defaultHeaders = new HttpHeaders();
|
|
3969
3969
|
this.configuration = new Configuration();
|
|
3970
3970
|
if (basePath) {
|
|
@@ -4579,7 +4579,7 @@ DashboardControllerService = __decorate([
|
|
|
4579
4579
|
let PixelControllerService = class PixelControllerService {
|
|
4580
4580
|
constructor(httpClient, basePath, configuration) {
|
|
4581
4581
|
this.httpClient = httpClient;
|
|
4582
|
-
this.basePath = 'https://
|
|
4582
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4583
4583
|
this.defaultHeaders = new HttpHeaders();
|
|
4584
4584
|
this.configuration = new Configuration();
|
|
4585
4585
|
if (basePath) {
|
|
@@ -4882,7 +4882,7 @@ PixelControllerService = __decorate([
|
|
|
4882
4882
|
let ReportingControllerService = class ReportingControllerService {
|
|
4883
4883
|
constructor(httpClient, basePath, configuration) {
|
|
4884
4884
|
this.httpClient = httpClient;
|
|
4885
|
-
this.basePath = 'https://
|
|
4885
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4886
4886
|
this.defaultHeaders = new HttpHeaders();
|
|
4887
4887
|
this.configuration = new Configuration();
|
|
4888
4888
|
if (basePath) {
|
|
@@ -5048,7 +5048,7 @@ ReportingControllerService = __decorate([
|
|
|
5048
5048
|
let SliceXControllerService = class SliceXControllerService {
|
|
5049
5049
|
constructor(httpClient, basePath, configuration) {
|
|
5050
5050
|
this.httpClient = httpClient;
|
|
5051
|
-
this.basePath = 'https://
|
|
5051
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5052
5052
|
this.defaultHeaders = new HttpHeaders();
|
|
5053
5053
|
this.configuration = new Configuration();
|
|
5054
5054
|
if (basePath) {
|
|
@@ -5215,7 +5215,7 @@ SliceXControllerService = __decorate([
|
|
|
5215
5215
|
let StrategyControllerService = class StrategyControllerService {
|
|
5216
5216
|
constructor(httpClient, basePath, configuration) {
|
|
5217
5217
|
this.httpClient = httpClient;
|
|
5218
|
-
this.basePath = 'https://
|
|
5218
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5219
5219
|
this.defaultHeaders = new HttpHeaders();
|
|
5220
5220
|
this.configuration = new Configuration();
|
|
5221
5221
|
if (basePath) {
|
|
@@ -5667,7 +5667,7 @@ StrategyControllerService = __decorate([
|
|
|
5667
5667
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5668
5668
|
constructor(httpClient, basePath, configuration) {
|
|
5669
5669
|
this.httpClient = httpClient;
|
|
5670
|
-
this.basePath = 'https://
|
|
5670
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5671
5671
|
this.defaultHeaders = new HttpHeaders();
|
|
5672
5672
|
this.configuration = new Configuration();
|
|
5673
5673
|
if (basePath) {
|
|
@@ -5755,7 +5755,7 @@ UILoggerControllerService = __decorate([
|
|
|
5755
5755
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
5756
5756
|
constructor(httpClient, basePath, configuration) {
|
|
5757
5757
|
this.httpClient = httpClient;
|
|
5758
|
-
this.basePath = 'https://
|
|
5758
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5759
5759
|
this.defaultHeaders = new HttpHeaders();
|
|
5760
5760
|
this.configuration = new Configuration();
|
|
5761
5761
|
if (basePath) {
|