Skip to content

Commit

Permalink
feat: Add assa_abloy_vostio credential external types (#1448)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Sosenko <[email protected]>
  • Loading branch information
seambot and razor-x authored Jan 10, 2025
1 parent 4ad9e17 commit 0a0af85
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/seam/connect/models/acs/acs-credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export const acs_credential_external_type = z.enum([
'hid_credential',
'visionline_card',
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
])

export const acs_credential_access_method_type = z.enum([
Expand Down
14 changes: 14 additions & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ export default {
'hid_credential',
'visionline_card',
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -2055,6 +2057,8 @@ export default {
'hid_credential',
'visionline_card',
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -2415,6 +2419,8 @@ export default {
'hid_credential',
'visionline_card',
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -2908,6 +2914,8 @@ export default {
'hid_credential',
'visionline_card',
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -3265,6 +3273,8 @@ export default {
'hid_credential',
'visionline_card',
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -15192,6 +15202,8 @@ export default {
'hid_credential',
'visionline_card',
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -15653,6 +15665,8 @@ export default {
'hid_credential',
'visionline_card',
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
],
type: 'string',
},
Expand Down
Loading

0 comments on commit 0a0af85

Please sign in to comment.