@revxui/api-clients-ts 0.10.242 → 0.10.243
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 +14 -0
- package/bundles/revxui-api-clients-ts.umd.js +59 -23
- 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 +36 -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 -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/apiResponseObjectEligibleUsersResponse.js +1 -0
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/eligibleUsersRequest.js +12 -0
- package/esm2015/model/eligibleUsersResponse.js +12 -0
- package/esm2015/model/metaRuleDto.js +1 -1
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/slicexListResponse.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 +38 -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 -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/apiResponseObjectEligibleUsersResponse.js +1 -0
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeFileForSet.js +1 -1
- package/esm5/model/creativeFiles.js +1 -1
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/eligibleUsersRequest.js +12 -0
- package/esm5/model/eligibleUsersResponse.js +12 -0
- package/esm5/model/metaRuleDto.js +1 -1
- package/esm5/model/models.js +1 -1
- package/esm5/model/slicexListResponse.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +57 -23
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +59 -23
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiResponseObjectEligibleUsersResponse.d.ts +17 -0
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeFileForSet.d.ts +2 -0
- package/model/creativeFiles.d.ts +2 -0
- package/model/creativeSetDetails.d.ts +0 -2
- package/model/creativeSetRequest.d.ts +0 -2
- package/model/eligibleUsersRequest.d.ts +24 -0
- package/model/{endCards.d.ts → eligibleUsersResponse.d.ts} +3 -4
- package/model/metaRuleDto.d.ts +1 -0
- package/model/models.d.ts +3 -1
- package/model/slicexListResponse.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/endCards.js +0 -12
- package/esm5/model/endCards.js +0 -12
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.243
|
|
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.243 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -17,12 +17,14 @@ import { ApiResponseObjectAudienceDTO } from '../model/apiResponseObjectAudience
|
|
|
17
17
|
import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
|
|
18
18
|
import { ApiResponseObjectChartDashboardResponse } from '../model/apiResponseObjectChartDashboardResponse';
|
|
19
19
|
import { ApiResponseObjectDmpAudienceDTO } from '../model/apiResponseObjectDmpAudienceDTO';
|
|
20
|
+
import { ApiResponseObjectEligibleUsersResponse } from '../model/apiResponseObjectEligibleUsersResponse';
|
|
20
21
|
import { ApiResponseObjectListAudienceDTO } from '../model/apiResponseObjectListAudienceDTO';
|
|
21
22
|
import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
|
|
22
23
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
23
24
|
import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
|
|
24
25
|
import { AudienceDTO } from '../model/audienceDTO';
|
|
25
26
|
import { DashboardRequest } from '../model/dashboardRequest';
|
|
27
|
+
import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
|
|
26
28
|
import { PixelRemoteConfigDTO } from '../model/pixelRemoteConfigDTO';
|
|
27
29
|
import { PlatformAudienceDTO } from '../model/platformAudienceDTO';
|
|
28
30
|
import { SearchRequest } from '../model/searchRequest';
|
|
@@ -181,6 +183,18 @@ export declare class AudienceControllerService {
|
|
|
181
183
|
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectChartDashboardResponse>;
|
|
182
184
|
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectChartDashboardResponse>>;
|
|
183
185
|
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectChartDashboardResponse>>;
|
|
186
|
+
/**
|
|
187
|
+
* Api to get EligibleUsers
|
|
188
|
+
*
|
|
189
|
+
* @param eligibleUsersRequest eligibleUsersRequest
|
|
190
|
+
* @param reqId request id
|
|
191
|
+
* @param token Auth Token
|
|
192
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
193
|
+
* @param reportProgress flag to report request and response progress.
|
|
194
|
+
*/
|
|
195
|
+
getEligibleUsersCountUsingPOST(eligibleUsersRequest: EligibleUsersRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectEligibleUsersResponse>;
|
|
196
|
+
getEligibleUsersCountUsingPOST(eligibleUsersRequest: EligibleUsersRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectEligibleUsersResponse>>;
|
|
197
|
+
getEligibleUsersCountUsingPOST(eligibleUsersRequest: EligibleUsersRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectEligibleUsersResponse>>;
|
|
184
198
|
/**
|
|
185
199
|
* Api to get Audience Meta Rule
|
|
186
200
|
*
|
|
@@ -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) {
|
|
@@ -1600,6 +1600,42 @@
|
|
|
1600
1600
|
reportProgress: reportProgress
|
|
1601
1601
|
});
|
|
1602
1602
|
};
|
|
1603
|
+
AudienceControllerService.prototype.getEligibleUsersCountUsingPOST = function (eligibleUsersRequest, reqId, token, observe, reportProgress) {
|
|
1604
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1605
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1606
|
+
if (eligibleUsersRequest === null || eligibleUsersRequest === undefined) {
|
|
1607
|
+
throw new Error('Required parameter eligibleUsersRequest was null or undefined when calling getEligibleUsersCountUsingPOST.');
|
|
1608
|
+
}
|
|
1609
|
+
var headers = this.defaultHeaders;
|
|
1610
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1611
|
+
headers = headers.set('reqId', String(reqId));
|
|
1612
|
+
}
|
|
1613
|
+
if (token !== undefined && token !== null) {
|
|
1614
|
+
headers = headers.set('token', String(token));
|
|
1615
|
+
}
|
|
1616
|
+
// to determine the Accept header
|
|
1617
|
+
var httpHeaderAccepts = [
|
|
1618
|
+
'*/*'
|
|
1619
|
+
];
|
|
1620
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1621
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1622
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1623
|
+
}
|
|
1624
|
+
// to determine the Content-Type header
|
|
1625
|
+
var consumes = [
|
|
1626
|
+
'application/json'
|
|
1627
|
+
];
|
|
1628
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1629
|
+
if (httpContentTypeSelected != undefined) {
|
|
1630
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1631
|
+
}
|
|
1632
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/eligibleusers", eligibleUsersRequest, {
|
|
1633
|
+
withCredentials: this.configuration.withCredentials,
|
|
1634
|
+
headers: headers,
|
|
1635
|
+
observe: observe,
|
|
1636
|
+
reportProgress: reportProgress
|
|
1637
|
+
});
|
|
1638
|
+
};
|
|
1603
1639
|
AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
|
|
1604
1640
|
if (observe === void 0) { observe = 'body'; }
|
|
1605
1641
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1793,7 +1829,7 @@
|
|
|
1793
1829
|
var AuditControllerService = /** @class */ (function () {
|
|
1794
1830
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1795
1831
|
this.httpClient = httpClient;
|
|
1796
|
-
this.basePath = 'https://
|
|
1832
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1797
1833
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1798
1834
|
this.configuration = new Configuration();
|
|
1799
1835
|
if (basePath) {
|
|
@@ -1992,7 +2028,7 @@
|
|
|
1992
2028
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1993
2029
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1994
2030
|
this.httpClient = httpClient;
|
|
1995
|
-
this.basePath = 'https://
|
|
2031
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1996
2032
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1997
2033
|
this.configuration = new Configuration();
|
|
1998
2034
|
if (basePath) {
|
|
@@ -2235,7 +2271,7 @@
|
|
|
2235
2271
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2236
2272
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2237
2273
|
this.httpClient = httpClient;
|
|
2238
|
-
this.basePath = 'https://
|
|
2274
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2239
2275
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2240
2276
|
this.configuration = new Configuration();
|
|
2241
2277
|
if (basePath) {
|
|
@@ -2356,7 +2392,7 @@
|
|
|
2356
2392
|
var CampaignControllerService = /** @class */ (function () {
|
|
2357
2393
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2358
2394
|
this.httpClient = httpClient;
|
|
2359
|
-
this.basePath = 'https://
|
|
2395
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2360
2396
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2361
2397
|
this.configuration = new Configuration();
|
|
2362
2398
|
if (basePath) {
|
|
@@ -2642,7 +2678,7 @@
|
|
|
2642
2678
|
var CatalogControllerService = /** @class */ (function () {
|
|
2643
2679
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2644
2680
|
this.httpClient = httpClient;
|
|
2645
|
-
this.basePath = 'https://
|
|
2681
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2646
2682
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2647
2683
|
this.configuration = new Configuration();
|
|
2648
2684
|
if (basePath) {
|
|
@@ -2865,7 +2901,7 @@
|
|
|
2865
2901
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2866
2902
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2867
2903
|
this.httpClient = httpClient;
|
|
2868
|
-
this.basePath = 'https://
|
|
2904
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2869
2905
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2870
2906
|
this.configuration = new Configuration();
|
|
2871
2907
|
if (basePath) {
|
|
@@ -3115,7 +3151,7 @@
|
|
|
3115
3151
|
var CreativeControllerService = /** @class */ (function () {
|
|
3116
3152
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3117
3153
|
this.httpClient = httpClient;
|
|
3118
|
-
this.basePath = 'https://
|
|
3154
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3119
3155
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3120
3156
|
this.configuration = new Configuration();
|
|
3121
3157
|
if (basePath) {
|
|
@@ -3592,7 +3628,7 @@
|
|
|
3592
3628
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3593
3629
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3594
3630
|
this.httpClient = httpClient;
|
|
3595
|
-
this.basePath = 'https://
|
|
3631
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3596
3632
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3597
3633
|
this.configuration = new Configuration();
|
|
3598
3634
|
if (basePath) {
|
|
@@ -3927,7 +3963,7 @@
|
|
|
3927
3963
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3928
3964
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3929
3965
|
this.httpClient = httpClient;
|
|
3930
|
-
this.basePath = 'https://
|
|
3966
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3931
3967
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3932
3968
|
this.configuration = new Configuration();
|
|
3933
3969
|
if (basePath) {
|
|
@@ -4128,7 +4164,7 @@
|
|
|
4128
4164
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4129
4165
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4130
4166
|
this.httpClient = httpClient;
|
|
4131
|
-
this.basePath = 'https://
|
|
4167
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4132
4168
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4133
4169
|
this.configuration = new Configuration();
|
|
4134
4170
|
if (basePath) {
|
|
@@ -4216,7 +4252,7 @@
|
|
|
4216
4252
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4217
4253
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4218
4254
|
this.httpClient = httpClient;
|
|
4219
|
-
this.basePath = 'https://
|
|
4255
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4220
4256
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4221
4257
|
this.configuration = new Configuration();
|
|
4222
4258
|
if (basePath) {
|
|
@@ -4395,7 +4431,7 @@
|
|
|
4395
4431
|
var DashboardControllerService = /** @class */ (function () {
|
|
4396
4432
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4397
4433
|
this.httpClient = httpClient;
|
|
4398
|
-
this.basePath = 'https://
|
|
4434
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4399
4435
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4400
4436
|
this.configuration = new Configuration();
|
|
4401
4437
|
if (basePath) {
|
|
@@ -5052,7 +5088,7 @@
|
|
|
5052
5088
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5053
5089
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5054
5090
|
this.httpClient = httpClient;
|
|
5055
|
-
this.basePath = 'https://
|
|
5091
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5056
5092
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5057
5093
|
this.configuration = new Configuration();
|
|
5058
5094
|
if (basePath) {
|
|
@@ -5251,7 +5287,7 @@
|
|
|
5251
5287
|
var PixelControllerService = /** @class */ (function () {
|
|
5252
5288
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5253
5289
|
this.httpClient = httpClient;
|
|
5254
|
-
this.basePath = 'https://
|
|
5290
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5255
5291
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5256
5292
|
this.configuration = new Configuration();
|
|
5257
5293
|
if (basePath) {
|
|
@@ -5580,7 +5616,7 @@
|
|
|
5580
5616
|
var ReportingControllerService = /** @class */ (function () {
|
|
5581
5617
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5582
5618
|
this.httpClient = httpClient;
|
|
5583
|
-
this.basePath = 'https://
|
|
5619
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5584
5620
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5585
5621
|
this.configuration = new Configuration();
|
|
5586
5622
|
if (basePath) {
|
|
@@ -5764,7 +5800,7 @@
|
|
|
5764
5800
|
var SliceXControllerService = /** @class */ (function () {
|
|
5765
5801
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5766
5802
|
this.httpClient = httpClient;
|
|
5767
|
-
this.basePath = 'https://
|
|
5803
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5768
5804
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5769
5805
|
this.configuration = new Configuration();
|
|
5770
5806
|
if (basePath) {
|
|
@@ -5949,7 +5985,7 @@
|
|
|
5949
5985
|
var StrategyControllerService = /** @class */ (function () {
|
|
5950
5986
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5951
5987
|
this.httpClient = httpClient;
|
|
5952
|
-
this.basePath = 'https://
|
|
5988
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5953
5989
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5954
5990
|
this.configuration = new Configuration();
|
|
5955
5991
|
if (basePath) {
|
|
@@ -6610,7 +6646,7 @@
|
|
|
6610
6646
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6611
6647
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6612
6648
|
this.httpClient = httpClient;
|
|
6613
|
-
this.basePath = 'https://
|
|
6649
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6614
6650
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6615
6651
|
this.configuration = new Configuration();
|
|
6616
6652
|
if (basePath) {
|
|
@@ -6712,7 +6748,7 @@
|
|
|
6712
6748
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6713
6749
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6714
6750
|
this.httpClient = httpClient;
|
|
6715
|
-
this.basePath = 'https://
|
|
6751
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6716
6752
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6717
6753
|
this.configuration = new Configuration();
|
|
6718
6754
|
if (basePath) {
|