@revxui/api-clients-ts 1.1.87 → 1.1.88
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 +0 -28
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +9 -9
- package/bundles/revxui-api-clients-ts.umd.js +49 -150
- 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 -80
- 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/baseModelWithCreativeSetType.js +3 -2
- package/esm2015/model/creativeCompactDTO.js +3 -2
- package/esm2015/model/creativeDTO.js +3 -2
- package/esm2015/model/creativeDetails.js +3 -2
- package/esm2015/model/creativeFileForSet.js +3 -2
- package/esm2015/model/creativeFiles.js +3 -2
- package/esm2015/model/creativeHtmlFileForSet.js +3 -2
- package/esm2015/model/creativeSetDashboardMetric.js +3 -2
- package/esm2015/model/creativeSetDetails.js +3 -2
- package/esm2015/model/creativeSetRequest.js +3 -2
- package/esm2015/model/creativeSetResponse.js +3 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +3 -2
- package/esm2015/model/models.js +1 -7
- package/fesm2015/revxui-api-clients-ts.js +50 -147
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +2 -1
- package/model/creativeCompactDTO.d.ts +2 -1
- package/model/creativeDTO.d.ts +2 -1
- package/model/creativeDetails.d.ts +2 -1
- package/model/creativeFileForSet.d.ts +2 -1
- package/model/creativeFiles.d.ts +2 -1
- package/model/creativeHtmlFileForSet.d.ts +2 -1
- package/model/creativeSetDashboardMetric.d.ts +2 -1
- package/model/creativeSetDetails.d.ts +2 -1
- package/model/creativeSetRequest.d.ts +2 -1
- package/model/creativeSetResponse.d.ts +2 -1
- package/model/duplicateCreativeSetResponse.d.ts +2 -1
- package/model/models.d.ts +0 -6
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativePerformanceList.js +0 -2
- package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +0 -2
- package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +0 -2
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +0 -2
- package/esm2015/model/creativePerformanceList.js +0 -8
- package/esm2015/model/creativeSetPerformanceList.js +0 -23
- package/model/apiListResponseCreativePerformanceList.d.ts +0 -16
- package/model/apiListResponseCreativeSetPerformanceList.d.ts +0 -16
- package/model/apiResponseObjectApiListResponseCreativePerformanceList.d.ts +0 -17
- package/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts +0 -17
- package/model/creativePerformanceList.d.ts +0 -78
- package/model/creativeSetPerformanceList.d.ts +0 -93
|
@@ -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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.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://apiv2stage7.atomex.net';
|
|
3476
3476
|
this.defaultHeaders = new HttpHeaders();
|
|
3477
3477
|
this.configuration = new Configuration();
|
|
3478
3478
|
if (basePath) {
|
|
@@ -3703,84 +3703,6 @@ 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
|
-
}
|
|
3784
3706
|
getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3785
3707
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3786
3708
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
|
|
@@ -4044,7 +3966,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
4044
3966
|
class CreativeTemplateThemesControllerService {
|
|
4045
3967
|
constructor(httpClient, basePath, configuration) {
|
|
4046
3968
|
this.httpClient = httpClient;
|
|
4047
|
-
this.basePath = 'https://
|
|
3969
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4048
3970
|
this.defaultHeaders = new HttpHeaders();
|
|
4049
3971
|
this.configuration = new Configuration();
|
|
4050
3972
|
if (basePath) {
|
|
@@ -4224,7 +4146,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4224
4146
|
class CreativeTemplateVariablesControllerService {
|
|
4225
4147
|
constructor(httpClient, basePath, configuration) {
|
|
4226
4148
|
this.httpClient = httpClient;
|
|
4227
|
-
this.basePath = 'https://
|
|
4149
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4228
4150
|
this.defaultHeaders = new HttpHeaders();
|
|
4229
4151
|
this.configuration = new Configuration();
|
|
4230
4152
|
if (basePath) {
|
|
@@ -4297,7 +4219,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4297
4219
|
class CreativeTemplatesControllerService {
|
|
4298
4220
|
constructor(httpClient, basePath, configuration) {
|
|
4299
4221
|
this.httpClient = httpClient;
|
|
4300
|
-
this.basePath = 'https://
|
|
4222
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4301
4223
|
this.defaultHeaders = new HttpHeaders();
|
|
4302
4224
|
this.configuration = new Configuration();
|
|
4303
4225
|
if (basePath) {
|
|
@@ -4457,7 +4379,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4457
4379
|
class CustomerReportingControllerService {
|
|
4458
4380
|
constructor(httpClient, basePath, configuration) {
|
|
4459
4381
|
this.httpClient = httpClient;
|
|
4460
|
-
this.basePath = 'https://
|
|
4382
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4461
4383
|
this.defaultHeaders = new HttpHeaders();
|
|
4462
4384
|
this.configuration = new Configuration();
|
|
4463
4385
|
if (basePath) {
|
|
@@ -4539,7 +4461,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4539
4461
|
class DashboardControllerService {
|
|
4540
4462
|
constructor(httpClient, basePath, configuration) {
|
|
4541
4463
|
this.httpClient = httpClient;
|
|
4542
|
-
this.basePath = 'https://
|
|
4464
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
4543
4465
|
this.defaultHeaders = new HttpHeaders();
|
|
4544
4466
|
this.configuration = new Configuration();
|
|
4545
4467
|
if (basePath) {
|
|
@@ -5153,7 +5075,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5153
5075
|
class NotificationsControllerService {
|
|
5154
5076
|
constructor(httpClient, basePath, configuration) {
|
|
5155
5077
|
this.httpClient = httpClient;
|
|
5156
|
-
this.basePath = 'https://
|
|
5078
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5157
5079
|
this.defaultHeaders = new HttpHeaders();
|
|
5158
5080
|
this.configuration = new Configuration();
|
|
5159
5081
|
if (basePath) {
|
|
@@ -5361,7 +5283,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5361
5283
|
class PixelControllerService {
|
|
5362
5284
|
constructor(httpClient, basePath, configuration) {
|
|
5363
5285
|
this.httpClient = httpClient;
|
|
5364
|
-
this.basePath = 'https://
|
|
5286
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5365
5287
|
this.defaultHeaders = new HttpHeaders();
|
|
5366
5288
|
this.configuration = new Configuration();
|
|
5367
5289
|
if (basePath) {
|
|
@@ -5663,7 +5585,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5663
5585
|
class ReportingControllerService {
|
|
5664
5586
|
constructor(httpClient, basePath, configuration) {
|
|
5665
5587
|
this.httpClient = httpClient;
|
|
5666
|
-
this.basePath = 'https://
|
|
5588
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5667
5589
|
this.defaultHeaders = new HttpHeaders();
|
|
5668
5590
|
this.configuration = new Configuration();
|
|
5669
5591
|
if (basePath) {
|
|
@@ -5828,7 +5750,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5828
5750
|
class SliceXControllerService {
|
|
5829
5751
|
constructor(httpClient, basePath, configuration) {
|
|
5830
5752
|
this.httpClient = httpClient;
|
|
5831
|
-
this.basePath = 'https://
|
|
5753
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
5832
5754
|
this.defaultHeaders = new HttpHeaders();
|
|
5833
5755
|
this.configuration = new Configuration();
|
|
5834
5756
|
if (basePath) {
|
|
@@ -6073,7 +5995,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
6073
5995
|
class StrategyControllerService {
|
|
6074
5996
|
constructor(httpClient, basePath, configuration) {
|
|
6075
5997
|
this.httpClient = httpClient;
|
|
6076
|
-
this.basePath = 'https://
|
|
5998
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6077
5999
|
this.defaultHeaders = new HttpHeaders();
|
|
6078
6000
|
this.configuration = new Configuration();
|
|
6079
6001
|
if (basePath) {
|
|
@@ -6926,7 +6848,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6926
6848
|
class StrategyTemplateControllerService {
|
|
6927
6849
|
constructor(httpClient, basePath, configuration) {
|
|
6928
6850
|
this.httpClient = httpClient;
|
|
6929
|
-
this.basePath = 'https://
|
|
6851
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
6930
6852
|
this.defaultHeaders = new HttpHeaders();
|
|
6931
6853
|
this.configuration = new Configuration();
|
|
6932
6854
|
if (basePath) {
|
|
@@ -7043,7 +6965,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
|
|
|
7043
6965
|
class UILoggerControllerService {
|
|
7044
6966
|
constructor(httpClient, basePath, configuration) {
|
|
7045
6967
|
this.httpClient = httpClient;
|
|
7046
|
-
this.basePath = 'https://
|
|
6968
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7047
6969
|
this.defaultHeaders = new HttpHeaders();
|
|
7048
6970
|
this.configuration = new Configuration();
|
|
7049
6971
|
if (basePath) {
|
|
@@ -7130,7 +7052,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
7130
7052
|
class UserPreferenceControllerService {
|
|
7131
7053
|
constructor(httpClient, basePath, configuration) {
|
|
7132
7054
|
this.httpClient = httpClient;
|
|
7133
|
-
this.basePath = 'https://
|
|
7055
|
+
this.basePath = 'https://apiv2stage7.atomex.net';
|
|
7134
7056
|
this.defaultHeaders = new HttpHeaders();
|
|
7135
7057
|
this.configuration = new Configuration();
|
|
7136
7058
|
if (basePath) {
|
|
@@ -7661,7 +7583,8 @@ var BaseModelWithCreativeSetType;
|
|
|
7661
7583
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7662
7584
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7663
7585
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7664
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7586
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
7587
|
+
ICON: 'ICON'
|
|
7665
7588
|
};
|
|
7666
7589
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7667
7590
|
|
|
@@ -7826,7 +7749,8 @@ var CreativeCompactDTO;
|
|
|
7826
7749
|
FbAppInstall: 'fbAppInstall',
|
|
7827
7750
|
FbAppEngagement: 'fbAppEngagement',
|
|
7828
7751
|
ClickTracker: 'clickTracker',
|
|
7829
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7752
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7753
|
+
NativeIcon: 'nativeIcon'
|
|
7830
7754
|
};
|
|
7831
7755
|
})(CreativeCompactDTO || (CreativeCompactDTO = {}));
|
|
7832
7756
|
|
|
@@ -7864,7 +7788,8 @@ var CreativeDTO;
|
|
|
7864
7788
|
FbAppInstall: 'fbAppInstall',
|
|
7865
7789
|
FbAppEngagement: 'fbAppEngagement',
|
|
7866
7790
|
ClickTracker: 'clickTracker',
|
|
7867
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7791
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7792
|
+
NativeIcon: 'nativeIcon'
|
|
7868
7793
|
};
|
|
7869
7794
|
CreativeDTO.VideoUploadTypeEnum = {
|
|
7870
7795
|
VIDEO: 'VIDEO',
|
|
@@ -7887,7 +7812,8 @@ var CreativeDetails;
|
|
|
7887
7812
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7888
7813
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7889
7814
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7890
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7815
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
7816
|
+
ICON: 'ICON'
|
|
7891
7817
|
};
|
|
7892
7818
|
})(CreativeDetails || (CreativeDetails = {}));
|
|
7893
7819
|
|
|
@@ -7907,7 +7833,8 @@ var CreativeFileForSet;
|
|
|
7907
7833
|
FbAppInstall: 'fbAppInstall',
|
|
7908
7834
|
FbAppEngagement: 'fbAppEngagement',
|
|
7909
7835
|
ClickTracker: 'clickTracker',
|
|
7910
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7836
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7837
|
+
NativeIcon: 'nativeIcon'
|
|
7911
7838
|
};
|
|
7912
7839
|
})(CreativeFileForSet || (CreativeFileForSet = {}));
|
|
7913
7840
|
|
|
@@ -7927,7 +7854,8 @@ var CreativeFiles;
|
|
|
7927
7854
|
FbAppInstall: 'fbAppInstall',
|
|
7928
7855
|
FbAppEngagement: 'fbAppEngagement',
|
|
7929
7856
|
ClickTracker: 'clickTracker',
|
|
7930
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7857
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7858
|
+
NativeIcon: 'nativeIcon'
|
|
7931
7859
|
};
|
|
7932
7860
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
7933
7861
|
|
|
@@ -7952,7 +7880,8 @@ var CreativeHtmlFileForSet;
|
|
|
7952
7880
|
FbAppInstall: 'fbAppInstall',
|
|
7953
7881
|
FbAppEngagement: 'fbAppEngagement',
|
|
7954
7882
|
ClickTracker: 'clickTracker',
|
|
7955
|
-
FbxImageNewsFeed: 'fbxImageNewsFeed'
|
|
7883
|
+
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7884
|
+
NativeIcon: 'nativeIcon'
|
|
7956
7885
|
};
|
|
7957
7886
|
})(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
|
|
7958
7887
|
|
|
@@ -7968,14 +7897,6 @@ var CreativeHtmlFileForSet;
|
|
|
7968
7897
|
* Do not edit the class manually.
|
|
7969
7898
|
*/
|
|
7970
7899
|
|
|
7971
|
-
var CreativePerformanceList;
|
|
7972
|
-
(function (CreativePerformanceList) {
|
|
7973
|
-
CreativePerformanceList.StatusEnum = {
|
|
7974
|
-
Active: 'active',
|
|
7975
|
-
Inactive: 'inactive'
|
|
7976
|
-
};
|
|
7977
|
-
})(CreativePerformanceList || (CreativePerformanceList = {}));
|
|
7978
|
-
|
|
7979
7900
|
var CreativeSetDashboardMetric;
|
|
7980
7901
|
(function (CreativeSetDashboardMetric) {
|
|
7981
7902
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
@@ -7991,7 +7912,8 @@ var CreativeSetDashboardMetric;
|
|
|
7991
7912
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7992
7913
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7993
7914
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7994
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7915
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
7916
|
+
ICON: 'ICON'
|
|
7995
7917
|
};
|
|
7996
7918
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
7997
7919
|
|
|
@@ -8010,33 +7932,11 @@ var CreativeSetDetails;
|
|
|
8010
7932
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8011
7933
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8012
7934
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8013
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7935
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
7936
|
+
ICON: 'ICON'
|
|
8014
7937
|
};
|
|
8015
7938
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
8016
7939
|
|
|
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
|
-
|
|
8040
7940
|
var CreativeSetRequest;
|
|
8041
7941
|
(function (CreativeSetRequest) {
|
|
8042
7942
|
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
@@ -8052,7 +7952,8 @@ var CreativeSetRequest;
|
|
|
8052
7952
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8053
7953
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8054
7954
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8055
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7955
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
7956
|
+
ICON: 'ICON'
|
|
8056
7957
|
};
|
|
8057
7958
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
8058
7959
|
|
|
@@ -8094,7 +7995,8 @@ var CreativeSetResponse;
|
|
|
8094
7995
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8095
7996
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8096
7997
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8097
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7998
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
7999
|
+
ICON: 'ICON'
|
|
8098
8000
|
};
|
|
8099
8001
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
8100
8002
|
|
|
@@ -8240,7 +8142,8 @@ var DuplicateCreativeSetResponse;
|
|
|
8240
8142
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8241
8143
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8242
8144
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8243
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
8145
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8146
|
+
ICON: 'ICON'
|
|
8244
8147
|
};
|
|
8245
8148
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
8246
8149
|
|
|
@@ -9332,5 +9235,5 @@ ApiModule.ctorParameters = () => [
|
|
|
9332
9235
|
* Generated bundle index. Do not edit.
|
|
9333
9236
|
*/
|
|
9334
9237
|
|
|
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,
|
|
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 };
|
|
9336
9239
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|