From f4c91c99170a457a2d2a7828204cf3890a7aaaaa Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 13 Aug 2026 09:39:15 +0000 Subject: [PATCH] chore: Updates OpenAPI generated types for Globus Service APIs --- src/open-api/types/search.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/open-api/types/search.ts b/src/open-api/types/search.ts index 55f783c6..3c92943b 100644 --- a/src/open-api/types/search.ts +++ b/src/open-api/types/search.ts @@ -2740,6 +2740,11 @@ export interface components { q?: string; advanced?: boolean; q_settings?: components["schemas"]["QSettings"]; + /** + * @description Set to true to allow this operation to return data with visibility which does not include the current user. Only allowed for index admins and owners. + * @default false + */ + bypass_visible_to: boolean; filters?: components["schemas"]["GFilterV1"][]; }; DeleteByQuery: components["schemas"]["GSearchRequestBody2017"] | components["schemas"]["DeleteByQueryV1"];