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 cb9ab87f..5bccffc4 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -2131,6 +2131,7 @@ export default { 'salto_site_user', 'latch_user', 'dormakaba_community_user', + 'salto_space_user', ], type: 'string', }, @@ -19965,6 +19966,7 @@ export default { 'salto_site_user', 'latch_user', 'dormakaba_community_user', + 'salto_space_user', ], type: 'string', }, @@ -20383,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 dab61003..a81e2e38 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -7331,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. */ @@ -12306,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. */ @@ -12451,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. */ @@ -12591,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. */ @@ -12850,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. */ @@ -12985,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. */ @@ -45330,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. */