Skip to content

Commit cc11c88

Browse files
github-actions[bot]github-actions
andauthored
chore(Search): Updates OpenAPI generated types for Globus Service APIs (#903)
This PR was auto-generated by the `scheduled--generate-types` GitHub Action workflow. ### Continuous integration workflows were NOT run on the creation of this pull request. --- - [x] Update the title (scope) of this pull request to match the changes made. - [x] Close and reopen this pull request to trigger workflows. Co-authored-by: github-actions <github-actions@github.com>
1 parent a871af7 commit cc11c88

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/open-api/types/search.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2740,6 +2740,11 @@ export interface components {
27402740
q?: string;
27412741
advanced?: boolean;
27422742
q_settings?: components["schemas"]["QSettings"];
2743+
/**
2744+
* @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.
2745+
* @default false
2746+
*/
2747+
bypass_visible_to: boolean;
27432748
filters?: components["schemas"]["GFilterV1"][];
27442749
};
27452750
DeleteByQuery: components["schemas"]["GSearchRequestBody2017"] | components["schemas"]["DeleteByQueryV1"];

0 commit comments

Comments
 (0)