@revxui/api-clients-ts 0.10.167 → 0.10.171
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/audienceController.service.d.ts +44 -0
- package/api/creativeSetsController.service.d.ts +4 -4
- package/bundles/revxui-api-clients-ts.umd.js +199 -32
- 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/appsFlyerAudienceController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +124 -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 +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/apiListResponseCreativeSetsListDashboardData.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
- package/esm2015/model/audienceBackFilledStats.js +12 -0
- package/esm2015/model/audienceDTO.js +13 -1
- package/esm2015/model/audienceESDTO.js +16 -1
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetsListDashboardData.js +16 -0
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/dashboardMetrics.js +1 -1
- package/esm2015/model/models.js +3 -2
- package/esm2015/model/ruleComponentDTO.js +1 -1
- package/esm2015/model/slicexData.js +1 -1
- package/esm2015/model/slicexGridData.js +1 -1
- 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/appsFlyerAudienceController.service.js +2 -2
- package/esm5/api/audienceController.service.js +130 -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 +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/apiListResponseCreativeSetsListDashboardData.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +1 -0
- package/esm5/model/audienceBackFilledStats.js +12 -0
- package/esm5/model/audienceDTO.js +13 -1
- package/esm5/model/audienceESDTO.js +16 -1
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetsListDashboardData.js +16 -0
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/dashboardMetrics.js +1 -1
- package/esm5/model/models.js +3 -2
- package/esm5/model/ruleComponentDTO.js +1 -1
- package/esm5/model/slicexData.js +1 -1
- package/esm5/model/slicexGridData.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +197 -36
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +203 -36
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/{apiListResponseCreativeSetDashboardMetric.d.ts → apiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts → apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts} +3 -3
- package/model/audienceBackFilledStats.d.ts +21 -0
- package/model/audienceDTO.d.ts +19 -0
- package/model/audienceESDTO.d.ts +18 -0
- package/model/creativePerformanceData.d.ts +0 -3
- package/model/creativeSetDetails.d.ts +10 -10
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/{creativeSetDashboardMetric.d.ts → creativeSetsListDashboardData.d.ts} +5 -3
- package/model/dashboardData.d.ts +2 -0
- package/model/dashboardMetrics.d.ts +2 -0
- package/model/models.d.ts +4 -3
- package/model/ruleComponentDTO.d.ts +1 -0
- package/model/slicexData.d.ts +2 -0
- package/model/slicexGridData.d.ts +2 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm2015/model/creativeSetDashboardMetric.js +0 -16
- package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +0 -1
- package/esm5/model/creativeSetDashboardMetric.js +0 -16
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.171
|
|
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.171 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -15,11 +15,14 @@ import { ApiResponseObjectApiListResponseListAudienceESDTO } from '../model/apiR
|
|
|
15
15
|
import { ApiResponseObjectAudienceAccessDTO } from '../model/apiResponseObjectAudienceAccessDTO';
|
|
16
16
|
import { ApiResponseObjectAudienceDTO } from '../model/apiResponseObjectAudienceDTO';
|
|
17
17
|
import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
|
|
18
|
+
import { ApiResponseObjectChartDashboardResponse } from '../model/apiResponseObjectChartDashboardResponse';
|
|
18
19
|
import { ApiResponseObjectDmpAudienceDTO } from '../model/apiResponseObjectDmpAudienceDTO';
|
|
19
20
|
import { ApiResponseObjectListAudienceDTO } from '../model/apiResponseObjectListAudienceDTO';
|
|
20
21
|
import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
|
|
22
|
+
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
21
23
|
import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
|
|
22
24
|
import { AudienceDTO } from '../model/audienceDTO';
|
|
25
|
+
import { DashboardRequest } from '../model/dashboardRequest';
|
|
23
26
|
import { PixelRemoteConfigDTO } from '../model/pixelRemoteConfigDTO';
|
|
24
27
|
import { PlatformAudienceDTO } from '../model/platformAudienceDTO';
|
|
25
28
|
import { SearchRequest } from '../model/searchRequest';
|
|
@@ -47,6 +50,31 @@ export declare class AudienceControllerService {
|
|
|
47
50
|
activateAudienceUsingPOST(id: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMapintResponseMessage>;
|
|
48
51
|
activateAudienceUsingPOST(id: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMapintResponseMessage>>;
|
|
49
52
|
activateAudienceUsingPOST(id: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMapintResponseMessage>>;
|
|
53
|
+
/**
|
|
54
|
+
* Api to activate a backfill rule
|
|
55
|
+
*
|
|
56
|
+
* @param id id
|
|
57
|
+
* @param queryID queryID
|
|
58
|
+
* @param reqId request id
|
|
59
|
+
* @param token Auth Token
|
|
60
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
61
|
+
* @param reportProgress flag to report request and response progress.
|
|
62
|
+
*/
|
|
63
|
+
activateBackfillRuleUsingGET(id: number, queryID: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
|
|
64
|
+
activateBackfillRuleUsingGET(id: number, queryID: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
|
|
65
|
+
activateBackfillRuleUsingGET(id: number, queryID: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
|
|
66
|
+
/**
|
|
67
|
+
* Api to add a backfile rule to the audience
|
|
68
|
+
*
|
|
69
|
+
* @param audience audience
|
|
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
|
+
addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
|
|
76
|
+
addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
|
|
77
|
+
addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
|
|
50
78
|
/**
|
|
51
79
|
* Create to checkConnection.
|
|
52
80
|
*
|
|
@@ -140,6 +168,22 @@ export declare class AudienceControllerService {
|
|
|
140
168
|
getByIdUsingGET1(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAudienceDTO>;
|
|
141
169
|
getByIdUsingGET1(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAudienceDTO>>;
|
|
142
170
|
getByIdUsingGET1(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAudienceDTO>>;
|
|
171
|
+
/**
|
|
172
|
+
* Api to get chart data for audience
|
|
173
|
+
*
|
|
174
|
+
* @param audienceType audienceType
|
|
175
|
+
* @param dashboardRequest dashboardRequest
|
|
176
|
+
* @param id id
|
|
177
|
+
* @param metric metric
|
|
178
|
+
* @param refresh refresh
|
|
179
|
+
* @param reqId request id
|
|
180
|
+
* @param token Auth Token
|
|
181
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
182
|
+
* @param reportProgress flag to report request and response progress.
|
|
183
|
+
*/
|
|
184
|
+
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectChartDashboardResponse>;
|
|
185
|
+
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectChartDashboardResponse>>;
|
|
186
|
+
getChartDataUsingPOST(audienceType: 'WEB_BROWSING' | 'MOBILE_APP' | 'DMP' | 'CRM' | 'RULE_BASED' | 'RULE_BASED_BACKFILL' | 'CRM_EMAIL' | 'CRM_PHONE' | 'LOOKALIKE_AUDIENCE' | 'FACEBOOK_ID', dashboardRequest: DashboardRequest, id: number, metric: string, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectChartDashboardResponse>>;
|
|
143
187
|
/**
|
|
144
188
|
* Api to get Audience Meta Rule
|
|
145
189
|
*
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
14
|
import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
|
|
15
|
-
import {
|
|
15
|
+
import { ApiResponseObjectApiListResponseCreativeSetsListDashboardData } from '../model/apiResponseObjectApiListResponseCreativeSetsListDashboardData';
|
|
16
16
|
import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectCreativeSetDetails';
|
|
17
17
|
import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
|
|
18
18
|
import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
|
|
@@ -80,9 +80,9 @@ export declare class CreativeSetsControllerService {
|
|
|
80
80
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
81
81
|
* @param reportProgress flag to report request and response progress.
|
|
82
82
|
*/
|
|
83
|
-
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<
|
|
84
|
-
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<
|
|
85
|
-
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<
|
|
83
|
+
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCreativeSetsListDashboardData>;
|
|
84
|
+
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCreativeSetsListDashboardData>>;
|
|
85
|
+
getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCreativeSetsListDashboardData>>;
|
|
86
86
|
/**
|
|
87
87
|
* Api to get individual creative performance
|
|
88
88
|
*
|
|
@@ -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://localhost:10045';
|
|
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://localhost:10045';
|
|
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://localhost:10045';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://localhost:10045';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
var AudienceControllerService = /** @class */ (function () {
|
|
1311
1311
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1312
1312
|
this.httpClient = httpClient;
|
|
1313
|
-
this.basePath = 'https://
|
|
1313
|
+
this.basePath = 'https://localhost:10045';
|
|
1314
1314
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1315
1315
|
this.configuration = new Configuration();
|
|
1316
1316
|
if (basePath) {
|
|
@@ -1382,6 +1382,75 @@
|
|
|
1382
1382
|
reportProgress: reportProgress
|
|
1383
1383
|
});
|
|
1384
1384
|
};
|
|
1385
|
+
AudienceControllerService.prototype.activateBackfillRuleUsingGET = function (id, queryID, reqId, token, observe, reportProgress) {
|
|
1386
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1387
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1388
|
+
if (id === null || id === undefined) {
|
|
1389
|
+
throw new Error('Required parameter id was null or undefined when calling activateBackfillRuleUsingGET.');
|
|
1390
|
+
}
|
|
1391
|
+
if (queryID === null || queryID === undefined) {
|
|
1392
|
+
throw new Error('Required parameter queryID was null or undefined when calling activateBackfillRuleUsingGET.');
|
|
1393
|
+
}
|
|
1394
|
+
var headers = this.defaultHeaders;
|
|
1395
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1396
|
+
headers = headers.set('reqId', String(reqId));
|
|
1397
|
+
}
|
|
1398
|
+
if (token !== undefined && token !== null) {
|
|
1399
|
+
headers = headers.set('token', String(token));
|
|
1400
|
+
}
|
|
1401
|
+
// to determine the Accept header
|
|
1402
|
+
var httpHeaderAccepts = [
|
|
1403
|
+
'*/*'
|
|
1404
|
+
];
|
|
1405
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1406
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1407
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1408
|
+
}
|
|
1409
|
+
// to determine the Content-Type header
|
|
1410
|
+
var consumes = [];
|
|
1411
|
+
return this.httpClient.get(this.basePath + "/v2/api/audience/" + encodeURIComponent(String(id)) + "/" + encodeURIComponent(String(queryID)), {
|
|
1412
|
+
withCredentials: this.configuration.withCredentials,
|
|
1413
|
+
headers: headers,
|
|
1414
|
+
observe: observe,
|
|
1415
|
+
reportProgress: reportProgress
|
|
1416
|
+
});
|
|
1417
|
+
};
|
|
1418
|
+
AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
|
|
1419
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1420
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1421
|
+
if (audience === null || audience === undefined) {
|
|
1422
|
+
throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
|
|
1423
|
+
}
|
|
1424
|
+
var headers = this.defaultHeaders;
|
|
1425
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1426
|
+
headers = headers.set('reqId', String(reqId));
|
|
1427
|
+
}
|
|
1428
|
+
if (token !== undefined && token !== null) {
|
|
1429
|
+
headers = headers.set('token', String(token));
|
|
1430
|
+
}
|
|
1431
|
+
// to determine the Accept header
|
|
1432
|
+
var httpHeaderAccepts = [
|
|
1433
|
+
'application/json'
|
|
1434
|
+
];
|
|
1435
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1436
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1437
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1438
|
+
}
|
|
1439
|
+
// to determine the Content-Type header
|
|
1440
|
+
var consumes = [
|
|
1441
|
+
'application/json'
|
|
1442
|
+
];
|
|
1443
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1444
|
+
if (httpContentTypeSelected != undefined) {
|
|
1445
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1446
|
+
}
|
|
1447
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
|
|
1448
|
+
withCredentials: this.configuration.withCredentials,
|
|
1449
|
+
headers: headers,
|
|
1450
|
+
observe: observe,
|
|
1451
|
+
reportProgress: reportProgress
|
|
1452
|
+
});
|
|
1453
|
+
};
|
|
1385
1454
|
AudienceControllerService.prototype.checkConnectionUsingPOST = function (config, reqId, token, observe, reportProgress) {
|
|
1386
1455
|
if (observe === void 0) { observe = 'body'; }
|
|
1387
1456
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1650,6 +1719,65 @@
|
|
|
1650
1719
|
reportProgress: reportProgress
|
|
1651
1720
|
});
|
|
1652
1721
|
};
|
|
1722
|
+
AudienceControllerService.prototype.getChartDataUsingPOST = function (audienceType, dashboardRequest, id, metric, refresh, reqId, token, observe, reportProgress) {
|
|
1723
|
+
if (observe === void 0) { observe = 'body'; }
|
|
1724
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
1725
|
+
if (audienceType === null || audienceType === undefined) {
|
|
1726
|
+
throw new Error('Required parameter audienceType was null or undefined when calling getChartDataUsingPOST.');
|
|
1727
|
+
}
|
|
1728
|
+
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
1729
|
+
throw new Error('Required parameter dashboardRequest was null or undefined when calling getChartDataUsingPOST.');
|
|
1730
|
+
}
|
|
1731
|
+
if (id === null || id === undefined) {
|
|
1732
|
+
throw new Error('Required parameter id was null or undefined when calling getChartDataUsingPOST.');
|
|
1733
|
+
}
|
|
1734
|
+
if (metric === null || metric === undefined) {
|
|
1735
|
+
throw new Error('Required parameter metric was null or undefined when calling getChartDataUsingPOST.');
|
|
1736
|
+
}
|
|
1737
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1738
|
+
if (audienceType !== undefined && audienceType !== null) {
|
|
1739
|
+
queryParameters = queryParameters.set('audienceType', audienceType);
|
|
1740
|
+
}
|
|
1741
|
+
if (id !== undefined && id !== null) {
|
|
1742
|
+
queryParameters = queryParameters.set('id', id);
|
|
1743
|
+
}
|
|
1744
|
+
if (metric !== undefined && metric !== null) {
|
|
1745
|
+
queryParameters = queryParameters.set('metric', metric);
|
|
1746
|
+
}
|
|
1747
|
+
if (refresh !== undefined && refresh !== null) {
|
|
1748
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
1749
|
+
}
|
|
1750
|
+
var headers = this.defaultHeaders;
|
|
1751
|
+
if (reqId !== undefined && reqId !== null) {
|
|
1752
|
+
headers = headers.set('reqId', String(reqId));
|
|
1753
|
+
}
|
|
1754
|
+
if (token !== undefined && token !== null) {
|
|
1755
|
+
headers = headers.set('token', String(token));
|
|
1756
|
+
}
|
|
1757
|
+
// to determine the Accept header
|
|
1758
|
+
var httpHeaderAccepts = [
|
|
1759
|
+
'application/json'
|
|
1760
|
+
];
|
|
1761
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1762
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
1763
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1764
|
+
}
|
|
1765
|
+
// to determine the Content-Type header
|
|
1766
|
+
var consumes = [
|
|
1767
|
+
'application/json'
|
|
1768
|
+
];
|
|
1769
|
+
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1770
|
+
if (httpContentTypeSelected != undefined) {
|
|
1771
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1772
|
+
}
|
|
1773
|
+
return this.httpClient.post(this.basePath + "/v2/api/audience/chart", dashboardRequest, {
|
|
1774
|
+
params: queryParameters,
|
|
1775
|
+
withCredentials: this.configuration.withCredentials,
|
|
1776
|
+
headers: headers,
|
|
1777
|
+
observe: observe,
|
|
1778
|
+
reportProgress: reportProgress
|
|
1779
|
+
});
|
|
1780
|
+
};
|
|
1653
1781
|
AudienceControllerService.prototype.getMetaRulesUsingGET = function (reqId, token, observe, reportProgress) {
|
|
1654
1782
|
if (observe === void 0) { observe = 'body'; }
|
|
1655
1783
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -1843,7 +1971,7 @@
|
|
|
1843
1971
|
var AuditControllerService = /** @class */ (function () {
|
|
1844
1972
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1845
1973
|
this.httpClient = httpClient;
|
|
1846
|
-
this.basePath = 'https://
|
|
1974
|
+
this.basePath = 'https://localhost:10045';
|
|
1847
1975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1848
1976
|
this.configuration = new Configuration();
|
|
1849
1977
|
if (basePath) {
|
|
@@ -2042,7 +2170,7 @@
|
|
|
2042
2170
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2043
2171
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2044
2172
|
this.httpClient = httpClient;
|
|
2045
|
-
this.basePath = 'https://
|
|
2173
|
+
this.basePath = 'https://localhost:10045';
|
|
2046
2174
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2047
2175
|
this.configuration = new Configuration();
|
|
2048
2176
|
if (basePath) {
|
|
@@ -2285,7 +2413,7 @@
|
|
|
2285
2413
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2286
2414
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2287
2415
|
this.httpClient = httpClient;
|
|
2288
|
-
this.basePath = 'https://
|
|
2416
|
+
this.basePath = 'https://localhost:10045';
|
|
2289
2417
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2290
2418
|
this.configuration = new Configuration();
|
|
2291
2419
|
if (basePath) {
|
|
@@ -2406,7 +2534,7 @@
|
|
|
2406
2534
|
var CampaignControllerService = /** @class */ (function () {
|
|
2407
2535
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2408
2536
|
this.httpClient = httpClient;
|
|
2409
|
-
this.basePath = 'https://
|
|
2537
|
+
this.basePath = 'https://localhost:10045';
|
|
2410
2538
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2411
2539
|
this.configuration = new Configuration();
|
|
2412
2540
|
if (basePath) {
|
|
@@ -2701,7 +2829,7 @@
|
|
|
2701
2829
|
var CatalogControllerService = /** @class */ (function () {
|
|
2702
2830
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2703
2831
|
this.httpClient = httpClient;
|
|
2704
|
-
this.basePath = 'https://
|
|
2832
|
+
this.basePath = 'https://localhost:10045';
|
|
2705
2833
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2706
2834
|
this.configuration = new Configuration();
|
|
2707
2835
|
if (basePath) {
|
|
@@ -2951,7 +3079,7 @@
|
|
|
2951
3079
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2952
3080
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2953
3081
|
this.httpClient = httpClient;
|
|
2954
|
-
this.basePath = 'https://
|
|
3082
|
+
this.basePath = 'https://localhost:10045';
|
|
2955
3083
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2956
3084
|
this.configuration = new Configuration();
|
|
2957
3085
|
if (basePath) {
|
|
@@ -3210,7 +3338,7 @@
|
|
|
3210
3338
|
var CreativeControllerService = /** @class */ (function () {
|
|
3211
3339
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3212
3340
|
this.httpClient = httpClient;
|
|
3213
|
-
this.basePath = 'https://
|
|
3341
|
+
this.basePath = 'https://localhost:10045';
|
|
3214
3342
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3215
3343
|
this.configuration = new Configuration();
|
|
3216
3344
|
if (basePath) {
|
|
@@ -3705,7 +3833,7 @@
|
|
|
3705
3833
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3706
3834
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3707
3835
|
this.httpClient = httpClient;
|
|
3708
|
-
this.basePath = 'https://
|
|
3836
|
+
this.basePath = 'https://localhost:10045';
|
|
3709
3837
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3710
3838
|
this.configuration = new Configuration();
|
|
3711
3839
|
if (basePath) {
|
|
@@ -4053,7 +4181,7 @@
|
|
|
4053
4181
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4054
4182
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4055
4183
|
this.httpClient = httpClient;
|
|
4056
|
-
this.basePath = 'https://
|
|
4184
|
+
this.basePath = 'https://localhost:10045';
|
|
4057
4185
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4058
4186
|
this.configuration = new Configuration();
|
|
4059
4187
|
if (basePath) {
|
|
@@ -4254,7 +4382,7 @@
|
|
|
4254
4382
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4255
4383
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4256
4384
|
this.httpClient = httpClient;
|
|
4257
|
-
this.basePath = 'https://
|
|
4385
|
+
this.basePath = 'https://localhost:10045';
|
|
4258
4386
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4259
4387
|
this.configuration = new Configuration();
|
|
4260
4388
|
if (basePath) {
|
|
@@ -4342,7 +4470,7 @@
|
|
|
4342
4470
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4343
4471
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4344
4472
|
this.httpClient = httpClient;
|
|
4345
|
-
this.basePath = 'https://
|
|
4473
|
+
this.basePath = 'https://localhost:10045';
|
|
4346
4474
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4347
4475
|
this.configuration = new Configuration();
|
|
4348
4476
|
if (basePath) {
|
|
@@ -4521,7 +4649,7 @@
|
|
|
4521
4649
|
var DashboardControllerService = /** @class */ (function () {
|
|
4522
4650
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4523
4651
|
this.httpClient = httpClient;
|
|
4524
|
-
this.basePath = 'https://
|
|
4652
|
+
this.basePath = 'https://localhost:10045';
|
|
4525
4653
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4526
4654
|
this.configuration = new Configuration();
|
|
4527
4655
|
if (basePath) {
|
|
@@ -5145,7 +5273,7 @@
|
|
|
5145
5273
|
var PixelControllerService = /** @class */ (function () {
|
|
5146
5274
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5147
5275
|
this.httpClient = httpClient;
|
|
5148
|
-
this.basePath = 'https://
|
|
5276
|
+
this.basePath = 'https://localhost:10045';
|
|
5149
5277
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5150
5278
|
this.configuration = new Configuration();
|
|
5151
5279
|
if (basePath) {
|
|
@@ -5483,7 +5611,7 @@
|
|
|
5483
5611
|
var ReportingControllerService = /** @class */ (function () {
|
|
5484
5612
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5485
5613
|
this.httpClient = httpClient;
|
|
5486
|
-
this.basePath = 'https://
|
|
5614
|
+
this.basePath = 'https://localhost:10045';
|
|
5487
5615
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5488
5616
|
this.configuration = new Configuration();
|
|
5489
5617
|
if (basePath) {
|
|
@@ -5667,7 +5795,7 @@
|
|
|
5667
5795
|
var SliceXControllerService = /** @class */ (function () {
|
|
5668
5796
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5669
5797
|
this.httpClient = httpClient;
|
|
5670
|
-
this.basePath = 'https://
|
|
5798
|
+
this.basePath = 'https://localhost:10045';
|
|
5671
5799
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5672
5800
|
this.configuration = new Configuration();
|
|
5673
5801
|
if (basePath) {
|
|
@@ -5852,7 +5980,7 @@
|
|
|
5852
5980
|
var StrategyControllerService = /** @class */ (function () {
|
|
5853
5981
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5854
5982
|
this.httpClient = httpClient;
|
|
5855
|
-
this.basePath = 'https://
|
|
5983
|
+
this.basePath = 'https://localhost:10045';
|
|
5856
5984
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5857
5985
|
this.configuration = new Configuration();
|
|
5858
5986
|
if (basePath) {
|
|
@@ -6340,7 +6468,7 @@
|
|
|
6340
6468
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6341
6469
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6342
6470
|
this.httpClient = httpClient;
|
|
6343
|
-
this.basePath = 'https://
|
|
6471
|
+
this.basePath = 'https://localhost:10045';
|
|
6344
6472
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6345
6473
|
this.configuration = new Configuration();
|
|
6346
6474
|
if (basePath) {
|
|
@@ -6442,7 +6570,7 @@
|
|
|
6442
6570
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6443
6571
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6444
6572
|
this.httpClient = httpClient;
|
|
6445
|
-
this.basePath = 'https://
|
|
6573
|
+
this.basePath = 'https://localhost:10045';
|
|
6446
6574
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6447
6575
|
this.configuration = new Configuration();
|
|
6448
6576
|
if (basePath) {
|
|
@@ -6689,6 +6817,18 @@
|
|
|
6689
6817
|
|
|
6690
6818
|
|
|
6691
6819
|
(function (AudienceDTO) {
|
|
6820
|
+
AudienceDTO.AudienceTypeEnum = {
|
|
6821
|
+
WEBBROWSING: 'WEB_BROWSING',
|
|
6822
|
+
MOBILEAPP: 'MOBILE_APP',
|
|
6823
|
+
DMP: 'DMP',
|
|
6824
|
+
CRM: 'CRM',
|
|
6825
|
+
RULEBASED: 'RULE_BASED',
|
|
6826
|
+
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6827
|
+
CRMEMAIL: 'CRM_EMAIL',
|
|
6828
|
+
CRMPHONE: 'CRM_PHONE',
|
|
6829
|
+
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6830
|
+
FACEBOOKID: 'FACEBOOK_ID'
|
|
6831
|
+
};
|
|
6692
6832
|
AudienceDTO.DurationUnitEnum = {
|
|
6693
6833
|
MINUTE: 'MINUTE',
|
|
6694
6834
|
HOUR: 'HOUR',
|
|
@@ -6698,6 +6838,33 @@
|
|
|
6698
6838
|
};
|
|
6699
6839
|
})(exports.AudienceDTO || (exports.AudienceDTO = {}));
|
|
6700
6840
|
|
|
6841
|
+
/**
|
|
6842
|
+
* Api Documentation
|
|
6843
|
+
* Api Documentation
|
|
6844
|
+
*
|
|
6845
|
+
* OpenAPI spec version: 1.0
|
|
6846
|
+
*
|
|
6847
|
+
*
|
|
6848
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6849
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6850
|
+
* Do not edit the class manually.
|
|
6851
|
+
*/
|
|
6852
|
+
|
|
6853
|
+
(function (AudienceESDTO) {
|
|
6854
|
+
AudienceESDTO.AudienceTypeEnum = {
|
|
6855
|
+
WEBBROWSING: 'WEB_BROWSING',
|
|
6856
|
+
MOBILEAPP: 'MOBILE_APP',
|
|
6857
|
+
DMP: 'DMP',
|
|
6858
|
+
CRM: 'CRM',
|
|
6859
|
+
RULEBASED: 'RULE_BASED',
|
|
6860
|
+
RULEBASEDBACKFILL: 'RULE_BASED_BACKFILL',
|
|
6861
|
+
CRMEMAIL: 'CRM_EMAIL',
|
|
6862
|
+
CRMPHONE: 'CRM_PHONE',
|
|
6863
|
+
LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
|
|
6864
|
+
FACEBOOKID: 'FACEBOOK_ID'
|
|
6865
|
+
};
|
|
6866
|
+
})(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
|
|
6867
|
+
|
|
6701
6868
|
|
|
6702
6869
|
(function (ClickDestination) {
|
|
6703
6870
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -6845,8 +7012,8 @@
|
|
|
6845
7012
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
6846
7013
|
|
|
6847
7014
|
|
|
6848
|
-
(function (
|
|
6849
|
-
|
|
7015
|
+
(function (CreativeSetDetails) {
|
|
7016
|
+
CreativeSetDetails.TypeEnum = {
|
|
6850
7017
|
IMAGE: 'IMAGE',
|
|
6851
7018
|
VIDEO: 'VIDEO',
|
|
6852
7019
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6858,11 +7025,11 @@
|
|
|
6858
7025
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6859
7026
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6860
7027
|
};
|
|
6861
|
-
})(exports.
|
|
7028
|
+
})(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
|
|
6862
7029
|
|
|
6863
7030
|
|
|
6864
|
-
(function (
|
|
6865
|
-
|
|
7031
|
+
(function (CreativeSetRequest) {
|
|
7032
|
+
CreativeSetRequest.CreativeSetTypeEnum = {
|
|
6866
7033
|
IMAGE: 'IMAGE',
|
|
6867
7034
|
VIDEO: 'VIDEO',
|
|
6868
7035
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6874,11 +7041,11 @@
|
|
|
6874
7041
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6875
7042
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6876
7043
|
};
|
|
6877
|
-
})(exports.
|
|
7044
|
+
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
6878
7045
|
|
|
6879
7046
|
|
|
6880
|
-
(function (
|
|
6881
|
-
|
|
7047
|
+
(function (CreativeSetsListDashboardData) {
|
|
7048
|
+
CreativeSetsListDashboardData.CreativeSetTypeEnum = {
|
|
6882
7049
|
IMAGE: 'IMAGE',
|
|
6883
7050
|
VIDEO: 'VIDEO',
|
|
6884
7051
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6890,7 +7057,7 @@
|
|
|
6890
7057
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6891
7058
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6892
7059
|
};
|
|
6893
|
-
})(exports.
|
|
7060
|
+
})(exports.CreativeSetsListDashboardData || (exports.CreativeSetsListDashboardData = {}));
|
|
6894
7061
|
|
|
6895
7062
|
/**
|
|
6896
7063
|
* Api Documentation
|