Update API reports

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-08-16 11:29:50 +02:00
parent cd40f01ffd
commit 56e7932629
4 changed files with 19 additions and 3 deletions
+5 -1
View File
@@ -53,7 +53,9 @@ export interface SearchQuery {
// (undocumented)
filters?: JsonObject;
// (undocumented)
pageCursor: string;
limit?: number;
// (undocumented)
offset?: number;
// (undocumented)
term: string;
// (undocumented)
@@ -76,6 +78,8 @@ export interface SearchResult {
export interface SearchResultSet {
// (undocumented)
results: SearchResult[];
// (undocumented)
totalCount: number;
}
// (No @packageDocumentation comment for this package)