@revxui/api-clients-ts 1.1.7 → 1.1.8
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/api.d.ts +1 -3
- package/api/dashboardController.service.d.ts +24 -24
- package/api/notificationsController.service.d.ts +12 -0
- package/api/strategyController.service.d.ts +3 -3
- package/bundles/revxui-api-clients-ts.umd.js +67 -215
- 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/api.js +2 -4
- 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 +32 -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/api.module.js +1 -3
- package/esm2015/model/models.js +1 -4
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm2015/model/whitelabelingEntity.js +10 -2
- package/fesm2015/revxui-api-clients-ts.js +66 -208
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/models.d.ts +0 -3
- package/model/strategyDTO.d.ts +0 -1
- package/model/whitelabelingEntity.d.ts +12 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/api/strategyTemplateController.service.d.ts +0 -68
- package/esm2015/api/strategyTemplateController.service.js +0 -156
- package/esm2015/model/apiListResponseStrategyTemplateResponse.js +0 -2
- package/esm2015/model/strategyTemplateDTO.js +0 -21
- package/esm2015/model/strategyTemplateResponse.js +0 -10
- package/model/apiListResponseStrategyTemplateResponse.d.ts +0 -16
- package/model/strategyTemplateDTO.d.ts +0 -29
- package/model/strategyTemplateResponse.d.ts +0 -31
|
@@ -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) {
|
|
@@ -5194,6 +5194,36 @@ class NotificationsControllerService {
|
|
|
5194
5194
|
reportProgress: reportProgress
|
|
5195
5195
|
});
|
|
5196
5196
|
}
|
|
5197
|
+
readNotificationUsingPOST(duration, reqId, token, observe = 'body', reportProgress = false) {
|
|
5198
|
+
if (duration === null || duration === undefined) {
|
|
5199
|
+
throw new Error('Required parameter duration was null or undefined when calling readNotificationUsingPOST.');
|
|
5200
|
+
}
|
|
5201
|
+
let headers = this.defaultHeaders;
|
|
5202
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5203
|
+
headers = headers.set('reqId', String(reqId));
|
|
5204
|
+
}
|
|
5205
|
+
if (token !== undefined && token !== null) {
|
|
5206
|
+
headers = headers.set('token', String(token));
|
|
5207
|
+
}
|
|
5208
|
+
// to determine the Accept header
|
|
5209
|
+
let httpHeaderAccepts = [
|
|
5210
|
+
'application/json'
|
|
5211
|
+
];
|
|
5212
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5213
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5214
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5215
|
+
}
|
|
5216
|
+
// to determine the Content-Type header
|
|
5217
|
+
const consumes = [
|
|
5218
|
+
'application/json'
|
|
5219
|
+
];
|
|
5220
|
+
return this.httpClient.post(`${this.basePath}/v2/api/notifications/markAllRead/${encodeURIComponent(String(duration))}`, null, {
|
|
5221
|
+
withCredentials: this.configuration.withCredentials,
|
|
5222
|
+
headers: headers,
|
|
5223
|
+
observe: observe,
|
|
5224
|
+
reportProgress: reportProgress
|
|
5225
|
+
});
|
|
5226
|
+
}
|
|
5197
5227
|
resolveNotificationUsingPOST(id, reqId, token, observe = 'body', reportProgress = false) {
|
|
5198
5228
|
if (id === null || id === undefined) {
|
|
5199
5229
|
throw new Error('Required parameter id was null or undefined when calling resolveNotificationUsingPOST.');
|
|
@@ -5253,7 +5283,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5253
5283
|
class PixelControllerService {
|
|
5254
5284
|
constructor(httpClient, basePath, configuration) {
|
|
5255
5285
|
this.httpClient = httpClient;
|
|
5256
|
-
this.basePath = 'https://
|
|
5286
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5257
5287
|
this.defaultHeaders = new HttpHeaders();
|
|
5258
5288
|
this.configuration = new Configuration();
|
|
5259
5289
|
if (basePath) {
|
|
@@ -5555,7 +5585,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5555
5585
|
class ReportingControllerService {
|
|
5556
5586
|
constructor(httpClient, basePath, configuration) {
|
|
5557
5587
|
this.httpClient = httpClient;
|
|
5558
|
-
this.basePath = 'https://
|
|
5588
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5559
5589
|
this.defaultHeaders = new HttpHeaders();
|
|
5560
5590
|
this.configuration = new Configuration();
|
|
5561
5591
|
if (basePath) {
|
|
@@ -5720,7 +5750,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5720
5750
|
class SliceXControllerService {
|
|
5721
5751
|
constructor(httpClient, basePath, configuration) {
|
|
5722
5752
|
this.httpClient = httpClient;
|
|
5723
|
-
this.basePath = 'https://
|
|
5753
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5724
5754
|
this.defaultHeaders = new HttpHeaders();
|
|
5725
5755
|
this.configuration = new Configuration();
|
|
5726
5756
|
if (basePath) {
|
|
@@ -5965,7 +5995,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
5965
5995
|
class StrategyControllerService {
|
|
5966
5996
|
constructor(httpClient, basePath, configuration) {
|
|
5967
5997
|
this.httpClient = httpClient;
|
|
5968
|
-
this.basePath = 'https://
|
|
5998
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5969
5999
|
this.defaultHeaders = new HttpHeaders();
|
|
5970
6000
|
this.configuration = new Configuration();
|
|
5971
6001
|
if (basePath) {
|
|
@@ -6639,156 +6669,6 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6639
6669
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
6640
6670
|
];
|
|
6641
6671
|
|
|
6642
|
-
/**
|
|
6643
|
-
* Api Documentation
|
|
6644
|
-
* Api Documentation
|
|
6645
|
-
*
|
|
6646
|
-
* OpenAPI spec version: 1.0
|
|
6647
|
-
*
|
|
6648
|
-
*
|
|
6649
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6650
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6651
|
-
* Do not edit the class manually.
|
|
6652
|
-
*/
|
|
6653
|
-
class StrategyTemplateControllerService {
|
|
6654
|
-
constructor(httpClient, basePath, configuration) {
|
|
6655
|
-
this.httpClient = httpClient;
|
|
6656
|
-
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6657
|
-
this.defaultHeaders = new HttpHeaders();
|
|
6658
|
-
this.configuration = new Configuration();
|
|
6659
|
-
if (basePath) {
|
|
6660
|
-
this.basePath = basePath;
|
|
6661
|
-
}
|
|
6662
|
-
if (configuration) {
|
|
6663
|
-
this.configuration = configuration;
|
|
6664
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
6665
|
-
}
|
|
6666
|
-
}
|
|
6667
|
-
/**
|
|
6668
|
-
* @param consumes string[] mime-types
|
|
6669
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
6670
|
-
*/
|
|
6671
|
-
canConsumeForm(consumes) {
|
|
6672
|
-
const form = 'multipart/form-data';
|
|
6673
|
-
for (const consume of consumes) {
|
|
6674
|
-
if (form === consume) {
|
|
6675
|
-
return true;
|
|
6676
|
-
}
|
|
6677
|
-
}
|
|
6678
|
-
return false;
|
|
6679
|
-
}
|
|
6680
|
-
createStrategyTemplateUsingPOST(strategyTemplateDTO, reqId, strategyId, token, observe = 'body', reportProgress = false) {
|
|
6681
|
-
if (strategyTemplateDTO === null || strategyTemplateDTO === undefined) {
|
|
6682
|
-
throw new Error('Required parameter strategyTemplateDTO was null or undefined when calling createStrategyTemplateUsingPOST.');
|
|
6683
|
-
}
|
|
6684
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
6685
|
-
if (strategyId !== undefined && strategyId !== null) {
|
|
6686
|
-
queryParameters = queryParameters.set('strategyId', strategyId);
|
|
6687
|
-
}
|
|
6688
|
-
let headers = this.defaultHeaders;
|
|
6689
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6690
|
-
headers = headers.set('reqId', String(reqId));
|
|
6691
|
-
}
|
|
6692
|
-
if (token !== undefined && token !== null) {
|
|
6693
|
-
headers = headers.set('token', String(token));
|
|
6694
|
-
}
|
|
6695
|
-
// to determine the Accept header
|
|
6696
|
-
let httpHeaderAccepts = [
|
|
6697
|
-
'application/json'
|
|
6698
|
-
];
|
|
6699
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6700
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6701
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6702
|
-
}
|
|
6703
|
-
// to determine the Content-Type header
|
|
6704
|
-
const consumes = [
|
|
6705
|
-
'application/json'
|
|
6706
|
-
];
|
|
6707
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6708
|
-
if (httpContentTypeSelected != undefined) {
|
|
6709
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6710
|
-
}
|
|
6711
|
-
return this.httpClient.post(`${this.basePath}/v2/api/strategytemplate`, strategyTemplateDTO, {
|
|
6712
|
-
params: queryParameters,
|
|
6713
|
-
withCredentials: this.configuration.withCredentials,
|
|
6714
|
-
headers: headers,
|
|
6715
|
-
observe: observe,
|
|
6716
|
-
reportProgress: reportProgress
|
|
6717
|
-
});
|
|
6718
|
-
}
|
|
6719
|
-
getAllStrategyTemplatesUsingGET(refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
6720
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
6721
|
-
if (refresh !== undefined && refresh !== null) {
|
|
6722
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
6723
|
-
}
|
|
6724
|
-
let headers = this.defaultHeaders;
|
|
6725
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6726
|
-
headers = headers.set('reqId', String(reqId));
|
|
6727
|
-
}
|
|
6728
|
-
if (token !== undefined && token !== null) {
|
|
6729
|
-
headers = headers.set('token', String(token));
|
|
6730
|
-
}
|
|
6731
|
-
// to determine the Accept header
|
|
6732
|
-
let httpHeaderAccepts = [
|
|
6733
|
-
'*/*'
|
|
6734
|
-
];
|
|
6735
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6736
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6737
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6738
|
-
}
|
|
6739
|
-
// to determine the Content-Type header
|
|
6740
|
-
const consumes = [];
|
|
6741
|
-
return this.httpClient.get(`${this.basePath}/v2/api/strategytemplate/all`, {
|
|
6742
|
-
params: queryParameters,
|
|
6743
|
-
withCredentials: this.configuration.withCredentials,
|
|
6744
|
-
headers: headers,
|
|
6745
|
-
observe: observe,
|
|
6746
|
-
reportProgress: reportProgress
|
|
6747
|
-
});
|
|
6748
|
-
}
|
|
6749
|
-
getStrategyTemplateUsingGET(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
6750
|
-
if (id === null || id === undefined) {
|
|
6751
|
-
throw new Error('Required parameter id was null or undefined when calling getStrategyTemplateUsingGET.');
|
|
6752
|
-
}
|
|
6753
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
6754
|
-
if (refresh !== undefined && refresh !== null) {
|
|
6755
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
6756
|
-
}
|
|
6757
|
-
let headers = this.defaultHeaders;
|
|
6758
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6759
|
-
headers = headers.set('reqId', String(reqId));
|
|
6760
|
-
}
|
|
6761
|
-
if (token !== undefined && token !== null) {
|
|
6762
|
-
headers = headers.set('token', String(token));
|
|
6763
|
-
}
|
|
6764
|
-
// to determine the Accept header
|
|
6765
|
-
let httpHeaderAccepts = [
|
|
6766
|
-
'*/*'
|
|
6767
|
-
];
|
|
6768
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6769
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6770
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6771
|
-
}
|
|
6772
|
-
// to determine the Content-Type header
|
|
6773
|
-
const consumes = [];
|
|
6774
|
-
return this.httpClient.get(`${this.basePath}/v2/api/strategytemplate/${encodeURIComponent(String(id))}`, {
|
|
6775
|
-
params: queryParameters,
|
|
6776
|
-
withCredentials: this.configuration.withCredentials,
|
|
6777
|
-
headers: headers,
|
|
6778
|
-
observe: observe,
|
|
6779
|
-
reportProgress: reportProgress
|
|
6780
|
-
});
|
|
6781
|
-
}
|
|
6782
|
-
}
|
|
6783
|
-
StrategyTemplateControllerService.decorators = [
|
|
6784
|
-
{ type: Injectable }
|
|
6785
|
-
];
|
|
6786
|
-
StrategyTemplateControllerService.ctorParameters = () => [
|
|
6787
|
-
{ type: HttpClient },
|
|
6788
|
-
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
6789
|
-
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
6790
|
-
];
|
|
6791
|
-
|
|
6792
6672
|
/**
|
|
6793
6673
|
* Api Documentation
|
|
6794
6674
|
* Api Documentation
|
|
@@ -6803,7 +6683,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
|
|
|
6803
6683
|
class UILoggerControllerService {
|
|
6804
6684
|
constructor(httpClient, basePath, configuration) {
|
|
6805
6685
|
this.httpClient = httpClient;
|
|
6806
|
-
this.basePath = 'https://
|
|
6686
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6807
6687
|
this.defaultHeaders = new HttpHeaders();
|
|
6808
6688
|
this.configuration = new Configuration();
|
|
6809
6689
|
if (basePath) {
|
|
@@ -6890,7 +6770,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
6890
6770
|
class UserPreferenceControllerService {
|
|
6891
6771
|
constructor(httpClient, basePath, configuration) {
|
|
6892
6772
|
this.httpClient = httpClient;
|
|
6893
|
-
this.basePath = 'https://
|
|
6773
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6894
6774
|
this.defaultHeaders = new HttpHeaders();
|
|
6895
6775
|
this.configuration = new Configuration();
|
|
6896
6776
|
if (basePath) {
|
|
@@ -7045,7 +6925,7 @@ UserPreferenceControllerService.ctorParameters = () => [
|
|
|
7045
6925
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
7046
6926
|
];
|
|
7047
6927
|
|
|
7048
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService,
|
|
6928
|
+
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
7049
6929
|
|
|
7050
6930
|
var ActivityLogsCreativeSetsBulkUpdateDTO;
|
|
7051
6931
|
(function (ActivityLogsCreativeSetsBulkUpdateDTO) {
|
|
@@ -8684,37 +8564,6 @@ var StrategyQuickEditDTO;
|
|
|
8684
8564
|
};
|
|
8685
8565
|
})(StrategyQuickEditDTO || (StrategyQuickEditDTO = {}));
|
|
8686
8566
|
|
|
8687
|
-
/**
|
|
8688
|
-
* Api Documentation
|
|
8689
|
-
* Api Documentation
|
|
8690
|
-
*
|
|
8691
|
-
* OpenAPI spec version: 1.0
|
|
8692
|
-
*
|
|
8693
|
-
*
|
|
8694
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
8695
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
8696
|
-
* Do not edit the class manually.
|
|
8697
|
-
*/
|
|
8698
|
-
var StrategyTemplateDTO;
|
|
8699
|
-
(function (StrategyTemplateDTO) {
|
|
8700
|
-
StrategyTemplateDTO.GoalEnum = {
|
|
8701
|
-
WEBSITE: 'WEBSITE',
|
|
8702
|
-
MOBILEAPPINSTALLS: 'MOBILE_APP_INSTALLS',
|
|
8703
|
-
MOBILEAPPENGAGEMENT: 'MOBILE_APP_ENGAGEMENT',
|
|
8704
|
-
BRANDAWARENESS: 'BRAND_AWARENESS'
|
|
8705
|
-
};
|
|
8706
|
-
})(StrategyTemplateDTO || (StrategyTemplateDTO = {}));
|
|
8707
|
-
|
|
8708
|
-
var StrategyTemplateResponse;
|
|
8709
|
-
(function (StrategyTemplateResponse) {
|
|
8710
|
-
StrategyTemplateResponse.GoalEnum = {
|
|
8711
|
-
WEBSITE: 'WEBSITE',
|
|
8712
|
-
MOBILEAPPINSTALLS: 'MOBILE_APP_INSTALLS',
|
|
8713
|
-
MOBILEAPPENGAGEMENT: 'MOBILE_APP_ENGAGEMENT',
|
|
8714
|
-
BRANDAWARENESS: 'BRAND_AWARENESS'
|
|
8715
|
-
};
|
|
8716
|
-
})(StrategyTemplateResponse || (StrategyTemplateResponse = {}));
|
|
8717
|
-
|
|
8718
8567
|
/**
|
|
8719
8568
|
* Api Documentation
|
|
8720
8569
|
* Api Documentation
|
|
@@ -8955,6 +8804,16 @@ var VideoProperties;
|
|
|
8955
8804
|
* Do not edit the class manually.
|
|
8956
8805
|
*/
|
|
8957
8806
|
|
|
8807
|
+
var WhitelabelingEntity;
|
|
8808
|
+
(function (WhitelabelingEntity) {
|
|
8809
|
+
WhitelabelingEntity.OidcClientEnum = {
|
|
8810
|
+
GOOGLE: 'GOOGLE',
|
|
8811
|
+
FACEBOOK: 'FACEBOOK',
|
|
8812
|
+
OFFICE365: 'OFFICE_365',
|
|
8813
|
+
OKTA: 'OKTA'
|
|
8814
|
+
};
|
|
8815
|
+
})(WhitelabelingEntity || (WhitelabelingEntity = {}));
|
|
8816
|
+
|
|
8958
8817
|
class ApiModule {
|
|
8959
8818
|
constructor(parentModule, http) {
|
|
8960
8819
|
if (parentModule) {
|
|
@@ -9000,7 +8859,6 @@ ApiModule.decorators = [
|
|
|
9000
8859
|
ReportingControllerService,
|
|
9001
8860
|
SliceXControllerService,
|
|
9002
8861
|
StrategyControllerService,
|
|
9003
|
-
StrategyTemplateControllerService,
|
|
9004
8862
|
UILoggerControllerService,
|
|
9005
8863
|
UserPreferenceControllerService
|
|
9006
8864
|
]
|
|
@@ -9015,5 +8873,5 @@ ApiModule.ctorParameters = () => [
|
|
|
9015
8873
|
* Generated bundle index. Do not edit.
|
|
9016
8874
|
*/
|
|
9017
8875
|
|
|
9018
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO,
|
|
8876
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, DynamicVideoConfigDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyInlineDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
|
|
9019
8877
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|