From 69dcd170b2d15c0a6609982029aa845177cccbea Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 20 May 2026 18:51:48 +0000 Subject: [PATCH] feat: Sync with Seam API via cc0c73724e3ff3d25481cdef2a1fddf54b7f618b --- src/lib/seam/connect/models/devices/device-provider.ts | 3 ++- src/lib/seam/connect/openapi.ts | 7 +++++++ src/lib/seam/connect/route-types.ts | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/lib/seam/connect/models/devices/device-provider.ts b/src/lib/seam/connect/models/devices/device-provider.ts index 4e4e7032..8bd2e66e 100644 --- a/src/lib/seam/connect/models/devices/device-provider.ts +++ b/src/lib/seam/connect/models/devices/device-provider.ts @@ -56,6 +56,7 @@ export const DEVICE_PROVIDERS = { RING: 'ring', ICAL: 'ical', LODGIFY: 'lodgify', + HOSTAWAY: 'hostaway', } as const export type DeviceProviderName = @@ -143,7 +144,7 @@ export const PROVIDER_CATEGORY_MAP = { cameras: ['ring'], - connectors: ['ical', 'lodgify'], + connectors: ['ical', 'lodgify', 'hostaway'], internal_beta: ALL_DEVICE_PROVIDERS, } as const satisfies Record diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index 0823e9a7..d8055d93 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -15864,6 +15864,7 @@ const openapi: OpenAPISpec = { 'ring', 'ical', 'lodgify', + 'hostaway', ], type: 'string', }, @@ -49857,6 +49858,7 @@ const openapi: OpenAPISpec = { 'ring', 'ical', 'lodgify', + 'hostaway', 'yale_access', 'hid_cm', 'google_nest', @@ -54167,6 +54169,7 @@ const openapi: OpenAPISpec = { 'ring', 'ical', 'lodgify', + 'hostaway', ], type: 'string', }, @@ -54683,6 +54686,7 @@ const openapi: OpenAPISpec = { 'ring', 'ical', 'lodgify', + 'hostaway', ], type: 'string', }, @@ -56514,6 +56518,7 @@ const openapi: OpenAPISpec = { 'ring', 'ical', 'lodgify', + 'hostaway', ], type: 'string', }, @@ -57029,6 +57034,7 @@ const openapi: OpenAPISpec = { 'ring', 'ical', 'lodgify', + 'hostaway', ], type: 'string', }, @@ -65719,6 +65725,7 @@ const openapi: OpenAPISpec = { 'zonal', 'ical', 'lodgify', + 'hostaway', ], type: 'string', }, diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index a38bd918..ab77a8a3 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -36085,6 +36085,7 @@ export type Routes = { | 'ring' | 'ical' | 'lodgify' + | 'hostaway' | 'yale_access' | 'hid_cm' | 'google_nest' @@ -39803,6 +39804,7 @@ export type Routes = { | 'ring' | 'ical' | 'lodgify' + | 'hostaway' ) | undefined /** Array of device IDs for which you want to list devices. */ @@ -41628,6 +41630,7 @@ export type Routes = { | 'ring' | 'ical' | 'lodgify' + | 'hostaway' display_name: string image_url: string provider_categories: ( @@ -43341,6 +43344,7 @@ export type Routes = { | 'ring' | 'ical' | 'lodgify' + | 'hostaway' ) | undefined /** Array of device IDs for which you want to list devices. */ @@ -76601,6 +76605,7 @@ export type Routes = { | 'zonal' | 'ical' | 'lodgify' + | 'hostaway' /** Key identifying the customer */ customer_key?: string | undefined /** Instance-specific configuration for the connector */