@seamapi/types 1.501.0 → 1.503.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 +18 -133
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +179 -1358
  4. package/dist/index.cjs +18 -133
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +3 -0
  7. package/lib/seam/connect/models/access-codes/managed-access-code.js +4 -0
  8. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  9. package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +3 -0
  10. package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +1 -0
  11. package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
  13. package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
  14. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
  15. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
  16. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
  17. package/lib/seam/connect/models/batch.d.ts +171 -1196
  18. package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -100
  19. package/lib/seam/connect/models/devices/device-metadata.js +1 -62
  20. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  21. package/lib/seam/connect/models/devices/device.d.ts +7 -140
  22. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -100
  23. package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
  24. package/lib/seam/connect/openapi.d.ts +10 -91
  25. package/lib/seam/connect/openapi.js +12 -112
  26. package/lib/seam/connect/openapi.js.map +1 -1
  27. package/lib/seam/connect/route-types.d.ts +43 -663
  28. package/package.json +1 -1
  29. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +6 -0
  30. package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +1 -0
  31. package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -62
  32. package/src/lib/seam/connect/openapi.ts +14 -124
  33. package/src/lib/seam/connect/route-types.ts +43 -663
@@ -175,17 +175,17 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
175
175
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
176
176
  endpoint_id: z.ZodOptional<z.ZodString>;
177
177
  }, "strip", z.ZodTypeAny, {
178
- key_id?: string | undefined;
179
178
  endpoint_id?: string | undefined;
180
179
  auto_join?: boolean | undefined;
181
180
  override_guest_acs_entrance_ids?: string[] | undefined;
181
+ key_id?: string | undefined;
182
182
  key_issuing_request_id?: string | undefined;
183
183
  door_names?: string[] | undefined;
184
184
  }, {
185
- key_id?: string | undefined;
186
185
  endpoint_id?: string | undefined;
187
186
  auto_join?: boolean | undefined;
188
187
  override_guest_acs_entrance_ids?: string[] | undefined;
188
+ key_id?: string | undefined;
189
189
  key_issuing_request_id?: string | undefined;
190
190
  door_names?: string[] | undefined;
191
191
  }>>;
@@ -243,10 +243,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
243
243
  credential_id?: string | undefined;
244
244
  } | undefined;
245
245
  assa_abloy_vostio_metadata?: {
246
- key_id?: string | undefined;
247
246
  endpoint_id?: string | undefined;
248
247
  auto_join?: boolean | undefined;
249
248
  override_guest_acs_entrance_ids?: string[] | undefined;
249
+ key_id?: string | undefined;
250
250
  key_issuing_request_id?: string | undefined;
251
251
  door_names?: string[] | undefined;
252
252
  } | undefined;
@@ -315,10 +315,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
315
315
  credential_id?: string | undefined;
316
316
  } | undefined;
317
317
  assa_abloy_vostio_metadata?: {
318
- key_id?: string | undefined;
319
318
  endpoint_id?: string | undefined;
320
319
  auto_join?: boolean | undefined;
321
320
  override_guest_acs_entrance_ids?: string[] | undefined;
321
+ key_id?: string | undefined;
322
322
  key_issuing_request_id?: string | undefined;
323
323
  door_names?: string[] | undefined;
324
324
  } | undefined;
@@ -484,17 +484,17 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
484
484
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
485
485
  endpoint_id: z.ZodOptional<z.ZodString>;
486
486
  }, "strip", z.ZodTypeAny, {
487
- key_id?: string | undefined;
488
487
  endpoint_id?: string | undefined;
489
488
  auto_join?: boolean | undefined;
490
489
  override_guest_acs_entrance_ids?: string[] | undefined;
490
+ key_id?: string | undefined;
491
491
  key_issuing_request_id?: string | undefined;
492
492
  door_names?: string[] | undefined;
493
493
  }, {
494
- key_id?: string | undefined;
495
494
  endpoint_id?: string | undefined;
496
495
  auto_join?: boolean | undefined;
497
496
  override_guest_acs_entrance_ids?: string[] | undefined;
497
+ key_id?: string | undefined;
498
498
  key_issuing_request_id?: string | undefined;
499
499
  door_names?: string[] | undefined;
500
500
  }>>;
