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 (#746)
  • Loading branch information
BasKiers authored Jan 14, 2025
1 parent 844c657 commit b9d031e
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 b9d031e

Please sign in to comment.