Skip to content

Commit 83a4d00

Browse files
authored
feat: Sync with Seam API via 00c90c91570c58f89c91e5824b49c260d655961f (#2394)
1 parent 8fb83bc commit 83a4d00

File tree

3 files changed

+136
-0
lines changed

3 files changed

+136
-0
lines changed

src/lib/seam/connect/models/acs/acs-credential.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const acs_credential_external_type = z.enum([
1515
'assa_abloy_vostio_key',
1616
'salto_space_key',
1717
'latch_access',
18+
'dormakaba_ambiance_credential',
1819
])
1920

2021
export const acs_credential_access_method_type = z.enum([

src/lib/seam/connect/openapi.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,6 +2291,7 @@ export default {
22912291
'assa_abloy_vostio_key',
22922292
'salto_space_key',
22932293
'latch_access',
2294+
'dormakaba_ambiance_credential',
22942295
],
22952296
type: 'string',
22962297
},
@@ -4699,6 +4700,7 @@ export default {
46994700
'assa_abloy_vostio_key',
47004701
'salto_space_key',
47014702
'latch_access',
4703+
'dormakaba_ambiance_credential',
47024704
],
47034705
type: 'string',
47044706
},
@@ -5153,6 +5155,7 @@ export default {
51535155
'assa_abloy_vostio_key',
51545156
'salto_space_key',
51555157
'latch_access',
5158+
'dormakaba_ambiance_credential',
51565159
],
51575160
type: 'string',
51585161
},
@@ -5806,6 +5809,7 @@ export default {
58065809
'assa_abloy_vostio_key',
58075810
'salto_space_key',
58085811
'latch_access',
5812+
'dormakaba_ambiance_credential',
58095813
],
58105814
type: 'string',
58115815
},
@@ -6257,6 +6261,7 @@ export default {
62576261
'assa_abloy_vostio_key',
62586262
'salto_space_key',
62596263
'latch_access',
6264+
'dormakaba_ambiance_credential',
62606265
],
62616266
type: 'string',
62626267
},
@@ -19780,6 +19785,7 @@ export default {
1978019785
'assa_abloy_vostio_key',
1978119786
'salto_space_key',
1978219787
'latch_access',
19788+
'dormakaba_ambiance_credential',
1978319789
],
1978419790
type: 'string',
1978519791
},
@@ -22559,6 +22565,7 @@ export default {
2255922565
'assa_abloy_vostio_key',
2256022566
'salto_space_key',
2256122567
'latch_access',
22568+
'dormakaba_ambiance_credential',
2256222569
],
2256322570
type: 'string',
2256422571
},

0 commit comments

Comments
 (0)