Skip to content

Commit

Permalink
feat: Add salto_space credential external_type (#1458)
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 13, 2025
1 parent 1270ee3 commit fa17cac
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 @@ -14,6 +14,8 @@ export const acs_credential_external_type = z.enum([
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
'salto_space_card',
'salto_space_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 @@ -1116,6 +1116,8 @@ export default {
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
'salto_space_card',
'salto_space_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -2632,6 +2634,8 @@ export default {
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
'salto_space_card',
'salto_space_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -3012,6 +3016,8 @@ export default {
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
'salto_space_card',
'salto_space_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -3525,6 +3531,8 @@ export default {
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
'salto_space_card',
'salto_space_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -3902,6 +3910,8 @@ export default {
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
'salto_space_card',
'salto_space_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -17161,6 +17171,8 @@ export default {
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
'salto_space_card',
'salto_space_mobile_key',
],
type: 'string',
},
Expand Down Expand Up @@ -17642,6 +17654,8 @@ export default {
'salto_ks_credential',
'assa_abloy_vostio_card',
'assa_abloy_vostio_mobile_key',
'salto_space_card',
'salto_space_mobile_key',
],
type: 'string',
},
Expand Down
Loading

0 comments on commit fa17cac

Please sign in to comment.