From aee550a3a263fd4dde3f288ec1e0773c884fa563 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Wed, 17 Jun 2026 22:34:11 +0000 Subject: [PATCH] feat: Sync with Seam API via b5db1104ce103df8f787f42d2cb3e3dab9026e7d --- src/lib/seam/connect/models/devices/device-provider.ts | 3 +++ src/lib/seam/connect/openapi.ts | 2 ++ src/lib/seam/connect/route-types.ts | 2 ++ 3 files changed, 7 insertions(+) diff --git a/src/lib/seam/connect/models/devices/device-provider.ts b/src/lib/seam/connect/models/devices/device-provider.ts index ebc47096..7e927fc8 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 = { ULTRALOQ: 'ultraloq', DUSAW: 'dusaw', SIFELY: 'sifely', + THIRTY_THREE_LOCK: 'thirty_three_lock', RING: 'ring', ICAL: 'ical', LODGIFY: 'lodgify', @@ -116,6 +117,7 @@ export const PROVIDER_CATEGORY_MAP = { 'sifely', 'omnitec', 'dusaw', + 'thirty_three_lock', ], consumer_smartlocks: [ @@ -137,6 +139,7 @@ export const PROVIDER_CATEGORY_MAP = { 'dusaw', 'keyincode', 'sifely', + 'thirty_three_lock', ], beta: [], diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index cffc7742..7ce3c3dc 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -17565,6 +17565,7 @@ const openapi: OpenAPISpec = { 'ultraloq', 'dusaw', 'sifely', + 'thirty_three_lock', 'ring', 'ical', 'lodgify', @@ -52252,6 +52253,7 @@ const openapi: OpenAPISpec = { 'ultraloq', 'dusaw', 'sifely', + 'thirty_three_lock', 'ring', 'ical', 'lodgify', diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index 85503b43..e53aa844 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -46681,6 +46681,7 @@ export type Routes = { | 'ultraloq' | 'dusaw' | 'sifely' + | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' @@ -52427,6 +52428,7 @@ export type Routes = { | 'ultraloq' | 'dusaw' | 'sifely' + | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify'