@seamapi/types 1.547.0 → 1.549.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 +43 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +292 -210
- package/dist/index.cjs +43 -11
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +14 -4
- package/lib/seam/connect/models/acs/metadata/hotek.d.ts +6 -0
- package/lib/seam/connect/models/acs/metadata/hotek.js +2 -0
- package/lib/seam/connect/models/acs/metadata/hotek.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/batch.d.ts +184 -114
- package/lib/seam/connect/models/phones/phone-session.d.ts +70 -30
- package/lib/seam/connect/openapi.d.ts +18 -0
- package/lib/seam/connect/openapi.js +31 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +168 -128
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/metadata/hotek.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +31 -2
- package/src/lib/seam/connect/route-types.ts +168 -0
|
@@ -129,7 +129,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
129
129
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
130
130
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
131
131
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
132
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential"]>>;
|
|
132
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
133
133
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
134
134
|
created_at: z.ZodString;
|
|
135
135
|
workspace_id: z.ZodString;
|
|
@@ -342,7 +342,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
342
342
|
user_identity_id?: string | undefined;
|
|
343
343
|
issued_at?: string | null | undefined;
|
|
344
344
|
is_issued?: boolean | undefined;
|
|
345
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
345
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
346
346
|
external_type_display_name?: string | undefined;
|
|
347
347
|
acs_user_id?: string | undefined;
|
|
348
348
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -414,7 +414,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
414
414
|
user_identity_id?: string | undefined;
|
|
415
415
|
issued_at?: string | null | undefined;
|
|
416
416
|
is_issued?: boolean | undefined;
|
|
417
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
417
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
418
418
|
external_type_display_name?: string | undefined;
|
|
419
419
|
acs_user_id?: string | undefined;
|
|
420
420
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -438,7 +438,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
438
438
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
439
439
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
440
440
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
441
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential"]>>;
|
|
441
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
442
442
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
443
443
|
created_at: z.ZodString;
|
|
444
444
|
workspace_id: z.ZodString;
|
|
@@ -651,7 +651,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
651
651
|
user_identity_id?: string | undefined;
|
|
652
652
|
issued_at?: string | null | undefined;
|
|
653
653
|
is_issued?: boolean | undefined;
|
|
654
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
654
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
655
655
|
external_type_display_name?: string | undefined;
|
|
656
656
|
acs_user_id?: string | undefined;
|
|
657
657
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -723,7 +723,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
723
723
|
user_identity_id?: string | undefined;
|
|
724
724
|
issued_at?: string | null | undefined;
|
|
725
725
|
is_issued?: boolean | undefined;
|
|
726
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
726
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
727
727
|
external_type_display_name?: string | undefined;
|
|
728
728
|
acs_user_id?: string | undefined;
|
|
729
729
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -832,7 +832,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
832
832
|
user_identity_id?: string | undefined;
|
|
833
833
|
issued_at?: string | null | undefined;
|
|
834
834
|
is_issued?: boolean | undefined;
|
|
835
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
835
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
836
836
|
external_type_display_name?: string | undefined;
|
|
837
837
|
acs_user_id?: string | undefined;
|
|
838
838
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -904,7 +904,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
904
904
|
user_identity_id?: string | undefined;
|
|
905
905
|
issued_at?: string | null | undefined;
|
|
906
906
|
is_issued?: boolean | undefined;
|
|
907
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
907
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
908
908
|
external_type_display_name?: string | undefined;
|
|
909
909
|
acs_user_id?: string | undefined;
|
|
910
910
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1003,7 +1003,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1003
1003
|
user_identity_id?: string | undefined;
|
|
1004
1004
|
issued_at?: string | null | undefined;
|
|
1005
1005
|
is_issued?: boolean | undefined;
|
|
1006
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1006
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1007
1007
|
external_type_display_name?: string | undefined;
|
|
1008
1008
|
acs_user_id?: string | undefined;
|
|
1009
1009
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1075,7 +1075,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1075
1075
|
user_identity_id?: string | undefined;
|
|
1076
1076
|
issued_at?: string | null | undefined;
|
|
1077
1077
|
is_issued?: boolean | undefined;
|
|
1078
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1078
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1079
1079
|
external_type_display_name?: string | undefined;
|
|
1080
1080
|
acs_user_id?: string | undefined;
|
|
1081
1081
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1179,7 +1179,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1179
1179
|
user_identity_id?: string | undefined;
|
|
1180
1180
|
issued_at?: string | null | undefined;
|
|
1181
1181
|
is_issued?: boolean | undefined;
|
|
1182
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1182
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1183
1183
|
external_type_display_name?: string | undefined;
|
|
1184
1184
|
acs_user_id?: string | undefined;
|
|
1185
1185
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1251,7 +1251,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1251
1251
|
user_identity_id?: string | undefined;
|
|
1252
1252
|
issued_at?: string | null | undefined;
|
|
1253
1253
|
is_issued?: boolean | undefined;
|
|
1254
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1254
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1255
1255
|
external_type_display_name?: string | undefined;
|
|
1256
1256
|
acs_user_id?: string | undefined;
|
|
1257
1257
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1356,7 +1356,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1356
1356
|
user_identity_id?: string | undefined;
|
|
1357
1357
|
issued_at?: string | null | undefined;
|
|
1358
1358
|
is_issued?: boolean | undefined;
|
|
1359
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1359
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1360
1360
|
external_type_display_name?: string | undefined;
|
|
1361
1361
|
acs_user_id?: string | undefined;
|
|
1362
1362
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1428,7 +1428,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1428
1428
|
user_identity_id?: string | undefined;
|
|
1429
1429
|
issued_at?: string | null | undefined;
|
|
1430
1430
|
is_issued?: boolean | undefined;
|
|
1431
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | undefined;
|
|
1431
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1432
1432
|
external_type_display_name?: string | undefined;
|
|
1433
1433
|
acs_user_id?: string | undefined;
|
|
1434
1434
|
acs_credential_pool_id?: string | undefined;
|