Skip to content

Commit d762fc2

Browse files
committed
feat: Sync with Seam API via b2d0e17c83c2f641b3063ba989b508c2836c8061
1 parent 1573ce1 commit d762fc2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74538,6 +74538,12 @@ export default {
7453874538
description: 'Name of the new workspace.',
7453974539
type: 'string',
7454074540
},
74541+
organization_id: {
74542+
description:
74543+
'ID of the organization to associate with the new workspace.',
74544+
format: 'uuid',
74545+
type: 'string',
74546+
},
7454174547
webview_logo_shape: {
7454274548
deprecated: true,
7454374549
enum: ['circle', 'square'],

src/lib/seam/connect/route-types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98519,6 +98519,8 @@ export type Routes = {
9851998519
jsonBody: {
9852098520
/** Name of the new workspace. */
9852198521
name: string
98522+
/** ID of the organization to associate with the new workspace. */
98523+
organization_id?: string | undefined
9852298524
/** Company name for the new workspace. */
9852398525
company_name?: string | undefined
9852498526
/** Connect partner name for the new workspace. */

0 commit comments

Comments
 (0)