@seamapi/types 1.335.0 → 1.336.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 +8 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +13 -13
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.js +3 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +7 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +3 -0
- package/src/lib/seam/connect/models/acs/acs-user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +3 -0
- package/src/lib/seam/connect/route-types.ts +7 -0
|
@@ -6108,7 +6108,7 @@ export interface Routes {
|
|
|
6108
6108
|
/** Display name for the `acs_user`. */
|
|
6109
6109
|
display_name: string;
|
|
6110
6110
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
6111
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
6111
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
6112
6112
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
6113
6113
|
external_type_display_name?: string | undefined;
|
|
6114
6114
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -10182,7 +10182,7 @@ export interface Routes {
|
|
|
10182
10182
|
/** Display name for the `acs_user`. */
|
|
10183
10183
|
display_name: string;
|
|
10184
10184
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
10185
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
10185
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
10186
10186
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
10187
10187
|
external_type_display_name?: string | undefined;
|
|
10188
10188
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -10302,7 +10302,7 @@ export interface Routes {
|
|
|
10302
10302
|
/** Display name for the `acs_user`. */
|
|
10303
10303
|
display_name: string;
|
|
10304
10304
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
10305
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
10305
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
10306
10306
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
10307
10307
|
external_type_display_name?: string | undefined;
|
|
10308
10308
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -10417,7 +10417,7 @@ export interface Routes {
|
|
|
10417
10417
|
/** Display name for the `acs_user`. */
|
|
10418
10418
|
display_name: string;
|
|
10419
10419
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
10420
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
10420
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
10421
10421
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
10422
10422
|
external_type_display_name?: string | undefined;
|
|
10423
10423
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -10628,7 +10628,7 @@ export interface Routes {
|
|
|
10628
10628
|
/** Display name for the `acs_user`. */
|
|
10629
10629
|
display_name: string;
|
|
10630
10630
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
10631
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
10631
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
10632
10632
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
10633
10633
|
external_type_display_name?: string | undefined;
|
|
10634
10634
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -10738,7 +10738,7 @@ export interface Routes {
|
|
|
10738
10738
|
/** Display name for the `acs_user`. */
|
|
10739
10739
|
display_name: string;
|
|
10740
10740
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
10741
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
10741
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
10742
10742
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
10743
10743
|
external_type_display_name?: string | undefined;
|
|
10744
10744
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
|
@@ -36241,7 +36241,7 @@ export interface Routes {
|
|
|
36241
36241
|
/** Display name for the `acs_user`. */
|
|
36242
36242
|
display_name: string;
|
|
36243
36243
|
/** Brand-specific terminology for the `acs_user` type. */
|
|
36244
|
-
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
|
|
36244
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user' | 'salto_space_user') | undefined;
|
|
36245
36245
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
36246
36246
|
external_type_display_name?: string | undefined;
|
|
36247
36247
|
/** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
|
package/package.json
CHANGED
|
@@ -20,6 +20,7 @@ export {
|
|
|
20
20
|
climate_preset,
|
|
21
21
|
climate_setting,
|
|
22
22
|
common_device_properties,
|
|
23
|
+
common_event,
|
|
23
24
|
connect_webview_device_selection_mode,
|
|
24
25
|
connected_account,
|
|
25
26
|
custom_metadata_input,
|
|
@@ -28,6 +29,8 @@ export {
|
|
|
28
29
|
device_provider,
|
|
29
30
|
dormakaba_oracode_time_slot,
|
|
30
31
|
enrollment_automation,
|
|
32
|
+
seam_event as event,
|
|
33
|
+
seam_event_type as event_type,
|
|
31
34
|
fan_mode_setting,
|
|
32
35
|
lock_device_type,
|
|
33
36
|
access_code as managed_access_code,
|
|
@@ -2131,6 +2131,7 @@ export default {
|
|
|
2131
2131
|
'salto_site_user',
|
|
2132
2132
|
'latch_user',
|
|
2133
2133
|
'dormakaba_community_user',
|
|
2134
|
+
'salto_space_user',
|
|
2134
2135
|
],
|
|
2135
2136
|
type: 'string',
|
|
2136
2137
|
},
|
|
@@ -19965,6 +19966,7 @@ export default {
|
|
|
19965
19966
|
'salto_site_user',
|
|
19966
19967
|
'latch_user',
|
|
19967
19968
|
'dormakaba_community_user',
|
|
19969
|
+
'salto_space_user',
|
|
19968
19970
|
],
|
|
19969
19971
|
type: 'string',
|
|
19970
19972
|
},
|
|
@@ -20383,6 +20385,7 @@ export default {
|
|
|
20383
20385
|
'salto_site_user',
|
|
20384
20386
|
'latch_user',
|
|
20385
20387
|
'dormakaba_community_user',
|
|
20388
|
+
'salto_space_user',
|
|
20386
20389
|
],
|
|
20387
20390
|
type: 'string',
|
|
20388
20391
|
},
|
|
@@ -7331,6 +7331,7 @@ export interface Routes {
|
|
|
7331
7331
|
| 'salto_site_user'
|
|
7332
7332
|
| 'latch_user'
|
|
7333
7333
|
| 'dormakaba_community_user'
|
|
7334
|
+
| 'salto_space_user'
|
|
7334
7335
|
)
|
|
7335
7336
|
| undefined
|
|
7336
7337
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
@@ -12306,6 +12307,7 @@ export interface Routes {
|
|
|
12306
12307
|
| 'salto_site_user'
|
|
12307
12308
|
| 'latch_user'
|
|
12308
12309
|
| 'dormakaba_community_user'
|
|
12310
|
+
| 'salto_space_user'
|
|
12309
12311
|
)
|
|
12310
12312
|
| undefined
|
|
12311
12313
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
@@ -12451,6 +12453,7 @@ export interface Routes {
|
|
|
12451
12453
|
| 'salto_site_user'
|
|
12452
12454
|
| 'latch_user'
|
|
12453
12455
|
| 'dormakaba_community_user'
|
|
12456
|
+
| 'salto_space_user'
|
|
12454
12457
|
)
|
|
12455
12458
|
| undefined
|
|
12456
12459
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
@@ -12591,6 +12594,7 @@ export interface Routes {
|
|
|
12591
12594
|
| 'salto_site_user'
|
|
12592
12595
|
| 'latch_user'
|
|
12593
12596
|
| 'dormakaba_community_user'
|
|
12597
|
+
| 'salto_space_user'
|
|
12594
12598
|
)
|
|
12595
12599
|
| undefined
|
|
12596
12600
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
@@ -12850,6 +12854,7 @@ export interface Routes {
|
|
|
12850
12854
|
| 'salto_site_user'
|
|
12851
12855
|
| 'latch_user'
|
|
12852
12856
|
| 'dormakaba_community_user'
|
|
12857
|
+
| 'salto_space_user'
|
|
12853
12858
|
)
|
|
12854
12859
|
| undefined
|
|
12855
12860
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
@@ -12985,6 +12990,7 @@ export interface Routes {
|
|
|
12985
12990
|
| 'salto_site_user'
|
|
12986
12991
|
| 'latch_user'
|
|
12987
12992
|
| 'dormakaba_community_user'
|
|
12993
|
+
| 'salto_space_user'
|
|
12988
12994
|
)
|
|
12989
12995
|
| undefined
|
|
12990
12996
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|
|
@@ -45330,6 +45336,7 @@ export interface Routes {
|
|
|
45330
45336
|
| 'salto_site_user'
|
|
45331
45337
|
| 'latch_user'
|
|
45332
45338
|
| 'dormakaba_community_user'
|
|
45339
|
+
| 'salto_space_user'
|
|
45333
45340
|
)
|
|
45334
45341
|
| undefined
|
|
45335
45342
|
/** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
|