@seamapi/types 1.500.0 → 1.502.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 +46 -151
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +226 -1371
- package/dist/index.cjs +46 -151
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/lib/seam/connect/model-types.d.ts +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
- package/lib/seam/connect/models/batch.d.ts +249 -1208
- package/lib/seam/connect/models/batch.js +3 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/{customization_profiles/customization_profile.js → customization-profiles/customization-profile.js} +1 -1
- package/lib/seam/connect/models/{customization_profiles/customization_profile.js.map → customization-profiles/customization-profile.js.map} +1 -1
- package/lib/seam/connect/models/customization-profiles/index.d.ts +1 -0
- package/lib/seam/connect/models/customization-profiles/index.js +2 -0
- package/lib/seam/connect/models/customization-profiles/index.js.map +1 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -100
- package/lib/seam/connect/models/devices/device-metadata.js +1 -62
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -140
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -100
- package/lib/seam/connect/models/index.d.ts +1 -1
- package/lib/seam/connect/models/index.js +1 -1
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.d.ts +4 -4
- package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +24 -91
- package/lib/seam/connect/openapi.js +24 -112
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +35 -663
- package/package.json +1 -1
- package/src/lib/seam/connect/model-types.ts +1 -0
- package/src/lib/seam/connect/models/batch.ts +3 -0
- package/src/lib/seam/connect/models/customization-profiles/index.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -62
- package/src/lib/seam/connect/models/index.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +24 -124
- package/src/lib/seam/connect/route-types.ts +39 -663
- package/lib/seam/connect/models/{customization_profiles/customization_profile.d.ts → customization-profiles/customization-profile.d.ts} +2 -2
- /package/src/lib/seam/connect/models/{customization_profiles/customization_profile.ts → customization-profiles/customization-profile.ts} +0 -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;
|
|
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;
|