@seamapi/types 1.570.0 → 1.571.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 +7134 -121
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6041 -1052
- package/dist/index.cjs +7134 -121
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +2 -2
- package/lib/seam/connect/models/batch.d.ts +18 -39
- package/lib/seam/connect/models/batch.js +6 -1
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -3
- package/lib/seam/connect/models/devices/device.js +0 -3
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -1
- package/lib/seam/connect/openapi.d.ts +5172 -140
- package/lib/seam/connect/openapi.js +7131 -119
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -34
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +6 -1
- package/src/lib/seam/connect/models/devices/device.ts +0 -3
- package/src/lib/seam/connect/openapi.ts +8379 -121
- package/src/lib/seam/connect/route-types.ts +1 -34
|
@@ -10170,8 +10170,6 @@ export type Routes = {
|
|
|
10170
10170
|
device_id: string;
|
|
10171
10171
|
/** Type of the device. */
|
|
10172
10172
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
10173
|
-
/** IDs of the spaces the device is in. */
|
|
10174
|
-
space_ids: string[];
|
|
10175
10173
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
10176
10174
|
nickname?: string | undefined;
|
|
10177
10175
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -13353,8 +13351,6 @@ export type Routes = {
|
|
|
13353
13351
|
device_id: string;
|
|
13354
13352
|
/** Type of the device. */
|
|
13355
13353
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
13356
|
-
/** IDs of the spaces the device is in. */
|
|
13357
|
-
space_ids: string[];
|
|
13358
13354
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
13359
13355
|
nickname?: string | undefined;
|
|
13360
13356
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -31857,8 +31853,6 @@ export type Routes = {
|
|
|
31857
31853
|
device_id: string;
|
|
31858
31854
|
/** Type of the device. */
|
|
31859
31855
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
31860
|
-
/** IDs of the spaces the device is in. */
|
|
31861
|
-
space_ids: string[];
|
|
31862
31856
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
31863
31857
|
nickname?: string | undefined;
|
|
31864
31858
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -33108,8 +33102,6 @@ export type Routes = {
|
|
|
33108
33102
|
device_id: string;
|
|
33109
33103
|
/** Type of the device. */
|
|
33110
33104
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
33111
|
-
/** IDs of the spaces the device is in. */
|
|
33112
|
-
space_ids: string[];
|
|
33113
33105
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
33114
33106
|
nickname?: string | undefined;
|
|
33115
33107
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -39262,8 +39254,6 @@ export type Routes = {
|
|
|
39262
39254
|
device_id: string;
|
|
39263
39255
|
/** Type of the device. */
|
|
39264
39256
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
39265
|
-
/** IDs of the spaces the device is in. */
|
|
39266
|
-
space_ids: string[];
|
|
39267
39257
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
39268
39258
|
nickname?: string | undefined;
|
|
39269
39259
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -40464,8 +40454,6 @@ export type Routes = {
|
|
|
40464
40454
|
device_id: string;
|
|
40465
40455
|
/** Type of the device. */
|
|
40466
40456
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
40467
|
-
/** IDs of the spaces the device is in. */
|
|
40468
|
-
space_ids: string[];
|
|
40469
40457
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
40470
40458
|
nickname?: string | undefined;
|
|
40471
40459
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -41715,8 +41703,6 @@ export type Routes = {
|
|
|
41715
41703
|
device_id: string;
|
|
41716
41704
|
/** Type of the device. */
|
|
41717
41705
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
41718
|
-
/** IDs of the spaces the device is in. */
|
|
41719
|
-
space_ids: string[];
|
|
41720
41706
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
41721
41707
|
nickname?: string | undefined;
|
|
41722
41708
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -42916,8 +42902,6 @@ export type Routes = {
|
|
|
42916
42902
|
device_id: string;
|
|
42917
42903
|
/** Type of the device. */
|
|
42918
42904
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
42919
|
-
/** IDs of the spaces the device is in. */
|
|
42920
|
-
space_ids: string[];
|
|
42921
42905
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
42922
42906
|
nickname?: string | undefined;
|
|
42923
42907
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -49205,8 +49189,6 @@ export type Routes = {
|
|
|
49205
49189
|
device_id: string;
|
|
49206
49190
|
/** Type of the device. */
|
|
49207
49191
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
49208
|
-
/** IDs of the spaces the device is in. */
|
|
49209
|
-
space_ids: string[];
|
|
49210
49192
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
49211
49193
|
nickname?: string | undefined;
|
|
49212
49194
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -50406,8 +50388,6 @@ export type Routes = {
|
|
|
50406
50388
|
device_id: string;
|
|
50407
50389
|
/** Type of the device. */
|
|
50408
50390
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
50409
|
-
/** IDs of the spaces the device is in. */
|
|
50410
|
-
space_ids: string[];
|
|
50411
50391
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
50412
50392
|
nickname?: string | undefined;
|
|
50413
50393
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -59129,8 +59109,6 @@ export type Routes = {
|
|
|
59129
59109
|
device_id: string;
|
|
59130
59110
|
/** Type of the device. */
|
|
59131
59111
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
59132
|
-
/** IDs of the spaces the device is in. */
|
|
59133
|
-
space_ids: string[];
|
|
59134
59112
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
59135
59113
|
nickname?: string | undefined;
|
|
59136
59114
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -60324,6 +60302,7 @@ export type Routes = {
|
|
|
60324
60302
|
can_simulate_hub_connection?: boolean | undefined;
|
|
60325
60303
|
can_simulate_hub_disconnection?: boolean | undefined;
|
|
60326
60304
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
60305
|
+
space_ids: string[];
|
|
60327
60306
|
}[] | undefined;
|
|
60328
60307
|
acs_entrances?: {
|
|
60329
60308
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
@@ -64722,8 +64701,6 @@ export type Routes = {
|
|
|
64722
64701
|
device_id: string;
|
|
64723
64702
|
/** Type of the device. */
|
|
64724
64703
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
64725
|
-
/** IDs of the spaces the device is in. */
|
|
64726
|
-
space_ids: string[];
|
|
64727
64704
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
64728
64705
|
nickname?: string | undefined;
|
|
64729
64706
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -68505,8 +68482,6 @@ export type Routes = {
|
|
|
68505
68482
|
device_id: string;
|
|
68506
68483
|
/** Type of the device. */
|
|
68507
68484
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
68508
|
-
/** IDs of the spaces the device is in. */
|
|
68509
|
-
space_ids: string[];
|
|
68510
68485
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
68511
68486
|
nickname?: string | undefined;
|
|
68512
68487
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -69706,8 +69681,6 @@ export type Routes = {
|
|
|
69706
69681
|
device_id: string;
|
|
69707
69682
|
/** Type of the device. */
|
|
69708
69683
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
69709
|
-
/** IDs of the spaces the device is in. */
|
|
69710
|
-
space_ids: string[];
|
|
69711
69684
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
69712
69685
|
nickname?: string | undefined;
|
|
69713
69686
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -76848,8 +76821,6 @@ export type Routes = {
|
|
|
76848
76821
|
device_id: string;
|
|
76849
76822
|
/** Type of the device. */
|
|
76850
76823
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
76851
|
-
/** IDs of the spaces the device is in. */
|
|
76852
|
-
space_ids: string[];
|
|
76853
76824
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
76854
76825
|
nickname?: string | undefined;
|
|
76855
76826
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -78051,8 +78022,6 @@ export type Routes = {
|
|
|
78051
78022
|
device_id: string;
|
|
78052
78023
|
/** Type of the device. */
|
|
78053
78024
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
78054
|
-
/** IDs of the spaces the device is in. */
|
|
78055
|
-
space_ids: string[];
|
|
78056
78025
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
78057
78026
|
nickname?: string | undefined;
|
|
78058
78027
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -80024,8 +79993,6 @@ export type Routes = {
|
|
|
80024
79993
|
device_id: string;
|
|
80025
79994
|
/** Type of the device. */
|
|
80026
79995
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
80027
|
-
/** IDs of the spaces the device is in. */
|
|
80028
|
-
space_ids: string[];
|
|
80029
79996
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
80030
79997
|
nickname?: string | undefined;
|
|
80031
79998
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
package/package.json
CHANGED
|
@@ -36,7 +36,12 @@ export const spaces_batch = z
|
|
|
36
36
|
.object({
|
|
37
37
|
batch_type: z.literal('spaces'),
|
|
38
38
|
spaces: space.array().optional(),
|
|
39
|
-
devices: device
|
|
39
|
+
devices: device
|
|
40
|
+
.extend({
|
|
41
|
+
space_ids: z.array(z.string().uuid()),
|
|
42
|
+
})
|
|
43
|
+
.array()
|
|
44
|
+
.optional(),
|
|
40
45
|
acs_entrances: acs_entrance.array().optional(),
|
|
41
46
|
connected_accounts: connected_account.array().optional(),
|
|
42
47
|
acs_systems: acs_system.array().optional(),
|
|
@@ -691,9 +691,6 @@ export const device = z
|
|
|
691
691
|
.object({
|
|
692
692
|
device_id: z.string().uuid().describe('ID of the device.'),
|
|
693
693
|
device_type: any_device_type.describe('Type of the device.'),
|
|
694
|
-
space_ids: z
|
|
695
|
-
.array(z.string().uuid())
|
|
696
|
-
.describe('IDs of the spaces the device is in.'),
|
|
697
694
|
nickname: z
|
|
698
695
|
.string()
|
|
699
696
|
.optional()
|