@revxui/api-clients-ts 1.1.95 → 1.1.96
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/bidFunnelController.service.d.ts +6 -6
- 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 +57 -152
- 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/bidFunnelController.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 +4 -2
- package/esm2015/model/creativeCompactDTO.js +3 -2
- package/esm2015/model/creativeDTO.js +3 -2
- package/esm2015/model/creativeDetails.js +4 -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 +4 -2
- package/esm2015/model/creativeSetDetails.js +4 -2
- package/esm2015/model/creativeSetRequest.js +4 -2
- package/esm2015/model/creativeSetResponse.js +4 -2
- package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
- package/esm2015/model/models.js +1 -7
- package/fesm2015/revxui-api-clients-ts.js +58 -149
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +3 -1
- package/model/creativeCompactDTO.d.ts +2 -1
- package/model/creativeDTO.d.ts +2 -1
- package/model/creativeDetails.d.ts +3 -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 +3 -1
- package/model/creativeSetDetails.d.ts +3 -1
- package/model/creativeSetRequest.d.ts +3 -1
- package/model/creativeSetResponse.d.ts +3 -1
- package/model/duplicateCreativeSetResponse.d.ts +3 -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 -24
- 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 -94
|
@@ -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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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 BidFunnelControllerService {
|
|
1916
1916
|
constructor(httpClient, basePath, configuration) {
|
|
1917
1917
|
this.httpClient = httpClient;
|
|
1918
|
-
this.basePath = 'https://
|
|
1918
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1919
1919
|
this.defaultHeaders = new HttpHeaders();
|
|
1920
1920
|
this.configuration = new Configuration();
|
|
1921
1921
|
if (basePath) {
|
|
@@ -2041,7 +2041,7 @@ BidFunnelControllerService.ctorParameters = () => [
|
|
|
2041
2041
|
class BulkStrategyControllerService {
|
|
2042
2042
|
constructor(httpClient, basePath, configuration) {
|
|
2043
2043
|
this.httpClient = httpClient;
|
|
2044
|
-
this.basePath = 'https://
|
|
2044
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2045
2045
|
this.defaultHeaders = new HttpHeaders();
|
|
2046
2046
|
this.configuration = new Configuration();
|
|
2047
2047
|
if (basePath) {
|
|
@@ -2261,7 +2261,7 @@ BulkStrategyControllerService.ctorParameters = () => [
|
|
|
2261
2261
|
class CSSThemeController_Service {
|
|
2262
2262
|
constructor(httpClient, basePath, configuration) {
|
|
2263
2263
|
this.httpClient = httpClient;
|
|
2264
|
-
this.basePath = 'https://
|
|
2264
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2265
2265
|
this.defaultHeaders = new HttpHeaders();
|
|
2266
2266
|
this.configuration = new Configuration();
|
|
2267
2267
|
if (basePath) {
|
|
@@ -2365,7 +2365,7 @@ CSSThemeController_Service.ctorParameters = () => [
|
|
|
2365
2365
|
class CampaignControllerService {
|
|
2366
2366
|
constructor(httpClient, basePath, configuration) {
|
|
2367
2367
|
this.httpClient = httpClient;
|
|
2368
|
-
this.basePath = 'https://
|
|
2368
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2369
2369
|
this.defaultHeaders = new HttpHeaders();
|
|
2370
2370
|
this.configuration = new Configuration();
|
|
2371
2371
|
if (basePath) {
|
|
@@ -2660,7 +2660,7 @@ CampaignControllerService.ctorParameters = () => [
|
|
|
2660
2660
|
class CatalogControllerService {
|
|
2661
2661
|
constructor(httpClient, basePath, configuration) {
|
|
2662
2662
|
this.httpClient = httpClient;
|
|
2663
|
-
this.basePath = 'https://
|
|
2663
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2664
2664
|
this.defaultHeaders = new HttpHeaders();
|
|
2665
2665
|
this.configuration = new Configuration();
|
|
2666
2666
|
if (basePath) {
|
|
@@ -2895,7 +2895,7 @@ CatalogControllerService.ctorParameters = () => [
|
|
|
2895
2895
|
class ClickDestinationControllerService {
|
|
2896
2896
|
constructor(httpClient, basePath, configuration) {
|
|
2897
2897
|
this.httpClient = httpClient;
|
|
2898
|
-
this.basePath = 'https://
|
|
2898
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2899
2899
|
this.defaultHeaders = new HttpHeaders();
|
|
2900
2900
|
this.configuration = new Configuration();
|
|
2901
2901
|
if (basePath) {
|
|
@@ -3122,7 +3122,7 @@ ClickDestinationControllerService.ctorParameters = () => [
|
|
|
3122
3122
|
class CreativeControllerService {
|
|
3123
3123
|
constructor(httpClient, basePath, configuration) {
|
|
3124
3124
|
this.httpClient = httpClient;
|
|
3125
|
-
this.basePath = 'https://
|
|
3125
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3126
3126
|
this.defaultHeaders = new HttpHeaders();
|
|
3127
3127
|
this.configuration = new Configuration();
|
|
3128
3128
|
if (basePath) {
|
|
@@ -3598,7 +3598,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3598
3598
|
class CreativeSetsControllerService {
|
|
3599
3599
|
constructor(httpClient, basePath, configuration) {
|
|
3600
3600
|
this.httpClient = httpClient;
|
|
3601
|
-
this.basePath = 'https://
|
|
3601
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3602
3602
|
this.defaultHeaders = new HttpHeaders();
|
|
3603
3603
|
this.configuration = new Configuration();
|
|
3604
3604
|
if (basePath) {
|
|
@@ -3829,84 +3829,6 @@ class CreativeSetsControllerService {
|
|
|
3829
3829
|
reportProgress: reportProgress
|
|
3830
3830
|
});
|
|
3831
3831
|
}
|
|
3832
|
-
getCreativePerformanceDataUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3833
|
-
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3834
|
-
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativePerformanceDataUsingPOST.');
|
|
3835
|
-
}
|
|
3836
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3837
|
-
if (refresh !== undefined && refresh !== null) {
|
|
3838
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
3839
|
-
}
|
|
3840
|
-
let headers = this.defaultHeaders;
|
|
3841
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3842
|
-
headers = headers.set('reqId', String(reqId));
|
|
3843
|
-
}
|
|
3844
|
-
if (token !== undefined && token !== null) {
|
|
3845
|
-
headers = headers.set('token', String(token));
|
|
3846
|
-
}
|
|
3847
|
-
// to determine the Accept header
|
|
3848
|
-
let httpHeaderAccepts = [
|
|
3849
|
-
'application/json'
|
|
3850
|
-
];
|
|
3851
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3852
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3853
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3854
|
-
}
|
|
3855
|
-
// to determine the Content-Type header
|
|
3856
|
-
const consumes = [
|
|
3857
|
-
'application/json'
|
|
3858
|
-
];
|
|
3859
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3860
|
-
if (httpContentTypeSelected != undefined) {
|
|
3861
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3862
|
-
}
|
|
3863
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/new/creative`, dashboardRequest, {
|
|
3864
|
-
params: queryParameters,
|
|
3865
|
-
withCredentials: this.configuration.withCredentials,
|
|
3866
|
-
headers: headers,
|
|
3867
|
-
observe: observe,
|
|
3868
|
-
reportProgress: reportProgress
|
|
3869
|
-
});
|
|
3870
|
-
}
|
|
3871
|
-
getCreativeSetsPerformanceDataUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3872
|
-
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3873
|
-
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceDataUsingPOST.');
|
|
3874
|
-
}
|
|
3875
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3876
|
-
if (refresh !== undefined && refresh !== null) {
|
|
3877
|
-
queryParameters = queryParameters.set('refresh', refresh);
|
|
3878
|
-
}
|
|
3879
|
-
let headers = this.defaultHeaders;
|
|
3880
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3881
|
-
headers = headers.set('reqId', String(reqId));
|
|
3882
|
-
}
|
|
3883
|
-
if (token !== undefined && token !== null) {
|
|
3884
|
-
headers = headers.set('token', String(token));
|
|
3885
|
-
}
|
|
3886
|
-
// to determine the Accept header
|
|
3887
|
-
let httpHeaderAccepts = [
|
|
3888
|
-
'application/json'
|
|
3889
|
-
];
|
|
3890
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3891
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3892
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3893
|
-
}
|
|
3894
|
-
// to determine the Content-Type header
|
|
3895
|
-
const consumes = [
|
|
3896
|
-
'application/json'
|
|
3897
|
-
];
|
|
3898
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3899
|
-
if (httpContentTypeSelected != undefined) {
|
|
3900
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3901
|
-
}
|
|
3902
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/performance/new`, dashboardRequest, {
|
|
3903
|
-
params: queryParameters,
|
|
3904
|
-
withCredentials: this.configuration.withCredentials,
|
|
3905
|
-
headers: headers,
|
|
3906
|
-
observe: observe,
|
|
3907
|
-
reportProgress: reportProgress
|
|
3908
|
-
});
|
|
3909
|
-
}
|
|
3910
3832
|
getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3911
3833
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3912
3834
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
|
|
@@ -4170,7 +4092,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
4170
4092
|
class CreativeTemplateThemesControllerService {
|
|
4171
4093
|
constructor(httpClient, basePath, configuration) {
|
|
4172
4094
|
this.httpClient = httpClient;
|
|
4173
|
-
this.basePath = 'https://
|
|
4095
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4174
4096
|
this.defaultHeaders = new HttpHeaders();
|
|
4175
4097
|
this.configuration = new Configuration();
|
|
4176
4098
|
if (basePath) {
|
|
@@ -4350,7 +4272,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4350
4272
|
class CreativeTemplateVariablesControllerService {
|
|
4351
4273
|
constructor(httpClient, basePath, configuration) {
|
|
4352
4274
|
this.httpClient = httpClient;
|
|
4353
|
-
this.basePath = 'https://
|
|
4275
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4354
4276
|
this.defaultHeaders = new HttpHeaders();
|
|
4355
4277
|
this.configuration = new Configuration();
|
|
4356
4278
|
if (basePath) {
|
|
@@ -4423,7 +4345,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4423
4345
|
class CreativeTemplatesControllerService {
|
|
4424
4346
|
constructor(httpClient, basePath, configuration) {
|
|
4425
4347
|
this.httpClient = httpClient;
|
|
4426
|
-
this.basePath = 'https://
|
|
4348
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4427
4349
|
this.defaultHeaders = new HttpHeaders();
|
|
4428
4350
|
this.configuration = new Configuration();
|
|
4429
4351
|
if (basePath) {
|
|
@@ -4583,7 +4505,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4583
4505
|
class CustomerReportingControllerService {
|
|
4584
4506
|
constructor(httpClient, basePath, configuration) {
|
|
4585
4507
|
this.httpClient = httpClient;
|
|
4586
|
-
this.basePath = 'https://
|
|
4508
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4587
4509
|
this.defaultHeaders = new HttpHeaders();
|
|
4588
4510
|
this.configuration = new Configuration();
|
|
4589
4511
|
if (basePath) {
|
|
@@ -4665,7 +4587,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4665
4587
|
class DashboardControllerService {
|
|
4666
4588
|
constructor(httpClient, basePath, configuration) {
|
|
4667
4589
|
this.httpClient = httpClient;
|
|
4668
|
-
this.basePath = 'https://
|
|
4590
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4669
4591
|
this.defaultHeaders = new HttpHeaders();
|
|
4670
4592
|
this.configuration = new Configuration();
|
|
4671
4593
|
if (basePath) {
|
|
@@ -5279,7 +5201,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5279
5201
|
class NotificationsControllerService {
|
|
5280
5202
|
constructor(httpClient, basePath, configuration) {
|
|
5281
5203
|
this.httpClient = httpClient;
|
|
5282
|
-
this.basePath = 'https://
|
|
5204
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5283
5205
|
this.defaultHeaders = new HttpHeaders();
|
|
5284
5206
|
this.configuration = new Configuration();
|
|
5285
5207
|
if (basePath) {
|
|
@@ -5487,7 +5409,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5487
5409
|
class PixelControllerService {
|
|
5488
5410
|
constructor(httpClient, basePath, configuration) {
|
|
5489
5411
|
this.httpClient = httpClient;
|
|
5490
|
-
this.basePath = 'https://
|
|
5412
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5491
5413
|
this.defaultHeaders = new HttpHeaders();
|
|
5492
5414
|
this.configuration = new Configuration();
|
|
5493
5415
|
if (basePath) {
|
|
@@ -5789,7 +5711,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5789
5711
|
class ReportingControllerService {
|
|
5790
5712
|
constructor(httpClient, basePath, configuration) {
|
|
5791
5713
|
this.httpClient = httpClient;
|
|
5792
|
-
this.basePath = 'https://
|
|
5714
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5793
5715
|
this.defaultHeaders = new HttpHeaders();
|
|
5794
5716
|
this.configuration = new Configuration();
|
|
5795
5717
|
if (basePath) {
|
|
@@ -5954,7 +5876,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5954
5876
|
class SliceXControllerService {
|
|
5955
5877
|
constructor(httpClient, basePath, configuration) {
|
|
5956
5878
|
this.httpClient = httpClient;
|
|
5957
|
-
this.basePath = 'https://
|
|
5879
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5958
5880
|
this.defaultHeaders = new HttpHeaders();
|
|
5959
5881
|
this.configuration = new Configuration();
|
|
5960
5882
|
if (basePath) {
|
|
@@ -6199,7 +6121,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
6199
6121
|
class StrategyControllerService {
|
|
6200
6122
|
constructor(httpClient, basePath, configuration) {
|
|
6201
6123
|
this.httpClient = httpClient;
|
|
6202
|
-
this.basePath = 'https://
|
|
6124
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6203
6125
|
this.defaultHeaders = new HttpHeaders();
|
|
6204
6126
|
this.configuration = new Configuration();
|
|
6205
6127
|
if (basePath) {
|
|
@@ -6986,7 +6908,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6986
6908
|
class StrategyTemplateControllerService {
|
|
6987
6909
|
constructor(httpClient, basePath, configuration) {
|
|
6988
6910
|
this.httpClient = httpClient;
|
|
6989
|
-
this.basePath = 'https://
|
|
6911
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6990
6912
|
this.defaultHeaders = new HttpHeaders();
|
|
6991
6913
|
this.configuration = new Configuration();
|
|
6992
6914
|
if (basePath) {
|
|
@@ -7103,7 +7025,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
|
|
|
7103
7025
|
class UILoggerControllerService {
|
|
7104
7026
|
constructor(httpClient, basePath, configuration) {
|
|
7105
7027
|
this.httpClient = httpClient;
|
|
7106
|
-
this.basePath = 'https://
|
|
7028
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7107
7029
|
this.defaultHeaders = new HttpHeaders();
|
|
7108
7030
|
this.configuration = new Configuration();
|
|
7109
7031
|
if (basePath) {
|
|
@@ -7190,7 +7112,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
7190
7112
|
class UserPreferenceControllerService {
|
|
7191
7113
|
constructor(httpClient, basePath, configuration) {
|
|
7192
7114
|
this.httpClient = httpClient;
|
|
7193
|
-
this.basePath = 'https://
|
|
7115
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
7194
7116
|
this.defaultHeaders = new HttpHeaders();
|
|
7195
7117
|
this.configuration = new Configuration();
|
|
7196
7118
|
if (basePath) {
|
|
@@ -7722,7 +7644,9 @@ var BaseModelWithCreativeSetType;
|
|
|
7722
7644
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7723
7645
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7724
7646
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
7725
|
-
NATIVEICON: 'NATIVE_ICON'
|
|
7647
|
+
NATIVEICON: 'NATIVE_ICON',
|
|
7648
|
+
ICON: 'ICON',
|
|
7649
|
+
CTVVIDEO: 'CTV_VIDEO'
|
|
7726
7650
|
};
|
|
7727
7651
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
7728
7652
|
|
|
@@ -7888,7 +7812,8 @@ var CreativeCompactDTO;
|
|
|
7888
7812
|
FbAppEngagement: 'fbAppEngagement',
|
|
7889
7813
|
ClickTracker: 'clickTracker',
|
|
7890
7814
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7891
|
-
NativeIcon: 'nativeIcon'
|
|
7815
|
+
NativeIcon: 'nativeIcon',
|
|
7816
|
+
CtvVideo: 'ctvVideo'
|
|
7892
7817
|
};
|
|
7893
7818
|
})(CreativeCompactDTO || (CreativeCompactDTO = {}));
|
|
7894
7819
|
|
|
@@ -7927,7 +7852,8 @@ var CreativeDTO;
|
|
|
7927
7852
|
FbAppEngagement: 'fbAppEngagement',
|
|
7928
7853
|
ClickTracker: 'clickTracker',
|
|
7929
7854
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7930
|
-
NativeIcon: 'nativeIcon'
|
|
7855
|
+
NativeIcon: 'nativeIcon',
|
|
7856
|
+
CtvVideo: 'ctvVideo'
|
|
7931
7857
|
};
|
|
7932
7858
|
CreativeDTO.VideoUploadTypeEnum = {
|
|
7933
7859
|
VIDEO: 'VIDEO',
|
|
@@ -7951,7 +7877,9 @@ var CreativeDetails;
|
|
|
7951
7877
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7952
7878
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7953
7879
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
7954
|
-
NATIVEICON: 'NATIVE_ICON'
|
|
7880
|
+
NATIVEICON: 'NATIVE_ICON',
|
|
7881
|
+
ICON: 'ICON',
|
|
7882
|
+
CTVVIDEO: 'CTV_VIDEO'
|
|
7955
7883
|
};
|
|
7956
7884
|
})(CreativeDetails || (CreativeDetails = {}));
|
|
7957
7885
|
|
|
@@ -7972,7 +7900,8 @@ var CreativeFileForSet;
|
|
|
7972
7900
|
FbAppEngagement: 'fbAppEngagement',
|
|
7973
7901
|
ClickTracker: 'clickTracker',
|
|
7974
7902
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7975
|
-
NativeIcon: 'nativeIcon'
|
|
7903
|
+
NativeIcon: 'nativeIcon',
|
|
7904
|
+
CtvVideo: 'ctvVideo'
|
|
7976
7905
|
};
|
|
7977
7906
|
})(CreativeFileForSet || (CreativeFileForSet = {}));
|
|
7978
7907
|
|
|
@@ -7993,7 +7922,8 @@ var CreativeFiles;
|
|
|
7993
7922
|
FbAppEngagement: 'fbAppEngagement',
|
|
7994
7923
|
ClickTracker: 'clickTracker',
|
|
7995
7924
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
7996
|
-
NativeIcon: 'nativeIcon'
|
|
7925
|
+
NativeIcon: 'nativeIcon',
|
|
7926
|
+
CtvVideo: 'ctvVideo'
|
|
7997
7927
|
};
|
|
7998
7928
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
7999
7929
|
|
|
@@ -8019,7 +7949,8 @@ var CreativeHtmlFileForSet;
|
|
|
8019
7949
|
FbAppEngagement: 'fbAppEngagement',
|
|
8020
7950
|
ClickTracker: 'clickTracker',
|
|
8021
7951
|
FbxImageNewsFeed: 'fbxImageNewsFeed',
|
|
8022
|
-
NativeIcon: 'nativeIcon'
|
|
7952
|
+
NativeIcon: 'nativeIcon',
|
|
7953
|
+
CtvVideo: 'ctvVideo'
|
|
8023
7954
|
};
|
|
8024
7955
|
})(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
|
|
8025
7956
|
|
|
@@ -8035,14 +7966,6 @@ var CreativeHtmlFileForSet;
|
|
|
8035
7966
|
* Do not edit the class manually.
|
|
8036
7967
|
*/
|
|
8037
7968
|
|
|
8038
|
-
var CreativePerformanceList;
|
|
8039
|
-
(function (CreativePerformanceList) {
|
|
8040
|
-
CreativePerformanceList.StatusEnum = {
|
|
8041
|
-
Active: 'active',
|
|
8042
|
-
Inactive: 'inactive'
|
|
8043
|
-
};
|
|
8044
|
-
})(CreativePerformanceList || (CreativePerformanceList = {}));
|
|
8045
|
-
|
|
8046
7969
|
var CreativeSetDashboardMetric;
|
|
8047
7970
|
(function (CreativeSetDashboardMetric) {
|
|
8048
7971
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
@@ -8059,7 +7982,9 @@ var CreativeSetDashboardMetric;
|
|
|
8059
7982
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8060
7983
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8061
7984
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8062
|
-
NATIVEICON: 'NATIVE_ICON'
|
|
7985
|
+
NATIVEICON: 'NATIVE_ICON',
|
|
7986
|
+
ICON: 'ICON',
|
|
7987
|
+
CTVVIDEO: 'CTV_VIDEO'
|
|
8063
7988
|
};
|
|
8064
7989
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
8065
7990
|
|
|
@@ -8079,34 +8004,12 @@ var CreativeSetDetails;
|
|
|
8079
8004
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8080
8005
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8081
8006
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8082
|
-
NATIVEICON: 'NATIVE_ICON'
|
|
8007
|
+
NATIVEICON: 'NATIVE_ICON',
|
|
8008
|
+
ICON: 'ICON',
|
|
8009
|
+
CTVVIDEO: 'CTV_VIDEO'
|
|
8083
8010
|
};
|
|
8084
8011
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
8085
8012
|
|
|
8086
|
-
var CreativeSetPerformanceList;
|
|
8087
|
-
(function (CreativeSetPerformanceList) {
|
|
8088
|
-
CreativeSetPerformanceList.StatusEnum = {
|
|
8089
|
-
Active: 'active',
|
|
8090
|
-
Inactive: 'inactive'
|
|
8091
|
-
};
|
|
8092
|
-
CreativeSetPerformanceList.TypeEnum = {
|
|
8093
|
-
IMAGE: 'IMAGE',
|
|
8094
|
-
VIDEO: 'VIDEO',
|
|
8095
|
-
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
8096
|
-
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
8097
|
-
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
8098
|
-
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
8099
|
-
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
8100
|
-
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
8101
|
-
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
8102
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
8103
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8104
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8105
|
-
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8106
|
-
NATIVEICON: 'NATIVE_ICON'
|
|
8107
|
-
};
|
|
8108
|
-
})(CreativeSetPerformanceList || (CreativeSetPerformanceList = {}));
|
|
8109
|
-
|
|
8110
8013
|
var CreativeSetRequest;
|
|
8111
8014
|
(function (CreativeSetRequest) {
|
|
8112
8015
|
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
@@ -8123,7 +8026,9 @@ var CreativeSetRequest;
|
|
|
8123
8026
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8124
8027
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8125
8028
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8126
|
-
NATIVEICON: 'NATIVE_ICON'
|
|
8029
|
+
NATIVEICON: 'NATIVE_ICON',
|
|
8030
|
+
ICON: 'ICON',
|
|
8031
|
+
CTVVIDEO: 'CTV_VIDEO'
|
|
8127
8032
|
};
|
|
8128
8033
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
8129
8034
|
|
|
@@ -8166,7 +8071,9 @@ var CreativeSetResponse;
|
|
|
8166
8071
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8167
8072
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8168
8073
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8169
|
-
NATIVEICON: 'NATIVE_ICON'
|
|
8074
|
+
NATIVEICON: 'NATIVE_ICON',
|
|
8075
|
+
ICON: 'ICON',
|
|
8076
|
+
CTVVIDEO: 'CTV_VIDEO'
|
|
8170
8077
|
};
|
|
8171
8078
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
8172
8079
|
|
|
@@ -8313,7 +8220,9 @@ var DuplicateCreativeSetResponse;
|
|
|
8313
8220
|
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
8314
8221
|
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
8315
8222
|
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS',
|
|
8316
|
-
NATIVEICON: 'NATIVE_ICON'
|
|
8223
|
+
NATIVEICON: 'NATIVE_ICON',
|
|
8224
|
+
ICON: 'ICON',
|
|
8225
|
+
CTVVIDEO: 'CTV_VIDEO'
|
|
8317
8226
|
};
|
|
8318
8227
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
8319
8228
|
|
|
@@ -9406,5 +9315,5 @@ ApiModule.ctorParameters = () => [
|
|
|
9406
9315
|
* Generated bundle index. Do not edit.
|
|
9407
9316
|
*/
|
|
9408
9317
|
|
|
9409
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeDetails, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet,
|
|
9318
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BidFunnelControllerService, 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 };
|
|
9410
9319
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|