@coveo/platform-client 68.5.0 → 68.7.0
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/dist/cjs/resources/CrawlingModule/CrawlingModule.js +19 -0
- package/dist/cjs/resources/CrawlingModule/CrawlingModule.js.map +1 -1
- package/dist/cjs/resources/CrawlingModule/CrawlingModuleInterfaces.js +1 -0
- package/dist/cjs/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -1
- package/dist/esm/resources/CrawlingModule/CrawlingModule.js +19 -0
- package/dist/esm/resources/CrawlingModule/CrawlingModule.js.map +1 -1
- package/dist/esm/resources/CrawlingModule/CrawlingModuleInterfaces.js +1 -0
- package/dist/esm/resources/CrawlingModule/CrawlingModuleInterfaces.js.map +1 -1
- package/dist/types/resources/CrawlingModule/CrawlingModule.d.ts +15 -2
- package/dist/types/resources/CrawlingModule/CrawlingModuleInterfaces.d.ts +2 -1
- package/dist/types/resources/Pipelines/ResultRankings/ResultRankingsInterfaces.d.ts +14 -0
- package/package.json +1 -1
|
@@ -41,6 +41,25 @@ class CrawlingModule extends Resource_js_1.default {
|
|
|
41
41
|
removeDeployment(crawlingModuleId) {
|
|
42
42
|
return this.api.delete(`${CrawlingModule.baseUrl}/${crawlingModuleId}`);
|
|
43
43
|
}
|
|
44
|
+
/**
|
|
45
|
+
* Create a new log request for the specified crawling module, requesting all logs. Warning: the resulting archive might be large. If the log archive is more than 5GB the request will fail.
|
|
46
|
+
* @param crawlingModuleId The ID of the crawling module
|
|
47
|
+
* @returns The crawling module log request
|
|
48
|
+
*/
|
|
49
|
+
createAllAvailableLogsRequest(crawlingModuleId) {
|
|
50
|
+
return this.api.post(`${CrawlingModule.connectivityBaseUrl}/${crawlingModuleId}/logrequests/all`);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Create a new log request for the specified crawling module, requesting all logs associated with an instance id (source id or provider id). Warning: the resulting archive might be large. If the log archive is more than 5GB the request will fail.
|
|
54
|
+
* @param crawlingModuleId The ID of the crawling module
|
|
55
|
+
* @param instanceId The instance ID (source ID or provider ID) for which to retrieve logs.
|
|
56
|
+
* @returns The crawling module log request
|
|
57
|
+
*/
|
|
58
|
+
createAllAvailableLogsRequestForInstance(crawlingModuleId, instanceId) {
|
|
59
|
+
return this.api.post(this.buildPath(`${CrawlingModule.connectivityBaseUrl}/${crawlingModuleId}/logrequests/instance`, {
|
|
60
|
+
instanceId,
|
|
61
|
+
}));
|
|
62
|
+
}
|
|
44
63
|
}
|
|
45
64
|
exports.default = CrawlingModule;
|
|
46
65
|
//# sourceMappingURL=CrawlingModule.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CrawlingModule.js","sourceRoot":"","sources":["../../../../src/resources/CrawlingModule/CrawlingModule.ts"],"names":[],"mappings":";;;AAAA,0EAAmC;
|
|
1
|
+
{"version":3,"file":"CrawlingModule.js","sourceRoot":"","sources":["../../../../src/resources/CrawlingModule/CrawlingModule.ts"],"names":[],"mappings":";;;AAAA,0EAAmC;AAEnC,yEAAsC;AAatC,MAAqB,cAAe,SAAQ,qBAAQ;IAChD,MAAM,CAAC,OAAO,GAAG,uBAAuB,oBAAG,CAAC,cAAc,iBAAiB,CAAC;IAC5E,MAAM,CAAC,mBAAmB,GAAG,uBAAuB,oBAAG,CAAC,cAAc,kBAAkB,CAAC;IAEzF,IAAI;QACA,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAyB,cAAc,CAAC,OAAO,CAAC,CAAC;IACxE,CAAC;IAED,eAAe,CAAC,gBAAwB;QACpC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,SAAS,CAAC,CAAC;IAC9F,CAAC;IAED,kBAAkB,CAAC,OAA+B;QAC9C,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAmB,IAAI,CAAC,SAAS,CAAC,GAAG,cAAc,CAAC,OAAO,kBAAkB,EAAE,OAAO,CAAC,CAAC,CAAC;IAChH,CAAC;IAED,oBAAoB;QAChB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAW,GAAG,cAAc,CAAC,OAAO,oBAAoB,CAAC,CAAC;IACjF,CAAC;IAED,kBAAkB;QACd,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAW,GAAG,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC/E,CAAC;IAED,0BAA0B;QACtB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAW,GAAG,cAAc,CAAC,OAAO,0BAA0B,CAAC,CAAC;IACvF,CAAC;IAED,cAAc,CAAC,gBAAwB,EAAE,YAA2C;QAChF,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,IAAI,CAAC,SAAS,CAAC,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,cAAc,EAAE;YACpF,KAAK,EAAE,YAAY;SACtB,CAAC,CACL,CAAC;IACN,CAAC;IAED,gBAAgB,CAAC,gBAAwB,EAAE,YAAiD;QACxF,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAChB,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,cAAc,EACvE,YAAY,CACf,CAAC;IACN,CAAC;IAED,qBAAqB,CAAC,gBAAwB,EAAE,YAAoB;QAChE,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,gBAAgB,YAAY,WAAW,CACnG,CAAC;IACN,CAAC;IAED,gBAAgB,CAAC,gBAAwB,EAAE,IAA8B;QACrE,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAuB,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,EAAE,EAAE,IAAI,CAAC,CAAC;IACrG,CAAC;IAED,gBAAgB,CAAC,gBAAwB;QACrC,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;;;OAIG;IACH,6BAA6B,CAAC,gBAAwB;QAClD,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAChB,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,kBAAkB,CAC9E,CAAC;IACN,CAAC;IAED;;;;;OAKG;IACH,wCAAwC,CAAC,gBAAwB,EAAE,UAAkB;QACjF,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAChB,IAAI,CAAC,SAAS,CAAC,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,uBAAuB,EAAE;YAC7F,UAAU;SACb,CAAC,CACL,CAAC;IACN,CAAC;;AAhFL,iCAiFC"}
|
|
@@ -5,6 +5,7 @@ var CrawlingModuleLogRequestLogType;
|
|
|
5
5
|
(function (CrawlingModuleLogRequestLogType) {
|
|
6
6
|
CrawlingModuleLogRequestLogType["MAESTRO"] = "MAESTRO";
|
|
7
7
|
CrawlingModuleLogRequestLogType["WORKER"] = "WORKER";
|
|
8
|
+
CrawlingModuleLogRequestLogType["ALL"] = "ALL";
|
|
8
9
|
})(CrawlingModuleLogRequestLogType || (exports.CrawlingModuleLogRequestLogType = CrawlingModuleLogRequestLogType = {}));
|
|
9
10
|
var CrawlingModuleLogRequestState;
|
|
10
11
|
(function (CrawlingModuleLogRequestState) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CrawlingModuleInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/CrawlingModule/CrawlingModuleInterfaces.ts"],"names":[],"mappings":";;;AAyHA,IAAY,+
|
|
1
|
+
{"version":3,"file":"CrawlingModuleInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/CrawlingModule/CrawlingModuleInterfaces.ts"],"names":[],"mappings":";;;AAyHA,IAAY,+BAIX;AAJD,WAAY,+BAA+B;IACvC,sDAAmB,CAAA;IACnB,oDAAiB,CAAA;IACjB,8CAAW,CAAA;AACf,CAAC,EAJW,+BAA+B,+CAA/B,+BAA+B,QAI1C;AAED,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACrC,oDAAmB,CAAA;IACnB,gDAAe,CAAA;IACf,oDAAmB,CAAA;IACnB,0DAAyB,CAAA;IACzB,oDAAmB,CAAA;IACnB,gDAAe,CAAA;AACnB,CAAC,EAPW,6BAA6B,6CAA7B,6BAA6B,QAOxC"}
|
|
@@ -38,5 +38,24 @@ export default class CrawlingModule extends Resource {
|
|
|
38
38
|
removeDeployment(crawlingModuleId) {
|
|
39
39
|
return this.api.delete(`${CrawlingModule.baseUrl}/${crawlingModuleId}`);
|
|
40
40
|
}
|
|
41
|
+
/**
|
|
42
|
+
* Create a new log request for the specified crawling module, requesting all logs. Warning: the resulting archive might be large. If the log archive is more than 5GB the request will fail.
|
|
43
|
+
* @param crawlingModuleId The ID of the crawling module
|
|
44
|
+
* @returns The crawling module log request
|
|
45
|
+
*/
|
|
46
|
+
createAllAvailableLogsRequest(crawlingModuleId) {
|
|
47
|
+
return this.api.post(`${CrawlingModule.connectivityBaseUrl}/${crawlingModuleId}/logrequests/all`);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Create a new log request for the specified crawling module, requesting all logs associated with an instance id (source id or provider id). Warning: the resulting archive might be large. If the log archive is more than 5GB the request will fail.
|
|
51
|
+
* @param crawlingModuleId The ID of the crawling module
|
|
52
|
+
* @param instanceId The instance ID (source ID or provider ID) for which to retrieve logs.
|
|
53
|
+
* @returns The crawling module log request
|
|
54
|
+
*/
|
|
55
|
+
createAllAvailableLogsRequestForInstance(crawlingModuleId, instanceId) {
|
|
56
|
+
return this.api.post(this.buildPath(`${CrawlingModule.connectivityBaseUrl}/${crawlingModuleId}/logrequests/instance`, {
|
|
57
|
+
instanceId,
|
|
58
|
+
}));
|
|
59
|
+
}
|
|
41
60
|
}
|
|
42
61
|
//# sourceMappingURL=CrawlingModule.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CrawlingModule.js","sourceRoot":"","sources":["../../../../src/resources/CrawlingModule/CrawlingModule.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"CrawlingModule.js","sourceRoot":"","sources":["../../../../src/resources/CrawlingModule/CrawlingModule.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,kBAAkB,CAAC;AAEnC,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAatC,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,QAAQ;IAChD,MAAM,CAAC,OAAO,GAAG,uBAAuB,GAAG,CAAC,cAAc,iBAAiB,CAAC;IAC5E,MAAM,CAAC,mBAAmB,GAAG,uBAAuB,GAAG,CAAC,cAAc,kBAAkB,CAAC;IAEzF,IAAI;QACA,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAyB,cAAc,CAAC,OAAO,CAAC,CAAC;IACxE,CAAC;IAED,eAAe,CAAC,gBAAwB;QACpC,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAe,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,SAAS,CAAC,CAAC;IAC9F,CAAC;IAED,kBAAkB,CAAC,OAA+B;QAC9C,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAmB,IAAI,CAAC,SAAS,CAAC,GAAG,cAAc,CAAC,OAAO,kBAAkB,EAAE,OAAO,CAAC,CAAC,CAAC;IAChH,CAAC;IAED,oBAAoB;QAChB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAW,GAAG,cAAc,CAAC,OAAO,oBAAoB,CAAC,CAAC;IACjF,CAAC;IAED,kBAAkB;QACd,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAW,GAAG,cAAc,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAC/E,CAAC;IAED,0BAA0B;QACtB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAW,GAAG,cAAc,CAAC,OAAO,0BAA0B,CAAC,CAAC;IACvF,CAAC;IAED,cAAc,CAAC,gBAAwB,EAAE,YAA2C;QAChF,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,IAAI,CAAC,SAAS,CAAC,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,cAAc,EAAE;YACpF,KAAK,EAAE,YAAY;SACtB,CAAC,CACL,CAAC;IACN,CAAC;IAED,gBAAgB,CAAC,gBAAwB,EAAE,YAAiD;QACxF,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAChB,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,cAAc,EACvE,YAAY,CACf,CAAC;IACN,CAAC;IAED,qBAAqB,CAAC,gBAAwB,EAAE,YAAoB;QAChE,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CACf,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,gBAAgB,YAAY,WAAW,CACnG,CAAC;IACN,CAAC;IAED,gBAAgB,CAAC,gBAAwB,EAAE,IAA8B;QACrE,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAuB,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,EAAE,EAAE,IAAI,CAAC,CAAC;IACrG,CAAC;IAED,gBAAgB,CAAC,gBAAwB;QACrC,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;;;OAIG;IACH,6BAA6B,CAAC,gBAAwB;QAClD,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAChB,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,kBAAkB,CAC9E,CAAC;IACN,CAAC;IAED;;;;;OAKG;IACH,wCAAwC,CAAC,gBAAwB,EAAE,UAAkB;QACjF,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAChB,IAAI,CAAC,SAAS,CAAC,GAAG,cAAc,CAAC,mBAAmB,IAAI,gBAAgB,uBAAuB,EAAE;YAC7F,UAAU;SACb,CAAC,CACL,CAAC;IACN,CAAC"}
|
|
@@ -2,6 +2,7 @@ export var CrawlingModuleLogRequestLogType;
|
|
|
2
2
|
(function (CrawlingModuleLogRequestLogType) {
|
|
3
3
|
CrawlingModuleLogRequestLogType["MAESTRO"] = "MAESTRO";
|
|
4
4
|
CrawlingModuleLogRequestLogType["WORKER"] = "WORKER";
|
|
5
|
+
CrawlingModuleLogRequestLogType["ALL"] = "ALL";
|
|
5
6
|
})(CrawlingModuleLogRequestLogType || (CrawlingModuleLogRequestLogType = {}));
|
|
6
7
|
export var CrawlingModuleLogRequestState;
|
|
7
8
|
(function (CrawlingModuleLogRequestState) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CrawlingModuleInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/CrawlingModule/CrawlingModuleInterfaces.ts"],"names":[],"mappings":"AAyHA,MAAM,CAAN,IAAY,+
|
|
1
|
+
{"version":3,"file":"CrawlingModuleInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/CrawlingModule/CrawlingModuleInterfaces.ts"],"names":[],"mappings":"AAyHA,MAAM,CAAN,IAAY,+BAIX;AAJD,WAAY,+BAA+B;IACvC,sDAAmB,CAAA;IACnB,oDAAiB,CAAA;IACjB,8CAAW,CAAA;AACf,CAAC,EAJW,+BAA+B,KAA/B,+BAA+B,QAI1C;AAED,MAAM,CAAN,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACrC,oDAAmB,CAAA;IACnB,gDAAe,CAAA;IACf,oDAAmB,CAAA;IACnB,0DAAyB,CAAA;IACzB,oDAAmB,CAAA;IACnB,gDAAe,CAAA;AACnB,CAAC,EAPW,6BAA6B,KAA7B,6BAA6B,QAOxC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import Resource from '../Resource.js';
|
|
2
|
-
import { ComponentVersion, CrawlingModuleEntity, CrawlingModuleDeployment, CrawlingModuleLogRequestDownloadModel, CrawlingModuleLogRequestModel, CrawlingModuleLogRequestState, CreateCrawlingModuleLogRequestModel, MaestroVersionOptions, UpdateStatus } from './CrawlingModuleInterfaces.js';
|
|
3
1
|
import { PageModel } from '../BaseInterfaces.js';
|
|
2
|
+
import Resource from '../Resource.js';
|
|
3
|
+
import { ComponentVersion, CrawlingModuleDeployment, CrawlingModuleEntity, CrawlingModuleLogRequestDownloadModel, CrawlingModuleLogRequestModel, CrawlingModuleLogRequestState, CreateCrawlingModuleLogRequestModel, MaestroVersionOptions, UpdateStatus } from './CrawlingModuleInterfaces.js';
|
|
4
4
|
export default class CrawlingModule extends Resource {
|
|
5
5
|
static baseUrl: string;
|
|
6
6
|
static connectivityBaseUrl: string;
|
|
@@ -15,4 +15,17 @@ export default class CrawlingModule extends Resource {
|
|
|
15
15
|
getLogRequestDownload(crawlingModuleId: string, logRequestId: string): Promise<CrawlingModuleLogRequestDownloadModel>;
|
|
16
16
|
reportDeployment(crawlingModuleId: string, body: CrawlingModuleDeployment): Promise<CrawlingModuleEntity>;
|
|
17
17
|
removeDeployment(crawlingModuleId: string): Promise<Record<string, unknown>>;
|
|
18
|
+
/**
|
|
19
|
+
* Create a new log request for the specified crawling module, requesting all logs. Warning: the resulting archive might be large. If the log archive is more than 5GB the request will fail.
|
|
20
|
+
* @param crawlingModuleId The ID of the crawling module
|
|
21
|
+
* @returns The crawling module log request
|
|
22
|
+
*/
|
|
23
|
+
createAllAvailableLogsRequest(crawlingModuleId: string): Promise<CrawlingModuleLogRequestModel>;
|
|
24
|
+
/**
|
|
25
|
+
* Create a new log request for the specified crawling module, requesting all logs associated with an instance id (source id or provider id). Warning: the resulting archive might be large. If the log archive is more than 5GB the request will fail.
|
|
26
|
+
* @param crawlingModuleId The ID of the crawling module
|
|
27
|
+
* @param instanceId The instance ID (source ID or provider ID) for which to retrieve logs.
|
|
28
|
+
* @returns The crawling module log request
|
|
29
|
+
*/
|
|
30
|
+
createAllAvailableLogsRequestForInstance(crawlingModuleId: string, instanceId: string): Promise<CrawlingModuleLogRequestModel>;
|
|
18
31
|
}
|
|
@@ -115,7 +115,8 @@ export interface UpdateStatus {
|
|
|
115
115
|
}
|
|
116
116
|
export declare enum CrawlingModuleLogRequestLogType {
|
|
117
117
|
MAESTRO = "MAESTRO",
|
|
118
|
-
WORKER = "WORKER"
|
|
118
|
+
WORKER = "WORKER",
|
|
119
|
+
ALL = "ALL"
|
|
119
120
|
}
|
|
120
121
|
export declare enum CrawlingModuleLogRequestState {
|
|
121
122
|
CREATED = "CREATED",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Paginated } from '../../BaseInterfaces.js';
|
|
2
2
|
import { CampaignStatementGroupStatusType, ListStatementSortBy, PermanentStatementGroupStatusType, ResultRankingLocales, ResultRankingMatchOperators, ResultRankingsKind, ResultRankingsRuleTypes, ResultRankingsStatuses } from '../../Enums.js';
|
|
3
|
+
import { DetailedCondition } from '../Conditions/ConditionInterfaces.js';
|
|
3
4
|
export interface ResultRanking {
|
|
4
5
|
/**
|
|
5
6
|
* The unique identifier of the result ranking rule.
|
|
@@ -80,6 +81,12 @@ export interface ResultRankingProps {
|
|
|
80
81
|
* The ID of a mandatory condition to satisfy.
|
|
81
82
|
*/
|
|
82
83
|
reference: string;
|
|
84
|
+
/**
|
|
85
|
+
* The detailed version of the condition.
|
|
86
|
+
*/
|
|
87
|
+
detailed?: {
|
|
88
|
+
condition: DetailedCondition;
|
|
89
|
+
};
|
|
83
90
|
};
|
|
84
91
|
statementGroupId?: string;
|
|
85
92
|
associatedGroup?: ResultRankingAssociatedGroup;
|
|
@@ -223,6 +230,7 @@ interface CoreGetResultRankingParams extends Paginated {
|
|
|
223
230
|
*/
|
|
224
231
|
kind?: ResultRankingsKind;
|
|
225
232
|
}
|
|
233
|
+
export type ListResultRankingExpandOptions = 'condition.detailed';
|
|
226
234
|
export interface ListResultRankingParams extends CoreGetResultRankingParams {
|
|
227
235
|
sortBy?: ListStatementSortBy;
|
|
228
236
|
/**
|
|
@@ -239,6 +247,12 @@ export interface ListResultRankingParams extends CoreGetResultRankingParams {
|
|
|
239
247
|
* The rule status to allow in the results.
|
|
240
248
|
*/
|
|
241
249
|
ruleStatuses?: ResultRankingsStatuses[];
|
|
250
|
+
/**
|
|
251
|
+
* The related resources to expand in the response.
|
|
252
|
+
*
|
|
253
|
+
* Set to `condition.detailed` to include the detailed version of the condition alongside `condition.reference` in each result ranking condition.
|
|
254
|
+
*/
|
|
255
|
+
expand?: ListResultRankingExpandOptions[];
|
|
242
256
|
}
|
|
243
257
|
export interface CopyResultRankingRequest {
|
|
244
258
|
/**
|