@seamapi/types 1.937.0 → 1.939.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +48 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +294 -250
- package/dist/index.cjs +48 -15
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +29 -29
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/action-attempts/scan-to-assign-credential.d.ts +5 -5
- package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +3 -0
- package/lib/seam/connect/models/devices/capability-properties/access-code.js +5 -0
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +3 -0
- package/lib/seam/connect/models/devices/device.d.ts +5 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +25 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +239 -203
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +1 -0
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +5 -0
- package/src/lib/seam/connect/openapi.ts +28 -0
- package/src/lib/seam/connect/route-types.ts +247 -0
package/dist/connect.d.cts
CHANGED
|
@@ -4969,7 +4969,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
4969
4969
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
4970
4970
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4971
4971
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
4972
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
4972
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
|
|
4973
4973
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4974
4974
|
created_at: z.ZodString;
|
|
4975
4975
|
workspace_id: z.ZodString;
|
|
@@ -5183,7 +5183,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5183
5183
|
issued_at?: string | null | undefined;
|
|
5184
5184
|
is_issued?: boolean | undefined;
|
|
5185
5185
|
acs_user_id?: string | undefined;
|
|
5186
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
5186
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
5187
5187
|
external_type_display_name?: string | undefined;
|
|
5188
5188
|
acs_credential_pool_id?: string | undefined;
|
|
5189
5189
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5255,7 +5255,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
5255
5255
|
issued_at?: string | null | undefined;
|
|
5256
5256
|
is_issued?: boolean | undefined;
|
|
5257
5257
|
acs_user_id?: string | undefined;
|
|
5258
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
5258
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
5259
5259
|
external_type_display_name?: string | undefined;
|
|
5260
5260
|
acs_credential_pool_id?: string | undefined;
|
|
5261
5261
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5279,7 +5279,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5279
5279
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
5280
5280
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5281
5281
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
5282
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
5282
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
|
|
5283
5283
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
5284
5284
|
created_at: z.ZodString;
|
|
5285
5285
|
workspace_id: z.ZodString;
|
|
@@ -5493,7 +5493,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5493
5493
|
issued_at?: string | null | undefined;
|
|
5494
5494
|
is_issued?: boolean | undefined;
|
|
5495
5495
|
acs_user_id?: string | undefined;
|
|
5496
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
5496
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
5497
5497
|
external_type_display_name?: string | undefined;
|
|
5498
5498
|
acs_credential_pool_id?: string | undefined;
|
|
5499
5499
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -5565,7 +5565,7 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
5565
5565
|
issued_at?: string | null | undefined;
|
|
5566
5566
|
is_issued?: boolean | undefined;
|
|
5567
5567
|
acs_user_id?: string | undefined;
|
|
5568
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
5568
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
5569
5569
|
external_type_display_name?: string | undefined;
|
|
5570
5570
|
acs_credential_pool_id?: string | undefined;
|
|
5571
5571
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -6083,7 +6083,7 @@ declare const acs_system: z.ZodObject<{
|
|
|
6083
6083
|
acs_system_id: z.ZodString;
|
|
6084
6084
|
acs_user_count: z.ZodOptional<z.ZodNumber>;
|
|
6085
6085
|
acs_access_group_count: z.ZodOptional<z.ZodNumber>;
|
|
6086
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "avigilon_alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
6086
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "avigilon_alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site", "kisi_organization"]>>;
|
|
6087
6087
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
6088
6088
|
is_credential_manager: z.ZodBoolean;
|
|
6089
6089
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -6099,7 +6099,7 @@ declare const acs_system: z.ZodObject<{
|
|
|
6099
6099
|
system_id: string;
|
|
6100
6100
|
lan_address: string;
|
|
6101
6101
|
}>>;
|
|
6102
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "avigilon_alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site"]>>;
|
|
6102
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "avigilon_alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "dormakaba_ambiance_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service", "hotek_site", "kisi_organization"]>>;
|
|
6103
6103
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
6104
6104
|
location: z.ZodObject<{
|
|
6105
6105
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -6332,12 +6332,12 @@ declare const acs_system: z.ZodObject<{
|
|
|
6332
6332
|
system_id: string;
|
|
6333
6333
|
lan_address: string;
|
|
6334
6334
|
} | undefined;
|
|
6335
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6335
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | "kisi_organization" | undefined;
|
|
6336
6336
|
external_type_display_name?: string | undefined;
|
|
6337
6337
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
6338
6338
|
acs_user_count?: number | undefined;
|
|
6339
6339
|
acs_access_group_count?: number | undefined;
|
|
6340
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6340
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | "kisi_organization" | undefined;
|
|
6341
6341
|
system_type_display_name?: string | undefined;
|
|
6342
6342
|
}, {
|
|
6343
6343
|
name: string;
|
|
@@ -6405,12 +6405,12 @@ declare const acs_system: z.ZodObject<{
|
|
|
6405
6405
|
system_id: string;
|
|
6406
6406
|
lan_address: string;
|
|
6407
6407
|
} | undefined;
|
|
6408
|
-
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6408
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | "kisi_organization" | undefined;
|
|
6409
6409
|
external_type_display_name?: string | undefined;
|
|
6410
6410
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
6411
6411
|
acs_user_count?: number | undefined;
|
|
6412
6412
|
acs_access_group_count?: number | undefined;
|
|
6413
|
-
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | undefined;
|
|
6413
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "avigilon_alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "dormakaba_ambiance_site" | "legic_connect_credential_service" | "hotek_site" | "kisi_organization" | undefined;
|
|
6414
6414
|
system_type_display_name?: string | undefined;
|
|
6415
6415
|
}>;
|
|
6416
6416
|
type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -6422,7 +6422,7 @@ declare const acs_user: z.ZodObject<{
|
|
|
6422
6422
|
workspace_id: z.ZodString;
|
|
6423
6423
|
created_at: z.ZodString;
|
|
6424
6424
|
display_name: z.ZodString;
|
|
6425
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user"]>>;
|
|
6425
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user", "kisi_user"]>>;
|
|
6426
6426
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
6427
6427
|
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
6428
6428
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
@@ -7006,7 +7006,7 @@ declare const acs_user: z.ZodObject<{
|
|
|
7006
7006
|
};
|
|
7007
7007
|
})[] | undefined;
|
|
7008
7008
|
user_identity_id?: string | undefined;
|
|
7009
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
7009
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | "kisi_user" | undefined;
|
|
7010
7010
|
external_type_display_name?: string | undefined;
|
|
7011
7011
|
access_schedule?: {
|
|
7012
7012
|
starts_at: string;
|
|
@@ -7153,7 +7153,7 @@ declare const acs_user: z.ZodObject<{
|
|
|
7153
7153
|
};
|
|
7154
7154
|
})[] | undefined;
|
|
7155
7155
|
user_identity_id?: string | undefined;
|
|
7156
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
7156
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | "kisi_user" | undefined;
|
|
7157
7157
|
external_type_display_name?: string | undefined;
|
|
7158
7158
|
access_schedule?: {
|
|
7159
7159
|
starts_at: string;
|
|
@@ -7179,7 +7179,7 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
7179
7179
|
workspace_id: z.ZodString;
|
|
7180
7180
|
created_at: z.ZodString;
|
|
7181
7181
|
display_name: z.ZodString;
|
|
7182
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user"]>>;
|
|
7182
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user", "kisi_user"]>>;
|
|
7183
7183
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
7184
7184
|
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
7185
7185
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
@@ -7763,7 +7763,7 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
7763
7763
|
};
|
|
7764
7764
|
})[] | undefined;
|
|
7765
7765
|
user_identity_id?: string | undefined;
|
|
7766
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
7766
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | "kisi_user" | undefined;
|
|
7767
7767
|
external_type_display_name?: string | undefined;
|
|
7768
7768
|
access_schedule?: {
|
|
7769
7769
|
starts_at: string;
|
|
@@ -7910,7 +7910,7 @@ declare const unmanaged_acs_user: z.ZodObject<{
|
|
|
7910
7910
|
};
|
|
7911
7911
|
})[] | undefined;
|
|
7912
7912
|
user_identity_id?: string | undefined;
|
|
7913
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
|
|
7913
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | "kisi_user" | undefined;
|
|
7914
7914
|
external_type_display_name?: string | undefined;
|
|
7915
7915
|
access_schedule?: {
|
|
7916
7916
|
starts_at: string;
|
|
@@ -8231,7 +8231,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8231
8231
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8232
8232
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8233
8233
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
8234
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
8234
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
|
|
8235
8235
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8236
8236
|
created_at: z.ZodString;
|
|
8237
8237
|
workspace_id: z.ZodString;
|
|
@@ -8445,7 +8445,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8445
8445
|
issued_at?: string | null | undefined;
|
|
8446
8446
|
is_issued?: boolean | undefined;
|
|
8447
8447
|
acs_user_id?: string | undefined;
|
|
8448
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
8448
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
8449
8449
|
external_type_display_name?: string | undefined;
|
|
8450
8450
|
acs_credential_pool_id?: string | undefined;
|
|
8451
8451
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8517,7 +8517,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8517
8517
|
issued_at?: string | null | undefined;
|
|
8518
8518
|
is_issued?: boolean | undefined;
|
|
8519
8519
|
acs_user_id?: string | undefined;
|
|
8520
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
8520
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
8521
8521
|
external_type_display_name?: string | undefined;
|
|
8522
8522
|
acs_credential_pool_id?: string | undefined;
|
|
8523
8523
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8540,7 +8540,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8540
8540
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8541
8541
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8542
8542
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
8543
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
8543
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
|
|
8544
8544
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8545
8545
|
created_at: z.ZodString;
|
|
8546
8546
|
workspace_id: z.ZodString;
|
|
@@ -8754,7 +8754,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8754
8754
|
issued_at?: string | null | undefined;
|
|
8755
8755
|
is_issued?: boolean | undefined;
|
|
8756
8756
|
acs_user_id?: string | undefined;
|
|
8757
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
8757
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
8758
8758
|
external_type_display_name?: string | undefined;
|
|
8759
8759
|
acs_credential_pool_id?: string | undefined;
|
|
8760
8760
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8826,7 +8826,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8826
8826
|
issued_at?: string | null | undefined;
|
|
8827
8827
|
is_issued?: boolean | undefined;
|
|
8828
8828
|
acs_user_id?: string | undefined;
|
|
8829
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
8829
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
8830
8830
|
external_type_display_name?: string | undefined;
|
|
8831
8831
|
acs_credential_pool_id?: string | undefined;
|
|
8832
8832
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8935,7 +8935,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8935
8935
|
issued_at?: string | null | undefined;
|
|
8936
8936
|
is_issued?: boolean | undefined;
|
|
8937
8937
|
acs_user_id?: string | undefined;
|
|
8938
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
8938
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
8939
8939
|
external_type_display_name?: string | undefined;
|
|
8940
8940
|
acs_credential_pool_id?: string | undefined;
|
|
8941
8941
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9007,7 +9007,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9007
9007
|
issued_at?: string | null | undefined;
|
|
9008
9008
|
is_issued?: boolean | undefined;
|
|
9009
9009
|
acs_user_id?: string | undefined;
|
|
9010
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9010
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9011
9011
|
external_type_display_name?: string | undefined;
|
|
9012
9012
|
acs_credential_pool_id?: string | undefined;
|
|
9013
9013
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9106,7 +9106,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9106
9106
|
issued_at?: string | null | undefined;
|
|
9107
9107
|
is_issued?: boolean | undefined;
|
|
9108
9108
|
acs_user_id?: string | undefined;
|
|
9109
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9109
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9110
9110
|
external_type_display_name?: string | undefined;
|
|
9111
9111
|
acs_credential_pool_id?: string | undefined;
|
|
9112
9112
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9178,7 +9178,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9178
9178
|
issued_at?: string | null | undefined;
|
|
9179
9179
|
is_issued?: boolean | undefined;
|
|
9180
9180
|
acs_user_id?: string | undefined;
|
|
9181
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9181
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9182
9182
|
external_type_display_name?: string | undefined;
|
|
9183
9183
|
acs_credential_pool_id?: string | undefined;
|
|
9184
9184
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9282,7 +9282,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9282
9282
|
issued_at?: string | null | undefined;
|
|
9283
9283
|
is_issued?: boolean | undefined;
|
|
9284
9284
|
acs_user_id?: string | undefined;
|
|
9285
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9285
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9286
9286
|
external_type_display_name?: string | undefined;
|
|
9287
9287
|
acs_credential_pool_id?: string | undefined;
|
|
9288
9288
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9354,7 +9354,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9354
9354
|
issued_at?: string | null | undefined;
|
|
9355
9355
|
is_issued?: boolean | undefined;
|
|
9356
9356
|
acs_user_id?: string | undefined;
|
|
9357
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9357
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9358
9358
|
external_type_display_name?: string | undefined;
|
|
9359
9359
|
acs_credential_pool_id?: string | undefined;
|
|
9360
9360
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9459,7 +9459,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9459
9459
|
issued_at?: string | null | undefined;
|
|
9460
9460
|
is_issued?: boolean | undefined;
|
|
9461
9461
|
acs_user_id?: string | undefined;
|
|
9462
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9462
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9463
9463
|
external_type_display_name?: string | undefined;
|
|
9464
9464
|
acs_credential_pool_id?: string | undefined;
|
|
9465
9465
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9531,7 +9531,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9531
9531
|
issued_at?: string | null | undefined;
|
|
9532
9532
|
is_issued?: boolean | undefined;
|
|
9533
9533
|
acs_user_id?: string | undefined;
|
|
9534
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9534
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9535
9535
|
external_type_display_name?: string | undefined;
|
|
9536
9536
|
acs_credential_pool_id?: string | undefined;
|
|
9537
9537
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9694,7 +9694,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9694
9694
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
9695
9695
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9696
9696
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
9697
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
9697
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
|
|
9698
9698
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
9699
9699
|
created_at: z.ZodString;
|
|
9700
9700
|
workspace_id: z.ZodString;
|
|
@@ -9908,7 +9908,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9908
9908
|
issued_at?: string | null | undefined;
|
|
9909
9909
|
is_issued?: boolean | undefined;
|
|
9910
9910
|
acs_user_id?: string | undefined;
|
|
9911
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9911
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9912
9912
|
external_type_display_name?: string | undefined;
|
|
9913
9913
|
acs_credential_pool_id?: string | undefined;
|
|
9914
9914
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9980,7 +9980,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
9980
9980
|
issued_at?: string | null | undefined;
|
|
9981
9981
|
is_issued?: boolean | undefined;
|
|
9982
9982
|
acs_user_id?: string | undefined;
|
|
9983
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
9983
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
9984
9984
|
external_type_display_name?: string | undefined;
|
|
9985
9985
|
acs_credential_pool_id?: string | undefined;
|
|
9986
9986
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10003,7 +10003,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10003
10003
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
10004
10004
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10005
10005
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
10006
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
10006
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
|
|
10007
10007
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
10008
10008
|
created_at: z.ZodString;
|
|
10009
10009
|
workspace_id: z.ZodString;
|
|
@@ -10217,7 +10217,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10217
10217
|
issued_at?: string | null | undefined;
|
|
10218
10218
|
is_issued?: boolean | undefined;
|
|
10219
10219
|
acs_user_id?: string | undefined;
|
|
10220
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10220
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
10221
10221
|
external_type_display_name?: string | undefined;
|
|
10222
10222
|
acs_credential_pool_id?: string | undefined;
|
|
10223
10223
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10289,7 +10289,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10289
10289
|
issued_at?: string | null | undefined;
|
|
10290
10290
|
is_issued?: boolean | undefined;
|
|
10291
10291
|
acs_user_id?: string | undefined;
|
|
10292
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10292
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
10293
10293
|
external_type_display_name?: string | undefined;
|
|
10294
10294
|
acs_credential_pool_id?: string | undefined;
|
|
10295
10295
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10366,7 +10366,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10366
10366
|
issued_at?: string | null | undefined;
|
|
10367
10367
|
is_issued?: boolean | undefined;
|
|
10368
10368
|
acs_user_id?: string | undefined;
|
|
10369
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10369
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
10370
10370
|
external_type_display_name?: string | undefined;
|
|
10371
10371
|
acs_credential_pool_id?: string | undefined;
|
|
10372
10372
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10438,7 +10438,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10438
10438
|
issued_at?: string | null | undefined;
|
|
10439
10439
|
is_issued?: boolean | undefined;
|
|
10440
10440
|
acs_user_id?: string | undefined;
|
|
10441
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10441
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
10442
10442
|
external_type_display_name?: string | undefined;
|
|
10443
10443
|
acs_credential_pool_id?: string | undefined;
|
|
10444
10444
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10516,7 +10516,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10516
10516
|
issued_at?: string | null | undefined;
|
|
10517
10517
|
is_issued?: boolean | undefined;
|
|
10518
10518
|
acs_user_id?: string | undefined;
|
|
10519
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10519
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
10520
10520
|
external_type_display_name?: string | undefined;
|
|
10521
10521
|
acs_credential_pool_id?: string | undefined;
|
|
10522
10522
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10588,7 +10588,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10588
10588
|
issued_at?: string | null | undefined;
|
|
10589
10589
|
is_issued?: boolean | undefined;
|
|
10590
10590
|
acs_user_id?: string | undefined;
|
|
10591
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
10591
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
10592
10592
|
external_type_display_name?: string | undefined;
|
|
10593
10593
|
acs_credential_pool_id?: string | undefined;
|
|
10594
10594
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10810,7 +10810,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
10810
10810
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
10811
10811
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10812
10812
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
10813
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
|
|
10813
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
|
|
10814
10814
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
10815
10815
|
created_at: z.ZodString;
|
|
10816
10816
|
workspace_id: z.ZodString;
|
|
@@ -11024,7 +11024,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
11024
11024
|
issued_at?: string | null | undefined;
|
|
11025
11025
|
is_issued?: boolean | undefined;
|
|
11026
11026
|
acs_user_id?: string | undefined;
|
|
11027
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
11027
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
11028
11028
|
external_type_display_name?: string | undefined;
|
|
11029
11029
|
acs_credential_pool_id?: string | undefined;
|
|
11030
11030
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -11096,7 +11096,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
11096
11096
|
issued_at?: string | null | undefined;
|
|
11097
11097
|
is_issued?: boolean | undefined;
|
|
11098
11098
|
acs_user_id?: string | undefined;
|
|
11099
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
11099
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
11100
11100
|
external_type_display_name?: string | undefined;
|
|
11101
11101
|
acs_credential_pool_id?: string | undefined;
|
|
11102
11102
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -11173,7 +11173,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
11173
11173
|
issued_at?: string | null | undefined;
|
|
11174
11174
|
is_issued?: boolean | undefined;
|
|
11175
11175
|
acs_user_id?: string | undefined;
|
|
11176
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
11176
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
11177
11177
|
external_type_display_name?: string | undefined;
|
|
11178
11178
|
acs_credential_pool_id?: string | undefined;
|
|
11179
11179
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -11251,7 +11251,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
11251
11251
|
issued_at?: string | null | undefined;
|
|
11252
11252
|
is_issued?: boolean | undefined;
|
|
11253
11253
|
acs_user_id?: string | undefined;
|
|
11254
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
|
|
11254
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | "kisi_credential" | undefined;
|
|
11255
11255
|
external_type_display_name?: string | undefined;
|
|
11256
11256
|
acs_credential_pool_id?: string | undefined;
|
|
11257
11257
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -16678,6 +16678,7 @@ declare const device: z.ZodObject<{
|
|
|
16678
16678
|
}>, "many">>>;
|
|
16679
16679
|
max_active_codes_supported: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
16680
16680
|
supports_backup_access_code_pool: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
16681
|
+
backup_access_code_pool_enabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
16681
16682
|
has_native_entry_events: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
16682
16683
|
} & {
|
|
16683
16684
|
locked: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -16731,6 +16732,7 @@ declare const device: z.ZodObject<{
|
|
|
16731
16732
|
}[] | undefined;
|
|
16732
16733
|
max_active_codes_supported?: number | undefined;
|
|
16733
16734
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
16735
|
+
backup_access_code_pool_enabled?: boolean | undefined;
|
|
16734
16736
|
has_native_entry_events?: boolean | undefined;
|
|
16735
16737
|
locked?: boolean | undefined;
|
|
16736
16738
|
keypad_battery?: {
|
|
@@ -16779,6 +16781,7 @@ declare const device: z.ZodObject<{
|
|
|
16779
16781
|
}[] | undefined;
|
|
16780
16782
|
max_active_codes_supported?: number | undefined;
|
|
16781
16783
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
16784
|
+
backup_access_code_pool_enabled?: boolean | undefined;
|
|
16782
16785
|
has_native_entry_events?: boolean | undefined;
|
|
16783
16786
|
locked?: boolean | undefined;
|
|
16784
16787
|
keypad_battery?: {
|
|
@@ -18818,6 +18821,7 @@ declare const device: z.ZodObject<{
|
|
|
18818
18821
|
}[] | undefined;
|
|
18819
18822
|
max_active_codes_supported?: number | undefined;
|
|
18820
18823
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
18824
|
+
backup_access_code_pool_enabled?: boolean | undefined;
|
|
18821
18825
|
has_native_entry_events?: boolean | undefined;
|
|
18822
18826
|
locked?: boolean | undefined;
|
|
18823
18827
|
keypad_battery?: {
|
|
@@ -19608,6 +19612,7 @@ declare const device: z.ZodObject<{
|
|
|
19608
19612
|
}[] | undefined;
|
|
19609
19613
|
max_active_codes_supported?: number | undefined;
|
|
19610
19614
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
19615
|
+
backup_access_code_pool_enabled?: boolean | undefined;
|
|
19611
19616
|
has_native_entry_events?: boolean | undefined;
|
|
19612
19617
|
locked?: boolean | undefined;
|
|
19613
19618
|
keypad_battery?: {
|
|
@@ -21777,6 +21782,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21777
21782
|
}>, "many">>>;
|
|
21778
21783
|
max_active_codes_supported: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
21779
21784
|
supports_backup_access_code_pool: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
21785
|
+
backup_access_code_pool_enabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
21780
21786
|
has_native_entry_events: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
21781
21787
|
} & {
|
|
21782
21788
|
locked: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -21830,6 +21836,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21830
21836
|
}[] | undefined;
|
|
21831
21837
|
max_active_codes_supported?: number | undefined;
|
|
21832
21838
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
21839
|
+
backup_access_code_pool_enabled?: boolean | undefined;
|
|
21833
21840
|
has_native_entry_events?: boolean | undefined;
|
|
21834
21841
|
locked?: boolean | undefined;
|
|
21835
21842
|
keypad_battery?: {
|
|
@@ -21878,6 +21885,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
21878
21885
|
}[] | undefined;
|
|
21879
21886
|
max_active_codes_supported?: number | undefined;
|
|
21880
21887
|
supports_backup_access_code_pool?: boolean | undefined;
|
|
21888
|
+
backup_access_code_pool_enabled?: boolean | undefined;
|
|
21881
21889
|
has_native_entry_events?: boolean | undefined;
|
|
21882
21890
|
locked?: boolean | undefined;
|
|
21883
21891
|
keypad_battery?: {
|
|
@@ -30110,7 +30118,7 @@ type Routes = {
|
|
|
30110
30118
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
30111
30119
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
30112
30120
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30113
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
30121
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
30114
30122
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
30115
30123
|
external_type_display_name?: string | undefined;
|
|
30116
30124
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -30242,7 +30250,7 @@ type Routes = {
|
|
|
30242
30250
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
30243
30251
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
30244
30252
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30245
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
30253
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
30246
30254
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
30247
30255
|
external_type_display_name?: string | undefined;
|
|
30248
30256
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -30440,7 +30448,7 @@ type Routes = {
|
|
|
30440
30448
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
30441
30449
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
30442
30450
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30443
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
30451
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
30444
30452
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
30445
30453
|
external_type_display_name?: string | undefined;
|
|
30446
30454
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -30572,7 +30580,7 @@ type Routes = {
|
|
|
30572
30580
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
30573
30581
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
30574
30582
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30575
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
30583
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
30576
30584
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
30577
30585
|
external_type_display_name?: string | undefined;
|
|
30578
30586
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -30782,7 +30790,7 @@ type Routes = {
|
|
|
30782
30790
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
30783
30791
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
30784
30792
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30785
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
30793
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
30786
30794
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
30787
30795
|
external_type_display_name?: string | undefined;
|
|
30788
30796
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -32828,7 +32836,7 @@ type Routes = {
|
|
|
32828
32836
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
32829
32837
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
32830
32838
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
32831
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
32839
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
32832
32840
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
32833
32841
|
external_type_display_name?: string | undefined;
|
|
32834
32842
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -32960,7 +32968,7 @@ type Routes = {
|
|
|
32960
32968
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
32961
32969
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
32962
32970
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
32963
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
32971
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
32964
32972
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
32965
32973
|
external_type_display_name?: string | undefined;
|
|
32966
32974
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -33158,7 +33166,7 @@ type Routes = {
|
|
|
33158
33166
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
33159
33167
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
33160
33168
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33161
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
33169
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
33162
33170
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
33163
33171
|
external_type_display_name?: string | undefined;
|
|
33164
33172
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -33290,7 +33298,7 @@ type Routes = {
|
|
|
33290
33298
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
33291
33299
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
33292
33300
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33293
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
33301
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
33294
33302
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
33295
33303
|
external_type_display_name?: string | undefined;
|
|
33296
33304
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -33500,7 +33508,7 @@ type Routes = {
|
|
|
33500
33508
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
33501
33509
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
33502
33510
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33503
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
33511
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
33504
33512
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
33505
33513
|
external_type_display_name?: string | undefined;
|
|
33506
33514
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -37118,7 +37126,7 @@ type Routes = {
|
|
|
37118
37126
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
37119
37127
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
37120
37128
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
37121
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
37129
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
37122
37130
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
37123
37131
|
external_type_display_name?: string | undefined;
|
|
37124
37132
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -37250,7 +37258,7 @@ type Routes = {
|
|
|
37250
37258
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
37251
37259
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
37252
37260
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
37253
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
37261
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
37254
37262
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
37255
37263
|
external_type_display_name?: string | undefined;
|
|
37256
37264
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -37448,7 +37456,7 @@ type Routes = {
|
|
|
37448
37456
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
37449
37457
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
37450
37458
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
37451
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
37459
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
37452
37460
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
37453
37461
|
external_type_display_name?: string | undefined;
|
|
37454
37462
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -37580,7 +37588,7 @@ type Routes = {
|
|
|
37580
37588
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
37581
37589
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
37582
37590
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
37583
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
37591
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
37584
37592
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
37585
37593
|
external_type_display_name?: string | undefined;
|
|
37586
37594
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -37790,7 +37798,7 @@ type Routes = {
|
|
|
37790
37798
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
37791
37799
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
37792
37800
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
37793
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
37801
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
37794
37802
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
37795
37803
|
external_type_display_name?: string | undefined;
|
|
37796
37804
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -39716,7 +39724,7 @@ type Routes = {
|
|
|
39716
39724
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
39717
39725
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
39718
39726
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39719
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
39727
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
39720
39728
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
39721
39729
|
external_type_display_name?: string | undefined;
|
|
39722
39730
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -39848,7 +39856,7 @@ type Routes = {
|
|
|
39848
39856
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
39849
39857
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
39850
39858
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39851
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
39859
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
39852
39860
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
39853
39861
|
external_type_display_name?: string | undefined;
|
|
39854
39862
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -40046,7 +40054,7 @@ type Routes = {
|
|
|
40046
40054
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
40047
40055
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
40048
40056
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40049
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
40057
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
40050
40058
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
40051
40059
|
external_type_display_name?: string | undefined;
|
|
40052
40060
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -40178,7 +40186,7 @@ type Routes = {
|
|
|
40178
40186
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
40179
40187
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
40180
40188
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40181
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
40189
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
40182
40190
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
40183
40191
|
external_type_display_name?: string | undefined;
|
|
40184
40192
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -40388,7 +40396,7 @@ type Routes = {
|
|
|
40388
40396
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
40389
40397
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
40390
40398
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40391
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
40399
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
40392
40400
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
40393
40401
|
external_type_display_name?: string | undefined;
|
|
40394
40402
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -42493,6 +42501,8 @@ type Routes = {
|
|
|
42493
42501
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
42494
42502
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
42495
42503
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
42504
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
42505
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
42496
42506
|
/** Indicates whether the device supports native entry events. */
|
|
42497
42507
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
42498
42508
|
/** Indicates whether the lock is locked. */
|
|
@@ -43583,7 +43593,7 @@ type Routes = {
|
|
|
43583
43593
|
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
43584
43594
|
acs_access_group_count?: number | undefined;
|
|
43585
43595
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
43586
|
-
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
43596
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
43587
43597
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
43588
43598
|
external_type_display_name?: string | undefined;
|
|
43589
43599
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -43599,7 +43609,7 @@ type Routes = {
|
|
|
43599
43609
|
} | undefined;
|
|
43600
43610
|
/**
|
|
43601
43611
|
* @deprecated Use `external_type`.*/
|
|
43602
|
-
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
43612
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
43603
43613
|
/**
|
|
43604
43614
|
* @deprecated Use `external_type_display_name`.*/
|
|
43605
43615
|
system_type_display_name?: string | undefined;
|
|
@@ -45086,7 +45096,7 @@ type Routes = {
|
|
|
45086
45096
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
45087
45097
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
45088
45098
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45089
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
45099
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
45090
45100
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
45091
45101
|
external_type_display_name?: string | undefined;
|
|
45092
45102
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -45218,7 +45228,7 @@ type Routes = {
|
|
|
45218
45228
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
45219
45229
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
45220
45230
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45221
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
45231
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
45222
45232
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
45223
45233
|
external_type_display_name?: string | undefined;
|
|
45224
45234
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -45416,7 +45426,7 @@ type Routes = {
|
|
|
45416
45426
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
45417
45427
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
45418
45428
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45419
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
45429
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
45420
45430
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
45421
45431
|
external_type_display_name?: string | undefined;
|
|
45422
45432
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -45548,7 +45558,7 @@ type Routes = {
|
|
|
45548
45558
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
45549
45559
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
45550
45560
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45551
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
45561
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
45552
45562
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
45553
45563
|
external_type_display_name?: string | undefined;
|
|
45554
45564
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -45758,7 +45768,7 @@ type Routes = {
|
|
|
45758
45768
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
45759
45769
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
45760
45770
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45761
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
45771
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
45762
45772
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
45763
45773
|
external_type_display_name?: string | undefined;
|
|
45764
45774
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -46787,7 +46797,7 @@ type Routes = {
|
|
|
46787
46797
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
46788
46798
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
46789
46799
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
46790
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
46800
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
46791
46801
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
46792
46802
|
external_type_display_name?: string | undefined;
|
|
46793
46803
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -46919,7 +46929,7 @@ type Routes = {
|
|
|
46919
46929
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
46920
46930
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
46921
46931
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
46922
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
46932
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
46923
46933
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
46924
46934
|
external_type_display_name?: string | undefined;
|
|
46925
46935
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -47117,7 +47127,7 @@ type Routes = {
|
|
|
47117
47127
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
47118
47128
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
47119
47129
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47120
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
47130
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
47121
47131
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
47122
47132
|
external_type_display_name?: string | undefined;
|
|
47123
47133
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -47249,7 +47259,7 @@ type Routes = {
|
|
|
47249
47259
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
47250
47260
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
47251
47261
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47252
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
47262
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
47253
47263
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
47254
47264
|
external_type_display_name?: string | undefined;
|
|
47255
47265
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -47459,7 +47469,7 @@ type Routes = {
|
|
|
47459
47469
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
47460
47470
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
47461
47471
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47462
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
47472
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
47463
47473
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
47464
47474
|
external_type_display_name?: string | undefined;
|
|
47465
47475
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -49206,6 +49216,8 @@ type Routes = {
|
|
|
49206
49216
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
49207
49217
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
49208
49218
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
49219
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
49220
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
49209
49221
|
/** Indicates whether the device supports native entry events. */
|
|
49210
49222
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
49211
49223
|
/** Indicates whether the lock is locked. */
|
|
@@ -50483,7 +50495,7 @@ type Routes = {
|
|
|
50483
50495
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
50484
50496
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
50485
50497
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
50486
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
50498
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
50487
50499
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
50488
50500
|
external_type_display_name?: string | undefined;
|
|
50489
50501
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -50913,7 +50925,7 @@ type Routes = {
|
|
|
50913
50925
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
50914
50926
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
50915
50927
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
50916
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
50928
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
50917
50929
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
50918
50930
|
external_type_display_name?: string | undefined;
|
|
50919
50931
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -51045,7 +51057,7 @@ type Routes = {
|
|
|
51045
51057
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
51046
51058
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
51047
51059
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
51048
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
51060
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
51049
51061
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
51050
51062
|
external_type_display_name?: string | undefined;
|
|
51051
51063
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -51243,7 +51255,7 @@ type Routes = {
|
|
|
51243
51255
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
51244
51256
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
51245
51257
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
51246
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
51258
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
51247
51259
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
51248
51260
|
external_type_display_name?: string | undefined;
|
|
51249
51261
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -51375,7 +51387,7 @@ type Routes = {
|
|
|
51375
51387
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
51376
51388
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
51377
51389
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
51378
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
51390
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
51379
51391
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
51380
51392
|
external_type_display_name?: string | undefined;
|
|
51381
51393
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -51585,7 +51597,7 @@ type Routes = {
|
|
|
51585
51597
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
51586
51598
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
51587
51599
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
51588
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
51600
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
51589
51601
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
51590
51602
|
external_type_display_name?: string | undefined;
|
|
51591
51603
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -53281,7 +53293,7 @@ type Routes = {
|
|
|
53281
53293
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
53282
53294
|
display_name: string;
|
|
53283
53295
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
53284
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
53296
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
53285
53297
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
53286
53298
|
external_type_display_name?: string | undefined;
|
|
53287
53299
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -54010,7 +54022,7 @@ type Routes = {
|
|
|
54010
54022
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
54011
54023
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
54012
54024
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
54013
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
54025
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
54014
54026
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
54015
54027
|
external_type_display_name?: string | undefined;
|
|
54016
54028
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -54215,7 +54227,7 @@ type Routes = {
|
|
|
54215
54227
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
54216
54228
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
54217
54229
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
54218
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
54230
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
54219
54231
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
54220
54232
|
external_type_display_name?: string | undefined;
|
|
54221
54233
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -54377,7 +54389,7 @@ type Routes = {
|
|
|
54377
54389
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
54378
54390
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
54379
54391
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
54380
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
54392
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
54381
54393
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
54382
54394
|
external_type_display_name?: string | undefined;
|
|
54383
54395
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -54544,7 +54556,7 @@ type Routes = {
|
|
|
54544
54556
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
54545
54557
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
54546
54558
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
54547
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
54559
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
54548
54560
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
54549
54561
|
external_type_display_name?: string | undefined;
|
|
54550
54562
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -54713,7 +54725,7 @@ type Routes = {
|
|
|
54713
54725
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
54714
54726
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
54715
54727
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
54716
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
54728
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
54717
54729
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
54718
54730
|
external_type_display_name?: string | undefined;
|
|
54719
54731
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -55074,7 +55086,7 @@ type Routes = {
|
|
|
55074
55086
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
55075
55087
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
55076
55088
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
55077
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
55089
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
55078
55090
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
55079
55091
|
external_type_display_name?: string | undefined;
|
|
55080
55092
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -55222,7 +55234,7 @@ type Routes = {
|
|
|
55222
55234
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
55223
55235
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
55224
55236
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
55225
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
55237
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
55226
55238
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
55227
55239
|
external_type_display_name?: string | undefined;
|
|
55228
55240
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -55382,7 +55394,7 @@ type Routes = {
|
|
|
55382
55394
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
55383
55395
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
55384
55396
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
55385
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
55397
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
55386
55398
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
55387
55399
|
external_type_display_name?: string | undefined;
|
|
55388
55400
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -55539,7 +55551,7 @@ type Routes = {
|
|
|
55539
55551
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
55540
55552
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
55541
55553
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
55542
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
55554
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
55543
55555
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
55544
55556
|
external_type_display_name?: string | undefined;
|
|
55545
55557
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -55832,7 +55844,7 @@ type Routes = {
|
|
|
55832
55844
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
55833
55845
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
55834
55846
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
55835
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
55847
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
55836
55848
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
55837
55849
|
external_type_display_name?: string | undefined;
|
|
55838
55850
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -55964,7 +55976,7 @@ type Routes = {
|
|
|
55964
55976
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
55965
55977
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
55966
55978
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
55967
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
55979
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
55968
55980
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
55969
55981
|
external_type_display_name?: string | undefined;
|
|
55970
55982
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -56162,7 +56174,7 @@ type Routes = {
|
|
|
56162
56174
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
56163
56175
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
56164
56176
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56165
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
56177
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
56166
56178
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
56167
56179
|
external_type_display_name?: string | undefined;
|
|
56168
56180
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -56294,7 +56306,7 @@ type Routes = {
|
|
|
56294
56306
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
56295
56307
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
56296
56308
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56297
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
56309
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
56298
56310
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
56299
56311
|
external_type_display_name?: string | undefined;
|
|
56300
56312
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -56504,7 +56516,7 @@ type Routes = {
|
|
|
56504
56516
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
56505
56517
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
56506
56518
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56507
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
56519
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
56508
56520
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
56509
56521
|
external_type_display_name?: string | undefined;
|
|
56510
56522
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -57625,7 +57637,7 @@ type Routes = {
|
|
|
57625
57637
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
57626
57638
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
57627
57639
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57628
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
57640
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
57629
57641
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
57630
57642
|
external_type_display_name?: string | undefined;
|
|
57631
57643
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -57757,7 +57769,7 @@ type Routes = {
|
|
|
57757
57769
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
57758
57770
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
57759
57771
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57760
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
57772
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
57761
57773
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
57762
57774
|
external_type_display_name?: string | undefined;
|
|
57763
57775
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -57955,7 +57967,7 @@ type Routes = {
|
|
|
57955
57967
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
57956
57968
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
57957
57969
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57958
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
57970
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
57959
57971
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
57960
57972
|
external_type_display_name?: string | undefined;
|
|
57961
57973
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -58087,7 +58099,7 @@ type Routes = {
|
|
|
58087
58099
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
58088
58100
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
58089
58101
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
58090
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
58102
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
58091
58103
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
58092
58104
|
external_type_display_name?: string | undefined;
|
|
58093
58105
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -58297,7 +58309,7 @@ type Routes = {
|
|
|
58297
58309
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
58298
58310
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
58299
58311
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
58300
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
58312
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
58301
58313
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
58302
58314
|
external_type_display_name?: string | undefined;
|
|
58303
58315
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -59314,7 +59326,7 @@ type Routes = {
|
|
|
59314
59326
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
59315
59327
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
59316
59328
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59317
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
59329
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
59318
59330
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
59319
59331
|
external_type_display_name?: string | undefined;
|
|
59320
59332
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -59446,7 +59458,7 @@ type Routes = {
|
|
|
59446
59458
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
59447
59459
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
59448
59460
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59449
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
59461
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
59450
59462
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
59451
59463
|
external_type_display_name?: string | undefined;
|
|
59452
59464
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -59644,7 +59656,7 @@ type Routes = {
|
|
|
59644
59656
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
59645
59657
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
59646
59658
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59647
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
59659
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
59648
59660
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
59649
59661
|
external_type_display_name?: string | undefined;
|
|
59650
59662
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -59776,7 +59788,7 @@ type Routes = {
|
|
|
59776
59788
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
59777
59789
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
59778
59790
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59779
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
59791
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
59780
59792
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
59781
59793
|
external_type_display_name?: string | undefined;
|
|
59782
59794
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -59986,7 +59998,7 @@ type Routes = {
|
|
|
59986
59998
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
59987
59999
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
59988
60000
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59989
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
60001
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
59990
60002
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
59991
60003
|
external_type_display_name?: string | undefined;
|
|
59992
60004
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -61373,7 +61385,7 @@ type Routes = {
|
|
|
61373
61385
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
61374
61386
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
61375
61387
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61376
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
61388
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
61377
61389
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
61378
61390
|
external_type_display_name?: string | undefined;
|
|
61379
61391
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -61664,7 +61676,7 @@ type Routes = {
|
|
|
61664
61676
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
61665
61677
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
61666
61678
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61667
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
61679
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
61668
61680
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
61669
61681
|
external_type_display_name?: string | undefined;
|
|
61670
61682
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -61796,7 +61808,7 @@ type Routes = {
|
|
|
61796
61808
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
61797
61809
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
61798
61810
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61799
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
61811
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
61800
61812
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
61801
61813
|
external_type_display_name?: string | undefined;
|
|
61802
61814
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -61994,7 +62006,7 @@ type Routes = {
|
|
|
61994
62006
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
61995
62007
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
61996
62008
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61997
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
62009
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
61998
62010
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
61999
62011
|
external_type_display_name?: string | undefined;
|
|
62000
62012
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -62126,7 +62138,7 @@ type Routes = {
|
|
|
62126
62138
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
62127
62139
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
62128
62140
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62129
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
62141
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
62130
62142
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
62131
62143
|
external_type_display_name?: string | undefined;
|
|
62132
62144
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -62336,7 +62348,7 @@ type Routes = {
|
|
|
62336
62348
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
62337
62349
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
62338
62350
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62339
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
62351
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
62340
62352
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
62341
62353
|
external_type_display_name?: string | undefined;
|
|
62342
62354
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -63187,7 +63199,7 @@ type Routes = {
|
|
|
63187
63199
|
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
63188
63200
|
acs_access_group_count?: number | undefined;
|
|
63189
63201
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
63190
|
-
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
63202
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
63191
63203
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
63192
63204
|
external_type_display_name?: string | undefined;
|
|
63193
63205
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -63203,7 +63215,7 @@ type Routes = {
|
|
|
63203
63215
|
} | undefined;
|
|
63204
63216
|
/**
|
|
63205
63217
|
* @deprecated Use `external_type`.*/
|
|
63206
|
-
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
63218
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
63207
63219
|
/**
|
|
63208
63220
|
* @deprecated Use `external_type_display_name`.*/
|
|
63209
63221
|
system_type_display_name?: string | undefined;
|
|
@@ -63342,7 +63354,7 @@ type Routes = {
|
|
|
63342
63354
|
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
63343
63355
|
acs_access_group_count?: number | undefined;
|
|
63344
63356
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
63345
|
-
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
63357
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
63346
63358
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
63347
63359
|
external_type_display_name?: string | undefined;
|
|
63348
63360
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -63358,7 +63370,7 @@ type Routes = {
|
|
|
63358
63370
|
} | undefined;
|
|
63359
63371
|
/**
|
|
63360
63372
|
* @deprecated Use `external_type`.*/
|
|
63361
|
-
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
63373
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
63362
63374
|
/**
|
|
63363
63375
|
* @deprecated Use `external_type_display_name`.*/
|
|
63364
63376
|
system_type_display_name?: string | undefined;
|
|
@@ -63493,7 +63505,7 @@ type Routes = {
|
|
|
63493
63505
|
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
63494
63506
|
acs_access_group_count?: number | undefined;
|
|
63495
63507
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
63496
|
-
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
63508
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
63497
63509
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
63498
63510
|
external_type_display_name?: string | undefined;
|
|
63499
63511
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -63509,7 +63521,7 @@ type Routes = {
|
|
|
63509
63521
|
} | undefined;
|
|
63510
63522
|
/**
|
|
63511
63523
|
* @deprecated Use `external_type`.*/
|
|
63512
|
-
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
63524
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
63513
63525
|
/**
|
|
63514
63526
|
* @deprecated Use `external_type_display_name`.*/
|
|
63515
63527
|
system_type_display_name?: string | undefined;
|
|
@@ -63724,7 +63736,7 @@ type Routes = {
|
|
|
63724
63736
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
63725
63737
|
display_name: string;
|
|
63726
63738
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
63727
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
63739
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
63728
63740
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
63729
63741
|
external_type_display_name?: string | undefined;
|
|
63730
63742
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -64018,7 +64030,7 @@ type Routes = {
|
|
|
64018
64030
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
64019
64031
|
display_name: string;
|
|
64020
64032
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
64021
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
64033
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
64022
64034
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
64023
64035
|
external_type_display_name?: string | undefined;
|
|
64024
64036
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -64300,7 +64312,7 @@ type Routes = {
|
|
|
64300
64312
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
64301
64313
|
display_name: string;
|
|
64302
64314
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
64303
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
64315
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
64304
64316
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
64305
64317
|
external_type_display_name?: string | undefined;
|
|
64306
64318
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -64827,7 +64839,7 @@ type Routes = {
|
|
|
64827
64839
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
64828
64840
|
display_name: string;
|
|
64829
64841
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
64830
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
64842
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
64831
64843
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
64832
64844
|
external_type_display_name?: string | undefined;
|
|
64833
64845
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -65104,7 +65116,7 @@ type Routes = {
|
|
|
65104
65116
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
65105
65117
|
display_name: string;
|
|
65106
65118
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
65107
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
65119
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
65108
65120
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
65109
65121
|
external_type_display_name?: string | undefined;
|
|
65110
65122
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -65581,7 +65593,7 @@ type Routes = {
|
|
|
65581
65593
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
65582
65594
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
65583
65595
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65584
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
65596
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
65585
65597
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
65586
65598
|
external_type_display_name?: string | undefined;
|
|
65587
65599
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -65713,7 +65725,7 @@ type Routes = {
|
|
|
65713
65725
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
65714
65726
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
65715
65727
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65716
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
65728
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
65717
65729
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
65718
65730
|
external_type_display_name?: string | undefined;
|
|
65719
65731
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -65911,7 +65923,7 @@ type Routes = {
|
|
|
65911
65923
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
65912
65924
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
65913
65925
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65914
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
65926
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
65915
65927
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
65916
65928
|
external_type_display_name?: string | undefined;
|
|
65917
65929
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -66043,7 +66055,7 @@ type Routes = {
|
|
|
66043
66055
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
66044
66056
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
66045
66057
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
66046
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
66058
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
66047
66059
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
66048
66060
|
external_type_display_name?: string | undefined;
|
|
66049
66061
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -66253,7 +66265,7 @@ type Routes = {
|
|
|
66253
66265
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
66254
66266
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
66255
66267
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
66256
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
66268
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
66257
66269
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
66258
66270
|
external_type_display_name?: string | undefined;
|
|
66259
66271
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -67262,7 +67274,7 @@ type Routes = {
|
|
|
67262
67274
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
67263
67275
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
67264
67276
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67265
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
67277
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
67266
67278
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
67267
67279
|
external_type_display_name?: string | undefined;
|
|
67268
67280
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -67394,7 +67406,7 @@ type Routes = {
|
|
|
67394
67406
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
67395
67407
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
67396
67408
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67397
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
67409
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
67398
67410
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
67399
67411
|
external_type_display_name?: string | undefined;
|
|
67400
67412
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -67592,7 +67604,7 @@ type Routes = {
|
|
|
67592
67604
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
67593
67605
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
67594
67606
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67595
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
67607
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
67596
67608
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
67597
67609
|
external_type_display_name?: string | undefined;
|
|
67598
67610
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -67724,7 +67736,7 @@ type Routes = {
|
|
|
67724
67736
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
67725
67737
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
67726
67738
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67727
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
67739
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
67728
67740
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
67729
67741
|
external_type_display_name?: string | undefined;
|
|
67730
67742
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -67934,7 +67946,7 @@ type Routes = {
|
|
|
67934
67946
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
67935
67947
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
67936
67948
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67937
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
67949
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
67938
67950
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
67939
67951
|
external_type_display_name?: string | undefined;
|
|
67940
67952
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -71691,6 +71703,8 @@ type Routes = {
|
|
|
71691
71703
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
71692
71704
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
71693
71705
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
71706
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
71707
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
71694
71708
|
/** Indicates whether the device supports native entry events. */
|
|
71695
71709
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
71696
71710
|
/** Indicates whether the lock is locked. */
|
|
@@ -73198,6 +73212,8 @@ type Routes = {
|
|
|
73198
73212
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
73199
73213
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
73200
73214
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
73215
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
73216
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
73201
73217
|
/** Indicates whether the device supports native entry events. */
|
|
73202
73218
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
73203
73219
|
/** Indicates whether the lock is locked. */
|
|
@@ -75191,6 +75207,8 @@ type Routes = {
|
|
|
75191
75207
|
custom_metadata?: {
|
|
75192
75208
|
[x: string]: string | boolean | null;
|
|
75193
75209
|
} | undefined;
|
|
75210
|
+
/** Indicates whether the device's [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is enabled. Set to `false` to disable the pool: Seam stops refilling it and removes any backup codes that have not yet been pulled into active use. */
|
|
75211
|
+
backup_access_code_pool_enabled?: boolean | undefined;
|
|
75194
75212
|
};
|
|
75195
75213
|
formData: {};
|
|
75196
75214
|
jsonResponse: {};
|
|
@@ -81525,7 +81543,7 @@ type Routes = {
|
|
|
81525
81543
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81526
81544
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
81527
81545
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
81528
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
81546
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
81529
81547
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
81530
81548
|
external_type_display_name?: string | undefined;
|
|
81531
81549
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -81657,7 +81675,7 @@ type Routes = {
|
|
|
81657
81675
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81658
81676
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
81659
81677
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
81660
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
81678
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
81661
81679
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
81662
81680
|
external_type_display_name?: string | undefined;
|
|
81663
81681
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -81855,7 +81873,7 @@ type Routes = {
|
|
|
81855
81873
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81856
81874
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
81857
81875
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
81858
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
81876
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
81859
81877
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
81860
81878
|
external_type_display_name?: string | undefined;
|
|
81861
81879
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -81987,7 +82005,7 @@ type Routes = {
|
|
|
81987
82005
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
81988
82006
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
81989
82007
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
81990
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
82008
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
81991
82009
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
81992
82010
|
external_type_display_name?: string | undefined;
|
|
81993
82011
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -82197,7 +82215,7 @@ type Routes = {
|
|
|
82197
82215
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
82198
82216
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
82199
82217
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
82200
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
82218
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
82201
82219
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
82202
82220
|
external_type_display_name?: string | undefined;
|
|
82203
82221
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -83772,6 +83790,8 @@ type Routes = {
|
|
|
83772
83790
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
83773
83791
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
83774
83792
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
83793
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
83794
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
83775
83795
|
/** Indicates whether the device supports native entry events. */
|
|
83776
83796
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
83777
83797
|
/** Indicates whether the lock is locked. */
|
|
@@ -85229,6 +85249,8 @@ type Routes = {
|
|
|
85229
85249
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
85230
85250
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
85231
85251
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
85252
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
85253
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
85232
85254
|
/** Indicates whether the device supports native entry events. */
|
|
85233
85255
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
85234
85256
|
/** Indicates whether the lock is locked. */
|
|
@@ -86736,6 +86758,8 @@ type Routes = {
|
|
|
86736
86758
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
86737
86759
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
86738
86760
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
86761
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
86762
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
86739
86763
|
/** Indicates whether the device supports native entry events. */
|
|
86740
86764
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
86741
86765
|
/** Indicates whether the lock is locked. */
|
|
@@ -88192,6 +88216,8 @@ type Routes = {
|
|
|
88192
88216
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
88193
88217
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
88194
88218
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
88219
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
88220
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
88195
88221
|
/** Indicates whether the device supports native entry events. */
|
|
88196
88222
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
88197
88223
|
/** Indicates whether the lock is locked. */
|
|
@@ -89100,7 +89126,7 @@ type Routes = {
|
|
|
89100
89126
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
89101
89127
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
89102
89128
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
89103
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
89129
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
89104
89130
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
89105
89131
|
external_type_display_name?: string | undefined;
|
|
89106
89132
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -89232,7 +89258,7 @@ type Routes = {
|
|
|
89232
89258
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
89233
89259
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
89234
89260
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
89235
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
89261
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
89236
89262
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
89237
89263
|
external_type_display_name?: string | undefined;
|
|
89238
89264
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -89430,7 +89456,7 @@ type Routes = {
|
|
|
89430
89456
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
89431
89457
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
89432
89458
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
89433
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
89459
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
89434
89460
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
89435
89461
|
external_type_display_name?: string | undefined;
|
|
89436
89462
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -89562,7 +89588,7 @@ type Routes = {
|
|
|
89562
89588
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
89563
89589
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
89564
89590
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
89565
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
89591
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
89566
89592
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
89567
89593
|
external_type_display_name?: string | undefined;
|
|
89568
89594
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -89772,7 +89798,7 @@ type Routes = {
|
|
|
89772
89798
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
89773
89799
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
89774
89800
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
89775
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
89801
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
89776
89802
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
89777
89803
|
external_type_display_name?: string | undefined;
|
|
89778
89804
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -90782,7 +90808,7 @@ type Routes = {
|
|
|
90782
90808
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
90783
90809
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
90784
90810
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90785
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
90811
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
90786
90812
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
90787
90813
|
external_type_display_name?: string | undefined;
|
|
90788
90814
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -90914,7 +90940,7 @@ type Routes = {
|
|
|
90914
90940
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
90915
90941
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
90916
90942
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
90917
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
90943
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
90918
90944
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
90919
90945
|
external_type_display_name?: string | undefined;
|
|
90920
90946
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -91112,7 +91138,7 @@ type Routes = {
|
|
|
91112
91138
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
91113
91139
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
91114
91140
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
91115
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
91141
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
91116
91142
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
91117
91143
|
external_type_display_name?: string | undefined;
|
|
91118
91144
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -91244,7 +91270,7 @@ type Routes = {
|
|
|
91244
91270
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
91245
91271
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
91246
91272
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
91247
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
91273
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
91248
91274
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
91249
91275
|
external_type_display_name?: string | undefined;
|
|
91250
91276
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -91454,7 +91480,7 @@ type Routes = {
|
|
|
91454
91480
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
91455
91481
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
91456
91482
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
91457
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
91483
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
91458
91484
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
91459
91485
|
external_type_display_name?: string | undefined;
|
|
91460
91486
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -92462,7 +92488,7 @@ type Routes = {
|
|
|
92462
92488
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92463
92489
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
92464
92490
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92465
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
92491
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
92466
92492
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
92467
92493
|
external_type_display_name?: string | undefined;
|
|
92468
92494
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -92594,7 +92620,7 @@ type Routes = {
|
|
|
92594
92620
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92595
92621
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
92596
92622
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92597
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
92623
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
92598
92624
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
92599
92625
|
external_type_display_name?: string | undefined;
|
|
92600
92626
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -92792,7 +92818,7 @@ type Routes = {
|
|
|
92792
92818
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92793
92819
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
92794
92820
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92795
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
92821
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
92796
92822
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
92797
92823
|
external_type_display_name?: string | undefined;
|
|
92798
92824
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -92924,7 +92950,7 @@ type Routes = {
|
|
|
92924
92950
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
92925
92951
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
92926
92952
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
92927
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
92953
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
92928
92954
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
92929
92955
|
external_type_display_name?: string | undefined;
|
|
92930
92956
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -93134,7 +93160,7 @@ type Routes = {
|
|
|
93134
93160
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
93135
93161
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
93136
93162
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
93137
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
93163
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
93138
93164
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
93139
93165
|
external_type_display_name?: string | undefined;
|
|
93140
93166
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -94144,7 +94170,7 @@ type Routes = {
|
|
|
94144
94170
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
94145
94171
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
94146
94172
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
94147
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
94173
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
94148
94174
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
94149
94175
|
external_type_display_name?: string | undefined;
|
|
94150
94176
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -94276,7 +94302,7 @@ type Routes = {
|
|
|
94276
94302
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
94277
94303
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
94278
94304
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
94279
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
94305
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
94280
94306
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
94281
94307
|
external_type_display_name?: string | undefined;
|
|
94282
94308
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -94474,7 +94500,7 @@ type Routes = {
|
|
|
94474
94500
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
94475
94501
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
94476
94502
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
94477
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
94503
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
94478
94504
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
94479
94505
|
external_type_display_name?: string | undefined;
|
|
94480
94506
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -94606,7 +94632,7 @@ type Routes = {
|
|
|
94606
94632
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
94607
94633
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
94608
94634
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
94609
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
94635
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
94610
94636
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
94611
94637
|
external_type_display_name?: string | undefined;
|
|
94612
94638
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -94816,7 +94842,7 @@ type Routes = {
|
|
|
94816
94842
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
94817
94843
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
94818
94844
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
94819
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
94845
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
94820
94846
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
94821
94847
|
external_type_display_name?: string | undefined;
|
|
94822
94848
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -96425,6 +96451,8 @@ type Routes = {
|
|
|
96425
96451
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
96426
96452
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
96427
96453
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
96454
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
96455
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
96428
96456
|
/** Indicates whether the device supports native entry events. */
|
|
96429
96457
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
96430
96458
|
/** Indicates whether the lock is locked. */
|
|
@@ -97881,6 +97909,8 @@ type Routes = {
|
|
|
97881
97909
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
97882
97910
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
97883
97911
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
97912
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
97913
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
97884
97914
|
/** Indicates whether the device supports native entry events. */
|
|
97885
97915
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
97886
97916
|
/** Indicates whether the lock is locked. */
|
|
@@ -98799,7 +98829,7 @@ type Routes = {
|
|
|
98799
98829
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
98800
98830
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
98801
98831
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
98802
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
98832
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
98803
98833
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
98804
98834
|
external_type_display_name?: string | undefined;
|
|
98805
98835
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -98931,7 +98961,7 @@ type Routes = {
|
|
|
98931
98961
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
98932
98962
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
98933
98963
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
98934
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
98964
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
98935
98965
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
98936
98966
|
external_type_display_name?: string | undefined;
|
|
98937
98967
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -99129,7 +99159,7 @@ type Routes = {
|
|
|
99129
99159
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
99130
99160
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
99131
99161
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
99132
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
99162
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
99133
99163
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
99134
99164
|
external_type_display_name?: string | undefined;
|
|
99135
99165
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -99261,7 +99291,7 @@ type Routes = {
|
|
|
99261
99291
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
99262
99292
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
99263
99293
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
99264
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
99294
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
99265
99295
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
99266
99296
|
external_type_display_name?: string | undefined;
|
|
99267
99297
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -99471,7 +99501,7 @@ type Routes = {
|
|
|
99471
99501
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
99472
99502
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
99473
99503
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
99474
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
99504
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
99475
99505
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
99476
99506
|
external_type_display_name?: string | undefined;
|
|
99477
99507
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -100500,7 +100530,7 @@ type Routes = {
|
|
|
100500
100530
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
100501
100531
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
100502
100532
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
100503
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
100533
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
100504
100534
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
100505
100535
|
external_type_display_name?: string | undefined;
|
|
100506
100536
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -100632,7 +100662,7 @@ type Routes = {
|
|
|
100632
100662
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
100633
100663
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
100634
100664
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
100635
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
100665
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
100636
100666
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
100637
100667
|
external_type_display_name?: string | undefined;
|
|
100638
100668
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -100830,7 +100860,7 @@ type Routes = {
|
|
|
100830
100860
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
100831
100861
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
100832
100862
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
100833
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
100863
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
100834
100864
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
100835
100865
|
external_type_display_name?: string | undefined;
|
|
100836
100866
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -100962,7 +100992,7 @@ type Routes = {
|
|
|
100962
100992
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
100963
100993
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
100964
100994
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
100965
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
100995
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
100966
100996
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
100967
100997
|
external_type_display_name?: string | undefined;
|
|
100968
100998
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -101172,7 +101202,7 @@ type Routes = {
|
|
|
101172
101202
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
101173
101203
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
101174
101204
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
101175
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
101205
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
101176
101206
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
101177
101207
|
external_type_display_name?: string | undefined;
|
|
101178
101208
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -102257,7 +102287,7 @@ type Routes = {
|
|
|
102257
102287
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
102258
102288
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
102259
102289
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
102260
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
102290
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
102261
102291
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
102262
102292
|
external_type_display_name?: string | undefined;
|
|
102263
102293
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -102389,7 +102419,7 @@ type Routes = {
|
|
|
102389
102419
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
102390
102420
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
102391
102421
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
102392
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
102422
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
102393
102423
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
102394
102424
|
external_type_display_name?: string | undefined;
|
|
102395
102425
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -102587,7 +102617,7 @@ type Routes = {
|
|
|
102587
102617
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
102588
102618
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
102589
102619
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
102590
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
102620
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
102591
102621
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
102592
102622
|
external_type_display_name?: string | undefined;
|
|
102593
102623
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -102719,7 +102749,7 @@ type Routes = {
|
|
|
102719
102749
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
102720
102750
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
102721
102751
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
102722
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
102752
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
102723
102753
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
102724
102754
|
external_type_display_name?: string | undefined;
|
|
102725
102755
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -102929,7 +102959,7 @@ type Routes = {
|
|
|
102929
102959
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
102930
102960
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
102931
102961
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
102932
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
102962
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
102933
102963
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
102934
102964
|
external_type_display_name?: string | undefined;
|
|
102935
102965
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -105179,7 +105209,7 @@ type Routes = {
|
|
|
105179
105209
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
105180
105210
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
105181
105211
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
105182
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
105212
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
105183
105213
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
105184
105214
|
external_type_display_name?: string | undefined;
|
|
105185
105215
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -105311,7 +105341,7 @@ type Routes = {
|
|
|
105311
105341
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
105312
105342
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
105313
105343
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
105314
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
105344
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
105315
105345
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
105316
105346
|
external_type_display_name?: string | undefined;
|
|
105317
105347
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -105509,7 +105539,7 @@ type Routes = {
|
|
|
105509
105539
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
105510
105540
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
105511
105541
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
105512
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
105542
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
105513
105543
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
105514
105544
|
external_type_display_name?: string | undefined;
|
|
105515
105545
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -105641,7 +105671,7 @@ type Routes = {
|
|
|
105641
105671
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
105642
105672
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
105643
105673
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
105644
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
105674
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
105645
105675
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
105646
105676
|
external_type_display_name?: string | undefined;
|
|
105647
105677
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -105851,7 +105881,7 @@ type Routes = {
|
|
|
105851
105881
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
105852
105882
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
105853
105883
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
105854
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
105884
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
105855
105885
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
105856
105886
|
external_type_display_name?: string | undefined;
|
|
105857
105887
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -111850,7 +111880,7 @@ type Routes = {
|
|
|
111850
111880
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
111851
111881
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
111852
111882
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
111853
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
111883
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
111854
111884
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
111855
111885
|
external_type_display_name?: string | undefined;
|
|
111856
111886
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -112019,7 +112049,7 @@ type Routes = {
|
|
|
112019
112049
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
112020
112050
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
112021
112051
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
112022
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
112052
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
112023
112053
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
112024
112054
|
external_type_display_name?: string | undefined;
|
|
112025
112055
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -113406,6 +113436,8 @@ type Routes = {
|
|
|
113406
113436
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
113407
113437
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
113408
113438
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
113439
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
113440
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
113409
113441
|
/** Indicates whether the device supports native entry events. */
|
|
113410
113442
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
113411
113443
|
/** Indicates whether the lock is locked. */
|
|
@@ -114496,7 +114528,7 @@ type Routes = {
|
|
|
114496
114528
|
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
114497
114529
|
acs_access_group_count?: number | undefined;
|
|
114498
114530
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
114499
|
-
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
114531
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
114500
114532
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
114501
114533
|
external_type_display_name?: string | undefined;
|
|
114502
114534
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -114512,7 +114544,7 @@ type Routes = {
|
|
|
114512
114544
|
} | undefined;
|
|
114513
114545
|
/**
|
|
114514
114546
|
* @deprecated Use `external_type`.*/
|
|
114515
|
-
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
114547
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
114516
114548
|
/**
|
|
114517
114549
|
* @deprecated Use `external_type_display_name`.*/
|
|
114518
114550
|
system_type_display_name?: string | undefined;
|
|
@@ -115130,7 +115162,7 @@ type Routes = {
|
|
|
115130
115162
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
115131
115163
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
115132
115164
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
115133
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
115165
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
115134
115166
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
115135
115167
|
external_type_display_name?: string | undefined;
|
|
115136
115168
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -115262,7 +115294,7 @@ type Routes = {
|
|
|
115262
115294
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
115263
115295
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
115264
115296
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
115265
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
115297
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
115266
115298
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
115267
115299
|
external_type_display_name?: string | undefined;
|
|
115268
115300
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -115460,7 +115492,7 @@ type Routes = {
|
|
|
115460
115492
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
115461
115493
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
115462
115494
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
115463
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
115495
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
115464
115496
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
115465
115497
|
external_type_display_name?: string | undefined;
|
|
115466
115498
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -115592,7 +115624,7 @@ type Routes = {
|
|
|
115592
115624
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
115593
115625
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
115594
115626
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
115595
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
115627
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
115596
115628
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
115597
115629
|
external_type_display_name?: string | undefined;
|
|
115598
115630
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -115802,7 +115834,7 @@ type Routes = {
|
|
|
115802
115834
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
115803
115835
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
115804
115836
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
115805
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
115837
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
115806
115838
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
115807
115839
|
external_type_display_name?: string | undefined;
|
|
115808
115840
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -116816,7 +116848,7 @@ type Routes = {
|
|
|
116816
116848
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
116817
116849
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
116818
116850
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
116819
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
116851
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
116820
116852
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
116821
116853
|
external_type_display_name?: string | undefined;
|
|
116822
116854
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -116948,7 +116980,7 @@ type Routes = {
|
|
|
116948
116980
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
116949
116981
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
116950
116982
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
116951
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
116983
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
116952
116984
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
116953
116985
|
external_type_display_name?: string | undefined;
|
|
116954
116986
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -117146,7 +117178,7 @@ type Routes = {
|
|
|
117146
117178
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
117147
117179
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
117148
117180
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
117149
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
117181
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
117150
117182
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
117151
117183
|
external_type_display_name?: string | undefined;
|
|
117152
117184
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -117278,7 +117310,7 @@ type Routes = {
|
|
|
117278
117310
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
117279
117311
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
117280
117312
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
117281
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
117313
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
117282
117314
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
117283
117315
|
external_type_display_name?: string | undefined;
|
|
117284
117316
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -117488,7 +117520,7 @@ type Routes = {
|
|
|
117488
117520
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
117489
117521
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
117490
117522
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
117491
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
117523
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
117492
117524
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
117493
117525
|
external_type_display_name?: string | undefined;
|
|
117494
117526
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -118608,7 +118640,7 @@ type Routes = {
|
|
|
118608
118640
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
118609
118641
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
118610
118642
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
118611
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
118643
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
118612
118644
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
118613
118645
|
external_type_display_name?: string | undefined;
|
|
118614
118646
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -118740,7 +118772,7 @@ type Routes = {
|
|
|
118740
118772
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
118741
118773
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
118742
118774
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
118743
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
118775
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
118744
118776
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
118745
118777
|
external_type_display_name?: string | undefined;
|
|
118746
118778
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -118938,7 +118970,7 @@ type Routes = {
|
|
|
118938
118970
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
118939
118971
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
118940
118972
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
118941
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
118973
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
118942
118974
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
118943
118975
|
external_type_display_name?: string | undefined;
|
|
118944
118976
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -119070,7 +119102,7 @@ type Routes = {
|
|
|
119070
119102
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
119071
119103
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
119072
119104
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
119073
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
119105
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
119074
119106
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
119075
119107
|
external_type_display_name?: string | undefined;
|
|
119076
119108
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -119280,7 +119312,7 @@ type Routes = {
|
|
|
119280
119312
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
119281
119313
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
119282
119314
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
119283
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
119315
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
119284
119316
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
119285
119317
|
external_type_display_name?: string | undefined;
|
|
119286
119318
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -120870,6 +120902,8 @@ type Routes = {
|
|
|
120870
120902
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
120871
120903
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
120872
120904
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
120905
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
120906
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
120873
120907
|
/** Indicates whether the device supports native entry events. */
|
|
120874
120908
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
120875
120909
|
/** Indicates whether the lock is locked. */
|
|
@@ -121782,7 +121816,7 @@ type Routes = {
|
|
|
121782
121816
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
121783
121817
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
121784
121818
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
121785
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
121819
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
121786
121820
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
121787
121821
|
external_type_display_name?: string | undefined;
|
|
121788
121822
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -121914,7 +121948,7 @@ type Routes = {
|
|
|
121914
121948
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
121915
121949
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
121916
121950
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
121917
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
121951
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
121918
121952
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
121919
121953
|
external_type_display_name?: string | undefined;
|
|
121920
121954
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -122112,7 +122146,7 @@ type Routes = {
|
|
|
122112
122146
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
122113
122147
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
122114
122148
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
122115
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
122149
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
122116
122150
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
122117
122151
|
external_type_display_name?: string | undefined;
|
|
122118
122152
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -122244,7 +122278,7 @@ type Routes = {
|
|
|
122244
122278
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
122245
122279
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
122246
122280
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
122247
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
122281
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
122248
122282
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
122249
122283
|
external_type_display_name?: string | undefined;
|
|
122250
122284
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -122454,7 +122488,7 @@ type Routes = {
|
|
|
122454
122488
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
122455
122489
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
122456
122490
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
122457
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
122491
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
122458
122492
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
122459
122493
|
external_type_display_name?: string | undefined;
|
|
122460
122494
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -123472,7 +123506,7 @@ type Routes = {
|
|
|
123472
123506
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
123473
123507
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
123474
123508
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
123475
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
123509
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
123476
123510
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
123477
123511
|
external_type_display_name?: string | undefined;
|
|
123478
123512
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -123604,7 +123638,7 @@ type Routes = {
|
|
|
123604
123638
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
123605
123639
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
123606
123640
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
123607
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
123641
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
123608
123642
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
123609
123643
|
external_type_display_name?: string | undefined;
|
|
123610
123644
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -123802,7 +123836,7 @@ type Routes = {
|
|
|
123802
123836
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
123803
123837
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
123804
123838
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
123805
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
123839
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
123806
123840
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
123807
123841
|
external_type_display_name?: string | undefined;
|
|
123808
123842
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -123934,7 +123968,7 @@ type Routes = {
|
|
|
123934
123968
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
123935
123969
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
123936
123970
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
123937
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
123971
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
123938
123972
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
123939
123973
|
external_type_display_name?: string | undefined;
|
|
123940
123974
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -124144,7 +124178,7 @@ type Routes = {
|
|
|
124144
124178
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
124145
124179
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
124146
124180
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
124147
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
124181
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
124148
124182
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
124149
124183
|
external_type_display_name?: string | undefined;
|
|
124150
124184
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -125753,6 +125787,8 @@ type Routes = {
|
|
|
125753
125787
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
125754
125788
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
125755
125789
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
125790
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
125791
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
125756
125792
|
/** Indicates whether the device supports native entry events. */
|
|
125757
125793
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
125758
125794
|
/** Indicates whether the lock is locked. */
|
|
@@ -127209,6 +127245,8 @@ type Routes = {
|
|
|
127209
127245
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
127210
127246
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
127211
127247
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
127248
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
127249
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
127212
127250
|
/** Indicates whether the device supports native entry events. */
|
|
127213
127251
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
127214
127252
|
/** Indicates whether the lock is locked. */
|
|
@@ -128117,7 +128155,7 @@ type Routes = {
|
|
|
128117
128155
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
128118
128156
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
128119
128157
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
128120
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
128158
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
128121
128159
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
128122
128160
|
external_type_display_name?: string | undefined;
|
|
128123
128161
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -128249,7 +128287,7 @@ type Routes = {
|
|
|
128249
128287
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
128250
128288
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
128251
128289
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
128252
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
128290
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
128253
128291
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
128254
128292
|
external_type_display_name?: string | undefined;
|
|
128255
128293
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -128447,7 +128485,7 @@ type Routes = {
|
|
|
128447
128485
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
128448
128486
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
128449
128487
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
128450
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
128488
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
128451
128489
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
128452
128490
|
external_type_display_name?: string | undefined;
|
|
128453
128491
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -128579,7 +128617,7 @@ type Routes = {
|
|
|
128579
128617
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
128580
128618
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
128581
128619
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
128582
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
128620
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
128583
128621
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
128584
128622
|
external_type_display_name?: string | undefined;
|
|
128585
128623
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -128789,7 +128827,7 @@ type Routes = {
|
|
|
128789
128827
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
128790
128828
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
128791
128829
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
128792
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
128830
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
128793
128831
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
128794
128832
|
external_type_display_name?: string | undefined;
|
|
128795
128833
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -130002,7 +130040,7 @@ type Routes = {
|
|
|
130002
130040
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
130003
130041
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
130004
130042
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
130005
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
130043
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
130006
130044
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
130007
130045
|
external_type_display_name?: string | undefined;
|
|
130008
130046
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -130134,7 +130172,7 @@ type Routes = {
|
|
|
130134
130172
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
130135
130173
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
130136
130174
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
130137
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
130175
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
130138
130176
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
130139
130177
|
external_type_display_name?: string | undefined;
|
|
130140
130178
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -130332,7 +130370,7 @@ type Routes = {
|
|
|
130332
130370
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
130333
130371
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
130334
130372
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
130335
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
130373
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
130336
130374
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
130337
130375
|
external_type_display_name?: string | undefined;
|
|
130338
130376
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -130464,7 +130502,7 @@ type Routes = {
|
|
|
130464
130502
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
130465
130503
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
130466
130504
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
130467
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
130505
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
130468
130506
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
130469
130507
|
external_type_display_name?: string | undefined;
|
|
130470
130508
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -130674,7 +130712,7 @@ type Routes = {
|
|
|
130674
130712
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
130675
130713
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
130676
130714
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
130677
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
130715
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
130678
130716
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
130679
130717
|
external_type_display_name?: string | undefined;
|
|
130680
130718
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -131715,7 +131753,7 @@ type Routes = {
|
|
|
131715
131753
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
131716
131754
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
131717
131755
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
131718
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
131756
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
131719
131757
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
131720
131758
|
external_type_display_name?: string | undefined;
|
|
131721
131759
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -131847,7 +131885,7 @@ type Routes = {
|
|
|
131847
131885
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
131848
131886
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
131849
131887
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
131850
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
131888
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
131851
131889
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
131852
131890
|
external_type_display_name?: string | undefined;
|
|
131853
131891
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -132045,7 +132083,7 @@ type Routes = {
|
|
|
132045
132083
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
132046
132084
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
132047
132085
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
132048
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
132086
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
132049
132087
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
132050
132088
|
external_type_display_name?: string | undefined;
|
|
132051
132089
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -132177,7 +132215,7 @@ type Routes = {
|
|
|
132177
132215
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
132178
132216
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
132179
132217
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
132180
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
132218
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
132181
132219
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
132182
132220
|
external_type_display_name?: string | undefined;
|
|
132183
132221
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -132387,7 +132425,7 @@ type Routes = {
|
|
|
132387
132425
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
132388
132426
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
132389
132427
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
132390
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
132428
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
132391
132429
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
132392
132430
|
external_type_display_name?: string | undefined;
|
|
132393
132431
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -133540,7 +133578,7 @@ type Routes = {
|
|
|
133540
133578
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
133541
133579
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
133542
133580
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
133543
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
133581
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
133544
133582
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
133545
133583
|
external_type_display_name?: string | undefined;
|
|
133546
133584
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -133672,7 +133710,7 @@ type Routes = {
|
|
|
133672
133710
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
133673
133711
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
133674
133712
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
133675
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
133713
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
133676
133714
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
133677
133715
|
external_type_display_name?: string | undefined;
|
|
133678
133716
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -133870,7 +133908,7 @@ type Routes = {
|
|
|
133870
133908
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
133871
133909
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
133872
133910
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
133873
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
133911
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
133874
133912
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
133875
133913
|
external_type_display_name?: string | undefined;
|
|
133876
133914
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -134002,7 +134040,7 @@ type Routes = {
|
|
|
134002
134040
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
134003
134041
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
134004
134042
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
134005
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
134043
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
134006
134044
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
134007
134045
|
external_type_display_name?: string | undefined;
|
|
134008
134046
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -134212,7 +134250,7 @@ type Routes = {
|
|
|
134212
134250
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
134213
134251
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
134214
134252
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
134215
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
134253
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
134216
134254
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
134217
134255
|
external_type_display_name?: string | undefined;
|
|
134218
134256
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -136381,6 +136419,8 @@ type Routes = {
|
|
|
136381
136419
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
136382
136420
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
136383
136421
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
136422
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
136423
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
136384
136424
|
/** Indicates whether the device supports native entry events. */
|
|
136385
136425
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
136386
136426
|
/** Indicates whether the lock is locked. */
|
|
@@ -137839,6 +137879,8 @@ type Routes = {
|
|
|
137839
137879
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
137840
137880
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
137841
137881
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
137882
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
137883
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
137842
137884
|
/** Indicates whether the device supports native entry events. */
|
|
137843
137885
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
137844
137886
|
/** Indicates whether the lock is locked. */
|
|
@@ -138777,7 +138819,7 @@ type Routes = {
|
|
|
138777
138819
|
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
138778
138820
|
acs_access_group_count?: number | undefined;
|
|
138779
138821
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
138780
|
-
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
138822
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
138781
138823
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
138782
138824
|
external_type_display_name?: string | undefined;
|
|
138783
138825
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -138793,7 +138835,7 @@ type Routes = {
|
|
|
138793
138835
|
} | undefined;
|
|
138794
138836
|
/**
|
|
138795
138837
|
* @deprecated Use `external_type`.*/
|
|
138796
|
-
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
138838
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
138797
138839
|
/**
|
|
138798
138840
|
* @deprecated Use `external_type_display_name`.*/
|
|
138799
138841
|
system_type_display_name?: string | undefined;
|
|
@@ -138932,7 +138974,7 @@ type Routes = {
|
|
|
138932
138974
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
138933
138975
|
display_name: string;
|
|
138934
138976
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
138935
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
138977
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
138936
138978
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
138937
138979
|
external_type_display_name?: string | undefined;
|
|
138938
138980
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -140552,6 +140594,8 @@ type Routes = {
|
|
|
140552
140594
|
max_active_codes_supported?: (number | undefined) | undefined;
|
|
140553
140595
|
/** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
|
|
140554
140596
|
supports_backup_access_code_pool?: (boolean | undefined) | undefined;
|
|
140597
|
+
/** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
|
|
140598
|
+
backup_access_code_pool_enabled?: (boolean | undefined) | undefined;
|
|
140555
140599
|
/** Indicates whether the device supports native entry events. */
|
|
140556
140600
|
has_native_entry_events?: (boolean | undefined) | undefined;
|
|
140557
140601
|
/** Indicates whether the lock is locked. */
|
|
@@ -141462,7 +141506,7 @@ type Routes = {
|
|
|
141462
141506
|
/** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
|
|
141463
141507
|
acs_access_group_count?: number | undefined;
|
|
141464
141508
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
141465
|
-
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
141509
|
+
external_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
141466
141510
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
141467
141511
|
external_type_display_name?: string | undefined;
|
|
141468
141512
|
/** Indicates whether the `acs_system` is a credential manager. */
|
|
@@ -141478,7 +141522,7 @@ type Routes = {
|
|
|
141478
141522
|
} | undefined;
|
|
141479
141523
|
/**
|
|
141480
141524
|
* @deprecated Use `external_type`.*/
|
|
141481
|
-
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site') | undefined;
|
|
141525
|
+
system_type?: ('pti_site' | 'avigilon_alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'dormakaba_ambiance_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'hotek_site' | 'kisi_organization') | undefined;
|
|
141482
141526
|
/**
|
|
141483
141527
|
* @deprecated Use `external_type_display_name`.*/
|
|
141484
141528
|
system_type_display_name?: string | undefined;
|
|
@@ -141603,7 +141647,7 @@ type Routes = {
|
|
|
141603
141647
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
141604
141648
|
display_name: string;
|
|
141605
141649
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
141606
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
141650
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
141607
141651
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
141608
141652
|
external_type_display_name?: string | undefined;
|
|
141609
141653
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -142199,7 +142243,7 @@ type Routes = {
|
|
|
142199
142243
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142200
142244
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142201
142245
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142202
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142246
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
142203
142247
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
142204
142248
|
external_type_display_name?: string | undefined;
|
|
142205
142249
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -142331,7 +142375,7 @@ type Routes = {
|
|
|
142331
142375
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142332
142376
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142333
142377
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142334
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142378
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
142335
142379
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
142336
142380
|
external_type_display_name?: string | undefined;
|
|
142337
142381
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -142529,7 +142573,7 @@ type Routes = {
|
|
|
142529
142573
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142530
142574
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142531
142575
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142532
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142576
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
142533
142577
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
142534
142578
|
external_type_display_name?: string | undefined;
|
|
142535
142579
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -142661,7 +142705,7 @@ type Routes = {
|
|
|
142661
142705
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142662
142706
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142663
142707
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142664
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142708
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
142665
142709
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
142666
142710
|
external_type_display_name?: string | undefined;
|
|
142667
142711
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -142871,7 +142915,7 @@ type Routes = {
|
|
|
142871
142915
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
142872
142916
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
142873
142917
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
142874
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
142918
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
142875
142919
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
142876
142920
|
external_type_display_name?: string | undefined;
|
|
142877
142921
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -143734,7 +143778,7 @@ type Routes = {
|
|
|
143734
143778
|
/** Display name for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
|
|
143735
143779
|
display_name: string;
|
|
143736
143780
|
/** Brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
143737
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user') | undefined;
|
|
143781
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user' | 'avigilon_alta_user' | 'kisi_user') | undefined;
|
|
143738
143782
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
|
|
143739
143783
|
external_type_display_name?: string | undefined;
|
|
143740
143784
|
/** Indicates whether the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is currently [suspended](https://docs.seam.co/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -148220,7 +148264,7 @@ type Routes = {
|
|
|
148220
148264
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148221
148265
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148222
148266
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148223
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
148267
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
148224
148268
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
148225
148269
|
external_type_display_name?: string | undefined;
|
|
148226
148270
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -148353,7 +148397,7 @@ type Routes = {
|
|
|
148353
148397
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
148354
148398
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
148355
148399
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
148356
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
148400
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
148357
148401
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
148358
148402
|
external_type_display_name?: string | undefined;
|
|
148359
148403
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -149704,7 +149748,7 @@ type Routes = {
|
|
|
149704
149748
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
149705
149749
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
149706
149750
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
149707
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
149751
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
149708
149752
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
149709
149753
|
external_type_display_name?: string | undefined;
|
|
149710
149754
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -149836,7 +149880,7 @@ type Routes = {
|
|
|
149836
149880
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
149837
149881
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
149838
149882
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
149839
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
149883
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
149840
149884
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
149841
149885
|
external_type_display_name?: string | undefined;
|
|
149842
149886
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -150034,7 +150078,7 @@ type Routes = {
|
|
|
150034
150078
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
150035
150079
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
150036
150080
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
150037
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
150081
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
150038
150082
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
150039
150083
|
external_type_display_name?: string | undefined;
|
|
150040
150084
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -150166,7 +150210,7 @@ type Routes = {
|
|
|
150166
150210
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
150167
150211
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
150168
150212
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
150169
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
150213
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
150170
150214
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
150171
150215
|
external_type_display_name?: string | undefined;
|
|
150172
150216
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|
|
@@ -150376,7 +150420,7 @@ type Routes = {
|
|
|
150376
150420
|
/** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
|
|
150377
150421
|
access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
|
|
150378
150422
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
150379
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential') | undefined;
|
|
150423
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access' | 'dormakaba_ambiance_credential' | 'hotek_card' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
|
|
150380
150424
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
150381
150425
|
external_type_display_name?: string | undefined;
|
|
150382
150426
|
/** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
|