@seamapi/types 1.336.0 → 1.337.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 +33 -33
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +202 -124
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -4
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +39 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +25 -10
- package/lib/seam/connect/models/action-attempts/encode-credential.js +5 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/openapi.js +25 -28
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +157 -94
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -4
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +25 -28
- package/src/lib/seam/connect/route-types.ts +272 -376
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", "
|
|
2364
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_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" | "
|
|
2569
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
2638
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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", "
|
|
2663
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_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" | "
|
|
2868
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
2937
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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;
|
|
@@ -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", "
|
|
4301
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_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" | "
|
|
4506
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
4575
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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", "
|
|
4599
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_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" | "
|
|
4804
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
4873
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
4979
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
5048
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
5144
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
5213
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
5314
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
5383
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
5485
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
5554
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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", "
|
|
5676
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_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" | "
|
|
5881
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
5950
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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", "
|
|
5974
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_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" | "
|
|
6179
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
6248
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
6322
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
6391
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
6466
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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" | "
|
|
6535
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_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;
|
|
@@ -6589,6 +6589,15 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6589
6589
|
}, {
|
|
6590
6590
|
message: string;
|
|
6591
6591
|
type: "incompatible_card_format";
|
|
6592
|
+
}>, z.ZodObject<{
|
|
6593
|
+
type: z.ZodLiteral<"credential_cannot_be_reissued">;
|
|
6594
|
+
message: z.ZodString;
|
|
6595
|
+
}, "strip", z.ZodTypeAny, {
|
|
6596
|
+
message: string;
|
|
6597
|
+
type: "credential_cannot_be_reissued";
|
|
6598
|
+
}, {
|
|
6599
|
+
message: string;
|
|
6600
|
+
type: "credential_cannot_be_reissued";
|
|
6592
6601
|
}>]>;
|
|
6593
6602
|
}>, "strip", z.ZodTypeAny, {
|
|
6594
6603
|
status: "error";
|
|
@@ -6605,6 +6614,9 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6605
6614
|
} | {
|
|
6606
6615
|
message: string;
|
|
6607
6616
|
type: "incompatible_card_format";
|
|
6617
|
+
} | {
|
|
6618
|
+
message: string;
|
|
6619
|
+
type: "credential_cannot_be_reissued";
|
|
6608
6620
|
};
|
|
6609
6621
|
result: null;
|
|
6610
6622
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -6623,6 +6635,9 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6623
6635
|
} | {
|
|
6624
6636
|
message: string;
|
|
6625
6637
|
type: "incompatible_card_format";
|
|
6638
|
+
} | {
|
|
6639
|
+
message: string;
|
|
6640
|
+
type: "credential_cannot_be_reissued";
|
|
6626
6641
|
};
|
|
6627
6642
|
result: null;
|
|
6628
6643
|
action_type: "ENCODE_CREDENTIAL";
|
|
@@ -40658,7 +40673,7 @@ interface Routes {
|
|
|
40658
40673
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40659
40674
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40660
40675
|
/** 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' | '
|
|
40676
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
40662
40677
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40663
40678
|
external_type_display_name?: string | undefined;
|
|
40664
40679
|
/** Date and time at which the credential was created. */
|
|
@@ -40766,7 +40781,7 @@ interface Routes {
|
|
|
40766
40781
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40767
40782
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40768
40783
|
/** 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' | '
|
|
40784
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
40770
40785
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40771
40786
|
external_type_display_name?: string | undefined;
|
|
40772
40787
|
/** Date and time at which the credential was created. */
|
|
@@ -40911,7 +40926,7 @@ interface Routes {
|
|
|
40911
40926
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40912
40927
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40913
40928
|
/** 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' | '
|
|
40929
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
40915
40930
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40916
40931
|
external_type_display_name?: string | undefined;
|
|
40917
40932
|
/** Date and time at which the credential was created. */
|
|
@@ -41019,7 +41034,7 @@ interface Routes {
|
|
|
41019
41034
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
41020
41035
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41021
41036
|
/** 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' | '
|
|
41037
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
41023
41038
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41024
41039
|
external_type_display_name?: string | undefined;
|
|
41025
41040
|
/** Date and time at which the credential was created. */
|
|
@@ -41124,6 +41139,9 @@ interface Routes {
|
|
|
41124
41139
|
} | {
|
|
41125
41140
|
type: 'incompatible_card_format';
|
|
41126
41141
|
message: string;
|
|
41142
|
+
} | {
|
|
41143
|
+
type: 'credential_cannot_be_reissued';
|
|
41144
|
+
message: string;
|
|
41127
41145
|
};
|
|
41128
41146
|
} | {
|
|
41129
41147
|
/** The ID of the action attempt. */
|
|
@@ -42065,7 +42083,7 @@ interface Routes {
|
|
|
42065
42083
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42066
42084
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42067
42085
|
/** 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' | '
|
|
42086
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
42069
42087
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42070
42088
|
external_type_display_name?: string | undefined;
|
|
42071
42089
|
/** Date and time at which the credential was created. */
|
|
@@ -42173,7 +42191,7 @@ interface Routes {
|
|
|
42173
42191
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42174
42192
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42175
42193
|
/** 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' | '
|
|
42194
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
42177
42195
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42178
42196
|
external_type_display_name?: string | undefined;
|
|
42179
42197
|
/** Date and time at which the credential was created. */
|
|
@@ -42318,7 +42336,7 @@ interface Routes {
|
|
|
42318
42336
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42319
42337
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42320
42338
|
/** 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' | '
|
|
42339
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
42322
42340
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42323
42341
|
external_type_display_name?: string | undefined;
|
|
42324
42342
|
/** Date and time at which the credential was created. */
|
|
@@ -42426,7 +42444,7 @@ interface Routes {
|
|
|
42426
42444
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42427
42445
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42428
42446
|
/** 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' | '
|
|
42447
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
42430
42448
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42431
42449
|
external_type_display_name?: string | undefined;
|
|
42432
42450
|
/** Date and time at which the credential was created. */
|
|
@@ -42531,6 +42549,9 @@ interface Routes {
|
|
|
42531
42549
|
} | {
|
|
42532
42550
|
type: 'incompatible_card_format';
|
|
42533
42551
|
message: string;
|
|
42552
|
+
} | {
|
|
42553
|
+
type: 'credential_cannot_be_reissued';
|
|
42554
|
+
message: string;
|
|
42534
42555
|
};
|
|
42535
42556
|
} | {
|
|
42536
42557
|
/** The ID of the action attempt. */
|
|
@@ -44278,7 +44299,7 @@ interface Routes {
|
|
|
44278
44299
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44279
44300
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44280
44301
|
/** 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' | '
|
|
44302
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
44282
44303
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44283
44304
|
external_type_display_name?: string | undefined;
|
|
44284
44305
|
/** Date and time at which the credential was created. */
|
|
@@ -44386,7 +44407,7 @@ interface Routes {
|
|
|
44386
44407
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44387
44408
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44388
44409
|
/** 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' | '
|
|
44410
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
44390
44411
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44391
44412
|
external_type_display_name?: string | undefined;
|
|
44392
44413
|
/** Date and time at which the credential was created. */
|
|
@@ -44531,7 +44552,7 @@ interface Routes {
|
|
|
44531
44552
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44532
44553
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44533
44554
|
/** 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' | '
|
|
44555
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
44535
44556
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44536
44557
|
external_type_display_name?: string | undefined;
|
|
44537
44558
|
/** Date and time at which the credential was created. */
|
|
@@ -44639,7 +44660,7 @@ interface Routes {
|
|
|
44639
44660
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44640
44661
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44641
44662
|
/** 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' | '
|
|
44663
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
44643
44664
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44644
44665
|
external_type_display_name?: string | undefined;
|
|
44645
44666
|
/** Date and time at which the credential was created. */
|
|
@@ -44744,6 +44765,9 @@ interface Routes {
|
|
|
44744
44765
|
} | {
|
|
44745
44766
|
type: 'incompatible_card_format';
|
|
44746
44767
|
message: string;
|
|
44768
|
+
} | {
|
|
44769
|
+
type: 'credential_cannot_be_reissued';
|
|
44770
|
+
message: string;
|
|
44747
44771
|
};
|
|
44748
44772
|
} | {
|
|
44749
44773
|
/** The ID of the action attempt. */
|
|
@@ -45672,7 +45696,7 @@ interface Routes {
|
|
|
45672
45696
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45673
45697
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45674
45698
|
/** 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' | '
|
|
45699
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
45676
45700
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45677
45701
|
external_type_display_name?: string | undefined;
|
|
45678
45702
|
/** Date and time at which the credential was created. */
|
|
@@ -45780,7 +45804,7 @@ interface Routes {
|
|
|
45780
45804
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45781
45805
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45782
45806
|
/** 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' | '
|
|
45807
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
45784
45808
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45785
45809
|
external_type_display_name?: string | undefined;
|
|
45786
45810
|
/** Date and time at which the credential was created. */
|
|
@@ -45925,7 +45949,7 @@ interface Routes {
|
|
|
45925
45949
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45926
45950
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45927
45951
|
/** 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' | '
|
|
45952
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
45929
45953
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45930
45954
|
external_type_display_name?: string | undefined;
|
|
45931
45955
|
/** Date and time at which the credential was created. */
|
|
@@ -46033,7 +46057,7 @@ interface Routes {
|
|
|
46033
46057
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
46034
46058
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
46035
46059
|
/** 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' | '
|
|
46060
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
46037
46061
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
46038
46062
|
external_type_display_name?: string | undefined;
|
|
46039
46063
|
/** Date and time at which the credential was created. */
|
|
@@ -46138,6 +46162,9 @@ interface Routes {
|
|
|
46138
46162
|
} | {
|
|
46139
46163
|
type: 'incompatible_card_format';
|
|
46140
46164
|
message: string;
|
|
46165
|
+
} | {
|
|
46166
|
+
type: 'credential_cannot_be_reissued';
|
|
46167
|
+
message: string;
|
|
46141
46168
|
};
|
|
46142
46169
|
} | {
|
|
46143
46170
|
/** The ID of the action attempt. */
|
|
@@ -46901,7 +46928,7 @@ interface Routes {
|
|
|
46901
46928
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
46902
46929
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
46903
46930
|
/** 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' | '
|
|
46931
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
46905
46932
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
46906
46933
|
external_type_display_name?: string | undefined;
|
|
46907
46934
|
/** Date and time at which the credential was created. */
|
|
@@ -47064,7 +47091,7 @@ interface Routes {
|
|
|
47064
47091
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47065
47092
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47066
47093
|
/** 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' | '
|
|
47094
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
47068
47095
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47069
47096
|
external_type_display_name?: string | undefined;
|
|
47070
47097
|
/** Date and time at which the credential was created. */
|
|
@@ -47196,7 +47223,7 @@ interface Routes {
|
|
|
47196
47223
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47197
47224
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47198
47225
|
/** 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' | '
|
|
47226
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
47200
47227
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47201
47228
|
external_type_display_name?: string | undefined;
|
|
47202
47229
|
/** Date and time at which the credential was created. */
|
|
@@ -47332,7 +47359,7 @@ interface Routes {
|
|
|
47332
47359
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47333
47360
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47334
47361
|
/** 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' | '
|
|
47362
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
47336
47363
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47337
47364
|
external_type_display_name?: string | undefined;
|
|
47338
47365
|
/** Date and time at which the credential was created. */
|
|
@@ -47472,7 +47499,7 @@ interface Routes {
|
|
|
47472
47499
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47473
47500
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47474
47501
|
/** 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' | '
|
|
47502
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
47476
47503
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47477
47504
|
external_type_display_name?: string | undefined;
|
|
47478
47505
|
/** Date and time at which the credential was created. */
|
|
@@ -47664,7 +47691,7 @@ interface Routes {
|
|
|
47664
47691
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47665
47692
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47666
47693
|
/** 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' | '
|
|
47694
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
47668
47695
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47669
47696
|
external_type_display_name?: string | undefined;
|
|
47670
47697
|
/** Date and time at which the credential was created. */
|
|
@@ -47788,7 +47815,7 @@ interface Routes {
|
|
|
47788
47815
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47789
47816
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47790
47817
|
/** 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' | '
|
|
47818
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
47792
47819
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47793
47820
|
external_type_display_name?: string | undefined;
|
|
47794
47821
|
/** Date and time at which the credential was created. */
|
|
@@ -47921,7 +47948,7 @@ interface Routes {
|
|
|
47921
47948
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47922
47949
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47923
47950
|
/** 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' | '
|
|
47951
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
47925
47952
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47926
47953
|
external_type_display_name?: string | undefined;
|
|
47927
47954
|
/** Date and time at which the credential was created. */
|
|
@@ -48049,7 +48076,7 @@ interface Routes {
|
|
|
48049
48076
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48050
48077
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48051
48078
|
/** 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' | '
|
|
48079
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
48053
48080
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48054
48081
|
external_type_display_name?: string | undefined;
|
|
48055
48082
|
/** Date and time at which the credential was created. */
|
|
@@ -48264,7 +48291,7 @@ interface Routes {
|
|
|
48264
48291
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48265
48292
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48266
48293
|
/** 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' | '
|
|
48294
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
48268
48295
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48269
48296
|
external_type_display_name?: string | undefined;
|
|
48270
48297
|
/** Date and time at which the credential was created. */
|
|
@@ -48372,7 +48399,7 @@ interface Routes {
|
|
|
48372
48399
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48373
48400
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48374
48401
|
/** 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' | '
|
|
48402
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
48376
48403
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48377
48404
|
external_type_display_name?: string | undefined;
|
|
48378
48405
|
/** Date and time at which the credential was created. */
|
|
@@ -48517,7 +48544,7 @@ interface Routes {
|
|
|
48517
48544
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48518
48545
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48519
48546
|
/** 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' | '
|
|
48547
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
48521
48548
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48522
48549
|
external_type_display_name?: string | undefined;
|
|
48523
48550
|
/** Date and time at which the credential was created. */
|
|
@@ -48625,7 +48652,7 @@ interface Routes {
|
|
|
48625
48652
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48626
48653
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48627
48654
|
/** 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' | '
|
|
48655
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
48629
48656
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48630
48657
|
external_type_display_name?: string | undefined;
|
|
48631
48658
|
/** Date and time at which the credential was created. */
|
|
@@ -48730,6 +48757,9 @@ interface Routes {
|
|
|
48730
48757
|
} | {
|
|
48731
48758
|
type: 'incompatible_card_format';
|
|
48732
48759
|
message: string;
|
|
48760
|
+
} | {
|
|
48761
|
+
type: 'credential_cannot_be_reissued';
|
|
48762
|
+
message: string;
|
|
48733
48763
|
};
|
|
48734
48764
|
} | {
|
|
48735
48765
|
/** The ID of the action attempt. */
|
|
@@ -49176,7 +49206,7 @@ interface Routes {
|
|
|
49176
49206
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
49177
49207
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
49178
49208
|
/** 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' | '
|
|
49209
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
49180
49210
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
49181
49211
|
external_type_display_name?: string | undefined;
|
|
49182
49212
|
/** Date and time at which the credential was created. */
|
|
@@ -49284,7 +49314,7 @@ interface Routes {
|
|
|
49284
49314
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
49285
49315
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
49286
49316
|
/** 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' | '
|
|
49317
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
49288
49318
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
49289
49319
|
external_type_display_name?: string | undefined;
|
|
49290
49320
|
/** Date and time at which the credential was created. */
|
|
@@ -49429,7 +49459,7 @@ interface Routes {
|
|
|
49429
49459
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
49430
49460
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
49431
49461
|
/** 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' | '
|
|
49462
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
49433
49463
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
49434
49464
|
external_type_display_name?: string | undefined;
|
|
49435
49465
|
/** Date and time at which the credential was created. */
|
|
@@ -49537,7 +49567,7 @@ interface Routes {
|
|
|
49537
49567
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
49538
49568
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
49539
49569
|
/** 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' | '
|
|
49570
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
49541
49571
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
49542
49572
|
external_type_display_name?: string | undefined;
|
|
49543
49573
|
/** Date and time at which the credential was created. */
|
|
@@ -49642,6 +49672,9 @@ interface Routes {
|
|
|
49642
49672
|
} | {
|
|
49643
49673
|
type: 'incompatible_card_format';
|
|
49644
49674
|
message: string;
|
|
49675
|
+
} | {
|
|
49676
|
+
type: 'credential_cannot_be_reissued';
|
|
49677
|
+
message: string;
|
|
49645
49678
|
};
|
|
49646
49679
|
} | {
|
|
49647
49680
|
/** The ID of the action attempt. */
|
|
@@ -50174,7 +50207,7 @@ interface Routes {
|
|
|
50174
50207
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
50175
50208
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
50176
50209
|
/** 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' | '
|
|
50210
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
50178
50211
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
50179
50212
|
external_type_display_name?: string | undefined;
|
|
50180
50213
|
/** Date and time at which the credential was created. */
|
|
@@ -51503,7 +51536,7 @@ interface Routes {
|
|
|
51503
51536
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
51504
51537
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
51505
51538
|
/** 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' | '
|
|
51539
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
51507
51540
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
51508
51541
|
external_type_display_name?: string | undefined;
|
|
51509
51542
|
/** Date and time at which the credential was created. */
|
|
@@ -51611,7 +51644,7 @@ interface Routes {
|
|
|
51611
51644
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
51612
51645
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
51613
51646
|
/** 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' | '
|
|
51647
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
51615
51648
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
51616
51649
|
external_type_display_name?: string | undefined;
|
|
51617
51650
|
/** Date and time at which the credential was created. */
|
|
@@ -51756,7 +51789,7 @@ interface Routes {
|
|
|
51756
51789
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
51757
51790
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
51758
51791
|
/** 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' | '
|
|
51792
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
51760
51793
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
51761
51794
|
external_type_display_name?: string | undefined;
|
|
51762
51795
|
/** Date and time at which the credential was created. */
|
|
@@ -51864,7 +51897,7 @@ interface Routes {
|
|
|
51864
51897
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
51865
51898
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
51866
51899
|
/** 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' | '
|
|
51900
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
51868
51901
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
51869
51902
|
external_type_display_name?: string | undefined;
|
|
51870
51903
|
/** Date and time at which the credential was created. */
|
|
@@ -51969,6 +52002,9 @@ interface Routes {
|
|
|
51969
52002
|
} | {
|
|
51970
52003
|
type: 'incompatible_card_format';
|
|
51971
52004
|
message: string;
|
|
52005
|
+
} | {
|
|
52006
|
+
type: 'credential_cannot_be_reissued';
|
|
52007
|
+
message: string;
|
|
51972
52008
|
};
|
|
51973
52009
|
} | {
|
|
51974
52010
|
/** The ID of the action attempt. */
|
|
@@ -52367,7 +52403,7 @@ interface Routes {
|
|
|
52367
52403
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
52368
52404
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
52369
52405
|
/** 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' | '
|
|
52406
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
52371
52407
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
52372
52408
|
external_type_display_name?: string | undefined;
|
|
52373
52409
|
/** Date and time at which the credential was created. */
|
|
@@ -52475,7 +52511,7 @@ interface Routes {
|
|
|
52475
52511
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
52476
52512
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
52477
52513
|
/** 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' | '
|
|
52514
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
52479
52515
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
52480
52516
|
external_type_display_name?: string | undefined;
|
|
52481
52517
|
/** Date and time at which the credential was created. */
|
|
@@ -52620,7 +52656,7 @@ interface Routes {
|
|
|
52620
52656
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
52621
52657
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
52622
52658
|
/** 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' | '
|
|
52659
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
52624
52660
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
52625
52661
|
external_type_display_name?: string | undefined;
|
|
52626
52662
|
/** Date and time at which the credential was created. */
|
|
@@ -52728,7 +52764,7 @@ interface Routes {
|
|
|
52728
52764
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
52729
52765
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
52730
52766
|
/** 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' | '
|
|
52767
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
52732
52768
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
52733
52769
|
external_type_display_name?: string | undefined;
|
|
52734
52770
|
/** Date and time at which the credential was created. */
|
|
@@ -52833,6 +52869,9 @@ interface Routes {
|
|
|
52833
52869
|
} | {
|
|
52834
52870
|
type: 'incompatible_card_format';
|
|
52835
52871
|
message: string;
|
|
52872
|
+
} | {
|
|
52873
|
+
type: 'credential_cannot_be_reissued';
|
|
52874
|
+
message: string;
|
|
52836
52875
|
};
|
|
52837
52876
|
} | {
|
|
52838
52877
|
/** The ID of the action attempt. */
|
|
@@ -60632,7 +60671,7 @@ interface Routes {
|
|
|
60632
60671
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60633
60672
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60634
60673
|
/** 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' | '
|
|
60674
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
60636
60675
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60637
60676
|
external_type_display_name?: string | undefined;
|
|
60638
60677
|
/** Date and time at which the credential was created. */
|
|
@@ -60740,7 +60779,7 @@ interface Routes {
|
|
|
60740
60779
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60741
60780
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60742
60781
|
/** 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' | '
|
|
60782
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
60744
60783
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60745
60784
|
external_type_display_name?: string | undefined;
|
|
60746
60785
|
/** Date and time at which the credential was created. */
|
|
@@ -60885,7 +60924,7 @@ interface Routes {
|
|
|
60885
60924
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60886
60925
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60887
60926
|
/** 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' | '
|
|
60927
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
60889
60928
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60890
60929
|
external_type_display_name?: string | undefined;
|
|
60891
60930
|
/** Date and time at which the credential was created. */
|
|
@@ -60993,7 +61032,7 @@ interface Routes {
|
|
|
60993
61032
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60994
61033
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60995
61034
|
/** 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' | '
|
|
61035
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
60997
61036
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60998
61037
|
external_type_display_name?: string | undefined;
|
|
60999
61038
|
/** Date and time at which the credential was created. */
|
|
@@ -61098,6 +61137,9 @@ interface Routes {
|
|
|
61098
61137
|
} | {
|
|
61099
61138
|
type: 'incompatible_card_format';
|
|
61100
61139
|
message: string;
|
|
61140
|
+
} | {
|
|
61141
|
+
type: 'credential_cannot_be_reissued';
|
|
61142
|
+
message: string;
|
|
61101
61143
|
};
|
|
61102
61144
|
} | {
|
|
61103
61145
|
/** The ID of the action attempt. */
|
|
@@ -61498,7 +61540,7 @@ interface Routes {
|
|
|
61498
61540
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61499
61541
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61500
61542
|
/** 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' | '
|
|
61543
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
61502
61544
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61503
61545
|
external_type_display_name?: string | undefined;
|
|
61504
61546
|
/** Date and time at which the credential was created. */
|
|
@@ -61606,7 +61648,7 @@ interface Routes {
|
|
|
61606
61648
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61607
61649
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61608
61650
|
/** 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' | '
|
|
61651
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
61610
61652
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61611
61653
|
external_type_display_name?: string | undefined;
|
|
61612
61654
|
/** Date and time at which the credential was created. */
|
|
@@ -61751,7 +61793,7 @@ interface Routes {
|
|
|
61751
61793
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61752
61794
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61753
61795
|
/** 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' | '
|
|
61796
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
61755
61797
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61756
61798
|
external_type_display_name?: string | undefined;
|
|
61757
61799
|
/** Date and time at which the credential was created. */
|
|
@@ -61859,7 +61901,7 @@ interface Routes {
|
|
|
61859
61901
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61860
61902
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61861
61903
|
/** 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' | '
|
|
61904
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
61863
61905
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61864
61906
|
external_type_display_name?: string | undefined;
|
|
61865
61907
|
/** Date and time at which the credential was created. */
|
|
@@ -61964,6 +62006,9 @@ interface Routes {
|
|
|
61964
62006
|
} | {
|
|
61965
62007
|
type: 'incompatible_card_format';
|
|
61966
62008
|
message: string;
|
|
62009
|
+
} | {
|
|
62010
|
+
type: 'credential_cannot_be_reissued';
|
|
62011
|
+
message: string;
|
|
61967
62012
|
};
|
|
61968
62013
|
} | {
|
|
61969
62014
|
/** The ID of the action attempt. */
|
|
@@ -63729,7 +63774,7 @@ interface Routes {
|
|
|
63729
63774
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
63730
63775
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
63731
63776
|
/** 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' | '
|
|
63777
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
63733
63778
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
63734
63779
|
external_type_display_name?: string | undefined;
|
|
63735
63780
|
/** Date and time at which the credential was created. */
|
|
@@ -63837,7 +63882,7 @@ interface Routes {
|
|
|
63837
63882
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
63838
63883
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
63839
63884
|
/** 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' | '
|
|
63885
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
63841
63886
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
63842
63887
|
external_type_display_name?: string | undefined;
|
|
63843
63888
|
/** Date and time at which the credential was created. */
|
|
@@ -63982,7 +64027,7 @@ interface Routes {
|
|
|
63982
64027
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
63983
64028
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
63984
64029
|
/** 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' | '
|
|
64030
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
63986
64031
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
63987
64032
|
external_type_display_name?: string | undefined;
|
|
63988
64033
|
/** Date and time at which the credential was created. */
|
|
@@ -64090,7 +64135,7 @@ interface Routes {
|
|
|
64090
64135
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64091
64136
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64092
64137
|
/** 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' | '
|
|
64138
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
64094
64139
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64095
64140
|
external_type_display_name?: string | undefined;
|
|
64096
64141
|
/** Date and time at which the credential was created. */
|
|
@@ -64195,6 +64240,9 @@ interface Routes {
|
|
|
64195
64240
|
} | {
|
|
64196
64241
|
type: 'incompatible_card_format';
|
|
64197
64242
|
message: string;
|
|
64243
|
+
} | {
|
|
64244
|
+
type: 'credential_cannot_be_reissued';
|
|
64245
|
+
message: string;
|
|
64198
64246
|
};
|
|
64199
64247
|
} | {
|
|
64200
64248
|
/** The ID of the action attempt. */
|
|
@@ -64606,7 +64654,7 @@ interface Routes {
|
|
|
64606
64654
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64607
64655
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64608
64656
|
/** 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' | '
|
|
64657
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
64610
64658
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64611
64659
|
external_type_display_name?: string | undefined;
|
|
64612
64660
|
/** Date and time at which the credential was created. */
|
|
@@ -64714,7 +64762,7 @@ interface Routes {
|
|
|
64714
64762
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64715
64763
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64716
64764
|
/** 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' | '
|
|
64765
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
64718
64766
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64719
64767
|
external_type_display_name?: string | undefined;
|
|
64720
64768
|
/** Date and time at which the credential was created. */
|
|
@@ -64859,7 +64907,7 @@ interface Routes {
|
|
|
64859
64907
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64860
64908
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64861
64909
|
/** 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' | '
|
|
64910
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
64863
64911
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64864
64912
|
external_type_display_name?: string | undefined;
|
|
64865
64913
|
/** Date and time at which the credential was created. */
|
|
@@ -64967,7 +65015,7 @@ interface Routes {
|
|
|
64967
65015
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64968
65016
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64969
65017
|
/** 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' | '
|
|
65018
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
64971
65019
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64972
65020
|
external_type_display_name?: string | undefined;
|
|
64973
65021
|
/** Date and time at which the credential was created. */
|
|
@@ -65072,6 +65120,9 @@ interface Routes {
|
|
|
65072
65120
|
} | {
|
|
65073
65121
|
type: 'incompatible_card_format';
|
|
65074
65122
|
message: string;
|
|
65123
|
+
} | {
|
|
65124
|
+
type: 'credential_cannot_be_reissued';
|
|
65125
|
+
message: string;
|
|
65075
65126
|
};
|
|
65076
65127
|
} | {
|
|
65077
65128
|
/** The ID of the action attempt. */
|
|
@@ -65522,7 +65573,7 @@ interface Routes {
|
|
|
65522
65573
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65523
65574
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65524
65575
|
/** 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' | '
|
|
65576
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
65526
65577
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65527
65578
|
external_type_display_name?: string | undefined;
|
|
65528
65579
|
/** Date and time at which the credential was created. */
|
|
@@ -65630,7 +65681,7 @@ interface Routes {
|
|
|
65630
65681
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65631
65682
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65632
65683
|
/** 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' | '
|
|
65684
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
65634
65685
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65635
65686
|
external_type_display_name?: string | undefined;
|
|
65636
65687
|
/** Date and time at which the credential was created. */
|
|
@@ -65775,7 +65826,7 @@ interface Routes {
|
|
|
65775
65826
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65776
65827
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65777
65828
|
/** 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' | '
|
|
65829
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
65779
65830
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65780
65831
|
external_type_display_name?: string | undefined;
|
|
65781
65832
|
/** Date and time at which the credential was created. */
|
|
@@ -65883,7 +65934,7 @@ interface Routes {
|
|
|
65883
65934
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65884
65935
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65885
65936
|
/** 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' | '
|
|
65937
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
65887
65938
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65888
65939
|
external_type_display_name?: string | undefined;
|
|
65889
65940
|
/** Date and time at which the credential was created. */
|
|
@@ -65988,6 +66039,9 @@ interface Routes {
|
|
|
65988
66039
|
} | {
|
|
65989
66040
|
type: 'incompatible_card_format';
|
|
65990
66041
|
message: string;
|
|
66042
|
+
} | {
|
|
66043
|
+
type: 'credential_cannot_be_reissued';
|
|
66044
|
+
message: string;
|
|
65991
66045
|
};
|
|
65992
66046
|
} | {
|
|
65993
66047
|
/** The ID of the action attempt. */
|
|
@@ -66821,7 +66875,7 @@ interface Routes {
|
|
|
66821
66875
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
66822
66876
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
66823
66877
|
/** 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' | '
|
|
66878
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
66825
66879
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
66826
66880
|
external_type_display_name?: string | undefined;
|
|
66827
66881
|
/** Date and time at which the credential was created. */
|
|
@@ -66929,7 +66983,7 @@ interface Routes {
|
|
|
66929
66983
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
66930
66984
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
66931
66985
|
/** 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' | '
|
|
66986
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
66933
66987
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
66934
66988
|
external_type_display_name?: string | undefined;
|
|
66935
66989
|
/** Date and time at which the credential was created. */
|
|
@@ -67074,7 +67128,7 @@ interface Routes {
|
|
|
67074
67128
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67075
67129
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67076
67130
|
/** 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' | '
|
|
67131
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
67078
67132
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67079
67133
|
external_type_display_name?: string | undefined;
|
|
67080
67134
|
/** Date and time at which the credential was created. */
|
|
@@ -67182,7 +67236,7 @@ interface Routes {
|
|
|
67182
67236
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67183
67237
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67184
67238
|
/** 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' | '
|
|
67239
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
67186
67240
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67187
67241
|
external_type_display_name?: string | undefined;
|
|
67188
67242
|
/** Date and time at which the credential was created. */
|
|
@@ -67287,6 +67341,9 @@ interface Routes {
|
|
|
67287
67341
|
} | {
|
|
67288
67342
|
type: 'incompatible_card_format';
|
|
67289
67343
|
message: string;
|
|
67344
|
+
} | {
|
|
67345
|
+
type: 'credential_cannot_be_reissued';
|
|
67346
|
+
message: string;
|
|
67290
67347
|
};
|
|
67291
67348
|
} | {
|
|
67292
67349
|
/** The ID of the action attempt. */
|
|
@@ -67693,7 +67750,7 @@ interface Routes {
|
|
|
67693
67750
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67694
67751
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67695
67752
|
/** 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' | '
|
|
67753
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
67697
67754
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67698
67755
|
external_type_display_name?: string | undefined;
|
|
67699
67756
|
/** Date and time at which the credential was created. */
|
|
@@ -67801,7 +67858,7 @@ interface Routes {
|
|
|
67801
67858
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67802
67859
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67803
67860
|
/** 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' | '
|
|
67861
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
67805
67862
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67806
67863
|
external_type_display_name?: string | undefined;
|
|
67807
67864
|
/** Date and time at which the credential was created. */
|
|
@@ -67946,7 +68003,7 @@ interface Routes {
|
|
|
67946
68003
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67947
68004
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67948
68005
|
/** 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' | '
|
|
68006
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
67950
68007
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67951
68008
|
external_type_display_name?: string | undefined;
|
|
67952
68009
|
/** Date and time at which the credential was created. */
|
|
@@ -68054,7 +68111,7 @@ interface Routes {
|
|
|
68054
68111
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68055
68112
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68056
68113
|
/** 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' | '
|
|
68114
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
68058
68115
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68059
68116
|
external_type_display_name?: string | undefined;
|
|
68060
68117
|
/** Date and time at which the credential was created. */
|
|
@@ -68159,6 +68216,9 @@ interface Routes {
|
|
|
68159
68216
|
} | {
|
|
68160
68217
|
type: 'incompatible_card_format';
|
|
68161
68218
|
message: string;
|
|
68219
|
+
} | {
|
|
68220
|
+
type: 'credential_cannot_be_reissued';
|
|
68221
|
+
message: string;
|
|
68162
68222
|
};
|
|
68163
68223
|
} | {
|
|
68164
68224
|
/** The ID of the action attempt. */
|
|
@@ -69270,7 +69330,7 @@ interface Routes {
|
|
|
69270
69330
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69271
69331
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69272
69332
|
/** 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' | '
|
|
69333
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
69274
69334
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69275
69335
|
external_type_display_name?: string | undefined;
|
|
69276
69336
|
/** Date and time at which the credential was created. */
|
|
@@ -69378,7 +69438,7 @@ interface Routes {
|
|
|
69378
69438
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69379
69439
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69380
69440
|
/** 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' | '
|
|
69441
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
69382
69442
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69383
69443
|
external_type_display_name?: string | undefined;
|
|
69384
69444
|
/** Date and time at which the credential was created. */
|
|
@@ -69523,7 +69583,7 @@ interface Routes {
|
|
|
69523
69583
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69524
69584
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69525
69585
|
/** 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' | '
|
|
69586
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
69527
69587
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69528
69588
|
external_type_display_name?: string | undefined;
|
|
69529
69589
|
/** Date and time at which the credential was created. */
|
|
@@ -69631,7 +69691,7 @@ interface Routes {
|
|
|
69631
69691
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69632
69692
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69633
69693
|
/** 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' | '
|
|
69694
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
69635
69695
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69636
69696
|
external_type_display_name?: string | undefined;
|
|
69637
69697
|
/** Date and time at which the credential was created. */
|
|
@@ -69736,6 +69796,9 @@ interface Routes {
|
|
|
69736
69796
|
} | {
|
|
69737
69797
|
type: 'incompatible_card_format';
|
|
69738
69798
|
message: string;
|
|
69799
|
+
} | {
|
|
69800
|
+
type: 'credential_cannot_be_reissued';
|
|
69801
|
+
message: string;
|
|
69739
69802
|
};
|
|
69740
69803
|
} | {
|
|
69741
69804
|
/** The ID of the action attempt. */
|
|
@@ -70146,7 +70209,7 @@ interface Routes {
|
|
|
70146
70209
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
70147
70210
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
70148
70211
|
/** 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' | '
|
|
70212
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
70150
70213
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
70151
70214
|
external_type_display_name?: string | undefined;
|
|
70152
70215
|
/** Date and time at which the credential was created. */
|
|
@@ -70254,7 +70317,7 @@ interface Routes {
|
|
|
70254
70317
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
70255
70318
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
70256
70319
|
/** 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' | '
|
|
70320
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
70258
70321
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
70259
70322
|
external_type_display_name?: string | undefined;
|
|
70260
70323
|
/** Date and time at which the credential was created. */
|
|
@@ -70399,7 +70462,7 @@ interface Routes {
|
|
|
70399
70462
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
70400
70463
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
70401
70464
|
/** 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' | '
|
|
70465
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
70403
70466
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
70404
70467
|
external_type_display_name?: string | undefined;
|
|
70405
70468
|
/** Date and time at which the credential was created. */
|
|
@@ -70507,7 +70570,7 @@ interface Routes {
|
|
|
70507
70570
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
70508
70571
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
70509
70572
|
/** 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' | '
|
|
70573
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
70511
70574
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
70512
70575
|
external_type_display_name?: string | undefined;
|
|
70513
70576
|
/** Date and time at which the credential was created. */
|
|
@@ -70612,6 +70675,9 @@ interface Routes {
|
|
|
70612
70675
|
} | {
|
|
70613
70676
|
type: 'incompatible_card_format';
|
|
70614
70677
|
message: string;
|
|
70678
|
+
} | {
|
|
70679
|
+
type: 'credential_cannot_be_reissued';
|
|
70680
|
+
message: string;
|
|
70615
70681
|
};
|
|
70616
70682
|
} | {
|
|
70617
70683
|
/** The ID of the action attempt. */
|
|
@@ -72339,7 +72405,7 @@ interface Routes {
|
|
|
72339
72405
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
72340
72406
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
72341
72407
|
/** 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' | '
|
|
72408
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
72343
72409
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
72344
72410
|
external_type_display_name?: string | undefined;
|
|
72345
72411
|
/** Date and time at which the credential was created. */
|
|
@@ -72447,7 +72513,7 @@ interface Routes {
|
|
|
72447
72513
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
72448
72514
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
72449
72515
|
/** 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' | '
|
|
72516
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
72451
72517
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
72452
72518
|
external_type_display_name?: string | undefined;
|
|
72453
72519
|
/** Date and time at which the credential was created. */
|
|
@@ -72592,7 +72658,7 @@ interface Routes {
|
|
|
72592
72658
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
72593
72659
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
72594
72660
|
/** 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' | '
|
|
72661
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
72596
72662
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
72597
72663
|
external_type_display_name?: string | undefined;
|
|
72598
72664
|
/** Date and time at which the credential was created. */
|
|
@@ -72700,7 +72766,7 @@ interface Routes {
|
|
|
72700
72766
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
72701
72767
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
72702
72768
|
/** 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' | '
|
|
72769
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
72704
72770
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
72705
72771
|
external_type_display_name?: string | undefined;
|
|
72706
72772
|
/** Date and time at which the credential was created. */
|
|
@@ -72805,6 +72871,9 @@ interface Routes {
|
|
|
72805
72871
|
} | {
|
|
72806
72872
|
type: 'incompatible_card_format';
|
|
72807
72873
|
message: string;
|
|
72874
|
+
} | {
|
|
72875
|
+
type: 'credential_cannot_be_reissued';
|
|
72876
|
+
message: string;
|
|
72808
72877
|
};
|
|
72809
72878
|
} | {
|
|
72810
72879
|
/** The ID of the action attempt. */
|
|
@@ -73391,7 +73460,7 @@ interface Routes {
|
|
|
73391
73460
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
73392
73461
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
73393
73462
|
/** 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' | '
|
|
73463
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
73395
73464
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
73396
73465
|
external_type_display_name?: string | undefined;
|
|
73397
73466
|
/** Date and time at which the credential was created. */
|
|
@@ -73499,7 +73568,7 @@ interface Routes {
|
|
|
73499
73568
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
73500
73569
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
73501
73570
|
/** 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' | '
|
|
73571
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
73503
73572
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
73504
73573
|
external_type_display_name?: string | undefined;
|
|
73505
73574
|
/** Date and time at which the credential was created. */
|
|
@@ -73644,7 +73713,7 @@ interface Routes {
|
|
|
73644
73713
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
73645
73714
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
73646
73715
|
/** 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' | '
|
|
73716
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
73648
73717
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
73649
73718
|
external_type_display_name?: string | undefined;
|
|
73650
73719
|
/** Date and time at which the credential was created. */
|
|
@@ -73752,7 +73821,7 @@ interface Routes {
|
|
|
73752
73821
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
73753
73822
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
73754
73823
|
/** 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' | '
|
|
73824
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
73756
73825
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
73757
73826
|
external_type_display_name?: string | undefined;
|
|
73758
73827
|
/** Date and time at which the credential was created. */
|
|
@@ -73857,6 +73926,9 @@ interface Routes {
|
|
|
73857
73926
|
} | {
|
|
73858
73927
|
type: 'incompatible_card_format';
|
|
73859
73928
|
message: string;
|
|
73929
|
+
} | {
|
|
73930
|
+
type: 'credential_cannot_be_reissued';
|
|
73931
|
+
message: string;
|
|
73860
73932
|
};
|
|
73861
73933
|
} | {
|
|
73862
73934
|
/** The ID of the action attempt. */
|
|
@@ -74286,7 +74358,7 @@ interface Routes {
|
|
|
74286
74358
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
74287
74359
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
74288
74360
|
/** 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' | '
|
|
74361
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
74290
74362
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
74291
74363
|
external_type_display_name?: string | undefined;
|
|
74292
74364
|
/** Date and time at which the credential was created. */
|
|
@@ -74394,7 +74466,7 @@ interface Routes {
|
|
|
74394
74466
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
74395
74467
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
74396
74468
|
/** 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' | '
|
|
74469
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
74398
74470
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
74399
74471
|
external_type_display_name?: string | undefined;
|
|
74400
74472
|
/** Date and time at which the credential was created. */
|
|
@@ -74539,7 +74611,7 @@ interface Routes {
|
|
|
74539
74611
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
74540
74612
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
74541
74613
|
/** 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' | '
|
|
74614
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
74543
74615
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
74544
74616
|
external_type_display_name?: string | undefined;
|
|
74545
74617
|
/** Date and time at which the credential was created. */
|
|
@@ -74647,7 +74719,7 @@ interface Routes {
|
|
|
74647
74719
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
74648
74720
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
74649
74721
|
/** 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' | '
|
|
74722
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
74651
74723
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
74652
74724
|
external_type_display_name?: string | undefined;
|
|
74653
74725
|
/** Date and time at which the credential was created. */
|
|
@@ -74752,6 +74824,9 @@ interface Routes {
|
|
|
74752
74824
|
} | {
|
|
74753
74825
|
type: 'incompatible_card_format';
|
|
74754
74826
|
message: string;
|
|
74827
|
+
} | {
|
|
74828
|
+
type: 'credential_cannot_be_reissued';
|
|
74829
|
+
message: string;
|
|
74755
74830
|
};
|
|
74756
74831
|
} | {
|
|
74757
74832
|
/** The ID of the action attempt. */
|
|
@@ -77159,7 +77234,7 @@ interface Routes {
|
|
|
77159
77234
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
77160
77235
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
77161
77236
|
/** 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' | '
|
|
77237
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
77163
77238
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
77164
77239
|
external_type_display_name?: string | undefined;
|
|
77165
77240
|
/** Date and time at which the credential was created. */
|
|
@@ -77267,7 +77342,7 @@ interface Routes {
|
|
|
77267
77342
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
77268
77343
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
77269
77344
|
/** 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' | '
|
|
77345
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
77271
77346
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
77272
77347
|
external_type_display_name?: string | undefined;
|
|
77273
77348
|
/** Date and time at which the credential was created. */
|
|
@@ -77412,7 +77487,7 @@ interface Routes {
|
|
|
77412
77487
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
77413
77488
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
77414
77489
|
/** 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' | '
|
|
77490
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
77416
77491
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
77417
77492
|
external_type_display_name?: string | undefined;
|
|
77418
77493
|
/** Date and time at which the credential was created. */
|
|
@@ -77520,7 +77595,7 @@ interface Routes {
|
|
|
77520
77595
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
77521
77596
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
77522
77597
|
/** 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' | '
|
|
77598
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
77524
77599
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
77525
77600
|
external_type_display_name?: string | undefined;
|
|
77526
77601
|
/** Date and time at which the credential was created. */
|
|
@@ -77625,6 +77700,9 @@ interface Routes {
|
|
|
77625
77700
|
} | {
|
|
77626
77701
|
type: 'incompatible_card_format';
|
|
77627
77702
|
message: string;
|
|
77703
|
+
} | {
|
|
77704
|
+
type: 'credential_cannot_be_reissued';
|
|
77705
|
+
message: string;
|
|
77628
77706
|
};
|
|
77629
77707
|
} | {
|
|
77630
77708
|
/** The ID of the action attempt. */
|