@seamapi/types 1.329.1 → 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 +89 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +194 -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/acs/acs-user.d.ts +93 -0
- package/lib/seam/connect/models/acs/acs-user.js +14 -1
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/openapi.js +67 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +122 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -0
- package/src/lib/seam/connect/models/acs/acs-user.ts +17 -1
- package/src/lib/seam/connect/openapi.ts +70 -0
- package/src/lib/seam/connect/route-types.ts +223 -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;
|
|
@@ -2070,6 +2070,19 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
2070
2070
|
message: string;
|
|
2071
2071
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2072
2072
|
created_at: string;
|
|
2073
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
2074
|
+
created_at: z.ZodString;
|
|
2075
|
+
message: z.ZodString;
|
|
2076
|
+
}, {
|
|
2077
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
2078
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2079
|
+
message: string;
|
|
2080
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2081
|
+
created_at: string;
|
|
2082
|
+
}, {
|
|
2083
|
+
message: string;
|
|
2084
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2085
|
+
created_at: string;
|
|
2073
2086
|
}>]>, "many">;
|
|
2074
2087
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
2075
2088
|
created_at: z.ZodString;
|
|
@@ -2175,6 +2188,10 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
2175
2188
|
message: string;
|
|
2176
2189
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2177
2190
|
created_at: string;
|
|
2191
|
+
} | {
|
|
2192
|
+
message: string;
|
|
2193
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2194
|
+
created_at: string;
|
|
2178
2195
|
})[];
|
|
2179
2196
|
display_name: string;
|
|
2180
2197
|
workspace_id: string;
|
|
@@ -2230,6 +2247,10 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
2230
2247
|
message: string;
|
|
2231
2248
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2232
2249
|
created_at: string;
|
|
2250
|
+
} | {
|
|
2251
|
+
message: string;
|
|
2252
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2253
|
+
created_at: string;
|
|
2233
2254
|
})[];
|
|
2234
2255
|
display_name: string;
|
|
2235
2256
|
workspace_id: string;
|
|
@@ -2307,6 +2328,19 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
2307
2328
|
message: string;
|
|
2308
2329
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2309
2330
|
created_at: string;
|
|
2331
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
2332
|
+
created_at: z.ZodString;
|
|
2333
|
+
message: z.ZodString;
|
|
2334
|
+
}, {
|
|
2335
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
2336
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2337
|
+
message: string;
|
|
2338
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2339
|
+
created_at: string;
|
|
2340
|
+
}, {
|
|
2341
|
+
message: string;
|
|
2342
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2343
|
+
created_at: string;
|
|
2310
2344
|
}>]>, "many">;
|
|
2311
2345
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
2312
2346
|
created_at: z.ZodString;
|
|
@@ -2412,6 +2446,10 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
2412
2446
|
message: string;
|
|
2413
2447
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2414
2448
|
created_at: string;
|
|
2449
|
+
} | {
|
|
2450
|
+
message: string;
|
|
2451
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2452
|
+
created_at: string;
|
|
2415
2453
|
})[];
|
|
2416
2454
|
display_name: string;
|
|
2417
2455
|
workspace_id: string;
|
|
@@ -2467,6 +2505,10 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
2467
2505
|
message: string;
|
|
2468
2506
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2469
2507
|
created_at: string;
|
|
2508
|
+
} | {
|
|
2509
|
+
message: string;
|
|
2510
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2511
|
+
created_at: string;
|
|
2470
2512
|
})[];
|
|
2471
2513
|
display_name: string;
|
|
2472
2514
|
workspace_id: string;
|
|
@@ -2780,7 +2822,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2780
2822
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
2781
2823
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2782
2824
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
2783
|
-
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"]>>;
|
|
2784
2826
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
2785
2827
|
created_at: z.ZodString;
|
|
2786
2828
|
workspace_id: z.ZodString;
|
|
@@ -2959,7 +3001,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
2959
3001
|
credential_id?: string | undefined;
|
|
2960
3002
|
} | undefined;
|
|
2961
3003
|
is_one_time_use?: boolean | undefined;
|
|
2962
|
-
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;
|
|
2963
3005
|
external_type_display_name?: string | undefined;
|
|
2964
3006
|
acs_user_id?: string | undefined;
|
|
2965
3007
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3021,7 +3063,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3021
3063
|
credential_id?: string | undefined;
|
|
3022
3064
|
} | undefined;
|
|
3023
3065
|
is_one_time_use?: boolean | undefined;
|
|
3024
|
-
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;
|
|
3025
3067
|
external_type_display_name?: string | undefined;
|
|
3026
3068
|
acs_user_id?: string | undefined;
|
|
3027
3069
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3045,7 +3087,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3045
3087
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
3046
3088
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3047
3089
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
3048
|
-
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"]>>;
|
|
3049
3091
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
3050
3092
|
created_at: z.ZodString;
|
|
3051
3093
|
workspace_id: z.ZodString;
|
|
@@ -3224,7 +3266,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3224
3266
|
credential_id?: string | undefined;
|
|
3225
3267
|
} | undefined;
|
|
3226
3268
|
is_one_time_use?: boolean | undefined;
|
|
3227
|
-
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;
|
|
3228
3270
|
external_type_display_name?: string | undefined;
|
|
3229
3271
|
acs_user_id?: string | undefined;
|
|
3230
3272
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3286,7 +3328,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3286
3328
|
credential_id?: string | undefined;
|
|
3287
3329
|
} | undefined;
|
|
3288
3330
|
is_one_time_use?: boolean | undefined;
|
|
3289
|
-
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;
|
|
3290
3332
|
external_type_display_name?: string | undefined;
|
|
3291
3333
|
acs_user_id?: string | undefined;
|
|
3292
3334
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3385,7 +3427,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3385
3427
|
credential_id?: string | undefined;
|
|
3386
3428
|
} | undefined;
|
|
3387
3429
|
is_one_time_use?: boolean | undefined;
|
|
3388
|
-
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;
|
|
3389
3431
|
external_type_display_name?: string | undefined;
|
|
3390
3432
|
acs_user_id?: string | undefined;
|
|
3391
3433
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3447,7 +3489,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3447
3489
|
credential_id?: string | undefined;
|
|
3448
3490
|
} | undefined;
|
|
3449
3491
|
is_one_time_use?: boolean | undefined;
|
|
3450
|
-
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;
|
|
3451
3493
|
external_type_display_name?: string | undefined;
|
|
3452
3494
|
acs_user_id?: string | undefined;
|
|
3453
3495
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3536,7 +3578,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3536
3578
|
credential_id?: string | undefined;
|
|
3537
3579
|
} | undefined;
|
|
3538
3580
|
is_one_time_use?: boolean | undefined;
|
|
3539
|
-
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;
|
|
3540
3582
|
external_type_display_name?: string | undefined;
|
|
3541
3583
|
acs_user_id?: string | undefined;
|
|
3542
3584
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3598,7 +3640,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3598
3640
|
credential_id?: string | undefined;
|
|
3599
3641
|
} | undefined;
|
|
3600
3642
|
is_one_time_use?: boolean | undefined;
|
|
3601
|
-
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;
|
|
3602
3644
|
external_type_display_name?: string | undefined;
|
|
3603
3645
|
acs_user_id?: string | undefined;
|
|
3604
3646
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3692,7 +3734,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3692
3734
|
credential_id?: string | undefined;
|
|
3693
3735
|
} | undefined;
|
|
3694
3736
|
is_one_time_use?: boolean | undefined;
|
|
3695
|
-
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;
|
|
3696
3738
|
external_type_display_name?: string | undefined;
|
|
3697
3739
|
acs_user_id?: string | undefined;
|
|
3698
3740
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3754,7 +3796,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3754
3796
|
credential_id?: string | undefined;
|
|
3755
3797
|
} | undefined;
|
|
3756
3798
|
is_one_time_use?: boolean | undefined;
|
|
3757
|
-
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;
|
|
3758
3800
|
external_type_display_name?: string | undefined;
|
|
3759
3801
|
acs_user_id?: string | undefined;
|
|
3760
3802
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3849,7 +3891,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3849
3891
|
credential_id?: string | undefined;
|
|
3850
3892
|
} | undefined;
|
|
3851
3893
|
is_one_time_use?: boolean | undefined;
|
|
3852
|
-
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;
|
|
3853
3895
|
external_type_display_name?: string | undefined;
|
|
3854
3896
|
acs_user_id?: string | undefined;
|
|
3855
3897
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -3911,7 +3953,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
3911
3953
|
credential_id?: string | undefined;
|
|
3912
3954
|
} | undefined;
|
|
3913
3955
|
is_one_time_use?: boolean | undefined;
|
|
3914
|
-
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;
|
|
3915
3957
|
external_type_display_name?: string | undefined;
|
|
3916
3958
|
acs_user_id?: string | undefined;
|
|
3917
3959
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4033,7 +4075,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4033
4075
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
4034
4076
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4035
4077
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4036
|
-
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"]>>;
|
|
4037
4079
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4038
4080
|
created_at: z.ZodString;
|
|
4039
4081
|
workspace_id: z.ZodString;
|
|
@@ -4212,7 +4254,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4212
4254
|
credential_id?: string | undefined;
|
|
4213
4255
|
} | undefined;
|
|
4214
4256
|
is_one_time_use?: boolean | undefined;
|
|
4215
|
-
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;
|
|
4216
4258
|
external_type_display_name?: string | undefined;
|
|
4217
4259
|
acs_user_id?: string | undefined;
|
|
4218
4260
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4274,7 +4316,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4274
4316
|
credential_id?: string | undefined;
|
|
4275
4317
|
} | undefined;
|
|
4276
4318
|
is_one_time_use?: boolean | undefined;
|
|
4277
|
-
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;
|
|
4278
4320
|
external_type_display_name?: string | undefined;
|
|
4279
4321
|
acs_user_id?: string | undefined;
|
|
4280
4322
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4298,7 +4340,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4298
4340
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
4299
4341
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4300
4342
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4301
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
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"]>>;
|
|
4302
4344
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
4303
4345
|
created_at: z.ZodString;
|
|
4304
4346
|
workspace_id: z.ZodString;
|
|
@@ -4477,7 +4519,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4477
4519
|
credential_id?: string | undefined;
|
|
4478
4520
|
} | undefined;
|
|
4479
4521
|
is_one_time_use?: boolean | undefined;
|
|
4480
|
-
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;
|
|
4481
4523
|
external_type_display_name?: string | undefined;
|
|
4482
4524
|
acs_user_id?: string | undefined;
|
|
4483
4525
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4539,7 +4581,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4539
4581
|
credential_id?: string | undefined;
|
|
4540
4582
|
} | undefined;
|
|
4541
4583
|
is_one_time_use?: boolean | undefined;
|
|
4542
|
-
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;
|
|
4543
4585
|
external_type_display_name?: string | undefined;
|
|
4544
4586
|
acs_user_id?: string | undefined;
|
|
4545
4587
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4606,7 +4648,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4606
4648
|
credential_id?: string | undefined;
|
|
4607
4649
|
} | undefined;
|
|
4608
4650
|
is_one_time_use?: boolean | undefined;
|
|
4609
|
-
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;
|
|
4610
4652
|
external_type_display_name?: string | undefined;
|
|
4611
4653
|
acs_user_id?: string | undefined;
|
|
4612
4654
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4668,7 +4710,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4668
4710
|
credential_id?: string | undefined;
|
|
4669
4711
|
} | undefined;
|
|
4670
4712
|
is_one_time_use?: boolean | undefined;
|
|
4671
|
-
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;
|
|
4672
4714
|
external_type_display_name?: string | undefined;
|
|
4673
4715
|
acs_user_id?: string | undefined;
|
|
4674
4716
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4736,7 +4778,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4736
4778
|
credential_id?: string | undefined;
|
|
4737
4779
|
} | undefined;
|
|
4738
4780
|
is_one_time_use?: boolean | undefined;
|
|
4739
|
-
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;
|
|
4740
4782
|
external_type_display_name?: string | undefined;
|
|
4741
4783
|
acs_user_id?: string | undefined;
|
|
4742
4784
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -4798,7 +4840,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
4798
4840
|
credential_id?: string | undefined;
|
|
4799
4841
|
} | undefined;
|
|
4800
4842
|
is_one_time_use?: boolean | undefined;
|
|
4801
|
-
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;
|
|
4802
4844
|
external_type_display_name?: string | undefined;
|
|
4803
4845
|
acs_user_id?: string | undefined;
|
|
4804
4846
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -38100,7 +38142,7 @@ interface Routes {
|
|
|
38100
38142
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
38101
38143
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38102
38144
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38103
|
-
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;
|
|
38104
38146
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
38105
38147
|
external_type_display_name?: string | undefined;
|
|
38106
38148
|
/** Date and time at which the credential was created. */
|
|
@@ -38200,7 +38242,7 @@ interface Routes {
|
|
|
38200
38242
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
38201
38243
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38202
38244
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38203
|
-
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;
|
|
38204
38246
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
38205
38247
|
external_type_display_name?: string | undefined;
|
|
38206
38248
|
/** Date and time at which the credential was created. */
|
|
@@ -38337,7 +38379,7 @@ interface Routes {
|
|
|
38337
38379
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
38338
38380
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38339
38381
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38340
|
-
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;
|
|
38341
38383
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
38342
38384
|
external_type_display_name?: string | undefined;
|
|
38343
38385
|
/** Date and time at which the credential was created. */
|
|
@@ -38437,7 +38479,7 @@ interface Routes {
|
|
|
38437
38479
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
38438
38480
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38439
38481
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38440
|
-
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;
|
|
38441
38483
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
38442
38484
|
external_type_display_name?: string | undefined;
|
|
38443
38485
|
/** Date and time at which the credential was created. */
|
|
@@ -39207,7 +39249,7 @@ interface Routes {
|
|
|
39207
39249
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
39208
39250
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39209
39251
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39210
|
-
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;
|
|
39211
39253
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
39212
39254
|
external_type_display_name?: string | undefined;
|
|
39213
39255
|
/** Date and time at which the credential was created. */
|
|
@@ -39307,7 +39349,7 @@ interface Routes {
|
|
|
39307
39349
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
39308
39350
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39309
39351
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39310
|
-
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;
|
|
39311
39353
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
39312
39354
|
external_type_display_name?: string | undefined;
|
|
39313
39355
|
/** Date and time at which the credential was created. */
|
|
@@ -39444,7 +39486,7 @@ interface Routes {
|
|
|
39444
39486
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
39445
39487
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39446
39488
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39447
|
-
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;
|
|
39448
39490
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
39449
39491
|
external_type_display_name?: string | undefined;
|
|
39450
39492
|
/** Date and time at which the credential was created. */
|
|
@@ -39544,7 +39586,7 @@ interface Routes {
|
|
|
39544
39586
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
39545
39587
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39546
39588
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39547
|
-
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;
|
|
39548
39590
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
39549
39591
|
external_type_display_name?: string | undefined;
|
|
39550
39592
|
/** Date and time at which the credential was created. */
|
|
@@ -40718,7 +40760,7 @@ interface Routes {
|
|
|
40718
40760
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40719
40761
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40720
40762
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40721
|
-
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;
|
|
40722
40764
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40723
40765
|
external_type_display_name?: string | undefined;
|
|
40724
40766
|
/** Date and time at which the credential was created. */
|
|
@@ -40818,7 +40860,7 @@ interface Routes {
|
|
|
40818
40860
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40819
40861
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40820
40862
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40821
|
-
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;
|
|
40822
40864
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40823
40865
|
external_type_display_name?: string | undefined;
|
|
40824
40866
|
/** Date and time at which the credential was created. */
|
|
@@ -40955,7 +40997,7 @@ interface Routes {
|
|
|
40955
40997
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
40956
40998
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
40957
40999
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
40958
|
-
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;
|
|
40959
41001
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
40960
41002
|
external_type_display_name?: string | undefined;
|
|
40961
41003
|
/** Date and time at which the credential was created. */
|
|
@@ -41055,7 +41097,7 @@ interface Routes {
|
|
|
41055
41097
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
41056
41098
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41057
41099
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41058
|
-
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;
|
|
41059
41101
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41060
41102
|
external_type_display_name?: string | undefined;
|
|
41061
41103
|
/** Date and time at which the credential was created. */
|
|
@@ -41812,7 +41854,7 @@ interface Routes {
|
|
|
41812
41854
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
41813
41855
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41814
41856
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41815
|
-
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;
|
|
41816
41858
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41817
41859
|
external_type_display_name?: string | undefined;
|
|
41818
41860
|
/** Date and time at which the credential was created. */
|
|
@@ -41912,7 +41954,7 @@ interface Routes {
|
|
|
41912
41954
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
41913
41955
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41914
41956
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41915
|
-
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;
|
|
41916
41958
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
41917
41959
|
external_type_display_name?: string | undefined;
|
|
41918
41960
|
/** Date and time at which the credential was created. */
|
|
@@ -42049,7 +42091,7 @@ interface Routes {
|
|
|
42049
42091
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42050
42092
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42051
42093
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42052
|
-
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;
|
|
42053
42095
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42054
42096
|
external_type_display_name?: string | undefined;
|
|
42055
42097
|
/** Date and time at which the credential was created. */
|
|
@@ -42149,7 +42191,7 @@ interface Routes {
|
|
|
42149
42191
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
42150
42192
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42151
42193
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42152
|
-
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;
|
|
42153
42195
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
42154
42196
|
external_type_display_name?: string | undefined;
|
|
42155
42197
|
/** Date and time at which the credential was created. */
|
|
@@ -42769,6 +42811,10 @@ interface Routes {
|
|
|
42769
42811
|
created_at: string;
|
|
42770
42812
|
message: string;
|
|
42771
42813
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
42814
|
+
} | {
|
|
42815
|
+
created_at: string;
|
|
42816
|
+
message: string;
|
|
42817
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
42772
42818
|
}>;
|
|
42773
42819
|
/** Errors associated with the `acs_user`. */
|
|
42774
42820
|
errors: Array<{
|
|
@@ -43005,7 +43051,7 @@ interface Routes {
|
|
|
43005
43051
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43006
43052
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43007
43053
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43008
|
-
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;
|
|
43009
43055
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43010
43056
|
external_type_display_name?: string | undefined;
|
|
43011
43057
|
/** Date and time at which the credential was created. */
|
|
@@ -43160,7 +43206,7 @@ interface Routes {
|
|
|
43160
43206
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43161
43207
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43162
43208
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43163
|
-
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;
|
|
43164
43210
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43165
43211
|
external_type_display_name?: string | undefined;
|
|
43166
43212
|
/** Date and time at which the credential was created. */
|
|
@@ -43284,7 +43330,7 @@ interface Routes {
|
|
|
43284
43330
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43285
43331
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43286
43332
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43287
|
-
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;
|
|
43288
43334
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43289
43335
|
external_type_display_name?: string | undefined;
|
|
43290
43336
|
/** Date and time at which the credential was created. */
|
|
@@ -43412,7 +43458,7 @@ interface Routes {
|
|
|
43412
43458
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43413
43459
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43414
43460
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43415
|
-
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;
|
|
43416
43462
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43417
43463
|
external_type_display_name?: string | undefined;
|
|
43418
43464
|
/** Date and time at which the credential was created. */
|
|
@@ -43544,7 +43590,7 @@ interface Routes {
|
|
|
43544
43590
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43545
43591
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43546
43592
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43547
|
-
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;
|
|
43548
43594
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43549
43595
|
external_type_display_name?: string | undefined;
|
|
43550
43596
|
/** Date and time at which the credential was created. */
|
|
@@ -43728,7 +43774,7 @@ interface Routes {
|
|
|
43728
43774
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43729
43775
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43730
43776
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43731
|
-
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;
|
|
43732
43778
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43733
43779
|
external_type_display_name?: string | undefined;
|
|
43734
43780
|
/** Date and time at which the credential was created. */
|
|
@@ -43844,7 +43890,7 @@ interface Routes {
|
|
|
43844
43890
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43845
43891
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43846
43892
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43847
|
-
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;
|
|
43848
43894
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43849
43895
|
external_type_display_name?: string | undefined;
|
|
43850
43896
|
/** Date and time at which the credential was created. */
|
|
@@ -43969,7 +44015,7 @@ interface Routes {
|
|
|
43969
44015
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
43970
44016
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
43971
44017
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
43972
|
-
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;
|
|
43973
44019
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
43974
44020
|
external_type_display_name?: string | undefined;
|
|
43975
44021
|
/** Date and time at which the credential was created. */
|
|
@@ -44089,7 +44135,7 @@ interface Routes {
|
|
|
44089
44135
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44090
44136
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44091
44137
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44092
|
-
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;
|
|
44093
44139
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44094
44140
|
external_type_display_name?: string | undefined;
|
|
44095
44141
|
/** Date and time at which the credential was created. */
|
|
@@ -44296,7 +44342,7 @@ interface Routes {
|
|
|
44296
44342
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44297
44343
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44298
44344
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44299
|
-
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;
|
|
44300
44346
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44301
44347
|
external_type_display_name?: string | undefined;
|
|
44302
44348
|
/** Date and time at which the credential was created. */
|
|
@@ -44396,7 +44442,7 @@ interface Routes {
|
|
|
44396
44442
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44397
44443
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44398
44444
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44399
|
-
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;
|
|
44400
44446
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44401
44447
|
external_type_display_name?: string | undefined;
|
|
44402
44448
|
/** Date and time at which the credential was created. */
|
|
@@ -44533,7 +44579,7 @@ interface Routes {
|
|
|
44533
44579
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44534
44580
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44535
44581
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44536
|
-
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;
|
|
44537
44583
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44538
44584
|
external_type_display_name?: string | undefined;
|
|
44539
44585
|
/** Date and time at which the credential was created. */
|
|
@@ -44633,7 +44679,7 @@ interface Routes {
|
|
|
44633
44679
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
44634
44680
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
44635
44681
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
44636
|
-
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;
|
|
44637
44683
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
44638
44684
|
external_type_display_name?: string | undefined;
|
|
44639
44685
|
/** Date and time at which the credential was created. */
|
|
@@ -45176,7 +45222,7 @@ interface Routes {
|
|
|
45176
45222
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45177
45223
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45178
45224
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45179
|
-
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;
|
|
45180
45226
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45181
45227
|
external_type_display_name?: string | undefined;
|
|
45182
45228
|
/** Date and time at which the credential was created. */
|
|
@@ -45276,7 +45322,7 @@ interface Routes {
|
|
|
45276
45322
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45277
45323
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45278
45324
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45279
|
-
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;
|
|
45280
45326
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45281
45327
|
external_type_display_name?: string | undefined;
|
|
45282
45328
|
/** Date and time at which the credential was created. */
|
|
@@ -45413,7 +45459,7 @@ interface Routes {
|
|
|
45413
45459
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45414
45460
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45415
45461
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45416
|
-
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;
|
|
45417
45463
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45418
45464
|
external_type_display_name?: string | undefined;
|
|
45419
45465
|
/** Date and time at which the credential was created. */
|
|
@@ -45513,7 +45559,7 @@ interface Routes {
|
|
|
45513
45559
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
45514
45560
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
45515
45561
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
45516
|
-
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;
|
|
45517
45563
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
45518
45564
|
external_type_display_name?: string | undefined;
|
|
45519
45565
|
/** Date and time at which the credential was created. */
|
|
@@ -46142,7 +46188,7 @@ interface Routes {
|
|
|
46142
46188
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
46143
46189
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
46144
46190
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
46145
|
-
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;
|
|
46146
46192
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
46147
46193
|
external_type_display_name?: string | undefined;
|
|
46148
46194
|
/** Date and time at which the credential was created. */
|
|
@@ -46695,6 +46741,10 @@ interface Routes {
|
|
|
46695
46741
|
created_at: string;
|
|
46696
46742
|
message: string;
|
|
46697
46743
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
46744
|
+
} | {
|
|
46745
|
+
created_at: string;
|
|
46746
|
+
message: string;
|
|
46747
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
46698
46748
|
}>;
|
|
46699
46749
|
/** Errors associated with the `acs_user`. */
|
|
46700
46750
|
errors: Array<{
|
|
@@ -46811,6 +46861,10 @@ interface Routes {
|
|
|
46811
46861
|
created_at: string;
|
|
46812
46862
|
message: string;
|
|
46813
46863
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
46864
|
+
} | {
|
|
46865
|
+
created_at: string;
|
|
46866
|
+
message: string;
|
|
46867
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
46814
46868
|
}>;
|
|
46815
46869
|
/** Errors associated with the `acs_user`. */
|
|
46816
46870
|
errors: Array<{
|
|
@@ -46922,6 +46976,10 @@ interface Routes {
|
|
|
46922
46976
|
created_at: string;
|
|
46923
46977
|
message: string;
|
|
46924
46978
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
46979
|
+
} | {
|
|
46980
|
+
created_at: string;
|
|
46981
|
+
message: string;
|
|
46982
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
46925
46983
|
}>;
|
|
46926
46984
|
/** Errors associated with the `acs_user`. */
|
|
46927
46985
|
errors: Array<{
|
|
@@ -47129,6 +47187,10 @@ interface Routes {
|
|
|
47129
47187
|
created_at: string;
|
|
47130
47188
|
message: string;
|
|
47131
47189
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
47190
|
+
} | {
|
|
47191
|
+
created_at: string;
|
|
47192
|
+
message: string;
|
|
47193
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
47132
47194
|
}>;
|
|
47133
47195
|
/** Errors associated with the `acs_user`. */
|
|
47134
47196
|
errors: Array<{
|
|
@@ -47235,6 +47297,10 @@ interface Routes {
|
|
|
47235
47297
|
created_at: string;
|
|
47236
47298
|
message: string;
|
|
47237
47299
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
47300
|
+
} | {
|
|
47301
|
+
created_at: string;
|
|
47302
|
+
message: string;
|
|
47303
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
47238
47304
|
}>;
|
|
47239
47305
|
/** Errors associated with the `acs_user`. */
|
|
47240
47306
|
errors: Array<{
|
|
@@ -47443,7 +47509,7 @@ interface Routes {
|
|
|
47443
47509
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47444
47510
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47445
47511
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47446
|
-
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;
|
|
47447
47513
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47448
47514
|
external_type_display_name?: string | undefined;
|
|
47449
47515
|
/** Date and time at which the credential was created. */
|
|
@@ -47543,7 +47609,7 @@ interface Routes {
|
|
|
47543
47609
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47544
47610
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47545
47611
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47546
|
-
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;
|
|
47547
47613
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47548
47614
|
external_type_display_name?: string | undefined;
|
|
47549
47615
|
/** Date and time at which the credential was created. */
|
|
@@ -47680,7 +47746,7 @@ interface Routes {
|
|
|
47680
47746
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47681
47747
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47682
47748
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47683
|
-
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;
|
|
47684
47750
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47685
47751
|
external_type_display_name?: string | undefined;
|
|
47686
47752
|
/** Date and time at which the credential was created. */
|
|
@@ -47780,7 +47846,7 @@ interface Routes {
|
|
|
47780
47846
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
47781
47847
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
47782
47848
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
47783
|
-
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;
|
|
47784
47850
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
47785
47851
|
external_type_display_name?: string | undefined;
|
|
47786
47852
|
/** Date and time at which the credential was created. */
|
|
@@ -48275,7 +48341,7 @@ interface Routes {
|
|
|
48275
48341
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48276
48342
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48277
48343
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48278
|
-
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;
|
|
48279
48345
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48280
48346
|
external_type_display_name?: string | undefined;
|
|
48281
48347
|
/** Date and time at which the credential was created. */
|
|
@@ -48375,7 +48441,7 @@ interface Routes {
|
|
|
48375
48441
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48376
48442
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48377
48443
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48378
|
-
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;
|
|
48379
48445
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48380
48446
|
external_type_display_name?: string | undefined;
|
|
48381
48447
|
/** Date and time at which the credential was created. */
|
|
@@ -48512,7 +48578,7 @@ interface Routes {
|
|
|
48512
48578
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48513
48579
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48514
48580
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48515
|
-
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;
|
|
48516
48582
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48517
48583
|
external_type_display_name?: string | undefined;
|
|
48518
48584
|
/** Date and time at which the credential was created. */
|
|
@@ -48612,7 +48678,7 @@ interface Routes {
|
|
|
48612
48678
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
48613
48679
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
48614
48680
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
48615
|
-
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;
|
|
48616
48682
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
48617
48683
|
external_type_display_name?: string | undefined;
|
|
48618
48684
|
/** Date and time at which the credential was created. */
|
|
@@ -55983,7 +56049,7 @@ interface Routes {
|
|
|
55983
56049
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
55984
56050
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
55985
56051
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
55986
|
-
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;
|
|
55987
56053
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
55988
56054
|
external_type_display_name?: string | undefined;
|
|
55989
56055
|
/** Date and time at which the credential was created. */
|
|
@@ -56083,7 +56149,7 @@ interface Routes {
|
|
|
56083
56149
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56084
56150
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56085
56151
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56086
|
-
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;
|
|
56087
56153
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56088
56154
|
external_type_display_name?: string | undefined;
|
|
56089
56155
|
/** Date and time at which the credential was created. */
|
|
@@ -56220,7 +56286,7 @@ interface Routes {
|
|
|
56220
56286
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56221
56287
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56222
56288
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56223
|
-
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;
|
|
56224
56290
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56225
56291
|
external_type_display_name?: string | undefined;
|
|
56226
56292
|
/** Date and time at which the credential was created. */
|
|
@@ -56320,7 +56386,7 @@ interface Routes {
|
|
|
56320
56386
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56321
56387
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56322
56388
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56323
|
-
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;
|
|
56324
56390
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56325
56391
|
external_type_display_name?: string | undefined;
|
|
56326
56392
|
/** Date and time at which the credential was created. */
|
|
@@ -56817,7 +56883,7 @@ interface Routes {
|
|
|
56817
56883
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56818
56884
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56819
56885
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56820
|
-
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;
|
|
56821
56887
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56822
56888
|
external_type_display_name?: string | undefined;
|
|
56823
56889
|
/** Date and time at which the credential was created. */
|
|
@@ -56917,7 +56983,7 @@ interface Routes {
|
|
|
56917
56983
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
56918
56984
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
56919
56985
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
56920
|
-
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;
|
|
56921
56987
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
56922
56988
|
external_type_display_name?: string | undefined;
|
|
56923
56989
|
/** Date and time at which the credential was created. */
|
|
@@ -57054,7 +57120,7 @@ interface Routes {
|
|
|
57054
57120
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
57055
57121
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
57056
57122
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57057
|
-
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;
|
|
57058
57124
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
57059
57125
|
external_type_display_name?: string | undefined;
|
|
57060
57126
|
/** Date and time at which the credential was created. */
|
|
@@ -57154,7 +57220,7 @@ interface Routes {
|
|
|
57154
57220
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
57155
57221
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
57156
57222
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
57157
|
-
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;
|
|
57158
57224
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
57159
57225
|
external_type_display_name?: string | undefined;
|
|
57160
57226
|
/** Date and time at which the credential was created. */
|
|
@@ -58890,7 +58956,7 @@ interface Routes {
|
|
|
58890
58956
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
58891
58957
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
58892
58958
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
58893
|
-
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;
|
|
58894
58960
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
58895
58961
|
external_type_display_name?: string | undefined;
|
|
58896
58962
|
/** Date and time at which the credential was created. */
|
|
@@ -58990,7 +59056,7 @@ interface Routes {
|
|
|
58990
59056
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
58991
59057
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
58992
59058
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
58993
|
-
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;
|
|
58994
59060
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
58995
59061
|
external_type_display_name?: string | undefined;
|
|
58996
59062
|
/** Date and time at which the credential was created. */
|
|
@@ -59127,7 +59193,7 @@ interface Routes {
|
|
|
59127
59193
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59128
59194
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59129
59195
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59130
|
-
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;
|
|
59131
59197
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59132
59198
|
external_type_display_name?: string | undefined;
|
|
59133
59199
|
/** Date and time at which the credential was created. */
|
|
@@ -59227,7 +59293,7 @@ interface Routes {
|
|
|
59227
59293
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59228
59294
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59229
59295
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59230
|
-
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;
|
|
59231
59297
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59232
59298
|
external_type_display_name?: string | undefined;
|
|
59233
59299
|
/** Date and time at which the credential was created. */
|
|
@@ -59735,7 +59801,7 @@ interface Routes {
|
|
|
59735
59801
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59736
59802
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59737
59803
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59738
|
-
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;
|
|
59739
59805
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59740
59806
|
external_type_display_name?: string | undefined;
|
|
59741
59807
|
/** Date and time at which the credential was created. */
|
|
@@ -59835,7 +59901,7 @@ interface Routes {
|
|
|
59835
59901
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59836
59902
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59837
59903
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59838
|
-
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;
|
|
59839
59905
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59840
59906
|
external_type_display_name?: string | undefined;
|
|
59841
59907
|
/** Date and time at which the credential was created. */
|
|
@@ -59972,7 +60038,7 @@ interface Routes {
|
|
|
59972
60038
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
59973
60039
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
59974
60040
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
59975
|
-
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;
|
|
59976
60042
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
59977
60043
|
external_type_display_name?: string | undefined;
|
|
59978
60044
|
/** Date and time at which the credential was created. */
|
|
@@ -60072,7 +60138,7 @@ interface Routes {
|
|
|
60072
60138
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60073
60139
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60074
60140
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60075
|
-
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;
|
|
60076
60142
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60077
60143
|
external_type_display_name?: string | undefined;
|
|
60078
60144
|
/** Date and time at which the credential was created. */
|
|
@@ -60619,7 +60685,7 @@ interface Routes {
|
|
|
60619
60685
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60620
60686
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60621
60687
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60622
|
-
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;
|
|
60623
60689
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60624
60690
|
external_type_display_name?: string | undefined;
|
|
60625
60691
|
/** Date and time at which the credential was created. */
|
|
@@ -60719,7 +60785,7 @@ interface Routes {
|
|
|
60719
60785
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60720
60786
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60721
60787
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60722
|
-
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;
|
|
60723
60789
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60724
60790
|
external_type_display_name?: string | undefined;
|
|
60725
60791
|
/** Date and time at which the credential was created. */
|
|
@@ -60856,7 +60922,7 @@ interface Routes {
|
|
|
60856
60922
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60857
60923
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60858
60924
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60859
|
-
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;
|
|
60860
60926
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60861
60927
|
external_type_display_name?: string | undefined;
|
|
60862
60928
|
/** Date and time at which the credential was created. */
|
|
@@ -60956,7 +61022,7 @@ interface Routes {
|
|
|
60956
61022
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
60957
61023
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
60958
61024
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
60959
|
-
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;
|
|
60960
61026
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
60961
61027
|
external_type_display_name?: string | undefined;
|
|
60962
61028
|
/** Date and time at which the credential was created. */
|
|
@@ -61760,7 +61826,7 @@ interface Routes {
|
|
|
61760
61826
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61761
61827
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61762
61828
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61763
|
-
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;
|
|
61764
61830
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61765
61831
|
external_type_display_name?: string | undefined;
|
|
61766
61832
|
/** Date and time at which the credential was created. */
|
|
@@ -61860,7 +61926,7 @@ interface Routes {
|
|
|
61860
61926
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61861
61927
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61862
61928
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
61863
|
-
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;
|
|
61864
61930
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
61865
61931
|
external_type_display_name?: string | undefined;
|
|
61866
61932
|
/** Date and time at which the credential was created. */
|
|
@@ -61997,7 +62063,7 @@ interface Routes {
|
|
|
61997
62063
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
61998
62064
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
61999
62065
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62000
|
-
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;
|
|
62001
62067
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62002
62068
|
external_type_display_name?: string | undefined;
|
|
62003
62069
|
/** Date and time at which the credential was created. */
|
|
@@ -62097,7 +62163,7 @@ interface Routes {
|
|
|
62097
62163
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62098
62164
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62099
62165
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62100
|
-
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;
|
|
62101
62167
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62102
62168
|
external_type_display_name?: string | undefined;
|
|
62103
62169
|
/** Date and time at which the credential was created. */
|
|
@@ -62600,7 +62666,7 @@ interface Routes {
|
|
|
62600
62666
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62601
62667
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62602
62668
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62603
|
-
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;
|
|
62604
62670
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62605
62671
|
external_type_display_name?: string | undefined;
|
|
62606
62672
|
/** Date and time at which the credential was created. */
|
|
@@ -62700,7 +62766,7 @@ interface Routes {
|
|
|
62700
62766
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62701
62767
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62702
62768
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62703
|
-
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;
|
|
62704
62770
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62705
62771
|
external_type_display_name?: string | undefined;
|
|
62706
62772
|
/** Date and time at which the credential was created. */
|
|
@@ -62837,7 +62903,7 @@ interface Routes {
|
|
|
62837
62903
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62838
62904
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62839
62905
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62840
|
-
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;
|
|
62841
62907
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62842
62908
|
external_type_display_name?: string | undefined;
|
|
62843
62909
|
/** Date and time at which the credential was created. */
|
|
@@ -62937,7 +63003,7 @@ interface Routes {
|
|
|
62937
63003
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
62938
63004
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
62939
63005
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
62940
|
-
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;
|
|
62941
63007
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
62942
63008
|
external_type_display_name?: string | undefined;
|
|
62943
63009
|
/** Date and time at which the credential was created. */
|
|
@@ -64082,7 +64148,7 @@ interface Routes {
|
|
|
64082
64148
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64083
64149
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64084
64150
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64085
|
-
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;
|
|
64086
64152
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64087
64153
|
external_type_display_name?: string | undefined;
|
|
64088
64154
|
/** Date and time at which the credential was created. */
|
|
@@ -64182,7 +64248,7 @@ interface Routes {
|
|
|
64182
64248
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64183
64249
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64184
64250
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64185
|
-
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;
|
|
64186
64252
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64187
64253
|
external_type_display_name?: string | undefined;
|
|
64188
64254
|
/** Date and time at which the credential was created. */
|
|
@@ -64319,7 +64385,7 @@ interface Routes {
|
|
|
64319
64385
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64320
64386
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64321
64387
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64322
|
-
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;
|
|
64323
64389
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64324
64390
|
external_type_display_name?: string | undefined;
|
|
64325
64391
|
/** Date and time at which the credential was created. */
|
|
@@ -64419,7 +64485,7 @@ interface Routes {
|
|
|
64419
64485
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64420
64486
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64421
64487
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64422
|
-
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;
|
|
64423
64489
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64424
64490
|
external_type_display_name?: string | undefined;
|
|
64425
64491
|
/** Date and time at which the credential was created. */
|
|
@@ -64926,7 +64992,7 @@ interface Routes {
|
|
|
64926
64992
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
64927
64993
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
64928
64994
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
64929
|
-
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;
|
|
64930
64996
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
64931
64997
|
external_type_display_name?: string | undefined;
|
|
64932
64998
|
/** Date and time at which the credential was created. */
|
|
@@ -65026,7 +65092,7 @@ interface Routes {
|
|
|
65026
65092
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65027
65093
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65028
65094
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65029
|
-
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;
|
|
65030
65096
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65031
65097
|
external_type_display_name?: string | undefined;
|
|
65032
65098
|
/** Date and time at which the credential was created. */
|
|
@@ -65163,7 +65229,7 @@ interface Routes {
|
|
|
65163
65229
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65164
65230
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65165
65231
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65166
|
-
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;
|
|
65167
65233
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65168
65234
|
external_type_display_name?: string | undefined;
|
|
65169
65235
|
/** Date and time at which the credential was created. */
|
|
@@ -65263,7 +65329,7 @@ interface Routes {
|
|
|
65263
65329
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
65264
65330
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
65265
65331
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
65266
|
-
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;
|
|
65267
65333
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
65268
65334
|
external_type_display_name?: string | undefined;
|
|
65269
65335
|
/** Date and time at which the credential was created. */
|
|
@@ -66961,7 +67027,7 @@ interface Routes {
|
|
|
66961
67027
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
66962
67028
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
66963
67029
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
66964
|
-
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;
|
|
66965
67031
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
66966
67032
|
external_type_display_name?: string | undefined;
|
|
66967
67033
|
/** Date and time at which the credential was created. */
|
|
@@ -67061,7 +67127,7 @@ interface Routes {
|
|
|
67061
67127
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67062
67128
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67063
67129
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67064
|
-
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;
|
|
67065
67131
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67066
67132
|
external_type_display_name?: string | undefined;
|
|
67067
67133
|
/** Date and time at which the credential was created. */
|
|
@@ -67198,7 +67264,7 @@ interface Routes {
|
|
|
67198
67264
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67199
67265
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67200
67266
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67201
|
-
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;
|
|
67202
67268
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67203
67269
|
external_type_display_name?: string | undefined;
|
|
67204
67270
|
/** Date and time at which the credential was created. */
|
|
@@ -67298,7 +67364,7 @@ interface Routes {
|
|
|
67298
67364
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67299
67365
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67300
67366
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67301
|
-
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;
|
|
67302
67368
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67303
67369
|
external_type_display_name?: string | undefined;
|
|
67304
67370
|
/** Date and time at which the credential was created. */
|
|
@@ -67981,7 +68047,7 @@ interface Routes {
|
|
|
67981
68047
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
67982
68048
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
67983
68049
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
67984
|
-
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;
|
|
67985
68051
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
67986
68052
|
external_type_display_name?: string | undefined;
|
|
67987
68053
|
/** Date and time at which the credential was created. */
|
|
@@ -68081,7 +68147,7 @@ interface Routes {
|
|
|
68081
68147
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68082
68148
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68083
68149
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68084
|
-
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;
|
|
68085
68151
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68086
68152
|
external_type_display_name?: string | undefined;
|
|
68087
68153
|
/** Date and time at which the credential was created. */
|
|
@@ -68218,7 +68284,7 @@ interface Routes {
|
|
|
68218
68284
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68219
68285
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68220
68286
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68221
|
-
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;
|
|
68222
68288
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68223
68289
|
external_type_display_name?: string | undefined;
|
|
68224
68290
|
/** Date and time at which the credential was created. */
|
|
@@ -68318,7 +68384,7 @@ interface Routes {
|
|
|
68318
68384
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68319
68385
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68320
68386
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68321
|
-
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;
|
|
68322
68388
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68323
68389
|
external_type_display_name?: string | undefined;
|
|
68324
68390
|
/** Date and time at which the credential was created. */
|
|
@@ -68844,7 +68910,7 @@ interface Routes {
|
|
|
68844
68910
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68845
68911
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68846
68912
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68847
|
-
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;
|
|
68848
68914
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68849
68915
|
external_type_display_name?: string | undefined;
|
|
68850
68916
|
/** Date and time at which the credential was created. */
|
|
@@ -68944,7 +69010,7 @@ interface Routes {
|
|
|
68944
69010
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
68945
69011
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
68946
69012
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
68947
|
-
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;
|
|
68948
69014
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
68949
69015
|
external_type_display_name?: string | undefined;
|
|
68950
69016
|
/** Date and time at which the credential was created. */
|
|
@@ -69081,7 +69147,7 @@ interface Routes {
|
|
|
69081
69147
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69082
69148
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69083
69149
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69084
|
-
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;
|
|
69085
69151
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69086
69152
|
external_type_display_name?: string | undefined;
|
|
69087
69153
|
/** Date and time at which the credential was created. */
|
|
@@ -69181,7 +69247,7 @@ interface Routes {
|
|
|
69181
69247
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
69182
69248
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
69183
69249
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
69184
|
-
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;
|
|
69185
69251
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
69186
69252
|
external_type_display_name?: string | undefined;
|
|
69187
69253
|
/** Date and time at which the credential was created. */
|
|
@@ -71194,6 +71260,10 @@ interface Routes {
|
|
|
71194
71260
|
created_at: string;
|
|
71195
71261
|
message: string;
|
|
71196
71262
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
71263
|
+
} | {
|
|
71264
|
+
created_at: string;
|
|
71265
|
+
message: string;
|
|
71266
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
71197
71267
|
}>;
|
|
71198
71268
|
/** Errors associated with the `acs_user`. */
|
|
71199
71269
|
errors: Array<{
|
|
@@ -71555,7 +71625,7 @@ interface Routes {
|
|
|
71555
71625
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
71556
71626
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
71557
71627
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71558
|
-
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;
|
|
71559
71629
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
71560
71630
|
external_type_display_name?: string | undefined;
|
|
71561
71631
|
/** Date and time at which the credential was created. */
|
|
@@ -71655,7 +71725,7 @@ interface Routes {
|
|
|
71655
71725
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
71656
71726
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
71657
71727
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71658
|
-
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;
|
|
71659
71729
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
71660
71730
|
external_type_display_name?: string | undefined;
|
|
71661
71731
|
/** Date and time at which the credential was created. */
|
|
@@ -71792,7 +71862,7 @@ interface Routes {
|
|
|
71792
71862
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
71793
71863
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
71794
71864
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71795
|
-
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;
|
|
71796
71866
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
71797
71867
|
external_type_display_name?: string | undefined;
|
|
71798
71868
|
/** Date and time at which the credential was created. */
|
|
@@ -71892,7 +71962,7 @@ interface Routes {
|
|
|
71892
71962
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
71893
71963
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
71894
71964
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
71895
|
-
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;
|
|
71896
71966
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
71897
71967
|
external_type_display_name?: string | undefined;
|
|
71898
71968
|
/** Date and time at which the credential was created. */
|