@revxui/api-clients-ts 0.10.341 → 0.10.342
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 -26
- package/api/auditController.service.d.ts +6 -6
- package/api/creativeSetsController.service.d.ts +15 -0
- package/api/dashboardController.service.d.ts +9 -9
- package/bundles/revxui-api-clients-ts.umd.js +63 -96
- 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 -70
- 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 +39 -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/customerReportingController.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/creativeSetRescheduleRequest.js +13 -0
- package/esm2015/model/models.js +2 -4
- package/esm2015/model/searchRequest.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +73 -116
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/{audienceAnalysisRequest.d.ts → creativeSetRescheduleRequest.d.ts} +3 -5
- package/model/models.d.ts +1 -3
- package/model/searchRequest.d.ts +0 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.js +0 -2
- package/esm2015/model/audienceAnalysisRequest.js +0 -13
- package/esm2015/model/combinedAudienceAnalysisResponse.js +0 -13
- package/model/apiResponseObjectArrayListCombinedAudienceAnalysisResponse.d.ts +0 -17
- package/model/combinedAudienceAnalysisResponse.d.ts +0 -19
|
@@ -82,7 +82,7 @@ class Configuration {
|
|
|
82
82
|
class AdminControllerService {
|
|
83
83
|
constructor(httpClient, basePath, configuration) {
|
|
84
84
|
this.httpClient = httpClient;
|
|
85
|
-
this.basePath = 'https://
|
|
85
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
86
86
|
this.defaultHeaders = new HttpHeaders();
|
|
87
87
|
this.configuration = new Configuration();
|
|
88
88
|
if (basePath) {
|
|
@@ -271,7 +271,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
271
271
|
class AdvertiserControllerService {
|
|
272
272
|
constructor(httpClient, basePath, configuration) {
|
|
273
273
|
this.httpClient = httpClient;
|
|
274
|
-
this.basePath = 'https://
|
|
274
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
275
275
|
this.defaultHeaders = new HttpHeaders();
|
|
276
276
|
this.configuration = new Configuration();
|
|
277
277
|
if (basePath) {
|
|
@@ -682,7 +682,7 @@ AdvertiserControllerService.ctorParameters = () => [
|
|
|
682
682
|
class AppSettingsControllerService {
|
|
683
683
|
constructor(httpClient, basePath, configuration) {
|
|
684
684
|
this.httpClient = httpClient;
|
|
685
|
-
this.basePath = 'https://
|
|
685
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
686
686
|
this.defaultHeaders = new HttpHeaders();
|
|
687
687
|
this.configuration = new Configuration();
|
|
688
688
|
if (basePath) {
|
|
@@ -922,7 +922,7 @@ AppSettingsControllerService.ctorParameters = () => [
|
|
|
922
922
|
class AudienceControllerService {
|
|
923
923
|
constructor(httpClient, basePath, configuration) {
|
|
924
924
|
this.httpClient = httpClient;
|
|
925
|
-
this.basePath = 'https://
|
|
925
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
926
926
|
this.defaultHeaders = new HttpHeaders();
|
|
927
927
|
this.configuration = new Configuration();
|
|
928
928
|
if (basePath) {
|
|
@@ -1295,40 +1295,6 @@ class AudienceControllerService {
|
|
|
1295
1295
|
reportProgress: reportProgress
|
|
1296
1296
|
});
|
|
1297
1297
|
}
|
|
1298
|
-
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1299
|
-
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1300
|
-
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1301
|
-
}
|
|
1302
|
-
let headers = this.defaultHeaders;
|
|
1303
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1304
|
-
headers = headers.set('reqId', String(reqId));
|
|
1305
|
-
}
|
|
1306
|
-
if (token !== undefined && token !== null) {
|
|
1307
|
-
headers = headers.set('token', String(token));
|
|
1308
|
-
}
|
|
1309
|
-
// to determine the Accept header
|
|
1310
|
-
let httpHeaderAccepts = [
|
|
1311
|
-
'*/*'
|
|
1312
|
-
];
|
|
1313
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1314
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1315
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1316
|
-
}
|
|
1317
|
-
// to determine the Content-Type header
|
|
1318
|
-
const consumes = [
|
|
1319
|
-
'application/json'
|
|
1320
|
-
];
|
|
1321
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1322
|
-
if (httpContentTypeSelected != undefined) {
|
|
1323
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1324
|
-
}
|
|
1325
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis`, audienceAnalysisRequest, {
|
|
1326
|
-
withCredentials: this.configuration.withCredentials,
|
|
1327
|
-
headers: headers,
|
|
1328
|
-
observe: observe,
|
|
1329
|
-
reportProgress: reportProgress
|
|
1330
|
-
});
|
|
1331
|
-
}
|
|
1332
1298
|
getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1333
1299
|
if (id === null || id === undefined) {
|
|
1334
1300
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
|
|
@@ -1419,40 +1385,6 @@ class AudienceControllerService {
|
|
|
1419
1385
|
reportProgress: reportProgress
|
|
1420
1386
|
});
|
|
1421
1387
|
}
|
|
1422
|
-
getCombinedAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1423
|
-
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1424
|
-
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getCombinedAnalysisAudienceCountUsingPOST.');
|
|
1425
|
-
}
|
|
1426
|
-
let headers = this.defaultHeaders;
|
|
1427
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1428
|
-
headers = headers.set('reqId', String(reqId));
|
|
1429
|
-
}
|
|
1430
|
-
if (token !== undefined && token !== null) {
|
|
1431
|
-
headers = headers.set('token', String(token));
|
|
1432
|
-
}
|
|
1433
|
-
// to determine the Accept header
|
|
1434
|
-
let httpHeaderAccepts = [
|
|
1435
|
-
'*/*'
|
|
1436
|
-
];
|
|
1437
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1438
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1439
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1440
|
-
}
|
|
1441
|
-
// to determine the Content-Type header
|
|
1442
|
-
const consumes = [
|
|
1443
|
-
'application/json'
|
|
1444
|
-
];
|
|
1445
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1446
|
-
if (httpContentTypeSelected != undefined) {
|
|
1447
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1448
|
-
}
|
|
1449
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis/combination`, audienceAnalysisRequest, {
|
|
1450
|
-
withCredentials: this.configuration.withCredentials,
|
|
1451
|
-
headers: headers,
|
|
1452
|
-
observe: observe,
|
|
1453
|
-
reportProgress: reportProgress
|
|
1454
|
-
});
|
|
1455
|
-
}
|
|
1456
1388
|
getEligibleUsersCountUsingPOST(eligibleUsersRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1457
1389
|
if (eligibleUsersRequest === null || eligibleUsersRequest === undefined) {
|
|
1458
1390
|
throw new Error('Required parameter eligibleUsersRequest was null or undefined when calling getEligibleUsersCountUsingPOST.');
|
|
@@ -1735,7 +1667,7 @@ AudienceControllerService.ctorParameters = () => [
|
|
|
1735
1667
|
class AuditControllerService {
|
|
1736
1668
|
constructor(httpClient, basePath, configuration) {
|
|
1737
1669
|
this.httpClient = httpClient;
|
|
1738
|
-
this.basePath = 'https://
|
|
1670
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1739
1671
|
this.defaultHeaders = new HttpHeaders();
|
|
1740
1672
|
this.configuration = new Configuration();
|
|
1741
1673
|
if (basePath) {
|
|
@@ -1915,7 +1847,7 @@ AuditControllerService.ctorParameters = () => [
|
|
|
1915
1847
|
class BulkStrategyControllerService {
|
|
1916
1848
|
constructor(httpClient, basePath, configuration) {
|
|
1917
1849
|
this.httpClient = httpClient;
|
|
1918
|
-
this.basePath = 'https://
|
|
1850
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1919
1851
|
this.defaultHeaders = new HttpHeaders();
|
|
1920
1852
|
this.configuration = new Configuration();
|
|
1921
1853
|
if (basePath) {
|
|
@@ -2135,7 +2067,7 @@ BulkStrategyControllerService.ctorParameters = () => [
|
|
|
2135
2067
|
class CSSThemeController_Service {
|
|
2136
2068
|
constructor(httpClient, basePath, configuration) {
|
|
2137
2069
|
this.httpClient = httpClient;
|
|
2138
|
-
this.basePath = 'https://
|
|
2070
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2139
2071
|
this.defaultHeaders = new HttpHeaders();
|
|
2140
2072
|
this.configuration = new Configuration();
|
|
2141
2073
|
if (basePath) {
|
|
@@ -2239,7 +2171,7 @@ CSSThemeController_Service.ctorParameters = () => [
|
|
|
2239
2171
|
class CampaignControllerService {
|
|
2240
2172
|
constructor(httpClient, basePath, configuration) {
|
|
2241
2173
|
this.httpClient = httpClient;
|
|
2242
|
-
this.basePath = 'https://
|
|
2174
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2243
2175
|
this.defaultHeaders = new HttpHeaders();
|
|
2244
2176
|
this.configuration = new Configuration();
|
|
2245
2177
|
if (basePath) {
|
|
@@ -2534,7 +2466,7 @@ CampaignControllerService.ctorParameters = () => [
|
|
|
2534
2466
|
class CatalogControllerService {
|
|
2535
2467
|
constructor(httpClient, basePath, configuration) {
|
|
2536
2468
|
this.httpClient = httpClient;
|
|
2537
|
-
this.basePath = 'https://
|
|
2469
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2538
2470
|
this.defaultHeaders = new HttpHeaders();
|
|
2539
2471
|
this.configuration = new Configuration();
|
|
2540
2472
|
if (basePath) {
|
|
@@ -2769,7 +2701,7 @@ CatalogControllerService.ctorParameters = () => [
|
|
|
2769
2701
|
class ClickDestinationControllerService {
|
|
2770
2702
|
constructor(httpClient, basePath, configuration) {
|
|
2771
2703
|
this.httpClient = httpClient;
|
|
2772
|
-
this.basePath = 'https://
|
|
2704
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2773
2705
|
this.defaultHeaders = new HttpHeaders();
|
|
2774
2706
|
this.configuration = new Configuration();
|
|
2775
2707
|
if (basePath) {
|
|
@@ -2996,7 +2928,7 @@ ClickDestinationControllerService.ctorParameters = () => [
|
|
|
2996
2928
|
class CreativeControllerService {
|
|
2997
2929
|
constructor(httpClient, basePath, configuration) {
|
|
2998
2930
|
this.httpClient = httpClient;
|
|
2999
|
-
this.basePath = 'https://
|
|
2931
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3000
2932
|
this.defaultHeaders = new HttpHeaders();
|
|
3001
2933
|
this.configuration = new Configuration();
|
|
3002
2934
|
if (basePath) {
|
|
@@ -3438,7 +3370,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3438
3370
|
class CreativeSetsControllerService {
|
|
3439
3371
|
constructor(httpClient, basePath, configuration) {
|
|
3440
3372
|
this.httpClient = httpClient;
|
|
3441
|
-
this.basePath = 'https://
|
|
3373
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3442
3374
|
this.defaultHeaders = new HttpHeaders();
|
|
3443
3375
|
this.configuration = new Configuration();
|
|
3444
3376
|
if (basePath) {
|
|
@@ -3834,6 +3766,43 @@ class CreativeSetsControllerService {
|
|
|
3834
3766
|
reportProgress: reportProgress
|
|
3835
3767
|
});
|
|
3836
3768
|
}
|
|
3769
|
+
rescheduleUsingPOST(creativeSetRescheduleRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3770
|
+
if (creativeSetRescheduleRequest === null || creativeSetRescheduleRequest === undefined) {
|
|
3771
|
+
throw new Error('Required parameter creativeSetRescheduleRequest was null or undefined when calling rescheduleUsingPOST.');
|
|
3772
|
+
}
|
|
3773
|
+
if (id === null || id === undefined) {
|
|
3774
|
+
throw new Error('Required parameter id was null or undefined when calling rescheduleUsingPOST.');
|
|
3775
|
+
}
|
|
3776
|
+
let headers = this.defaultHeaders;
|
|
3777
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3778
|
+
headers = headers.set('reqId', String(reqId));
|
|
3779
|
+
}
|
|
3780
|
+
if (token !== undefined && token !== null) {
|
|
3781
|
+
headers = headers.set('token', String(token));
|
|
3782
|
+
}
|
|
3783
|
+
// to determine the Accept header
|
|
3784
|
+
let httpHeaderAccepts = [
|
|
3785
|
+
'application/json'
|
|
3786
|
+
];
|
|
3787
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3788
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3789
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3790
|
+
}
|
|
3791
|
+
// to determine the Content-Type header
|
|
3792
|
+
const consumes = [
|
|
3793
|
+
'application/json'
|
|
3794
|
+
];
|
|
3795
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3796
|
+
if (httpContentTypeSelected != undefined) {
|
|
3797
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3798
|
+
}
|
|
3799
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/reschedule/${encodeURIComponent(String(id))}`, creativeSetRescheduleRequest, {
|
|
3800
|
+
withCredentials: this.configuration.withCredentials,
|
|
3801
|
+
headers: headers,
|
|
3802
|
+
observe: observe,
|
|
3803
|
+
reportProgress: reportProgress
|
|
3804
|
+
});
|
|
3805
|
+
}
|
|
3837
3806
|
updateUsingPOST(creativeSetRequest, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
3838
3807
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
3839
3808
|
throw new Error('Required parameter creativeSetRequest was null or undefined when calling updateUsingPOST.');
|
|
@@ -3895,7 +3864,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
3895
3864
|
class CreativeTemplateThemesControllerService {
|
|
3896
3865
|
constructor(httpClient, basePath, configuration) {
|
|
3897
3866
|
this.httpClient = httpClient;
|
|
3898
|
-
this.basePath = 'https://
|
|
3867
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3899
3868
|
this.defaultHeaders = new HttpHeaders();
|
|
3900
3869
|
this.configuration = new Configuration();
|
|
3901
3870
|
if (basePath) {
|
|
@@ -4075,7 +4044,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4075
4044
|
class CreativeTemplateVariablesControllerService {
|
|
4076
4045
|
constructor(httpClient, basePath, configuration) {
|
|
4077
4046
|
this.httpClient = httpClient;
|
|
4078
|
-
this.basePath = 'https://
|
|
4047
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4079
4048
|
this.defaultHeaders = new HttpHeaders();
|
|
4080
4049
|
this.configuration = new Configuration();
|
|
4081
4050
|
if (basePath) {
|
|
@@ -4148,7 +4117,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4148
4117
|
class CreativeTemplatesControllerService {
|
|
4149
4118
|
constructor(httpClient, basePath, configuration) {
|
|
4150
4119
|
this.httpClient = httpClient;
|
|
4151
|
-
this.basePath = 'https://
|
|
4120
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4152
4121
|
this.defaultHeaders = new HttpHeaders();
|
|
4153
4122
|
this.configuration = new Configuration();
|
|
4154
4123
|
if (basePath) {
|
|
@@ -4308,7 +4277,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4308
4277
|
class CustomerReportingControllerService {
|
|
4309
4278
|
constructor(httpClient, basePath, configuration) {
|
|
4310
4279
|
this.httpClient = httpClient;
|
|
4311
|
-
this.basePath = 'https://
|
|
4280
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4312
4281
|
this.defaultHeaders = new HttpHeaders();
|
|
4313
4282
|
this.configuration = new Configuration();
|
|
4314
4283
|
if (basePath) {
|
|
@@ -4390,7 +4359,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4390
4359
|
class DashboardControllerService {
|
|
4391
4360
|
constructor(httpClient, basePath, configuration) {
|
|
4392
4361
|
this.httpClient = httpClient;
|
|
4393
|
-
this.basePath = 'https://
|
|
4362
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4394
4363
|
this.defaultHeaders = new HttpHeaders();
|
|
4395
4364
|
this.configuration = new Configuration();
|
|
4396
4365
|
if (basePath) {
|
|
@@ -5004,7 +4973,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5004
4973
|
class NotificationsControllerService {
|
|
5005
4974
|
constructor(httpClient, basePath, configuration) {
|
|
5006
4975
|
this.httpClient = httpClient;
|
|
5007
|
-
this.basePath = 'https://
|
|
4976
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5008
4977
|
this.defaultHeaders = new HttpHeaders();
|
|
5009
4978
|
this.configuration = new Configuration();
|
|
5010
4979
|
if (basePath) {
|
|
@@ -5182,7 +5151,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5182
5151
|
class PixelControllerService {
|
|
5183
5152
|
constructor(httpClient, basePath, configuration) {
|
|
5184
5153
|
this.httpClient = httpClient;
|
|
5185
|
-
this.basePath = 'https://
|
|
5154
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5186
5155
|
this.defaultHeaders = new HttpHeaders();
|
|
5187
5156
|
this.configuration = new Configuration();
|
|
5188
5157
|
if (basePath) {
|
|
@@ -5484,7 +5453,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5484
5453
|
class ReportingControllerService {
|
|
5485
5454
|
constructor(httpClient, basePath, configuration) {
|
|
5486
5455
|
this.httpClient = httpClient;
|
|
5487
|
-
this.basePath = 'https://
|
|
5456
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5488
5457
|
this.defaultHeaders = new HttpHeaders();
|
|
5489
5458
|
this.configuration = new Configuration();
|
|
5490
5459
|
if (basePath) {
|
|
@@ -5649,7 +5618,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5649
5618
|
class SliceXControllerService {
|
|
5650
5619
|
constructor(httpClient, basePath, configuration) {
|
|
5651
5620
|
this.httpClient = httpClient;
|
|
5652
|
-
this.basePath = 'https://
|
|
5621
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5653
5622
|
this.defaultHeaders = new HttpHeaders();
|
|
5654
5623
|
this.configuration = new Configuration();
|
|
5655
5624
|
if (basePath) {
|
|
@@ -5894,7 +5863,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
5894
5863
|
class StrategyControllerService {
|
|
5895
5864
|
constructor(httpClient, basePath, configuration) {
|
|
5896
5865
|
this.httpClient = httpClient;
|
|
5897
|
-
this.basePath = 'https://
|
|
5866
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5898
5867
|
this.defaultHeaders = new HttpHeaders();
|
|
5899
5868
|
this.configuration = new Configuration();
|
|
5900
5869
|
if (basePath) {
|
|
@@ -6508,7 +6477,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6508
6477
|
class UILoggerControllerService {
|
|
6509
6478
|
constructor(httpClient, basePath, configuration) {
|
|
6510
6479
|
this.httpClient = httpClient;
|
|
6511
|
-
this.basePath = 'https://
|
|
6480
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6512
6481
|
this.defaultHeaders = new HttpHeaders();
|
|
6513
6482
|
this.configuration = new Configuration();
|
|
6514
6483
|
if (basePath) {
|
|
@@ -6595,7 +6564,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
6595
6564
|
class UserPreferenceControllerService {
|
|
6596
6565
|
constructor(httpClient, basePath, configuration) {
|
|
6597
6566
|
this.httpClient = httpClient;
|
|
6598
|
-
this.basePath = 'https://
|
|
6567
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6599
6568
|
this.defaultHeaders = new HttpHeaders();
|
|
6600
6569
|
this.configuration = new Configuration();
|
|
6601
6570
|
if (basePath) {
|
|
@@ -6926,18 +6895,6 @@ var AuctionTypeEditField;
|
|
|
6926
6895
|
* Do not edit the class manually.
|
|
6927
6896
|
*/
|
|
6928
6897
|
|
|
6929
|
-
/**
|
|
6930
|
-
* Api Documentation
|
|
6931
|
-
* Api Documentation
|
|
6932
|
-
*
|
|
6933
|
-
* OpenAPI spec version: 1.0
|
|
6934
|
-
*
|
|
6935
|
-
*
|
|
6936
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6937
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6938
|
-
* Do not edit the class manually.
|
|
6939
|
-
*/
|
|
6940
|
-
|
|
6941
6898
|
/**
|
|
6942
6899
|
* Api Documentation
|
|
6943
6900
|
* Api Documentation
|
|
@@ -7249,18 +7206,6 @@ var ClickDestination;
|
|
|
7249
7206
|
* Do not edit the class manually.
|
|
7250
7207
|
*/
|
|
7251
7208
|
|
|
7252
|
-
/**
|
|
7253
|
-
* Api Documentation
|
|
7254
|
-
* Api Documentation
|
|
7255
|
-
*
|
|
7256
|
-
* OpenAPI spec version: 1.0
|
|
7257
|
-
*
|
|
7258
|
-
*
|
|
7259
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7260
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7261
|
-
* Do not edit the class manually.
|
|
7262
|
-
*/
|
|
7263
|
-
|
|
7264
7209
|
var CreativeCompactDTO;
|
|
7265
7210
|
(function (CreativeCompactDTO) {
|
|
7266
7211
|
CreativeCompactDTO.TypeEnum = {
|
|
@@ -7454,6 +7399,18 @@ var CreativeSetRequest;
|
|
|
7454
7399
|
};
|
|
7455
7400
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7456
7401
|
|
|
7402
|
+
/**
|
|
7403
|
+
* Api Documentation
|
|
7404
|
+
* Api Documentation
|
|
7405
|
+
*
|
|
7406
|
+
* OpenAPI spec version: 1.0
|
|
7407
|
+
*
|
|
7408
|
+
*
|
|
7409
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7410
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7411
|
+
* Do not edit the class manually.
|
|
7412
|
+
*/
|
|
7413
|
+
|
|
7457
7414
|
/**
|
|
7458
7415
|
* Api Documentation
|
|
7459
7416
|
* Api Documentation
|