Skip to content

Commit 3ec00a3

Browse files
committed
feat: Sync with Seam API via 1327958f31a3c826867a29b967efe7a049a75693
1 parent 17585de commit 3ec00a3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/seam/connect/openapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52321,6 +52321,7 @@ const openapi: OpenAPISpec = {
5232152321
'yale_access',
5232252322
'hid_cm',
5232352323
'google_nest',
52324+
'slack',
5232452325
],
5232552326
type: 'string',
5232652327
},

src/lib/seam/connect/route-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46714,6 +46714,7 @@ export type Routes = {
4671446714
| 'yale_access'
4671546715
| 'hid_cm'
4671646716
| 'google_nest'
46717+
| 'slack'
4671746718
)[]
4671846719
| undefined
4671946720
/** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/api/devices/list_device_providers) with the desired `provider_category` filter. */

0 commit comments

Comments
 (0)