@revxui/api-clients-ts 1.1.71 → 1.1.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/api.d.ts +1 -3
- package/api/creativeSetsController.service.d.ts +28 -0
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +9 -9
- package/bundles/revxui-api-clients-ts.umd.js +139 -159
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/api.js +2 -4
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +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/api.module.js +1 -3
- package/esm2015/model/apiListResponseCreativePerformanceList.js +2 -0
- package/esm2015/model/apiListResponseCreativeSetPerformanceList.js +2 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativePerformanceList.js +2 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetPerformanceList.js +2 -0
- package/esm2015/model/creativePerformanceList.js +8 -0
- package/esm2015/model/creativeSetPerformanceList.js +23 -0
- package/esm2015/model/models.js +7 -6
- package/fesm2015/revxui-api-clients-ts.js +136 -166
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/{bidToConversionFilterDTO.d.ts → apiListResponseCreativePerformanceList.d.ts} +4 -4
- package/model/{bidToConversionFilterMap.d.ts → apiListResponseCreativeSetPerformanceList.d.ts} +4 -5
- package/model/{apiResponseObjectBidToConversionDTO.d.ts → apiResponseObjectApiListResponseCreativePerformanceList.d.ts} +3 -3
- package/model/{apiResponseObjectBidToConversionFilterMap.d.ts → apiResponseObjectApiListResponseCreativeSetPerformanceList.d.ts} +3 -3
- package/model/creativePerformanceList.d.ts +78 -0
- package/model/creativeSetPerformanceList.d.ts +93 -0
- package/model/models.d.ts +6 -5
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/api/bidFunnelController.service.d.ts +0 -56
- package/esm2015/api/bidFunnelController.service.js +0 -132
- package/esm2015/model/apiResponseObjectBidToConversionDTO.js +0 -2
- package/esm2015/model/apiResponseObjectBidToConversionFilterMap.js +0 -2
- package/esm2015/model/bidToConversionDTO.js +0 -2
- package/esm2015/model/bidToConversionFilterDTO.js +0 -13
- package/esm2015/model/bidToConversionFilterMap.js +0 -2
- package/model/bidToConversionDTO.d.ts +0 -64
|
@@ -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
1739
1739
|
this.defaultHeaders = new HttpHeaders();
|
|
1740
1740
|
this.configuration = new Configuration();
|
|
1741
1741
|
if (basePath) {
|
|
@@ -1901,132 +1901,6 @@ AuditControllerService.ctorParameters = () => [
|
|
|
1901
1901
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
1902
1902
|
];
|
|
1903
1903
|
|
|
1904
|
-
/**
|
|
1905
|
-
* Api Documentation
|
|
1906
|
-
* Api Documentation
|
|
1907
|
-
*
|
|
1908
|
-
* OpenAPI spec version: 1.0
|
|
1909
|
-
*
|
|
1910
|
-
*
|
|
1911
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
1912
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
1913
|
-
* Do not edit the class manually.
|
|
1914
|
-
*/
|
|
1915
|
-
class BidFunnelControllerService {
|
|
1916
|
-
constructor(httpClient, basePath, configuration) {
|
|
1917
|
-
this.httpClient = httpClient;
|
|
1918
|
-
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
1919
|
-
this.defaultHeaders = new HttpHeaders();
|
|
1920
|
-
this.configuration = new Configuration();
|
|
1921
|
-
if (basePath) {
|
|
1922
|
-
this.basePath = basePath;
|
|
1923
|
-
}
|
|
1924
|
-
if (configuration) {
|
|
1925
|
-
this.configuration = configuration;
|
|
1926
|
-
this.basePath = basePath || configuration.basePath || this.basePath;
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1929
|
-
/**
|
|
1930
|
-
* @param consumes string[] mime-types
|
|
1931
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
1932
|
-
*/
|
|
1933
|
-
canConsumeForm(consumes) {
|
|
1934
|
-
const form = 'multipart/form-data';
|
|
1935
|
-
for (const consume of consumes) {
|
|
1936
|
-
if (form === consume) {
|
|
1937
|
-
return true;
|
|
1938
|
-
}
|
|
1939
|
-
}
|
|
1940
|
-
return false;
|
|
1941
|
-
}
|
|
1942
|
-
getBidToConversionDetailsForCampaignUsingGET(entity, id, date, reqId, token, observe = 'body', reportProgress = false) {
|
|
1943
|
-
if (entity === null || entity === undefined) {
|
|
1944
|
-
throw new Error('Required parameter entity was null or undefined when calling getBidToConversionDetailsForCampaignUsingGET.');
|
|
1945
|
-
}
|
|
1946
|
-
if (id === null || id === undefined) {
|
|
1947
|
-
throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsForCampaignUsingGET.');
|
|
1948
|
-
}
|
|
1949
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1950
|
-
if (date !== undefined && date !== null) {
|
|
1951
|
-
queryParameters = queryParameters.set('date', date);
|
|
1952
|
-
}
|
|
1953
|
-
if (entity !== undefined && entity !== null) {
|
|
1954
|
-
queryParameters = queryParameters.set('entity', entity);
|
|
1955
|
-
}
|
|
1956
|
-
let headers = this.defaultHeaders;
|
|
1957
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1958
|
-
headers = headers.set('reqId', String(reqId));
|
|
1959
|
-
}
|
|
1960
|
-
if (token !== undefined && token !== null) {
|
|
1961
|
-
headers = headers.set('token', String(token));
|
|
1962
|
-
}
|
|
1963
|
-
// to determine the Accept header
|
|
1964
|
-
let httpHeaderAccepts = [
|
|
1965
|
-
'application/json'
|
|
1966
|
-
];
|
|
1967
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1968
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1969
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1970
|
-
}
|
|
1971
|
-
// to determine the Content-Type header
|
|
1972
|
-
const consumes = [];
|
|
1973
|
-
return this.httpClient.get(`${this.basePath}/bidfunnel/${encodeURIComponent(String(id))}`, {
|
|
1974
|
-
params: queryParameters,
|
|
1975
|
-
withCredentials: this.configuration.withCredentials,
|
|
1976
|
-
headers: headers,
|
|
1977
|
-
observe: observe,
|
|
1978
|
-
reportProgress: reportProgress
|
|
1979
|
-
});
|
|
1980
|
-
}
|
|
1981
|
-
getBidToConversionFilterDetailsForCampaignUsingGET(entity, id, date, reqId, token, observe = 'body', reportProgress = false) {
|
|
1982
|
-
if (entity === null || entity === undefined) {
|
|
1983
|
-
throw new Error('Required parameter entity was null or undefined when calling getBidToConversionFilterDetailsForCampaignUsingGET.');
|
|
1984
|
-
}
|
|
1985
|
-
if (id === null || id === undefined) {
|
|
1986
|
-
throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsForCampaignUsingGET.');
|
|
1987
|
-
}
|
|
1988
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1989
|
-
if (date !== undefined && date !== null) {
|
|
1990
|
-
queryParameters = queryParameters.set('date', date);
|
|
1991
|
-
}
|
|
1992
|
-
if (entity !== undefined && entity !== null) {
|
|
1993
|
-
queryParameters = queryParameters.set('entity', entity);
|
|
1994
|
-
}
|
|
1995
|
-
let headers = this.defaultHeaders;
|
|
1996
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1997
|
-
headers = headers.set('reqId', String(reqId));
|
|
1998
|
-
}
|
|
1999
|
-
if (token !== undefined && token !== null) {
|
|
2000
|
-
headers = headers.set('token', String(token));
|
|
2001
|
-
}
|
|
2002
|
-
// to determine the Accept header
|
|
2003
|
-
let httpHeaderAccepts = [
|
|
2004
|
-
'application/json'
|
|
2005
|
-
];
|
|
2006
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2007
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
2008
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2009
|
-
}
|
|
2010
|
-
// to determine the Content-Type header
|
|
2011
|
-
const consumes = [];
|
|
2012
|
-
return this.httpClient.get(`${this.basePath}/bidfunnel/${encodeURIComponent(String(id))}/filters`, {
|
|
2013
|
-
params: queryParameters,
|
|
2014
|
-
withCredentials: this.configuration.withCredentials,
|
|
2015
|
-
headers: headers,
|
|
2016
|
-
observe: observe,
|
|
2017
|
-
reportProgress: reportProgress
|
|
2018
|
-
});
|
|
2019
|
-
}
|
|
2020
|
-
}
|
|
2021
|
-
BidFunnelControllerService.decorators = [
|
|
2022
|
-
{ type: Injectable }
|
|
2023
|
-
];
|
|
2024
|
-
BidFunnelControllerService.ctorParameters = () => [
|
|
2025
|
-
{ type: HttpClient },
|
|
2026
|
-
{ type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
|
|
2027
|
-
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
2028
|
-
];
|
|
2029
|
-
|
|
2030
1904
|
/**
|
|
2031
1905
|
* Api Documentation
|
|
2032
1906
|
* Api Documentation
|
|
@@ -2041,7 +1915,7 @@ BidFunnelControllerService.ctorParameters = () => [
|
|
|
2041
1915
|
class BulkStrategyControllerService {
|
|
2042
1916
|
constructor(httpClient, basePath, configuration) {
|
|
2043
1917
|
this.httpClient = httpClient;
|
|
2044
|
-
this.basePath = 'https://
|
|
1918
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2045
1919
|
this.defaultHeaders = new HttpHeaders();
|
|
2046
1920
|
this.configuration = new Configuration();
|
|
2047
1921
|
if (basePath) {
|
|
@@ -2261,7 +2135,7 @@ BulkStrategyControllerService.ctorParameters = () => [
|
|
|
2261
2135
|
class CSSThemeController_Service {
|
|
2262
2136
|
constructor(httpClient, basePath, configuration) {
|
|
2263
2137
|
this.httpClient = httpClient;
|
|
2264
|
-
this.basePath = 'https://
|
|
2138
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2265
2139
|
this.defaultHeaders = new HttpHeaders();
|
|
2266
2140
|
this.configuration = new Configuration();
|
|
2267
2141
|
if (basePath) {
|
|
@@ -2365,7 +2239,7 @@ CSSThemeController_Service.ctorParameters = () => [
|
|
|
2365
2239
|
class CampaignControllerService {
|
|
2366
2240
|
constructor(httpClient, basePath, configuration) {
|
|
2367
2241
|
this.httpClient = httpClient;
|
|
2368
|
-
this.basePath = 'https://
|
|
2242
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2369
2243
|
this.defaultHeaders = new HttpHeaders();
|
|
2370
2244
|
this.configuration = new Configuration();
|
|
2371
2245
|
if (basePath) {
|
|
@@ -2660,7 +2534,7 @@ CampaignControllerService.ctorParameters = () => [
|
|
|
2660
2534
|
class CatalogControllerService {
|
|
2661
2535
|
constructor(httpClient, basePath, configuration) {
|
|
2662
2536
|
this.httpClient = httpClient;
|
|
2663
|
-
this.basePath = 'https://
|
|
2537
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2664
2538
|
this.defaultHeaders = new HttpHeaders();
|
|
2665
2539
|
this.configuration = new Configuration();
|
|
2666
2540
|
if (basePath) {
|
|
@@ -2895,7 +2769,7 @@ CatalogControllerService.ctorParameters = () => [
|
|
|
2895
2769
|
class ClickDestinationControllerService {
|
|
2896
2770
|
constructor(httpClient, basePath, configuration) {
|
|
2897
2771
|
this.httpClient = httpClient;
|
|
2898
|
-
this.basePath = 'https://
|
|
2772
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2899
2773
|
this.defaultHeaders = new HttpHeaders();
|
|
2900
2774
|
this.configuration = new Configuration();
|
|
2901
2775
|
if (basePath) {
|
|
@@ -3122,7 +2996,7 @@ ClickDestinationControllerService.ctorParameters = () => [
|
|
|
3122
2996
|
class CreativeControllerService {
|
|
3123
2997
|
constructor(httpClient, basePath, configuration) {
|
|
3124
2998
|
this.httpClient = httpClient;
|
|
3125
|
-
this.basePath = 'https://
|
|
2999
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3126
3000
|
this.defaultHeaders = new HttpHeaders();
|
|
3127
3001
|
this.configuration = new Configuration();
|
|
3128
3002
|
if (basePath) {
|
|
@@ -3598,7 +3472,7 @@ CreativeControllerService.ctorParameters = () => [
|
|
|
3598
3472
|
class CreativeSetsControllerService {
|
|
3599
3473
|
constructor(httpClient, basePath, configuration) {
|
|
3600
3474
|
this.httpClient = httpClient;
|
|
3601
|
-
this.basePath = 'https://
|
|
3475
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3602
3476
|
this.defaultHeaders = new HttpHeaders();
|
|
3603
3477
|
this.configuration = new Configuration();
|
|
3604
3478
|
if (basePath) {
|
|
@@ -3829,6 +3703,84 @@ class CreativeSetsControllerService {
|
|
|
3829
3703
|
reportProgress: reportProgress
|
|
3830
3704
|
});
|
|
3831
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
|
+
}
|
|
3832
3784
|
getCreativeSetsPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3833
3785
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3834
3786
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
|
|
@@ -4092,7 +4044,7 @@ CreativeSetsControllerService.ctorParameters = () => [
|
|
|
4092
4044
|
class CreativeTemplateThemesControllerService {
|
|
4093
4045
|
constructor(httpClient, basePath, configuration) {
|
|
4094
4046
|
this.httpClient = httpClient;
|
|
4095
|
-
this.basePath = 'https://
|
|
4047
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4096
4048
|
this.defaultHeaders = new HttpHeaders();
|
|
4097
4049
|
this.configuration = new Configuration();
|
|
4098
4050
|
if (basePath) {
|
|
@@ -4272,7 +4224,7 @@ CreativeTemplateThemesControllerService.ctorParameters = () => [
|
|
|
4272
4224
|
class CreativeTemplateVariablesControllerService {
|
|
4273
4225
|
constructor(httpClient, basePath, configuration) {
|
|
4274
4226
|
this.httpClient = httpClient;
|
|
4275
|
-
this.basePath = 'https://
|
|
4227
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4276
4228
|
this.defaultHeaders = new HttpHeaders();
|
|
4277
4229
|
this.configuration = new Configuration();
|
|
4278
4230
|
if (basePath) {
|
|
@@ -4345,7 +4297,7 @@ CreativeTemplateVariablesControllerService.ctorParameters = () => [
|
|
|
4345
4297
|
class CreativeTemplatesControllerService {
|
|
4346
4298
|
constructor(httpClient, basePath, configuration) {
|
|
4347
4299
|
this.httpClient = httpClient;
|
|
4348
|
-
this.basePath = 'https://
|
|
4300
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4349
4301
|
this.defaultHeaders = new HttpHeaders();
|
|
4350
4302
|
this.configuration = new Configuration();
|
|
4351
4303
|
if (basePath) {
|
|
@@ -4505,7 +4457,7 @@ CreativeTemplatesControllerService.ctorParameters = () => [
|
|
|
4505
4457
|
class CustomerReportingControllerService {
|
|
4506
4458
|
constructor(httpClient, basePath, configuration) {
|
|
4507
4459
|
this.httpClient = httpClient;
|
|
4508
|
-
this.basePath = 'https://
|
|
4460
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4509
4461
|
this.defaultHeaders = new HttpHeaders();
|
|
4510
4462
|
this.configuration = new Configuration();
|
|
4511
4463
|
if (basePath) {
|
|
@@ -4587,7 +4539,7 @@ CustomerReportingControllerService.ctorParameters = () => [
|
|
|
4587
4539
|
class DashboardControllerService {
|
|
4588
4540
|
constructor(httpClient, basePath, configuration) {
|
|
4589
4541
|
this.httpClient = httpClient;
|
|
4590
|
-
this.basePath = 'https://
|
|
4542
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4591
4543
|
this.defaultHeaders = new HttpHeaders();
|
|
4592
4544
|
this.configuration = new Configuration();
|
|
4593
4545
|
if (basePath) {
|
|
@@ -5201,7 +5153,7 @@ DashboardControllerService.ctorParameters = () => [
|
|
|
5201
5153
|
class NotificationsControllerService {
|
|
5202
5154
|
constructor(httpClient, basePath, configuration) {
|
|
5203
5155
|
this.httpClient = httpClient;
|
|
5204
|
-
this.basePath = 'https://
|
|
5156
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5205
5157
|
this.defaultHeaders = new HttpHeaders();
|
|
5206
5158
|
this.configuration = new Configuration();
|
|
5207
5159
|
if (basePath) {
|
|
@@ -5409,7 +5361,7 @@ NotificationsControllerService.ctorParameters = () => [
|
|
|
5409
5361
|
class PixelControllerService {
|
|
5410
5362
|
constructor(httpClient, basePath, configuration) {
|
|
5411
5363
|
this.httpClient = httpClient;
|
|
5412
|
-
this.basePath = 'https://
|
|
5364
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5413
5365
|
this.defaultHeaders = new HttpHeaders();
|
|
5414
5366
|
this.configuration = new Configuration();
|
|
5415
5367
|
if (basePath) {
|
|
@@ -5711,7 +5663,7 @@ PixelControllerService.ctorParameters = () => [
|
|
|
5711
5663
|
class ReportingControllerService {
|
|
5712
5664
|
constructor(httpClient, basePath, configuration) {
|
|
5713
5665
|
this.httpClient = httpClient;
|
|
5714
|
-
this.basePath = 'https://
|
|
5666
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5715
5667
|
this.defaultHeaders = new HttpHeaders();
|
|
5716
5668
|
this.configuration = new Configuration();
|
|
5717
5669
|
if (basePath) {
|
|
@@ -5876,7 +5828,7 @@ ReportingControllerService.ctorParameters = () => [
|
|
|
5876
5828
|
class SliceXControllerService {
|
|
5877
5829
|
constructor(httpClient, basePath, configuration) {
|
|
5878
5830
|
this.httpClient = httpClient;
|
|
5879
|
-
this.basePath = 'https://
|
|
5831
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5880
5832
|
this.defaultHeaders = new HttpHeaders();
|
|
5881
5833
|
this.configuration = new Configuration();
|
|
5882
5834
|
if (basePath) {
|
|
@@ -6121,7 +6073,7 @@ SliceXControllerService.ctorParameters = () => [
|
|
|
6121
6073
|
class StrategyControllerService {
|
|
6122
6074
|
constructor(httpClient, basePath, configuration) {
|
|
6123
6075
|
this.httpClient = httpClient;
|
|
6124
|
-
this.basePath = 'https://
|
|
6076
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6125
6077
|
this.defaultHeaders = new HttpHeaders();
|
|
6126
6078
|
this.configuration = new Configuration();
|
|
6127
6079
|
if (basePath) {
|
|
@@ -6908,7 +6860,7 @@ StrategyControllerService.ctorParameters = () => [
|
|
|
6908
6860
|
class StrategyTemplateControllerService {
|
|
6909
6861
|
constructor(httpClient, basePath, configuration) {
|
|
6910
6862
|
this.httpClient = httpClient;
|
|
6911
|
-
this.basePath = 'https://
|
|
6863
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6912
6864
|
this.defaultHeaders = new HttpHeaders();
|
|
6913
6865
|
this.configuration = new Configuration();
|
|
6914
6866
|
if (basePath) {
|
|
@@ -7025,7 +6977,7 @@ StrategyTemplateControllerService.ctorParameters = () => [
|
|
|
7025
6977
|
class UILoggerControllerService {
|
|
7026
6978
|
constructor(httpClient, basePath, configuration) {
|
|
7027
6979
|
this.httpClient = httpClient;
|
|
7028
|
-
this.basePath = 'https://
|
|
6980
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
7029
6981
|
this.defaultHeaders = new HttpHeaders();
|
|
7030
6982
|
this.configuration = new Configuration();
|
|
7031
6983
|
if (basePath) {
|
|
@@ -7112,7 +7064,7 @@ UILoggerControllerService.ctorParameters = () => [
|
|
|
7112
7064
|
class UserPreferenceControllerService {
|
|
7113
7065
|
constructor(httpClient, basePath, configuration) {
|
|
7114
7066
|
this.httpClient = httpClient;
|
|
7115
|
-
this.basePath = 'https://
|
|
7067
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
7116
7068
|
this.defaultHeaders = new HttpHeaders();
|
|
7117
7069
|
this.configuration = new Configuration();
|
|
7118
7070
|
if (basePath) {
|
|
@@ -7267,7 +7219,7 @@ UserPreferenceControllerService.ctorParameters = () => [
|
|
|
7267
7219
|
{ type: Configuration, decorators: [{ type: Optional }] }
|
|
7268
7220
|
];
|
|
7269
7221
|
|
|
7270
|
-
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService,
|
|
7222
|
+
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, CustomerReportingControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, StrategyTemplateControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
7271
7223
|
|
|
7272
7224
|
var ActivityLogsCreativeSetsBulkUpdateDTO;
|
|
7273
7225
|
(function (ActivityLogsCreativeSetsBulkUpdateDTO) {
|
|
@@ -7731,18 +7683,6 @@ var BaseModelWithCreativeSetType;
|
|
|
7731
7683
|
* Do not edit the class manually.
|
|
7732
7684
|
*/
|
|
7733
7685
|
|
|
7734
|
-
/**
|
|
7735
|
-
* Api Documentation
|
|
7736
|
-
* Api Documentation
|
|
7737
|
-
*
|
|
7738
|
-
* OpenAPI spec version: 1.0
|
|
7739
|
-
*
|
|
7740
|
-
*
|
|
7741
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7742
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
7743
|
-
* Do not edit the class manually.
|
|
7744
|
-
*/
|
|
7745
|
-
|
|
7746
7686
|
var ClickDestination;
|
|
7747
7687
|
(function (ClickDestination) {
|
|
7748
7688
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -7950,6 +7890,14 @@ var CreativeHtmlFileForSet;
|
|
|
7950
7890
|
* Do not edit the class manually.
|
|
7951
7891
|
*/
|
|
7952
7892
|
|
|
7893
|
+
var CreativePerformanceList;
|
|
7894
|
+
(function (CreativePerformanceList) {
|
|
7895
|
+
CreativePerformanceList.StatusEnum = {
|
|
7896
|
+
Active: 'active',
|
|
7897
|
+
Inactive: 'inactive'
|
|
7898
|
+
};
|
|
7899
|
+
})(CreativePerformanceList || (CreativePerformanceList = {}));
|
|
7900
|
+
|
|
7953
7901
|
var CreativeSetDashboardMetric;
|
|
7954
7902
|
(function (CreativeSetDashboardMetric) {
|
|
7955
7903
|
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
@@ -7988,6 +7936,29 @@ var CreativeSetDetails;
|
|
|
7988
7936
|
};
|
|
7989
7937
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
7990
7938
|
|
|
7939
|
+
var CreativeSetPerformanceList;
|
|
7940
|
+
(function (CreativeSetPerformanceList) {
|
|
7941
|
+
CreativeSetPerformanceList.StatusEnum = {
|
|
7942
|
+
Active: 'active',
|
|
7943
|
+
Inactive: 'inactive'
|
|
7944
|
+
};
|
|
7945
|
+
CreativeSetPerformanceList.TypeEnum = {
|
|
7946
|
+
IMAGE: 'IMAGE',
|
|
7947
|
+
VIDEO: 'VIDEO',
|
|
7948
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
7949
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
7950
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
7951
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
7952
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
7953
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
7954
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7955
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO',
|
|
7956
|
+
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
7957
|
+
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
|
|
7958
|
+
THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
|
|
7959
|
+
};
|
|
7960
|
+
})(CreativeSetPerformanceList || (CreativeSetPerformanceList = {}));
|
|
7961
|
+
|
|
7991
7962
|
var CreativeSetRequest;
|
|
7992
7963
|
(function (CreativeSetRequest) {
|
|
7993
7964
|
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
@@ -9251,7 +9222,6 @@ ApiModule.decorators = [
|
|
|
9251
9222
|
AppSettingsControllerService,
|
|
9252
9223
|
AudienceControllerService,
|
|
9253
9224
|
AuditControllerService,
|
|
9254
|
-
BidFunnelControllerService,
|
|
9255
9225
|
BulkStrategyControllerService,
|
|
9256
9226
|
CSSThemeController_Service,
|
|
9257
9227
|
CampaignControllerService,
|
|
@@ -9284,5 +9254,5 @@ ApiModule.ctorParameters = () => [
|
|
|
9284
9254
|
* Generated bundle index. Do not edit.
|
|
9285
9255
|
*/
|
|
9286
9256
|
|
|
9287
|
-
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceBackfillQueryTemplateRequest, AudienceBackfillRequest, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType,
|
|
9257
|
+
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 };
|
|
9288
9258
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|