@revxui/api-clients-ts 0.10.270 → 0.10.271
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/sliceXController.service.d.ts +20 -6
- package/bundles/revxui-api-clients-ts.umd.js +62 -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 +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 +39 -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/models.js +1 -1
- package/esm2015/model/searchRequest.js +1 -1
- package/esm2015/model/slicexRequestExtended.js +1 -0
- 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 +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 +41 -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/models.js +1 -1
- package/esm5/model/searchRequest.js +1 -1
- package/esm5/model/slicexRequestExtended.js +1 -0
- package/fesm2015/revxui-api-clients-ts.js +60 -57
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +62 -59
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/models.d.ts +1 -1
- package/model/searchRequest.d.ts +0 -1
- package/model/slicexRequestExtended.d.ts +20 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/audienceAnalysisRequest.js +0 -12
- package/esm5/model/audienceAnalysisRequest.js +0 -12
- package/model/audienceAnalysisRequest.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1285,42 +1285,6 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1285
1285
|
reportProgress: reportProgress
|
|
1286
1286
|
});
|
|
1287
1287
|
};
|
|
1288
|
-
AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
|
|
1289
|
-
if (observe === void 0) { observe = 'body'; }
|
|
1290
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
1291
|
-
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1292
|
-
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1293
|
-
}
|
|
1294
|
-
var headers = this.defaultHeaders;
|
|
1295
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1296
|
-
headers = headers.set('reqId', String(reqId));
|
|
1297
|
-
}
|
|
1298
|
-
if (token !== undefined && token !== null) {
|
|
1299
|
-
headers = headers.set('token', String(token));
|
|
1300
|
-
}
|
|
1301
|
-
// to determine the Accept header
|
|
1302
|
-
var httpHeaderAccepts = [
|
|
1303
|
-
'*/*'
|
|
1304
|
-
];
|
|
1305
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1306
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1307
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1308
|
-
}
|
|
1309
|
-
// to determine the Content-Type header
|
|
1310
|
-
var consumes = [
|
|
1311
|
-
'application/json'
|
|
1312
|
-
];
|
|
1313
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1314
|
-
if (httpContentTypeSelected != undefined) {
|
|
1315
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1316
|
-
}
|
|
1317
|
-
return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", audienceAnalysisRequest, {
|
|
1318
|
-
withCredentials: this.configuration.withCredentials,
|
|
1319
|
-
headers: headers,
|
|
1320
|
-
observe: observe,
|
|
1321
|
-
reportProgress: reportProgress
|
|
1322
|
-
});
|
|
1323
|
-
};
|
|
1324
1288
|
AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
|
|
1325
1289
|
if (observe === void 0) { observe = 'body'; }
|
|
1326
1290
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1679,7 +1643,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1679
1643
|
var AuditControllerService = /** @class */ (function () {
|
|
1680
1644
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1681
1645
|
this.httpClient = httpClient;
|
|
1682
|
-
this.basePath = 'https://
|
|
1646
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1683
1647
|
this.defaultHeaders = new HttpHeaders();
|
|
1684
1648
|
this.configuration = new Configuration();
|
|
1685
1649
|
if (basePath) {
|
|
@@ -1878,7 +1842,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1878
1842
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1879
1843
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1880
1844
|
this.httpClient = httpClient;
|
|
1881
|
-
this.basePath = 'https://
|
|
1845
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1882
1846
|
this.defaultHeaders = new HttpHeaders();
|
|
1883
1847
|
this.configuration = new Configuration();
|
|
1884
1848
|
if (basePath) {
|
|
@@ -2121,7 +2085,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2121
2085
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2122
2086
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2123
2087
|
this.httpClient = httpClient;
|
|
2124
|
-
this.basePath = 'https://
|
|
2088
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2125
2089
|
this.defaultHeaders = new HttpHeaders();
|
|
2126
2090
|
this.configuration = new Configuration();
|
|
2127
2091
|
if (basePath) {
|
|
@@ -2242,7 +2206,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2242
2206
|
var CampaignControllerService = /** @class */ (function () {
|
|
2243
2207
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2244
2208
|
this.httpClient = httpClient;
|
|
2245
|
-
this.basePath = 'https://
|
|
2209
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2246
2210
|
this.defaultHeaders = new HttpHeaders();
|
|
2247
2211
|
this.configuration = new Configuration();
|
|
2248
2212
|
if (basePath) {
|
|
@@ -2528,7 +2492,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2528
2492
|
var CatalogControllerService = /** @class */ (function () {
|
|
2529
2493
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2530
2494
|
this.httpClient = httpClient;
|
|
2531
|
-
this.basePath = 'https://
|
|
2495
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2532
2496
|
this.defaultHeaders = new HttpHeaders();
|
|
2533
2497
|
this.configuration = new Configuration();
|
|
2534
2498
|
if (basePath) {
|
|
@@ -2751,7 +2715,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2751
2715
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2752
2716
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2753
2717
|
this.httpClient = httpClient;
|
|
2754
|
-
this.basePath = 'https://
|
|
2718
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2755
2719
|
this.defaultHeaders = new HttpHeaders();
|
|
2756
2720
|
this.configuration = new Configuration();
|
|
2757
2721
|
if (basePath) {
|
|
@@ -3001,7 +2965,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
3001
2965
|
var CreativeControllerService = /** @class */ (function () {
|
|
3002
2966
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3003
2967
|
this.httpClient = httpClient;
|
|
3004
|
-
this.basePath = 'https://
|
|
2968
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3005
2969
|
this.defaultHeaders = new HttpHeaders();
|
|
3006
2970
|
this.configuration = new Configuration();
|
|
3007
2971
|
if (basePath) {
|
|
@@ -3478,7 +3442,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3478
3442
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3479
3443
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3480
3444
|
this.httpClient = httpClient;
|
|
3481
|
-
this.basePath = 'https://
|
|
3445
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3482
3446
|
this.defaultHeaders = new HttpHeaders();
|
|
3483
3447
|
this.configuration = new Configuration();
|
|
3484
3448
|
if (basePath) {
|
|
@@ -3852,7 +3816,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3852
3816
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3853
3817
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3854
3818
|
this.httpClient = httpClient;
|
|
3855
|
-
this.basePath = 'https://
|
|
3819
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3856
3820
|
this.defaultHeaders = new HttpHeaders();
|
|
3857
3821
|
this.configuration = new Configuration();
|
|
3858
3822
|
if (basePath) {
|
|
@@ -4053,7 +4017,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4053
4017
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4054
4018
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4055
4019
|
this.httpClient = httpClient;
|
|
4056
|
-
this.basePath = 'https://
|
|
4020
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4057
4021
|
this.defaultHeaders = new HttpHeaders();
|
|
4058
4022
|
this.configuration = new Configuration();
|
|
4059
4023
|
if (basePath) {
|
|
@@ -4141,7 +4105,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4141
4105
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4142
4106
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4143
4107
|
this.httpClient = httpClient;
|
|
4144
|
-
this.basePath = 'https://
|
|
4108
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4145
4109
|
this.defaultHeaders = new HttpHeaders();
|
|
4146
4110
|
this.configuration = new Configuration();
|
|
4147
4111
|
if (basePath) {
|
|
@@ -4320,7 +4284,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4320
4284
|
var DashboardControllerService = /** @class */ (function () {
|
|
4321
4285
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4322
4286
|
this.httpClient = httpClient;
|
|
4323
|
-
this.basePath = 'https://
|
|
4287
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4324
4288
|
this.defaultHeaders = new HttpHeaders();
|
|
4325
4289
|
this.configuration = new Configuration();
|
|
4326
4290
|
if (basePath) {
|
|
@@ -4977,7 +4941,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4977
4941
|
var NotificationsControllerService = /** @class */ (function () {
|
|
4978
4942
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
4979
4943
|
this.httpClient = httpClient;
|
|
4980
|
-
this.basePath = 'https://
|
|
4944
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4981
4945
|
this.defaultHeaders = new HttpHeaders();
|
|
4982
4946
|
this.configuration = new Configuration();
|
|
4983
4947
|
if (basePath) {
|
|
@@ -5176,7 +5140,7 @@ var NotificationsControllerService = /** @class */ (function () {
|
|
|
5176
5140
|
var PixelControllerService = /** @class */ (function () {
|
|
5177
5141
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5178
5142
|
this.httpClient = httpClient;
|
|
5179
|
-
this.basePath = 'https://
|
|
5143
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5180
5144
|
this.defaultHeaders = new HttpHeaders();
|
|
5181
5145
|
this.configuration = new Configuration();
|
|
5182
5146
|
if (basePath) {
|
|
@@ -5505,7 +5469,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5505
5469
|
var ReportingControllerService = /** @class */ (function () {
|
|
5506
5470
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5507
5471
|
this.httpClient = httpClient;
|
|
5508
|
-
this.basePath = 'https://
|
|
5472
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5509
5473
|
this.defaultHeaders = new HttpHeaders();
|
|
5510
5474
|
this.configuration = new Configuration();
|
|
5511
5475
|
if (basePath) {
|
|
@@ -5689,7 +5653,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5689
5653
|
var SliceXControllerService = /** @class */ (function () {
|
|
5690
5654
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5691
5655
|
this.httpClient = httpClient;
|
|
5692
|
-
this.basePath = 'https://
|
|
5656
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5693
5657
|
this.defaultHeaders = new HttpHeaders();
|
|
5694
5658
|
this.configuration = new Configuration();
|
|
5695
5659
|
if (basePath) {
|
|
@@ -5804,6 +5768,45 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5804
5768
|
reportProgress: reportProgress
|
|
5805
5769
|
});
|
|
5806
5770
|
};
|
|
5771
|
+
SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
|
|
5772
|
+
if (observe === void 0) { observe = 'body'; }
|
|
5773
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
5774
|
+
if (entity === null || entity === undefined) {
|
|
5775
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5776
|
+
}
|
|
5777
|
+
if (slicexRequestExt === null || slicexRequestExt === undefined) {
|
|
5778
|
+
throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5779
|
+
}
|
|
5780
|
+
var headers = this.defaultHeaders;
|
|
5781
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5782
|
+
headers = headers.set('reqId', String(reqId));
|
|
5783
|
+
}
|
|
5784
|
+
if (token !== undefined && token !== null) {
|
|
5785
|
+
headers = headers.set('token', String(token));
|
|
5786
|
+
}
|
|
5787
|
+
// to determine the Accept header
|
|
5788
|
+
var httpHeaderAccepts = [
|
|
5789
|
+
'application/json'
|
|
5790
|
+
];
|
|
5791
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5792
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5793
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5794
|
+
}
|
|
5795
|
+
// to determine the Content-Type header
|
|
5796
|
+
var consumes = [
|
|
5797
|
+
'application/json'
|
|
5798
|
+
];
|
|
5799
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5800
|
+
if (httpContentTypeSelected != undefined) {
|
|
5801
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5802
|
+
}
|
|
5803
|
+
return this.httpClient.post(this.basePath + "/v2/api/slicex/list/details/" + encodeURIComponent(String(entity)), slicexRequestExt, {
|
|
5804
|
+
withCredentials: this.configuration.withCredentials,
|
|
5805
|
+
headers: headers,
|
|
5806
|
+
observe: observe,
|
|
5807
|
+
reportProgress: reportProgress
|
|
5808
|
+
});
|
|
5809
|
+
};
|
|
5807
5810
|
SliceXControllerService.prototype.getSlicexListDataForExportUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
|
|
5808
5811
|
if (observe === void 0) { observe = 'body'; }
|
|
5809
5812
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -5874,7 +5877,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5874
5877
|
var StrategyControllerService = /** @class */ (function () {
|
|
5875
5878
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5876
5879
|
this.httpClient = httpClient;
|
|
5877
|
-
this.basePath = 'https://
|
|
5880
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5878
5881
|
this.defaultHeaders = new HttpHeaders();
|
|
5879
5882
|
this.configuration = new Configuration();
|
|
5880
5883
|
if (basePath) {
|
|
@@ -6535,7 +6538,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6535
6538
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6536
6539
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6537
6540
|
this.httpClient = httpClient;
|
|
6538
|
-
this.basePath = 'https://
|
|
6541
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6539
6542
|
this.defaultHeaders = new HttpHeaders();
|
|
6540
6543
|
this.configuration = new Configuration();
|
|
6541
6544
|
if (basePath) {
|
|
@@ -6637,7 +6640,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6637
6640
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6638
6641
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6639
6642
|
this.httpClient = httpClient;
|
|
6640
|
-
this.basePath = 'https://
|
|
6643
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6641
6644
|
this.defaultHeaders = new HttpHeaders();
|
|
6642
6645
|
this.configuration = new Configuration();
|
|
6643
6646
|
if (basePath) {
|