@revxui/api-clients-ts 1.1.84 → 1.1.86
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/creativeSetsController.service.d.ts +28 -0
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +10 -10
- package/bundles/revxui-api-clients-ts.umd.js +150 -49
- 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 +80 -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/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/apiListResponseCreativePerformanceList.js +2 -0
- package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +2 -0
- package/esm2015/model/apiListResponseStrategyTargettingPerformanceData.js +2 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +2 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +2 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
- package/esm2015/model/creativeCompactDTO.js +2 -3
- package/esm2015/model/creativeDTO.js +2 -3
- package/esm2015/model/creativeDetails.js +2 -3
- package/esm2015/model/creativeFileForSet.js +2 -3
- package/esm2015/model/creativeFiles.js +2 -3
- package/esm2015/model/creativeHtmlFileForSet.js +2 -3
- package/esm2015/model/creativePerformanceList.js +8 -0
- package/esm2015/model/creativeSetDashboardMetric.js +2 -3
- package/esm2015/model/creativeSetDetails.js +2 -3
- package/esm2015/model/creativeSetPerformanceList.js +23 -0
- package/esm2015/model/creativeSetRequest.js +2 -3
- package/esm2015/model/creativeSetResponse.js +2 -3
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
- package/esm2015/model/models.js +8 -3
- package/esm2015/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +147 -50
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/apiListResponseCreativePerformanceList.d.ts +16 -0
- package/model/apiListResponseCreativeSetPerformanceList.d.ts +16 -0
- package/model/{strategyOptRecommendationResponse.d.ts → apiListResponseStrategyTargettingPerformanceData.d.ts} +3 -3
- package/model/{apiResponseObjectStrategyOptRecommendationResponse.d.ts → apiResponseObjectApiListResponseCreativePerformanceList.d.ts} +3 -3
- package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +17 -0
- package/model/baseModelWithCreativeSetType.d.ts +1 -2
- package/model/creativeCompactDTO.d.ts +1 -2
- package/model/creativeDTO.d.ts +1 -2
- package/model/creativeDetails.d.ts +1 -2
- package/model/creativeFileForSet.d.ts +1 -2
- package/model/creativeFiles.d.ts +1 -2
- package/model/creativeHtmlFileForSet.d.ts +1 -2
- package/model/creativePerformanceList.d.ts +78 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -2
- package/model/creativeSetDetails.d.ts +1 -2
- package/model/creativeSetPerformanceList.d.ts +93 -0
- package/model/creativeSetRequest.d.ts +1 -2
- package/model/creativeSetResponse.d.ts +1 -2
- package/model/duplicateCreativeSetResponse.d.ts +1 -2
- package/model/models.d.ts +7 -2
- package/model/strategyDTO.d.ts +0 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectStrategyOptRecommendationResponse.js +0 -2
- package/esm2015/model/strategyOptRecommendationResponse.js +0 -2
|
@@ -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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.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://apiv2stage8.atomex.net';
|
|
3476
3476
|
this.defaultHeaders = new HttpHeaders();
|
|
3477
3477
|
this.configuration = new Configuration();
|
|
3478
3478
|
if (basePath) {
|
|
@@ -3703,6 +3703,84 @@ class CreativeSetsControllerService {
|
|
|
3703
3703
|
reportProgress: reportProgress
|
|
3704
3704
|
});
|
|
3705
3705
|
}
|
|
3706
|
+
getCreativePerformanceDataUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3707
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3708
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativePerformanceDataUsingPOST.');
|
|
3709
|
+
}
|
|
3710
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3711
|
+
if (refresh !== undefined && refresh !== null) {
|
|
3712
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
3713
|
+
}
|
|
3714
|
+
let headers = this.defaultHeaders;
|
|
3715
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3716
|
+
headers = headers.set('reqId', String(reqId));
|
|
3717
|
+
}
|
|
3718
|
+
if (token !== undefined && token !== null) {
|
|
3719
|
+
headers = headers.set('token', String(token));
|
|
3720
|
+
}
|
|
3721
|
+
// to determine the Accept header
|
|
3722
|
+
let httpHeaderAccepts = [
|
|
3723
|
+
'application/json'
|
|
3724
|
+
];
|
|
3725
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3726
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3727
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3728
|
+
}
|
|
3729
|
+
// to determine the Content-Type header
|
|
3730
|
+
const consumes = [
|
|
3731
|
+
'application/json'
|
|
3732
|
+
];
|
|
3733
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3734
|
+
if (httpContentTypeSelected != undefined) {
|
|
3735
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3736
|
+
}
|
|
3737
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/new/creative`, dashboardRequest, {
|
|
3738
|
+
params: queryParameters,
|
|
3739
|
+
withCredentials: this.configuration.withCredentials,
|
|
3740
|
+
headers: headers,
|
|
3741
|
+
observe: observe,
|
|
3742
|
+
reportProgress: reportProgress
|
|
3743
|
+
});
|
|
3744
|
+
}
|
|
3745
|
+
getCreativeSetsPerformanceDataUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3746
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3747
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceDataUsingPOST.');
|
|
3748
|
+
}
|
|
3749
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3750
|
+
if (refresh !== undefined && refresh !== null) {
|
|
3751
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
3752
|
+
}
|
|
3753
|
+
let headers = this.defaultHeaders;
|
|
3754
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3755
|
+
headers = headers.set('reqId', String(reqId));
|
|
3756
|
+
}
|
|
3757
|
+
if (token !== undefined && token !== null) {
|
|
3758
|
+
headers = headers.set('token', String(token));
|
|
3759
|
+
}
|
|
3760
|
+
// to determine the Accept header
|
|
3761
|
+
let httpHeaderAccepts = [
|
|
3762
|
+
'application/json'
|
|
3763
|
+
];
|
|
3764
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3765
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3766
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3767
|
+
}
|
|
3768
|
+
// to determine the Content-Type header
|
|
3769
|
+
const consumes = [
|
|
3770
|
+
'application/json'
|
|
3771
|
+
];
|
|
3772
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3773
|
+
if (httpContentTypeSelected != undefined) {
|
|
3774
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3775
|
+
}
|
|
3776
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/new`, dashboardRequest, {
|
|
3777
|
+
params: queryParameters,
|
|
3778
|
+
withCredentials: this.configuration.withCredentials,
|
|
3779
|
+
headers: headers,
|
|
3780
|
+
observe: observe,
|
|
3781
|
+
reportProgress: reportProgress
|
|
3782
|
+
});
|
|
3783
|
+
}
|
|
3706
3784
|
getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3707
3785
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3708
3786
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
|
|
@@ -3966,7 +4044,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
3966
4044
|
class CreativeTemplateThemesControllerService {
|
|
3967
4045
|
constructor(httpClient, basePath, configuration) {
|
|
3968
4046
|
this.httpClient = httpClient;
|
|
3969
|
-
this.basePath = 'https://
|
|
4047
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
3970
4048
|
this.defaultHeaders = new HttpHeaders();
|
|
3971
4049
|
this.configuration = new Configuration();
|
|
3972
4050
|
if (basePath) {
|
|
@@ -4146,7 +4224,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4146
4224
|
class CreativeTemplateVariablesControllerService {
|
|
4147
4225
|
constructor(httpClient, basePath, configuration) {
|
|
4148
4226
|
this.httpClient = httpClient;
|
|
4149
|
-
this.basePath = 'https://
|
|
4227
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
4150
4228
|
this.defaultHeaders = new HttpHeaders();
|
|
4151
4229
|
this.configuration = new Configuration();
|
|
4152
4230
|
if (basePath) {
|
|
@@ -4219,7 +4297,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4219
4297
|
class CreativeTemplatesControllerService {
|
|
4220
4298
|
constructor(httpClient, basePath, configuration) {
|
|
4221
4299
|
this.httpClient = httpClient;
|
|
4222
|
-
this.basePath = 'https://
|
|
4300
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
4223
4301
|
this.defaultHeaders = new HttpHeaders();
|
|
4224
4302
|
this.configuration = new Configuration();
|
|
4225
4303
|
if (basePath) {
|
|
@@ -4379,7 +4457,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4379
4457
|
class CustomerReportingControllerService {
|
|
4380
4458
|
constructor(httpClient, basePath, configuration) {
|
|
4381
4459
|
this.httpClient = httpClient;
|
|
4382
|
-
this.basePath = 'https://
|
|
4460
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
4383
4461
|
this.defaultHeaders = new HttpHeaders();
|
|
4384
4462
|
this.configuration = new Configuration();
|
|
4385
4463
|
if (basePath) {
|
|
@@ -4461,7 +4539,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4461
4539
|
class DashboardControllerService {
|
|
4462
4540
|
constructor(httpClient, basePath, configuration) {
|
|
4463
4541
|
this.httpClient = httpClient;
|
|
4464
|
-
this.basePath = 'https://
|
|
4542
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
4465
4543
|
this.defaultHeaders = new HttpHeaders();
|
|
4466
4544
|
this.configuration = new Configuration();
|
|
4467
4545
|
if (basePath) {
|
|
@@ -5075,7 +5153,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5075
5153
|
class NotificationsControllerService {
|
|
5076
5154
|
constructor(httpClient, basePath, configuration) {
|
|
5077
5155
|
this.httpClient = httpClient;
|
|
5078
|
-
this.basePath = 'https://
|
|
5156
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
5079
5157
|
this.defaultHeaders = new HttpHeaders();
|
|
5080
5158
|
this.configuration = new Configuration();
|
|
5081
5159
|
if (basePath) {
|
|
@@ -5283,7 +5361,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5283
5361
|
class PixelControllerService {
|
|
5284
5362
|
constructor(httpClient, basePath, configuration) {
|
|
5285
5363
|
this.httpClient = httpClient;
|
|
5286
|
-
this.basePath = 'https://
|
|
5364
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
5287
5365
|
this.defaultHeaders = new HttpHeaders();
|
|
5288
5366
|
this.configuration = new Configuration();
|
|
5289
5367
|
if (basePath) {
|
|
@@ -5585,7 +5663,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5585
5663
|
class ReportingControllerService {
|
|
5586
5664
|
constructor(httpClient, basePath, configuration) {
|
|
5587
5665
|
this.httpClient = httpClient;
|
|
5588
|
-
this.basePath = 'https://
|
|
5666
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
5589
5667
|
this.defaultHeaders = new HttpHeaders();
|
|
5590
5668
|
this.configuration = new Configuration();
|
|
5591
5669
|
if (basePath) {
|
|
@@ -5750,7 +5828,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5750
5828
|
class SliceXControllerService {
|
|
5751
5829
|
constructor(httpClient, basePath, configuration) {
|
|
5752
5830
|
this.httpClient = httpClient;
|
|
5753
|
-
this.basePath = 'https://
|
|
5831
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
5754
5832
|
this.defaultHeaders = new HttpHeaders();
|
|
5755
5833
|
this.configuration = new Configuration();
|
|
5756
5834
|
if (basePath) {
|
|
@@ -5995,7 +6073,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
5995
6073
|
class StrategyControllerService {
|
|
5996
6074
|
constructor(httpClient, basePath, configuration) {
|
|
5997
6075
|
this.httpClient = httpClient;
|
|
5998
|
-
this.basePath = 'https://
|
|
6076
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
5999
6077
|
this.defaultHeaders = new HttpHeaders();
|
|
6000
6078
|
this.configuration = new Configuration();
|
|
6001
6079
|
if (basePath) {
|
|
@@ -6848,7 +6926,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6848
6926
|
class StrategyTemplateControllerService {
|
|
6849
6927
|
constructor(httpClient, basePath, configuration) {
|
|
6850
6928
|
this.httpClient = httpClient;
|
|
6851
|
-
this.basePath = 'https://
|
|
6929
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
6852
6930
|
this.defaultHeaders = new HttpHeaders();
|
|
6853
6931
|
this.configuration = new Configuration();
|
|
6854
6932
|
if (basePath) {
|
|
@@ -6965,7 +7043,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
|
|
|
6965
7043
|
class UILoggerControllerService {
|
|
6966
7044
|
constructor(httpClient, basePath, configuration) {
|
|
6967
7045
|
this.httpClient = httpClient;
|
|
6968
|
-
this.basePath = 'https://
|
|
7046
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
6969
7047
|
this.defaultHeaders = new HttpHeaders();
|
|
6970
7048
|
this.configuration = new Configuration();
|
|
6971
7049
|
if (basePath) {
|
|
@@ -7052,7 +7130,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
7052
7130
|
class UserPreferenceControllerService {
|
|
7053
7131
|
constructor(httpClient, basePath, configuration) {
|
|
7054
7132
|
this.httpClient = httpClient;
|
|
7055
|
-
this.basePath = 'https://
|
|
7133
|
+
this.basePath = 'https://apiv2stage8.atomex.net';
|
|
7056
7134
|
this.defaultHeaders = new HttpHeaders();
|
|
7057
7135
|
this.configuration = new Configuration();
|
|
7058
7136
|
if (basePath) {
|
|
@@ -7583,8 +7661,7 @@ var BaseModelWithCreativeSetType;
|
|
|
7583
7661
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7584
7662
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7585
7663
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7586
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7587
|
-
ICON: 'ICON'
|
|
7664
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7588
7665
|
};
|
|
7589
7666
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7590
7667
|
|
|
@@ -7749,8 +7826,7 @@ var CreativeCompactDTO;
|
|
|
7749
7826
|
FbAppInstall: 'fbAppInstall',
|
|
7750
7827
|
FbAppEngagement: 'fbAppEngagement',
|
|
7751
7828
|
ClickTracker: 'clickTracker',
|
|
7752
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7753
|
-
NativeIcon: 'nativeIcon'
|
|
7829
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7754
7830
|
};
|
|
7755
7831
|
})(CreativeCompactDTO || (CreativeCompactDTO = {}));
|
|
7756
7832
|
|
|
@@ -7788,8 +7864,7 @@ var CreativeDTO;
|
|
|
7788
7864
|
FbAppInstall: 'fbAppInstall',
|
|
7789
7865
|
FbAppEngagement: 'fbAppEngagement',
|
|
7790
7866
|
ClickTracker: 'clickTracker',
|
|
7791
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7792
|
-
NativeIcon: 'nativeIcon'
|
|
7867
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7793
7868
|
};
|
|
7794
7869
|
CreativeDTO.VideoUploadTypeEnum = {
|
|
7795
7870
|
VIDEO: 'VIDEO',
|
|
@@ -7812,8 +7887,7 @@ var CreativeDetails;
|
|
|
7812
7887
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7813
7888
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7814
7889
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7815
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7816
|
-
ICON: 'ICON'
|
|
7890
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7817
7891
|
};
|
|
7818
7892
|
})(CreativeDetails || (CreativeDetails = {}));
|
|
7819
7893
|
|
|
@@ -7833,8 +7907,7 @@ var CreativeFileForSet;
|
|
|
7833
7907
|
FbAppInstall: 'fbAppInstall',
|
|
7834
7908
|
FbAppEngagement: 'fbAppEngagement',
|
|
7835
7909
|
ClickTracker: 'clickTracker',
|
|
7836
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7837
|
-
NativeIcon: 'nativeIcon'
|
|
7910
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7838
7911
|
};
|
|
7839
7912
|
})(CreativeFileForSet || (CreativeFileForSet = {}));
|
|
7840
7913
|
|
|
@@ -7854,8 +7927,7 @@ var CreativeFiles;
|
|
|
7854
7927
|
FbAppInstall: 'fbAppInstall',
|
|
7855
7928
|
FbAppEngagement: 'fbAppEngagement',
|
|
7856
7929
|
ClickTracker: 'clickTracker',
|
|
7857
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7858
|
-
NativeIcon: 'nativeIcon'
|
|
7930
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7859
7931
|
};
|
|
7860
7932
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
7861
7933
|
|
|
@@ -7880,8 +7952,7 @@ var CreativeHtmlFileForSet;
|
|
|
7880
7952
|
FbAppInstall: 'fbAppInstall',
|
|
7881
7953
|
FbAppEngagement: 'fbAppEngagement',
|
|
7882
7954
|
ClickTracker: 'clickTracker',
|
|
7883
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7884
|
-
NativeIcon: 'nativeIcon'
|
|
7955
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7885
7956
|
};
|
|
7886
7957
|
})(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
|
|
7887
7958
|
|
|
@@ -7897,6 +7968,14 @@ var CreativeHtmlFileForSet;
|
|
|
7897
7968
|
* Do not edit the class manually.
|
|
7898
7969
|
*/
|
|
7899
7970
|
|
|
7971
|
+
var CreativePerformanceList;
|
|
7972
|
+
(function (CreativePerformanceList) {
|
|
7973
|
+
CreativePerformanceList.StatusEnum = {
|
|
7974
|
+
Active: 'active',
|
|
7975
|
+
Inactive: 'inactive'
|
|
7976
|
+
};
|
|
7977
|
+
})(CreativePerformanceList || (CreativePerformanceList = {}));
|
|
7978
|
+
|
|
7900
7979
|
var CreativeSetDashboardMetric;
|
|
7901
7980
|
(function (CreativeSetDashboardMetric) {
|
|
7902
7981
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
@@ -7912,8 +7991,7 @@ var CreativeSetDashboardMetric;
|
|
|
7912
7991
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7913
7992
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7914
7993
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7915
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7916
|
-
ICON: 'ICON'
|
|
7994
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7917
7995
|
};
|
|
7918
7996
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7919
7997
|
|
|
@@ -7932,11 +8010,33 @@ var CreativeSetDetails;
|
|
|
7932
8010
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7933
8011
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7934
8012
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7935
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7936
|
-
ICON: 'ICON'
|
|
8013
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7937
8014
|
};
|
|
7938
8015
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7939
8016
|
|
|
8017
|
+
var CreativeSetPerformanceList;
|
|
8018
|
+
(function (CreativeSetPerformanceList) {
|
|
8019
|
+
CreativeSetPerformanceList.StatusEnum = {
|
|
8020
|
+
Active: 'active',
|
|
8021
|
+
Inactive: 'inactive'
|
|
8022
|
+
};
|
|
8023
|
+
CreativeSetPerformanceList.TypeEnum = {
|
|
8024
|
+
IMAGE: 'IMAGE',
|
|
8025
|
+
VIDEO: 'VIDEO',
|
|
8026
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
8027
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
8028
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
8029
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
8030
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
8031
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
8032
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
8033
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8034
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8035
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8036
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8037
|
+
};
|
|
8038
|
+
})(CreativeSetPerformanceList || (CreativeSetPerformanceList = {}));
|
|
8039
|
+
|
|
7940
8040
|
var CreativeSetRequest;
|
|
7941
8041
|
(function (CreativeSetRequest) {
|
|
7942
8042
|
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
@@ -7952,8 +8052,7 @@ var CreativeSetRequest;
|
|
|
7952
8052
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7953
8053
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7954
8054
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7955
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7956
|
-
ICON: 'ICON'
|
|
8055
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7957
8056
|
};
|
|
7958
8057
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
7959
8058
|
|
|
@@ -7995,8 +8094,7 @@ var CreativeSetResponse;
|
|
|
7995
8094
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7996
8095
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7997
8096
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7998
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7999
|
-
ICON: 'ICON'
|
|
8097
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8000
8098
|
};
|
|
8001
8099
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
8002
8100
|
|
|
@@ -8142,8 +8240,7 @@ var DuplicateCreativeSetResponse;
|
|
|
8142
8240
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8143
8241
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8144
8242
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8145
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8146
|
-
ICON: 'ICON'
|
|
8243
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8147
8244
|
};
|
|
8148
8245
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
8149
8246
|
|
|
@@ -9235,5 +9332,5 @@ ApiModule.ctorParameters = () => [
|
|
|
9235
9332
|
* Generated bundle index. Do not edit.
|
|
9236
9333
|
*/
|
|
9237
9334
|
|
|
9238
|
-
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, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
|
|
9335
|
+
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, CreativePerformanceList, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetPerformanceList, 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, StrategyTemplateControllerService, StrategyTemplateDTO, StrategyTemplateResponse, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties, WhitelabelingEntity };
|
|
9239
9336
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|