@revxui/api-clients-ts 0.10.270 → 0.10.272
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/audienceController.service.d.ts +0 -13
- package/api/campaignController.service.d.ts +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +59 -59
- 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 -36
- 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 +36 -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/campaignESDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/{audienceAnalysisRequest.js → incrementalityReportDTO.js} +1 -1
- package/esm2015/model/incrementalityReportResponse.js +12 -0
- package/esm2015/model/incrementalityResponse.js +1 -0
- package/esm2015/model/models.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 -38
- 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 +38 -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/campaignESDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creative.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/{audienceAnalysisRequest.js → incrementalityReportDTO.js} +1 -1
- package/esm5/model/incrementalityReportResponse.js +12 -0
- package/esm5/model/incrementalityResponse.js +1 -0
- package/esm5/model/models.js +1 -1
- package/esm5/model/searchRequest.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +57 -57
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +59 -59
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignDTO.d.ts +4 -0
- package/model/campaignESDTO.d.ts +1 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creative.d.ts +2 -0
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -0
- package/model/creativeSetDetails.d.ts +1 -0
- package/model/creativeSetRequest.d.ts +1 -0
- package/model/{audienceAnalysisRequest.d.ts → incrementalityReportDTO.d.ts} +5 -5
- package/model/incrementalityReportResponse.d.ts +24 -0
- package/model/incrementalityResponse.d.ts +17 -0
- package/model/models.d.ts +3 -1
- package/model/searchRequest.d.ts +0 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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 AudienceControllerService = class AudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1173,40 +1173,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1173
1173
|
reportProgress: reportProgress
|
|
1174
1174
|
});
|
|
1175
1175
|
}
|
|
1176
|
-
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1177
|
-
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1178
|
-
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1179
|
-
}
|
|
1180
|
-
let headers = this.defaultHeaders;
|
|
1181
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1182
|
-
headers = headers.set('reqId', String(reqId));
|
|
1183
|
-
}
|
|
1184
|
-
if (token !== undefined && token !== null) {
|
|
1185
|
-
headers = headers.set('token', String(token));
|
|
1186
|
-
}
|
|
1187
|
-
// to determine the Accept header
|
|
1188
|
-
let httpHeaderAccepts = [
|
|
1189
|
-
'*/*'
|
|
1190
|
-
];
|
|
1191
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1192
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1193
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1194
|
-
}
|
|
1195
|
-
// to determine the Content-Type header
|
|
1196
|
-
const consumes = [
|
|
1197
|
-
'application/json'
|
|
1198
|
-
];
|
|
1199
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1200
|
-
if (httpContentTypeSelected != undefined) {
|
|
1201
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1202
|
-
}
|
|
1203
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis`, audienceAnalysisRequest, {
|
|
1204
|
-
withCredentials: this.configuration.withCredentials,
|
|
1205
|
-
headers: headers,
|
|
1206
|
-
observe: observe,
|
|
1207
|
-
reportProgress: reportProgress
|
|
1208
|
-
});
|
|
1209
|
-
}
|
|
1210
1176
|
getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1211
1177
|
if (id === null || id === undefined) {
|
|
1212
1178
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
|
|
@@ -1546,7 +1512,7 @@ AudienceControllerService = __decorate([
|
|
|
1546
1512
|
let AuditControllerService = class AuditControllerService {
|
|
1547
1513
|
constructor(httpClient, basePath, configuration) {
|
|
1548
1514
|
this.httpClient = httpClient;
|
|
1549
|
-
this.basePath = 'https://
|
|
1515
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1550
1516
|
this.defaultHeaders = new HttpHeaders();
|
|
1551
1517
|
this.configuration = new Configuration();
|
|
1552
1518
|
if (basePath) {
|
|
@@ -1727,7 +1693,7 @@ AuditControllerService = __decorate([
|
|
|
1727
1693
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1728
1694
|
constructor(httpClient, basePath, configuration) {
|
|
1729
1695
|
this.httpClient = httpClient;
|
|
1730
|
-
this.basePath = 'https://
|
|
1696
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1731
1697
|
this.defaultHeaders = new HttpHeaders();
|
|
1732
1698
|
this.configuration = new Configuration();
|
|
1733
1699
|
if (basePath) {
|
|
@@ -1948,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1948
1914
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1949
1915
|
constructor(httpClient, basePath, configuration) {
|
|
1950
1916
|
this.httpClient = httpClient;
|
|
1951
|
-
this.basePath = 'https://
|
|
1917
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1952
1918
|
this.defaultHeaders = new HttpHeaders();
|
|
1953
1919
|
this.configuration = new Configuration();
|
|
1954
1920
|
if (basePath) {
|
|
@@ -2053,7 +2019,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2053
2019
|
let CampaignControllerService = class CampaignControllerService {
|
|
2054
2020
|
constructor(httpClient, basePath, configuration) {
|
|
2055
2021
|
this.httpClient = httpClient;
|
|
2056
|
-
this.basePath = 'https://
|
|
2022
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2057
2023
|
this.defaultHeaders = new HttpHeaders();
|
|
2058
2024
|
this.configuration = new Configuration();
|
|
2059
2025
|
if (basePath) {
|
|
@@ -2253,6 +2219,40 @@ let CampaignControllerService = class CampaignControllerService {
|
|
|
2253
2219
|
reportProgress: reportProgress
|
|
2254
2220
|
});
|
|
2255
2221
|
}
|
|
2222
|
+
incrementalityReportUsingPOST(incrementalityReportDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
2223
|
+
if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
|
|
2224
|
+
throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
|
|
2225
|
+
}
|
|
2226
|
+
let headers = this.defaultHeaders;
|
|
2227
|
+
if (reqId !== undefined && reqId !== null) {
|
|
2228
|
+
headers = headers.set('reqId', String(reqId));
|
|
2229
|
+
}
|
|
2230
|
+
if (token !== undefined && token !== null) {
|
|
2231
|
+
headers = headers.set('token', String(token));
|
|
2232
|
+
}
|
|
2233
|
+
// to determine the Accept header
|
|
2234
|
+
let httpHeaderAccepts = [
|
|
2235
|
+
'application/json'
|
|
2236
|
+
];
|
|
2237
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2238
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
2239
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2240
|
+
}
|
|
2241
|
+
// to determine the Content-Type header
|
|
2242
|
+
const consumes = [
|
|
2243
|
+
'application/json'
|
|
2244
|
+
];
|
|
2245
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2246
|
+
if (httpContentTypeSelected != undefined) {
|
|
2247
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
2248
|
+
}
|
|
2249
|
+
return this.httpClient.post(`${this.basePath}/v2/api/campaigns/incrementalityreport`, incrementalityReportDTO, {
|
|
2250
|
+
withCredentials: this.configuration.withCredentials,
|
|
2251
|
+
headers: headers,
|
|
2252
|
+
observe: observe,
|
|
2253
|
+
reportProgress: reportProgress
|
|
2254
|
+
});
|
|
2255
|
+
}
|
|
2256
2256
|
updateCampaignUsingPOST(campaign, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
2257
2257
|
if (campaign === null || campaign === undefined) {
|
|
2258
2258
|
throw new Error('Required parameter campaign was null or undefined when calling updateCampaignUsingPOST.');
|
|
@@ -2315,7 +2315,7 @@ CampaignControllerService = __decorate([
|
|
|
2315
2315
|
let CatalogControllerService = class CatalogControllerService {
|
|
2316
2316
|
constructor(httpClient, basePath, configuration) {
|
|
2317
2317
|
this.httpClient = httpClient;
|
|
2318
|
-
this.basePath = 'https://
|
|
2318
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2319
2319
|
this.defaultHeaders = new HttpHeaders();
|
|
2320
2320
|
this.configuration = new Configuration();
|
|
2321
2321
|
if (basePath) {
|
|
@@ -2518,7 +2518,7 @@ CatalogControllerService = __decorate([
|
|
|
2518
2518
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2519
2519
|
constructor(httpClient, basePath, configuration) {
|
|
2520
2520
|
this.httpClient = httpClient;
|
|
2521
|
-
this.basePath = 'https://
|
|
2521
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2522
2522
|
this.defaultHeaders = new HttpHeaders();
|
|
2523
2523
|
this.configuration = new Configuration();
|
|
2524
2524
|
if (basePath) {
|
|
@@ -2746,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2746
2746
|
let CreativeControllerService = class CreativeControllerService {
|
|
2747
2747
|
constructor(httpClient, basePath, configuration) {
|
|
2748
2748
|
this.httpClient = httpClient;
|
|
2749
|
-
this.basePath = 'https://
|
|
2749
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2750
2750
|
this.defaultHeaders = new HttpHeaders();
|
|
2751
2751
|
this.configuration = new Configuration();
|
|
2752
2752
|
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://apiv2stage1.atomex.net';
|
|
3193
3193
|
this.defaultHeaders = new HttpHeaders();
|
|
3194
3194
|
this.configuration = new Configuration();
|
|
3195
3195
|
if (basePath) {
|
|
@@ -3535,7 +3535,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3535
3535
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3536
3536
|
constructor(httpClient, basePath, configuration) {
|
|
3537
3537
|
this.httpClient = httpClient;
|
|
3538
|
-
this.basePath = 'https://
|
|
3538
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3539
3539
|
this.defaultHeaders = new HttpHeaders();
|
|
3540
3540
|
this.configuration = new Configuration();
|
|
3541
3541
|
if (basePath) {
|
|
@@ -3716,7 +3716,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3716
3716
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3717
3717
|
constructor(httpClient, basePath, configuration) {
|
|
3718
3718
|
this.httpClient = httpClient;
|
|
3719
|
-
this.basePath = 'https://
|
|
3719
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3720
3720
|
this.defaultHeaders = new HttpHeaders();
|
|
3721
3721
|
this.configuration = new Configuration();
|
|
3722
3722
|
if (basePath) {
|
|
@@ -3790,7 +3790,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3790
3790
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3791
3791
|
constructor(httpClient, basePath, configuration) {
|
|
3792
3792
|
this.httpClient = httpClient;
|
|
3793
|
-
this.basePath = 'https://
|
|
3793
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3794
3794
|
this.defaultHeaders = new HttpHeaders();
|
|
3795
3795
|
this.configuration = new Configuration();
|
|
3796
3796
|
if (basePath) {
|
|
@@ -3951,7 +3951,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3951
3951
|
let DashboardControllerService = class DashboardControllerService {
|
|
3952
3952
|
constructor(httpClient, basePath, configuration) {
|
|
3953
3953
|
this.httpClient = httpClient;
|
|
3954
|
-
this.basePath = 'https://
|
|
3954
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3955
3955
|
this.defaultHeaders = new HttpHeaders();
|
|
3956
3956
|
this.configuration = new Configuration();
|
|
3957
3957
|
if (basePath) {
|
|
@@ -4566,7 +4566,7 @@ DashboardControllerService = __decorate([
|
|
|
4566
4566
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4567
4567
|
constructor(httpClient, basePath, configuration) {
|
|
4568
4568
|
this.httpClient = httpClient;
|
|
4569
|
-
this.basePath = 'https://
|
|
4569
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4570
4570
|
this.defaultHeaders = new HttpHeaders();
|
|
4571
4571
|
this.configuration = new Configuration();
|
|
4572
4572
|
if (basePath) {
|
|
@@ -4745,7 +4745,7 @@ NotificationsControllerService = __decorate([
|
|
|
4745
4745
|
let PixelControllerService = class PixelControllerService {
|
|
4746
4746
|
constructor(httpClient, basePath, configuration) {
|
|
4747
4747
|
this.httpClient = httpClient;
|
|
4748
|
-
this.basePath = 'https://
|
|
4748
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4749
4749
|
this.defaultHeaders = new HttpHeaders();
|
|
4750
4750
|
this.configuration = new Configuration();
|
|
4751
4751
|
if (basePath) {
|
|
@@ -5048,7 +5048,7 @@ PixelControllerService = __decorate([
|
|
|
5048
5048
|
let ReportingControllerService = class ReportingControllerService {
|
|
5049
5049
|
constructor(httpClient, basePath, configuration) {
|
|
5050
5050
|
this.httpClient = httpClient;
|
|
5051
|
-
this.basePath = 'https://
|
|
5051
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5052
5052
|
this.defaultHeaders = new HttpHeaders();
|
|
5053
5053
|
this.configuration = new Configuration();
|
|
5054
5054
|
if (basePath) {
|
|
@@ -5214,7 +5214,7 @@ ReportingControllerService = __decorate([
|
|
|
5214
5214
|
let SliceXControllerService = class SliceXControllerService {
|
|
5215
5215
|
constructor(httpClient, basePath, configuration) {
|
|
5216
5216
|
this.httpClient = httpClient;
|
|
5217
|
-
this.basePath = 'https://
|
|
5217
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5218
5218
|
this.defaultHeaders = new HttpHeaders();
|
|
5219
5219
|
this.configuration = new Configuration();
|
|
5220
5220
|
if (basePath) {
|
|
@@ -5381,7 +5381,7 @@ SliceXControllerService = __decorate([
|
|
|
5381
5381
|
let StrategyControllerService = class StrategyControllerService {
|
|
5382
5382
|
constructor(httpClient, basePath, configuration) {
|
|
5383
5383
|
this.httpClient = httpClient;
|
|
5384
|
-
this.basePath = 'https://
|
|
5384
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5385
5385
|
this.defaultHeaders = new HttpHeaders();
|
|
5386
5386
|
this.configuration = new Configuration();
|
|
5387
5387
|
if (basePath) {
|
|
@@ -5996,7 +5996,7 @@ StrategyControllerService = __decorate([
|
|
|
5996
5996
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5997
5997
|
constructor(httpClient, basePath, configuration) {
|
|
5998
5998
|
this.httpClient = httpClient;
|
|
5999
|
-
this.basePath = 'https://
|
|
5999
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6000
6000
|
this.defaultHeaders = new HttpHeaders();
|
|
6001
6001
|
this.configuration = new Configuration();
|
|
6002
6002
|
if (basePath) {
|
|
@@ -6084,7 +6084,7 @@ UILoggerControllerService = __decorate([
|
|
|
6084
6084
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6085
6085
|
constructor(httpClient, basePath, configuration) {
|
|
6086
6086
|
this.httpClient = httpClient;
|
|
6087
|
-
this.basePath = 'https://
|
|
6087
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6088
6088
|
this.defaultHeaders = new HttpHeaders();
|
|
6089
6089
|
this.configuration = new Configuration();
|
|
6090
6090
|
if (basePath) {
|