@revxui/api-clients-ts 0.10.248 → 0.10.251
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 +0 -14
- package/bundles/revxui-api-clients-ts.umd.js +23 -62
- 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 -39
- 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/campaignESDTO.js +1 -12
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/slicexData.js +1 -1
- package/esm2015/model/slicexGridData.js +1 -1
- package/esm2015/model/strategy.js +1 -1
- package/esm2015/model/strategyDTO.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 +2 -41
- 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/campaignESDTO.js +1 -12
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/dashboardMetrics.js +1 -1
- package/esm5/model/models.js +1 -1
- package/esm5/model/slicexData.js +1 -1
- package/esm5/model/slicexGridData.js +1 -1
- package/esm5/model/strategy.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +23 -60
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +23 -62
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignESDTO.d.ts +4 -0
- package/model/creativePerformanceData.d.ts +4 -0
- package/model/creativeSetDashboardMetric.d.ts +4 -0
- package/model/dashboardData.d.ts +4 -0
- package/model/dashboardMetrics.d.ts +4 -0
- package/model/models.d.ts +0 -1
- package/model/slicexData.d.ts +4 -0
- package/model/slicexGridData.d.ts +4 -0
- package/model/strategy.d.ts +8 -0
- package/model/strategyDTO.d.ts +2 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/duplicateCreativeSetsRequestDTO.js +0 -1
- package/esm5/model/duplicateCreativeSetsRequestDTO.js +0 -1
- package/model/duplicateCreativeSetsRequestDTO.d.ts +0 -21
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.251
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.251 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -19,7 +19,6 @@ import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDas
|
|
|
19
19
|
import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
|
|
20
20
|
import { CreativeSetRequest } from '../model/creativeSetRequest';
|
|
21
21
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
22
|
-
import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
|
|
23
22
|
import { Configuration } from '../configuration';
|
|
24
23
|
export declare class CreativeSetsControllerService {
|
|
25
24
|
protected httpClient: HttpClient;
|
|
@@ -44,19 +43,6 @@ export declare class CreativeSetsControllerService {
|
|
|
44
43
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
|
|
45
44
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
|
|
46
45
|
createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
|
|
47
|
-
/**
|
|
48
|
-
* Api to duplicate creative sets
|
|
49
|
-
*
|
|
50
|
-
* @param dto dto
|
|
51
|
-
* @param id id
|
|
52
|
-
* @param reqId request id
|
|
53
|
-
* @param token Auth Token
|
|
54
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
55
|
-
* @param reportProgress flag to report request and response progress.
|
|
56
|
-
*/
|
|
57
|
-
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
|
|
58
|
-
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
|
|
59
|
-
duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
|
|
60
46
|
/**
|
|
61
47
|
* Api to get creative sets dimension details
|
|
62
48
|
*
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
var AuditControllerService = /** @class */ (function () {
|
|
1830
1830
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1831
1831
|
this.httpClient = httpClient;
|
|
1832
|
-
this.basePath = 'https://
|
|
1832
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1833
1833
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1834
1834
|
this.configuration = new Configuration();
|
|
1835
1835
|
if (basePath) {
|
|
@@ -2028,7 +2028,7 @@
|
|
|
2028
2028
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2029
2029
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2030
2030
|
this.httpClient = httpClient;
|
|
2031
|
-
this.basePath = 'https://
|
|
2031
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2032
2032
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2033
2033
|
this.configuration = new Configuration();
|
|
2034
2034
|
if (basePath) {
|
|
@@ -2271,7 +2271,7 @@
|
|
|
2271
2271
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2272
2272
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2273
2273
|
this.httpClient = httpClient;
|
|
2274
|
-
this.basePath = 'https://
|
|
2274
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2275
2275
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2276
2276
|
this.configuration = new Configuration();
|
|
2277
2277
|
if (basePath) {
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
var CampaignControllerService = /** @class */ (function () {
|
|
2393
2393
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2394
2394
|
this.httpClient = httpClient;
|
|
2395
|
-
this.basePath = 'https://
|
|
2395
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2396
2396
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2397
2397
|
this.configuration = new Configuration();
|
|
2398
2398
|
if (basePath) {
|
|
@@ -2678,7 +2678,7 @@
|
|
|
2678
2678
|
var CatalogControllerService = /** @class */ (function () {
|
|
2679
2679
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2680
2680
|
this.httpClient = httpClient;
|
|
2681
|
-
this.basePath = 'https://
|
|
2681
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2682
2682
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2683
2683
|
this.configuration = new Configuration();
|
|
2684
2684
|
if (basePath) {
|
|
@@ -2901,7 +2901,7 @@
|
|
|
2901
2901
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2902
2902
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2903
2903
|
this.httpClient = httpClient;
|
|
2904
|
-
this.basePath = 'https://
|
|
2904
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2905
2905
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2906
2906
|
this.configuration = new Configuration();
|
|
2907
2907
|
if (basePath) {
|
|
@@ -3151,7 +3151,7 @@
|
|
|
3151
3151
|
var CreativeControllerService = /** @class */ (function () {
|
|
3152
3152
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3153
3153
|
this.httpClient = httpClient;
|
|
3154
|
-
this.basePath = 'https://
|
|
3154
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3155
3155
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3156
3156
|
this.configuration = new Configuration();
|
|
3157
3157
|
if (basePath) {
|
|
@@ -3628,7 +3628,7 @@
|
|
|
3628
3628
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3629
3629
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3630
3630
|
this.httpClient = httpClient;
|
|
3631
|
-
this.basePath = 'https://
|
|
3631
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3632
3632
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3633
3633
|
this.configuration = new Configuration();
|
|
3634
3634
|
if (basePath) {
|
|
@@ -3699,45 +3699,6 @@
|
|
|
3699
3699
|
reportProgress: reportProgress
|
|
3700
3700
|
});
|
|
3701
3701
|
};
|
|
3702
|
-
CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
|
|
3703
|
-
if (observe === void 0) { observe = 'body'; }
|
|
3704
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
3705
|
-
if (dto === null || dto === undefined) {
|
|
3706
|
-
throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3707
|
-
}
|
|
3708
|
-
if (id === null || id === undefined) {
|
|
3709
|
-
throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
|
|
3710
|
-
}
|
|
3711
|
-
var headers = this.defaultHeaders;
|
|
3712
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3713
|
-
headers = headers.set('reqId', String(reqId));
|
|
3714
|
-
}
|
|
3715
|
-
if (token !== undefined && token !== null) {
|
|
3716
|
-
headers = headers.set('token', String(token));
|
|
3717
|
-
}
|
|
3718
|
-
// to determine the Accept header
|
|
3719
|
-
var httpHeaderAccepts = [
|
|
3720
|
-
'application/json'
|
|
3721
|
-
];
|
|
3722
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3723
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3724
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3725
|
-
}
|
|
3726
|
-
// to determine the Content-Type header
|
|
3727
|
-
var consumes = [
|
|
3728
|
-
'application/json'
|
|
3729
|
-
];
|
|
3730
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3731
|
-
if (httpContentTypeSelected != undefined) {
|
|
3732
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3733
|
-
}
|
|
3734
|
-
return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
|
|
3735
|
-
withCredentials: this.configuration.withCredentials,
|
|
3736
|
-
headers: headers,
|
|
3737
|
-
observe: observe,
|
|
3738
|
-
reportProgress: reportProgress
|
|
3739
|
-
});
|
|
3740
|
-
};
|
|
3741
3702
|
CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
|
|
3742
3703
|
if (observe === void 0) { observe = 'body'; }
|
|
3743
3704
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4002,7 +3963,7 @@
|
|
|
4002
3963
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4003
3964
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4004
3965
|
this.httpClient = httpClient;
|
|
4005
|
-
this.basePath = 'https://
|
|
3966
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4006
3967
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4007
3968
|
this.configuration = new Configuration();
|
|
4008
3969
|
if (basePath) {
|
|
@@ -4203,7 +4164,7 @@
|
|
|
4203
4164
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4204
4165
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4205
4166
|
this.httpClient = httpClient;
|
|
4206
|
-
this.basePath = 'https://
|
|
4167
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4207
4168
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4208
4169
|
this.configuration = new Configuration();
|
|
4209
4170
|
if (basePath) {
|
|
@@ -4291,7 +4252,7 @@
|
|
|
4291
4252
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4292
4253
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4293
4254
|
this.httpClient = httpClient;
|
|
4294
|
-
this.basePath = 'https://
|
|
4255
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4295
4256
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4296
4257
|
this.configuration = new Configuration();
|
|
4297
4258
|
if (basePath) {
|
|
@@ -4470,7 +4431,7 @@
|
|
|
4470
4431
|
var DashboardControllerService = /** @class */ (function () {
|
|
4471
4432
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4472
4433
|
this.httpClient = httpClient;
|
|
4473
|
-
this.basePath = 'https://
|
|
4434
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4474
4435
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4475
4436
|
this.configuration = new Configuration();
|
|
4476
4437
|
if (basePath) {
|
|
@@ -5127,7 +5088,7 @@
|
|
|
5127
5088
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5128
5089
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5129
5090
|
this.httpClient = httpClient;
|
|
5130
|
-
this.basePath = 'https://
|
|
5091
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5131
5092
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5132
5093
|
this.configuration = new Configuration();
|
|
5133
5094
|
if (basePath) {
|
|
@@ -5326,7 +5287,7 @@
|
|
|
5326
5287
|
var PixelControllerService = /** @class */ (function () {
|
|
5327
5288
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5328
5289
|
this.httpClient = httpClient;
|
|
5329
|
-
this.basePath = 'https://
|
|
5290
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5330
5291
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5331
5292
|
this.configuration = new Configuration();
|
|
5332
5293
|
if (basePath) {
|
|
@@ -5655,7 +5616,7 @@
|
|
|
5655
5616
|
var ReportingControllerService = /** @class */ (function () {
|
|
5656
5617
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5657
5618
|
this.httpClient = httpClient;
|
|
5658
|
-
this.basePath = 'https://
|
|
5619
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5659
5620
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5660
5621
|
this.configuration = new Configuration();
|
|
5661
5622
|
if (basePath) {
|
|
@@ -5839,7 +5800,7 @@
|
|
|
5839
5800
|
var SliceXControllerService = /** @class */ (function () {
|
|
5840
5801
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5841
5802
|
this.httpClient = httpClient;
|
|
5842
|
-
this.basePath = 'https://
|
|
5803
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5843
5804
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5844
5805
|
this.configuration = new Configuration();
|
|
5845
5806
|
if (basePath) {
|
|
@@ -6024,7 +5985,7 @@
|
|
|
6024
5985
|
var StrategyControllerService = /** @class */ (function () {
|
|
6025
5986
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
6026
5987
|
this.httpClient = httpClient;
|
|
6027
|
-
this.basePath = 'https://
|
|
5988
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6028
5989
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6029
5990
|
this.configuration = new Configuration();
|
|
6030
5991
|
if (basePath) {
|
|
@@ -6685,7 +6646,7 @@
|
|
|
6685
6646
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6686
6647
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6687
6648
|
this.httpClient = httpClient;
|
|
6688
|
-
this.basePath = 'https://
|
|
6649
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6689
6650
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6690
6651
|
this.configuration = new Configuration();
|
|
6691
6652
|
if (basePath) {
|
|
@@ -6787,7 +6748,7 @@
|
|
|
6787
6748
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6788
6749
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6789
6750
|
this.httpClient = httpClient;
|
|
6790
|
-
this.basePath = 'https://
|
|
6751
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6791
6752
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6792
6753
|
this.configuration = new Configuration();
|
|
6793
6754
|
if (basePath) {
|