chore: workspace entity search endpoint (#6272)
* chore: workspace entity search endpoint * fix: editor entity search endpoint * chore: restrict guest users --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
This commit is contained in:
parent
2d9464e841
commit
f54f3a6091
10 changed files with 481 additions and 233 deletions
2
packages/types/src/search.d.ts
vendored
2
packages/types/src/search.d.ts
vendored
|
|
@ -76,6 +76,8 @@ export type TSearchResponse = {
|
|||
|
||||
export type TSearchEntityRequestPayload = {
|
||||
count: number;
|
||||
project_id?: string;
|
||||
query_type: TSearchEntities[];
|
||||
query: string;
|
||||
team_id?: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue