@revxui/api-clients-ts 1.1.263 → 1.1.265
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/audienceController.service.d.ts +0 -13
- package/api/bidFunnelController.service.d.ts +10 -8
- package/bundles/revxui-api-clients-ts.umd.js +53 -65
- package/bundles/revxui-api-clients-ts.umd.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 -30
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bidFunnelController.service.js +28 -10
- 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/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/reportingSchedulerController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +53 -75
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/creativeSetDetails.d.ts +1 -2
- package/model/models.d.ts +0 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/currencyModel.js +0 -13
- package/model/currencyModel.d.ts +0 -16
|
@@ -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://apiv2stage5.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://apiv2stage5.atomex.net';
|
|
275
275
|
this.defaultHeaders = new HttpHeaders();
|
|
276
276
|
this.configuration = new Configuration();
|
|
277
277
|
if (basePath) {
|
|
@@ -718,7 +718,7 @@ AdvertiserControllerService.ctorParameters = () => [
|
|
|
718
718
|
class AppSettingsControllerService {
|
|
719
719
|
constructor(httpClient, basePath, configuration) {
|
|
720
720
|
this.httpClient = httpClient;
|
|
721
|
-
this.basePath = 'https://
|
|
721
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
722
722
|
this.defaultHeaders = new HttpHeaders();
|
|
723
723
|
this.configuration = new Configuration();
|
|
724
724
|
if (basePath) {
|
|
@@ -958,7 +958,7 @@ AppSettingsControllerService.ctorParameters = () => [
|
|
|
958
958
|
class AudienceControllerService {
|
|
959
959
|
constructor(httpClient, basePath, configuration) {
|
|
960
960
|
this.httpClient = httpClient;
|
|
961
|
-
this.basePath = 'https://
|
|
961
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
962
962
|
this.defaultHeaders = new HttpHeaders();
|
|
963
963
|
this.configuration = new Configuration();
|
|
964
964
|
if (basePath) {
|
|
@@ -1365,34 +1365,6 @@ class AudienceControllerService {
|
|
|
1365
1365
|
reportProgress: reportProgress
|
|
1366
1366
|
});
|
|
1367
1367
|
}
|
|
1368
|
-
getAudienceStrategyMappingUsingGET(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
1369
|
-
if (id === null || id === undefined) {
|
|
1370
|
-
throw new Error('Required parameter id was null or undefined when calling getAudienceStrategyMappingUsingGET.');
|
|
1371
|
-
}
|
|
1372
|
-
let headers = this.defaultHeaders;
|
|
1373
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1374
|
-
headers = headers.set('reqId', String(reqId));
|
|
1375
|
-
}
|
|
1376
|
-
if (token !== undefined && token !== null) {
|
|
1377
|
-
headers = headers.set('token', String(token));
|
|
1378
|
-
}
|
|
1379
|
-
// to determine the Accept header
|
|
1380
|
-
let httpHeaderAccepts = [
|
|
1381
|
-
'*/*'
|
|
1382
|
-
];
|
|
1383
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1384
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1385
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1386
|
-
}
|
|
1387
|
-
// to determine the Content-Type header
|
|
1388
|
-
const consumes = [];
|
|
1389
|
-
return this.httpClient.get(`${this.basePath}/v2/api/audience/strategyMapping/${encodeURIComponent(String(id))}`, {
|
|
1390
|
-
withCredentials: this.configuration.withCredentials,
|
|
1391
|
-
headers: headers,
|
|
1392
|
-
observe: observe,
|
|
1393
|
-
reportProgress: reportProgress
|
|
1394
|
-
});
|
|
1395
|
-
}
|
|
1396
1368
|
getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1397
1369
|
if (id === null || id === undefined) {
|
|
1398
1370
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
|
|
@@ -1799,7 +1771,7 @@ AudienceControllerService.ctorParameters = () => [
|
|
|
1799
1771
|
class AuditControllerService {
|
|
1800
1772
|
constructor(httpClient, basePath, configuration) {
|
|
1801
1773
|
this.httpClient = httpClient;
|
|
1802
|
-
this.basePath = 'https://
|
|
1774
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
1803
1775
|
this.defaultHeaders = new HttpHeaders();
|
|
1804
1776
|
this.configuration = new Configuration();
|
|
1805
1777
|
if (basePath) {
|
|
@@ -1979,7 +1951,7 @@ AuditControllerService.ctorParameters = () => [
|
|
|
1979
1951
|
class BidFunnelControllerService {
|
|
1980
1952
|
constructor(httpClient, basePath, configuration) {
|
|
1981
1953
|
this.httpClient = httpClient;
|
|
1982
|
-
this.basePath = 'https://
|
|
1954
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
1983
1955
|
this.defaultHeaders = new HttpHeaders();
|
|
1984
1956
|
this.configuration = new Configuration();
|
|
1985
1957
|
if (basePath) {
|
|
@@ -2003,20 +1975,29 @@ class BidFunnelControllerService {
|
|
|
2003
1975
|
}
|
|
2004
1976
|
return false;
|
|
2005
1977
|
}
|
|
2006
|
-
getBidToConversionDetailsUsingGET(entity, id,
|
|
1978
|
+
getBidToConversionDetailsUsingGET(end, entity, id, start, reqId, token, observe = 'body', reportProgress = false) {
|
|
1979
|
+
if (end === null || end === undefined) {
|
|
1980
|
+
throw new Error('Required parameter end was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
1981
|
+
}
|
|
2007
1982
|
if (entity === null || entity === undefined) {
|
|
2008
1983
|
throw new Error('Required parameter entity was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
2009
1984
|
}
|
|
2010
1985
|
if (id === null || id === undefined) {
|
|
2011
1986
|
throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
2012
1987
|
}
|
|
1988
|
+
if (start === null || start === undefined) {
|
|
1989
|
+
throw new Error('Required parameter start was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
1990
|
+
}
|
|
2013
1991
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2014
|
-
if (
|
|
2015
|
-
queryParameters = queryParameters.set('
|
|
1992
|
+
if (end !== undefined && end !== null) {
|
|
1993
|
+
queryParameters = queryParameters.set('end', end);
|
|
2016
1994
|
}
|
|
2017
1995
|
if (entity !== undefined && entity !== null) {
|
|
2018
1996
|
queryParameters = queryParameters.set('entity', entity);
|
|
2019
1997
|
}
|
|
1998
|
+
if (start !== undefined && start !== null) {
|
|
1999
|
+
queryParameters = queryParameters.set('start', start);
|
|
2000
|
+
}
|
|
2020
2001
|
let headers = this.defaultHeaders;
|
|
2021
2002
|
if (reqId !== undefined && reqId !== null) {
|
|
2022
2003
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2034,7 +2015,7 @@ class BidFunnelControllerService {
|
|
|
2034
2015
|
}
|
|
2035
2016
|
// to determine the Content-Type header
|
|
2036
2017
|
const consumes = [];
|
|
2037
|
-
return this.httpClient.get(`${this.basePath}/bidfunnel/${encodeURIComponent(String(id))}`, {
|
|
2018
|
+
return this.httpClient.get(`${this.basePath}/v2/api/bidfunnel/${encodeURIComponent(String(id))}`, {
|
|
2038
2019
|
params: queryParameters,
|
|
2039
2020
|
withCredentials: this.configuration.withCredentials,
|
|
2040
2021
|
headers: headers,
|
|
@@ -2042,20 +2023,29 @@ class BidFunnelControllerService {
|
|
|
2042
2023
|
reportProgress: reportProgress
|
|
2043
2024
|
});
|
|
2044
2025
|
}
|
|
2045
|
-
getBidToConversionFilterDetailsUsingGET(entity, id,
|
|
2026
|
+
getBidToConversionFilterDetailsUsingGET(end, entity, id, start, reqId, token, observe = 'body', reportProgress = false) {
|
|
2027
|
+
if (end === null || end === undefined) {
|
|
2028
|
+
throw new Error('Required parameter end was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2029
|
+
}
|
|
2046
2030
|
if (entity === null || entity === undefined) {
|
|
2047
2031
|
throw new Error('Required parameter entity was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2048
2032
|
}
|
|
2049
2033
|
if (id === null || id === undefined) {
|
|
2050
2034
|
throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2051
2035
|
}
|
|
2036
|
+
if (start === null || start === undefined) {
|
|
2037
|
+
throw new Error('Required parameter start was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2038
|
+
}
|
|
2052
2039
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2053
|
-
if (
|
|
2054
|
-
queryParameters = queryParameters.set('
|
|
2040
|
+
if (end !== undefined && end !== null) {
|
|
2041
|
+
queryParameters = queryParameters.set('end', end);
|
|
2055
2042
|
}
|
|
2056
2043
|
if (entity !== undefined && entity !== null) {
|
|
2057
2044
|
queryParameters = queryParameters.set('entity', entity);
|
|
2058
2045
|
}
|
|
2046
|
+
if (start !== undefined && start !== null) {
|
|
2047
|
+
queryParameters = queryParameters.set('start', start);
|
|
2048
|
+
}
|
|
2059
2049
|
let headers = this.defaultHeaders;
|
|
2060
2050
|
if (reqId !== undefined && reqId !== null) {
|
|
2061
2051
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2073,7 +2063,7 @@ class BidFunnelControllerService {
|
|
|
2073
2063
|
}
|
|
2074
2064
|
// to determine the Content-Type header
|
|
2075
2065
|
const consumes = [];
|
|
2076
|
-
return this.httpClient.get(`${this.basePath}/bidfunnel/${encodeURIComponent(String(id))}/filters`, {
|
|
2066
|
+
return this.httpClient.get(`${this.basePath}/v2/api/bidfunnel/${encodeURIComponent(String(id))}/filters`, {
|
|
2077
2067
|
params: queryParameters,
|
|
2078
2068
|
withCredentials: this.configuration.withCredentials,
|
|
2079
2069
|
headers: headers,
|
|
@@ -2105,7 +2095,7 @@ BidFunnelControllerService.ctorParameters = () => [
|
|
|
2105
2095
|
class BulkStrategyControllerService {
|
|
2106
2096
|
constructor(httpClient, basePath, configuration) {
|
|
2107
2097
|
this.httpClient = httpClient;
|
|
2108
|
-
this.basePath = 'https://
|
|
2098
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2109
2099
|
this.defaultHeaders = new HttpHeaders();
|
|
2110
2100
|
this.configuration = new Configuration();
|
|
2111
2101
|
if (basePath) {
|
|
@@ -2325,7 +2315,7 @@ BulkStrategyControllerService.ctorParameters = () => [
|
|
|
2325
2315
|
class CSSThemeController_Service {
|
|
2326
2316
|
constructor(httpClient, basePath, configuration) {
|
|
2327
2317
|
this.httpClient = httpClient;
|
|
2328
|
-
this.basePath = 'https://
|
|
2318
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2329
2319
|
this.defaultHeaders = new HttpHeaders();
|
|
2330
2320
|
this.configuration = new Configuration();
|
|
2331
2321
|
if (basePath) {
|
|
@@ -2429,7 +2419,7 @@ CSSThemeController_Service.ctorParameters = () => [
|
|
|
2429
2419
|
class CampaignControllerService {
|
|
2430
2420
|
constructor(httpClient, basePath, configuration) {
|
|
2431
2421
|
this.httpClient = httpClient;
|
|
2432
|
-
this.basePath = 'https://
|
|
2422
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2433
2423
|
this.defaultHeaders = new HttpHeaders();
|
|
2434
2424
|
this.configuration = new Configuration();
|
|
2435
2425
|
if (basePath) {
|
|
@@ -2724,7 +2714,7 @@ CampaignControllerService.ctorParameters = () => [
|
|
|
2724
2714
|
class CatalogControllerService {
|
|
2725
2715
|
constructor(httpClient, basePath, configuration) {
|
|
2726
2716
|
this.httpClient = httpClient;
|
|
2727
|
-
this.basePath = 'https://
|
|
2717
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2728
2718
|
this.defaultHeaders = new HttpHeaders();
|
|
2729
2719
|
this.configuration = new Configuration();
|
|
2730
2720
|
if (basePath) {
|
|
@@ -2959,7 +2949,7 @@ CatalogControllerService.ctorParameters = () => [
|
|
|
2959
2949
|
class ClickDestinationControllerService {
|
|
2960
2950
|
constructor(httpClient, basePath, configuration) {
|
|
2961
2951
|
this.httpClient = httpClient;
|
|
2962
|
-
this.basePath = 'https://
|
|
2952
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2963
2953
|
this.defaultHeaders = new HttpHeaders();
|
|
2964
2954
|
this.configuration = new Configuration();
|
|
2965
2955
|
if (basePath) {
|
|
@@ -3186,7 +3176,7 @@ ClickDestinationControllerService.ctorParameters = () => [
|
|
|
3186
3176
|
class CreativeControllerService {
|
|
3187
3177
|
constructor(httpClient, basePath, configuration) {
|
|
3188
3178
|
this.httpClient = httpClient;
|
|
3189
|
-
this.basePath = 'https://
|
|
3179
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3190
3180
|
this.defaultHeaders = new HttpHeaders();
|
|
3191
3181
|
this.configuration = new Configuration();
|
|
3192
3182
|
if (basePath) {
|
|
@@ -3662,7 +3652,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3662
3652
|
class CreativeSetsControllerService {
|
|
3663
3653
|
constructor(httpClient, basePath, configuration) {
|
|
3664
3654
|
this.httpClient = httpClient;
|
|
3665
|
-
this.basePath = 'https://
|
|
3655
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3666
3656
|
this.defaultHeaders = new HttpHeaders();
|
|
3667
3657
|
this.configuration = new Configuration();
|
|
3668
3658
|
if (basePath) {
|
|
@@ -4265,7 +4255,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
4265
4255
|
class CreativeTemplateThemesControllerService {
|
|
4266
4256
|
constructor(httpClient, basePath, configuration) {
|
|
4267
4257
|
this.httpClient = httpClient;
|
|
4268
|
-
this.basePath = 'https://
|
|
4258
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4269
4259
|
this.defaultHeaders = new HttpHeaders();
|
|
4270
4260
|
this.configuration = new Configuration();
|
|
4271
4261
|
if (basePath) {
|
|
@@ -4445,7 +4435,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4445
4435
|
class CreativeTemplateVariablesControllerService {
|
|
4446
4436
|
constructor(httpClient, basePath, configuration) {
|
|
4447
4437
|
this.httpClient = httpClient;
|
|
4448
|
-
this.basePath = 'https://
|
|
4438
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4449
4439
|
this.defaultHeaders = new HttpHeaders();
|
|
4450
4440
|
this.configuration = new Configuration();
|
|
4451
4441
|
if (basePath) {
|
|
@@ -4518,7 +4508,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4518
4508
|
class CreativeTemplatesControllerService {
|
|
4519
4509
|
constructor(httpClient, basePath, configuration) {
|
|
4520
4510
|
this.httpClient = httpClient;
|
|
4521
|
-
this.basePath = 'https://
|
|
4511
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4522
4512
|
this.defaultHeaders = new HttpHeaders();
|
|
4523
4513
|
this.configuration = new Configuration();
|
|
4524
4514
|
if (basePath) {
|
|
@@ -4678,7 +4668,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4678
4668
|
class CustomerReportingControllerService {
|
|
4679
4669
|
constructor(httpClient, basePath, configuration) {
|
|
4680
4670
|
this.httpClient = httpClient;
|
|
4681
|
-
this.basePath = 'https://
|
|
4671
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4682
4672
|
this.defaultHeaders = new HttpHeaders();
|
|
4683
4673
|
this.configuration = new Configuration();
|
|
4684
4674
|
if (basePath) {
|
|
@@ -4760,7 +4750,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4760
4750
|
class DashboardControllerService {
|
|
4761
4751
|
constructor(httpClient, basePath, configuration) {
|
|
4762
4752
|
this.httpClient = httpClient;
|
|
4763
|
-
this.basePath = 'https://
|
|
4753
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4764
4754
|
this.defaultHeaders = new HttpHeaders();
|
|
4765
4755
|
this.configuration = new Configuration();
|
|
4766
4756
|
if (basePath) {
|
|
@@ -5413,7 +5403,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5413
5403
|
class NotificationsControllerService {
|
|
5414
5404
|
constructor(httpClient, basePath, configuration) {
|
|
5415
5405
|
this.httpClient = httpClient;
|
|
5416
|
-
this.basePath = 'https://
|
|
5406
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5417
5407
|
this.defaultHeaders = new HttpHeaders();
|
|
5418
5408
|
this.configuration = new Configuration();
|
|
5419
5409
|
if (basePath) {
|
|
@@ -5621,7 +5611,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5621
5611
|
class PixelControllerService {
|
|
5622
5612
|
constructor(httpClient, basePath, configuration) {
|
|
5623
5613
|
this.httpClient = httpClient;
|
|
5624
|
-
this.basePath = 'https://
|
|
5614
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5625
5615
|
this.defaultHeaders = new HttpHeaders();
|
|
5626
5616
|
this.configuration = new Configuration();
|
|
5627
5617
|
if (basePath) {
|
|
@@ -5923,7 +5913,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5923
5913
|
class ReportingControllerService {
|
|
5924
5914
|
constructor(httpClient, basePath, configuration) {
|
|
5925
5915
|
this.httpClient = httpClient;
|
|
5926
|
-
this.basePath = 'https://
|
|
5916
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5927
5917
|
this.defaultHeaders = new HttpHeaders();
|
|
5928
5918
|
this.configuration = new Configuration();
|
|
5929
5919
|
if (basePath) {
|
|
@@ -6088,7 +6078,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
6088
6078
|
class ReportingSchedulerControllerService {
|
|
6089
6079
|
constructor(httpClient, basePath, configuration) {
|
|
6090
6080
|
this.httpClient = httpClient;
|
|
6091
|
-
this.basePath = 'https://
|
|
6081
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6092
6082
|
this.defaultHeaders = new HttpHeaders();
|
|
6093
6083
|
this.configuration = new Configuration();
|
|
6094
6084
|
if (basePath) {
|
|
@@ -6398,7 +6388,7 @@ ReportingSchedulerControllerService.ctorParameters = () => [
|
|
|
6398
6388
|
class SliceXControllerService {
|
|
6399
6389
|
constructor(httpClient, basePath, configuration) {
|
|
6400
6390
|
this.httpClient = httpClient;
|
|
6401
|
-
this.basePath = 'https://
|
|
6391
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6402
6392
|
this.defaultHeaders = new HttpHeaders();
|
|
6403
6393
|
this.configuration = new Configuration();
|
|
6404
6394
|
if (basePath) {
|
|
@@ -6643,7 +6633,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
6643
6633
|
class StrategyControllerService {
|
|
6644
6634
|
constructor(httpClient, basePath, configuration) {
|
|
6645
6635
|
this.httpClient = httpClient;
|
|
6646
|
-
this.basePath = 'https://
|
|
6636
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6647
6637
|
this.defaultHeaders = new HttpHeaders();
|
|
6648
6638
|
this.configuration = new Configuration();
|
|
6649
6639
|
if (basePath) {
|
|
@@ -7430,7 +7420,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
7430
7420
|
class StrategyTemplateControllerService {
|
|
7431
7421
|
constructor(httpClient, basePath, configuration) {
|
|
7432
7422
|
this.httpClient = httpClient;
|
|
7433
|
-
this.basePath = 'https://
|
|
7423
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7434
7424
|
this.defaultHeaders = new HttpHeaders();
|
|
7435
7425
|
this.configuration = new Configuration();
|
|
7436
7426
|
if (basePath) {
|
|
@@ -7547,7 +7537,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
|
|
|
7547
7537
|
class UILoggerControllerService {
|
|
7548
7538
|
constructor(httpClient, basePath, configuration) {
|
|
7549
7539
|
this.httpClient = httpClient;
|
|
7550
|
-
this.basePath = 'https://
|
|
7540
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7551
7541
|
this.defaultHeaders = new HttpHeaders();
|
|
7552
7542
|
this.configuration = new Configuration();
|
|
7553
7543
|
if (basePath) {
|
|
@@ -7634,7 +7624,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
7634
7624
|
class UserPreferenceControllerService {
|
|
7635
7625
|
constructor(httpClient, basePath, configuration) {
|
|
7636
7626
|
this.httpClient = httpClient;
|
|
7637
|
-
this.basePath = 'https://
|
|
7627
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7638
7628
|
this.defaultHeaders = new HttpHeaders();
|
|
7639
7629
|
this.configuration = new Configuration();
|
|
7640
7630
|
if (basePath) {
|
|
@@ -8722,18 +8712,6 @@ var CreativeSetResponse;
|
|
|
8722
8712
|
* Do not edit the class manually.
|
|
8723
8713
|
*/
|
|
8724
8714
|
|
|
8725
|
-
/**
|
|
8726
|
-
* Api Documentation
|
|
8727
|
-
* Api Documentation
|
|
8728
|
-
*
|
|
8729
|
-
* OpenAPI spec version: 1.0
|
|
8730
|
-
*
|
|
8731
|
-
*
|
|
8732
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8733
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
8734
|
-
* Do not edit the class manually.
|
|
8735
|
-
*/
|
|
8736
|
-
|
|
8737
8715
|
/**
|
|
8738
8716
|
* Api Documentation
|
|
8739
8717
|
* Api Documentation
|