Skip to content

Commit ee563ca

Browse files
authored
feat(Streams): add methods and types for Streams (#682)
1 parent 7c53804 commit ee563ca

File tree

9 files changed

+1396
-0
lines changed

9 files changed

+1396
-0
lines changed

scripts/open-api/generate-types.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const SCHEMAS = [
3434
url: 'https://search.api.globus.org/autodoc/openapi.json',
3535
filename: path.join(OPEN_API_TYPES_DIR, `search.ts`),
3636
},
37+
{
38+
url: 'https://transfer.api.globus.org/v2/openapi.json',
39+
filename: path.join(OPEN_API_TYPES_DIR, `transfer.ts`),
40+
},
3741
];
3842

3943
function generate() {

0 commit comments

Comments
 (0)