diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index d44a57ea..953122a7 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -70209,6 +70209,11 @@ const openapi: OpenAPISpec = { }, type: 'array', }, + connected_account_id: { + format: 'uuid', + nullable: true, + type: 'string', + }, created_at: { format: 'date-time', type: 'string' }, ends_at: { format: 'date-time', @@ -70321,6 +70326,7 @@ const openapi: OpenAPISpec = { 'spaces', 'access_grant_id', 'access_methods', + 'connected_account_id', 'last_automation_result', ], type: 'object', @@ -70422,6 +70428,11 @@ const openapi: OpenAPISpec = { }, type: 'array', }, + connected_account_id: { + format: 'uuid', + nullable: true, + type: 'string', + }, created_at: { format: 'date-time', type: 'string' }, ends_at: { format: 'date-time', @@ -70534,6 +70545,7 @@ const openapi: OpenAPISpec = { 'spaces', 'access_grant_id', 'access_methods', + 'connected_account_id', 'last_automation_result', ], type: 'object', @@ -70734,6 +70746,11 @@ const openapi: OpenAPISpec = { }, type: 'array', }, + connected_account_id: { + format: 'uuid', + nullable: true, + type: 'string', + }, created_at: { format: 'date-time', type: 'string' }, ends_at: { format: 'date-time', @@ -70859,6 +70876,7 @@ const openapi: OpenAPISpec = { 'pending_mutations', 'access_methods', 'spaces', + 'connected_account_id', 'last_automation_result', ], type: 'object', @@ -71033,6 +71051,11 @@ const openapi: OpenAPISpec = { }, type: 'array', }, + connected_account_id: { + format: 'uuid', + nullable: true, + type: 'string', + }, created_at: { format: 'date-time', type: 'string' }, ends_at: { format: 'date-time', @@ -71158,6 +71181,7 @@ const openapi: OpenAPISpec = { 'pending_mutations', 'access_methods', 'spaces', + 'connected_account_id', 'last_automation_result', ], type: 'object', diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index 38b6a92b..c820f0d3 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -80837,6 +80837,7 @@ export type Routes = { code?: (string | null) | undefined instant_key_url?: string | undefined }[] + connected_account_id: string | null last_automation_result: { success: boolean rule: string @@ -80921,6 +80922,7 @@ export type Routes = { space_key: string name: string | null }[] + connected_account_id: string | null last_automation_result: { success: boolean rule: string