@seamapi/types 1.388.0 → 1.389.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 +14 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +136 -136
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/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 +6 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +106 -106
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +6 -0
- package/src/lib/seam/connect/route-types.ts +106 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const acs_credential_external_type: z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>;
|
|
2
|
+
export declare const acs_credential_external_type: z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>;
|
|
3
3
|
export declare const acs_credential_access_method_type: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4
4
|
export type AcsCredentialExternalType = z.infer<typeof acs_credential_external_type>;
|
|
5
5
|
export declare const unknown_issue_with_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -178,7 +178,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
178
178
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
179
179
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
180
180
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
181
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
181
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
182
182
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
183
183
|
created_at: z.ZodString;
|
|
184
184
|
workspace_id: z.ZodString;
|
|
@@ -384,7 +384,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
384
384
|
} | undefined;
|
|
385
385
|
is_one_time_use?: boolean | undefined;
|
|
386
386
|
issued_at?: string | null | undefined;
|
|
387
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
387
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
388
388
|
external_type_display_name?: string | undefined;
|
|
389
389
|
acs_user_id?: string | undefined;
|
|
390
390
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -453,7 +453,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
453
453
|
} | undefined;
|
|
454
454
|
is_one_time_use?: boolean | undefined;
|
|
455
455
|
issued_at?: string | null | undefined;
|
|
456
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
456
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
457
457
|
external_type_display_name?: string | undefined;
|
|
458
458
|
acs_user_id?: string | undefined;
|
|
459
459
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -477,7 +477,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
477
477
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
478
478
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
479
479
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
480
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
480
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
481
481
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
482
482
|
created_at: z.ZodString;
|
|
483
483
|
workspace_id: z.ZodString;
|
|
@@ -683,7 +683,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
683
683
|
} | undefined;
|
|
684
684
|
is_one_time_use?: boolean | undefined;
|
|
685
685
|
issued_at?: string | null | undefined;
|
|
686
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
686
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
687
687
|
external_type_display_name?: string | undefined;
|
|
688
688
|
acs_user_id?: string | undefined;
|
|
689
689
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -752,7 +752,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
752
752
|
} | undefined;
|
|
753
753
|
is_one_time_use?: boolean | undefined;
|
|
754
754
|
issued_at?: string | null | undefined;
|
|
755
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
755
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
756
756
|
external_type_display_name?: string | undefined;
|
|
757
757
|
acs_user_id?: string | undefined;
|
|
758
758
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,kCAAkC,EAClC,8BAA8B,GAC/B,MAAM,qBAAqB,CAAA;AAE5B,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;IACjB,qBAAqB;IACrB,uBAAuB;IACvB,iBAAiB;
|
|
1
|
+
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
|
|
@@ -285,7 +285,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
285
285
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
286
286
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
287
287
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
288
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
288
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
289
289
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
290
290
|
created_at: z.ZodString;
|
|
291
291
|
workspace_id: z.ZodString;
|
|
@@ -491,7 +491,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
491
491
|
} | undefined;
|
|
492
492
|
is_one_time_use?: boolean | undefined;
|
|
493
493
|
issued_at?: string | null | undefined;
|
|
494
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
494
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
495
495
|
external_type_display_name?: string | undefined;
|
|
496
496
|
acs_user_id?: string | undefined;
|
|
497
497
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -560,7 +560,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
560
560
|
} | undefined;
|
|
561
561
|
is_one_time_use?: boolean | undefined;
|
|
562
562
|
issued_at?: string | null | undefined;
|
|
563
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
563
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
564
564
|
external_type_display_name?: string | undefined;
|
|
565
565
|
acs_user_id?: string | undefined;
|
|
566
566
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -583,7 +583,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
583
583
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
584
584
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
585
585
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
586
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
586
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
587
587
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
588
588
|
created_at: z.ZodString;
|
|
589
589
|
workspace_id: z.ZodString;
|
|
@@ -789,7 +789,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
789
789
|
} | undefined;
|
|
790
790
|
is_one_time_use?: boolean | undefined;
|
|
791
791
|
issued_at?: string | null | undefined;
|
|
792
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
792
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
793
793
|
external_type_display_name?: string | undefined;
|
|
794
794
|
acs_user_id?: string | undefined;
|
|
795
795
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -858,7 +858,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
858
858
|
} | undefined;
|
|
859
859
|
is_one_time_use?: boolean | undefined;
|
|
860
860
|
issued_at?: string | null | undefined;
|
|
861
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
861
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
862
862
|
external_type_display_name?: string | undefined;
|
|
863
863
|
acs_user_id?: string | undefined;
|
|
864
864
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -964,7 +964,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
964
964
|
} | undefined;
|
|
965
965
|
is_one_time_use?: boolean | undefined;
|
|
966
966
|
issued_at?: string | null | undefined;
|
|
967
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
967
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
968
968
|
external_type_display_name?: string | undefined;
|
|
969
969
|
acs_user_id?: string | undefined;
|
|
970
970
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1033,7 +1033,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1033
1033
|
} | undefined;
|
|
1034
1034
|
is_one_time_use?: boolean | undefined;
|
|
1035
1035
|
issued_at?: string | null | undefined;
|
|
1036
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1036
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1037
1037
|
external_type_display_name?: string | undefined;
|
|
1038
1038
|
acs_user_id?: string | undefined;
|
|
1039
1039
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1129,7 +1129,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1129
1129
|
} | undefined;
|
|
1130
1130
|
is_one_time_use?: boolean | undefined;
|
|
1131
1131
|
issued_at?: string | null | undefined;
|
|
1132
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1132
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1133
1133
|
external_type_display_name?: string | undefined;
|
|
1134
1134
|
acs_user_id?: string | undefined;
|
|
1135
1135
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1198,7 +1198,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1198
1198
|
} | undefined;
|
|
1199
1199
|
is_one_time_use?: boolean | undefined;
|
|
1200
1200
|
issued_at?: string | null | undefined;
|
|
1201
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1201
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1202
1202
|
external_type_display_name?: string | undefined;
|
|
1203
1203
|
acs_user_id?: string | undefined;
|
|
1204
1204
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1299,7 +1299,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1299
1299
|
} | undefined;
|
|
1300
1300
|
is_one_time_use?: boolean | undefined;
|
|
1301
1301
|
issued_at?: string | null | undefined;
|
|
1302
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1302
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1303
1303
|
external_type_display_name?: string | undefined;
|
|
1304
1304
|
acs_user_id?: string | undefined;
|
|
1305
1305
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1368,7 +1368,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
is_one_time_use?: boolean | undefined;
|
|
1370
1370
|
issued_at?: string | null | undefined;
|
|
1371
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1371
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1372
1372
|
external_type_display_name?: string | undefined;
|
|
1373
1373
|
acs_user_id?: string | undefined;
|
|
1374
1374
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1470,7 +1470,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1470
1470
|
} | undefined;
|
|
1471
1471
|
is_one_time_use?: boolean | undefined;
|
|
1472
1472
|
issued_at?: string | null | undefined;
|
|
1473
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1473
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1474
1474
|
external_type_display_name?: string | undefined;
|
|
1475
1475
|
acs_user_id?: string | undefined;
|
|
1476
1476
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1539,7 +1539,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1539
1539
|
} | undefined;
|
|
1540
1540
|
is_one_time_use?: boolean | undefined;
|
|
1541
1541
|
issued_at?: string | null | undefined;
|
|
1542
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1542
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1543
1543
|
external_type_display_name?: string | undefined;
|
|
1544
1544
|
acs_user_id?: string | undefined;
|
|
1545
1545
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1843,7 +1843,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1843
1843
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
1844
1844
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1845
1845
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
1846
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
1846
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
1847
1847
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1848
1848
|
created_at: z.ZodString;
|
|
1849
1849
|
workspace_id: z.ZodString;
|
|
@@ -2049,7 +2049,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2049
2049
|
} | undefined;
|
|
2050
2050
|
is_one_time_use?: boolean | undefined;
|
|
2051
2051
|
issued_at?: string | null | undefined;
|
|
2052
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2052
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2053
2053
|
external_type_display_name?: string | undefined;
|
|
2054
2054
|
acs_user_id?: string | undefined;
|
|
2055
2055
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2118,7 +2118,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2118
2118
|
} | undefined;
|
|
2119
2119
|
is_one_time_use?: boolean | undefined;
|
|
2120
2120
|
issued_at?: string | null | undefined;
|
|
2121
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2121
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2122
2122
|
external_type_display_name?: string | undefined;
|
|
2123
2123
|
acs_user_id?: string | undefined;
|
|
2124
2124
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2141,7 +2141,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2141
2141
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
2142
2142
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2143
2143
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
2144
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
2144
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
2145
2145
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
2146
2146
|
created_at: z.ZodString;
|
|
2147
2147
|
workspace_id: z.ZodString;
|
|
@@ -2347,7 +2347,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2347
2347
|
} | undefined;
|
|
2348
2348
|
is_one_time_use?: boolean | undefined;
|
|
2349
2349
|
issued_at?: string | null | undefined;
|
|
2350
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2350
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2351
2351
|
external_type_display_name?: string | undefined;
|
|
2352
2352
|
acs_user_id?: string | undefined;
|
|
2353
2353
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2416,7 +2416,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2416
2416
|
} | undefined;
|
|
2417
2417
|
is_one_time_use?: boolean | undefined;
|
|
2418
2418
|
issued_at?: string | null | undefined;
|
|
2419
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2419
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2420
2420
|
external_type_display_name?: string | undefined;
|
|
2421
2421
|
acs_user_id?: string | undefined;
|
|
2422
2422
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2490,7 +2490,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2490
2490
|
} | undefined;
|
|
2491
2491
|
is_one_time_use?: boolean | undefined;
|
|
2492
2492
|
issued_at?: string | null | undefined;
|
|
2493
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2493
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2494
2494
|
external_type_display_name?: string | undefined;
|
|
2495
2495
|
acs_user_id?: string | undefined;
|
|
2496
2496
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2559,7 +2559,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2559
2559
|
} | undefined;
|
|
2560
2560
|
is_one_time_use?: boolean | undefined;
|
|
2561
2561
|
issued_at?: string | null | undefined;
|
|
2562
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2562
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2563
2563
|
external_type_display_name?: string | undefined;
|
|
2564
2564
|
acs_user_id?: string | undefined;
|
|
2565
2565
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2634,7 +2634,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2634
2634
|
} | undefined;
|
|
2635
2635
|
is_one_time_use?: boolean | undefined;
|
|
2636
2636
|
issued_at?: string | null | undefined;
|
|
2637
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2637
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2638
2638
|
external_type_display_name?: string | undefined;
|
|
2639
2639
|
acs_user_id?: string | undefined;
|
|
2640
2640
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2703,7 +2703,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2703
2703
|
} | undefined;
|
|
2704
2704
|
is_one_time_use?: boolean | undefined;
|
|
2705
2705
|
issued_at?: string | null | undefined;
|
|
2706
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2706
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2707
2707
|
external_type_display_name?: string | undefined;
|
|
2708
2708
|
acs_user_id?: string | undefined;
|
|
2709
2709
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -41,7 +41,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
41
41
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
42
42
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
43
43
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
44
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
44
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
45
45
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
46
46
|
created_at: z.ZodString;
|
|
47
47
|
workspace_id: z.ZodString;
|
|
@@ -247,7 +247,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
247
247
|
} | undefined;
|
|
248
248
|
is_one_time_use?: boolean | undefined;
|
|
249
249
|
issued_at?: string | null | undefined;
|
|
250
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
250
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
251
251
|
external_type_display_name?: string | undefined;
|
|
252
252
|
acs_user_id?: string | undefined;
|
|
253
253
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -316,7 +316,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
316
316
|
} | undefined;
|
|
317
317
|
is_one_time_use?: boolean | undefined;
|
|
318
318
|
issued_at?: string | null | undefined;
|
|
319
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
319
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
320
320
|
external_type_display_name?: string | undefined;
|
|
321
321
|
acs_user_id?: string | undefined;
|
|
322
322
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -339,7 +339,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
339
339
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
340
340
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
341
341
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
342
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
342
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
343
343
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
344
344
|
created_at: z.ZodString;
|
|
345
345
|
workspace_id: z.ZodString;
|
|
@@ -545,7 +545,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
545
545
|
} | undefined;
|
|
546
546
|
is_one_time_use?: boolean | undefined;
|
|
547
547
|
issued_at?: string | null | undefined;
|
|
548
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
548
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
549
549
|
external_type_display_name?: string | undefined;
|
|
550
550
|
acs_user_id?: string | undefined;
|
|
551
551
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -614,7 +614,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
614
614
|
} | undefined;
|
|
615
615
|
is_one_time_use?: boolean | undefined;
|
|
616
616
|
issued_at?: string | null | undefined;
|
|
617
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
617
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
618
618
|
external_type_display_name?: string | undefined;
|
|
619
619
|
acs_user_id?: string | undefined;
|
|
620
620
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -688,7 +688,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
688
688
|
} | undefined;
|
|
689
689
|
is_one_time_use?: boolean | undefined;
|
|
690
690
|
issued_at?: string | null | undefined;
|
|
691
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
691
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
692
692
|
external_type_display_name?: string | undefined;
|
|
693
693
|
acs_user_id?: string | undefined;
|
|
694
694
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -757,7 +757,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
757
757
|
} | undefined;
|
|
758
758
|
is_one_time_use?: boolean | undefined;
|
|
759
759
|
issued_at?: string | null | undefined;
|
|
760
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
760
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
761
761
|
external_type_display_name?: string | undefined;
|
|
762
762
|
acs_user_id?: string | undefined;
|
|
763
763
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -832,7 +832,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
832
832
|
} | undefined;
|
|
833
833
|
is_one_time_use?: boolean | undefined;
|
|
834
834
|
issued_at?: string | null | undefined;
|
|
835
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
835
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
836
836
|
external_type_display_name?: string | undefined;
|
|
837
837
|
acs_user_id?: string | undefined;
|
|
838
838
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -901,7 +901,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
901
901
|
} | undefined;
|
|
902
902
|
is_one_time_use?: boolean | undefined;
|
|
903
903
|
issued_at?: string | null | undefined;
|
|
904
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
904
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
905
905
|
external_type_display_name?: string | undefined;
|
|
906
906
|
acs_user_id?: string | undefined;
|
|
907
907
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -129,7 +129,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
129
129
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
130
130
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
131
131
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
132
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
132
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
133
133
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
134
134
|
created_at: z.ZodString;
|
|
135
135
|
workspace_id: z.ZodString;
|
|
@@ -335,7 +335,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
335
335
|
} | undefined;
|
|
336
336
|
is_one_time_use?: boolean | undefined;
|
|
337
337
|
issued_at?: string | null | undefined;
|
|
338
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
338
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
339
339
|
external_type_display_name?: string | undefined;
|
|
340
340
|
acs_user_id?: string | undefined;
|
|
341
341
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -404,7 +404,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
404
404
|
} | undefined;
|
|
405
405
|
is_one_time_use?: boolean | undefined;
|
|
406
406
|
issued_at?: string | null | undefined;
|
|
407
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
407
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
408
408
|
external_type_display_name?: string | undefined;
|
|
409
409
|
acs_user_id?: string | undefined;
|
|
410
410
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -427,7 +427,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
427
427
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
428
428
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
429
429
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
430
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
430
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
431
431
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
432
432
|
created_at: z.ZodString;
|
|
433
433
|
workspace_id: z.ZodString;
|
|
@@ -633,7 +633,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
633
633
|
} | undefined;
|
|
634
634
|
is_one_time_use?: boolean | undefined;
|
|
635
635
|
issued_at?: string | null | undefined;
|
|
636
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
636
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
637
637
|
external_type_display_name?: string | undefined;
|
|
638
638
|
acs_user_id?: string | undefined;
|
|
639
639
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -702,7 +702,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
702
702
|
} | undefined;
|
|
703
703
|
is_one_time_use?: boolean | undefined;
|
|
704
704
|
issued_at?: string | null | undefined;
|
|
705
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
705
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
706
706
|
external_type_display_name?: string | undefined;
|
|
707
707
|
acs_user_id?: string | undefined;
|
|
708
708
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -808,7 +808,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
808
808
|
} | undefined;
|
|
809
809
|
is_one_time_use?: boolean | undefined;
|
|
810
810
|
issued_at?: string | null | undefined;
|
|
811
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
811
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
812
812
|
external_type_display_name?: string | undefined;
|
|
813
813
|
acs_user_id?: string | undefined;
|
|
814
814
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -877,7 +877,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
877
877
|
} | undefined;
|
|
878
878
|
is_one_time_use?: boolean | undefined;
|
|
879
879
|
issued_at?: string | null | undefined;
|
|
880
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
880
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
881
881
|
external_type_display_name?: string | undefined;
|
|
882
882
|
acs_user_id?: string | undefined;
|
|
883
883
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -973,7 +973,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
973
973
|
} | undefined;
|
|
974
974
|
is_one_time_use?: boolean | undefined;
|
|
975
975
|
issued_at?: string | null | undefined;
|
|
976
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
976
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
977
977
|
external_type_display_name?: string | undefined;
|
|
978
978
|
acs_user_id?: string | undefined;
|
|
979
979
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1042,7 +1042,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1042
1042
|
} | undefined;
|
|
1043
1043
|
is_one_time_use?: boolean | undefined;
|
|
1044
1044
|
issued_at?: string | null | undefined;
|
|
1045
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1045
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1046
1046
|
external_type_display_name?: string | undefined;
|
|
1047
1047
|
acs_user_id?: string | undefined;
|
|
1048
1048
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1143,7 +1143,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1143
1143
|
} | undefined;
|
|
1144
1144
|
is_one_time_use?: boolean | undefined;
|
|
1145
1145
|
issued_at?: string | null | undefined;
|
|
1146
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1146
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1147
1147
|
external_type_display_name?: string | undefined;
|
|
1148
1148
|
acs_user_id?: string | undefined;
|
|
1149
1149
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1212,7 +1212,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1212
1212
|
} | undefined;
|
|
1213
1213
|
is_one_time_use?: boolean | undefined;
|
|
1214
1214
|
issued_at?: string | null | undefined;
|
|
1215
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1215
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1216
1216
|
external_type_display_name?: string | undefined;
|
|
1217
1217
|
acs_user_id?: string | undefined;
|
|
1218
1218
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1314,7 +1314,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1314
1314
|
} | undefined;
|
|
1315
1315
|
is_one_time_use?: boolean | undefined;
|
|
1316
1316
|
issued_at?: string | null | undefined;
|
|
1317
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1317
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1318
1318
|
external_type_display_name?: string | undefined;
|
|
1319
1319
|
acs_user_id?: string | undefined;
|
|
1320
1320
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1383,7 +1383,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1383
1383
|
} | undefined;
|
|
1384
1384
|
is_one_time_use?: boolean | undefined;
|
|
1385
1385
|
issued_at?: string | null | undefined;
|
|
1386
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1386
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1387
1387
|
external_type_display_name?: string | undefined;
|
|
1388
1388
|
acs_user_id?: string | undefined;
|
|
1389
1389
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1512,6 +1512,7 @@ export default {
|
|
|
1512
1512
|
'salto_ks_credential',
|
|
1513
1513
|
'assa_abloy_vostio_key',
|
|
1514
1514
|
'salto_space_key',
|
|
1515
|
+
'latch_access',
|
|
1515
1516
|
],
|
|
1516
1517
|
type: 'string',
|
|
1517
1518
|
},
|
|
@@ -3356,6 +3357,7 @@ export default {
|
|
|
3356
3357
|
'salto_ks_credential',
|
|
3357
3358
|
'assa_abloy_vostio_key',
|
|
3358
3359
|
'salto_space_key',
|
|
3360
|
+
'latch_access',
|
|
3359
3361
|
],
|
|
3360
3362
|
type: 'string',
|
|
3361
3363
|
},
|
|
@@ -3701,6 +3703,7 @@ export default {
|
|
|
3701
3703
|
'salto_ks_credential',
|
|
3702
3704
|
'assa_abloy_vostio_key',
|
|
3703
3705
|
'salto_space_key',
|
|
3706
|
+
'latch_access',
|
|
3704
3707
|
],
|
|
3705
3708
|
type: 'string',
|
|
3706
3709
|
},
|
|
@@ -4415,6 +4418,7 @@ export default {
|
|
|
4415
4418
|
'salto_ks_credential',
|
|
4416
4419
|
'assa_abloy_vostio_key',
|
|
4417
4420
|
'salto_space_key',
|
|
4421
|
+
'latch_access',
|
|
4418
4422
|
],
|
|
4419
4423
|
type: 'string',
|
|
4420
4424
|
},
|
|
@@ -4758,6 +4762,7 @@ export default {
|
|
|
4758
4762
|
'salto_ks_credential',
|
|
4759
4763
|
'assa_abloy_vostio_key',
|
|
4760
4764
|
'salto_space_key',
|
|
4765
|
+
'latch_access',
|
|
4761
4766
|
],
|
|
4762
4767
|
type: 'string',
|
|
4763
4768
|
},
|
|
@@ -15213,6 +15218,7 @@ export default {
|
|
|
15213
15218
|
'salto_ks_credential',
|
|
15214
15219
|
'assa_abloy_vostio_key',
|
|
15215
15220
|
'salto_space_key',
|
|
15221
|
+
'latch_access',
|
|
15216
15222
|
],
|
|
15217
15223
|
type: 'string',
|
|
15218
15224
|
},
|