Update api reports and add changeset files

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2022-10-03 10:09:32 +02:00
parent d7200e4d91
commit a799972bb1
7 changed files with 38 additions and 0 deletions
+2
View File
@@ -102,6 +102,8 @@ export interface SearchQuery {
// (undocumented)
pageCursor?: string;
// (undocumented)
pageLimit?: number;
// (undocumented)
term: string;
// (undocumented)
types?: string[];