Skip to content

Commit 8e0b92c

Browse files
github-actions[bot]github-actions
andauthored
chore(Search): Updates OpenAPI generated types for Globus Service APIs (#793)
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. --- - [ ] Update the title (scope) of this pull request to match the changes made. - [ ] Close and reopen this pull request to trigger workflows. Co-authored-by: github-actions <github-actions@github.com>
1 parent fab701f commit 8e0b92c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/open-api/types/search.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,8 +1206,8 @@ export interface components {
12061206
missing?: number;
12071207
};
12081208
DateHistogramRange: {
1209-
low?: unknown;
1210-
high?: unknown;
1209+
low: unknown;
1210+
high: unknown;
12111211
};
12121212
DateHistogramFacet: {
12131213
/** @default 2017-09-01 */
@@ -1917,8 +1917,8 @@ export interface components {
19171917
additional_filters?: components["schemas"]["GFilterV1"][];
19181918
};
19191919
DateHistogramRangeV1: {
1920-
low?: unknown;
1921-
high?: unknown;
1920+
low: unknown;
1921+
high: unknown;
19221922
};
19231923
DateHistogramFacetV1: {
19241924
/**

0 commit comments

Comments
 (0)