@seamapi/types 1.514.0 → 1.515.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 +16 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +200 -200
- package/dist/index.cjs +16 -8
- 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/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 +84 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +7 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +128 -128
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +128 -0
|
@@ -31,7 +31,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
31
31
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
32
32
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
33
33
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
34
|
-
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"]>>;
|
|
34
|
+
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"]>>;
|
|
35
35
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
36
36
|
created_at: z.ZodString;
|
|
37
37
|
workspace_id: z.ZodString;
|
|
@@ -569,7 +569,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
569
569
|
user_identity_id?: string | undefined;
|
|
570
570
|
issued_at?: string | null | undefined;
|
|
571
571
|
is_issued?: boolean | undefined;
|
|
572
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
572
|
+
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;
|
|
573
573
|
external_type_display_name?: string | undefined;
|
|
574
574
|
acs_user_id?: string | undefined;
|
|
575
575
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -700,7 +700,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
700
700
|
user_identity_id?: string | undefined;
|
|
701
701
|
issued_at?: string | null | undefined;
|
|
702
702
|
is_issued?: boolean | undefined;
|
|
703
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
703
|
+
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;
|
|
704
704
|
external_type_display_name?: string | undefined;
|
|
705
705
|
acs_user_id?: string | undefined;
|
|
706
706
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -833,7 +833,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
833
833
|
user_identity_id?: string | undefined;
|
|
834
834
|
issued_at?: string | null | undefined;
|
|
835
835
|
is_issued?: boolean | undefined;
|
|
836
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
836
|
+
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;
|
|
837
837
|
external_type_display_name?: string | undefined;
|
|
838
838
|
acs_user_id?: string | undefined;
|
|
839
839
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -972,7 +972,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
972
972
|
user_identity_id?: string | undefined;
|
|
973
973
|
issued_at?: string | null | undefined;
|
|
974
974
|
is_issued?: boolean | undefined;
|
|
975
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
975
|
+
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;
|
|
976
976
|
external_type_display_name?: string | undefined;
|
|
977
977
|
acs_user_id?: string | undefined;
|
|
978
978
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1022,7 +1022,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1022
1022
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
1023
1023
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1024
1024
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
1025
|
-
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"]>>;
|
|
1025
|
+
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"]>>;
|
|
1026
1026
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1027
1027
|
created_at: z.ZodString;
|
|
1028
1028
|
workspace_id: z.ZodString;
|
|
@@ -1560,7 +1560,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1560
1560
|
user_identity_id?: string | undefined;
|
|
1561
1561
|
issued_at?: string | null | undefined;
|
|
1562
1562
|
is_issued?: boolean | undefined;
|
|
1563
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1563
|
+
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;
|
|
1564
1564
|
external_type_display_name?: string | undefined;
|
|
1565
1565
|
acs_user_id?: string | undefined;
|
|
1566
1566
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1691,7 +1691,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1691
1691
|
user_identity_id?: string | undefined;
|
|
1692
1692
|
issued_at?: string | null | undefined;
|
|
1693
1693
|
is_issued?: boolean | undefined;
|
|
1694
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1694
|
+
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;
|
|
1695
1695
|
external_type_display_name?: string | undefined;
|
|
1696
1696
|
acs_user_id?: string | undefined;
|
|
1697
1697
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1824,7 +1824,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1824
1824
|
user_identity_id?: string | undefined;
|
|
1825
1825
|
issued_at?: string | null | undefined;
|
|
1826
1826
|
is_issued?: boolean | undefined;
|
|
1827
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1827
|
+
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;
|
|
1828
1828
|
external_type_display_name?: string | undefined;
|
|
1829
1829
|
acs_user_id?: string | undefined;
|
|
1830
1830
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1963,7 +1963,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1963
1963
|
user_identity_id?: string | undefined;
|
|
1964
1964
|
issued_at?: string | null | undefined;
|
|
1965
1965
|
is_issued?: boolean | undefined;
|
|
1966
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1966
|
+
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;
|
|
1967
1967
|
external_type_display_name?: string | undefined;
|
|
1968
1968
|
acs_user_id?: string | undefined;
|
|
1969
1969
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2216,7 +2216,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2216
2216
|
user_identity_id?: string | undefined;
|
|
2217
2217
|
issued_at?: string | null | undefined;
|
|
2218
2218
|
is_issued?: boolean | undefined;
|
|
2219
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2219
|
+
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;
|
|
2220
2220
|
external_type_display_name?: string | undefined;
|
|
2221
2221
|
acs_user_id?: string | undefined;
|
|
2222
2222
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2385,7 +2385,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2385
2385
|
user_identity_id?: string | undefined;
|
|
2386
2386
|
issued_at?: string | null | undefined;
|
|
2387
2387
|
is_issued?: boolean | undefined;
|
|
2388
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
2388
|
+
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;
|
|
2389
2389
|
external_type_display_name?: string | undefined;
|
|
2390
2390
|
acs_user_id?: string | undefined;
|
|
2391
2391
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1996,6 +1996,7 @@ export default {
|
|
|
1996
1996
|
'assa_abloy_vostio_key',
|
|
1997
1997
|
'salto_space_key',
|
|
1998
1998
|
'latch_access',
|
|
1999
|
+
'dormakaba_ambiance_credential',
|
|
1999
2000
|
],
|
|
2000
2001
|
type: 'string',
|
|
2001
2002
|
},
|
|
@@ -4116,6 +4117,7 @@ export default {
|
|
|
4116
4117
|
'assa_abloy_vostio_key',
|
|
4117
4118
|
'salto_space_key',
|
|
4118
4119
|
'latch_access',
|
|
4120
|
+
'dormakaba_ambiance_credential',
|
|
4119
4121
|
],
|
|
4120
4122
|
type: 'string',
|
|
4121
4123
|
},
|
|
@@ -4504,6 +4506,7 @@ export default {
|
|
|
4504
4506
|
'assa_abloy_vostio_key',
|
|
4505
4507
|
'salto_space_key',
|
|
4506
4508
|
'latch_access',
|
|
4509
|
+
'dormakaba_ambiance_credential',
|
|
4507
4510
|
],
|
|
4508
4511
|
type: 'string',
|
|
4509
4512
|
},
|
|
@@ -5070,6 +5073,7 @@ export default {
|
|
|
5070
5073
|
'assa_abloy_vostio_key',
|
|
5071
5074
|
'salto_space_key',
|
|
5072
5075
|
'latch_access',
|
|
5076
|
+
'dormakaba_ambiance_credential',
|
|
5073
5077
|
],
|
|
5074
5078
|
type: 'string',
|
|
5075
5079
|
},
|
|
@@ -5456,6 +5460,7 @@ export default {
|
|
|
5456
5460
|
'assa_abloy_vostio_key',
|
|
5457
5461
|
'salto_space_key',
|
|
5458
5462
|
'latch_access',
|
|
5463
|
+
'dormakaba_ambiance_credential',
|
|
5459
5464
|
],
|
|
5460
5465
|
type: 'string',
|
|
5461
5466
|
},
|
|
@@ -17799,6 +17804,7 @@ export default {
|
|
|
17799
17804
|
'assa_abloy_vostio_key',
|
|
17800
17805
|
'salto_space_key',
|
|
17801
17806
|
'latch_access',
|
|
17807
|
+
'dormakaba_ambiance_credential',
|
|
17802
17808
|
],
|
|
17803
17809
|
type: 'string',
|
|
17804
17810
|
},
|
|
@@ -20223,6 +20229,7 @@ export default {
|
|
|
20223
20229
|
'assa_abloy_vostio_key',
|
|
20224
20230
|
'salto_space_key',
|
|
20225
20231
|
'latch_access',
|
|
20232
|
+
'dormakaba_ambiance_credential',
|
|
20226
20233
|
],
|
|
20227
20234
|
type: 'string',
|
|
20228
20235
|
},
|