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 18e4e0c
Show file tree
Hide file tree
Showing 5 changed files with 218 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
1 change: 1 addition & 0 deletions src/lib/seam/connect/models/acs/acs-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const acs_user_external_type = z.enum([
'salto_site_user',
'latch_user',
'dormakaba_community_user',
'salto_space_user',
])

export type AcsUserExternalType = z.infer<typeof acs_user_external_type>
Expand Down
17 changes: 17 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 @@ -2129,6 +2131,7 @@ export default {
'salto_site_user',
'latch_user',
'dormakaba_community_user',
'salto_space_user',
],
type: 'string',
},
Expand Down Expand Up @@ -2632,6 +2635,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 +3017,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 +3532,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 +3911,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 +17172,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 +17655,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 @@ -19951,6 +19966,7 @@ export default {
'salto_site_user',
'latch_user',
'dormakaba_community_user',
'salto_space_user',
],
type: 'string',
},
Expand Down Expand Up @@ -20369,6 +20385,7 @@ export default {
'salto_site_user',
'latch_user',
'dormakaba_community_user',
'salto_space_user',
],
type: 'string',
},
Expand Down
Loading

0 comments on commit 18e4e0c

Please sign in to comment.