@revxui/api-clients-ts 0.10.283 → 0.10.285
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 +0 -13
- package/api/campaignController.service.d.ts +14 -0
- package/api/creativeSetsController.service.d.ts +3 -4
- package/api/dashboardController.service.d.ts +7 -7
- package/api/sliceXController.service.d.ts +34 -6
- package/bundles/revxui-api-clients-ts.umd.js +121 -41
- 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/audienceController.service.js +1 -35
- package/esm2015/api/campaignController.service.js +35 -1
- package/esm2015/api/creativeSetsController.service.js +3 -6
- package/esm2015/api/dashboardController.service.js +1 -1
- package/esm2015/api/sliceXController.service.js +80 -1
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +1 -1
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetRequest.js +1 -1
- package/esm2015/model/{audienceAnalysisRequest.js → incrementalityReportDTO.js} +1 -1
- package/esm2015/model/incrementalityReportResponse.js +12 -0
- package/esm2015/model/incrementalityResponse.js +1 -0
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/searchRequest.js +1 -1
- package/esm2015/model/slicexRequestExtended.js +1 -0
- package/esm5/api/audienceController.service.js +1 -37
- package/esm5/api/campaignController.service.js +37 -1
- package/esm5/api/creativeSetsController.service.js +3 -6
- package/esm5/api/dashboardController.service.js +1 -1
- package/esm5/api/sliceXController.service.js +84 -1
- package/esm5/model/campaignDTO.js +1 -1
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- package/esm5/model/creative.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeFileForSet.js +1 -1
- package/esm5/model/creativeFiles.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +1 -1
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetRequest.js +1 -1
- package/esm5/model/{audienceAnalysisRequest.js → incrementalityReportDTO.js} +1 -1
- package/esm5/model/incrementalityReportResponse.js +12 -0
- package/esm5/model/incrementalityResponse.js +1 -0
- package/esm5/model/models.js +1 -1
- package/esm5/model/searchRequest.js +1 -1
- package/esm5/model/slicexRequestExtended.js +1 -0
- package/fesm2015/revxui-api-clients-ts.js +115 -39
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +121 -41
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/campaignDTO.d.ts +4 -0
- package/model/campaignESDTO.d.ts +2 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creative.d.ts +3 -0
- package/model/creativeDTO.d.ts +2 -0
- package/model/creativeFileForSet.d.ts +2 -0
- package/model/creativeFiles.d.ts +2 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -0
- package/model/creativeSetDetails.d.ts +1 -0
- package/model/creativeSetRequest.d.ts +1 -0
- package/model/{audienceAnalysisRequest.d.ts → incrementalityReportDTO.d.ts} +5 -5
- package/model/incrementalityReportResponse.d.ts +24 -0
- package/model/incrementalityResponse.d.ts +17 -0
- package/model/models.d.ts +4 -2
- package/model/searchRequest.d.ts +0 -1
- package/model/slicexRequestExtended.d.ts +20 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectListMapintResponseMessage.js +0 -1
- package/esm5/model/apiResponseObjectListMapintResponseMessage.js +0 -1
- package/model/apiResponseObjectListMapintResponseMessage.d.ts +0 -17
|
@@ -1173,40 +1173,6 @@ let AudienceControllerService = class AudienceControllerService {
|
|
|
1173
1173
|
reportProgress: reportProgress
|
|
1174
1174
|
});
|
|
1175
1175
|
}
|
|
1176
|
-
getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
1177
|
-
if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
|
|
1178
|
-
throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
|
|
1179
|
-
}
|
|
1180
|
-
let headers = this.defaultHeaders;
|
|
1181
|
-
if (reqId !== undefined && reqId !== null) {
|
|
1182
|
-
headers = headers.set('reqId', String(reqId));
|
|
1183
|
-
}
|
|
1184
|
-
if (token !== undefined && token !== null) {
|
|
1185
|
-
headers = headers.set('token', String(token));
|
|
1186
|
-
}
|
|
1187
|
-
// to determine the Accept header
|
|
1188
|
-
let httpHeaderAccepts = [
|
|
1189
|
-
'*/*'
|
|
1190
|
-
];
|
|
1191
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
1192
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
1193
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
1194
|
-
}
|
|
1195
|
-
// to determine the Content-Type header
|
|
1196
|
-
const consumes = [
|
|
1197
|
-
'application/json'
|
|
1198
|
-
];
|
|
1199
|
-
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
1200
|
-
if (httpContentTypeSelected != undefined) {
|
|
1201
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
1202
|
-
}
|
|
1203
|
-
return this.httpClient.post(`${this.basePath}/v2/api/audience/audienceanalysis`, audienceAnalysisRequest, {
|
|
1204
|
-
withCredentials: this.configuration.withCredentials,
|
|
1205
|
-
headers: headers,
|
|
1206
|
-
observe: observe,
|
|
1207
|
-
reportProgress: reportProgress
|
|
1208
|
-
});
|
|
1209
|
-
}
|
|
1210
1176
|
getByIdUsingGET1(id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
1211
1177
|
if (id === null || id === undefined) {
|
|
1212
1178
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET1.');
|
|
@@ -2253,6 +2219,40 @@ let CampaignControllerService = class CampaignControllerService {
|
|
|
2253
2219
|
reportProgress: reportProgress
|
|
2254
2220
|
});
|
|
2255
2221
|
}
|
|
2222
|
+
incrementalityReportUsingPOST(incrementalityReportDTO, reqId, token, observe = 'body', reportProgress = false) {
|
|
2223
|
+
if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
|
|
2224
|
+
throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
|
|
2225
|
+
}
|
|
2226
|
+
let headers = this.defaultHeaders;
|
|
2227
|
+
if (reqId !== undefined && reqId !== null) {
|
|
2228
|
+
headers = headers.set('reqId', String(reqId));
|
|
2229
|
+
}
|
|
2230
|
+
if (token !== undefined && token !== null) {
|
|
2231
|
+
headers = headers.set('token', String(token));
|
|
2232
|
+
}
|
|
2233
|
+
// to determine the Accept header
|
|
2234
|
+
let httpHeaderAccepts = [
|
|
2235
|
+
'application/json'
|
|
2236
|
+
];
|
|
2237
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
2238
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
2239
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
2240
|
+
}
|
|
2241
|
+
// to determine the Content-Type header
|
|
2242
|
+
const consumes = [
|
|
2243
|
+
'application/json'
|
|
2244
|
+
];
|
|
2245
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
2246
|
+
if (httpContentTypeSelected != undefined) {
|
|
2247
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
2248
|
+
}
|
|
2249
|
+
return this.httpClient.post(`${this.basePath}/v2/api/campaigns/incrementalityreport`, incrementalityReportDTO, {
|
|
2250
|
+
withCredentials: this.configuration.withCredentials,
|
|
2251
|
+
headers: headers,
|
|
2252
|
+
observe: observe,
|
|
2253
|
+
reportProgress: reportProgress
|
|
2254
|
+
});
|
|
2255
|
+
}
|
|
2256
2256
|
updateCampaignUsingPOST(campaign, id, reqId, token, observe = 'body', reportProgress = false) {
|
|
2257
2257
|
if (campaign === null || campaign === undefined) {
|
|
2258
2258
|
throw new Error('Required parameter campaign was null or undefined when calling updateCampaignUsingPOST.');
|
|
@@ -3389,13 +3389,10 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3389
3389
|
reportProgress: reportProgress
|
|
3390
3390
|
});
|
|
3391
3391
|
}
|
|
3392
|
-
getCreativesPerformanceUsingPOST(dashboardRequest,
|
|
3392
|
+
getCreativesPerformanceUsingPOST(dashboardRequest, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3393
3393
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3394
3394
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3395
3395
|
}
|
|
3396
|
-
if (id === null || id === undefined) {
|
|
3397
|
-
throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3398
|
-
}
|
|
3399
3396
|
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3400
3397
|
if (refresh !== undefined && refresh !== null) {
|
|
3401
3398
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
@@ -3423,7 +3420,7 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3423
3420
|
if (httpContentTypeSelected != undefined) {
|
|
3424
3421
|
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3425
3422
|
}
|
|
3426
|
-
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/creatives/performance
|
|
3423
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/creatives/performance/`, dashboardRequest, {
|
|
3427
3424
|
params: queryParameters,
|
|
3428
3425
|
withCredentials: this.configuration.withCredentials,
|
|
3429
3426
|
headers: headers,
|
|
@@ -5314,6 +5311,85 @@ let SliceXControllerService = class SliceXControllerService {
|
|
|
5314
5311
|
reportProgress: reportProgress
|
|
5315
5312
|
});
|
|
5316
5313
|
}
|
|
5314
|
+
getSlicexDataListWithCompareUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
5315
|
+
if (entity === null || entity === undefined) {
|
|
5316
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
|
|
5317
|
+
}
|
|
5318
|
+
if (slicexRequest === null || slicexRequest === undefined) {
|
|
5319
|
+
throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
|
|
5320
|
+
}
|
|
5321
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
5322
|
+
if (sort !== undefined && sort !== null) {
|
|
5323
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
5324
|
+
}
|
|
5325
|
+
let headers = this.defaultHeaders;
|
|
5326
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5327
|
+
headers = headers.set('reqId', String(reqId));
|
|
5328
|
+
}
|
|
5329
|
+
if (token !== undefined && token !== null) {
|
|
5330
|
+
headers = headers.set('token', String(token));
|
|
5331
|
+
}
|
|
5332
|
+
// to determine the Accept header
|
|
5333
|
+
let httpHeaderAccepts = [
|
|
5334
|
+
'application/json'
|
|
5335
|
+
];
|
|
5336
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5337
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5338
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5339
|
+
}
|
|
5340
|
+
// to determine the Content-Type header
|
|
5341
|
+
const consumes = [
|
|
5342
|
+
'application/json'
|
|
5343
|
+
];
|
|
5344
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5345
|
+
if (httpContentTypeSelected != undefined) {
|
|
5346
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5347
|
+
}
|
|
5348
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/compare/${encodeURIComponent(String(entity))}`, slicexRequest, {
|
|
5349
|
+
params: queryParameters,
|
|
5350
|
+
withCredentials: this.configuration.withCredentials,
|
|
5351
|
+
headers: headers,
|
|
5352
|
+
observe: observe,
|
|
5353
|
+
reportProgress: reportProgress
|
|
5354
|
+
});
|
|
5355
|
+
}
|
|
5356
|
+
getSlicexGridDetailsUsingPOST(entity, slicexRequestExt, reqId, token, observe = 'body', reportProgress = false) {
|
|
5357
|
+
if (entity === null || entity === undefined) {
|
|
5358
|
+
throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5359
|
+
}
|
|
5360
|
+
if (slicexRequestExt === null || slicexRequestExt === undefined) {
|
|
5361
|
+
throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
|
|
5362
|
+
}
|
|
5363
|
+
let headers = this.defaultHeaders;
|
|
5364
|
+
if (reqId !== undefined && reqId !== null) {
|
|
5365
|
+
headers = headers.set('reqId', String(reqId));
|
|
5366
|
+
}
|
|
5367
|
+
if (token !== undefined && token !== null) {
|
|
5368
|
+
headers = headers.set('token', String(token));
|
|
5369
|
+
}
|
|
5370
|
+
// to determine the Accept header
|
|
5371
|
+
let httpHeaderAccepts = [
|
|
5372
|
+
'application/json'
|
|
5373
|
+
];
|
|
5374
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
5375
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
5376
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
5377
|
+
}
|
|
5378
|
+
// to determine the Content-Type header
|
|
5379
|
+
const consumes = [
|
|
5380
|
+
'application/json'
|
|
5381
|
+
];
|
|
5382
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
5383
|
+
if (httpContentTypeSelected != undefined) {
|
|
5384
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
5385
|
+
}
|
|
5386
|
+
return this.httpClient.post(`${this.basePath}/v2/api/slicex/list/details/${encodeURIComponent(String(entity))}`, slicexRequestExt, {
|
|
5387
|
+
withCredentials: this.configuration.withCredentials,
|
|
5388
|
+
headers: headers,
|
|
5389
|
+
observe: observe,
|
|
5390
|
+
reportProgress: reportProgress
|
|
5391
|
+
});
|
|
5392
|
+
}
|
|
5317
5393
|
getSlicexListDataForExportUsingPOST(entity, slicexRequest, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
5318
5394
|
if (entity === null || entity === undefined) {
|
|
5319
5395
|
throw new Error('Required parameter entity was null or undefined when calling getSlicexListDataForExportUsingPOST.');
|