@revxui/api-clients-ts 0.10.282 → 0.10.284
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/creativeSetsController.service.d.ts +4 -3
- package/api/dashboardController.service.d.ts +3 -4
- package/api/sliceXController.service.d.ts +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +72 -25
- 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 +7 -4
- 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 +44 -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/creative.js +1 -1
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/models.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 +7 -4
- 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 +46 -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/creative.js +1 -1
- package/esm5/model/creativeFileForSet.js +1 -1
- package/esm5/model/creativeFiles.js +1 -1
- package/esm5/model/models.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +70 -25
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +72 -25
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/creative.d.ts +0 -1
- package/model/creativeFileForSet.d.ts +2 -0
- package/model/creativeFiles.d.ts +2 -0
- package/model/models.d.ts +0 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectListMapintResponseMessage.js +0 -1
- package/esm5/model/apiResponseObjectListMapintResponseMessage.js +0 -1
- package/model/apiResponseObjectListMapintResponseMessage.d.ts +0 -17
|
@@ -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://apiv2beta.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://apiv2beta.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://apiv2beta.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://apiv2beta.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1643,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1643
1643
|
var AuditControllerService = /** @class */ (function () {
|
|
1644
1644
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1645
1645
|
this.httpClient = httpClient;
|
|
1646
|
-
this.basePath = 'https://
|
|
1646
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1647
1647
|
this.defaultHeaders = new HttpHeaders();
|
|
1648
1648
|
this.configuration = new Configuration();
|
|
1649
1649
|
if (basePath) {
|
|
@@ -1842,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1842
1842
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1843
1843
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1844
1844
|
this.httpClient = httpClient;
|
|
1845
|
-
this.basePath = 'https://
|
|
1845
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1846
1846
|
this.defaultHeaders = new HttpHeaders();
|
|
1847
1847
|
this.configuration = new Configuration();
|
|
1848
1848
|
if (basePath) {
|
|
@@ -2085,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2085
2085
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2086
2086
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2087
2087
|
this.httpClient = httpClient;
|
|
2088
|
-
this.basePath = 'https://
|
|
2088
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2089
2089
|
this.defaultHeaders = new HttpHeaders();
|
|
2090
2090
|
this.configuration = new Configuration();
|
|
2091
2091
|
if (basePath) {
|
|
@@ -2206,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2206
2206
|
var CampaignControllerService = /** @class */ (function () {
|
|
2207
2207
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2208
2208
|
this.httpClient = httpClient;
|
|
2209
|
-
this.basePath = 'https://
|
|
2209
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2210
2210
|
this.defaultHeaders = new HttpHeaders();
|
|
2211
2211
|
this.configuration = new Configuration();
|
|
2212
2212
|
if (basePath) {
|
|
@@ -2528,7 +2528,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2528
2528
|
var CatalogControllerService = /** @class */ (function () {
|
|
2529
2529
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2530
2530
|
this.httpClient = httpClient;
|
|
2531
|
-
this.basePath = 'https://
|
|
2531
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2532
2532
|
this.defaultHeaders = new HttpHeaders();
|
|
2533
2533
|
this.configuration = new Configuration();
|
|
2534
2534
|
if (basePath) {
|
|
@@ -2751,7 +2751,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2751
2751
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2752
2752
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2753
2753
|
this.httpClient = httpClient;
|
|
2754
|
-
this.basePath = 'https://
|
|
2754
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2755
2755
|
this.defaultHeaders = new HttpHeaders();
|
|
2756
2756
|
this.configuration = new Configuration();
|
|
2757
2757
|
if (basePath) {
|
|
@@ -3001,7 +3001,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3001
3001
|
var CreativeControllerService = /** @class */ (function () {
|
|
3002
3002
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3003
3003
|
this.httpClient = httpClient;
|
|
3004
|
-
this.basePath = 'https://
|
|
3004
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3005
3005
|
this.defaultHeaders = new HttpHeaders();
|
|
3006
3006
|
this.configuration = new Configuration();
|
|
3007
3007
|
if (basePath) {
|
|
@@ -3478,7 +3478,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3478
3478
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3479
3479
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3480
3480
|
this.httpClient = httpClient;
|
|
3481
|
-
this.basePath = 'https://
|
|
3481
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3482
3482
|
this.defaultHeaders = new HttpHeaders();
|
|
3483
3483
|
this.configuration = new Configuration();
|
|
3484
3484
|
if (basePath) {
|
|
@@ -3699,12 +3699,15 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3699
3699
|
reportProgress: reportProgress
|
|
3700
3700
|
});
|
|
3701
3701
|
};
|
|
3702
|
-
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
3702
|
+
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
|
|
3703
3703
|
if (observe === void 0) { observe = 'body'; }
|
|
3704
3704
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3705
3705
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3706
3706
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3707
3707
|
}
|
|
3708
|
+
if (id === null || id === undefined) {
|
|
3709
|
+
throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3710
|
+
}
|
|
3708
3711
|
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3709
3712
|
if (refresh !== undefined && refresh !== null) {
|
|
3710
3713
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
@@ -3732,7 +3735,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3732
3735
|
if (httpContentTypeSelected != undefined) {
|
|
3733
3736
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3734
3737
|
}
|
|
3735
|
-
return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/", dashboardRequest, {
|
|
3738
|
+
return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/" + encodeURIComponent(String(id)), dashboardRequest, {
|
|
3736
3739
|
params: queryParameters,
|
|
3737
3740
|
withCredentials: this.configuration.withCredentials,
|
|
3738
3741
|
headers: headers,
|
|
@@ -3849,7 +3852,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3849
3852
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3850
3853
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3851
3854
|
this.httpClient = httpClient;
|
|
3852
|
-
this.basePath = 'https://
|
|
3855
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3853
3856
|
this.defaultHeaders = new HttpHeaders();
|
|
3854
3857
|
this.configuration = new Configuration();
|
|
3855
3858
|
if (basePath) {
|
|
@@ -4050,7 +4053,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4050
4053
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4051
4054
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4052
4055
|
this.httpClient = httpClient;
|
|
4053
|
-
this.basePath = 'https://
|
|
4056
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4054
4057
|
this.defaultHeaders = new HttpHeaders();
|
|
4055
4058
|
this.configuration = new Configuration();
|
|
4056
4059
|
if (basePath) {
|
|
@@ -4138,7 +4141,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4138
4141
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4139
4142
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4140
4143
|
this.httpClient = httpClient;
|
|
4141
|
-
this.basePath = 'https://
|
|
4144
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4142
4145
|
this.defaultHeaders = new HttpHeaders();
|
|
4143
4146
|
this.configuration = new Configuration();
|
|
4144
4147
|
if (basePath) {
|
|
@@ -4317,7 +4320,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4317
4320
|
var DashboardControllerService = /** @class */ (function () {
|
|
4318
4321
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4319
4322
|
this.httpClient = httpClient;
|
|
4320
|
-
this.basePath = 'https://
|
|
4323
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4321
4324
|
this.defaultHeaders = new HttpHeaders();
|
|
4322
4325
|
this.configuration = new Configuration();
|
|
4323
4326
|
if (basePath) {
|
|
@@ -4974,7 +4977,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4974
4977
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4975
4978
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4976
4979
|
this.httpClient = httpClient;
|
|
4977
|
-
this.basePath = 'https://
|
|
4980
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4978
4981
|
this.defaultHeaders = new HttpHeaders();
|
|
4979
4982
|
this.configuration = new Configuration();
|
|
4980
4983
|
if (basePath) {
|
|
@@ -5173,7 +5176,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5173
5176
|
var PixelControllerService = /** @class */ (function () {
|
|
5174
5177
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5175
5178
|
this.httpClient = httpClient;
|
|
5176
|
-
this.basePath = 'https://
|
|
5179
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5177
5180
|
this.defaultHeaders = new HttpHeaders();
|
|
5178
5181
|
this.configuration = new Configuration();
|
|
5179
5182
|
if (basePath) {
|
|
@@ -5502,7 +5505,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5502
5505
|
var ReportingControllerService = /** @class */ (function () {
|
|
5503
5506
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5504
5507
|
this.httpClient = httpClient;
|
|
5505
|
-
this.basePath = 'https://
|
|
5508
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5506
5509
|
this.defaultHeaders = new HttpHeaders();
|
|
5507
5510
|
this.configuration = new Configuration();
|
|
5508
5511
|
if (basePath) {
|
|
@@ -5686,7 +5689,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5686
5689
|
var SliceXControllerService = /** @class */ (function () {
|
|
5687
5690
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5688
5691
|
this.httpClient = httpClient;
|
|
5689
|
-
this.basePath = 'https://
|
|
5692
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5690
5693
|
this.defaultHeaders = new HttpHeaders();
|
|
5691
5694
|
this.configuration = new Configuration();
|
|
5692
5695
|
if (basePath) {
|
|
@@ -5801,6 +5804,50 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5801
5804
|
reportProgress: reportProgress
|
|
5802
5805
|
});
|
|
5803
5806
|
};
|
|
5807
|
+
SliceXControllerService.prototype.getSlicexDataListWithCompareUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
|
|
5808
|
+
if (observe === void 0) { observe = 'body'; }
|
|
5809
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
5810
|
+
if (entity === null || entity === undefined) {
|
|
5811
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
|
|
5812
|
+
}
|
|
5813
|
+
if (slicexRequest === null || slicexRequest === undefined) {
|
|
5814
|
+
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
|
|
5815
|
+
}
|
|
5816
|
+
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5817
|
+
if (sort !== undefined && sort !== null) {
|
|
5818
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
5819
|
+
}
|
|
5820
|
+
var headers = this.defaultHeaders;
|
|
5821
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5822
|
+
headers = headers.set('reqId', String(reqId));
|
|
5823
|
+
}
|
|
5824
|
+
if (token !== undefined && token !== null) {
|
|
5825
|
+
headers = headers.set('token', String(token));
|
|
5826
|
+
}
|
|
5827
|
+
// to determine the Accept header
|
|
5828
|
+
var httpHeaderAccepts = [
|
|
5829
|
+
'application/json'
|
|
5830
|
+
];
|
|
5831
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5832
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5833
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5834
|
+
}
|
|
5835
|
+
// to determine the Content-Type header
|
|
5836
|
+
var consumes = [
|
|
5837
|
+
'application/json'
|
|
5838
|
+
];
|
|
5839
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5840
|
+
if (httpContentTypeSelected != undefined) {
|
|
5841
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5842
|
+
}
|
|
5843
|
+
return this.httpClient.post(this.basePath + "/v2/api/slicex/list/compare/" + encodeURIComponent(String(entity)), slicexRequest, {
|
|
5844
|
+
params: queryParameters,
|
|
5845
|
+
withCredentials: this.configuration.withCredentials,
|
|
5846
|
+
headers: headers,
|
|
5847
|
+
observe: observe,
|
|
5848
|
+
reportProgress: reportProgress
|
|
5849
|
+
});
|
|
5850
|
+
};
|
|
5804
5851
|
SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
|
|
5805
5852
|
if (observe === void 0) { observe = 'body'; }
|
|
5806
5853
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -5910,7 +5957,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5910
5957
|
var StrategyControllerService = /** @class */ (function () {
|
|
5911
5958
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5912
5959
|
this.httpClient = httpClient;
|
|
5913
|
-
this.basePath = 'https://
|
|
5960
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5914
5961
|
this.defaultHeaders = new HttpHeaders();
|
|
5915
5962
|
this.configuration = new Configuration();
|
|
5916
5963
|
if (basePath) {
|
|
@@ -6571,7 +6618,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6571
6618
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6572
6619
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6573
6620
|
this.httpClient = httpClient;
|
|
6574
|
-
this.basePath = 'https://
|
|
6621
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6575
6622
|
this.defaultHeaders = new HttpHeaders();
|
|
6576
6623
|
this.configuration = new Configuration();
|
|
6577
6624
|
if (basePath) {
|
|
@@ -6673,7 +6720,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6673
6720
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6674
6721
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6675
6722
|
this.httpClient = httpClient;
|
|
6676
|
-
this.basePath = 'https://
|
|
6723
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6677
6724
|
this.defaultHeaders = new HttpHeaders();
|
|
6678
6725
|
this.configuration = new Configuration();
|
|
6679
6726
|
if (basePath) {
|