@seamapi/types 1.330.0 → 1.331.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 +24 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +124 -124
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +14 -0
- package/src/lib/seam/connect/route-types.ts +188 -0
package/dist/connect.d.cts
CHANGED
|
@@ -951,7 +951,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
951
951
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
952
952
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
953
953
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
954
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
954
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
955
955
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
956
956
|
created_at: z.ZodString;
|
|
957
957
|
workspace_id: z.ZodString;
|
|
@@ -1130,7 +1130,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1130
1130
|
credential_id?: string | undefined;
|
|
1131
1131
|
} | undefined;
|
|
1132
1132
|
is_one_time_use?: boolean | undefined;
|
|
1133
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
1133
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1134
1134
|
external_type_display_name?: string | undefined;
|
|
1135
1135
|
acs_user_id?: string | undefined;
|
|
1136
1136
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1192,7 +1192,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1192
1192
|
credential_id?: string | undefined;
|
|
1193
1193
|
} | undefined;
|
|
1194
1194
|
is_one_time_use?: boolean | undefined;
|
|
1195
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
1195
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1196
1196
|
external_type_display_name?: string | undefined;
|
|
1197
1197
|
acs_user_id?: string | undefined;
|
|
1198
1198
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1217,7 +1217,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1217
1217
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
1218
1218
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1219
1219
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
1220
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
1220
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
1221
1221
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1222
1222
|
created_at: z.ZodString;
|
|
1223
1223
|
workspace_id: z.ZodString;
|
|
@@ -1396,7 +1396,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1396
1396
|
credential_id?: string | undefined;
|
|
1397
1397
|
} | undefined;
|
|
1398
1398
|
is_one_time_use?: boolean | undefined;
|
|
1399
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
1399
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1400
1400
|
external_type_display_name?: string | undefined;
|
|
1401
1401
|
acs_user_id?: string | undefined;
|
|
1402
1402
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1458,7 +1458,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1458
1458
|
credential_id?: string | undefined;
|
|
1459
1459
|
} | undefined;
|
|
1460
1460
|
is_one_time_use?: boolean | undefined;
|
|
1461
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
1461
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1462
1462
|
external_type_display_name?: string | undefined;
|
|
1463
1463
|
acs_user_id?: string | undefined;
|
|
1464
1464
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2822,7 +2822,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2822
2822
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
2823
2823
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2824
2824
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
2825
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
2825
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
2826
2826
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
2827
2827
|
created_at: z.ZodString;
|
|
2828
2828
|
workspace_id: z.ZodString;
|
|
@@ -3001,7 +3001,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3001
3001
|
credential_id?: string | undefined;
|
|
3002
3002
|
} | undefined;
|
|
3003
3003
|
is_one_time_use?: boolean | undefined;
|
|
3004
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3004
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3005
3005
|
external_type_display_name?: string | undefined;
|
|
3006
3006
|
acs_user_id?: string | undefined;
|
|
3007
3007
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3063,7 +3063,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3063
3063
|
credential_id?: string | undefined;
|
|
3064
3064
|
} | undefined;
|
|
3065
3065
|
is_one_time_use?: boolean | undefined;
|
|
3066
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3066
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3067
3067
|
external_type_display_name?: string | undefined;
|
|
3068
3068
|
acs_user_id?: string | undefined;
|
|
3069
3069
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3087,7 +3087,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3087
3087
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
3088
3088
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3089
3089
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
3090
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
3090
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
3091
3091
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
3092
3092
|
created_at: z.ZodString;
|
|
3093
3093
|
workspace_id: z.ZodString;
|
|
@@ -3266,7 +3266,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3266
3266
|
credential_id?: string | undefined;
|
|
3267
3267
|
} | undefined;
|
|
3268
3268
|
is_one_time_use?: boolean | undefined;
|
|
3269
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3269
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3270
3270
|
external_type_display_name?: string | undefined;
|
|
3271
3271
|
acs_user_id?: string | undefined;
|
|
3272
3272
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3328,7 +3328,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3328
3328
|
credential_id?: string | undefined;
|
|
3329
3329
|
} | undefined;
|
|
3330
3330
|
is_one_time_use?: boolean | undefined;
|
|
3331
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3331
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3332
3332
|
external_type_display_name?: string | undefined;
|
|
3333
3333
|
acs_user_id?: string | undefined;
|
|
3334
3334
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3427,7 +3427,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3427
3427
|
credential_id?: string | undefined;
|
|
3428
3428
|
} | undefined;
|
|
3429
3429
|
is_one_time_use?: boolean | undefined;
|
|
3430
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3430
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3431
3431
|
external_type_display_name?: string | undefined;
|
|
3432
3432
|
acs_user_id?: string | undefined;
|
|
3433
3433
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3489,7 +3489,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3489
3489
|
credential_id?: string | undefined;
|
|
3490
3490
|
} | undefined;
|
|
3491
3491
|
is_one_time_use?: boolean | undefined;
|
|
3492
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3492
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3493
3493
|
external_type_display_name?: string | undefined;
|
|
3494
3494
|
acs_user_id?: string | undefined;
|
|
3495
3495
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3578,7 +3578,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3578
3578
|
credential_id?: string | undefined;
|
|
3579
3579
|
} | undefined;
|
|
3580
3580
|
is_one_time_use?: boolean | undefined;
|
|
3581
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3581
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3582
3582
|
external_type_display_name?: string | undefined;
|
|
3583
3583
|
acs_user_id?: string | undefined;
|
|
3584
3584
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3640,7 +3640,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3640
3640
|
credential_id?: string | undefined;
|
|
3641
3641
|
} | undefined;
|
|
3642
3642
|
is_one_time_use?: boolean | undefined;
|
|
3643
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3643
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3644
3644
|
external_type_display_name?: string | undefined;
|
|
3645
3645
|
acs_user_id?: string | undefined;
|
|
3646
3646
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3734,7 +3734,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3734
3734
|
credential_id?: string | undefined;
|
|
3735
3735
|
} | undefined;
|
|
3736
3736
|
is_one_time_use?: boolean | undefined;
|
|
3737
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3737
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3738
3738
|
external_type_display_name?: string | undefined;
|
|
3739
3739
|
acs_user_id?: string | undefined;
|
|
3740
3740
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3796,7 +3796,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3796
3796
|
credential_id?: string | undefined;
|
|
3797
3797
|
} | undefined;
|
|
3798
3798
|
is_one_time_use?: boolean | undefined;
|
|
3799
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3799
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3800
3800
|
external_type_display_name?: string | undefined;
|
|
3801
3801
|
acs_user_id?: string | undefined;
|
|
3802
3802
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3891,7 +3891,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3891
3891
|
credential_id?: string | undefined;
|
|
3892
3892
|
} | undefined;
|
|
3893
3893
|
is_one_time_use?: boolean | undefined;
|
|
3894
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3894
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3895
3895
|
external_type_display_name?: string | undefined;
|
|
3896
3896
|
acs_user_id?: string | undefined;
|
|
3897
3897
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3953,7 +3953,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3953
3953
|
credential_id?: string | undefined;
|
|
3954
3954
|
} | undefined;
|
|
3955
3955
|
is_one_time_use?: boolean | undefined;
|
|
3956
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
3956
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
3957
3957
|
external_type_display_name?: string | undefined;
|
|
3958
3958
|
acs_user_id?: string | undefined;
|
|
3959
3959
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4075,7 +4075,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4075
4075
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
4076
4076
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4077
4077
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4078
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
4078
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
4079
4079
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4080
4080
|
created_at: z.ZodString;
|
|
4081
4081
|
workspace_id: z.ZodString;
|
|
@@ -4254,7 +4254,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4254
4254
|
credential_id?: string | undefined;
|
|
4255
4255
|
} | undefined;
|
|
4256
4256
|
is_one_time_use?: boolean | undefined;
|
|
4257
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
4257
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4258
4258
|
external_type_display_name?: string | undefined;
|
|
4259
4259
|
acs_user_id?: string | undefined;
|
|
4260
4260
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4316,7 +4316,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4316
4316
|
credential_id?: string | undefined;
|
|
4317
4317
|
} | undefined;
|
|
4318
4318
|
is_one_time_use?: boolean | undefined;
|
|
4319
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
4319
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4320
4320
|
external_type_display_name?: string | undefined;
|
|
4321
4321
|
acs_user_id?: string | undefined;
|
|
4322
4322
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4340,7 +4340,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4340
4340
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
4341
4341
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4342
4342
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4343
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
4343
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
4344
4344
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4345
4345
|
created_at: z.ZodString;
|
|
4346
4346
|
workspace_id: z.ZodString;
|
|
@@ -4519,7 +4519,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4519
4519
|
credential_id?: string | undefined;
|
|
4520
4520
|
} | undefined;
|
|
4521
4521
|
is_one_time_use?: boolean | undefined;
|
|
4522
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
4522
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4523
4523
|
external_type_display_name?: string | undefined;
|
|
4524
4524
|
acs_user_id?: string | undefined;
|
|
4525
4525
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4581,7 +4581,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4581
4581
|
credential_id?: string | undefined;
|
|
4582
4582
|
} | undefined;
|
|
4583
4583
|
is_one_time_use?: boolean | undefined;
|
|
4584
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
4584
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4585
4585
|
external_type_display_name?: string | undefined;
|
|
4586
4586
|
acs_user_id?: string | undefined;
|
|
4587
4587
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4648,7 +4648,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4648
4648
|
credential_id?: string | undefined;
|
|
4649
4649
|
} | undefined;
|
|
4650
4650
|
is_one_time_use?: boolean | undefined;
|
|
4651
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
4651
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4652
4652
|
external_type_display_name?: string | undefined;
|
|
4653
4653
|
acs_user_id?: string | undefined;
|
|
4654
4654
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4710,7 +4710,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4710
4710
|
credential_id?: string | undefined;
|
|
4711
4711
|
} | undefined;
|
|
4712
4712
|
is_one_time_use?: boolean | undefined;
|
|
4713
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
4713
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4714
4714
|
external_type_display_name?: string | undefined;
|
|
4715
4715
|
acs_user_id?: string | undefined;
|
|
4716
4716
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4778,7 +4778,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4778
4778
|
credential_id?: string | undefined;
|
|
4779
4779
|
} | undefined;
|
|
4780
4780
|
is_one_time_use?: boolean | undefined;
|
|
4781
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
4781
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4782
4782
|
external_type_display_name?: string | undefined;
|
|
4783
4783
|
acs_user_id?: string | undefined;
|
|
4784
4784
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4840,7 +4840,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4840
4840
|
credential_id?: string | undefined;
|
|
4841
4841
|
} | undefined;
|
|
4842
4842
|
is_one_time_use?: boolean | undefined;
|
|
4843
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
4843
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
4844
4844
|
external_type_display_name?: string | undefined;
|
|
4845
4845
|
acs_user_id?: string | undefined;
|
|
4846
4846
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -38142,7 +38142,7 @@ interface Routes {
|
|
|
38142
38142
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
38143
38143
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38144
38144
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38145
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
38145
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
38146
38146
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
38147
38147
|
external_type_display_name?: string | undefined;
|
|
38148
38148
|
/** Date and time at which the credential was created. */
|
|
@@ -38242,7 +38242,7 @@ interface Routes {
|
|
|
38242
38242
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
38243
38243
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38244
38244
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38245
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
38245
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
38246
38246
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
38247
38247
|
external_type_display_name?: string | undefined;
|
|
38248
38248
|
/** Date and time at which the credential was created. */
|
|
@@ -38379,7 +38379,7 @@ interface Routes {
|
|
|
38379
38379
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
38380
38380
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38381
38381
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38382
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
38382
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
38383
38383
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
38384
38384
|
external_type_display_name?: string | undefined;
|
|
38385
38385
|
/** Date and time at which the credential was created. */
|
|
@@ -38479,7 +38479,7 @@ interface Routes {
|
|
|
38479
38479
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
38480
38480
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38481
38481
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38482
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
38482
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
38483
38483
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
38484
38484
|
external_type_display_name?: string | undefined;
|
|
38485
38485
|
/** Date and time at which the credential was created. */
|
|
@@ -39249,7 +39249,7 @@ interface Routes {
|
|
|
39249
39249
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
39250
39250
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39251
39251
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39252
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
39252
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
39253
39253
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
39254
39254
|
external_type_display_name?: string | undefined;
|
|
39255
39255
|
/** Date and time at which the credential was created. */
|
|
@@ -39349,7 +39349,7 @@ interface Routes {
|
|
|
39349
39349
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
39350
39350
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39351
39351
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39352
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
39352
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
39353
39353
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
39354
39354
|
external_type_display_name?: string | undefined;
|
|
39355
39355
|
/** Date and time at which the credential was created. */
|
|
@@ -39486,7 +39486,7 @@ interface Routes {
|
|
|
39486
39486
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
39487
39487
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39488
39488
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39489
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
39489
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
39490
39490
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
39491
39491
|
external_type_display_name?: string | undefined;
|
|
39492
39492
|
/** Date and time at which the credential was created. */
|
|
@@ -39586,7 +39586,7 @@ interface Routes {
|
|
|
39586
39586
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
39587
39587
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39588
39588
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39589
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
39589
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
39590
39590
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
39591
39591
|
external_type_display_name?: string | undefined;
|
|
39592
39592
|
/** Date and time at which the credential was created. */
|
|
@@ -40760,7 +40760,7 @@ interface Routes {
|
|
|
40760
40760
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40761
40761
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40762
40762
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40763
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
40763
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
40764
40764
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40765
40765
|
external_type_display_name?: string | undefined;
|
|
40766
40766
|
/** Date and time at which the credential was created. */
|
|
@@ -40860,7 +40860,7 @@ interface Routes {
|
|
|
40860
40860
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40861
40861
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40862
40862
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40863
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
40863
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
40864
40864
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40865
40865
|
external_type_display_name?: string | undefined;
|
|
40866
40866
|
/** Date and time at which the credential was created. */
|
|
@@ -40997,7 +40997,7 @@ interface Routes {
|
|
|
40997
40997
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40998
40998
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40999
40999
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41000
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
41000
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
41001
41001
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41002
41002
|
external_type_display_name?: string | undefined;
|
|
41003
41003
|
/** Date and time at which the credential was created. */
|
|
@@ -41097,7 +41097,7 @@ interface Routes {
|
|
|
41097
41097
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
41098
41098
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41099
41099
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41100
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
41100
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
41101
41101
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41102
41102
|
external_type_display_name?: string | undefined;
|
|
41103
41103
|
/** Date and time at which the credential was created. */
|
|
@@ -41854,7 +41854,7 @@ interface Routes {
|
|
|
41854
41854
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
41855
41855
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41856
41856
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41857
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
41857
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
41858
41858
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41859
41859
|
external_type_display_name?: string | undefined;
|
|
41860
41860
|
/** Date and time at which the credential was created. */
|
|
@@ -41954,7 +41954,7 @@ interface Routes {
|
|
|
41954
41954
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
41955
41955
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41956
41956
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41957
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
41957
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
41958
41958
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41959
41959
|
external_type_display_name?: string | undefined;
|
|
41960
41960
|
/** Date and time at which the credential was created. */
|
|
@@ -42091,7 +42091,7 @@ interface Routes {
|
|
|
42091
42091
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42092
42092
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42093
42093
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42094
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
42094
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
42095
42095
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42096
42096
|
external_type_display_name?: string | undefined;
|
|
42097
42097
|
/** Date and time at which the credential was created. */
|
|
@@ -42191,7 +42191,7 @@ interface Routes {
|
|
|
42191
42191
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42192
42192
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42193
42193
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42194
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
42194
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
42195
42195
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42196
42196
|
external_type_display_name?: string | undefined;
|
|
42197
42197
|
/** Date and time at which the credential was created. */
|
|
@@ -43051,7 +43051,7 @@ interface Routes {
|
|
|
43051
43051
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43052
43052
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43053
43053
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43054
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
43054
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
43055
43055
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43056
43056
|
external_type_display_name?: string | undefined;
|
|
43057
43057
|
/** Date and time at which the credential was created. */
|
|
@@ -43206,7 +43206,7 @@ interface Routes {
|
|
|
43206
43206
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43207
43207
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43208
43208
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43209
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
43209
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
43210
43210
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43211
43211
|
external_type_display_name?: string | undefined;
|
|
43212
43212
|
/** Date and time at which the credential was created. */
|
|
@@ -43330,7 +43330,7 @@ interface Routes {
|
|
|
43330
43330
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43331
43331
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43332
43332
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43333
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
43333
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
43334
43334
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43335
43335
|
external_type_display_name?: string | undefined;
|
|
43336
43336
|
/** Date and time at which the credential was created. */
|
|
@@ -43458,7 +43458,7 @@ interface Routes {
|
|
|
43458
43458
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43459
43459
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43460
43460
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43461
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
43461
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
43462
43462
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43463
43463
|
external_type_display_name?: string | undefined;
|
|
43464
43464
|
/** Date and time at which the credential was created. */
|
|
@@ -43590,7 +43590,7 @@ interface Routes {
|
|
|
43590
43590
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43591
43591
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43592
43592
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43593
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
43593
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
43594
43594
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43595
43595
|
external_type_display_name?: string | undefined;
|
|
43596
43596
|
/** Date and time at which the credential was created. */
|
|
@@ -43774,7 +43774,7 @@ interface Routes {
|
|
|
43774
43774
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43775
43775
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43776
43776
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43777
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
43777
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
43778
43778
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43779
43779
|
external_type_display_name?: string | undefined;
|
|
43780
43780
|
/** Date and time at which the credential was created. */
|
|
@@ -43890,7 +43890,7 @@ interface Routes {
|
|
|
43890
43890
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43891
43891
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43892
43892
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43893
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
43893
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
43894
43894
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43895
43895
|
external_type_display_name?: string | undefined;
|
|
43896
43896
|
/** Date and time at which the credential was created. */
|
|
@@ -44015,7 +44015,7 @@ interface Routes {
|
|
|
44015
44015
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44016
44016
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44017
44017
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44018
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
44018
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44019
44019
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44020
44020
|
external_type_display_name?: string | undefined;
|
|
44021
44021
|
/** Date and time at which the credential was created. */
|
|
@@ -44135,7 +44135,7 @@ interface Routes {
|
|
|
44135
44135
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44136
44136
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44137
44137
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44138
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
44138
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44139
44139
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44140
44140
|
external_type_display_name?: string | undefined;
|
|
44141
44141
|
/** Date and time at which the credential was created. */
|
|
@@ -44342,7 +44342,7 @@ interface Routes {
|
|
|
44342
44342
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44343
44343
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44344
44344
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44345
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
44345
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44346
44346
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44347
44347
|
external_type_display_name?: string | undefined;
|
|
44348
44348
|
/** Date and time at which the credential was created. */
|
|
@@ -44442,7 +44442,7 @@ interface Routes {
|
|
|
44442
44442
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44443
44443
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44444
44444
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44445
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
44445
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44446
44446
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44447
44447
|
external_type_display_name?: string | undefined;
|
|
44448
44448
|
/** Date and time at which the credential was created. */
|
|
@@ -44579,7 +44579,7 @@ interface Routes {
|
|
|
44579
44579
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44580
44580
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44581
44581
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44582
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
44582
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44583
44583
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44584
44584
|
external_type_display_name?: string | undefined;
|
|
44585
44585
|
/** Date and time at which the credential was created. */
|
|
@@ -44679,7 +44679,7 @@ interface Routes {
|
|
|
44679
44679
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44680
44680
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44681
44681
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44682
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
44682
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
44683
44683
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44684
44684
|
external_type_display_name?: string | undefined;
|
|
44685
44685
|
/** Date and time at which the credential was created. */
|
|
@@ -45222,7 +45222,7 @@ interface Routes {
|
|
|
45222
45222
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45223
45223
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45224
45224
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45225
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
45225
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
45226
45226
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45227
45227
|
external_type_display_name?: string | undefined;
|
|
45228
45228
|
/** Date and time at which the credential was created. */
|
|
@@ -45322,7 +45322,7 @@ interface Routes {
|
|
|
45322
45322
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45323
45323
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45324
45324
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45325
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
45325
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
45326
45326
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45327
45327
|
external_type_display_name?: string | undefined;
|
|
45328
45328
|
/** Date and time at which the credential was created. */
|
|
@@ -45459,7 +45459,7 @@ interface Routes {
|
|
|
45459
45459
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45460
45460
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45461
45461
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45462
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
45462
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
45463
45463
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45464
45464
|
external_type_display_name?: string | undefined;
|
|
45465
45465
|
/** Date and time at which the credential was created. */
|
|
@@ -45559,7 +45559,7 @@ interface Routes {
|
|
|
45559
45559
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45560
45560
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45561
45561
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45562
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
45562
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
45563
45563
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45564
45564
|
external_type_display_name?: string | undefined;
|
|
45565
45565
|
/** Date and time at which the credential was created. */
|
|
@@ -46188,7 +46188,7 @@ interface Routes {
|
|
|
46188
46188
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
46189
46189
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
46190
46190
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
46191
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
46191
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
46192
46192
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
46193
46193
|
external_type_display_name?: string | undefined;
|
|
46194
46194
|
/** Date and time at which the credential was created. */
|
|
@@ -47509,7 +47509,7 @@ interface Routes {
|
|
|
47509
47509
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47510
47510
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47511
47511
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47512
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
47512
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47513
47513
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47514
47514
|
external_type_display_name?: string | undefined;
|
|
47515
47515
|
/** Date and time at which the credential was created. */
|
|
@@ -47609,7 +47609,7 @@ interface Routes {
|
|
|
47609
47609
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47610
47610
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47611
47611
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47612
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
47612
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47613
47613
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47614
47614
|
external_type_display_name?: string | undefined;
|
|
47615
47615
|
/** Date and time at which the credential was created. */
|
|
@@ -47746,7 +47746,7 @@ interface Routes {
|
|
|
47746
47746
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47747
47747
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47748
47748
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47749
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
47749
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47750
47750
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47751
47751
|
external_type_display_name?: string | undefined;
|
|
47752
47752
|
/** Date and time at which the credential was created. */
|
|
@@ -47846,7 +47846,7 @@ interface Routes {
|
|
|
47846
47846
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47847
47847
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47848
47848
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47849
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
47849
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
47850
47850
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47851
47851
|
external_type_display_name?: string | undefined;
|
|
47852
47852
|
/** Date and time at which the credential was created. */
|
|
@@ -48341,7 +48341,7 @@ interface Routes {
|
|
|
48341
48341
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48342
48342
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48343
48343
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48344
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
48344
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48345
48345
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48346
48346
|
external_type_display_name?: string | undefined;
|
|
48347
48347
|
/** Date and time at which the credential was created. */
|
|
@@ -48441,7 +48441,7 @@ interface Routes {
|
|
|
48441
48441
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48442
48442
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48443
48443
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48444
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
48444
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48445
48445
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48446
48446
|
external_type_display_name?: string | undefined;
|
|
48447
48447
|
/** Date and time at which the credential was created. */
|
|
@@ -48578,7 +48578,7 @@ interface Routes {
|
|
|
48578
48578
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48579
48579
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48580
48580
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48581
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
48581
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48582
48582
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48583
48583
|
external_type_display_name?: string | undefined;
|
|
48584
48584
|
/** Date and time at which the credential was created. */
|
|
@@ -48678,7 +48678,7 @@ interface Routes {
|
|
|
48678
48678
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48679
48679
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48680
48680
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48681
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
48681
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
48682
48682
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48683
48683
|
external_type_display_name?: string | undefined;
|
|
48684
48684
|
/** Date and time at which the credential was created. */
|
|
@@ -56049,7 +56049,7 @@ interface Routes {
|
|
|
56049
56049
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56050
56050
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56051
56051
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56052
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
56052
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
56053
56053
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56054
56054
|
external_type_display_name?: string | undefined;
|
|
56055
56055
|
/** Date and time at which the credential was created. */
|
|
@@ -56149,7 +56149,7 @@ interface Routes {
|
|
|
56149
56149
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56150
56150
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56151
56151
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56152
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
56152
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
56153
56153
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56154
56154
|
external_type_display_name?: string | undefined;
|
|
56155
56155
|
/** Date and time at which the credential was created. */
|
|
@@ -56286,7 +56286,7 @@ interface Routes {
|
|
|
56286
56286
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56287
56287
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56288
56288
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56289
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
56289
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
56290
56290
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56291
56291
|
external_type_display_name?: string | undefined;
|
|
56292
56292
|
/** Date and time at which the credential was created. */
|
|
@@ -56386,7 +56386,7 @@ interface Routes {
|
|
|
56386
56386
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56387
56387
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56388
56388
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56389
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
56389
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
56390
56390
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56391
56391
|
external_type_display_name?: string | undefined;
|
|
56392
56392
|
/** Date and time at which the credential was created. */
|
|
@@ -56883,7 +56883,7 @@ interface Routes {
|
|
|
56883
56883
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56884
56884
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56885
56885
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56886
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
56886
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
56887
56887
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56888
56888
|
external_type_display_name?: string | undefined;
|
|
56889
56889
|
/** Date and time at which the credential was created. */
|
|
@@ -56983,7 +56983,7 @@ interface Routes {
|
|
|
56983
56983
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56984
56984
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56985
56985
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56986
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
56986
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
56987
56987
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56988
56988
|
external_type_display_name?: string | undefined;
|
|
56989
56989
|
/** Date and time at which the credential was created. */
|
|
@@ -57120,7 +57120,7 @@ interface Routes {
|
|
|
57120
57120
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
57121
57121
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
57122
57122
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57123
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
57123
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
57124
57124
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
57125
57125
|
external_type_display_name?: string | undefined;
|
|
57126
57126
|
/** Date and time at which the credential was created. */
|
|
@@ -57220,7 +57220,7 @@ interface Routes {
|
|
|
57220
57220
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
57221
57221
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
57222
57222
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57223
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
57223
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
57224
57224
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
57225
57225
|
external_type_display_name?: string | undefined;
|
|
57226
57226
|
/** Date and time at which the credential was created. */
|
|
@@ -58956,7 +58956,7 @@ interface Routes {
|
|
|
58956
58956
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
58957
58957
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
58958
58958
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
58959
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
58959
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
58960
58960
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
58961
58961
|
external_type_display_name?: string | undefined;
|
|
58962
58962
|
/** Date and time at which the credential was created. */
|
|
@@ -59056,7 +59056,7 @@ interface Routes {
|
|
|
59056
59056
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59057
59057
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59058
59058
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59059
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
59059
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
59060
59060
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59061
59061
|
external_type_display_name?: string | undefined;
|
|
59062
59062
|
/** Date and time at which the credential was created. */
|
|
@@ -59193,7 +59193,7 @@ interface Routes {
|
|
|
59193
59193
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59194
59194
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59195
59195
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59196
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
59196
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
59197
59197
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59198
59198
|
external_type_display_name?: string | undefined;
|
|
59199
59199
|
/** Date and time at which the credential was created. */
|
|
@@ -59293,7 +59293,7 @@ interface Routes {
|
|
|
59293
59293
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59294
59294
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59295
59295
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59296
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
59296
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
59297
59297
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59298
59298
|
external_type_display_name?: string | undefined;
|
|
59299
59299
|
/** Date and time at which the credential was created. */
|
|
@@ -59801,7 +59801,7 @@ interface Routes {
|
|
|
59801
59801
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59802
59802
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59803
59803
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59804
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
59804
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
59805
59805
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59806
59806
|
external_type_display_name?: string | undefined;
|
|
59807
59807
|
/** Date and time at which the credential was created. */
|
|
@@ -59901,7 +59901,7 @@ interface Routes {
|
|
|
59901
59901
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59902
59902
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59903
59903
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59904
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
59904
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
59905
59905
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59906
59906
|
external_type_display_name?: string | undefined;
|
|
59907
59907
|
/** Date and time at which the credential was created. */
|
|
@@ -60038,7 +60038,7 @@ interface Routes {
|
|
|
60038
60038
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60039
60039
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60040
60040
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60041
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
60041
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60042
60042
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60043
60043
|
external_type_display_name?: string | undefined;
|
|
60044
60044
|
/** Date and time at which the credential was created. */
|
|
@@ -60138,7 +60138,7 @@ interface Routes {
|
|
|
60138
60138
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60139
60139
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60140
60140
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60141
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
60141
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60142
60142
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60143
60143
|
external_type_display_name?: string | undefined;
|
|
60144
60144
|
/** Date and time at which the credential was created. */
|
|
@@ -60685,7 +60685,7 @@ interface Routes {
|
|
|
60685
60685
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60686
60686
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60687
60687
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60688
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
60688
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60689
60689
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60690
60690
|
external_type_display_name?: string | undefined;
|
|
60691
60691
|
/** Date and time at which the credential was created. */
|
|
@@ -60785,7 +60785,7 @@ interface Routes {
|
|
|
60785
60785
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60786
60786
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60787
60787
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60788
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
60788
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60789
60789
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60790
60790
|
external_type_display_name?: string | undefined;
|
|
60791
60791
|
/** Date and time at which the credential was created. */
|
|
@@ -60922,7 +60922,7 @@ interface Routes {
|
|
|
60922
60922
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60923
60923
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60924
60924
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60925
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
60925
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
60926
60926
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60927
60927
|
external_type_display_name?: string | undefined;
|
|
60928
60928
|
/** Date and time at which the credential was created. */
|
|
@@ -61022,7 +61022,7 @@ interface Routes {
|
|
|
61022
61022
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61023
61023
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61024
61024
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61025
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
61025
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
61026
61026
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61027
61027
|
external_type_display_name?: string | undefined;
|
|
61028
61028
|
/** Date and time at which the credential was created. */
|
|
@@ -61826,7 +61826,7 @@ interface Routes {
|
|
|
61826
61826
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61827
61827
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61828
61828
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61829
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
61829
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
61830
61830
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61831
61831
|
external_type_display_name?: string | undefined;
|
|
61832
61832
|
/** Date and time at which the credential was created. */
|
|
@@ -61926,7 +61926,7 @@ interface Routes {
|
|
|
61926
61926
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61927
61927
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61928
61928
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61929
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
61929
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
61930
61930
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61931
61931
|
external_type_display_name?: string | undefined;
|
|
61932
61932
|
/** Date and time at which the credential was created. */
|
|
@@ -62063,7 +62063,7 @@ interface Routes {
|
|
|
62063
62063
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62064
62064
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62065
62065
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62066
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
62066
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
62067
62067
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62068
62068
|
external_type_display_name?: string | undefined;
|
|
62069
62069
|
/** Date and time at which the credential was created. */
|
|
@@ -62163,7 +62163,7 @@ interface Routes {
|
|
|
62163
62163
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62164
62164
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62165
62165
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62166
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
62166
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
62167
62167
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62168
62168
|
external_type_display_name?: string | undefined;
|
|
62169
62169
|
/** Date and time at which the credential was created. */
|
|
@@ -62666,7 +62666,7 @@ interface Routes {
|
|
|
62666
62666
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62667
62667
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62668
62668
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62669
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
62669
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
62670
62670
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62671
62671
|
external_type_display_name?: string | undefined;
|
|
62672
62672
|
/** Date and time at which the credential was created. */
|
|
@@ -62766,7 +62766,7 @@ interface Routes {
|
|
|
62766
62766
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62767
62767
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62768
62768
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62769
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
62769
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
62770
62770
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62771
62771
|
external_type_display_name?: string | undefined;
|
|
62772
62772
|
/** Date and time at which the credential was created. */
|
|
@@ -62903,7 +62903,7 @@ interface Routes {
|
|
|
62903
62903
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62904
62904
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62905
62905
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62906
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
62906
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
62907
62907
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62908
62908
|
external_type_display_name?: string | undefined;
|
|
62909
62909
|
/** Date and time at which the credential was created. */
|
|
@@ -63003,7 +63003,7 @@ interface Routes {
|
|
|
63003
63003
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
63004
63004
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
63005
63005
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
63006
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
63006
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
63007
63007
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
63008
63008
|
external_type_display_name?: string | undefined;
|
|
63009
63009
|
/** Date and time at which the credential was created. */
|
|
@@ -64148,7 +64148,7 @@ interface Routes {
|
|
|
64148
64148
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64149
64149
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64150
64150
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64151
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
64151
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64152
64152
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64153
64153
|
external_type_display_name?: string | undefined;
|
|
64154
64154
|
/** Date and time at which the credential was created. */
|
|
@@ -64248,7 +64248,7 @@ interface Routes {
|
|
|
64248
64248
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64249
64249
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64250
64250
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64251
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
64251
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64252
64252
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64253
64253
|
external_type_display_name?: string | undefined;
|
|
64254
64254
|
/** Date and time at which the credential was created. */
|
|
@@ -64385,7 +64385,7 @@ interface Routes {
|
|
|
64385
64385
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64386
64386
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64387
64387
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64388
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
64388
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64389
64389
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64390
64390
|
external_type_display_name?: string | undefined;
|
|
64391
64391
|
/** Date and time at which the credential was created. */
|
|
@@ -64485,7 +64485,7 @@ interface Routes {
|
|
|
64485
64485
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64486
64486
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64487
64487
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64488
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
64488
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64489
64489
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64490
64490
|
external_type_display_name?: string | undefined;
|
|
64491
64491
|
/** Date and time at which the credential was created. */
|
|
@@ -64992,7 +64992,7 @@ interface Routes {
|
|
|
64992
64992
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64993
64993
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64994
64994
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64995
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
64995
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
64996
64996
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64997
64997
|
external_type_display_name?: string | undefined;
|
|
64998
64998
|
/** Date and time at which the credential was created. */
|
|
@@ -65092,7 +65092,7 @@ interface Routes {
|
|
|
65092
65092
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65093
65093
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65094
65094
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65095
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
65095
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
65096
65096
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65097
65097
|
external_type_display_name?: string | undefined;
|
|
65098
65098
|
/** Date and time at which the credential was created. */
|
|
@@ -65229,7 +65229,7 @@ interface Routes {
|
|
|
65229
65229
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65230
65230
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65231
65231
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65232
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
65232
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
65233
65233
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65234
65234
|
external_type_display_name?: string | undefined;
|
|
65235
65235
|
/** Date and time at which the credential was created. */
|
|
@@ -65329,7 +65329,7 @@ interface Routes {
|
|
|
65329
65329
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65330
65330
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65331
65331
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65332
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
65332
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
65333
65333
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65334
65334
|
external_type_display_name?: string | undefined;
|
|
65335
65335
|
/** Date and time at which the credential was created. */
|
|
@@ -67027,7 +67027,7 @@ interface Routes {
|
|
|
67027
67027
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67028
67028
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67029
67029
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67030
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
67030
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67031
67031
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67032
67032
|
external_type_display_name?: string | undefined;
|
|
67033
67033
|
/** Date and time at which the credential was created. */
|
|
@@ -67127,7 +67127,7 @@ interface Routes {
|
|
|
67127
67127
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67128
67128
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67129
67129
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67130
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
67130
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67131
67131
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67132
67132
|
external_type_display_name?: string | undefined;
|
|
67133
67133
|
/** Date and time at which the credential was created. */
|
|
@@ -67264,7 +67264,7 @@ interface Routes {
|
|
|
67264
67264
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67265
67265
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67266
67266
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67267
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
67267
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67268
67268
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67269
67269
|
external_type_display_name?: string | undefined;
|
|
67270
67270
|
/** Date and time at which the credential was created. */
|
|
@@ -67364,7 +67364,7 @@ interface Routes {
|
|
|
67364
67364
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67365
67365
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67366
67366
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67367
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
67367
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
67368
67368
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67369
67369
|
external_type_display_name?: string | undefined;
|
|
67370
67370
|
/** Date and time at which the credential was created. */
|
|
@@ -68047,7 +68047,7 @@ interface Routes {
|
|
|
68047
68047
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68048
68048
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68049
68049
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68050
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
68050
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
68051
68051
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68052
68052
|
external_type_display_name?: string | undefined;
|
|
68053
68053
|
/** Date and time at which the credential was created. */
|
|
@@ -68147,7 +68147,7 @@ interface Routes {
|
|
|
68147
68147
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68148
68148
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68149
68149
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68150
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
68150
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
68151
68151
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68152
68152
|
external_type_display_name?: string | undefined;
|
|
68153
68153
|
/** Date and time at which the credential was created. */
|
|
@@ -68284,7 +68284,7 @@ interface Routes {
|
|
|
68284
68284
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68285
68285
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68286
68286
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68287
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
68287
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
68288
68288
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68289
68289
|
external_type_display_name?: string | undefined;
|
|
68290
68290
|
/** Date and time at which the credential was created. */
|
|
@@ -68384,7 +68384,7 @@ interface Routes {
|
|
|
68384
68384
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68385
68385
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68386
68386
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68387
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
68387
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
68388
68388
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68389
68389
|
external_type_display_name?: string | undefined;
|
|
68390
68390
|
/** Date and time at which the credential was created. */
|
|
@@ -68910,7 +68910,7 @@ interface Routes {
|
|
|
68910
68910
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68911
68911
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68912
68912
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68913
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
68913
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
68914
68914
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68915
68915
|
external_type_display_name?: string | undefined;
|
|
68916
68916
|
/** Date and time at which the credential was created. */
|
|
@@ -69010,7 +69010,7 @@ interface Routes {
|
|
|
69010
69010
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69011
69011
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69012
69012
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69013
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
69013
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
69014
69014
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69015
69015
|
external_type_display_name?: string | undefined;
|
|
69016
69016
|
/** Date and time at which the credential was created. */
|
|
@@ -69147,7 +69147,7 @@ interface Routes {
|
|
|
69147
69147
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69148
69148
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69149
69149
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69150
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
69150
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
69151
69151
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69152
69152
|
external_type_display_name?: string | undefined;
|
|
69153
69153
|
/** Date and time at which the credential was created. */
|
|
@@ -69247,7 +69247,7 @@ interface Routes {
|
|
|
69247
69247
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69248
69248
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69249
69249
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69250
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
69250
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
69251
69251
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69252
69252
|
external_type_display_name?: string | undefined;
|
|
69253
69253
|
/** Date and time at which the credential was created. */
|
|
@@ -71625,7 +71625,7 @@ interface Routes {
|
|
|
71625
71625
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
71626
71626
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
71627
71627
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71628
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
71628
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
71629
71629
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
71630
71630
|
external_type_display_name?: string | undefined;
|
|
71631
71631
|
/** Date and time at which the credential was created. */
|
|
@@ -71725,7 +71725,7 @@ interface Routes {
|
|
|
71725
71725
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
71726
71726
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
71727
71727
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71728
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
71728
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
71729
71729
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
71730
71730
|
external_type_display_name?: string | undefined;
|
|
71731
71731
|
/** Date and time at which the credential was created. */
|
|
@@ -71862,7 +71862,7 @@ interface Routes {
|
|
|
71862
71862
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
71863
71863
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
71864
71864
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71865
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
71865
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
71866
71866
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
71867
71867
|
external_type_display_name?: string | undefined;
|
|
71868
71868
|
/** Date and time at which the credential was created. */
|
|
@@ -71962,7 +71962,7 @@ interface Routes {
|
|
|
71962
71962
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
71963
71963
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
71964
71964
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71965
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
71965
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
71966
71966
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
71967
71967
|
external_type_display_name?: string | undefined;
|
|
71968
71968
|
/** Date and time at which the credential was created. */
|