@seamapi/types 1.373.2 → 1.374.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 +9 -145
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +29 -21
- package/lib/seam/connect/models/acs/acs-system.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-system.js +2 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -18
- package/lib/seam/connect/openapi.js +7 -145
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +7 -145
- package/src/lib/seam/connect/route-types.ts +11 -123
|
@@ -11221,6 +11221,8 @@ export interface Routes {
|
|
|
11221
11221
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
11222
11222
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
11223
11223
|
acs_system_id: string;
|
|
11224
|
+
acs_users_count?: number | undefined;
|
|
11225
|
+
acs_access_group_count?: number | undefined;
|
|
11224
11226
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
11225
11227
|
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
11226
11228
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
@@ -11350,6 +11352,8 @@ export interface Routes {
|
|
|
11350
11352
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
11351
11353
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
11352
11354
|
acs_system_id: string;
|
|
11355
|
+
acs_users_count?: number | undefined;
|
|
11356
|
+
acs_access_group_count?: number | undefined;
|
|
11353
11357
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
11354
11358
|
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
11355
11359
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
@@ -11479,6 +11483,8 @@ export interface Routes {
|
|
|
11479
11483
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
11480
11484
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
11481
11485
|
acs_system_id: string;
|
|
11486
|
+
acs_users_count?: number | undefined;
|
|
11487
|
+
acs_access_group_count?: number | undefined;
|
|
11482
11488
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
11483
11489
|
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
11484
11490
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
@@ -24649,11 +24655,11 @@ export interface Routes {
|
|
|
24649
24655
|
/** ID of the Connect Webview by which to filter devices. */
|
|
24650
24656
|
connect_webview_id?: string | undefined;
|
|
24651
24657
|
/** Device type by which to filter devices. */
|
|
24652
|
-
device_type?: (
|
|
24658
|
+
device_type?: ('noiseaware_activity_zone' | 'minut_sensor') | undefined;
|
|
24653
24659
|
/** Array of device types by which to filter devices. */
|
|
24654
|
-
device_types?: Array<
|
|
24660
|
+
device_types?: Array<'noiseaware_activity_zone' | 'minut_sensor'> | undefined;
|
|
24655
24661
|
/** Manufacturer by which to filter devices. */
|
|
24656
|
-
manufacturer?: ('
|
|
24662
|
+
manufacturer?: ('noiseaware' | 'minut') | undefined;
|
|
24657
24663
|
/** Array of device IDs by which to filter devices. */
|
|
24658
24664
|
device_ids?: string[] | undefined;
|
|
24659
24665
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -40571,6 +40577,8 @@ export interface Routes {
|
|
|
40571
40577
|
default_credential_manager_acs_system_id?: (string | null) | undefined;
|
|
40572
40578
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
40573
40579
|
acs_system_id: string;
|
|
40580
|
+
acs_users_count?: number | undefined;
|
|
40581
|
+
acs_access_group_count?: number | undefined;
|
|
40574
40582
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
40575
40583
|
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
40576
40584
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
package/package.json
CHANGED
|
@@ -236,6 +236,8 @@ export const acs_system = z
|
|
|
236
236
|
.describe(
|
|
237
237
|
'ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
238
238
|
),
|
|
239
|
+
acs_users_count: z.number().optional(),
|
|
240
|
+
acs_access_group_count: z.number().optional(),
|
|
239
241
|
external_type: acs_system_external_type
|
|
240
242
|
.describe(
|
|
241
243
|
'Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type.',
|
|
@@ -1802,12 +1802,14 @@ export default {
|
|
|
1802
1802
|
description:
|
|
1803
1803
|
'Represents an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nWithin an `acs_system`, create [`acs_user`s](https://docs.seam.co/latest/api/acs/users#acs_user) and [`acs_credential`s](https://docs.seam.co/latest/api/acs/credentials#acs_credential) to grant access to the `acs_user`s.\n\nFor details about the resources associated with an access control system, see the [access control systems namespace](https://docs.seam.co/latest/api/acs).',
|
|
1804
1804
|
properties: {
|
|
1805
|
+
acs_access_group_count: { format: 'float', type: 'number' },
|
|
1805
1806
|
acs_system_id: {
|
|
1806
1807
|
description:
|
|
1807
1808
|
'ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
1808
1809
|
format: 'uuid',
|
|
1809
1810
|
type: 'string',
|
|
1810
1811
|
},
|
|
1812
|
+
acs_users_count: { format: 'float', type: 'number' },
|
|
1811
1813
|
can_add_acs_users_to_acs_access_groups: {
|
|
1812
1814
|
description:
|
|
1813
1815
|
'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
|
|
@@ -24588,117 +24590,15 @@ export default {
|
|
|
24588
24590
|
},
|
|
24589
24591
|
device_type: {
|
|
24590
24592
|
description: 'Device type by which to filter devices.',
|
|
24591
|
-
|
|
24592
|
-
|
|
24593
|
-
enum: [
|
|
24594
|
-
'akuvox_lock',
|
|
24595
|
-
'august_lock',
|
|
24596
|
-
'brivo_access_point',
|
|
24597
|
-
'butterflymx_panel',
|
|
24598
|
-
'avigilon_alta_entry',
|
|
24599
|
-
'doorking_lock',
|
|
24600
|
-
'genie_door',
|
|
24601
|
-
'igloo_lock',
|
|
24602
|
-
'linear_lock',
|
|
24603
|
-
'lockly_lock',
|
|
24604
|
-
'kwikset_lock',
|
|
24605
|
-
'nuki_lock',
|
|
24606
|
-
'salto_lock',
|
|
24607
|
-
'schlage_lock',
|
|
24608
|
-
'seam_relay',
|
|
24609
|
-
'smartthings_lock',
|
|
24610
|
-
'wyze_lock',
|
|
24611
|
-
'yale_lock',
|
|
24612
|
-
'two_n_intercom',
|
|
24613
|
-
'controlbyweb_device',
|
|
24614
|
-
'ttlock_lock',
|
|
24615
|
-
'igloohome_lock',
|
|
24616
|
-
'hubitat_lock',
|
|
24617
|
-
'four_suites_door',
|
|
24618
|
-
'dormakaba_oracode_door',
|
|
24619
|
-
'tedee_lock',
|
|
24620
|
-
'akiles_lock',
|
|
24621
|
-
],
|
|
24622
|
-
type: 'string',
|
|
24623
|
-
},
|
|
24624
|
-
{
|
|
24625
|
-
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
24626
|
-
type: 'string',
|
|
24627
|
-
},
|
|
24628
|
-
{
|
|
24629
|
-
enum: [
|
|
24630
|
-
'ecobee_thermostat',
|
|
24631
|
-
'nest_thermostat',
|
|
24632
|
-
'honeywell_resideo_thermostat',
|
|
24633
|
-
'tado_thermostat',
|
|
24634
|
-
'sensi_thermostat',
|
|
24635
|
-
],
|
|
24636
|
-
type: 'string',
|
|
24637
|
-
},
|
|
24638
|
-
{
|
|
24639
|
-
description: 'Type of phone.',
|
|
24640
|
-
enum: ['ios_phone', 'android_phone'],
|
|
24641
|
-
type: 'string',
|
|
24642
|
-
},
|
|
24643
|
-
],
|
|
24593
|
+
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
24594
|
+
type: 'string',
|
|
24644
24595
|
},
|
|
24645
24596
|
device_types: {
|
|
24646
24597
|
description:
|
|
24647
24598
|
'Array of device types by which to filter devices.',
|
|
24648
24599
|
items: {
|
|
24649
|
-
|
|
24650
|
-
|
|
24651
|
-
enum: [
|
|
24652
|
-
'akuvox_lock',
|
|
24653
|
-
'august_lock',
|
|
24654
|
-
'brivo_access_point',
|
|
24655
|
-
'butterflymx_panel',
|
|
24656
|
-
'avigilon_alta_entry',
|
|
24657
|
-
'doorking_lock',
|
|
24658
|
-
'genie_door',
|
|
24659
|
-
'igloo_lock',
|
|
24660
|
-
'linear_lock',
|
|
24661
|
-
'lockly_lock',
|
|
24662
|
-
'kwikset_lock',
|
|
24663
|
-
'nuki_lock',
|
|
24664
|
-
'salto_lock',
|
|
24665
|
-
'schlage_lock',
|
|
24666
|
-
'seam_relay',
|
|
24667
|
-
'smartthings_lock',
|
|
24668
|
-
'wyze_lock',
|
|
24669
|
-
'yale_lock',
|
|
24670
|
-
'two_n_intercom',
|
|
24671
|
-
'controlbyweb_device',
|
|
24672
|
-
'ttlock_lock',
|
|
24673
|
-
'igloohome_lock',
|
|
24674
|
-
'hubitat_lock',
|
|
24675
|
-
'four_suites_door',
|
|
24676
|
-
'dormakaba_oracode_door',
|
|
24677
|
-
'tedee_lock',
|
|
24678
|
-
'akiles_lock',
|
|
24679
|
-
],
|
|
24680
|
-
type: 'string',
|
|
24681
|
-
},
|
|
24682
|
-
{
|
|
24683
|
-
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
24684
|
-
type: 'string',
|
|
24685
|
-
},
|
|
24686
|
-
{
|
|
24687
|
-
enum: [
|
|
24688
|
-
'ecobee_thermostat',
|
|
24689
|
-
'nest_thermostat',
|
|
24690
|
-
'honeywell_resideo_thermostat',
|
|
24691
|
-
'tado_thermostat',
|
|
24692
|
-
'sensi_thermostat',
|
|
24693
|
-
],
|
|
24694
|
-
type: 'string',
|
|
24695
|
-
},
|
|
24696
|
-
{
|
|
24697
|
-
description: 'Type of phone.',
|
|
24698
|
-
enum: ['ios_phone', 'android_phone'],
|
|
24699
|
-
type: 'string',
|
|
24700
|
-
},
|
|
24701
|
-
],
|
|
24600
|
+
enum: ['noiseaware_activity_zone', 'minut_sensor'],
|
|
24601
|
+
type: 'string',
|
|
24702
24602
|
},
|
|
24703
24603
|
type: 'array',
|
|
24704
24604
|
},
|
|
@@ -24751,45 +24651,7 @@ export default {
|
|
|
24751
24651
|
},
|
|
24752
24652
|
manufacturer: {
|
|
24753
24653
|
description: 'Manufacturer by which to filter devices.',
|
|
24754
|
-
enum: [
|
|
24755
|
-
'akuvox',
|
|
24756
|
-
'august',
|
|
24757
|
-
'avigilon_alta',
|
|
24758
|
-
'brivo',
|
|
24759
|
-
'butterflymx',
|
|
24760
|
-
'doorking',
|
|
24761
|
-
'four_suites',
|
|
24762
|
-
'genie',
|
|
24763
|
-
'igloo',
|
|
24764
|
-
'keywe',
|
|
24765
|
-
'kwikset',
|
|
24766
|
-
'linear',
|
|
24767
|
-
'lockly',
|
|
24768
|
-
'nuki',
|
|
24769
|
-
'philia',
|
|
24770
|
-
'salto',
|
|
24771
|
-
'samsung',
|
|
24772
|
-
'schlage',
|
|
24773
|
-
'seam',
|
|
24774
|
-
'unknown',
|
|
24775
|
-
'wyze',
|
|
24776
|
-
'yale',
|
|
24777
|
-
'minut',
|
|
24778
|
-
'two_n',
|
|
24779
|
-
'ttlock',
|
|
24780
|
-
'nest',
|
|
24781
|
-
'igloohome',
|
|
24782
|
-
'ecobee',
|
|
24783
|
-
'hubitat',
|
|
24784
|
-
'controlbyweb',
|
|
24785
|
-
'smartthings',
|
|
24786
|
-
'dormakaba_oracode',
|
|
24787
|
-
'tedee',
|
|
24788
|
-
'honeywell_resideo',
|
|
24789
|
-
'akiles',
|
|
24790
|
-
'tado',
|
|
24791
|
-
'sensi',
|
|
24792
|
-
],
|
|
24654
|
+
enum: ['noiseaware', 'minut'],
|
|
24793
24655
|
type: 'string',
|
|
24794
24656
|
},
|
|
24795
24657
|
unstable_location_id: {
|
|
@@ -13150,6 +13150,8 @@ export interface Routes {
|
|
|
13150
13150
|
default_credential_manager_acs_system_id?: (string | null) | undefined
|
|
13151
13151
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
13152
13152
|
acs_system_id: string
|
|
13153
|
+
acs_users_count?: number | undefined
|
|
13154
|
+
acs_access_group_count?: number | undefined
|
|
13153
13155
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
13154
13156
|
external_type?:
|
|
13155
13157
|
| (
|
|
@@ -13323,6 +13325,8 @@ export interface Routes {
|
|
|
13323
13325
|
default_credential_manager_acs_system_id?: (string | null) | undefined
|
|
13324
13326
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
13325
13327
|
acs_system_id: string
|
|
13328
|
+
acs_users_count?: number | undefined
|
|
13329
|
+
acs_access_group_count?: number | undefined
|
|
13326
13330
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
13327
13331
|
external_type?:
|
|
13328
13332
|
| (
|
|
@@ -13496,6 +13500,8 @@ export interface Routes {
|
|
|
13496
13500
|
default_credential_manager_acs_system_id?: (string | null) | undefined
|
|
13497
13501
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
13498
13502
|
acs_system_id: string
|
|
13503
|
+
acs_users_count?: number | undefined
|
|
13504
|
+
acs_access_group_count?: number | undefined
|
|
13499
13505
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
13500
13506
|
external_type?:
|
|
13501
13507
|
| (
|
|
@@ -30007,133 +30013,13 @@ export interface Routes {
|
|
|
30007
30013
|
/** ID of the Connect Webview by which to filter devices. */
|
|
30008
30014
|
connect_webview_id?: string | undefined
|
|
30009
30015
|
/** Device type by which to filter devices. */
|
|
30010
|
-
device_type?:
|
|
30011
|
-
| (
|
|
30012
|
-
| (
|
|
30013
|
-
| 'akuvox_lock'
|
|
30014
|
-
| 'august_lock'
|
|
30015
|
-
| 'brivo_access_point'
|
|
30016
|
-
| 'butterflymx_panel'
|
|
30017
|
-
| 'avigilon_alta_entry'
|
|
30018
|
-
| 'doorking_lock'
|
|
30019
|
-
| 'genie_door'
|
|
30020
|
-
| 'igloo_lock'
|
|
30021
|
-
| 'linear_lock'
|
|
30022
|
-
| 'lockly_lock'
|
|
30023
|
-
| 'kwikset_lock'
|
|
30024
|
-
| 'nuki_lock'
|
|
30025
|
-
| 'salto_lock'
|
|
30026
|
-
| 'schlage_lock'
|
|
30027
|
-
| 'seam_relay'
|
|
30028
|
-
| 'smartthings_lock'
|
|
30029
|
-
| 'wyze_lock'
|
|
30030
|
-
| 'yale_lock'
|
|
30031
|
-
| 'two_n_intercom'
|
|
30032
|
-
| 'controlbyweb_device'
|
|
30033
|
-
| 'ttlock_lock'
|
|
30034
|
-
| 'igloohome_lock'
|
|
30035
|
-
| 'hubitat_lock'
|
|
30036
|
-
| 'four_suites_door'
|
|
30037
|
-
| 'dormakaba_oracode_door'
|
|
30038
|
-
| 'tedee_lock'
|
|
30039
|
-
| 'akiles_lock'
|
|
30040
|
-
)
|
|
30041
|
-
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
30042
|
-
| (
|
|
30043
|
-
| 'ecobee_thermostat'
|
|
30044
|
-
| 'nest_thermostat'
|
|
30045
|
-
| 'honeywell_resideo_thermostat'
|
|
30046
|
-
| 'tado_thermostat'
|
|
30047
|
-
| 'sensi_thermostat'
|
|
30048
|
-
)
|
|
30049
|
-
| ('ios_phone' | 'android_phone')
|
|
30050
|
-
)
|
|
30051
|
-
| undefined
|
|
30016
|
+
device_type?: ('noiseaware_activity_zone' | 'minut_sensor') | undefined
|
|
30052
30017
|
/** Array of device types by which to filter devices. */
|
|
30053
30018
|
device_types?:
|
|
30054
|
-
| Array<
|
|
30055
|
-
| (
|
|
30056
|
-
| 'akuvox_lock'
|
|
30057
|
-
| 'august_lock'
|
|
30058
|
-
| 'brivo_access_point'
|
|
30059
|
-
| 'butterflymx_panel'
|
|
30060
|
-
| 'avigilon_alta_entry'
|
|
30061
|
-
| 'doorking_lock'
|
|
30062
|
-
| 'genie_door'
|
|
30063
|
-
| 'igloo_lock'
|
|
30064
|
-
| 'linear_lock'
|
|
30065
|
-
| 'lockly_lock'
|
|
30066
|
-
| 'kwikset_lock'
|
|
30067
|
-
| 'nuki_lock'
|
|
30068
|
-
| 'salto_lock'
|
|
30069
|
-
| 'schlage_lock'
|
|
30070
|
-
| 'seam_relay'
|
|
30071
|
-
| 'smartthings_lock'
|
|
30072
|
-
| 'wyze_lock'
|
|
30073
|
-
| 'yale_lock'
|
|
30074
|
-
| 'two_n_intercom'
|
|
30075
|
-
| 'controlbyweb_device'
|
|
30076
|
-
| 'ttlock_lock'
|
|
30077
|
-
| 'igloohome_lock'
|
|
30078
|
-
| 'hubitat_lock'
|
|
30079
|
-
| 'four_suites_door'
|
|
30080
|
-
| 'dormakaba_oracode_door'
|
|
30081
|
-
| 'tedee_lock'
|
|
30082
|
-
| 'akiles_lock'
|
|
30083
|
-
)
|
|
30084
|
-
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
30085
|
-
| (
|
|
30086
|
-
| 'ecobee_thermostat'
|
|
30087
|
-
| 'nest_thermostat'
|
|
30088
|
-
| 'honeywell_resideo_thermostat'
|
|
30089
|
-
| 'tado_thermostat'
|
|
30090
|
-
| 'sensi_thermostat'
|
|
30091
|
-
)
|
|
30092
|
-
| ('ios_phone' | 'android_phone')
|
|
30093
|
-
>
|
|
30019
|
+
| Array<'noiseaware_activity_zone' | 'minut_sensor'>
|
|
30094
30020
|
| undefined
|
|
30095
30021
|
/** Manufacturer by which to filter devices. */
|
|
30096
|
-
manufacturer?:
|
|
30097
|
-
| (
|
|
30098
|
-
| 'akuvox'
|
|
30099
|
-
| 'august'
|
|
30100
|
-
| 'avigilon_alta'
|
|
30101
|
-
| 'brivo'
|
|
30102
|
-
| 'butterflymx'
|
|
30103
|
-
| 'doorking'
|
|
30104
|
-
| 'four_suites'
|
|
30105
|
-
| 'genie'
|
|
30106
|
-
| 'igloo'
|
|
30107
|
-
| 'keywe'
|
|
30108
|
-
| 'kwikset'
|
|
30109
|
-
| 'linear'
|
|
30110
|
-
| 'lockly'
|
|
30111
|
-
| 'nuki'
|
|
30112
|
-
| 'philia'
|
|
30113
|
-
| 'salto'
|
|
30114
|
-
| 'samsung'
|
|
30115
|
-
| 'schlage'
|
|
30116
|
-
| 'seam'
|
|
30117
|
-
| 'unknown'
|
|
30118
|
-
| 'wyze'
|
|
30119
|
-
| 'yale'
|
|
30120
|
-
| 'minut'
|
|
30121
|
-
| 'two_n'
|
|
30122
|
-
| 'ttlock'
|
|
30123
|
-
| 'nest'
|
|
30124
|
-
| 'igloohome'
|
|
30125
|
-
| 'ecobee'
|
|
30126
|
-
| 'hubitat'
|
|
30127
|
-
| 'controlbyweb'
|
|
30128
|
-
| 'smartthings'
|
|
30129
|
-
| 'dormakaba_oracode'
|
|
30130
|
-
| 'tedee'
|
|
30131
|
-
| 'honeywell_resideo'
|
|
30132
|
-
| 'akiles'
|
|
30133
|
-
| 'tado'
|
|
30134
|
-
| 'sensi'
|
|
30135
|
-
)
|
|
30136
|
-
| undefined
|
|
30022
|
+
manufacturer?: ('noiseaware' | 'minut') | undefined
|
|
30137
30023
|
/** Array of device IDs by which to filter devices. */
|
|
30138
30024
|
device_ids?: string[] | undefined
|
|
30139
30025
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -49409,6 +49295,8 @@ export interface Routes {
|
|
|
49409
49295
|
default_credential_manager_acs_system_id?: (string | null) | undefined
|
|
49410
49296
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
49411
49297
|
acs_system_id: string
|
|
49298
|
+
acs_users_count?: number | undefined
|
|
49299
|
+
acs_access_group_count?: number | undefined
|
|
49412
49300
|
/** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
|
|
49413
49301
|
external_type?:
|
|
49414
49302
|
| (
|