@seamapi/types 1.551.0 → 1.552.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 (29) hide show
  1. package/dist/connect.cjs +168 -1
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1355 -125
  4. package/dist/index.cjs +168 -1
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
  7. package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
  8. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
  9. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
  10. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
  11. package/lib/seam/connect/models/batch.d.ts +1176 -131
  12. package/lib/seam/connect/models/devices/device-metadata.d.ts +95 -0
  13. package/lib/seam/connect/models/devices/device-metadata.js +62 -0
  14. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  15. package/lib/seam/connect/models/devices/device-type.d.ts +8 -1
  16. package/lib/seam/connect/models/devices/device-type.js +8 -0
  17. package/lib/seam/connect/models/devices/device-type.js.map +1 -1
  18. package/lib/seam/connect/models/devices/device.d.ts +136 -3
  19. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +98 -3
  20. package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
  21. package/lib/seam/connect/openapi.d.ts +90 -0
  22. package/lib/seam/connect/openapi.js +140 -0
  23. package/lib/seam/connect/openapi.js.map +1 -1
  24. package/lib/seam/connect/route-types.d.ts +671 -25
  25. package/package.json +1 -1
  26. package/src/lib/seam/connect/models/devices/device-metadata.ts +62 -0
  27. package/src/lib/seam/connect/models/devices/device-type.ts +18 -0
  28. package/src/lib/seam/connect/openapi.ts +152 -0
  29. package/src/lib/seam/connect/route-types.ts +671 -0
@@ -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;
266
267
  endpoint_id?: string | undefined;
267
268
  auto_join?: boolean | undefined;
268
269
  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;
273
274
  endpoint_id?: string | undefined;
274
275
  auto_join?: boolean | undefined;
275
276
  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;
334
335
  endpoint_id?: string | undefined;
335
336
  auto_join?: boolean | undefined;
336
337
  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;
406
407
  endpoint_id?: string | undefined;
407
408
  auto_join?: boolean | undefined;
408
409
  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;
575
576
  endpoint_id?: string | undefined;
576
577
  auto_join?: boolean | undefined;
577
578
  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;
582
583
  endpoint_id?: string | undefined;
583
584
  auto_join?: boolean | undefined;
584
585
  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;
643
644
  endpoint_id?: string | undefined;
644
645
  auto_join?: boolean | undefined;
645
646
  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;
715
716
  endpoint_id?: string | undefined;
716
717
  auto_join?: boolean | undefined;
717
718
  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;
824
825
  endpoint_id?: string | undefined;
825
826
  auto_join?: boolean | undefined;
826
827
  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;
896
897
  endpoint_id?: string | undefined;
897
898
  auto_join?: boolean | undefined;
898
899
  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;
995
996
  endpoint_id?: string | undefined;
996
997
  auto_join?: boolean | undefined;
997
998
  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;
1067
1068
  endpoint_id?: string | undefined;
1068
1069
  auto_join?: boolean | undefined;
1069
1070
  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;
1171
1172
  endpoint_id?: string | undefined;
1172
1173
  auto_join?: boolean | undefined;
1173
1174
  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;
1243
1244
  endpoint_id?: string | undefined;
1244
1245
  auto_join?: boolean | undefined;
1245
1246
  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;
1348
1349
  endpoint_id?: string | undefined;
1349
1350
  auto_join?: boolean | undefined;
1350
1351
  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;
1420
1421
  endpoint_id?: string | undefined;
1421
1422
  auto_join?: boolean | undefined;
1422
1423
  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;