@revxui/api-clients-ts 1.1.47 → 1.1.49
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/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +9 -37
- package/bundles/revxui-api-clients-ts.umd.js +25 -95
- 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 -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/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 -68
- 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/models.js +1 -6
- package/esm2015/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +25 -103
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/models.d.ts +0 -5
- package/model/strategyDTO.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectBidToConversionDTO.js +0 -2
- package/esm2015/model/apiResponseObjectBidToConversionFilterMap.js +0 -2
- package/esm2015/model/bidToConversionDTO.js +0 -2
- package/esm2015/model/bidToConversionFilterDTO.js +0 -13
- package/esm2015/model/bidToConversionFilterMap.js +0 -2
- package/model/apiResponseObjectBidToConversionDTO.d.ts +0 -17
- package/model/apiResponseObjectBidToConversionFilterMap.d.ts +0 -17
- package/model/bidToConversionDTO.d.ts +0 -56
- package/model/bidToConversionFilterDTO.d.ts +0 -16
- package/model/bidToConversionFilterMap.d.ts +0 -17
|
@@ -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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
|
|
926
926
|
this.defaultHeaders = new HttpHeaders();
|
|
927
927
|
this.configuration = new Configuration();
|
|
928
928
|
if (basePath) {
|
|
@@ -1735,7 +1735,7 @@ AudienceControllerService.ctorParameters = () => [
|
|
|
1735
1735
|
class AuditControllerService {
|
|
1736
1736
|
constructor(httpClient, basePath, configuration) {
|
|
1737
1737
|
this.httpClient = httpClient;
|
|
1738
|
-
this.basePath = 'https://
|
|
1738
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1739
1739
|
this.defaultHeaders = new HttpHeaders();
|
|
1740
1740
|
this.configuration = new Configuration();
|
|
1741
1741
|
if (basePath) {
|
|
@@ -1915,7 +1915,7 @@ AuditControllerService.ctorParameters = () => [
|
|
|
1915
1915
|
class BulkStrategyControllerService {
|
|
1916
1916
|
constructor(httpClient, basePath, configuration) {
|
|
1917
1917
|
this.httpClient = httpClient;
|
|
1918
|
-
this.basePath = 'https://
|
|
1918
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1919
1919
|
this.defaultHeaders = new HttpHeaders();
|
|
1920
1920
|
this.configuration = new Configuration();
|
|
1921
1921
|
if (basePath) {
|
|
@@ -2135,7 +2135,7 @@ BulkStrategyControllerService.ctorParameters = () => [
|
|
|
2135
2135
|
class CSSThemeController_Service {
|
|
2136
2136
|
constructor(httpClient, basePath, configuration) {
|
|
2137
2137
|
this.httpClient = httpClient;
|
|
2138
|
-
this.basePath = 'https://
|
|
2138
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2139
2139
|
this.defaultHeaders = new HttpHeaders();
|
|
2140
2140
|
this.configuration = new Configuration();
|
|
2141
2141
|
if (basePath) {
|
|
@@ -2239,7 +2239,7 @@ CSSThemeController_Service.ctorParameters = () => [
|
|
|
2239
2239
|
class CampaignControllerService {
|
|
2240
2240
|
constructor(httpClient, basePath, configuration) {
|
|
2241
2241
|
this.httpClient = httpClient;
|
|
2242
|
-
this.basePath = 'https://
|
|
2242
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2243
2243
|
this.defaultHeaders = new HttpHeaders();
|
|
2244
2244
|
this.configuration = new Configuration();
|
|
2245
2245
|
if (basePath) {
|
|
@@ -2534,7 +2534,7 @@ CampaignControllerService.ctorParameters = () => [
|
|
|
2534
2534
|
class CatalogControllerService {
|
|
2535
2535
|
constructor(httpClient, basePath, configuration) {
|
|
2536
2536
|
this.httpClient = httpClient;
|
|
2537
|
-
this.basePath = 'https://
|
|
2537
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2538
2538
|
this.defaultHeaders = new HttpHeaders();
|
|
2539
2539
|
this.configuration = new Configuration();
|
|
2540
2540
|
if (basePath) {
|
|
@@ -2769,7 +2769,7 @@ CatalogControllerService.ctorParameters = () => [
|
|
|
2769
2769
|
class ClickDestinationControllerService {
|
|
2770
2770
|
constructor(httpClient, basePath, configuration) {
|
|
2771
2771
|
this.httpClient = httpClient;
|
|
2772
|
-
this.basePath = 'https://
|
|
2772
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2773
2773
|
this.defaultHeaders = new HttpHeaders();
|
|
2774
2774
|
this.configuration = new Configuration();
|
|
2775
2775
|
if (basePath) {
|
|
@@ -2996,7 +2996,7 @@ ClickDestinationControllerService.ctorParameters = () => [
|
|
|
2996
2996
|
class CreativeControllerService {
|
|
2997
2997
|
constructor(httpClient, basePath, configuration) {
|
|
2998
2998
|
this.httpClient = httpClient;
|
|
2999
|
-
this.basePath = 'https://
|
|
2999
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3000
3000
|
this.defaultHeaders = new HttpHeaders();
|
|
3001
3001
|
this.configuration = new Configuration();
|
|
3002
3002
|
if (basePath) {
|
|
@@ -3472,7 +3472,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3472
3472
|
class CreativeSetsControllerService {
|
|
3473
3473
|
constructor(httpClient, basePath, configuration) {
|
|
3474
3474
|
this.httpClient = httpClient;
|
|
3475
|
-
this.basePath = 'https://
|
|
3475
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3476
3476
|
this.defaultHeaders = new HttpHeaders();
|
|
3477
3477
|
this.configuration = new Configuration();
|
|
3478
3478
|
if (basePath) {
|
|
@@ -3966,7 +3966,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
3966
3966
|
class CreativeTemplateThemesControllerService {
|
|
3967
3967
|
constructor(httpClient, basePath, configuration) {
|
|
3968
3968
|
this.httpClient = httpClient;
|
|
3969
|
-
this.basePath = 'https://
|
|
3969
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3970
3970
|
this.defaultHeaders = new HttpHeaders();
|
|
3971
3971
|
this.configuration = new Configuration();
|
|
3972
3972
|
if (basePath) {
|
|
@@ -4146,7 +4146,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4146
4146
|
class CreativeTemplateVariablesControllerService {
|
|
4147
4147
|
constructor(httpClient, basePath, configuration) {
|
|
4148
4148
|
this.httpClient = httpClient;
|
|
4149
|
-
this.basePath = 'https://
|
|
4149
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4150
4150
|
this.defaultHeaders = new HttpHeaders();
|
|
4151
4151
|
this.configuration = new Configuration();
|
|
4152
4152
|
if (basePath) {
|
|
@@ -4219,7 +4219,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4219
4219
|
class CreativeTemplatesControllerService {
|
|
4220
4220
|
constructor(httpClient, basePath, configuration) {
|
|
4221
4221
|
this.httpClient = httpClient;
|
|
4222
|
-
this.basePath = 'https://
|
|
4222
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4223
4223
|
this.defaultHeaders = new HttpHeaders();
|
|
4224
4224
|
this.configuration = new Configuration();
|
|
4225
4225
|
if (basePath) {
|
|
@@ -4379,7 +4379,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4379
4379
|
class CustomerReportingControllerService {
|
|
4380
4380
|
constructor(httpClient, basePath, configuration) {
|
|
4381
4381
|
this.httpClient = httpClient;
|
|
4382
|
-
this.basePath = 'https://
|
|
4382
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4383
4383
|
this.defaultHeaders = new HttpHeaders();
|
|
4384
4384
|
this.configuration = new Configuration();
|
|
4385
4385
|
if (basePath) {
|
|
@@ -4461,7 +4461,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4461
4461
|
class DashboardControllerService {
|
|
4462
4462
|
constructor(httpClient, basePath, configuration) {
|
|
4463
4463
|
this.httpClient = httpClient;
|
|
4464
|
-
this.basePath = 'https://
|
|
4464
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4465
4465
|
this.defaultHeaders = new HttpHeaders();
|
|
4466
4466
|
this.configuration = new Configuration();
|
|
4467
4467
|
if (basePath) {
|
|
@@ -5075,7 +5075,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5075
5075
|
class NotificationsControllerService {
|
|
5076
5076
|
constructor(httpClient, basePath, configuration) {
|
|
5077
5077
|
this.httpClient = httpClient;
|
|
5078
|
-
this.basePath = 'https://
|
|
5078
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5079
5079
|
this.defaultHeaders = new HttpHeaders();
|
|
5080
5080
|
this.configuration = new Configuration();
|
|
5081
5081
|
if (basePath) {
|
|
@@ -5283,7 +5283,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5283
5283
|
class PixelControllerService {
|
|
5284
5284
|
constructor(httpClient, basePath, configuration) {
|
|
5285
5285
|
this.httpClient = httpClient;
|
|
5286
|
-
this.basePath = 'https://
|
|
5286
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5287
5287
|
this.defaultHeaders = new HttpHeaders();
|
|
5288
5288
|
this.configuration = new Configuration();
|
|
5289
5289
|
if (basePath) {
|
|
@@ -5585,7 +5585,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5585
5585
|
class ReportingControllerService {
|
|
5586
5586
|
constructor(httpClient, basePath, configuration) {
|
|
5587
5587
|
this.httpClient = httpClient;
|
|
5588
|
-
this.basePath = 'https://
|
|
5588
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5589
5589
|
this.defaultHeaders = new HttpHeaders();
|
|
5590
5590
|
this.configuration = new Configuration();
|
|
5591
5591
|
if (basePath) {
|
|
@@ -5750,7 +5750,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5750
5750
|
class SliceXControllerService {
|
|
5751
5751
|
constructor(httpClient, basePath, configuration) {
|
|
5752
5752
|
this.httpClient = httpClient;
|
|
5753
|
-
this.basePath = 'https://
|
|
5753
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5754
5754
|
this.defaultHeaders = new HttpHeaders();
|
|
5755
5755
|
this.configuration = new Configuration();
|
|
5756
5756
|
if (basePath) {
|
|
@@ -5995,7 +5995,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
5995
5995
|
class StrategyControllerService {
|
|
5996
5996
|
constructor(httpClient, basePath, configuration) {
|
|
5997
5997
|
this.httpClient = httpClient;
|
|
5998
|
-
this.basePath = 'https://
|
|
5998
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5999
5999
|
this.defaultHeaders = new HttpHeaders();
|
|
6000
6000
|
this.configuration = new Configuration();
|
|
6001
6001
|
if (basePath) {
|
|
@@ -6324,72 +6324,6 @@ class StrategyControllerService {
|
|
|
6324
6324
|
reportProgress: reportProgress
|
|
6325
6325
|
});
|
|
6326
6326
|
}
|
|
6327
|
-
getBidToConversionDetailsForStrategyUsingGET(id, date, reqId, token, observe = 'body', reportProgress = false) {
|
|
6328
|
-
if (id === null || id === undefined) {
|
|
6329
|
-
throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsForStrategyUsingGET.');
|
|
6330
|
-
}
|
|
6331
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
6332
|
-
if (date !== undefined && date !== null) {
|
|
6333
|
-
queryParameters = queryParameters.set('date', date);
|
|
6334
|
-
}
|
|
6335
|
-
let headers = this.defaultHeaders;
|
|
6336
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6337
|
-
headers = headers.set('reqId', String(reqId));
|
|
6338
|
-
}
|
|
6339
|
-
if (token !== undefined && token !== null) {
|
|
6340
|
-
headers = headers.set('token', String(token));
|
|
6341
|
-
}
|
|
6342
|
-
// to determine the Accept header
|
|
6343
|
-
let httpHeaderAccepts = [
|
|
6344
|
-
'application/json'
|
|
6345
|
-
];
|
|
6346
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6347
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6348
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6349
|
-
}
|
|
6350
|
-
// to determine the Content-Type header
|
|
6351
|
-
const consumes = [];
|
|
6352
|
-
return this.httpClient.get(`${this.basePath}/v2/api/strategies/b2c/${encodeURIComponent(String(id))}`, {
|
|
6353
|
-
params: queryParameters,
|
|
6354
|
-
withCredentials: this.configuration.withCredentials,
|
|
6355
|
-
headers: headers,
|
|
6356
|
-
observe: observe,
|
|
6357
|
-
reportProgress: reportProgress
|
|
6358
|
-
});
|
|
6359
|
-
}
|
|
6360
|
-
getBidToConversionFilterDetailsForStrategyUsingGET(id, date, reqId, token, observe = 'body', reportProgress = false) {
|
|
6361
|
-
if (id === null || id === undefined) {
|
|
6362
|
-
throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsForStrategyUsingGET.');
|
|
6363
|
-
}
|
|
6364
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
6365
|
-
if (date !== undefined && date !== null) {
|
|
6366
|
-
queryParameters = queryParameters.set('date', date);
|
|
6367
|
-
}
|
|
6368
|
-
let headers = this.defaultHeaders;
|
|
6369
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6370
|
-
headers = headers.set('reqId', String(reqId));
|
|
6371
|
-
}
|
|
6372
|
-
if (token !== undefined && token !== null) {
|
|
6373
|
-
headers = headers.set('token', String(token));
|
|
6374
|
-
}
|
|
6375
|
-
// to determine the Accept header
|
|
6376
|
-
let httpHeaderAccepts = [
|
|
6377
|
-
'application/json'
|
|
6378
|
-
];
|
|
6379
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6380
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6381
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6382
|
-
}
|
|
6383
|
-
// to determine the Content-Type header
|
|
6384
|
-
const consumes = [];
|
|
6385
|
-
return this.httpClient.get(`${this.basePath}/v2/api/strategies/b2c/${encodeURIComponent(String(id))}/filters`, {
|
|
6386
|
-
params: queryParameters,
|
|
6387
|
-
withCredentials: this.configuration.withCredentials,
|
|
6388
|
-
headers: headers,
|
|
6389
|
-
observe: observe,
|
|
6390
|
-
reportProgress: reportProgress
|
|
6391
|
-
});
|
|
6392
|
-
}
|
|
6393
6327
|
getSkadSettingsUsingGET(reqId, token, observe = 'body', reportProgress = false) {
|
|
6394
6328
|
let headers = this.defaultHeaders;
|
|
6395
6329
|
if (reqId !== undefined && reqId !== null) {
|
|
@@ -6848,7 +6782,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6848
6782
|
class StrategyTemplateControllerService {
|
|
6849
6783
|
constructor(httpClient, basePath, configuration) {
|
|
6850
6784
|
this.httpClient = httpClient;
|
|
6851
|
-
this.basePath = 'https://
|
|
6785
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6852
6786
|
this.defaultHeaders = new HttpHeaders();
|
|
6853
6787
|
this.configuration = new Configuration();
|
|
6854
6788
|
if (basePath) {
|
|
@@ -6965,7 +6899,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
|
|
|
6965
6899
|
class UILoggerControllerService {
|
|
6966
6900
|
constructor(httpClient, basePath, configuration) {
|
|
6967
6901
|
this.httpClient = httpClient;
|
|
6968
|
-
this.basePath = 'https://
|
|
6902
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6969
6903
|
this.defaultHeaders = new HttpHeaders();
|
|
6970
6904
|
this.configuration = new Configuration();
|
|
6971
6905
|
if (basePath) {
|
|
@@ -7052,7 +6986,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
7052
6986
|
class UserPreferenceControllerService {
|
|
7053
6987
|
constructor(httpClient, basePath, configuration) {
|
|
7054
6988
|
this.httpClient = httpClient;
|
|
7055
|
-
this.basePath = 'https://
|
|
6989
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
7056
6990
|
this.defaultHeaders = new HttpHeaders();
|
|
7057
6991
|
this.configuration = new Configuration();
|
|
7058
6992
|
if (basePath) {
|
|
@@ -7671,18 +7605,6 @@ var BaseModelWithCreativeSetType;
|
|
|
7671
7605
|
* Do not edit the class manually.
|
|
7672
7606
|
*/
|
|
7673
7607
|
|
|
7674
|
-
/**
|
|
7675
|
-
* Api Documentation
|
|
7676
|
-
* Api Documentation
|
|
7677
|
-
*
|
|
7678
|
-
* OpenAPI spec version: 1.0
|
|
7679
|
-
*
|
|
7680
|
-
*
|
|
7681
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7682
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7683
|
-
* Do not edit the class manually.
|
|
7684
|
-
*/
|
|
7685
|
-
|
|
7686
7608
|
var ClickDestination;
|
|
7687
7609
|
(function (ClickDestination) {
|
|
7688
7610
|
ClickDestination.CampaignTypeEnum = {
|