diff --git a/src/lib/seam/connect/models/acs/acs-credential.ts b/src/lib/seam/connect/models/acs/acs-credential.ts index 400fd03f..088003c4 100644 --- a/src/lib/seam/connect/models/acs/acs-credential.ts +++ b/src/lib/seam/connect/models/acs/acs-credential.ts @@ -18,6 +18,7 @@ export const acs_credential_external_type = z.enum([ 'dormakaba_ambiance_credential', 'hotek_card', 'salto_ks_tag', + 'avigilon_alta_credential', ]) export const acs_credential_access_method_type = z.enum([ diff --git a/src/lib/seam/connect/models/acs/acs-users/acs-user.ts b/src/lib/seam/connect/models/acs/acs-users/acs-user.ts index be0da56c..4555afc4 100644 --- a/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +++ b/src/lib/seam/connect/models/acs/acs-users/acs-user.ts @@ -13,6 +13,7 @@ export const acs_user_external_type = z.enum([ 'latch_user', 'dormakaba_community_user', 'salto_space_user', + 'avigilon_alta_user', ]) export type AcsUserExternalType = z.infer diff --git a/src/lib/seam/connect/openapi.ts b/src/lib/seam/connect/openapi.ts index 656f3b4e..f4de4541 100644 --- a/src/lib/seam/connect/openapi.ts +++ b/src/lib/seam/connect/openapi.ts @@ -3830,6 +3830,7 @@ const openapi: OpenAPISpec = { 'dormakaba_ambiance_credential', 'hotek_card', 'salto_ks_tag', + 'avigilon_alta_credential', ], type: 'string', }, @@ -5316,6 +5317,7 @@ const openapi: OpenAPISpec = { 'latch_user', 'dormakaba_community_user', 'salto_space_user', + 'avigilon_alta_user', ], type: 'string', }, @@ -6450,6 +6452,7 @@ const openapi: OpenAPISpec = { 'dormakaba_ambiance_credential', 'hotek_card', 'salto_ks_tag', + 'avigilon_alta_credential', ], type: 'string', }, @@ -6907,6 +6910,7 @@ const openapi: OpenAPISpec = { 'dormakaba_ambiance_credential', 'hotek_card', 'salto_ks_tag', + 'avigilon_alta_credential', ], type: 'string', }, @@ -7620,6 +7624,7 @@ const openapi: OpenAPISpec = { 'dormakaba_ambiance_credential', 'hotek_card', 'salto_ks_tag', + 'avigilon_alta_credential', ], type: 'string', }, @@ -8074,6 +8079,7 @@ const openapi: OpenAPISpec = { 'dormakaba_ambiance_credential', 'hotek_card', 'salto_ks_tag', + 'avigilon_alta_credential', ], type: 'string', }, @@ -25479,6 +25485,7 @@ const openapi: OpenAPISpec = { 'dormakaba_ambiance_credential', 'hotek_card', 'salto_ks_tag', + 'avigilon_alta_credential', ], type: 'string', }, @@ -28871,6 +28878,7 @@ const openapi: OpenAPISpec = { 'dormakaba_ambiance_credential', 'hotek_card', 'salto_ks_tag', + 'avigilon_alta_credential', ], type: 'string', }, @@ -29394,6 +29402,7 @@ const openapi: OpenAPISpec = { 'latch_user', 'dormakaba_community_user', 'salto_space_user', + 'avigilon_alta_user', ], type: 'string', }, diff --git a/src/lib/seam/connect/route-types.ts b/src/lib/seam/connect/route-types.ts index 176d416f..c46ffc01 100644 --- a/src/lib/seam/connect/route-types.ts +++ b/src/lib/seam/connect/route-types.ts @@ -247,6 +247,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -413,6 +414,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -655,6 +657,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -815,6 +818,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -3179,6 +3183,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -3345,6 +3350,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -3587,6 +3593,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -3747,6 +3754,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -8225,6 +8233,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -8391,6 +8400,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -8633,6 +8643,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -8793,6 +8804,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -11017,6 +11029,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -11183,6 +11196,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -11425,6 +11439,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -11585,6 +11600,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -16687,6 +16703,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -16853,6 +16870,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -17095,6 +17113,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -17255,6 +17274,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -20527,6 +20547,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -21730,6 +21751,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -22533,6 +22555,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -22773,6 +22796,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -22960,6 +22984,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -23152,6 +23177,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -23354,6 +23380,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -23739,6 +23766,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -23914,6 +23942,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -24107,6 +24136,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -24290,6 +24320,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -24625,6 +24656,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -24791,6 +24823,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -25033,6 +25066,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -25193,6 +25227,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -26289,6 +26324,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -26455,6 +26491,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -26697,6 +26734,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -26857,6 +26895,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -28212,6 +28251,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -28545,6 +28585,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -28711,6 +28752,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -28953,6 +28995,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -29113,6 +29156,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -30554,6 +30598,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -30866,6 +30911,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -31166,6 +31212,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -31710,6 +31757,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -32006,6 +32054,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -32522,6 +32571,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -32688,6 +32738,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -32930,6 +32981,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -33090,6 +33142,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -34075,6 +34128,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -34241,6 +34295,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -34483,6 +34538,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -34643,6 +34699,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -50653,6 +50710,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -50819,6 +50877,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -51061,6 +51120,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -51221,6 +51281,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -59052,6 +59113,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -59218,6 +59280,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -59460,6 +59523,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -59620,6 +59684,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -60606,6 +60671,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -60772,6 +60838,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -61014,6 +61081,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -61174,6 +61242,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -62158,6 +62227,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -62324,6 +62394,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -62566,6 +62637,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -62726,6 +62798,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -63712,6 +63785,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -63878,6 +63952,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -64120,6 +64195,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -64280,6 +64356,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -68693,6 +68770,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -68859,6 +68937,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -69101,6 +69180,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -69261,6 +69341,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -70266,6 +70347,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -70432,6 +70514,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -70674,6 +70757,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -70834,6 +70918,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -71895,6 +71980,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -72061,6 +72147,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -72303,6 +72390,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -72463,6 +72551,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -74569,6 +74658,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -74735,6 +74825,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -74977,6 +75068,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -75137,6 +75229,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -81687,6 +81780,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -81885,6 +81979,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -85280,6 +85375,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -85446,6 +85542,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -85688,6 +85785,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -85848,6 +85946,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -86838,6 +86937,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -87004,6 +87104,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -87246,6 +87347,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -87406,6 +87508,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -88508,6 +88611,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -88674,6 +88778,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -88916,6 +89021,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -89076,6 +89182,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -91757,6 +91864,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -91923,6 +92031,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -92165,6 +92274,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -92325,6 +92435,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -93319,6 +93430,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -93485,6 +93597,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -93727,6 +93840,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -93887,6 +94001,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -98317,6 +98432,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -98483,6 +98599,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -98725,6 +98842,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -98885,6 +99003,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -100074,6 +100193,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -100240,6 +100360,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -100482,6 +100603,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -100642,6 +100764,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -101664,6 +101787,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -101830,6 +101954,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -102072,6 +102197,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -102232,6 +102358,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -103371,6 +103498,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -103537,6 +103665,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -103779,6 +103908,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -103939,6 +104069,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -109026,6 +109157,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -111968,6 +112100,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -112637,6 +112770,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -112811,6 +112945,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -113065,6 +113200,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -113231,6 +113367,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -114058,6 +114195,7 @@ export type Routes = { | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' + | 'avigilon_alta_user' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */ @@ -118845,6 +118983,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -119007,6 +119146,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -120738,6 +120878,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -120904,6 +121045,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -121146,6 +121288,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */ @@ -121306,6 +121449,7 @@ export type Routes = { | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' + | 'avigilon_alta_credential' ) | undefined /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */