Skip to content

Commit 2ceef75

Browse files
authored
feat: Sync with Seam API via cc0c73724e3ff3d25481cdef2a1fddf54b7f618b (#2821)
1 parent c0b58f9 commit 2ceef75

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

src/lib/seam/connect/models/devices/device-provider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const DEVICE_PROVIDERS = {
5656
RING: 'ring',
5757
ICAL: 'ical',
5858
LODGIFY: 'lodgify',
59+
HOSTAWAY: 'hostaway',
5960
} as const
6061

6162
export type DeviceProviderName =
@@ -143,7 +144,7 @@ export const PROVIDER_CATEGORY_MAP = {
143144

144145
cameras: ['ring'],
145146

146-
connectors: ['ical', 'lodgify'],
147+
connectors: ['ical', 'lodgify', 'hostaway'],
147148

148149
internal_beta: ALL_DEVICE_PROVIDERS,
149150
} as const satisfies Record<string, readonly DeviceProviderName[]>

src/lib/seam/connect/openapi.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15864,6 +15864,7 @@ const openapi: OpenAPISpec = {
1586415864
'ring',
1586515865
'ical',
1586615866
'lodgify',
15867+
'hostaway',
1586715868
],
1586815869
type: 'string',
1586915870
},
@@ -49857,6 +49858,7 @@ const openapi: OpenAPISpec = {
4985749858
'ring',
4985849859
'ical',
4985949860
'lodgify',
49861+
'hostaway',
4986049862
'yale_access',
4986149863
'hid_cm',
4986249864
'google_nest',
@@ -54167,6 +54169,7 @@ const openapi: OpenAPISpec = {
5416754169
'ring',
5416854170
'ical',
5416954171
'lodgify',
54172+
'hostaway',
5417054173
],
5417154174
type: 'string',
5417254175
},
@@ -54683,6 +54686,7 @@ const openapi: OpenAPISpec = {
5468354686
'ring',
5468454687
'ical',
5468554688
'lodgify',
54689+
'hostaway',
5468654690
],
5468754691
type: 'string',
5468854692
},
@@ -56514,6 +56518,7 @@ const openapi: OpenAPISpec = {
5651456518
'ring',
5651556519
'ical',
5651656520
'lodgify',
56521+
'hostaway',
5651756522
],
5651856523
type: 'string',
5651956524
},
@@ -57029,6 +57034,7 @@ const openapi: OpenAPISpec = {
5702957034
'ring',
5703057035
'ical',
5703157036
'lodgify',
57037+
'hostaway',
5703257038
],
5703357039
type: 'string',
5703457040
},
@@ -65719,6 +65725,7 @@ const openapi: OpenAPISpec = {
6571965725
'zonal',
6572065726
'ical',
6572165727
'lodgify',
65728+
'hostaway',
6572265729
],
6572365730
type: 'string',
6572465731
},

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36085,6 +36085,7 @@ export type Routes = {
3608536085
| 'ring'
3608636086
| 'ical'
3608736087
| 'lodgify'
36088+
| 'hostaway'
3608836089
| 'yale_access'
3608936090
| 'hid_cm'
3609036091
| 'google_nest'
@@ -39803,6 +39804,7 @@ export type Routes = {
3980339804
| 'ring'
3980439805
| 'ical'
3980539806
| 'lodgify'
39807+
| 'hostaway'
3980639808
)
3980739809
| undefined
3980839810
/** Array of device IDs for which you want to list devices. */
@@ -41628,6 +41630,7 @@ export type Routes = {
4162841630
| 'ring'
4162941631
| 'ical'
4163041632
| 'lodgify'
41633+
| 'hostaway'
4163141634
display_name: string
4163241635
image_url: string
4163341636
provider_categories: (
@@ -43341,6 +43344,7 @@ export type Routes = {
4334143344
| 'ring'
4334243345
| 'ical'
4334343346
| 'lodgify'
43347+
| 'hostaway'
4334443348
)
4334543349
| undefined
4334643350
/** Array of device IDs for which you want to list devices. */
@@ -76601,6 +76605,7 @@ export type Routes = {
7660176605
| 'zonal'
7660276606
| 'ical'
7660376607
| 'lodgify'
76608+
| 'hostaway'
7660476609
/** Key identifying the customer */
7660576610
customer_key?: string | undefined
7660676611
/** Instance-specific configuration for the connector */

0 commit comments

Comments
 (0)