@seamapi/types 1.455.0 → 1.456.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 +8 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +53 -37
- package/dist/index.cjs +8 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.d.ts +6 -3
- package/lib/seam/connect/models/access-grants/access-method.js +4 -1
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -6
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +26 -26
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +18 -18
- package/lib/seam/connect/models/phones/phone-session.d.ts +10 -10
- package/lib/seam/connect/openapi.d.ts +5 -0
- package/lib/seam/connect/openapi.js +7 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +4 -1
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +12 -4
|
@@ -77,8 +77,8 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
77
77
|
created_at: string | null;
|
|
78
78
|
starts_at: string | null;
|
|
79
79
|
ends_at: string | null;
|
|
80
|
-
card_number: string | null;
|
|
81
80
|
is_issued: boolean | null;
|
|
81
|
+
card_number: string | null;
|
|
82
82
|
visionline_metadata?: {
|
|
83
83
|
expired: boolean;
|
|
84
84
|
card_id: string;
|
|
@@ -97,8 +97,8 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
97
97
|
created_at: string | null;
|
|
98
98
|
starts_at: string | null;
|
|
99
99
|
ends_at: string | null;
|
|
100
|
-
card_number: string | null;
|
|
101
100
|
is_issued: boolean | null;
|
|
101
|
+
card_number: string | null;
|
|
102
102
|
visionline_metadata?: {
|
|
103
103
|
expired: boolean;
|
|
104
104
|
card_id: string;
|
|
@@ -341,13 +341,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
341
341
|
is_one_time_use?: boolean | undefined;
|
|
342
342
|
user_identity_id?: string | undefined;
|
|
343
343
|
issued_at?: string | null | undefined;
|
|
344
|
+
is_issued?: boolean | undefined;
|
|
344
345
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
345
346
|
external_type_display_name?: string | undefined;
|
|
346
347
|
acs_user_id?: string | undefined;
|
|
347
348
|
acs_credential_pool_id?: string | undefined;
|
|
348
349
|
parent_acs_credential_id?: string | undefined;
|
|
349
350
|
card_number?: string | null | undefined;
|
|
350
|
-
is_issued?: boolean | undefined;
|
|
351
351
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
352
352
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
353
353
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -413,13 +413,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
413
413
|
is_one_time_use?: boolean | undefined;
|
|
414
414
|
user_identity_id?: string | undefined;
|
|
415
415
|
issued_at?: string | null | undefined;
|
|
416
|
+
is_issued?: boolean | undefined;
|
|
416
417
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
417
418
|
external_type_display_name?: string | undefined;
|
|
418
419
|
acs_user_id?: string | undefined;
|
|
419
420
|
acs_credential_pool_id?: string | undefined;
|
|
420
421
|
parent_acs_credential_id?: string | undefined;
|
|
421
422
|
card_number?: string | null | undefined;
|
|
422
|
-
is_issued?: boolean | undefined;
|
|
423
423
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
424
424
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
425
425
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -650,13 +650,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
650
650
|
is_one_time_use?: boolean | undefined;
|
|
651
651
|
user_identity_id?: string | undefined;
|
|
652
652
|
issued_at?: string | null | undefined;
|
|
653
|
+
is_issued?: boolean | undefined;
|
|
653
654
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
654
655
|
external_type_display_name?: string | undefined;
|
|
655
656
|
acs_user_id?: string | undefined;
|
|
656
657
|
acs_credential_pool_id?: string | undefined;
|
|
657
658
|
parent_acs_credential_id?: string | undefined;
|
|
658
659
|
card_number?: string | null | undefined;
|
|
659
|
-
is_issued?: boolean | undefined;
|
|
660
660
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
661
661
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
662
662
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -722,13 +722,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
722
722
|
is_one_time_use?: boolean | undefined;
|
|
723
723
|
user_identity_id?: string | undefined;
|
|
724
724
|
issued_at?: string | null | undefined;
|
|
725
|
+
is_issued?: boolean | undefined;
|
|
725
726
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
726
727
|
external_type_display_name?: string | undefined;
|
|
727
728
|
acs_user_id?: string | undefined;
|
|
728
729
|
acs_credential_pool_id?: string | undefined;
|
|
729
730
|
parent_acs_credential_id?: string | undefined;
|
|
730
731
|
card_number?: string | null | undefined;
|
|
731
|
-
is_issued?: boolean | undefined;
|
|
732
732
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
733
733
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
734
734
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -752,8 +752,8 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
752
752
|
created_at: string | null;
|
|
753
753
|
starts_at: string | null;
|
|
754
754
|
ends_at: string | null;
|
|
755
|
-
card_number: string | null;
|
|
756
755
|
is_issued: boolean | null;
|
|
756
|
+
card_number: string | null;
|
|
757
757
|
visionline_metadata?: {
|
|
758
758
|
expired: boolean;
|
|
759
759
|
card_id: string;
|
|
@@ -831,13 +831,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
831
831
|
is_one_time_use?: boolean | undefined;
|
|
832
832
|
user_identity_id?: string | undefined;
|
|
833
833
|
issued_at?: string | null | undefined;
|
|
834
|
+
is_issued?: boolean | undefined;
|
|
834
835
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
835
836
|
external_type_display_name?: string | undefined;
|
|
836
837
|
acs_user_id?: string | undefined;
|
|
837
838
|
acs_credential_pool_id?: string | undefined;
|
|
838
839
|
parent_acs_credential_id?: string | undefined;
|
|
839
840
|
card_number?: string | null | undefined;
|
|
840
|
-
is_issued?: boolean | undefined;
|
|
841
841
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
842
842
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
843
843
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -903,13 +903,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
903
903
|
is_one_time_use?: boolean | undefined;
|
|
904
904
|
user_identity_id?: string | undefined;
|
|
905
905
|
issued_at?: string | null | undefined;
|
|
906
|
+
is_issued?: boolean | undefined;
|
|
906
907
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
907
908
|
external_type_display_name?: string | undefined;
|
|
908
909
|
acs_user_id?: string | undefined;
|
|
909
910
|
acs_credential_pool_id?: string | undefined;
|
|
910
911
|
parent_acs_credential_id?: string | undefined;
|
|
911
912
|
card_number?: string | null | undefined;
|
|
912
|
-
is_issued?: boolean | undefined;
|
|
913
913
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
914
914
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
915
915
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -923,8 +923,8 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
923
923
|
created_at: string | null;
|
|
924
924
|
starts_at: string | null;
|
|
925
925
|
ends_at: string | null;
|
|
926
|
-
card_number: string | null;
|
|
927
926
|
is_issued: boolean | null;
|
|
927
|
+
card_number: string | null;
|
|
928
928
|
visionline_metadata?: {
|
|
929
929
|
expired: boolean;
|
|
930
930
|
card_id: string;
|
|
@@ -1002,13 +1002,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1002
1002
|
is_one_time_use?: boolean | undefined;
|
|
1003
1003
|
user_identity_id?: string | undefined;
|
|
1004
1004
|
issued_at?: string | null | undefined;
|
|
1005
|
+
is_issued?: boolean | undefined;
|
|
1005
1006
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1006
1007
|
external_type_display_name?: string | undefined;
|
|
1007
1008
|
acs_user_id?: string | undefined;
|
|
1008
1009
|
acs_credential_pool_id?: string | undefined;
|
|
1009
1010
|
parent_acs_credential_id?: string | undefined;
|
|
1010
1011
|
card_number?: string | null | undefined;
|
|
1011
|
-
is_issued?: boolean | undefined;
|
|
1012
1012
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1013
1013
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1014
1014
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1074,13 +1074,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1074
1074
|
is_one_time_use?: boolean | undefined;
|
|
1075
1075
|
user_identity_id?: string | undefined;
|
|
1076
1076
|
issued_at?: string | null | undefined;
|
|
1077
|
+
is_issued?: boolean | undefined;
|
|
1077
1078
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1078
1079
|
external_type_display_name?: string | undefined;
|
|
1079
1080
|
acs_user_id?: string | undefined;
|
|
1080
1081
|
acs_credential_pool_id?: string | undefined;
|
|
1081
1082
|
parent_acs_credential_id?: string | undefined;
|
|
1082
1083
|
card_number?: string | null | undefined;
|
|
1083
|
-
is_issued?: boolean | undefined;
|
|
1084
1084
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1085
1085
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1086
1086
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1099,8 +1099,8 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1099
1099
|
created_at: string | null;
|
|
1100
1100
|
starts_at: string | null;
|
|
1101
1101
|
ends_at: string | null;
|
|
1102
|
-
card_number: string | null;
|
|
1103
1102
|
is_issued: boolean | null;
|
|
1103
|
+
card_number: string | null;
|
|
1104
1104
|
visionline_metadata?: {
|
|
1105
1105
|
expired: boolean;
|
|
1106
1106
|
card_id: string;
|
|
@@ -1178,13 +1178,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1178
1178
|
is_one_time_use?: boolean | undefined;
|
|
1179
1179
|
user_identity_id?: string | undefined;
|
|
1180
1180
|
issued_at?: string | null | undefined;
|
|
1181
|
+
is_issued?: boolean | undefined;
|
|
1181
1182
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1182
1183
|
external_type_display_name?: string | undefined;
|
|
1183
1184
|
acs_user_id?: string | undefined;
|
|
1184
1185
|
acs_credential_pool_id?: string | undefined;
|
|
1185
1186
|
parent_acs_credential_id?: string | undefined;
|
|
1186
1187
|
card_number?: string | null | undefined;
|
|
1187
|
-
is_issued?: boolean | undefined;
|
|
1188
1188
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1189
1189
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1190
1190
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1250,13 +1250,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1250
1250
|
is_one_time_use?: boolean | undefined;
|
|
1251
1251
|
user_identity_id?: string | undefined;
|
|
1252
1252
|
issued_at?: string | null | undefined;
|
|
1253
|
+
is_issued?: boolean | undefined;
|
|
1253
1254
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1254
1255
|
external_type_display_name?: string | undefined;
|
|
1255
1256
|
acs_user_id?: string | undefined;
|
|
1256
1257
|
acs_credential_pool_id?: string | undefined;
|
|
1257
1258
|
parent_acs_credential_id?: string | undefined;
|
|
1258
1259
|
card_number?: string | null | undefined;
|
|
1259
|
-
is_issued?: boolean | undefined;
|
|
1260
1260
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1261
1261
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1262
1262
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1276,8 +1276,8 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1276
1276
|
created_at: string | null;
|
|
1277
1277
|
starts_at: string | null;
|
|
1278
1278
|
ends_at: string | null;
|
|
1279
|
-
card_number: string | null;
|
|
1280
1279
|
is_issued: boolean | null;
|
|
1280
|
+
card_number: string | null;
|
|
1281
1281
|
visionline_metadata?: {
|
|
1282
1282
|
expired: boolean;
|
|
1283
1283
|
card_id: string;
|
|
@@ -1355,13 +1355,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1355
1355
|
is_one_time_use?: boolean | undefined;
|
|
1356
1356
|
user_identity_id?: string | undefined;
|
|
1357
1357
|
issued_at?: string | null | undefined;
|
|
1358
|
+
is_issued?: boolean | undefined;
|
|
1358
1359
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1359
1360
|
external_type_display_name?: string | undefined;
|
|
1360
1361
|
acs_user_id?: string | undefined;
|
|
1361
1362
|
acs_credential_pool_id?: string | undefined;
|
|
1362
1363
|
parent_acs_credential_id?: string | undefined;
|
|
1363
1364
|
card_number?: string | null | undefined;
|
|
1364
|
-
is_issued?: boolean | undefined;
|
|
1365
1365
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1366
1366
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1367
1367
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1427,13 +1427,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1427
1427
|
is_one_time_use?: boolean | undefined;
|
|
1428
1428
|
user_identity_id?: string | undefined;
|
|
1429
1429
|
issued_at?: string | null | undefined;
|
|
1430
|
+
is_issued?: boolean | undefined;
|
|
1430
1431
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1431
1432
|
external_type_display_name?: string | undefined;
|
|
1432
1433
|
acs_user_id?: string | undefined;
|
|
1433
1434
|
acs_credential_pool_id?: string | undefined;
|
|
1434
1435
|
parent_acs_credential_id?: string | undefined;
|
|
1435
1436
|
card_number?: string | null | undefined;
|
|
1436
|
-
is_issued?: boolean | undefined;
|
|
1437
1437
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1438
1438
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1439
1439
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -534,13 +534,13 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
534
534
|
is_one_time_use?: boolean | undefined;
|
|
535
535
|
user_identity_id?: string | undefined;
|
|
536
536
|
issued_at?: string | null | undefined;
|
|
537
|
+
is_issued?: boolean | undefined;
|
|
537
538
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
538
539
|
external_type_display_name?: string | undefined;
|
|
539
540
|
acs_user_id?: string | undefined;
|
|
540
541
|
acs_credential_pool_id?: string | undefined;
|
|
541
542
|
parent_acs_credential_id?: string | undefined;
|
|
542
543
|
card_number?: string | null | undefined;
|
|
543
|
-
is_issued?: boolean | undefined;
|
|
544
544
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
545
545
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
546
546
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -659,13 +659,13 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
659
659
|
is_one_time_use?: boolean | undefined;
|
|
660
660
|
user_identity_id?: string | undefined;
|
|
661
661
|
issued_at?: string | null | undefined;
|
|
662
|
+
is_issued?: boolean | undefined;
|
|
662
663
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
663
664
|
external_type_display_name?: string | undefined;
|
|
664
665
|
acs_user_id?: string | undefined;
|
|
665
666
|
acs_credential_pool_id?: string | undefined;
|
|
666
667
|
parent_acs_credential_id?: string | undefined;
|
|
667
668
|
card_number?: string | null | undefined;
|
|
668
|
-
is_issued?: boolean | undefined;
|
|
669
669
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
670
670
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
671
671
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -792,13 +792,13 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
792
792
|
is_one_time_use?: boolean | undefined;
|
|
793
793
|
user_identity_id?: string | undefined;
|
|
794
794
|
issued_at?: string | null | undefined;
|
|
795
|
+
is_issued?: boolean | undefined;
|
|
795
796
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
796
797
|
external_type_display_name?: string | undefined;
|
|
797
798
|
acs_user_id?: string | undefined;
|
|
798
799
|
acs_credential_pool_id?: string | undefined;
|
|
799
800
|
parent_acs_credential_id?: string | undefined;
|
|
800
801
|
card_number?: string | null | undefined;
|
|
801
|
-
is_issued?: boolean | undefined;
|
|
802
802
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
803
803
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
804
804
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -925,13 +925,13 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
925
925
|
is_one_time_use?: boolean | undefined;
|
|
926
926
|
user_identity_id?: string | undefined;
|
|
927
927
|
issued_at?: string | null | undefined;
|
|
928
|
+
is_issued?: boolean | undefined;
|
|
928
929
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
929
930
|
external_type_display_name?: string | undefined;
|
|
930
931
|
acs_user_id?: string | undefined;
|
|
931
932
|
acs_credential_pool_id?: string | undefined;
|
|
932
933
|
parent_acs_credential_id?: string | undefined;
|
|
933
934
|
card_number?: string | null | undefined;
|
|
934
|
-
is_issued?: boolean | undefined;
|
|
935
935
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
936
936
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
937
937
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1473,13 +1473,13 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1473
1473
|
is_one_time_use?: boolean | undefined;
|
|
1474
1474
|
user_identity_id?: string | undefined;
|
|
1475
1475
|
issued_at?: string | null | undefined;
|
|
1476
|
+
is_issued?: boolean | undefined;
|
|
1476
1477
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1477
1478
|
external_type_display_name?: string | undefined;
|
|
1478
1479
|
acs_user_id?: string | undefined;
|
|
1479
1480
|
acs_credential_pool_id?: string | undefined;
|
|
1480
1481
|
parent_acs_credential_id?: string | undefined;
|
|
1481
1482
|
card_number?: string | null | undefined;
|
|
1482
|
-
is_issued?: boolean | undefined;
|
|
1483
1483
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1484
1484
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1485
1485
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1598,13 +1598,13 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1598
1598
|
is_one_time_use?: boolean | undefined;
|
|
1599
1599
|
user_identity_id?: string | undefined;
|
|
1600
1600
|
issued_at?: string | null | undefined;
|
|
1601
|
+
is_issued?: boolean | undefined;
|
|
1601
1602
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1602
1603
|
external_type_display_name?: string | undefined;
|
|
1603
1604
|
acs_user_id?: string | undefined;
|
|
1604
1605
|
acs_credential_pool_id?: string | undefined;
|
|
1605
1606
|
parent_acs_credential_id?: string | undefined;
|
|
1606
1607
|
card_number?: string | null | undefined;
|
|
1607
|
-
is_issued?: boolean | undefined;
|
|
1608
1608
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1609
1609
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1610
1610
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1731,13 +1731,13 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1731
1731
|
is_one_time_use?: boolean | undefined;
|
|
1732
1732
|
user_identity_id?: string | undefined;
|
|
1733
1733
|
issued_at?: string | null | undefined;
|
|
1734
|
+
is_issued?: boolean | undefined;
|
|
1734
1735
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1735
1736
|
external_type_display_name?: string | undefined;
|
|
1736
1737
|
acs_user_id?: string | undefined;
|
|
1737
1738
|
acs_credential_pool_id?: string | undefined;
|
|
1738
1739
|
parent_acs_credential_id?: string | undefined;
|
|
1739
1740
|
card_number?: string | null | undefined;
|
|
1740
|
-
is_issued?: boolean | undefined;
|
|
1741
1741
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1742
1742
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1743
1743
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1864,13 +1864,13 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1864
1864
|
is_one_time_use?: boolean | undefined;
|
|
1865
1865
|
user_identity_id?: string | undefined;
|
|
1866
1866
|
issued_at?: string | null | undefined;
|
|
1867
|
+
is_issued?: boolean | undefined;
|
|
1867
1868
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1868
1869
|
external_type_display_name?: string | undefined;
|
|
1869
1870
|
acs_user_id?: string | undefined;
|
|
1870
1871
|
acs_credential_pool_id?: string | undefined;
|
|
1871
1872
|
parent_acs_credential_id?: string | undefined;
|
|
1872
1873
|
card_number?: string | null | undefined;
|
|
1873
|
-
is_issued?: boolean | undefined;
|
|
1874
1874
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1875
1875
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1876
1876
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1999,13 +1999,13 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1999
1999
|
is_one_time_use?: boolean | undefined;
|
|
2000
2000
|
user_identity_id?: string | undefined;
|
|
2001
2001
|
issued_at?: string | null | undefined;
|
|
2002
|
+
is_issued?: boolean | undefined;
|
|
2002
2003
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2003
2004
|
external_type_display_name?: string | undefined;
|
|
2004
2005
|
acs_user_id?: string | undefined;
|
|
2005
2006
|
acs_credential_pool_id?: string | undefined;
|
|
2006
2007
|
parent_acs_credential_id?: string | undefined;
|
|
2007
2008
|
card_number?: string | null | undefined;
|
|
2008
|
-
is_issued?: boolean | undefined;
|
|
2009
2009
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2010
2010
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2011
2011
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2134,13 +2134,13 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2134
2134
|
is_one_time_use?: boolean | undefined;
|
|
2135
2135
|
user_identity_id?: string | undefined;
|
|
2136
2136
|
issued_at?: string | null | undefined;
|
|
2137
|
+
is_issued?: boolean | undefined;
|
|
2137
2138
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2138
2139
|
external_type_display_name?: string | undefined;
|
|
2139
2140
|
acs_user_id?: string | undefined;
|
|
2140
2141
|
acs_credential_pool_id?: string | undefined;
|
|
2141
2142
|
parent_acs_credential_id?: string | undefined;
|
|
2142
2143
|
card_number?: string | null | undefined;
|
|
2143
|
-
is_issued?: boolean | undefined;
|
|
2144
2144
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2145
2145
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2146
2146
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -524,9 +524,14 @@ declare const _default: {
|
|
|
524
524
|
description: string;
|
|
525
525
|
type: string;
|
|
526
526
|
};
|
|
527
|
+
is_issued: {
|
|
528
|
+
description: string;
|
|
529
|
+
type: string;
|
|
530
|
+
};
|
|
527
531
|
issued_at: {
|
|
528
532
|
description: string;
|
|
529
533
|
format: string;
|
|
534
|
+
nullable: boolean;
|
|
530
535
|
type: string;
|
|
531
536
|
};
|
|
532
537
|
mode: {
|
|
@@ -1724,9 +1724,14 @@ export default {
|
|
|
1724
1724
|
description: 'Indicates whether encoding with an card encoder is required to issue or reissue the plastic card associated with the access method.',
|
|
1725
1725
|
type: 'boolean',
|
|
1726
1726
|
},
|
|
1727
|
+
is_issued: {
|
|
1728
|
+
description: 'Indicates whether the access method has been issued.',
|
|
1729
|
+
type: 'boolean',
|
|
1730
|
+
},
|
|
1727
1731
|
issued_at: {
|
|
1728
1732
|
description: 'Date and time at which the access method was issued.',
|
|
1729
1733
|
format: 'date-time',
|
|
1734
|
+
nullable: true,
|
|
1730
1735
|
type: 'string',
|
|
1731
1736
|
},
|
|
1732
1737
|
mode: {
|
|
@@ -1746,6 +1751,8 @@ export default {
|
|
|
1746
1751
|
'display_name',
|
|
1747
1752
|
'mode',
|
|
1748
1753
|
'created_at',
|
|
1754
|
+
'issued_at',
|
|
1755
|
+
'is_issued',
|
|
1749
1756
|
],
|
|
1750
1757
|
type: 'object',
|
|
1751
1758
|
'x-draft': 'Early access.',
|