@seamapi/types 1.430.0 → 1.431.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 +38 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +297 -0
- package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-credential.js +5 -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 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -0
- package/lib/seam/connect/openapi.d.ts +35 -0
- package/lib/seam/connect/openapi.js +35 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +232 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +42 -0
- package/src/lib/seam/connect/route-types.ts +232 -0
|
@@ -168,6 +168,7 @@ export type AcsCredentialWarningMap = z.infer<typeof acs_credential_warning_map>
|
|
|
168
168
|
export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
169
169
|
acs_credential_id: z.ZodString;
|
|
170
170
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
171
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
171
172
|
connected_account_id: z.ZodString;
|
|
172
173
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
173
174
|
acs_system_id: z.ZodString;
|
|
@@ -389,6 +390,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
389
390
|
door_names?: string[] | undefined;
|
|
390
391
|
} | undefined;
|
|
391
392
|
is_one_time_use?: boolean | undefined;
|
|
393
|
+
user_identity_id?: string | undefined;
|
|
392
394
|
issued_at?: string | null | undefined;
|
|
393
395
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
394
396
|
external_type_display_name?: string | undefined;
|
|
@@ -460,6 +462,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
460
462
|
door_names?: string[] | undefined;
|
|
461
463
|
} | undefined;
|
|
462
464
|
is_one_time_use?: boolean | undefined;
|
|
465
|
+
user_identity_id?: string | undefined;
|
|
463
466
|
issued_at?: string | null | undefined;
|
|
464
467
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
465
468
|
external_type_display_name?: string | undefined;
|
|
@@ -475,6 +478,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
475
478
|
export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
476
479
|
acs_credential_id: z.ZodString;
|
|
477
480
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
481
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
478
482
|
connected_account_id: z.ZodString;
|
|
479
483
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
480
484
|
acs_system_id: z.ZodString;
|
|
@@ -696,6 +700,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
696
700
|
door_names?: string[] | undefined;
|
|
697
701
|
} | undefined;
|
|
698
702
|
is_one_time_use?: boolean | undefined;
|
|
703
|
+
user_identity_id?: string | undefined;
|
|
699
704
|
issued_at?: string | null | undefined;
|
|
700
705
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
701
706
|
external_type_display_name?: string | undefined;
|
|
@@ -767,6 +772,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
767
772
|
door_names?: string[] | undefined;
|
|
768
773
|
} | undefined;
|
|
769
774
|
is_one_time_use?: boolean | undefined;
|
|
775
|
+
user_identity_id?: string | undefined;
|
|
770
776
|
issued_at?: string | null | undefined;
|
|
771
777
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
772
778
|
external_type_display_name?: string | undefined;
|
|
@@ -98,6 +98,11 @@ const common_acs_credential = z.object({
|
|
|
98
98
|
.uuid()
|
|
99
99
|
.optional()
|
|
100
100
|
.describe('ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.'),
|
|
101
|
+
user_identity_id: z
|
|
102
|
+
.string()
|
|
103
|
+
.uuid()
|
|
104
|
+
.optional()
|
|
105
|
+
.describe('ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs.'),
|
|
101
106
|
connected_account_id: z
|
|
102
107
|
.string()
|
|
103
108
|
.uuid()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
|
|
@@ -275,6 +275,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
275
275
|
acs_credential_on_seam: z.ZodNullable<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
276
276
|
acs_credential_id: z.ZodString;
|
|
277
277
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
278
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
278
279
|
connected_account_id: z.ZodString;
|
|
279
280
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
280
281
|
acs_system_id: z.ZodString;
|
|
@@ -496,6 +497,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
496
497
|
door_names?: string[] | undefined;
|
|
497
498
|
} | undefined;
|
|
498
499
|
is_one_time_use?: boolean | undefined;
|
|
500
|
+
user_identity_id?: string | undefined;
|
|
499
501
|
issued_at?: string | null | undefined;
|
|
500
502
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
501
503
|
external_type_display_name?: string | undefined;
|
|
@@ -567,6 +569,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
567
569
|
door_names?: string[] | undefined;
|
|
568
570
|
} | undefined;
|
|
569
571
|
is_one_time_use?: boolean | undefined;
|
|
572
|
+
user_identity_id?: string | undefined;
|
|
570
573
|
issued_at?: string | null | undefined;
|
|
571
574
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
572
575
|
external_type_display_name?: string | undefined;
|
|
@@ -581,6 +584,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
581
584
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
582
585
|
acs_credential_id: z.ZodString;
|
|
583
586
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
587
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
584
588
|
connected_account_id: z.ZodString;
|
|
585
589
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
586
590
|
acs_system_id: z.ZodString;
|
|
@@ -802,6 +806,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
802
806
|
door_names?: string[] | undefined;
|
|
803
807
|
} | undefined;
|
|
804
808
|
is_one_time_use?: boolean | undefined;
|
|
809
|
+
user_identity_id?: string | undefined;
|
|
805
810
|
issued_at?: string | null | undefined;
|
|
806
811
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
807
812
|
external_type_display_name?: string | undefined;
|
|
@@ -873,6 +878,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
873
878
|
door_names?: string[] | undefined;
|
|
874
879
|
} | undefined;
|
|
875
880
|
is_one_time_use?: boolean | undefined;
|
|
881
|
+
user_identity_id?: string | undefined;
|
|
876
882
|
issued_at?: string | null | undefined;
|
|
877
883
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
878
884
|
external_type_display_name?: string | undefined;
|
|
@@ -981,6 +987,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
981
987
|
door_names?: string[] | undefined;
|
|
982
988
|
} | undefined;
|
|
983
989
|
is_one_time_use?: boolean | undefined;
|
|
990
|
+
user_identity_id?: string | undefined;
|
|
984
991
|
issued_at?: string | null | undefined;
|
|
985
992
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
986
993
|
external_type_display_name?: string | undefined;
|
|
@@ -1052,6 +1059,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1052
1059
|
door_names?: string[] | undefined;
|
|
1053
1060
|
} | undefined;
|
|
1054
1061
|
is_one_time_use?: boolean | undefined;
|
|
1062
|
+
user_identity_id?: string | undefined;
|
|
1055
1063
|
issued_at?: string | null | undefined;
|
|
1056
1064
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1057
1065
|
external_type_display_name?: string | undefined;
|
|
@@ -1150,6 +1158,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1150
1158
|
door_names?: string[] | undefined;
|
|
1151
1159
|
} | undefined;
|
|
1152
1160
|
is_one_time_use?: boolean | undefined;
|
|
1161
|
+
user_identity_id?: string | undefined;
|
|
1153
1162
|
issued_at?: string | null | undefined;
|
|
1154
1163
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1155
1164
|
external_type_display_name?: string | undefined;
|
|
@@ -1221,6 +1230,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1221
1230
|
door_names?: string[] | undefined;
|
|
1222
1231
|
} | undefined;
|
|
1223
1232
|
is_one_time_use?: boolean | undefined;
|
|
1233
|
+
user_identity_id?: string | undefined;
|
|
1224
1234
|
issued_at?: string | null | undefined;
|
|
1225
1235
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1226
1236
|
external_type_display_name?: string | undefined;
|
|
@@ -1324,6 +1334,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1324
1334
|
door_names?: string[] | undefined;
|
|
1325
1335
|
} | undefined;
|
|
1326
1336
|
is_one_time_use?: boolean | undefined;
|
|
1337
|
+
user_identity_id?: string | undefined;
|
|
1327
1338
|
issued_at?: string | null | undefined;
|
|
1328
1339
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1329
1340
|
external_type_display_name?: string | undefined;
|
|
@@ -1395,6 +1406,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1395
1406
|
door_names?: string[] | undefined;
|
|
1396
1407
|
} | undefined;
|
|
1397
1408
|
is_one_time_use?: boolean | undefined;
|
|
1409
|
+
user_identity_id?: string | undefined;
|
|
1398
1410
|
issued_at?: string | null | undefined;
|
|
1399
1411
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1400
1412
|
external_type_display_name?: string | undefined;
|
|
@@ -1499,6 +1511,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1499
1511
|
door_names?: string[] | undefined;
|
|
1500
1512
|
} | undefined;
|
|
1501
1513
|
is_one_time_use?: boolean | undefined;
|
|
1514
|
+
user_identity_id?: string | undefined;
|
|
1502
1515
|
issued_at?: string | null | undefined;
|
|
1503
1516
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1504
1517
|
external_type_display_name?: string | undefined;
|
|
@@ -1570,6 +1583,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1570
1583
|
door_names?: string[] | undefined;
|
|
1571
1584
|
} | undefined;
|
|
1572
1585
|
is_one_time_use?: boolean | undefined;
|
|
1586
|
+
user_identity_id?: string | undefined;
|
|
1573
1587
|
issued_at?: string | null | undefined;
|
|
1574
1588
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1575
1589
|
external_type_display_name?: string | undefined;
|
|
@@ -1682,6 +1696,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1682
1696
|
result: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
1683
1697
|
acs_credential_id: z.ZodString;
|
|
1684
1698
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
1699
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
1685
1700
|
connected_account_id: z.ZodString;
|
|
1686
1701
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
1687
1702
|
acs_system_id: z.ZodString;
|
|
@@ -1903,6 +1918,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1903
1918
|
door_names?: string[] | undefined;
|
|
1904
1919
|
} | undefined;
|
|
1905
1920
|
is_one_time_use?: boolean | undefined;
|
|
1921
|
+
user_identity_id?: string | undefined;
|
|
1906
1922
|
issued_at?: string | null | undefined;
|
|
1907
1923
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1908
1924
|
external_type_display_name?: string | undefined;
|
|
@@ -1974,6 +1990,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1974
1990
|
door_names?: string[] | undefined;
|
|
1975
1991
|
} | undefined;
|
|
1976
1992
|
is_one_time_use?: boolean | undefined;
|
|
1993
|
+
user_identity_id?: string | undefined;
|
|
1977
1994
|
issued_at?: string | null | undefined;
|
|
1978
1995
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1979
1996
|
external_type_display_name?: string | undefined;
|
|
@@ -1988,6 +2005,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1988
2005
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1989
2006
|
acs_credential_id: z.ZodString;
|
|
1990
2007
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
2008
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
1991
2009
|
connected_account_id: z.ZodString;
|
|
1992
2010
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
1993
2011
|
acs_system_id: z.ZodString;
|
|
@@ -2209,6 +2227,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2209
2227
|
door_names?: string[] | undefined;
|
|
2210
2228
|
} | undefined;
|
|
2211
2229
|
is_one_time_use?: boolean | undefined;
|
|
2230
|
+
user_identity_id?: string | undefined;
|
|
2212
2231
|
issued_at?: string | null | undefined;
|
|
2213
2232
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2214
2233
|
external_type_display_name?: string | undefined;
|
|
@@ -2280,6 +2299,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2280
2299
|
door_names?: string[] | undefined;
|
|
2281
2300
|
} | undefined;
|
|
2282
2301
|
is_one_time_use?: boolean | undefined;
|
|
2302
|
+
user_identity_id?: string | undefined;
|
|
2283
2303
|
issued_at?: string | null | undefined;
|
|
2284
2304
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2285
2305
|
external_type_display_name?: string | undefined;
|
|
@@ -2356,6 +2376,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2356
2376
|
door_names?: string[] | undefined;
|
|
2357
2377
|
} | undefined;
|
|
2358
2378
|
is_one_time_use?: boolean | undefined;
|
|
2379
|
+
user_identity_id?: string | undefined;
|
|
2359
2380
|
issued_at?: string | null | undefined;
|
|
2360
2381
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2361
2382
|
external_type_display_name?: string | undefined;
|
|
@@ -2427,6 +2448,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2427
2448
|
door_names?: string[] | undefined;
|
|
2428
2449
|
} | undefined;
|
|
2429
2450
|
is_one_time_use?: boolean | undefined;
|
|
2451
|
+
user_identity_id?: string | undefined;
|
|
2430
2452
|
issued_at?: string | null | undefined;
|
|
2431
2453
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2432
2454
|
external_type_display_name?: string | undefined;
|
|
@@ -2504,6 +2526,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2504
2526
|
door_names?: string[] | undefined;
|
|
2505
2527
|
} | undefined;
|
|
2506
2528
|
is_one_time_use?: boolean | undefined;
|
|
2529
|
+
user_identity_id?: string | undefined;
|
|
2507
2530
|
issued_at?: string | null | undefined;
|
|
2508
2531
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2509
2532
|
external_type_display_name?: string | undefined;
|
|
@@ -2575,6 +2598,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2575
2598
|
door_names?: string[] | undefined;
|
|
2576
2599
|
} | undefined;
|
|
2577
2600
|
is_one_time_use?: boolean | undefined;
|
|
2601
|
+
user_identity_id?: string | undefined;
|
|
2578
2602
|
issued_at?: string | null | undefined;
|
|
2579
2603
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2580
2604
|
external_type_display_name?: string | undefined;
|
|
@@ -31,6 +31,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
31
31
|
result: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
32
32
|
acs_credential_id: z.ZodString;
|
|
33
33
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
34
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
34
35
|
connected_account_id: z.ZodString;
|
|
35
36
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
36
37
|
acs_system_id: z.ZodString;
|
|
@@ -252,6 +253,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
252
253
|
door_names?: string[] | undefined;
|
|
253
254
|
} | undefined;
|
|
254
255
|
is_one_time_use?: boolean | undefined;
|
|
256
|
+
user_identity_id?: string | undefined;
|
|
255
257
|
issued_at?: string | null | undefined;
|
|
256
258
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
257
259
|
external_type_display_name?: string | undefined;
|
|
@@ -323,6 +325,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
323
325
|
door_names?: string[] | undefined;
|
|
324
326
|
} | undefined;
|
|
325
327
|
is_one_time_use?: boolean | undefined;
|
|
328
|
+
user_identity_id?: string | undefined;
|
|
326
329
|
issued_at?: string | null | undefined;
|
|
327
330
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
328
331
|
external_type_display_name?: string | undefined;
|
|
@@ -337,6 +340,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
337
340
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
338
341
|
acs_credential_id: z.ZodString;
|
|
339
342
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
343
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
340
344
|
connected_account_id: z.ZodString;
|
|
341
345
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
342
346
|
acs_system_id: z.ZodString;
|
|
@@ -558,6 +562,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
558
562
|
door_names?: string[] | undefined;
|
|
559
563
|
} | undefined;
|
|
560
564
|
is_one_time_use?: boolean | undefined;
|
|
565
|
+
user_identity_id?: string | undefined;
|
|
561
566
|
issued_at?: string | null | undefined;
|
|
562
567
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
563
568
|
external_type_display_name?: string | undefined;
|
|
@@ -629,6 +634,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
629
634
|
door_names?: string[] | undefined;
|
|
630
635
|
} | undefined;
|
|
631
636
|
is_one_time_use?: boolean | undefined;
|
|
637
|
+
user_identity_id?: string | undefined;
|
|
632
638
|
issued_at?: string | null | undefined;
|
|
633
639
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
634
640
|
external_type_display_name?: string | undefined;
|
|
@@ -705,6 +711,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
705
711
|
door_names?: string[] | undefined;
|
|
706
712
|
} | undefined;
|
|
707
713
|
is_one_time_use?: boolean | undefined;
|
|
714
|
+
user_identity_id?: string | undefined;
|
|
708
715
|
issued_at?: string | null | undefined;
|
|
709
716
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
710
717
|
external_type_display_name?: string | undefined;
|
|
@@ -776,6 +783,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
776
783
|
door_names?: string[] | undefined;
|
|
777
784
|
} | undefined;
|
|
778
785
|
is_one_time_use?: boolean | undefined;
|
|
786
|
+
user_identity_id?: string | undefined;
|
|
779
787
|
issued_at?: string | null | undefined;
|
|
780
788
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
781
789
|
external_type_display_name?: string | undefined;
|
|
@@ -853,6 +861,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
853
861
|
door_names?: string[] | undefined;
|
|
854
862
|
} | undefined;
|
|
855
863
|
is_one_time_use?: boolean | undefined;
|
|
864
|
+
user_identity_id?: string | undefined;
|
|
856
865
|
issued_at?: string | null | undefined;
|
|
857
866
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
858
867
|
external_type_display_name?: string | undefined;
|
|
@@ -924,6 +933,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
924
933
|
door_names?: string[] | undefined;
|
|
925
934
|
} | undefined;
|
|
926
935
|
is_one_time_use?: boolean | undefined;
|
|
936
|
+
user_identity_id?: string | undefined;
|
|
927
937
|
issued_at?: string | null | undefined;
|
|
928
938
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
929
939
|
external_type_display_name?: string | undefined;
|
|
@@ -119,6 +119,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
119
119
|
acs_credential_on_seam: z.ZodNullable<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
120
120
|
acs_credential_id: z.ZodString;
|
|
121
121
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
122
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
122
123
|
connected_account_id: z.ZodString;
|
|
123
124
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
124
125
|
acs_system_id: z.ZodString;
|
|
@@ -340,6 +341,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
340
341
|
door_names?: string[] | undefined;
|
|
341
342
|
} | undefined;
|
|
342
343
|
is_one_time_use?: boolean | undefined;
|
|
344
|
+
user_identity_id?: string | undefined;
|
|
343
345
|
issued_at?: string | null | undefined;
|
|
344
346
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
345
347
|
external_type_display_name?: string | undefined;
|
|
@@ -411,6 +413,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
411
413
|
door_names?: string[] | undefined;
|
|
412
414
|
} | undefined;
|
|
413
415
|
is_one_time_use?: boolean | undefined;
|
|
416
|
+
user_identity_id?: string | undefined;
|
|
414
417
|
issued_at?: string | null | undefined;
|
|
415
418
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
416
419
|
external_type_display_name?: string | undefined;
|
|
@@ -425,6 +428,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
425
428
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
426
429
|
acs_credential_id: z.ZodString;
|
|
427
430
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
431
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
428
432
|
connected_account_id: z.ZodString;
|
|
429
433
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
430
434
|
acs_system_id: z.ZodString;
|
|
@@ -646,6 +650,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
646
650
|
door_names?: string[] | undefined;
|
|
647
651
|
} | undefined;
|
|
648
652
|
is_one_time_use?: boolean | undefined;
|
|
653
|
+
user_identity_id?: string | undefined;
|
|
649
654
|
issued_at?: string | null | undefined;
|
|
650
655
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
651
656
|
external_type_display_name?: string | undefined;
|
|
@@ -717,6 +722,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
717
722
|
door_names?: string[] | undefined;
|
|
718
723
|
} | undefined;
|
|
719
724
|
is_one_time_use?: boolean | undefined;
|
|
725
|
+
user_identity_id?: string | undefined;
|
|
720
726
|
issued_at?: string | null | undefined;
|
|
721
727
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
722
728
|
external_type_display_name?: string | undefined;
|
|
@@ -825,6 +831,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
825
831
|
door_names?: string[] | undefined;
|
|
826
832
|
} | undefined;
|
|
827
833
|
is_one_time_use?: boolean | undefined;
|
|
834
|
+
user_identity_id?: string | undefined;
|
|
828
835
|
issued_at?: string | null | undefined;
|
|
829
836
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
830
837
|
external_type_display_name?: string | undefined;
|
|
@@ -896,6 +903,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
896
903
|
door_names?: string[] | undefined;
|
|
897
904
|
} | undefined;
|
|
898
905
|
is_one_time_use?: boolean | undefined;
|
|
906
|
+
user_identity_id?: string | undefined;
|
|
899
907
|
issued_at?: string | null | undefined;
|
|
900
908
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
901
909
|
external_type_display_name?: string | undefined;
|
|
@@ -994,6 +1002,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
994
1002
|
door_names?: string[] | undefined;
|
|
995
1003
|
} | undefined;
|
|
996
1004
|
is_one_time_use?: boolean | undefined;
|
|
1005
|
+
user_identity_id?: string | undefined;
|
|
997
1006
|
issued_at?: string | null | undefined;
|
|
998
1007
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
999
1008
|
external_type_display_name?: string | undefined;
|
|
@@ -1065,6 +1074,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1065
1074
|
door_names?: string[] | undefined;
|
|
1066
1075
|
} | undefined;
|
|
1067
1076
|
is_one_time_use?: boolean | undefined;
|
|
1077
|
+
user_identity_id?: string | undefined;
|
|
1068
1078
|
issued_at?: string | null | undefined;
|
|
1069
1079
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1070
1080
|
external_type_display_name?: string | undefined;
|
|
@@ -1168,6 +1178,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1168
1178
|
door_names?: string[] | undefined;
|
|
1169
1179
|
} | undefined;
|
|
1170
1180
|
is_one_time_use?: boolean | undefined;
|
|
1181
|
+
user_identity_id?: string | undefined;
|
|
1171
1182
|
issued_at?: string | null | undefined;
|
|
1172
1183
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1173
1184
|
external_type_display_name?: string | undefined;
|
|
@@ -1239,6 +1250,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1239
1250
|
door_names?: string[] | undefined;
|
|
1240
1251
|
} | undefined;
|
|
1241
1252
|
is_one_time_use?: boolean | undefined;
|
|
1253
|
+
user_identity_id?: string | undefined;
|
|
1242
1254
|
issued_at?: string | null | undefined;
|
|
1243
1255
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1244
1256
|
external_type_display_name?: string | undefined;
|
|
@@ -1343,6 +1355,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1343
1355
|
door_names?: string[] | undefined;
|
|
1344
1356
|
} | undefined;
|
|
1345
1357
|
is_one_time_use?: boolean | undefined;
|
|
1358
|
+
user_identity_id?: string | undefined;
|
|
1346
1359
|
issued_at?: string | null | undefined;
|
|
1347
1360
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1348
1361
|
external_type_display_name?: string | undefined;
|
|
@@ -1414,6 +1427,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1414
1427
|
door_names?: string[] | undefined;
|
|
1415
1428
|
} | undefined;
|
|
1416
1429
|
is_one_time_use?: boolean | undefined;
|
|
1430
|
+
user_identity_id?: string | undefined;
|
|
1417
1431
|
issued_at?: string | null | undefined;
|
|
1418
1432
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1419
1433
|
external_type_display_name?: string | undefined;
|
|
@@ -19,6 +19,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
19
19
|
acs_credentials: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUtil.extendShape<{
|
|
20
20
|
acs_credential_id: z.ZodString;
|
|
21
21
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
22
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
22
23
|
connected_account_id: z.ZodString;
|
|
23
24
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
24
25
|
acs_system_id: z.ZodString;
|
|
@@ -531,6 +532,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
531
532
|
door_names?: string[] | undefined;
|
|
532
533
|
} | undefined;
|
|
533
534
|
is_one_time_use?: boolean | undefined;
|
|
535
|
+
user_identity_id?: string | undefined;
|
|
534
536
|
issued_at?: string | null | undefined;
|
|
535
537
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
536
538
|
external_type_display_name?: string | undefined;
|
|
@@ -655,6 +657,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
655
657
|
door_names?: string[] | undefined;
|
|
656
658
|
} | undefined;
|
|
657
659
|
is_one_time_use?: boolean | undefined;
|
|
660
|
+
user_identity_id?: string | undefined;
|
|
658
661
|
issued_at?: string | null | undefined;
|
|
659
662
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
660
663
|
external_type_display_name?: string | undefined;
|
|
@@ -787,6 +790,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
787
790
|
door_names?: string[] | undefined;
|
|
788
791
|
} | undefined;
|
|
789
792
|
is_one_time_use?: boolean | undefined;
|
|
793
|
+
user_identity_id?: string | undefined;
|
|
790
794
|
issued_at?: string | null | undefined;
|
|
791
795
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
792
796
|
external_type_display_name?: string | undefined;
|
|
@@ -919,6 +923,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
919
923
|
door_names?: string[] | undefined;
|
|
920
924
|
} | undefined;
|
|
921
925
|
is_one_time_use?: boolean | undefined;
|
|
926
|
+
user_identity_id?: string | undefined;
|
|
922
927
|
issued_at?: string | null | undefined;
|
|
923
928
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
924
929
|
external_type_display_name?: string | undefined;
|
|
@@ -953,6 +958,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
953
958
|
acs_credentials: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUtil.extendShape<{
|
|
954
959
|
acs_credential_id: z.ZodString;
|
|
955
960
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
961
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
956
962
|
connected_account_id: z.ZodString;
|
|
957
963
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
958
964
|
acs_system_id: z.ZodString;
|
|
@@ -1465,6 +1471,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1465
1471
|
door_names?: string[] | undefined;
|
|
1466
1472
|
} | undefined;
|
|
1467
1473
|
is_one_time_use?: boolean | undefined;
|
|
1474
|
+
user_identity_id?: string | undefined;
|
|
1468
1475
|
issued_at?: string | null | undefined;
|
|
1469
1476
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1470
1477
|
external_type_display_name?: string | undefined;
|
|
@@ -1589,6 +1596,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1589
1596
|
door_names?: string[] | undefined;
|
|
1590
1597
|
} | undefined;
|
|
1591
1598
|
is_one_time_use?: boolean | undefined;
|
|
1599
|
+
user_identity_id?: string | undefined;
|
|
1592
1600
|
issued_at?: string | null | undefined;
|
|
1593
1601
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1594
1602
|
external_type_display_name?: string | undefined;
|
|
@@ -1721,6 +1729,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1721
1729
|
door_names?: string[] | undefined;
|
|
1722
1730
|
} | undefined;
|
|
1723
1731
|
is_one_time_use?: boolean | undefined;
|
|
1732
|
+
user_identity_id?: string | undefined;
|
|
1724
1733
|
issued_at?: string | null | undefined;
|
|
1725
1734
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1726
1735
|
external_type_display_name?: string | undefined;
|
|
@@ -1853,6 +1862,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1853
1862
|
door_names?: string[] | undefined;
|
|
1854
1863
|
} | undefined;
|
|
1855
1864
|
is_one_time_use?: boolean | undefined;
|
|
1865
|
+
user_identity_id?: string | undefined;
|
|
1856
1866
|
issued_at?: string | null | undefined;
|
|
1857
1867
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1858
1868
|
external_type_display_name?: string | undefined;
|
|
@@ -1987,6 +1997,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1987
1997
|
door_names?: string[] | undefined;
|
|
1988
1998
|
} | undefined;
|
|
1989
1999
|
is_one_time_use?: boolean | undefined;
|
|
2000
|
+
user_identity_id?: string | undefined;
|
|
1990
2001
|
issued_at?: string | null | undefined;
|
|
1991
2002
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1992
2003
|
external_type_display_name?: string | undefined;
|
|
@@ -2121,6 +2132,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2121
2132
|
door_names?: string[] | undefined;
|
|
2122
2133
|
} | undefined;
|
|
2123
2134
|
is_one_time_use?: boolean | undefined;
|
|
2135
|
+
user_identity_id?: string | undefined;
|
|
2124
2136
|
issued_at?: string | null | undefined;
|
|
2125
2137
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2126
2138
|
external_type_display_name?: string | undefined;
|