diff --git a/src/lib/seam/connect/internal/schemas.ts b/src/lib/seam/connect/internal/schemas.ts index a2779d74..c6652cc4 100644 --- a/src/lib/seam/connect/internal/schemas.ts +++ b/src/lib/seam/connect/internal/schemas.ts @@ -20,6 +20,7 @@ export { climate_preset, climate_setting, common_device_properties, + common_event, connect_webview_device_selection_mode, connected_account, custom_metadata_input, @@ -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, diff --git a/src/lib/seam/connect/models/acs/acs-credential.ts b/src/lib/seam/connect/models/acs/acs-credential.ts index 8c52642d..5fce7409 100644 --- a/src/lib/seam/connect/models/acs/acs-credential.ts +++ b/src/lib/seam/connect/models/acs/acs-credential.ts @@ -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([ diff --git a/src/lib/seam/connect/models/acs/acs-user.ts b/src/lib/seam/connect/models/acs/acs-user.ts index e291830d..8a9c212b 100644 --- a/src/lib/seam/connect/models/acs/acs-user.ts +++ b/src/lib/seam/connect/models/acs/acs-user.ts @@ -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 diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index 4fa3e2b1..5bccffc4 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -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', }, @@ -2129,6 +2131,7 @@ export default { 'salto_site_user', 'latch_user', 'dormakaba_community_user', + 'salto_space_user', ], type: 'string', }, @@ -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', }, @@ -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', }, @@ -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', }, @@ -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', }, @@ -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', }, @@ -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', }, @@ -19951,6 +19966,7 @@ export default { 'salto_site_user', 'latch_user', 'dormakaba_community_user', + 'salto_space_user', ], type: 'string', }, @@ -20369,6 +20385,7 @@ export default { 'salto_site_user', 'latch_user', 'dormakaba_community_user', + 'salto_space_user', ], type: 'string', }, diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index a15b7bdd..a81e2e38 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -159,6 +159,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -295,6 +297,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -478,6 +482,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -612,6 +618,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -1837,6 +1845,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -1973,6 +1983,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -2156,6 +2168,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -2290,6 +2304,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -4477,6 +4493,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -4613,6 +4631,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -4796,6 +4816,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -4930,6 +4952,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -6142,6 +6166,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -6278,6 +6304,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -6461,6 +6489,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -6595,6 +6625,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -7299,6 +7331,7 @@ export interface Routes { | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' + | 'salto_space_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */ @@ -7622,6 +7655,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -7818,6 +7853,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -7975,6 +8012,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -8136,6 +8175,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -8306,6 +8347,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -8546,6 +8589,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -8695,6 +8740,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -8857,6 +8904,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -9010,6 +9059,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -9262,6 +9313,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -9398,6 +9451,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -9581,6 +9636,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -9715,6 +9772,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -10344,6 +10403,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -10480,6 +10541,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -10663,6 +10726,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -10797,6 +10862,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -11552,6 +11619,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -12238,6 +12307,7 @@ export interface Routes { | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' + | 'salto_space_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */ @@ -12383,6 +12453,7 @@ export interface Routes { | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' + | 'salto_space_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */ @@ -12523,6 +12594,7 @@ export interface Routes { | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' + | 'salto_space_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */ @@ -12782,6 +12854,7 @@ export interface Routes { | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' + | 'salto_space_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */ @@ -12917,6 +12990,7 @@ export interface Routes { | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' + | 'salto_space_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */ @@ -13202,6 +13276,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -13338,6 +13414,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -13521,6 +13599,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -13655,6 +13735,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -14233,6 +14315,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -14369,6 +14453,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -14552,6 +14638,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -14686,6 +14774,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -25070,6 +25160,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -25206,6 +25298,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -25389,6 +25483,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -25523,6 +25619,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -26103,6 +26201,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -26239,6 +26339,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -26422,6 +26524,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -26556,6 +26660,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -29084,6 +29190,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -29220,6 +29328,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -29403,6 +29513,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -29537,6 +29649,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -30128,6 +30242,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -30264,6 +30380,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -30447,6 +30565,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -30581,6 +30701,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -31211,6 +31333,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -31347,6 +31471,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -31530,6 +31656,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -31664,6 +31792,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -32767,6 +32897,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -32903,6 +33035,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -33086,6 +33220,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -33220,6 +33356,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -33806,6 +33944,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -33942,6 +34082,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -34125,6 +34267,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -34259,6 +34403,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -35768,6 +35914,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -35904,6 +36052,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -36087,6 +36237,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -36221,6 +36373,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -36811,6 +36965,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -36947,6 +37103,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -37130,6 +37288,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -37264,6 +37424,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -39754,6 +39916,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -39890,6 +40054,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -40073,6 +40239,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -40207,6 +40375,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -40973,6 +41143,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -41109,6 +41281,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -41292,6 +41466,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -41426,6 +41602,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -42039,6 +42217,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -42175,6 +42355,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -42358,6 +42540,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -42492,6 +42676,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -45150,6 +45336,7 @@ export interface Routes { | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' + | 'salto_space_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */ @@ -45586,6 +45773,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -45722,6 +45911,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -45905,6 +46096,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */ @@ -46039,6 +46232,8 @@ export interface Routes { | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' + | 'salto_space_card' + | 'salto_space_mobile_key' ) | undefined /** Display name that corresponds to the brand-specific terminology for the credential type. */