@seamapi/types 1.334.0 → 1.336.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 +32 -12
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +137 -137
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- 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/openapi.js +17 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +101 -101
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +3 -0
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -0
- package/src/lib/seam/connect/models/acs/acs-user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +17 -0
- package/src/lib/seam/connect/route-types.ts +195 -0
package/dist/connect.d.cts
CHANGED
|
@@ -2361,7 +2361,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2361
2361
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
2362
2362
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2363
2363
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
2364
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
2364
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key", "salto_space_card", "salto_space_mobile_key"]>>;
|
|
2365
2365
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
2366
2366
|
created_at: z.ZodString;
|
|
2367
2367
|
workspace_id: z.ZodString;
|
|
@@ -2566,7 +2566,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2566
2566
|
door_names?: string[] | undefined;
|
|
2567
2567
|
} | undefined;
|
|
2568
2568
|
is_one_time_use?: boolean | undefined;
|
|
2569
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
2569
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
2570
2570
|
external_type_display_name?: string | undefined;
|
|
2571
2571
|
acs_user_id?: string | undefined;
|
|
2572
2572
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2635,7 +2635,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2635
2635
|
door_names?: string[] | undefined;
|
|
2636
2636
|
} | undefined;
|
|
2637
2637
|
is_one_time_use?: boolean | undefined;
|
|
2638
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
2638
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
2639
2639
|
external_type_display_name?: string | undefined;
|
|
2640
2640
|
acs_user_id?: string | undefined;
|
|
2641
2641
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2660,7 +2660,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2660
2660
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
2661
2661
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2662
2662
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
2663
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
2663
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key", "salto_space_card", "salto_space_mobile_key"]>>;
|
|
2664
2664
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
2665
2665
|
created_at: z.ZodString;
|
|
2666
2666
|
workspace_id: z.ZodString;
|
|
@@ -2865,7 +2865,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2865
2865
|
door_names?: string[] | undefined;
|
|
2866
2866
|
} | undefined;
|
|
2867
2867
|
is_one_time_use?: boolean | undefined;
|
|
2868
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
2868
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
2869
2869
|
external_type_display_name?: string | undefined;
|
|
2870
2870
|
acs_user_id?: string | undefined;
|
|
2871
2871
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2934,7 +2934,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
2934
2934
|
door_names?: string[] | undefined;
|
|
2935
2935
|
} | undefined;
|
|
2936
2936
|
is_one_time_use?: boolean | undefined;
|
|
2937
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
2937
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
2938
2938
|
external_type_display_name?: string | undefined;
|
|
2939
2939
|
acs_user_id?: string | undefined;
|
|
2940
2940
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3501,7 +3501,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
3501
3501
|
workspace_id: z.ZodString;
|
|
3502
3502
|
created_at: z.ZodString;
|
|
3503
3503
|
display_name: z.ZodString;
|
|
3504
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user"]>>;
|
|
3504
|
+
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"]>>;
|
|
3505
3505
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
3506
3506
|
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
3507
3507
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
@@ -3675,7 +3675,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
3675
3675
|
acs_system_id: string;
|
|
3676
3676
|
acs_user_id: string;
|
|
3677
3677
|
email?: string | undefined;
|
|
3678
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
|
|
3678
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
3679
3679
|
external_type_display_name?: string | undefined;
|
|
3680
3680
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
3681
3681
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -3734,7 +3734,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
3734
3734
|
acs_system_id: string;
|
|
3735
3735
|
acs_user_id: string;
|
|
3736
3736
|
email?: string | undefined;
|
|
3737
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
|
|
3737
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
3738
3738
|
external_type_display_name?: string | undefined;
|
|
3739
3739
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
3740
3740
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -3759,7 +3759,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
3759
3759
|
workspace_id: z.ZodString;
|
|
3760
3760
|
created_at: z.ZodString;
|
|
3761
3761
|
display_name: z.ZodString;
|
|
3762
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user"]>>;
|
|
3762
|
+
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"]>>;
|
|
3763
3763
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
3764
3764
|
is_suspended: z.ZodOptional<z.ZodBoolean>;
|
|
3765
3765
|
access_schedule: z.ZodOptional<z.ZodObject<{
|
|
@@ -3933,7 +3933,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
3933
3933
|
acs_system_id: string;
|
|
3934
3934
|
acs_user_id: string;
|
|
3935
3935
|
email?: string | undefined;
|
|
3936
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
|
|
3936
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
3937
3937
|
external_type_display_name?: string | undefined;
|
|
3938
3938
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
3939
3939
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -3992,7 +3992,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
3992
3992
|
acs_system_id: string;
|
|
3993
3993
|
acs_user_id: string;
|
|
3994
3994
|
email?: string | undefined;
|
|
3995
|
-
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
|
|
3995
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
3996
3996
|
external_type_display_name?: string | undefined;
|
|
3997
3997
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
3998
3998
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -4298,7 +4298,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4298
4298
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
4299
4299
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4300
4300
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4301
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
4301
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key", "salto_space_card", "salto_space_mobile_key"]>>;
|
|
4302
4302
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4303
4303
|
created_at: z.ZodString;
|
|
4304
4304
|
workspace_id: z.ZodString;
|
|
@@ -4503,7 +4503,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4503
4503
|
door_names?: string[] | undefined;
|
|
4504
4504
|
} | undefined;
|
|
4505
4505
|
is_one_time_use?: boolean | undefined;
|
|
4506
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4506
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
4507
4507
|
external_type_display_name?: string | undefined;
|
|
4508
4508
|
acs_user_id?: string | undefined;
|
|
4509
4509
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4572,7 +4572,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4572
4572
|
door_names?: string[] | undefined;
|
|
4573
4573
|
} | undefined;
|
|
4574
4574
|
is_one_time_use?: boolean | undefined;
|
|
4575
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4575
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
4576
4576
|
external_type_display_name?: string | undefined;
|
|
4577
4577
|
acs_user_id?: string | undefined;
|
|
4578
4578
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4596,7 +4596,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4596
4596
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
4597
4597
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4598
4598
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4599
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
4599
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key", "salto_space_card", "salto_space_mobile_key"]>>;
|
|
4600
4600
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4601
4601
|
created_at: z.ZodString;
|
|
4602
4602
|
workspace_id: z.ZodString;
|
|
@@ -4801,7 +4801,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4801
4801
|
door_names?: string[] | undefined;
|
|
4802
4802
|
} | undefined;
|
|
4803
4803
|
is_one_time_use?: boolean | undefined;
|
|
4804
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4804
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
4805
4805
|
external_type_display_name?: string | undefined;
|
|
4806
4806
|
acs_user_id?: string | undefined;
|
|
4807
4807
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4870,7 +4870,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4870
4870
|
door_names?: string[] | undefined;
|
|
4871
4871
|
} | undefined;
|
|
4872
4872
|
is_one_time_use?: boolean | undefined;
|
|
4873
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4873
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
4874
4874
|
external_type_display_name?: string | undefined;
|
|
4875
4875
|
acs_user_id?: string | undefined;
|
|
4876
4876
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4976,7 +4976,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4976
4976
|
door_names?: string[] | undefined;
|
|
4977
4977
|
} | undefined;
|
|
4978
4978
|
is_one_time_use?: boolean | undefined;
|
|
4979
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4979
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
4980
4980
|
external_type_display_name?: string | undefined;
|
|
4981
4981
|
acs_user_id?: string | undefined;
|
|
4982
4982
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5045,7 +5045,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5045
5045
|
door_names?: string[] | undefined;
|
|
5046
5046
|
} | undefined;
|
|
5047
5047
|
is_one_time_use?: boolean | undefined;
|
|
5048
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5048
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5049
5049
|
external_type_display_name?: string | undefined;
|
|
5050
5050
|
acs_user_id?: string | undefined;
|
|
5051
5051
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5141,7 +5141,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5141
5141
|
door_names?: string[] | undefined;
|
|
5142
5142
|
} | undefined;
|
|
5143
5143
|
is_one_time_use?: boolean | undefined;
|
|
5144
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5144
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5145
5145
|
external_type_display_name?: string | undefined;
|
|
5146
5146
|
acs_user_id?: string | undefined;
|
|
5147
5147
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5210,7 +5210,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5210
5210
|
door_names?: string[] | undefined;
|
|
5211
5211
|
} | undefined;
|
|
5212
5212
|
is_one_time_use?: boolean | undefined;
|
|
5213
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5213
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5214
5214
|
external_type_display_name?: string | undefined;
|
|
5215
5215
|
acs_user_id?: string | undefined;
|
|
5216
5216
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5311,7 +5311,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5311
5311
|
door_names?: string[] | undefined;
|
|
5312
5312
|
} | undefined;
|
|
5313
5313
|
is_one_time_use?: boolean | undefined;
|
|
5314
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5314
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5315
5315
|
external_type_display_name?: string | undefined;
|
|
5316
5316
|
acs_user_id?: string | undefined;
|
|
5317
5317
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5380,7 +5380,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5380
5380
|
door_names?: string[] | undefined;
|
|
5381
5381
|
} | undefined;
|
|
5382
5382
|
is_one_time_use?: boolean | undefined;
|
|
5383
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5383
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5384
5384
|
external_type_display_name?: string | undefined;
|
|
5385
5385
|
acs_user_id?: string | undefined;
|
|
5386
5386
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5482,7 +5482,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5482
5482
|
door_names?: string[] | undefined;
|
|
5483
5483
|
} | undefined;
|
|
5484
5484
|
is_one_time_use?: boolean | undefined;
|
|
5485
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5485
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5486
5486
|
external_type_display_name?: string | undefined;
|
|
5487
5487
|
acs_user_id?: string | undefined;
|
|
5488
5488
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5551,7 +5551,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5551
5551
|
door_names?: string[] | undefined;
|
|
5552
5552
|
} | undefined;
|
|
5553
5553
|
is_one_time_use?: boolean | undefined;
|
|
5554
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5554
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5555
5555
|
external_type_display_name?: string | undefined;
|
|
5556
5556
|
acs_user_id?: string | undefined;
|
|
5557
5557
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5673,7 +5673,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5673
5673
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
5674
5674
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5675
5675
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
5676
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
5676
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key", "salto_space_card", "salto_space_mobile_key"]>>;
|
|
5677
5677
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
5678
5678
|
created_at: z.ZodString;
|
|
5679
5679
|
workspace_id: z.ZodString;
|
|
@@ -5878,7 +5878,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5878
5878
|
door_names?: string[] | undefined;
|
|
5879
5879
|
} | undefined;
|
|
5880
5880
|
is_one_time_use?: boolean | undefined;
|
|
5881
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5881
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5882
5882
|
external_type_display_name?: string | undefined;
|
|
5883
5883
|
acs_user_id?: string | undefined;
|
|
5884
5884
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5947,7 +5947,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5947
5947
|
door_names?: string[] | undefined;
|
|
5948
5948
|
} | undefined;
|
|
5949
5949
|
is_one_time_use?: boolean | undefined;
|
|
5950
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
5950
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
5951
5951
|
external_type_display_name?: string | undefined;
|
|
5952
5952
|
acs_user_id?: string | undefined;
|
|
5953
5953
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -5971,7 +5971,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
5971
5971
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
5972
5972
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
5973
5973
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
5974
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
5974
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key", "salto_space_card", "salto_space_mobile_key"]>>;
|
|
5975
5975
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
5976
5976
|
created_at: z.ZodString;
|
|
5977
5977
|
workspace_id: z.ZodString;
|
|
@@ -6176,7 +6176,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6176
6176
|
door_names?: string[] | undefined;
|
|
6177
6177
|
} | undefined;
|
|
6178
6178
|
is_one_time_use?: boolean | undefined;
|
|
6179
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
6179
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
6180
6180
|
external_type_display_name?: string | undefined;
|
|
6181
6181
|
acs_user_id?: string | undefined;
|
|
6182
6182
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -6245,7 +6245,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6245
6245
|
door_names?: string[] | undefined;
|
|
6246
6246
|
} | undefined;
|
|
6247
6247
|
is_one_time_use?: boolean | undefined;
|
|
6248
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
6248
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
6249
6249
|
external_type_display_name?: string | undefined;
|
|
6250
6250
|
acs_user_id?: string | undefined;
|
|
6251
6251
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -6319,7 +6319,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6319
6319
|
door_names?: string[] | undefined;
|
|
6320
6320
|
} | undefined;
|
|
6321
6321
|
is_one_time_use?: boolean | undefined;
|
|
6322
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
6322
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
6323
6323
|
external_type_display_name?: string | undefined;
|
|
6324
6324
|
acs_user_id?: string | undefined;
|
|
6325
6325
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -6388,7 +6388,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6388
6388
|
door_names?: string[] | undefined;
|
|
6389
6389
|
} | undefined;
|
|
6390
6390
|
is_one_time_use?: boolean | undefined;
|
|
6391
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
6391
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
6392
6392
|
external_type_display_name?: string | undefined;
|
|
6393
6393
|
acs_user_id?: string | undefined;
|
|
6394
6394
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -6463,7 +6463,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6463
6463
|
door_names?: string[] | undefined;
|
|
6464
6464
|
} | undefined;
|
|
6465
6465
|
is_one_time_use?: boolean | undefined;
|
|
6466
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
6466
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
6467
6467
|
external_type_display_name?: string | undefined;
|
|
6468
6468
|
acs_user_id?: string | undefined;
|
|
6469
6469
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -6532,7 +6532,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6532
6532
|
door_names?: string[] | undefined;
|
|
6533
6533
|
} | undefined;
|
|
6534
6534
|
is_one_time_use?: boolean | undefined;
|
|
6535
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
6535
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
6536
6536
|
external_type_display_name?: string | undefined;
|
|
6537
6537
|
acs_user_id?: string | undefined;
|
|
6538
6538
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -40658,7 +40658,7 @@ interface Routes {
|
|
|
40658
40658
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40659
40659
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40660
40660
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40661
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
40661
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
40662
40662
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40663
40663
|
external_type_display_name?: string | undefined;
|
|
40664
40664
|
/** Date and time at which the credential was created. */
|
|
@@ -40766,7 +40766,7 @@ interface Routes {
|
|
|
40766
40766
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40767
40767
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40768
40768
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40769
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
40769
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
40770
40770
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40771
40771
|
external_type_display_name?: string | undefined;
|
|
40772
40772
|
/** Date and time at which the credential was created. */
|
|
@@ -40911,7 +40911,7 @@ interface Routes {
|
|
|
40911
40911
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40912
40912
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40913
40913
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40914
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
40914
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
40915
40915
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40916
40916
|
external_type_display_name?: string | undefined;
|
|
40917
40917
|
/** Date and time at which the credential was created. */
|
|
@@ -41019,7 +41019,7 @@ interface Routes {
|
|
|
41019
41019
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
41020
41020
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41021
41021
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41022
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
41022
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
41023
41023
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41024
41024
|
external_type_display_name?: string | undefined;
|
|
41025
41025
|
/** Date and time at which the credential was created. */
|
|
@@ -42065,7 +42065,7 @@ interface Routes {
|
|
|
42065
42065
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42066
42066
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42067
42067
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42068
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
42068
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
42069
42069
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42070
42070
|
external_type_display_name?: string | undefined;
|
|
42071
42071
|
/** Date and time at which the credential was created. */
|
|
@@ -42173,7 +42173,7 @@ interface Routes {
|
|
|
42173
42173
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42174
42174
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42175
42175
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42176
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
42176
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
42177
42177
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42178
42178
|
external_type_display_name?: string | undefined;
|
|
42179
42179
|
/** Date and time at which the credential was created. */
|
|
@@ -42318,7 +42318,7 @@ interface Routes {
|
|
|
42318
42318
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42319
42319
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42320
42320
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42321
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
42321
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
42322
42322
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42323
42323
|
external_type_display_name?: string | undefined;
|
|
42324
42324
|
/** Date and time at which the credential was created. */
|
|
@@ -42426,7 +42426,7 @@ interface Routes {
|
|
|
42426
42426
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42427
42427
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42428
42428
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42429
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
42429
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
42430
42430
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42431
42431
|
external_type_display_name?: string | undefined;
|
|
42432
42432
|
/** Date and time at which the credential was created. */
|
|
@@ -44278,7 +44278,7 @@ interface Routes {
|
|
|
44278
44278
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44279
44279
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44280
44280
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44281
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44281
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
44282
44282
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44283
44283
|
external_type_display_name?: string | undefined;
|
|
44284
44284
|
/** Date and time at which the credential was created. */
|
|
@@ -44386,7 +44386,7 @@ interface Routes {
|
|
|
44386
44386
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44387
44387
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44388
44388
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44389
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44389
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
44390
44390
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44391
44391
|
external_type_display_name?: string | undefined;
|
|
44392
44392
|
/** Date and time at which the credential was created. */
|
|
@@ -44531,7 +44531,7 @@ interface Routes {
|
|
|
44531
44531
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44532
44532
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44533
44533
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44534
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44534
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
44535
44535
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44536
44536
|
external_type_display_name?: string | undefined;
|
|
44537
44537
|
/** Date and time at which the credential was created. */
|
|
@@ -44639,7 +44639,7 @@ interface Routes {
|
|
|
44639
44639
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44640
44640
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44641
44641
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44642
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44642
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
44643
44643
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44644
44644
|
external_type_display_name?: string | undefined;
|
|
44645
44645
|
/** Date and time at which the credential was created. */
|
|
@@ -45672,7 +45672,7 @@ interface Routes {
|
|
|
45672
45672
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45673
45673
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45674
45674
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45675
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
45675
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
45676
45676
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45677
45677
|
external_type_display_name?: string | undefined;
|
|
45678
45678
|
/** Date and time at which the credential was created. */
|
|
@@ -45780,7 +45780,7 @@ interface Routes {
|
|
|
45780
45780
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45781
45781
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45782
45782
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45783
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
45783
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
45784
45784
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45785
45785
|
external_type_display_name?: string | undefined;
|
|
45786
45786
|
/** Date and time at which the credential was created. */
|
|
@@ -45925,7 +45925,7 @@ interface Routes {
|
|
|
45925
45925
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45926
45926
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45927
45927
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45928
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
45928
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
45929
45929
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45930
45930
|
external_type_display_name?: string | undefined;
|
|
45931
45931
|
/** Date and time at which the credential was created. */
|
|
@@ -46033,7 +46033,7 @@ interface Routes {
|
|
|
46033
46033
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
46034
46034
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
46035
46035
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
46036
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
46036
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
46037
46037
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
46038
46038
|
external_type_display_name?: string | undefined;
|
|
46039
46039
|
/** Date and time at which the credential was created. */
|
|
@@ -46628,7 +46628,7 @@ interface Routes {
|
|
|
46628
46628
|
/** Display name for the `acs_user`. */
|
|
46629
46629
|
display_name: string;
|
|
46630
46630
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
46631
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
46631
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
46632
46632
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
46633
46633
|
external_type_display_name?: string | undefined;
|
|
46634
46634
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -46901,7 +46901,7 @@ interface Routes {
|
|
|
46901
46901
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
46902
46902
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
46903
46903
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
46904
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
46904
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
46905
46905
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
46906
46906
|
external_type_display_name?: string | undefined;
|
|
46907
46907
|
/** Date and time at which the credential was created. */
|
|
@@ -47064,7 +47064,7 @@ interface Routes {
|
|
|
47064
47064
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47065
47065
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47066
47066
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47067
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47067
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
47068
47068
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47069
47069
|
external_type_display_name?: string | undefined;
|
|
47070
47070
|
/** Date and time at which the credential was created. */
|
|
@@ -47196,7 +47196,7 @@ interface Routes {
|
|
|
47196
47196
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47197
47197
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47198
47198
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47199
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47199
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
47200
47200
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47201
47201
|
external_type_display_name?: string | undefined;
|
|
47202
47202
|
/** Date and time at which the credential was created. */
|
|
@@ -47332,7 +47332,7 @@ interface Routes {
|
|
|
47332
47332
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47333
47333
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47334
47334
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47335
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47335
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
47336
47336
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47337
47337
|
external_type_display_name?: string | undefined;
|
|
47338
47338
|
/** Date and time at which the credential was created. */
|
|
@@ -47472,7 +47472,7 @@ interface Routes {
|
|
|
47472
47472
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47473
47473
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47474
47474
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47475
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47475
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
47476
47476
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47477
47477
|
external_type_display_name?: string | undefined;
|
|
47478
47478
|
/** Date and time at which the credential was created. */
|
|
@@ -47664,7 +47664,7 @@ interface Routes {
|
|
|
47664
47664
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47665
47665
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47666
47666
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47667
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47667
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
47668
47668
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47669
47669
|
external_type_display_name?: string | undefined;
|
|
47670
47670
|
/** Date and time at which the credential was created. */
|
|
@@ -47788,7 +47788,7 @@ interface Routes {
|
|
|
47788
47788
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47789
47789
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47790
47790
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47791
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47791
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
47792
47792
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47793
47793
|
external_type_display_name?: string | undefined;
|
|
47794
47794
|
/** Date and time at which the credential was created. */
|
|
@@ -47921,7 +47921,7 @@ interface Routes {
|
|
|
47921
47921
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47922
47922
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47923
47923
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47924
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47924
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
47925
47925
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47926
47926
|
external_type_display_name?: string | undefined;
|
|
47927
47927
|
/** Date and time at which the credential was created. */
|
|
@@ -48049,7 +48049,7 @@ interface Routes {
|
|
|
48049
48049
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48050
48050
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48051
48051
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48052
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48052
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
48053
48053
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48054
48054
|
external_type_display_name?: string | undefined;
|
|
48055
48055
|
/** Date and time at which the credential was created. */
|
|
@@ -48264,7 +48264,7 @@ interface Routes {
|
|
|
48264
48264
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48265
48265
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48266
48266
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48267
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48267
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
48268
48268
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48269
48269
|
external_type_display_name?: string | undefined;
|
|
48270
48270
|
/** Date and time at which the credential was created. */
|
|
@@ -48372,7 +48372,7 @@ interface Routes {
|
|
|
48372
48372
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48373
48373
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48374
48374
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48375
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48375
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
48376
48376
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48377
48377
|
external_type_display_name?: string | undefined;
|
|
48378
48378
|
/** Date and time at which the credential was created. */
|
|
@@ -48517,7 +48517,7 @@ interface Routes {
|
|
|
48517
48517
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48518
48518
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48519
48519
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48520
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48520
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
48521
48521
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48522
48522
|
external_type_display_name?: string | undefined;
|
|
48523
48523
|
/** Date and time at which the credential was created. */
|
|
@@ -48625,7 +48625,7 @@ interface Routes {
|
|
|
48625
48625
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48626
48626
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48627
48627
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48628
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48628
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
48629
48629
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48630
48630
|
external_type_display_name?: string | undefined;
|
|
48631
48631
|
/** Date and time at which the credential was created. */
|
|
@@ -49176,7 +49176,7 @@ interface Routes {
|
|
|
49176
49176
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
49177
49177
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
49178
49178
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
49179
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
49179
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
49180
49180
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
49181
49181
|
external_type_display_name?: string | undefined;
|
|
49182
49182
|
/** Date and time at which the credential was created. */
|
|
@@ -49284,7 +49284,7 @@ interface Routes {
|
|
|
49284
49284
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
49285
49285
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
49286
49286
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
49287
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
49287
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
49288
49288
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
49289
49289
|
external_type_display_name?: string | undefined;
|
|
49290
49290
|
/** Date and time at which the credential was created. */
|
|
@@ -49429,7 +49429,7 @@ interface Routes {
|
|
|
49429
49429
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
49430
49430
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
49431
49431
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
49432
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
49432
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
49433
49433
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
49434
49434
|
external_type_display_name?: string | undefined;
|
|
49435
49435
|
/** Date and time at which the credential was created. */
|
|
@@ -49537,7 +49537,7 @@ interface Routes {
|
|
|
49537
49537
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
49538
49538
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
49539
49539
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
49540
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
49540
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
49541
49541
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
49542
49542
|
external_type_display_name?: string | undefined;
|
|
49543
49543
|
/** Date and time at which the credential was created. */
|
|
@@ -50174,7 +50174,7 @@ interface Routes {
|
|
|
50174
50174
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
50175
50175
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
50176
50176
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
50177
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
50177
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
50178
50178
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
50179
50179
|
external_type_display_name?: string | undefined;
|
|
50180
50180
|
/** Date and time at which the credential was created. */
|
|
@@ -50702,7 +50702,7 @@ interface Routes {
|
|
|
50702
50702
|
/** Display name for the `acs_user`. */
|
|
50703
50703
|
display_name: string;
|
|
50704
50704
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
50705
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
50705
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
50706
50706
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
50707
50707
|
external_type_display_name?: string | undefined;
|
|
50708
50708
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -50822,7 +50822,7 @@ interface Routes {
|
|
|
50822
50822
|
/** Display name for the `acs_user`. */
|
|
50823
50823
|
display_name: string;
|
|
50824
50824
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
50825
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
50825
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
50826
50826
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
50827
50827
|
external_type_display_name?: string | undefined;
|
|
50828
50828
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -50937,7 +50937,7 @@ interface Routes {
|
|
|
50937
50937
|
/** Display name for the `acs_user`. */
|
|
50938
50938
|
display_name: string;
|
|
50939
50939
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
50940
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
50940
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
50941
50941
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
50942
50942
|
external_type_display_name?: string | undefined;
|
|
50943
50943
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -51148,7 +51148,7 @@ interface Routes {
|
|
|
51148
51148
|
/** Display name for the `acs_user`. */
|
|
51149
51149
|
display_name: string;
|
|
51150
51150
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
51151
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
51151
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
51152
51152
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
51153
51153
|
external_type_display_name?: string | undefined;
|
|
51154
51154
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -51258,7 +51258,7 @@ interface Routes {
|
|
|
51258
51258
|
/** Display name for the `acs_user`. */
|
|
51259
51259
|
display_name: string;
|
|
51260
51260
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
51261
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
51261
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
51262
51262
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
51263
51263
|
external_type_display_name?: string | undefined;
|
|
51264
51264
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -51503,7 +51503,7 @@ interface Routes {
|
|
|
51503
51503
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
51504
51504
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
51505
51505
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
51506
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
51506
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
51507
51507
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
51508
51508
|
external_type_display_name?: string | undefined;
|
|
51509
51509
|
/** Date and time at which the credential was created. */
|
|
@@ -51611,7 +51611,7 @@ interface Routes {
|
|
|
51611
51611
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
51612
51612
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
51613
51613
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
51614
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
51614
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
51615
51615
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
51616
51616
|
external_type_display_name?: string | undefined;
|
|
51617
51617
|
/** Date and time at which the credential was created. */
|
|
@@ -51756,7 +51756,7 @@ interface Routes {
|
|
|
51756
51756
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
51757
51757
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
51758
51758
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
51759
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
51759
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
51760
51760
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
51761
51761
|
external_type_display_name?: string | undefined;
|
|
51762
51762
|
/** Date and time at which the credential was created. */
|
|
@@ -51864,7 +51864,7 @@ interface Routes {
|
|
|
51864
51864
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
51865
51865
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
51866
51866
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
51867
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
51867
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
51868
51868
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
51869
51869
|
external_type_display_name?: string | undefined;
|
|
51870
51870
|
/** Date and time at which the credential was created. */
|
|
@@ -52367,7 +52367,7 @@ interface Routes {
|
|
|
52367
52367
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
52368
52368
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
52369
52369
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
52370
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
52370
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
52371
52371
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
52372
52372
|
external_type_display_name?: string | undefined;
|
|
52373
52373
|
/** Date and time at which the credential was created. */
|
|
@@ -52475,7 +52475,7 @@ interface Routes {
|
|
|
52475
52475
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
52476
52476
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
52477
52477
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
52478
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
52478
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
52479
52479
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
52480
52480
|
external_type_display_name?: string | undefined;
|
|
52481
52481
|
/** Date and time at which the credential was created. */
|
|
@@ -52620,7 +52620,7 @@ interface Routes {
|
|
|
52620
52620
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
52621
52621
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
52622
52622
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
52623
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
52623
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
52624
52624
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
52625
52625
|
external_type_display_name?: string | undefined;
|
|
52626
52626
|
/** Date and time at which the credential was created. */
|
|
@@ -52728,7 +52728,7 @@ interface Routes {
|
|
|
52728
52728
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
52729
52729
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
52730
52730
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
52731
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
52731
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
52732
52732
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
52733
52733
|
external_type_display_name?: string | undefined;
|
|
52734
52734
|
/** Date and time at which the credential was created. */
|
|
@@ -60632,7 +60632,7 @@ interface Routes {
|
|
|
60632
60632
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60633
60633
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60634
60634
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60635
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60635
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
60636
60636
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60637
60637
|
external_type_display_name?: string | undefined;
|
|
60638
60638
|
/** Date and time at which the credential was created. */
|
|
@@ -60740,7 +60740,7 @@ interface Routes {
|
|
|
60740
60740
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60741
60741
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60742
60742
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60743
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60743
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
60744
60744
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60745
60745
|
external_type_display_name?: string | undefined;
|
|
60746
60746
|
/** Date and time at which the credential was created. */
|
|
@@ -60885,7 +60885,7 @@ interface Routes {
|
|
|
60885
60885
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60886
60886
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60887
60887
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60888
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60888
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
60889
60889
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60890
60890
|
external_type_display_name?: string | undefined;
|
|
60891
60891
|
/** Date and time at which the credential was created. */
|
|
@@ -60993,7 +60993,7 @@ interface Routes {
|
|
|
60993
60993
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60994
60994
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60995
60995
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60996
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60996
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
60997
60997
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60998
60998
|
external_type_display_name?: string | undefined;
|
|
60999
60999
|
/** Date and time at which the credential was created. */
|
|
@@ -61498,7 +61498,7 @@ interface Routes {
|
|
|
61498
61498
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61499
61499
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61500
61500
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61501
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
61501
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
61502
61502
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61503
61503
|
external_type_display_name?: string | undefined;
|
|
61504
61504
|
/** Date and time at which the credential was created. */
|
|
@@ -61606,7 +61606,7 @@ interface Routes {
|
|
|
61606
61606
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61607
61607
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61608
61608
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61609
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
61609
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
61610
61610
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61611
61611
|
external_type_display_name?: string | undefined;
|
|
61612
61612
|
/** Date and time at which the credential was created. */
|
|
@@ -61751,7 +61751,7 @@ interface Routes {
|
|
|
61751
61751
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61752
61752
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61753
61753
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61754
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
61754
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
61755
61755
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61756
61756
|
external_type_display_name?: string | undefined;
|
|
61757
61757
|
/** Date and time at which the credential was created. */
|
|
@@ -61859,7 +61859,7 @@ interface Routes {
|
|
|
61859
61859
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61860
61860
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61861
61861
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61862
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
61862
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
61863
61863
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61864
61864
|
external_type_display_name?: string | undefined;
|
|
61865
61865
|
/** Date and time at which the credential was created. */
|
|
@@ -63729,7 +63729,7 @@ interface Routes {
|
|
|
63729
63729
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
63730
63730
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
63731
63731
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
63732
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
63732
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
63733
63733
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
63734
63734
|
external_type_display_name?: string | undefined;
|
|
63735
63735
|
/** Date and time at which the credential was created. */
|
|
@@ -63837,7 +63837,7 @@ interface Routes {
|
|
|
63837
63837
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
63838
63838
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
63839
63839
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
63840
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
63840
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
63841
63841
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
63842
63842
|
external_type_display_name?: string | undefined;
|
|
63843
63843
|
/** Date and time at which the credential was created. */
|
|
@@ -63982,7 +63982,7 @@ interface Routes {
|
|
|
63982
63982
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
63983
63983
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
63984
63984
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
63985
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
63985
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
63986
63986
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
63987
63987
|
external_type_display_name?: string | undefined;
|
|
63988
63988
|
/** Date and time at which the credential was created. */
|
|
@@ -64090,7 +64090,7 @@ interface Routes {
|
|
|
64090
64090
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64091
64091
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64092
64092
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64093
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64093
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
64094
64094
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64095
64095
|
external_type_display_name?: string | undefined;
|
|
64096
64096
|
/** Date and time at which the credential was created. */
|
|
@@ -64606,7 +64606,7 @@ interface Routes {
|
|
|
64606
64606
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64607
64607
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64608
64608
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64609
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64609
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
64610
64610
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64611
64611
|
external_type_display_name?: string | undefined;
|
|
64612
64612
|
/** Date and time at which the credential was created. */
|
|
@@ -64714,7 +64714,7 @@ interface Routes {
|
|
|
64714
64714
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64715
64715
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64716
64716
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64717
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64717
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
64718
64718
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64719
64719
|
external_type_display_name?: string | undefined;
|
|
64720
64720
|
/** Date and time at which the credential was created. */
|
|
@@ -64859,7 +64859,7 @@ interface Routes {
|
|
|
64859
64859
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64860
64860
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64861
64861
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64862
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64862
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
64863
64863
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64864
64864
|
external_type_display_name?: string | undefined;
|
|
64865
64865
|
/** Date and time at which the credential was created. */
|
|
@@ -64967,7 +64967,7 @@ interface Routes {
|
|
|
64967
64967
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64968
64968
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64969
64969
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64970
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64970
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
64971
64971
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64972
64972
|
external_type_display_name?: string | undefined;
|
|
64973
64973
|
/** Date and time at which the credential was created. */
|
|
@@ -65522,7 +65522,7 @@ interface Routes {
|
|
|
65522
65522
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65523
65523
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65524
65524
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65525
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
65525
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
65526
65526
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65527
65527
|
external_type_display_name?: string | undefined;
|
|
65528
65528
|
/** Date and time at which the credential was created. */
|
|
@@ -65630,7 +65630,7 @@ interface Routes {
|
|
|
65630
65630
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65631
65631
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65632
65632
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65633
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
65633
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
65634
65634
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65635
65635
|
external_type_display_name?: string | undefined;
|
|
65636
65636
|
/** Date and time at which the credential was created. */
|
|
@@ -65775,7 +65775,7 @@ interface Routes {
|
|
|
65775
65775
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65776
65776
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65777
65777
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65778
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
65778
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
65779
65779
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65780
65780
|
external_type_display_name?: string | undefined;
|
|
65781
65781
|
/** Date and time at which the credential was created. */
|
|
@@ -65883,7 +65883,7 @@ interface Routes {
|
|
|
65883
65883
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65884
65884
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65885
65885
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65886
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
65886
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
65887
65887
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65888
65888
|
external_type_display_name?: string | undefined;
|
|
65889
65889
|
/** Date and time at which the credential was created. */
|
|
@@ -66821,7 +66821,7 @@ interface Routes {
|
|
|
66821
66821
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
66822
66822
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
66823
66823
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
66824
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
66824
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
66825
66825
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
66826
66826
|
external_type_display_name?: string | undefined;
|
|
66827
66827
|
/** Date and time at which the credential was created. */
|
|
@@ -66929,7 +66929,7 @@ interface Routes {
|
|
|
66929
66929
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
66930
66930
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
66931
66931
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
66932
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
66932
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
66933
66933
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
66934
66934
|
external_type_display_name?: string | undefined;
|
|
66935
66935
|
/** Date and time at which the credential was created. */
|
|
@@ -67074,7 +67074,7 @@ interface Routes {
|
|
|
67074
67074
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67075
67075
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67076
67076
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67077
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67077
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
67078
67078
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67079
67079
|
external_type_display_name?: string | undefined;
|
|
67080
67080
|
/** Date and time at which the credential was created. */
|
|
@@ -67182,7 +67182,7 @@ interface Routes {
|
|
|
67182
67182
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67183
67183
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67184
67184
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67185
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67185
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
67186
67186
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67187
67187
|
external_type_display_name?: string | undefined;
|
|
67188
67188
|
/** Date and time at which the credential was created. */
|
|
@@ -67693,7 +67693,7 @@ interface Routes {
|
|
|
67693
67693
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67694
67694
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67695
67695
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67696
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67696
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
67697
67697
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67698
67698
|
external_type_display_name?: string | undefined;
|
|
67699
67699
|
/** Date and time at which the credential was created. */
|
|
@@ -67801,7 +67801,7 @@ interface Routes {
|
|
|
67801
67801
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67802
67802
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67803
67803
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67804
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67804
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
67805
67805
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67806
67806
|
external_type_display_name?: string | undefined;
|
|
67807
67807
|
/** Date and time at which the credential was created. */
|
|
@@ -67946,7 +67946,7 @@ interface Routes {
|
|
|
67946
67946
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67947
67947
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67948
67948
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67949
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67949
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
67950
67950
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67951
67951
|
external_type_display_name?: string | undefined;
|
|
67952
67952
|
/** Date and time at which the credential was created. */
|
|
@@ -68054,7 +68054,7 @@ interface Routes {
|
|
|
68054
68054
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68055
68055
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68056
68056
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68057
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
68057
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
68058
68058
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68059
68059
|
external_type_display_name?: string | undefined;
|
|
68060
68060
|
/** Date and time at which the credential was created. */
|
|
@@ -69270,7 +69270,7 @@ interface Routes {
|
|
|
69270
69270
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69271
69271
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69272
69272
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69273
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
69273
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
69274
69274
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69275
69275
|
external_type_display_name?: string | undefined;
|
|
69276
69276
|
/** Date and time at which the credential was created. */
|
|
@@ -69378,7 +69378,7 @@ interface Routes {
|
|
|
69378
69378
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69379
69379
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69380
69380
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69381
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
69381
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
69382
69382
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69383
69383
|
external_type_display_name?: string | undefined;
|
|
69384
69384
|
/** Date and time at which the credential was created. */
|
|
@@ -69523,7 +69523,7 @@ interface Routes {
|
|
|
69523
69523
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69524
69524
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69525
69525
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69526
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
69526
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
69527
69527
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69528
69528
|
external_type_display_name?: string | undefined;
|
|
69529
69529
|
/** Date and time at which the credential was created. */
|
|
@@ -69631,7 +69631,7 @@ interface Routes {
|
|
|
69631
69631
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69632
69632
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69633
69633
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69634
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
69634
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
69635
69635
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69636
69636
|
external_type_display_name?: string | undefined;
|
|
69637
69637
|
/** Date and time at which the credential was created. */
|
|
@@ -70146,7 +70146,7 @@ interface Routes {
|
|
|
70146
70146
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
70147
70147
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
70148
70148
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
70149
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
70149
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
70150
70150
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
70151
70151
|
external_type_display_name?: string | undefined;
|
|
70152
70152
|
/** Date and time at which the credential was created. */
|
|
@@ -70254,7 +70254,7 @@ interface Routes {
|
|
|
70254
70254
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
70255
70255
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
70256
70256
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
70257
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
70257
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
70258
70258
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
70259
70259
|
external_type_display_name?: string | undefined;
|
|
70260
70260
|
/** Date and time at which the credential was created. */
|
|
@@ -70399,7 +70399,7 @@ interface Routes {
|
|
|
70399
70399
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
70400
70400
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
70401
70401
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
70402
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
70402
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
70403
70403
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
70404
70404
|
external_type_display_name?: string | undefined;
|
|
70405
70405
|
/** Date and time at which the credential was created. */
|
|
@@ -70507,7 +70507,7 @@ interface Routes {
|
|
|
70507
70507
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
70508
70508
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
70509
70509
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
70510
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
70510
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
70511
70511
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
70512
70512
|
external_type_display_name?: string | undefined;
|
|
70513
70513
|
/** Date and time at which the credential was created. */
|
|
@@ -72339,7 +72339,7 @@ interface Routes {
|
|
|
72339
72339
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
72340
72340
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
72341
72341
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
72342
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
72342
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
72343
72343
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
72344
72344
|
external_type_display_name?: string | undefined;
|
|
72345
72345
|
/** Date and time at which the credential was created. */
|
|
@@ -72447,7 +72447,7 @@ interface Routes {
|
|
|
72447
72447
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
72448
72448
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
72449
72449
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
72450
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
72450
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
72451
72451
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
72452
72452
|
external_type_display_name?: string | undefined;
|
|
72453
72453
|
/** Date and time at which the credential was created. */
|
|
@@ -72592,7 +72592,7 @@ interface Routes {
|
|
|
72592
72592
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
72593
72593
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
72594
72594
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
72595
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
72595
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
72596
72596
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
72597
72597
|
external_type_display_name?: string | undefined;
|
|
72598
72598
|
/** Date and time at which the credential was created. */
|
|
@@ -72700,7 +72700,7 @@ interface Routes {
|
|
|
72700
72700
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
72701
72701
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
72702
72702
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
72703
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
72703
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
72704
72704
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
72705
72705
|
external_type_display_name?: string | undefined;
|
|
72706
72706
|
/** Date and time at which the credential was created. */
|
|
@@ -73391,7 +73391,7 @@ interface Routes {
|
|
|
73391
73391
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
73392
73392
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
73393
73393
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
73394
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
73394
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
73395
73395
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
73396
73396
|
external_type_display_name?: string | undefined;
|
|
73397
73397
|
/** Date and time at which the credential was created. */
|
|
@@ -73499,7 +73499,7 @@ interface Routes {
|
|
|
73499
73499
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
73500
73500
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
73501
73501
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
73502
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
73502
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
73503
73503
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
73504
73504
|
external_type_display_name?: string | undefined;
|
|
73505
73505
|
/** Date and time at which the credential was created. */
|
|
@@ -73644,7 +73644,7 @@ interface Routes {
|
|
|
73644
73644
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
73645
73645
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
73646
73646
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
73647
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
73647
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
73648
73648
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
73649
73649
|
external_type_display_name?: string | undefined;
|
|
73650
73650
|
/** Date and time at which the credential was created. */
|
|
@@ -73752,7 +73752,7 @@ interface Routes {
|
|
|
73752
73752
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
73753
73753
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
73754
73754
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
73755
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
73755
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
73756
73756
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
73757
73757
|
external_type_display_name?: string | undefined;
|
|
73758
73758
|
/** Date and time at which the credential was created. */
|
|
@@ -74286,7 +74286,7 @@ interface Routes {
|
|
|
74286
74286
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
74287
74287
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
74288
74288
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
74289
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
74289
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
74290
74290
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
74291
74291
|
external_type_display_name?: string | undefined;
|
|
74292
74292
|
/** Date and time at which the credential was created. */
|
|
@@ -74394,7 +74394,7 @@ interface Routes {
|
|
|
74394
74394
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
74395
74395
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
74396
74396
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
74397
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
74397
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
74398
74398
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
74399
74399
|
external_type_display_name?: string | undefined;
|
|
74400
74400
|
/** Date and time at which the credential was created. */
|
|
@@ -74539,7 +74539,7 @@ interface Routes {
|
|
|
74539
74539
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
74540
74540
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
74541
74541
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
74542
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
74542
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
74543
74543
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
74544
74544
|
external_type_display_name?: string | undefined;
|
|
74545
74545
|
/** Date and time at which the credential was created. */
|
|
@@ -74647,7 +74647,7 @@ interface Routes {
|
|
|
74647
74647
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
74648
74648
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
74649
74649
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
74650
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
74650
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
74651
74651
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
74652
74652
|
external_type_display_name?: string | undefined;
|
|
74653
74653
|
/** Date and time at which the credential was created. */
|
|
@@ -76761,7 +76761,7 @@ interface Routes {
|
|
|
76761
76761
|
/** Display name for the `acs_user`. */
|
|
76762
76762
|
display_name: string;
|
|
76763
76763
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
76764
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
76764
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
76765
76765
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
76766
76766
|
external_type_display_name?: string | undefined;
|
|
76767
76767
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -77159,7 +77159,7 @@ interface Routes {
|
|
|
77159
77159
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
77160
77160
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
77161
77161
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
77162
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
77162
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
77163
77163
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
77164
77164
|
external_type_display_name?: string | undefined;
|
|
77165
77165
|
/** Date and time at which the credential was created. */
|
|
@@ -77267,7 +77267,7 @@ interface Routes {
|
|
|
77267
77267
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
77268
77268
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
77269
77269
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
77270
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
77270
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
77271
77271
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
77272
77272
|
external_type_display_name?: string | undefined;
|
|
77273
77273
|
/** Date and time at which the credential was created. */
|
|
@@ -77412,7 +77412,7 @@ interface Routes {
|
|
|
77412
77412
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
77413
77413
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
77414
77414
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
77415
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
77415
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
77416
77416
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
77417
77417
|
external_type_display_name?: string | undefined;
|
|
77418
77418
|
/** Date and time at which the credential was created. */
|
|
@@ -77520,7 +77520,7 @@ interface Routes {
|
|
|
77520
77520
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
77521
77521
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
77522
77522
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
77523
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
77523
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key' | 'salto_space_card' | 'salto_space_mobile_key') | undefined;
|
|
77524
77524
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
77525
77525
|
external_type_display_name?: string | undefined;
|
|
77526
77526
|
/** Date and time at which the credential was created. */
|