File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export const acs_credential_external_type = z.enum([
1717 'latch_access' ,
1818 'dormakaba_ambiance_credential' ,
1919 'hotek_card' ,
20+ 'salto_ks_tag' ,
2021] )
2122
2223export const acs_credential_access_method_type = z . enum ( [
Original file line number Diff line number Diff line change @@ -3829,6 +3829,7 @@ const openapi: OpenAPISpec = {
38293829 'latch_access',
38303830 'dormakaba_ambiance_credential',
38313831 'hotek_card',
3832+ 'salto_ks_tag',
38323833 ],
38333834 type: 'string',
38343835 },
@@ -6448,6 +6449,7 @@ const openapi: OpenAPISpec = {
64486449 'latch_access',
64496450 'dormakaba_ambiance_credential',
64506451 'hotek_card',
6452+ 'salto_ks_tag',
64516453 ],
64526454 type: 'string',
64536455 },
@@ -6904,6 +6906,7 @@ const openapi: OpenAPISpec = {
69046906 'latch_access',
69056907 'dormakaba_ambiance_credential',
69066908 'hotek_card',
6909+ 'salto_ks_tag',
69076910 ],
69086911 type: 'string',
69096912 },
@@ -7616,6 +7619,7 @@ const openapi: OpenAPISpec = {
76167619 'latch_access',
76177620 'dormakaba_ambiance_credential',
76187621 'hotek_card',
7622+ 'salto_ks_tag',
76197623 ],
76207624 type: 'string',
76217625 },
@@ -8069,6 +8073,7 @@ const openapi: OpenAPISpec = {
80698073 'latch_access',
80708074 'dormakaba_ambiance_credential',
80718075 'hotek_card',
8076+ 'salto_ks_tag',
80728077 ],
80738078 type: 'string',
80748079 },
@@ -25440,6 +25445,7 @@ const openapi: OpenAPISpec = {
2544025445 'latch_access',
2544125446 'dormakaba_ambiance_credential',
2544225447 'hotek_card',
25448+ 'salto_ks_tag',
2544325449 ],
2544425450 type: 'string',
2544525451 },
@@ -28831,6 +28837,7 @@ const openapi: OpenAPISpec = {
2883128837 'latch_access',
2883228838 'dormakaba_ambiance_credential',
2883328839 'hotek_card',
28840+ 'salto_ks_tag',
2883428841 ],
2883528842 type: 'string',
2883628843 },
You can’t perform that action at this time.
0 commit comments