From 618db7e8ce2e017652fd4d14673cb95ac496969c Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 26 May 2026 19:30:15 +0000 Subject: [PATCH] feat: Sync with Seam API via 132bf8d8ced9c59b48f8c53d45bbba5f754326f0 --- 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 8bd2e66e..0915967a 100644 --- a/src/lib/seam/connect/models/devices/device-provider.ts +++ b/src/lib/seam/connect/models/devices/device-provider.ts @@ -57,6 +57,7 @@ export const DEVICE_PROVIDERS = { ICAL: 'ical', LODGIFY: 'lodgify', HOSTAWAY: 'hostaway', + ACUITY_SCHEDULING: 'acuity_scheduling', } as const export type DeviceProviderName = @@ -144,7 +145,7 @@ export const PROVIDER_CATEGORY_MAP = { cameras: ['ring'], - connectors: ['ical', 'lodgify', 'hostaway'], + connectors: ['ical', 'lodgify', 'hostaway', 'acuity_scheduling'], 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 695690eb..0e0052de 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -15917,6 +15917,7 @@ const openapi: OpenAPISpec = { 'ical', 'lodgify', 'hostaway', + 'acuity_scheduling', ], type: 'string', }, @@ -49954,6 +49955,7 @@ const openapi: OpenAPISpec = { 'ical', 'lodgify', 'hostaway', + 'acuity_scheduling', 'yale_access', 'hid_cm', 'google_nest', @@ -54265,6 +54267,7 @@ const openapi: OpenAPISpec = { 'ical', 'lodgify', 'hostaway', + 'acuity_scheduling', ], type: 'string', }, @@ -54782,6 +54785,7 @@ const openapi: OpenAPISpec = { 'ical', 'lodgify', 'hostaway', + 'acuity_scheduling', ], type: 'string', }, @@ -56614,6 +56618,7 @@ const openapi: OpenAPISpec = { 'ical', 'lodgify', 'hostaway', + 'acuity_scheduling', ], type: 'string', }, @@ -57130,6 +57135,7 @@ const openapi: OpenAPISpec = { 'ical', 'lodgify', 'hostaway', + 'acuity_scheduling', ], type: 'string', }, @@ -65821,6 +65827,7 @@ const openapi: OpenAPISpec = { 'ical', 'lodgify', 'hostaway', + 'acuity_scheduling', ], type: 'string', }, diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index 1004b373..e63ceb78 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -36210,6 +36210,7 @@ export type Routes = { | 'ical' | 'lodgify' | 'hostaway' + | 'acuity_scheduling' | 'yale_access' | 'hid_cm' | 'google_nest' @@ -39929,6 +39930,7 @@ export type Routes = { | 'ical' | 'lodgify' | 'hostaway' + | 'acuity_scheduling' ) | undefined /** Array of device IDs for which you want to list devices. */ @@ -41755,6 +41757,7 @@ export type Routes = { | 'ical' | 'lodgify' | 'hostaway' + | 'acuity_scheduling' display_name: string image_url: string provider_categories: ( @@ -43469,6 +43472,7 @@ export type Routes = { | 'ical' | 'lodgify' | 'hostaway' + | 'acuity_scheduling' ) | undefined /** Array of device IDs for which you want to list devices. */ @@ -76730,6 +76734,7 @@ export type Routes = { | 'ical' | 'lodgify' | 'hostaway' + | 'acuity_scheduling' /** Key identifying the customer */ customer_key?: string | undefined /** Instance-specific configuration for the connector */