@revxui/api-clients-ts 0.10.232 → 0.10.233
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/sliceXController.service.d.ts +6 -6
- 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/creativeDTO.js +1 -1
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/duration.js +12 -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/creativeDTO.js +1 -1
- package/esm5/model/creativeFileForSet.js +1 -1
- package/esm5/model/creativeFiles.js +1 -1
- package/esm5/model/duration.js +12 -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/creativeDTO.d.ts +2 -0
- package/model/creativeFileForSet.d.ts +2 -0
- package/model/creativeFiles.d.ts +2 -0
- package/model/duration.d.ts +0 -2
- package/package.json +1 -1
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
91
91
|
this.defaultHeaders = new HttpHeaders();
|
|
92
92
|
this.configuration = new Configuration();
|
|
93
93
|
if (basePath) {
|
|
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
|
|
|
304
304
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
305
305
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
306
306
|
this.httpClient = httpClient;
|
|
307
|
-
this.basePath = 'https://
|
|
307
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
308
308
|
this.defaultHeaders = new HttpHeaders();
|
|
309
309
|
this.configuration = new Configuration();
|
|
310
310
|
if (basePath) {
|
|
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
|
|
|
750
750
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
751
751
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
752
752
|
this.httpClient = httpClient;
|
|
753
|
-
this.basePath = 'https://
|
|
753
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
920
|
var AudienceControllerService = /** @class */ (function () {
|
|
921
921
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
922
922
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
923
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1572,7 +1572,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1572
1572
|
var AuditControllerService = /** @class */ (function () {
|
|
1573
1573
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1574
1574
|
this.httpClient = httpClient;
|
|
1575
|
-
this.basePath = 'https://
|
|
1575
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1576
1576
|
this.defaultHeaders = new HttpHeaders();
|
|
1577
1577
|
this.configuration = new Configuration();
|
|
1578
1578
|
if (basePath) {
|
|
@@ -1771,7 +1771,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1771
1771
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1772
1772
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1773
1773
|
this.httpClient = httpClient;
|
|
1774
|
-
this.basePath = 'https://
|
|
1774
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1775
1775
|
this.defaultHeaders = new HttpHeaders();
|
|
1776
1776
|
this.configuration = new Configuration();
|
|
1777
1777
|
if (basePath) {
|
|
@@ -2014,7 +2014,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2014
2014
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2015
2015
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2016
2016
|
this.httpClient = httpClient;
|
|
2017
|
-
this.basePath = 'https://
|
|
2017
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2018
2018
|
this.defaultHeaders = new HttpHeaders();
|
|
2019
2019
|
this.configuration = new Configuration();
|
|
2020
2020
|
if (basePath) {
|
|
@@ -2135,7 +2135,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2135
2135
|
var CampaignControllerService = /** @class */ (function () {
|
|
2136
2136
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2137
2137
|
this.httpClient = httpClient;
|
|
2138
|
-
this.basePath = 'https://
|
|
2138
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2139
2139
|
this.defaultHeaders = new HttpHeaders();
|
|
2140
2140
|
this.configuration = new Configuration();
|
|
2141
2141
|
if (basePath) {
|
|
@@ -2421,7 +2421,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2421
2421
|
var CatalogControllerService = /** @class */ (function () {
|
|
2422
2422
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2423
2423
|
this.httpClient = httpClient;
|
|
2424
|
-
this.basePath = 'https://
|
|
2424
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2425
2425
|
this.defaultHeaders = new HttpHeaders();
|
|
2426
2426
|
this.configuration = new Configuration();
|
|
2427
2427
|
if (basePath) {
|
|
@@ -2644,7 +2644,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2644
2644
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2645
2645
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2646
2646
|
this.httpClient = httpClient;
|
|
2647
|
-
this.basePath = 'https://
|
|
2647
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2648
2648
|
this.defaultHeaders = new HttpHeaders();
|
|
2649
2649
|
this.configuration = new Configuration();
|
|
2650
2650
|
if (basePath) {
|
|
@@ -2894,7 +2894,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2894
2894
|
var CreativeControllerService = /** @class */ (function () {
|
|
2895
2895
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
2896
2896
|
this.httpClient = httpClient;
|
|
2897
|
-
this.basePath = 'https://
|
|
2897
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2898
2898
|
this.defaultHeaders = new HttpHeaders();
|
|
2899
2899
|
this.configuration = new Configuration();
|
|
2900
2900
|
if (basePath) {
|
|
@@ -3371,7 +3371,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3371
3371
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3372
3372
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3373
3373
|
this.httpClient = httpClient;
|
|
3374
|
-
this.basePath = 'https://
|
|
3374
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3375
3375
|
this.defaultHeaders = new HttpHeaders();
|
|
3376
3376
|
this.configuration = new Configuration();
|
|
3377
3377
|
if (basePath) {
|
|
@@ -3706,7 +3706,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3706
3706
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3707
3707
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3708
3708
|
this.httpClient = httpClient;
|
|
3709
|
-
this.basePath = 'https://
|
|
3709
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3710
3710
|
this.defaultHeaders = new HttpHeaders();
|
|
3711
3711
|
this.configuration = new Configuration();
|
|
3712
3712
|
if (basePath) {
|
|
@@ -3907,7 +3907,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
3907
3907
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
3908
3908
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
3909
3909
|
this.httpClient = httpClient;
|
|
3910
|
-
this.basePath = 'https://
|
|
3910
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3911
3911
|
this.defaultHeaders = new HttpHeaders();
|
|
3912
3912
|
this.configuration = new Configuration();
|
|
3913
3913
|
if (basePath) {
|
|
@@ -3995,7 +3995,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
3995
3995
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
3996
3996
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
3997
3997
|
this.httpClient = httpClient;
|
|
3998
|
-
this.basePath = 'https://
|
|
3998
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3999
3999
|
this.defaultHeaders = new HttpHeaders();
|
|
4000
4000
|
this.configuration = new Configuration();
|
|
4001
4001
|
if (basePath) {
|
|
@@ -4174,7 +4174,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4174
4174
|
var DashboardControllerService = /** @class */ (function () {
|
|
4175
4175
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4176
4176
|
this.httpClient = httpClient;
|
|
4177
|
-
this.basePath = 'https://
|
|
4177
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4178
4178
|
this.defaultHeaders = new HttpHeaders();
|
|
4179
4179
|
this.configuration = new Configuration();
|
|
4180
4180
|
if (basePath) {
|
|
@@ -4831,7 +4831,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4831
4831
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4832
4832
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4833
4833
|
this.httpClient = httpClient;
|
|
4834
|
-
this.basePath = 'https://
|
|
4834
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4835
4835
|
this.defaultHeaders = new HttpHeaders();
|
|
4836
4836
|
this.configuration = new Configuration();
|
|
4837
4837
|
if (basePath) {
|
|
@@ -5030,7 +5030,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5030
5030
|
var PixelControllerService = /** @class */ (function () {
|
|
5031
5031
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5032
5032
|
this.httpClient = httpClient;
|
|
5033
|
-
this.basePath = 'https://
|
|
5033
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5034
5034
|
this.defaultHeaders = new HttpHeaders();
|
|
5035
5035
|
this.configuration = new Configuration();
|
|
5036
5036
|
if (basePath) {
|
|
@@ -5359,7 +5359,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5359
5359
|
var ReportingControllerService = /** @class */ (function () {
|
|
5360
5360
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5361
5361
|
this.httpClient = httpClient;
|
|
5362
|
-
this.basePath = 'https://
|
|
5362
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5363
5363
|
this.defaultHeaders = new HttpHeaders();
|
|
5364
5364
|
this.configuration = new Configuration();
|
|
5365
5365
|
if (basePath) {
|
|
@@ -5543,7 +5543,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5543
5543
|
var SliceXControllerService = /** @class */ (function () {
|
|
5544
5544
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5545
5545
|
this.httpClient = httpClient;
|
|
5546
|
-
this.basePath = 'https://
|
|
5546
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5547
5547
|
this.defaultHeaders = new HttpHeaders();
|
|
5548
5548
|
this.configuration = new Configuration();
|
|
5549
5549
|
if (basePath) {
|
|
@@ -5728,7 +5728,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5728
5728
|
var StrategyControllerService = /** @class */ (function () {
|
|
5729
5729
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5730
5730
|
this.httpClient = httpClient;
|
|
5731
|
-
this.basePath = 'https://
|
|
5731
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5732
5732
|
this.defaultHeaders = new HttpHeaders();
|
|
5733
5733
|
this.configuration = new Configuration();
|
|
5734
5734
|
if (basePath) {
|
|
@@ -6389,7 +6389,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6389
6389
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6390
6390
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6391
6391
|
this.httpClient = httpClient;
|
|
6392
|
-
this.basePath = 'https://
|
|
6392
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6393
6393
|
this.defaultHeaders = new HttpHeaders();
|
|
6394
6394
|
this.configuration = new Configuration();
|
|
6395
6395
|
if (basePath) {
|
|
@@ -6491,7 +6491,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6491
6491
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6492
6492
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6493
6493
|
this.httpClient = httpClient;
|
|
6494
|
-
this.basePath = 'https://
|
|
6494
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6495
6495
|
this.defaultHeaders = new HttpHeaders();
|
|
6496
6496
|
this.configuration = new Configuration();
|
|
6497
6497
|
if (basePath) {
|