@@ -552,10 +552,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
552
552
  credential_id?: string | undefined;
553
553
  } | undefined;
554
554
  assa_abloy_vostio_metadata?: {
555
- key_id?: string | undefined;
556
555
  endpoint_id?: string | undefined;
557
556
  auto_join?: boolean | undefined;
558
557
  override_guest_acs_entrance_ids?: string[] | undefined;
558
+ key_id?: string | undefined;
559
559
  key_issuing_request_id?: string | undefined;
560
560
  door_names?: string[] | undefined;
561
561
  } | undefined;
@@ -624,10 +624,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
624
624
  credential_id?: string | undefined;
625
625
  } | undefined;
626
626
  assa_abloy_vostio_metadata?: {
627
- key_id?: string | undefined;
628
627
  endpoint_id?: string | undefined;
629
628
  auto_join?: boolean | undefined;
630
629
  override_guest_acs_entrance_ids?: string[] | undefined;
630
+ key_id?: string | undefined;
631
631
  key_issuing_request_id?: string | undefined;
632
632
  door_names?: string[] | undefined;
633
633
  } | undefined;
@@ -701,10 +701,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
701
701
  credential_id?: string | undefined;
702
702
  } | undefined;
703
703
  assa_abloy_vostio_metadata?: {
704
- key_id?: string | undefined;
705
704
  endpoint_id?: string | undefined;
706
705
  auto_join?: boolean | undefined;
707
706
  override_guest_acs_entrance_ids?: string[] | undefined;
707
+ key_id?: string | undefined;
708
708
  key_issuing_request_id?: string | undefined;
709
709
  door_names?: string[] | undefined;
710
710
  } | undefined;
@@ -773,10 +773,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
773
773
  credential_id?: string | undefined;
774
774
  } | undefined;
775
775
  assa_abloy_vostio_metadata?: {
776
- key_id?: string | undefined;
777
776
  endpoint_id?: string | undefined;
778
777
  auto_join?: boolean | undefined;
779
778
  override_guest_acs_entrance_ids?: string[] | undefined;
779
+ key_id?: string | undefined;
780
780
  key_issuing_request_id?: string | undefined;
781
781
  door_names?: string[] | undefined;
782
782
  } | undefined;
@@ -851,10 +851,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
851
851
  credential_id?: string | undefined;
852
852
  } | undefined;
853
853
  assa_abloy_vostio_metadata?: {
854
- key_id?: string | undefined;
855
854
  endpoint_id?: string | undefined;
856
855
  auto_join?: boolean | undefined;
857
856
  override_guest_acs_entrance_ids?: string[] | undefined;
857
+ key_id?: string | undefined;
858
858
  key_issuing_request_id?: string | undefined;
859
859
  door_names?: string[] | undefined;
860
860
  } | undefined;
@@ -923,10 +923,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
923
923
  credential_id?: string | undefined;
924
924
  } | undefined;
925
925
  assa_abloy_vostio_metadata?: {
926
- key_id?: string | undefined;
927
926
  endpoint_id?: string | undefined;
928
927
  auto_join?: boolean | undefined;
929
928
  override_guest_acs_entrance_ids?: string[] | undefined;
929
+ key_id?: string | undefined;
930
930
  key_issuing_request_id?: string | undefined;
931
931
  door_names?: string[] | undefined;
932
932
  } | undefined;
@@ -263,17 +263,17 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
263
263
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
264
264
  endpoint_id: z.ZodOptional<z.ZodString>;
265
265
  }, "strip", z.ZodTypeAny, {
266
- key_id?: string | undefined;
267
266
  endpoint_id?: string | undefined;
268
267
  auto_join?: boolean | undefined;
269
268
  override_guest_acs_entrance_ids?: string[] | undefined;
269
+ key_id?: string | undefined;
270
270
  key_issuing_request_id?: string | undefined;
271
271
  door_names?: string[] | undefined;
272
272
  }, {
273
- key_id?: string | undefined;
274
273
  endpoint_id?: string | undefined;
275
274
  auto_join?: boolean | undefined;
276
275
  override_guest_acs_entrance_ids?: string[] | undefined;
276
+ key_id?: string | undefined;
277
277
  key_issuing_request_id?: string | undefined;
278
278
  door_names?: string[] | undefined;
279
279
  }>>;
