From ae5749d3561b576a05cb351dd70938eace634b87 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Fri, 15 May 2026 18:15:50 +0000 Subject: [PATCH] feat: Sync with Seam API via 7bd4044b7f555c651075826419bf9250cc498dc9 --- src/lib/seam/connect/openapi.ts | 16 ++++++++++++++++ src/lib/seam/connect/route-types.ts | 2 ++ 2 files changed, 18 insertions(+) diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index 79e6721c..78527099 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -73442,6 +73442,16 @@ const openapi: OpenAPISpec = { name: 'collection_key', schema: { description: 'Collection key.', type: 'string' }, }, + { + in: 'query', + name: 'connected_account_id', + schema: { + description: + 'Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account.', + format: 'uuid', + type: 'string', + }, + }, ], responses: { 200: { @@ -73557,6 +73567,12 @@ const openapi: OpenAPISpec = { description: 'Collection key.', type: 'string', }, + connected_account_id: { + description: + 'Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account.', + format: 'uuid', + type: 'string', + }, customer_key: { description: 'Customer key for which to auto-map spaces.', type: 'string', diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index 62332860..9de5b5ec 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -82239,6 +82239,8 @@ export type Routes = { customer_key?: string | undefined /** Collection key. */ collection_key?: string | undefined + /** Connected account to scope auto-mapping to. Filters partner resources by the matching connector and limits available devices/entrances to this account. */ + connected_account_id?: string | undefined } formData: {} jsonResponse: {