From e1e1ecfd0466a5497cb51e02a241821277711f4d Mon Sep 17 00:00:00 2001 From: Joshua Berry Date: Fri, 21 Nov 2025 11:22:33 +0000 Subject: [PATCH] [ARC-708] add referencingEntryId to resources types --- src/requests/typings/resources.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/requests/typings/resources.ts b/src/requests/typings/resources.ts index 8f2c55e4..f12a2a54 100644 --- a/src/requests/typings/resources.ts +++ b/src/requests/typings/resources.ts @@ -9,6 +9,7 @@ export type ResourcesSearchRequest = { query?: string locale?: string limit: number + referencingEntryId?: string pages?: { nextCursor: string } @@ -30,6 +31,7 @@ export type ResourcesLookupRequest = Record