@seamapi/types 1.455.0 → 1.457.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.
Files changed (33) hide show
  1. package/dist/connect.cjs +408 -2
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +63342 -50965
  4. package/dist/index.cjs +408 -2
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/access-grants/access-method.d.ts +6 -3
  7. package/lib/seam/connect/models/access-grants/access-method.js +4 -1
  8. package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
  9. package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -6
  10. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +26 -26
  11. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
  12. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +18 -18
  13. package/lib/seam/connect/models/batches/access_methods.d.ts +5682 -0
  14. package/lib/seam/connect/models/batches/access_methods.js +11 -0
  15. package/lib/seam/connect/models/batches/access_methods.js.map +1 -0
  16. package/lib/seam/connect/models/batches/batch.d.ts +5679 -0
  17. package/lib/seam/connect/models/batches/batch.js +6 -1
  18. package/lib/seam/connect/models/batches/batch.js.map +1 -1
  19. package/lib/seam/connect/models/batches/index.d.ts +1 -0
  20. package/lib/seam/connect/models/batches/index.js +1 -0
  21. package/lib/seam/connect/models/batches/index.js.map +1 -1
  22. package/lib/seam/connect/models/phones/phone-session.d.ts +10 -10
  23. package/lib/seam/connect/openapi.d.ts +290 -0
  24. package/lib/seam/connect/openapi.js +396 -0
  25. package/lib/seam/connect/openapi.js.map +1 -1
  26. package/lib/seam/connect/route-types.d.ts +9312 -2907
  27. package/package.json +1 -1
  28. package/src/lib/seam/connect/models/access-grants/access-method.ts +4 -1
  29. package/src/lib/seam/connect/models/batches/access_methods.ts +14 -0
  30. package/src/lib/seam/connect/models/batches/batch.ts +6 -1
  31. package/src/lib/seam/connect/models/batches/index.ts +1 -0
  32. package/src/lib/seam/connect/openapi.ts +400 -0
  33. package/src/lib/seam/connect/route-types.ts +9280 -1025
@@ -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;