Skip to content

Commit a9844a1

Browse files
authored
[ARC-708] add referencingEntryId to resources types (#783)
1 parent aee68a9 commit a9844a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/requests/typings/resources.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export type ResourcesSearchRequest = {
99
query?: string
1010
locale?: string
1111
limit: number
12+
referencingEntryId?: string
1213
pages?: {
1314
nextCursor: string
1415
}
@@ -30,6 +31,7 @@ export type ResourcesLookupRequest<L extends Record<string, Scalar[]> = Record<s
3031
resourceType: string
3132
locale?: string
3233
limit: number
34+
referencingEntryId?: string
3335
pages?: {
3436
nextCursor: string
3537
}

0 commit comments

Comments
 (0)