Skip to content

Commit b9d031e

Browse files
authored
fix: update resource.lookup event to match the type in functions-api repo (#746)
1 parent 844c657 commit b9d031e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/requests/typings/resources.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export type ResourcesSearchRequest = {
55
type: 'resources.search'
66
resourceType: string
77
query?: string
8-
limit: number
98
locale?: string
9+
limit: number
1010
pages?: {
1111
nextCursor: string
1212
}
@@ -26,6 +26,7 @@ export type ResourcesLookupRequest<L extends Record<string, Scalar[]> = Record<s
2626
type: 'resources.lookup'
2727
lookupBy: L
2828
resourceType: string
29+
locale?: string
2930
limit: number
3031
pages?: {
3132
nextCursor: string

0 commit comments

Comments
 (0)