Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lib/seam/connect/models/acs/acs-credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const acs_credential_external_type = z.enum([
'latch_access',
'dormakaba_ambiance_credential',
'hotek_card',
'salto_ks_tag',
])

export const acs_credential_access_method_type = z.enum([
Expand Down
7 changes: 7 additions & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3829,6 +3829,7 @@ const openapi: OpenAPISpec = {
'latch_access',
'dormakaba_ambiance_credential',
'hotek_card',
'salto_ks_tag',
],
type: 'string',
},
Expand Down Expand Up @@ -6448,6 +6449,7 @@ const openapi: OpenAPISpec = {
'latch_access',
'dormakaba_ambiance_credential',
'hotek_card',
'salto_ks_tag',
],
type: 'string',
},
Expand Down Expand Up @@ -6904,6 +6906,7 @@ const openapi: OpenAPISpec = {
'latch_access',
'dormakaba_ambiance_credential',
'hotek_card',
'salto_ks_tag',
],
type: 'string',
},
Expand Down Expand Up @@ -7616,6 +7619,7 @@ const openapi: OpenAPISpec = {
'latch_access',
'dormakaba_ambiance_credential',
'hotek_card',
'salto_ks_tag',
],
type: 'string',
},
Expand Down Expand Up @@ -8069,6 +8073,7 @@ const openapi: OpenAPISpec = {
'latch_access',
'dormakaba_ambiance_credential',
'hotek_card',
'salto_ks_tag',
],
type: 'string',
},
Expand Down Expand Up @@ -25440,6 +25445,7 @@ const openapi: OpenAPISpec = {
'latch_access',
'dormakaba_ambiance_credential',
'hotek_card',
'salto_ks_tag',
],
type: 'string',
},
Expand Down Expand Up @@ -28831,6 +28837,7 @@ const openapi: OpenAPISpec = {
'latch_access',
'dormakaba_ambiance_credential',
'hotek_card',
'salto_ks_tag',
],
type: 'string',
},
Expand Down
Loading
Loading