@@ -331,10 +331,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
331
331
  credential_id?: string | undefined;
332
332
  } | undefined;
333
333
  assa_abloy_vostio_metadata?: {
334
- key_id?: string | undefined;
335
334
  endpoint_id?: string | undefined;
336
335
  auto_join?: boolean | undefined;
337
336
  override_guest_acs_entrance_ids?: string[] | undefined;
337
+ key_id?: string | undefined;
338
338
  key_issuing_request_id?: string | undefined;
339
339
  door_names?: string[] | undefined;
340
340
  } | undefined;
@@ -403,10 +403,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
403
403
  credential_id?: string | undefined;
404
404
  } | undefined;
405
405
  assa_abloy_vostio_metadata?: {
406
- key_id?: string | undefined;
407
406
  endpoint_id?: string | undefined;
408
407
  auto_join?: boolean | undefined;
409
408
  override_guest_acs_entrance_ids?: string[] | undefined;
409
+ key_id?: string | undefined;
410
410
  key_issuing_request_id?: string | undefined;
411
411
  door_names?: string[] | undefined;
412
412
  } | undefined;
@@ -572,17 +572,17 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
572
572
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
573
573
  endpoint_id: z.ZodOptional<z.ZodString>;
574
574
  }, "strip", z.ZodTypeAny, {
575
- key_id?: string | undefined;
576
575
  endpoint_id?: string | undefined;
577
576
  auto_join?: boolean | undefined;
578
577
  override_guest_acs_entrance_ids?: string[] | undefined;
578
+ key_id?: string | undefined;
579
579
  key_issuing_request_id?: string | undefined;
580
580
  door_names?: string[] | undefined;
581
581
  }, {
582
- key_id?: string | undefined;
583
582
  endpoint_id?: string | undefined;
584
583
  auto_join?: boolean | undefined;
585
584
  override_guest_acs_entrance_ids?: string[] | undefined;
585
+ key_id?: string | undefined;
586
586
  key_issuing_request_id?: string | undefined;
587
587
  door_names?: string[] | undefined;
588
588
  }>>;
@@ -640,10 +640,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
640
640
  credential_id?: string | undefined;
641
641
  } | undefined;
642
642
  assa_abloy_vostio_metadata?: {
643
- key_id?: string | undefined;
644
643
  endpoint_id?: string | undefined;
645
644
  auto_join?: boolean | undefined;
646
645
  override_guest_acs_entrance_ids?: string[] | undefined;
646
+ key_id?: string | undefined;
647
647
  key_issuing_request_id?: string | undefined;
648
648
  door_names?: string[] | undefined;
649
649
  } | undefined;
@@ -712,10 +712,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
712
712
  credential_id?: string | undefined;
713
713
  } | undefined;
714
714
  assa_abloy_vostio_metadata?: {
715
- key_id?: string | undefined;
716
715
  endpoint_id?: string | undefined;
717
716
  auto_join?: boolean | undefined;
718
717
  override_guest_acs_entrance_ids?: string[] | undefined;
718
+ key_id?: string | undefined;
719
719
  key_issuing_request_id?: string | undefined;
720
720
  door_names?: string[] | undefined;
721
721
  } | undefined;
@@ -821,10 +821,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
821
821
  credential_id?: string | undefined;
822
822
  } | undefined;
823
823
  assa_abloy_vostio_metadata?: {
824
- key_id?: string | undefined;
825
824
  endpoint_id?: string | undefined;
826
825
  auto_join?: boolean | undefined;
827
826
  override_guest_acs_entrance_ids?: string[] | undefined;
827
+ key_id?: string | undefined;
828
828
  key_issuing_request_id?: string | undefined;
829
829
  door_names?: string[] | undefined;
830
830
  } | undefined;
@@ -893,10 +893,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
893
893
  credential_id?: string | undefined;
