@revxui/api-clients-ts 0.10.217 → 0.10.220
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/auditController.service.d.ts +6 -6
- package/api/dashboardController.service.d.ts +22 -9
- package/bundles/revxui-api-clients-ts.umd.js +64 -30
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.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 -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/dashboardController.service.js +41 -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/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -8
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +43 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/strategyDTO.js +1 -8
- package/fesm2015/revxui-api-clients-ts.js +62 -30
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +64 -30
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/dashboardData.d.ts +2 -0
- package/model/strategyDTO.d.ts +0 -9
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.220
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @revxui/api-clients-ts@0.10.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.220 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -38,9 +38,9 @@ export declare class AuditControllerService {
|
|
|
38
38
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
39
39
|
* @param reportProgress flag to report request and response progress.
|
|
40
40
|
*/
|
|
41
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditDetails>;
|
|
42
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditDetails>>;
|
|
43
|
-
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditDetails>>;
|
|
41
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditDetails>;
|
|
42
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditDetails>>;
|
|
43
|
+
getAuditDetailsUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditDetails>>;
|
|
44
44
|
/**
|
|
45
45
|
* get Audit Log for campaign and strategy
|
|
46
46
|
*
|
|
@@ -53,9 +53,9 @@ export declare class AuditControllerService {
|
|
|
53
53
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
54
54
|
* @param reportProgress flag to report request and response progress.
|
|
55
55
|
*/
|
|
56
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditMarker>;
|
|
57
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditMarker>>;
|
|
58
|
-
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditMarker>>;
|
|
56
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAuditMarker>;
|
|
57
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAuditMarker>>;
|
|
58
|
+
getAuditLogUsingGET(endTime: number, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', id: number, startTime: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAuditMarker>>;
|
|
59
59
|
/**
|
|
60
60
|
* get user activity log
|
|
61
61
|
*
|
|
@@ -62,6 +62,19 @@ export declare class DashboardControllerService {
|
|
|
62
62
|
getByIdUsingGET4(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectBaseModel>;
|
|
63
63
|
getByIdUsingGET4(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectBaseModel>>;
|
|
64
64
|
getByIdUsingGET4(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectBaseModel>>;
|
|
65
|
+
/**
|
|
66
|
+
* DashBoard API for Catgeory Performance
|
|
67
|
+
*
|
|
68
|
+
* @param dashboardRequest dashboardRequest
|
|
69
|
+
* @param refresh refresh
|
|
70
|
+
* @param reqId request id
|
|
71
|
+
* @param token Auth Token
|
|
72
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
73
|
+
* @param reportProgress flag to report request and response progress.
|
|
74
|
+
*/
|
|
75
|
+
getCategoryPerformanceListUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
76
|
+
getCategoryPerformanceListUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
77
|
+
getCategoryPerformanceListUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
65
78
|
/**
|
|
66
79
|
* DashBoard Api For download TimeLine CSV BY Stream.
|
|
67
80
|
*
|
|
@@ -110,9 +123,9 @@ export declare class DashboardControllerService {
|
|
|
110
123
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
111
124
|
* @param reportProgress flag to report request and response progress.
|
|
112
125
|
*/
|
|
113
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
114
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
115
|
-
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
126
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
127
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
128
|
+
getDashboardDataListCsvStreamUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
116
129
|
/**
|
|
117
130
|
* DashBoard Api For Download List CSV.
|
|
118
131
|
*
|
|
@@ -123,9 +136,9 @@ export declare class DashboardControllerService {
|
|
|
123
136
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
124
137
|
* @param reportProgress flag to report request and response progress.
|
|
125
138
|
*/
|
|
126
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectFileDownloadResponse>;
|
|
127
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectFileDownloadResponse>>;
|
|
128
|
-
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectFileDownloadResponse>>;
|
|
139
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectFileDownloadResponse>;
|
|
140
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectFileDownloadResponse>>;
|
|
141
|
+
getDashboardDataListCsvUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectFileDownloadResponse>>;
|
|
129
142
|
/**
|
|
130
143
|
* DashBoard Api For DashBoard.
|
|
131
144
|
*
|
|
@@ -138,9 +151,9 @@ export declare class DashboardControllerService {
|
|
|
138
151
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
139
152
|
* @param reportProgress flag to report request and response progress.
|
|
140
153
|
*/
|
|
141
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
142
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
143
|
-
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
154
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
|
|
155
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
|
|
156
|
+
getDashboardDataListUsingPOST(dashboardRequest: DashboardRequest, entity: 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'HOMEPAGE' | 'PRODUCT_CATALOG' | 'CATEGORY_PERFORMANCE', showuu: boolean, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
|
|
144
157
|
/**
|
|
145
158
|
* getDetailById
|
|
146
159
|
*
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
var AuditControllerService = /** @class */ (function () {
|
|
1794
1794
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1795
1795
|
this.httpClient = httpClient;
|
|
1796
|
-
this.basePath = 'https://
|
|
1796
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1797
1797
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1798
1798
|
this.configuration = new Configuration();
|
|
1799
1799
|
if (basePath) {
|
|
@@ -1992,7 +1992,7 @@
|
|
|
1992
1992
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1993
1993
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1994
1994
|
this.httpClient = httpClient;
|
|
1995
|
-
this.basePath = 'https://
|
|
1995
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
1996
1996
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1997
1997
|
this.configuration = new Configuration();
|
|
1998
1998
|
if (basePath) {
|
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2236
2236
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2237
2237
|
this.httpClient = httpClient;
|
|
2238
|
-
this.basePath = 'https://
|
|
2238
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2239
2239
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2240
2240
|
this.configuration = new Configuration();
|
|
2241
2241
|
if (basePath) {
|
|
@@ -2356,7 +2356,7 @@
|
|
|
2356
2356
|
var CampaignControllerService = /** @class */ (function () {
|
|
2357
2357
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2358
2358
|
this.httpClient = httpClient;
|
|
2359
|
-
this.basePath = 'https://
|
|
2359
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2360
2360
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2361
2361
|
this.configuration = new Configuration();
|
|
2362
2362
|
if (basePath) {
|
|
@@ -2642,7 +2642,7 @@
|
|
|
2642
2642
|
var CatalogControllerService = /** @class */ (function () {
|
|
2643
2643
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2644
2644
|
this.httpClient = httpClient;
|
|
2645
|
-
this.basePath = 'https://
|
|
2645
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2646
2646
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2647
2647
|
this.configuration = new Configuration();
|
|
2648
2648
|
if (basePath) {
|
|
@@ -2865,7 +2865,7 @@
|
|
|
2865
2865
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2866
2866
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2867
2867
|
this.httpClient = httpClient;
|
|
2868
|
-
this.basePath = 'https://
|
|
2868
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
2869
2869
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2870
2870
|
this.configuration = new Configuration();
|
|
2871
2871
|
if (basePath) {
|
|
@@ -3115,7 +3115,7 @@
|
|
|
3115
3115
|
var CreativeControllerService = /** @class */ (function () {
|
|
3116
3116
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3117
3117
|
this.httpClient = httpClient;
|
|
3118
|
-
this.basePath = 'https://
|
|
3118
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3119
3119
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3120
3120
|
this.configuration = new Configuration();
|
|
3121
3121
|
if (basePath) {
|
|
@@ -3592,7 +3592,7 @@
|
|
|
3592
3592
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3593
3593
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3594
3594
|
this.httpClient = httpClient;
|
|
3595
|
-
this.basePath = 'https://
|
|
3595
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3596
3596
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3597
3597
|
this.configuration = new Configuration();
|
|
3598
3598
|
if (basePath) {
|
|
@@ -3927,7 +3927,7 @@
|
|
|
3927
3927
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3928
3928
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3929
3929
|
this.httpClient = httpClient;
|
|
3930
|
-
this.basePath = 'https://
|
|
3930
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
3931
3931
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3932
3932
|
this.configuration = new Configuration();
|
|
3933
3933
|
if (basePath) {
|
|
@@ -4128,7 +4128,7 @@
|
|
|
4128
4128
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4129
4129
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4130
4130
|
this.httpClient = httpClient;
|
|
4131
|
-
this.basePath = 'https://
|
|
4131
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4132
4132
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4133
4133
|
this.configuration = new Configuration();
|
|
4134
4134
|
if (basePath) {
|
|
@@ -4216,7 +4216,7 @@
|
|
|
4216
4216
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4217
4217
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4218
4218
|
this.httpClient = httpClient;
|
|
4219
|
-
this.basePath = 'https://
|
|
4219
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4220
4220
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4221
4221
|
this.configuration = new Configuration();
|
|
4222
4222
|
if (basePath) {
|
|
@@ -4395,7 +4395,7 @@
|
|
|
4395
4395
|
var DashboardControllerService = /** @class */ (function () {
|
|
4396
4396
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4397
4397
|
this.httpClient = httpClient;
|
|
4398
|
-
this.basePath = 'https://
|
|
4398
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
4399
4399
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4400
4400
|
this.configuration = new Configuration();
|
|
4401
4401
|
if (basePath) {
|
|
@@ -4505,6 +4505,47 @@
|
|
|
4505
4505
|
reportProgress: reportProgress
|
|
4506
4506
|
});
|
|
4507
4507
|
};
|
|
4508
|
+
DashboardControllerService.prototype.getCategoryPerformanceListUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
4509
|
+
if (observe === void 0) { observe = 'body'; }
|
|
4510
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
4511
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
4512
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCategoryPerformanceListUsingPOST.');
|
|
4513
|
+
}
|
|
4514
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4515
|
+
if (refresh !== undefined && refresh !== null) {
|
|
4516
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
4517
|
+
}
|
|
4518
|
+
var headers = this.defaultHeaders;
|
|
4519
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4520
|
+
headers = headers.set('reqId', String(reqId));
|
|
4521
|
+
}
|
|
4522
|
+
if (token !== undefined && token !== null) {
|
|
4523
|
+
headers = headers.set('token', String(token));
|
|
4524
|
+
}
|
|
4525
|
+
// to determine the Accept header
|
|
4526
|
+
var httpHeaderAccepts = [
|
|
4527
|
+
'application/json'
|
|
4528
|
+
];
|
|
4529
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4530
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4531
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4532
|
+
}
|
|
4533
|
+
// to determine the Content-Type header
|
|
4534
|
+
var consumes = [
|
|
4535
|
+
'application/json'
|
|
4536
|
+
];
|
|
4537
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
4538
|
+
if (httpContentTypeSelected != undefined) {
|
|
4539
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
4540
|
+
}
|
|
4541
|
+
return this.httpClient.post(this.basePath + "/v2/api/categoryperformance", dashboardRequest, {
|
|
4542
|
+
params: queryParameters,
|
|
4543
|
+
withCredentials: this.configuration.withCredentials,
|
|
4544
|
+
headers: headers,
|
|
4545
|
+
observe: observe,
|
|
4546
|
+
reportProgress: reportProgress
|
|
4547
|
+
});
|
|
4548
|
+
};
|
|
4508
4549
|
DashboardControllerService.prototype.getDashboardDataChartCsvStreamUsingPOST = function (dashboardRequest, reqId, token, observe, reportProgress) {
|
|
4509
4550
|
if (observe === void 0) { observe = 'body'; }
|
|
4510
4551
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -5052,7 +5093,7 @@
|
|
|
5052
5093
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5053
5094
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5054
5095
|
this.httpClient = httpClient;
|
|
5055
|
-
this.basePath = 'https://
|
|
5096
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5056
5097
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5057
5098
|
this.configuration = new Configuration();
|
|
5058
5099
|
if (basePath) {
|
|
@@ -5251,7 +5292,7 @@
|
|
|
5251
5292
|
var PixelControllerService = /** @class */ (function () {
|
|
5252
5293
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5253
5294
|
this.httpClient = httpClient;
|
|
5254
|
-
this.basePath = 'https://
|
|
5295
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5255
5296
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5256
5297
|
this.configuration = new Configuration();
|
|
5257
5298
|
if (basePath) {
|
|
@@ -5580,7 +5621,7 @@
|
|
|
5580
5621
|
var ReportingControllerService = /** @class */ (function () {
|
|
5581
5622
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5582
5623
|
this.httpClient = httpClient;
|
|
5583
|
-
this.basePath = 'https://
|
|
5624
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5584
5625
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5585
5626
|
this.configuration = new Configuration();
|
|
5586
5627
|
if (basePath) {
|
|
@@ -5764,7 +5805,7 @@
|
|
|
5764
5805
|
var SliceXControllerService = /** @class */ (function () {
|
|
5765
5806
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5766
5807
|
this.httpClient = httpClient;
|
|
5767
|
-
this.basePath = 'https://
|
|
5808
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5768
5809
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5769
5810
|
this.configuration = new Configuration();
|
|
5770
5811
|
if (basePath) {
|
|
@@ -5949,7 +5990,7 @@
|
|
|
5949
5990
|
var StrategyControllerService = /** @class */ (function () {
|
|
5950
5991
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5951
5992
|
this.httpClient = httpClient;
|
|
5952
|
-
this.basePath = 'https://
|
|
5993
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
5953
5994
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5954
5995
|
this.configuration = new Configuration();
|
|
5955
5996
|
if (basePath) {
|
|
@@ -6610,7 +6651,7 @@
|
|
|
6610
6651
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6611
6652
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6612
6653
|
this.httpClient = httpClient;
|
|
6613
|
-
this.basePath = 'https://
|
|
6654
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6614
6655
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6615
6656
|
this.configuration = new Configuration();
|
|
6616
6657
|
if (basePath) {
|
|
@@ -6712,7 +6753,7 @@
|
|
|
6712
6753
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6713
6754
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6714
6755
|
this.httpClient = httpClient;
|
|
6715
|
-
this.basePath = 'https://
|
|
6756
|
+
this.basePath = 'https://apiv2beta.atomex.net';
|
|
6716
6757
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6717
6758
|
this.configuration = new Configuration();
|
|
6718
6759
|
if (basePath) {
|
|
@@ -7550,13 +7591,6 @@
|
|
|
7550
7591
|
CELLULARNETWORK4G: 'CELLULAR_NETWORK_4G',
|
|
7551
7592
|
CELLULARNETWORK5G: 'CELLULAR_NETWORK_5G'
|
|
7552
7593
|
};
|
|
7553
|
-
StrategyDTO.ProductSelectionPolicyEnum = {
|
|
7554
|
-
DEFAULT: 'PS_DEFAULT',
|
|
7555
|
-
ADVPRTS: 'PS_ADV_PR_TS',
|
|
7556
|
-
ADVCATPRTS: 'PS_ADV_CAT_PR_TS',
|
|
7557
|
-
DAYWEIGHTEDRANDOM: 'PS_DAY_WEIGHTED_RANDOM',
|
|
7558
|
-
ADVPRCONTENTTS: 'PS_ADV_PR_CONTENT_TS'
|
|
7559
|
-
};
|
|
7560
7594
|
})(exports.StrategyDTO || (exports.StrategyDTO = {}));
|
|
7561
7595
|
|
|
7562
7596
|
/**
|