Skip to content

Commit 1b667fd

Browse files
github-actions[bot]github-actions
andauthored
chore(Search): Updates OpenAPI generated types for Globus Service APIs (#867)
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 0c0358a commit 1b667fd

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/open-api/types/search.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,8 +2024,8 @@ export interface components {
20242024
bypass_visible_to: boolean;
20252025
filter_principal_sets?: string[];
20262026
/**
2027-
* @description discriminator enum property added by openapi-typescript
2028-
* @enum {string}
2027+
* @default 2017-09-01
2028+
* @constant
20292029
*/
20302030
"@version": "2017-09-01";
20312031
offset?: number;
@@ -2350,8 +2350,8 @@ export interface components {
23502350
bypass_visible_to: boolean;
23512351
filter_principal_sets?: string[];
23522352
/**
2353-
* @description discriminator enum property added by openapi-typescript
2354-
* @enum {string}
2353+
* @default query#1.0.0
2354+
* @constant
23552355
*/
23562356
"@version": "query#1.0.0";
23572357
/**
@@ -2382,8 +2382,8 @@ export interface components {
23822382
bypass_visible_to: boolean;
23832383
filter_principal_sets?: string[];
23842384
/**
2385-
* @description discriminator enum property added by openapi-typescript
2386-
* @enum {string}
2385+
* @default 2017-09-01
2386+
* @constant
23872387
*/
23882388
"@version": "2017-09-01";
23892389
filters?: components["schemas"]["GFilter"][];
@@ -2401,8 +2401,8 @@ export interface components {
24012401
bypass_visible_to: boolean;
24022402
filter_principal_sets?: string[];
24032403
/**
2404-
* @description discriminator enum property added by openapi-typescript
2405-
* @enum {string}
2404+
* @default scroll#1.0.0
2405+
* @constant
24062406
*/
24072407
"@version": "scroll#1.0.0";
24082408
filters?: components["schemas"]["GFilterV1"][];
@@ -2732,8 +2732,8 @@ export interface components {
27322732
};
27332733
DeleteByQueryV1: {
27342734
/**
2735-
* @description discriminator enum property added by openapi-typescript
2736-
* @enum {string}
2735+
* @default delete_by_query#1.0.0
2736+
* @constant
27372737
*/
27382738
"@version": "delete_by_query#1.0.0";
27392739
q?: string;

0 commit comments

Comments
 (0)