894
894
  } | undefined;
895
895
  assa_abloy_vostio_metadata?: {
896
- key_id?: string | undefined;
897
896
  endpoint_id?: string | undefined;
898
897
  auto_join?: boolean | undefined;
899
898
  override_guest_acs_entrance_ids?: string[] | undefined;
899
+ key_id?: string | undefined;
900
900
  key_issuing_request_id?: string | undefined;
901
901
  door_names?: string[] | undefined;
902
902
  } | undefined;
@@ -992,10 +992,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
992
992
  credential_id?: string | undefined;
993
993
  } | undefined;
994
994
  assa_abloy_vostio_metadata?: {
995
- key_id?: string | undefined;
996
995
  endpoint_id?: string | undefined;
997
996
  auto_join?: boolean | undefined;
998
997
  override_guest_acs_entrance_ids?: string[] | undefined;
998
+ key_id?: string | undefined;
999
999
  key_issuing_request_id?: string | undefined;
1000
1000
  door_names?: string[] | undefined;
1001
1001
  } | undefined;
@@ -1064,10 +1064,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1064
1064
  credential_id?: string | undefined;
1065
1065
  } | undefined;
1066
1066
  assa_abloy_vostio_metadata?: {
1067
- key_id?: string | undefined;
1068
1067
  endpoint_id?: string | undefined;
1069
1068
  auto_join?: boolean | undefined;
1070
1069
  override_guest_acs_entrance_ids?: string[] | undefined;
1070
+ key_id?: string | undefined;
1071
1071
  key_issuing_request_id?: string | undefined;
1072
1072
  door_names?: string[] | undefined;
1073
1073
  } | undefined;
@@ -1168,10 +1168,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1168
1168
  credential_id?: string | undefined;
1169
1169
  } | undefined;
1170
1170
  assa_abloy_vostio_metadata?: {
1171
- key_id?: string | undefined;
1172
1171
  endpoint_id?: string | undefined;
1173
1172
  auto_join?: boolean | undefined;
1174
1173
  override_guest_acs_entrance_ids?: string[] | undefined;
1174
+ key_id?: string | undefined;
1175
1175
  key_issuing_request_id?: string | undefined;
1176
1176
  door_names?: string[] | undefined;
1177
1177
  } | undefined;
@@ -1240,10 +1240,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1240
1240
  credential_id?: string | undefined;
1241
1241
  } | undefined;
1242
1242
  assa_abloy_vostio_metadata?: {
1243
- key_id?: string | undefined;
1244
1243
  endpoint_id?: string | undefined;
1245
1244
  auto_join?: boolean | undefined;
1246
1245
  override_guest_acs_entrance_ids?: string[] | undefined;
1246
+ key_id?: string | undefined;
1247
1247
  key_issuing_request_id?: string | undefined;
1248
1248
  door_names?: string[] | undefined;
1249
1249
  } | undefined;
@@ -1345,10 +1345,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1345
1345
  credential_id?: string | undefined;
1346
1346
  } | undefined;
1347
1347
  assa_abloy_vostio_metadata?: {
1348
- key_id?: string | undefined;
1349
1348
  endpoint_id?: string | undefined;
1350
1349
  auto_join?: boolean | undefined;
1351
1350
  override_guest_acs_entrance_ids?: string[] | undefined;
1351
+ key_id?: string | undefined;
1352
1352
  key_issuing_request_id?: string | undefined;
1353
1353
  door_names?: string[] | undefined;
1354
1354
  } | undefined;
@@ -1417,10 +1417,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1417
1417
  credential_id?: string | undefined;
1418
1418
  } | undefined;
1419
1419
  assa_abloy_vostio_metadata?: {
1420
- key_id?: string | undefined;
1421
1420
  endpoint_id?: string | undefined;
1422
1421
  auto_join?: boolean | undefined;
1423
1422
  override_guest_acs_entrance_ids?: string[] | undefined;
1423
+ key_id?: string | undefined;
1424
1424
  key_issuing_request_id?: string | undefined;
1425
1425
  door_names?: string[] | undefined;
1426
1426
  } | undefined;