From b9d031ea346d0f122c5a5185722e77e280c97982 Mon Sep 17 00:00:00 2001 From: Bas Kiers Date: Tue, 14 Jan 2025 15:56:49 +0100 Subject: [PATCH] fix: update resource.lookup event to match the type in functions-api repo (#746) --- src/requests/typings/resources.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/requests/typings/resources.ts b/src/requests/typings/resources.ts index 9744db5..7839e71 100644 --- a/src/requests/typings/resources.ts +++ b/src/requests/typings/resources.ts @@ -5,8 +5,8 @@ export type ResourcesSearchRequest = { type: 'resources.search' resourceType: string query?: string - limit: number locale?: string + limit: number pages?: { nextCursor: string } @@ -26,6 +26,7 @@ export type ResourcesLookupRequest = Record