File tree Expand file tree Collapse file tree 3 files changed +136
-0
lines changed Expand file tree Collapse file tree 3 files changed +136
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export const acs_credential_external_type = z.enum([
15
15
'assa_abloy_vostio_key' ,
16
16
'salto_space_key' ,
17
17
'latch_access' ,
18
+ 'dormakaba_ambiance_credential' ,
18
19
] )
19
20
20
21
export const acs_credential_access_method_type = z . enum ( [
Original file line number Diff line number Diff line change @@ -2291,6 +2291,7 @@ export default {
2291
2291
'assa_abloy_vostio_key',
2292
2292
'salto_space_key',
2293
2293
'latch_access',
2294
+ 'dormakaba_ambiance_credential',
2294
2295
],
2295
2296
type: 'string',
2296
2297
},
@@ -4699,6 +4700,7 @@ export default {
4699
4700
'assa_abloy_vostio_key',
4700
4701
'salto_space_key',
4701
4702
'latch_access',
4703
+ 'dormakaba_ambiance_credential',
4702
4704
],
4703
4705
type: 'string',
4704
4706
},
@@ -5153,6 +5155,7 @@ export default {
5153
5155
'assa_abloy_vostio_key',
5154
5156
'salto_space_key',
5155
5157
'latch_access',
5158
+ 'dormakaba_ambiance_credential',
5156
5159
],
5157
5160
type: 'string',
5158
5161
},
@@ -5806,6 +5809,7 @@ export default {
5806
5809
'assa_abloy_vostio_key',
5807
5810
'salto_space_key',
5808
5811
'latch_access',
5812
+ 'dormakaba_ambiance_credential',
5809
5813
],
5810
5814
type: 'string',
5811
5815
},
@@ -6257,6 +6261,7 @@ export default {
6257
6261
'assa_abloy_vostio_key',
6258
6262
'salto_space_key',
6259
6263
'latch_access',
6264
+ 'dormakaba_ambiance_credential',
6260
6265
],
6261
6266
type: 'string',
6262
6267
},
@@ -19780,6 +19785,7 @@ export default {
19780
19785
'assa_abloy_vostio_key',
19781
19786
'salto_space_key',
19782
19787
'latch_access',
19788
+ 'dormakaba_ambiance_credential',
19783
19789
],
19784
19790
type: 'string',
19785
19791
},
@@ -22559,6 +22565,7 @@ export default {
22559
22565
'assa_abloy_vostio_key',
22560
22566
'salto_space_key',
22561
22567
'latch_access',
22568
+ 'dormakaba_ambiance_credential',
22562
22569
],
22563
22570
type: 'string',
22564
22571
},
You can’t perform that action at this time.
0 commit comments