@revxui/api-clients-ts 0.10.143 → 0.10.144
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/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/advertiserLayoutVariables.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.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/advertiserLayoutVariables.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.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/advertiserLayoutVariables.d.ts +1 -1
- package/model/creativeDTO.d.ts +1 -0
- package/model/creativeHtmlFileForSet.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) {
|
|
@@ -1483,7 +1483,7 @@ AudienceControllerService = __decorate([
|
|
|
1483
1483
|
let AuditControllerService = class AuditControllerService {
|
|
1484
1484
|
constructor(httpClient, basePath, configuration) {
|
|
1485
1485
|
this.httpClient = httpClient;
|
|
1486
|
-
this.basePath = 'https://
|
|
1486
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1487
1487
|
this.defaultHeaders = new HttpHeaders();
|
|
1488
1488
|
this.configuration = new Configuration();
|
|
1489
1489
|
if (basePath) {
|
|
@@ -1664,7 +1664,7 @@ AuditControllerService = __decorate([
|
|
|
1664
1664
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1665
1665
|
constructor(httpClient, basePath, configuration) {
|
|
1666
1666
|
this.httpClient = httpClient;
|
|
1667
|
-
this.basePath = 'https://
|
|
1667
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1668
1668
|
this.defaultHeaders = new HttpHeaders();
|
|
1669
1669
|
this.configuration = new Configuration();
|
|
1670
1670
|
if (basePath) {
|
|
@@ -1885,7 +1885,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1885
1885
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1886
1886
|
constructor(httpClient, basePath, configuration) {
|
|
1887
1887
|
this.httpClient = httpClient;
|
|
1888
|
-
this.basePath = 'https://
|
|
1888
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1889
1889
|
this.defaultHeaders = new HttpHeaders();
|
|
1890
1890
|
this.configuration = new Configuration();
|
|
1891
1891
|
if (basePath) {
|
|
@@ -1990,7 +1990,7 @@ CSSThemeController_Service = __decorate([
|
|
|
1990
1990
|
let CampaignControllerService = class CampaignControllerService {
|
|
1991
1991
|
constructor(httpClient, basePath, configuration) {
|
|
1992
1992
|
this.httpClient = httpClient;
|
|
1993
|
-
this.basePath = 'https://
|
|
1993
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1994
1994
|
this.defaultHeaders = new HttpHeaders();
|
|
1995
1995
|
this.configuration = new Configuration();
|
|
1996
1996
|
if (basePath) {
|
|
@@ -2261,7 +2261,7 @@ CampaignControllerService = __decorate([
|
|
|
2261
2261
|
let CatalogControllerService = class CatalogControllerService {
|
|
2262
2262
|
constructor(httpClient, basePath, configuration) {
|
|
2263
2263
|
this.httpClient = httpClient;
|
|
2264
|
-
this.basePath = 'https://
|
|
2264
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2265
2265
|
this.defaultHeaders = new HttpHeaders();
|
|
2266
2266
|
this.configuration = new Configuration();
|
|
2267
2267
|
if (basePath) {
|
|
@@ -2491,7 +2491,7 @@ CatalogControllerService = __decorate([
|
|
|
2491
2491
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2492
2492
|
constructor(httpClient, basePath, configuration) {
|
|
2493
2493
|
this.httpClient = httpClient;
|
|
2494
|
-
this.basePath = 'https://
|
|
2494
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2495
2495
|
this.defaultHeaders = new HttpHeaders();
|
|
2496
2496
|
this.configuration = new Configuration();
|
|
2497
2497
|
if (basePath) {
|
|
@@ -2728,7 +2728,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2728
2728
|
let CreativeControllerService = class CreativeControllerService {
|
|
2729
2729
|
constructor(httpClient, basePath, configuration) {
|
|
2730
2730
|
this.httpClient = httpClient;
|
|
2731
|
-
this.basePath = 'https://
|
|
2731
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2732
2732
|
this.defaultHeaders = new HttpHeaders();
|
|
2733
2733
|
this.configuration = new Configuration();
|
|
2734
2734
|
if (basePath) {
|
|
@@ -3189,7 +3189,7 @@ CreativeControllerService = __decorate([
|
|
|
3189
3189
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3190
3190
|
constructor(httpClient, basePath, configuration) {
|
|
3191
3191
|
this.httpClient = httpClient;
|
|
3192
|
-
this.basePath = 'https://
|
|
3192
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3193
3193
|
this.defaultHeaders = new HttpHeaders();
|
|
3194
3194
|
this.configuration = new Configuration();
|
|
3195
3195
|
if (basePath) {
|
|
@@ -3511,7 +3511,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3511
3511
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3512
3512
|
constructor(httpClient, basePath, configuration) {
|
|
3513
3513
|
this.httpClient = httpClient;
|
|
3514
|
-
this.basePath = 'https://
|
|
3514
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3515
3515
|
this.defaultHeaders = new HttpHeaders();
|
|
3516
3516
|
this.configuration = new Configuration();
|
|
3517
3517
|
if (basePath) {
|
|
@@ -3692,7 +3692,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3692
3692
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3693
3693
|
constructor(httpClient, basePath, configuration) {
|
|
3694
3694
|
this.httpClient = httpClient;
|
|
3695
|
-
this.basePath = 'https://
|
|
3695
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3696
3696
|
this.defaultHeaders = new HttpHeaders();
|
|
3697
3697
|
this.configuration = new Configuration();
|
|
3698
3698
|
if (basePath) {
|
|
@@ -3766,7 +3766,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3766
3766
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3767
3767
|
constructor(httpClient, basePath, configuration) {
|
|
3768
3768
|
this.httpClient = httpClient;
|
|
3769
|
-
this.basePath = 'https://
|
|
3769
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3770
3770
|
this.defaultHeaders = new HttpHeaders();
|
|
3771
3771
|
this.configuration = new Configuration();
|
|
3772
3772
|
if (basePath) {
|
|
@@ -3927,7 +3927,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3927
3927
|
let DashboardControllerService = class DashboardControllerService {
|
|
3928
3928
|
constructor(httpClient, basePath, configuration) {
|
|
3929
3929
|
this.httpClient = httpClient;
|
|
3930
|
-
this.basePath = 'https://
|
|
3930
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3931
3931
|
this.defaultHeaders = new HttpHeaders();
|
|
3932
3932
|
this.configuration = new Configuration();
|
|
3933
3933
|
if (basePath) {
|
|
@@ -4511,7 +4511,7 @@ DashboardControllerService = __decorate([
|
|
|
4511
4511
|
let PixelControllerService = class PixelControllerService {
|
|
4512
4512
|
constructor(httpClient, basePath, configuration) {
|
|
4513
4513
|
this.httpClient = httpClient;
|
|
4514
|
-
this.basePath = 'https://
|
|
4514
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4515
4515
|
this.defaultHeaders = new HttpHeaders();
|
|
4516
4516
|
this.configuration = new Configuration();
|
|
4517
4517
|
if (basePath) {
|
|
@@ -4823,7 +4823,7 @@ PixelControllerService = __decorate([
|
|
|
4823
4823
|
let ReportingControllerService = class ReportingControllerService {
|
|
4824
4824
|
constructor(httpClient, basePath, configuration) {
|
|
4825
4825
|
this.httpClient = httpClient;
|
|
4826
|
-
this.basePath = 'https://
|
|
4826
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4827
4827
|
this.defaultHeaders = new HttpHeaders();
|
|
4828
4828
|
this.configuration = new Configuration();
|
|
4829
4829
|
if (basePath) {
|
|
@@ -4989,7 +4989,7 @@ ReportingControllerService = __decorate([
|
|
|
4989
4989
|
let SliceXControllerService = class SliceXControllerService {
|
|
4990
4990
|
constructor(httpClient, basePath, configuration) {
|
|
4991
4991
|
this.httpClient = httpClient;
|
|
4992
|
-
this.basePath = 'https://
|
|
4992
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4993
4993
|
this.defaultHeaders = new HttpHeaders();
|
|
4994
4994
|
this.configuration = new Configuration();
|
|
4995
4995
|
if (basePath) {
|
|
@@ -5156,7 +5156,7 @@ SliceXControllerService = __decorate([
|
|
|
5156
5156
|
let StrategyControllerService = class StrategyControllerService {
|
|
5157
5157
|
constructor(httpClient, basePath, configuration) {
|
|
5158
5158
|
this.httpClient = httpClient;
|
|
5159
|
-
this.basePath = 'https://
|
|
5159
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5160
5160
|
this.defaultHeaders = new HttpHeaders();
|
|
5161
5161
|
this.configuration = new Configuration();
|
|
5162
5162
|
if (basePath) {
|
|
@@ -5608,7 +5608,7 @@ StrategyControllerService = __decorate([
|
|
|
5608
5608
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5609
5609
|
constructor(httpClient, basePath, configuration) {
|
|
5610
5610
|
this.httpClient = httpClient;
|
|
5611
|
-
this.basePath = 'https://
|
|
5611
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5612
5612
|
this.defaultHeaders = new HttpHeaders();
|
|
5613
5613
|
this.configuration = new Configuration();
|
|
5614
5614
|
if (basePath) {
|
|
@@ -5696,7 +5696,7 @@ UILoggerControllerService = __decorate([
|
|
|
5696
5696
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
5697
5697
|
constructor(httpClient, basePath, configuration) {
|
|
5698
5698
|
this.httpClient = httpClient;
|
|
5699
|
-
this.basePath = 'https://
|
|
5699
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5700
5700
|
this.defaultHeaders = new HttpHeaders();
|
|
5701
5701
|
this.configuration = new Configuration();
|
|
5702
5702
|
if (basePath) {
|