Skip to content

Commit 87c8b73

Browse files
committed
feat: Sync with Seam API via 3803173f4116281c2ab5591fa8551eafc741ae70
1 parent df033e9 commit 87c8b73

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const DEVICE_PROVIDERS = {
5656
ULTRALOQ: 'ultraloq',
5757
DUSAW: 'dusaw',
5858
SIFELY: 'sifely',
59+
THIRTY_THREE_LOCK: 'thirty_three_lock',
5960
RING: 'ring',
6061
ICAL: 'ical',
6162
LODGIFY: 'lodgify',
@@ -116,6 +117,7 @@ export const PROVIDER_CATEGORY_MAP = {
116117
'sifely',
117118
'omnitec',
118119
'dusaw',
120+
'thirty_three_lock',
119121
],
120122

121123
consumer_smartlocks: [
@@ -137,6 +139,7 @@ export const PROVIDER_CATEGORY_MAP = {
137139
'dusaw',
138140
'keyincode',
139141
'sifely',
142+
'thirty_three_lock',
140143
],
141144

142145
beta: [],

src/lib/seam/connect/openapi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17565,6 +17565,7 @@ const openapi: OpenAPISpec = {
1756517565
'ultraloq',
1756617566
'dusaw',
1756717567
'sifely',
17568+
'thirty_three_lock',
1756817569
'ring',
1756917570
'ical',
1757017571
'lodgify',
@@ -52252,6 +52253,7 @@ const openapi: OpenAPISpec = {
5225252253
'ultraloq',
5225352254
'dusaw',
5225452255
'sifely',
52256+
'thirty_three_lock',
5225552257
'ring',
5225652258
'ical',
5225752259
'lodgify',

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46681,6 +46681,7 @@ export type Routes = {
4668146681
| 'ultraloq'
4668246682
| 'dusaw'
4668346683
| 'sifely'
46684+
| 'thirty_three_lock'
4668446685
| 'ring'
4668546686
| 'ical'
4668646687
| 'lodgify'
@@ -52427,6 +52428,7 @@ export type Routes = {
5242752428
| 'ultraloq'
5242852429
| 'dusaw'
5242952430
| 'sifely'
52431+
| 'thirty_three_lock'
5243052432
| 'ring'
5243152433
| 'ical'
5243252434
| 'lodgify'

0 commit comments

Comments
 (0)