Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Jan 13, 2025
1 parent 1270ee3 commit 8506b4f
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/seam/connect/internal/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export {
climate_preset,
climate_setting,
common_device_properties,
common_event,
connect_webview_device_selection_mode,
connected_account,
custom_metadata_input,
Expand All @@ -28,6 +29,8 @@ export {
device_provider,
dormakaba_oracode_time_slot,
enrollment_automation,
seam_event as event,
seam_event_type as event_type,
fan_mode_setting,
lock_device_type,
access_code as managed_access_code,
Expand Down
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 8506b4f

Please sign in to comment.