@seamapi/types 1.513.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 +18 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +220 -200
- package/dist/index.cjs +18 -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.d.ts +20 -0
- package/lib/seam/connect/openapi.js +9 -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 +9 -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;
|
|
@@ -23558,22 +23558,32 @@ declare const _default: {
|
|
|
23558
23558
|
client_session: never[];
|
|
23559
23559
|
pat_with_workspace?: never;
|
|
23560
23560
|
console_session_with_workspace?: never;
|
|
23561
|
+
client_session_with_customer?: never;
|
|
23561
23562
|
api_key?: never;
|
|
23562
23563
|
} | {
|
|
23563
23564
|
pat_with_workspace: never[];
|
|
23564
23565
|
client_session?: never;
|
|
23565
23566
|
console_session_with_workspace?: never;
|
|
23567
|
+
client_session_with_customer?: never;
|
|
23566
23568
|
api_key?: never;
|
|
23567
23569
|
} | {
|
|
23568
23570
|
console_session_with_workspace: never[];
|
|
23569
23571
|
client_session?: never;
|
|
23570
23572
|
pat_with_workspace?: never;
|
|
23573
|
+
client_session_with_customer?: never;
|
|
23574
|
+
api_key?: never;
|
|
23575
|
+
} | {
|
|
23576
|
+
client_session_with_customer: never[];
|
|
23577
|
+
client_session?: never;
|
|
23578
|
+
pat_with_workspace?: never;
|
|
23579
|
+
console_session_with_workspace?: never;
|
|
23571
23580
|
api_key?: never;
|
|
23572
23581
|
} | {
|
|
23573
23582
|
api_key: never[];
|
|
23574
23583
|
client_session?: never;
|
|
23575
23584
|
pat_with_workspace?: never;
|
|
23576
23585
|
console_session_with_workspace?: never;
|
|
23586
|
+
client_session_with_customer?: never;
|
|
23577
23587
|
})[];
|
|
23578
23588
|
summary: string;
|
|
23579
23589
|
tags: string[];
|
|
@@ -23640,22 +23650,32 @@ declare const _default: {
|
|
|
23640
23650
|
client_session: never[];
|
|
23641
23651
|
pat_with_workspace?: never;
|
|
23642
23652
|
console_session_with_workspace?: never;
|
|
23653
|
+
client_session_with_customer?: never;
|
|
23643
23654
|
api_key?: never;
|
|
23644
23655
|
} | {
|
|
23645
23656
|
pat_with_workspace: never[];
|
|
23646
23657
|
client_session?: never;
|
|
23647
23658
|
console_session_with_workspace?: never;
|
|
23659
|
+
client_session_with_customer?: never;
|
|
23648
23660
|
api_key?: never;
|
|
23649
23661
|
} | {
|
|
23650
23662
|
console_session_with_workspace: never[];
|
|
23651
23663
|
client_session?: never;
|
|
23652
23664
|
pat_with_workspace?: never;
|
|
23665
|
+
client_session_with_customer?: never;
|
|
23666
|
+
api_key?: never;
|
|
23667
|
+
} | {
|
|
23668
|
+
client_session_with_customer: never[];
|
|
23669
|
+
client_session?: never;
|
|
23670
|
+
pat_with_workspace?: never;
|
|
23671
|
+
console_session_with_workspace?: never;
|
|
23653
23672
|
api_key?: never;
|
|
23654
23673
|
} | {
|
|
23655
23674
|
api_key: never[];
|
|
23656
23675
|
client_session?: never;
|
|
23657
23676
|
pat_with_workspace?: never;
|
|
23658
23677
|
console_session_with_workspace?: never;
|
|
23678
|
+
client_session_with_customer?: never;
|
|
23659
23679
|
})[];
|
|
23660
23680
|
summary: string;
|
|
23661
23681
|
tags: string[];
|
|
@@ -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
|
},
|
|
@@ -30685,6 +30692,7 @@ export default {
|
|
|
30685
30692
|
{ client_session: [] },
|
|
30686
30693
|
{ pat_with_workspace: [] },
|
|
30687
30694
|
{ console_session_with_workspace: [] },
|
|
30695
|
+
{ client_session_with_customer: [] },
|
|
30688
30696
|
{ api_key: [] },
|
|
30689
30697
|
],
|
|
30690
30698
|
summary: '/acs/systems/list',
|
|
@@ -30744,6 +30752,7 @@ export default {
|
|
|
30744
30752
|
{ client_session: [] },
|
|
30745
30753
|
{ pat_with_workspace: [] },
|
|
30746
30754
|
{ console_session_with_workspace: [] },
|
|
30755
|
+
{ client_session_with_customer: [] },
|
|
30747
30756
|
{ api_key: [] },
|
|
30748
30757
|
],
|
|
30749
30758
|
summary: '/acs/systems/list',
|