Skip to content

Commit

Permalink
fix: update resource.lookup event to match the type in functions-api …
Browse files Browse the repository at this point in the history
…repo
  • Loading branch information
BasKiers committed Jan 14, 2025
1 parent 844c657 commit 52e7003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/requests/typings/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export type ResourcesSearchRequest = {
type: 'resources.search'
resourceType: string
query?: string
limit: number
locale?: string
limit: number
pages?: {
nextCursor: string
}
Expand All @@ -26,6 +26,7 @@ export type ResourcesLookupRequest<L extends Record<string, Scalar[]> = Record<s
type: 'resources.lookup'
lookupBy: L
resourceType: string
locale?: string
limit: number
pages?: {
nextCursor: string
Expand Down

0 comments on commit 52e7003

Please sign in to comment.