@revxui/api-clients-ts 0.10.272 → 0.10.274
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/campaignController.service.d.ts +0 -14
- package/api/sliceXController.service.d.ts +34 -6
- package/bundles/revxui-api-clients-ts.umd.js +106 -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 -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 -36
- 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 +81 -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/models.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 -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 -38
- 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 +85 -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/models.js +1 -1
- package/esm5/model/slicexRequestExtended.js +1 -0
- package/fesm2015/revxui-api-clients-ts.js +102 -57
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +106 -59
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignDTO.d.ts +0 -4
- package/model/campaignESDTO.d.ts +0 -1
- package/model/clickDestination.d.ts +0 -1
- package/model/creative.d.ts +0 -2
- package/model/creativeDTO.d.ts +0 -2
- package/model/creativeSetDashboardMetric.d.ts +0 -1
- package/model/creativeSetDetails.d.ts +0 -1
- package/model/creativeSetRequest.d.ts +0 -1
- package/model/models.d.ts +1 -3
- package/model/slicexRequestExtended.d.ts +20 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/incrementalityReportDTO.js +0 -12
- package/esm2015/model/incrementalityReportResponse.js +0 -12
- package/esm2015/model/incrementalityResponse.js +0 -1
- package/esm5/model/incrementalityReportDTO.js +0 -12
- package/esm5/model/incrementalityReportResponse.js +0 -12
- package/esm5/model/incrementalityResponse.js +0 -1
- package/model/incrementalityReportDTO.d.ts +0 -17
- package/model/incrementalityReportResponse.d.ts +0 -24
- package/model/incrementalityResponse.d.ts +0 -17
|
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1512,7 +1512,7 @@ AudienceControllerService = __decorate([
|
|
|
1512
1512
|
let AuditControllerService = class AuditControllerService {
|
|
1513
1513
|
constructor(httpClient, basePath, configuration) {
|
|
1514
1514
|
this.httpClient = httpClient;
|
|
1515
|
-
this.basePath = 'https://
|
|
1515
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1516
1516
|
this.defaultHeaders = new HttpHeaders();
|
|
1517
1517
|
this.configuration = new Configuration();
|
|
1518
1518
|
if (basePath) {
|
|
@@ -1693,7 +1693,7 @@ AuditControllerService = __decorate([
|
|
|
1693
1693
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1694
1694
|
constructor(httpClient, basePath, configuration) {
|
|
1695
1695
|
this.httpClient = httpClient;
|
|
1696
|
-
this.basePath = 'https://
|
|
1696
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1697
1697
|
this.defaultHeaders = new HttpHeaders();
|
|
1698
1698
|
this.configuration = new Configuration();
|
|
1699
1699
|
if (basePath) {
|
|
@@ -1914,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1914
1914
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1915
1915
|
constructor(httpClient, basePath, configuration) {
|
|
1916
1916
|
this.httpClient = httpClient;
|
|
1917
|
-
this.basePath = 'https://
|
|
1917
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1918
1918
|
this.defaultHeaders = new HttpHeaders();
|
|
1919
1919
|
this.configuration = new Configuration();
|
|
1920
1920
|
if (basePath) {
|
|
@@ -2019,7 +2019,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2019
2019
|
let CampaignControllerService = class CampaignControllerService {
|
|
2020
2020
|
constructor(httpClient, basePath, configuration) {
|
|
2021
2021
|
this.httpClient = httpClient;
|
|
2022
|
-
this.basePath = 'https://
|
|
2022
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2023
2023
|
this.defaultHeaders = new HttpHeaders();
|
|
2024
2024
|
this.configuration = new Configuration();
|
|
2025
2025
|
if (basePath) {
|
|
@@ -2219,40 +2219,6 @@ let CampaignControllerService = class CampaignControllerService {
|
|
|
2219
2219
|
reportProgress: reportProgress
|
|
2220
2220
|
});
|
|
2221
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
2222
|
updateCampaignUsingPOST(campaign, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
2257
2223
|
if (campaign === null || campaign === undefined) {
|
|
2258
2224
|
throw new Error('Required parameter campaign was null or undefined when calling updateCampaignUsingPOST.');
|
|
@@ -2315,7 +2281,7 @@ CampaignControllerService = __decorate([
|
|
|
2315
2281
|
let CatalogControllerService = class CatalogControllerService {
|
|
2316
2282
|
constructor(httpClient, basePath, configuration) {
|
|
2317
2283
|
this.httpClient = httpClient;
|
|
2318
|
-
this.basePath = 'https://
|
|
2284
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2319
2285
|
this.defaultHeaders = new HttpHeaders();
|
|
2320
2286
|
this.configuration = new Configuration();
|
|
2321
2287
|
if (basePath) {
|
|
@@ -2518,7 +2484,7 @@ CatalogControllerService = __decorate([
|
|
|
2518
2484
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2519
2485
|
constructor(httpClient, basePath, configuration) {
|
|
2520
2486
|
this.httpClient = httpClient;
|
|
2521
|
-
this.basePath = 'https://
|
|
2487
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2522
2488
|
this.defaultHeaders = new HttpHeaders();
|
|
2523
2489
|
this.configuration = new Configuration();
|
|
2524
2490
|
if (basePath) {
|
|
@@ -2746,7 +2712,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2746
2712
|
let CreativeControllerService = class CreativeControllerService {
|
|
2747
2713
|
constructor(httpClient, basePath, configuration) {
|
|
2748
2714
|
this.httpClient = httpClient;
|
|
2749
|
-
this.basePath = 'https://
|
|
2715
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2750
2716
|
this.defaultHeaders = new HttpHeaders();
|
|
2751
2717
|
this.configuration = new Configuration();
|
|
2752
2718
|
if (basePath) {
|
|
@@ -3189,7 +3155,7 @@ CreativeControllerService = __decorate([
|
|
|
3189
3155
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3190
3156
|
constructor(httpClient, basePath, configuration) {
|
|
3191
3157
|
this.httpClient = httpClient;
|
|
3192
|
-
this.basePath = 'https://
|
|
3158
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3193
3159
|
this.defaultHeaders = new HttpHeaders();
|
|
3194
3160
|
this.configuration = new Configuration();
|
|
3195
3161
|
if (basePath) {
|
|
@@ -3535,7 +3501,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3535
3501
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3536
3502
|
constructor(httpClient, basePath, configuration) {
|
|
3537
3503
|
this.httpClient = httpClient;
|
|
3538
|
-
this.basePath = 'https://
|
|
3504
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3539
3505
|
this.defaultHeaders = new HttpHeaders();
|
|
3540
3506
|
this.configuration = new Configuration();
|
|
3541
3507
|
if (basePath) {
|
|
@@ -3716,7 +3682,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3716
3682
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3717
3683
|
constructor(httpClient, basePath, configuration) {
|
|
3718
3684
|
this.httpClient = httpClient;
|
|
3719
|
-
this.basePath = 'https://
|
|
3685
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3720
3686
|
this.defaultHeaders = new HttpHeaders();
|
|
3721
3687
|
this.configuration = new Configuration();
|
|
3722
3688
|
if (basePath) {
|
|
@@ -3790,7 +3756,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3790
3756
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3791
3757
|
constructor(httpClient, basePath, configuration) {
|
|
3792
3758
|
this.httpClient = httpClient;
|
|
3793
|
-
this.basePath = 'https://
|
|
3759
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3794
3760
|
this.defaultHeaders = new HttpHeaders();
|
|
3795
3761
|
this.configuration = new Configuration();
|
|
3796
3762
|
if (basePath) {
|
|
@@ -3951,7 +3917,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3951
3917
|
let DashboardControllerService = class DashboardControllerService {
|
|
3952
3918
|
constructor(httpClient, basePath, configuration) {
|
|
3953
3919
|
this.httpClient = httpClient;
|
|
3954
|
-
this.basePath = 'https://
|
|
3920
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3955
3921
|
this.defaultHeaders = new HttpHeaders();
|
|
3956
3922
|
this.configuration = new Configuration();
|
|
3957
3923
|
if (basePath) {
|
|
@@ -4566,7 +4532,7 @@ DashboardControllerService = __decorate([
|
|
|
4566
4532
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4567
4533
|
constructor(httpClient, basePath, configuration) {
|
|
4568
4534
|
this.httpClient = httpClient;
|
|
4569
|
-
this.basePath = 'https://
|
|
4535
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4570
4536
|
this.defaultHeaders = new HttpHeaders();
|
|
4571
4537
|
this.configuration = new Configuration();
|
|
4572
4538
|
if (basePath) {
|
|
@@ -4745,7 +4711,7 @@ NotificationsControllerService = __decorate([
|
|
|
4745
4711
|
let PixelControllerService = class PixelControllerService {
|
|
4746
4712
|
constructor(httpClient, basePath, configuration) {
|
|
4747
4713
|
this.httpClient = httpClient;
|
|
4748
|
-
this.basePath = 'https://
|
|
4714
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4749
4715
|
this.defaultHeaders = new HttpHeaders();
|
|
4750
4716
|
this.configuration = new Configuration();
|
|
4751
4717
|
if (basePath) {
|
|
@@ -5048,7 +5014,7 @@ PixelControllerService = __decorate([
|
|
|
5048
5014
|
let ReportingControllerService = class ReportingControllerService {
|
|
5049
5015
|
constructor(httpClient, basePath, configuration) {
|
|
5050
5016
|
this.httpClient = httpClient;
|
|
5051
|
-
this.basePath = 'https://
|
|
5017
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5052
5018
|
this.defaultHeaders = new HttpHeaders();
|
|
5053
5019
|
this.configuration = new Configuration();
|
|
5054
5020
|
if (basePath) {
|
|
@@ -5214,7 +5180,7 @@ ReportingControllerService = __decorate([
|
|
|
5214
5180
|
let SliceXControllerService = class SliceXControllerService {
|
|
5215
5181
|
constructor(httpClient, basePath, configuration) {
|
|
5216
5182
|
this.httpClient = httpClient;
|
|
5217
|
-
this.basePath = 'https://
|
|
5183
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5218
5184
|
this.defaultHeaders = new HttpHeaders();
|
|
5219
5185
|
this.configuration = new Configuration();
|
|
5220
5186
|
if (basePath) {
|
|
@@ -5314,6 +5280,85 @@ let SliceXControllerService = class SliceXControllerService {
|
|
|
5314
5280
|
reportProgress: reportProgress
|
|
5315
5281
|
});
|
|
5316
5282
|
}
|
|
5283
|
+
getSlicexDataListWithCompareUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
5284
|
+
if (entity === null || entity === undefined) {
|
|
5285
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
|
|
5286
|
+
}
|
|
5287
|
+
if (slicexRequest === null || slicexRequest === undefined) {
|
|
5288
|
+
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
|
|
5289
|
+
}
|
|
5290
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5291
|
+
if (sort !== undefined && sort !== null) {
|
|
5292
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
5293
|
+
}
|
|
5294
|
+
let headers = this.defaultHeaders;
|
|
5295
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5296
|
+
headers = headers.set('reqId', String(reqId));
|
|
5297
|
+
}
|
|
5298
|
+
if (token !== undefined && token !== null) {
|
|
5299
|
+
headers = headers.set('token', String(token));
|
|
5300
|
+
}
|
|
5301
|
+
// to determine the Accept header
|
|
5302
|
+
let httpHeaderAccepts = [
|
|
5303
|
+
'application/json'
|
|
5304
|
+
];
|
|
5305
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5306
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5307
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5308
|
+
}
|
|
5309
|
+
// to determine the Content-Type header
|
|
5310
|
+
const consumes = [
|
|
5311
|
+
'application/json'
|
|
5312
|
+
];
|
|
5313
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5314
|
+
if (httpContentTypeSelected != undefined) {
|
|
5315
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5316
|
+
}
|
|
5317
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/compare/${encodeURIComponent(String(entity))}`, slicexRequest, {
|
|
5318
|
+
params: queryParameters,
|
|
5319
|
+
withCredentials: this.configuration.withCredentials,
|
|
5320
|
+
headers: headers,
|
|
5321
|
+
observe: observe,
|
|
5322
|
+
reportProgress: reportProgress
|
|
5323
|
+
});
|
|
5324
|
+
}
|
|
5325
|
+
getSlicexGridDetailsUsingPOST(entity, slicexRequestExt, reqId, token, observe = 'body', reportProgress = false) {
|
|
5326
|
+
if (entity === null || entity === undefined) {
|
|
5327
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5328
|
+
}
|
|
5329
|
+
if (slicexRequestExt === null || slicexRequestExt === undefined) {
|
|
5330
|
+
throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5331
|
+
}
|
|
5332
|
+
let headers = this.defaultHeaders;
|
|
5333
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5334
|
+
headers = headers.set('reqId', String(reqId));
|
|
5335
|
+
}
|
|
5336
|
+
if (token !== undefined && token !== null) {
|
|
5337
|
+
headers = headers.set('token', String(token));
|
|
5338
|
+
}
|
|
5339
|
+
// to determine the Accept header
|
|
5340
|
+
let httpHeaderAccepts = [
|
|
5341
|
+
'application/json'
|
|
5342
|
+
];
|
|
5343
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5344
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5345
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5346
|
+
}
|
|
5347
|
+
// to determine the Content-Type header
|
|
5348
|
+
const consumes = [
|
|
5349
|
+
'application/json'
|
|
5350
|
+
];
|
|
5351
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5352
|
+
if (httpContentTypeSelected != undefined) {
|
|
5353
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5354
|
+
}
|
|
5355
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/details/${encodeURIComponent(String(entity))}`, slicexRequestExt, {
|
|
5356
|
+
withCredentials: this.configuration.withCredentials,
|
|
5357
|
+
headers: headers,
|
|
5358
|
+
observe: observe,
|
|
5359
|
+
reportProgress: reportProgress
|
|
5360
|
+
});
|
|
5361
|
+
}
|
|
5317
5362
|
getSlicexListDataForExportUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
5318
5363
|
if (entity === null || entity === undefined) {
|
|
5319
5364
|
throw new Error('Required parameter entity was null or undefined when calling getSlicexListDataForExportUsingPOST.');
|
|
@@ -5381,7 +5426,7 @@ SliceXControllerService = __decorate([
|
|
|
5381
5426
|
let StrategyControllerService = class StrategyControllerService {
|
|
5382
5427
|
constructor(httpClient, basePath, configuration) {
|
|
5383
5428
|
this.httpClient = httpClient;
|
|
5384
|
-
this.basePath = 'https://
|
|
5429
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5385
5430
|
this.defaultHeaders = new HttpHeaders();
|
|
5386
5431
|
this.configuration = new Configuration();
|
|
5387
5432
|
if (basePath) {
|
|
@@ -5996,7 +6041,7 @@ StrategyControllerService = __decorate([
|
|
|
5996
6041
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
5997
6042
|
constructor(httpClient, basePath, configuration) {
|
|
5998
6043
|
this.httpClient = httpClient;
|
|
5999
|
-
this.basePath = 'https://
|
|
6044
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6000
6045
|
this.defaultHeaders = new HttpHeaders();
|
|
6001
6046
|
this.configuration = new Configuration();
|
|
6002
6047
|
if (basePath) {
|
|
@@ -6084,7 +6129,7 @@ UILoggerControllerService = __decorate([
|
|
|
6084
6129
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6085
6130
|
constructor(httpClient, basePath, configuration) {
|
|
6086
6131
|
this.httpClient = httpClient;
|
|
6087
|
-
this.basePath = 'https://
|
|
6132
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6088
6133
|
this.defaultHeaders = new HttpHeaders();
|
|
6089
6134
|
this.configuration = new Configuration();
|
|
6090
6135
|
if (basePath) {
|