@seamapi/types 1.976.0 → 1.978.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 +270 -59
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +504 -46
- package/dist/index.cjs +270 -59
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +74 -14
- package/lib/seam/connect/models/customer/customer-portal.js +18 -4
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +48 -0
- package/lib/seam/connect/models/devices/device-metadata.js +40 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-type.js +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +71 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +51 -3
- package/lib/seam/connect/openapi.js +239 -40
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +381 -40
- package/package.json +2 -2
- package/src/lib/seam/connect/models/customer/customer-portal.ts +18 -4
- package/src/lib/seam/connect/models/devices/device-metadata.ts +41 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +244 -40
- package/src/lib/seam/connect/route-types.ts +438 -12
|
@@ -11554,7 +11554,7 @@ export type Routes = {
|
|
|
11554
11554
|
/** ID of the device. */
|
|
11555
11555
|
device_id: string;
|
|
11556
11556
|
/** Type of the device. */
|
|
11557
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
11557
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
11558
11558
|
/** IDs of the spaces the device is in. */
|
|
11559
11559
|
space_ids: string[];
|
|
11560
11560
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -12216,6 +12216,25 @@ export type Routes = {
|
|
|
12216
12216
|
/** Description for a Kisi device. */
|
|
12217
12217
|
description?: ((string | null) | undefined) | undefined;
|
|
12218
12218
|
} | undefined;
|
|
12219
|
+
/** Metadata for an Aqara device. */
|
|
12220
|
+
aqara_metadata?: {
|
|
12221
|
+
/** Device ID (did) for an Aqara device. */
|
|
12222
|
+
did?: (string | undefined) | undefined;
|
|
12223
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
12224
|
+
parent_did?: (string | undefined) | undefined;
|
|
12225
|
+
/** Device name for an Aqara device. */
|
|
12226
|
+
device_name?: (string | undefined) | undefined;
|
|
12227
|
+
/** Model identifier for an Aqara device. */
|
|
12228
|
+
model?: (string | undefined) | undefined;
|
|
12229
|
+
/** Model type for an Aqara device. */
|
|
12230
|
+
model_type?: (number | undefined) | undefined;
|
|
12231
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
12232
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
12233
|
+
/** Position (room) ID for an Aqara device. */
|
|
12234
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
12235
|
+
/** Firmware version for an Aqara device. */
|
|
12236
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
12237
|
+
} | undefined;
|
|
12219
12238
|
}) & ({
|
|
12220
12239
|
/** */
|
|
12221
12240
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -18353,7 +18372,7 @@ export type Routes = {
|
|
|
18353
18372
|
/** ID of the device. */
|
|
18354
18373
|
device_id: string;
|
|
18355
18374
|
/** Type of the device. */
|
|
18356
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
18375
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
18357
18376
|
/** IDs of the spaces the device is in. */
|
|
18358
18377
|
space_ids: string[];
|
|
18359
18378
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -19015,6 +19034,25 @@ export type Routes = {
|
|
|
19015
19034
|
/** Description for a Kisi device. */
|
|
19016
19035
|
description?: ((string | null) | undefined) | undefined;
|
|
19017
19036
|
} | undefined;
|
|
19037
|
+
/** Metadata for an Aqara device. */
|
|
19038
|
+
aqara_metadata?: {
|
|
19039
|
+
/** Device ID (did) for an Aqara device. */
|
|
19040
|
+
did?: (string | undefined) | undefined;
|
|
19041
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
19042
|
+
parent_did?: (string | undefined) | undefined;
|
|
19043
|
+
/** Device name for an Aqara device. */
|
|
19044
|
+
device_name?: (string | undefined) | undefined;
|
|
19045
|
+
/** Model identifier for an Aqara device. */
|
|
19046
|
+
model?: (string | undefined) | undefined;
|
|
19047
|
+
/** Model type for an Aqara device. */
|
|
19048
|
+
model_type?: (number | undefined) | undefined;
|
|
19049
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
19050
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
19051
|
+
/** Position (room) ID for an Aqara device. */
|
|
19052
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
19053
|
+
/** Firmware version for an Aqara device. */
|
|
19054
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
19055
|
+
} | undefined;
|
|
19018
19056
|
}) & ({
|
|
19019
19057
|
/** */
|
|
19020
19058
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -39398,7 +39436,7 @@ export type Routes = {
|
|
|
39398
39436
|
/** Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error. */
|
|
39399
39437
|
customer_key?: string | undefined;
|
|
39400
39438
|
/** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/api/devices/list_device_providers) with no filters. */
|
|
39401
|
-
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'yale_access' | 'hid_cm' | 'google_nest' | 'slack')[] | undefined;
|
|
39439
|
+
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'aqara' | 'yale_access' | 'hid_cm' | 'google_nest' | 'slack')[] | undefined;
|
|
39402
39440
|
/** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/api/devices/list_device_providers) with the desired `provider_category` filter. */
|
|
39403
39441
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
39404
39442
|
/** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
|
|
@@ -40435,10 +40473,16 @@ export type Routes = {
|
|
|
40435
40473
|
/** Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links. */
|
|
40436
40474
|
navigation_mode?: 'full' | 'restricted';
|
|
40437
40475
|
/** Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource. */
|
|
40438
|
-
deep_link?: {
|
|
40439
|
-
resource_type: 'reservation'
|
|
40476
|
+
deep_link?: ({
|
|
40477
|
+
resource_type: 'reservation';
|
|
40440
40478
|
resource_key: string;
|
|
40441
|
-
} |
|
|
40479
|
+
} | {
|
|
40480
|
+
resource_type: 'space';
|
|
40481
|
+
resource_key: string;
|
|
40482
|
+
} | {
|
|
40483
|
+
resource_type: 'device';
|
|
40484
|
+
resource_id: string;
|
|
40485
|
+
}) | undefined;
|
|
40442
40486
|
/** Whether the portal is in developer mode. Only available for Seam employees. */
|
|
40443
40487
|
_dev?: boolean;
|
|
40444
40488
|
} & {
|
|
@@ -41221,7 +41265,7 @@ export type Routes = {
|
|
|
41221
41265
|
/** ID of the device. */
|
|
41222
41266
|
device_id: string;
|
|
41223
41267
|
/** Type of the device. */
|
|
41224
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
41268
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
41225
41269
|
/** IDs of the spaces the device is in. */
|
|
41226
41270
|
space_ids: string[];
|
|
41227
41271
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -41883,6 +41927,25 @@ export type Routes = {
|
|
|
41883
41927
|
/** Description for a Kisi device. */
|
|
41884
41928
|
description?: ((string | null) | undefined) | undefined;
|
|
41885
41929
|
} | undefined;
|
|
41930
|
+
/** Metadata for an Aqara device. */
|
|
41931
|
+
aqara_metadata?: {
|
|
41932
|
+
/** Device ID (did) for an Aqara device. */
|
|
41933
|
+
did?: (string | undefined) | undefined;
|
|
41934
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
41935
|
+
parent_did?: (string | undefined) | undefined;
|
|
41936
|
+
/** Device name for an Aqara device. */
|
|
41937
|
+
device_name?: (string | undefined) | undefined;
|
|
41938
|
+
/** Model identifier for an Aqara device. */
|
|
41939
|
+
model?: (string | undefined) | undefined;
|
|
41940
|
+
/** Model type for an Aqara device. */
|
|
41941
|
+
model_type?: (number | undefined) | undefined;
|
|
41942
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
41943
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
41944
|
+
/** Position (room) ID for an Aqara device. */
|
|
41945
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
41946
|
+
/** Firmware version for an Aqara device. */
|
|
41947
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
41948
|
+
} | undefined;
|
|
41886
41949
|
}) & ({
|
|
41887
41950
|
/** */
|
|
41888
41951
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -42684,11 +42747,11 @@ export type Routes = {
|
|
|
42684
42747
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
42685
42748
|
connect_webview_id?: string | undefined;
|
|
42686
42749
|
/** Device type for which you want to list devices. */
|
|
42687
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera') | undefined;
|
|
42750
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera') | undefined;
|
|
42688
42751
|
/** Array of device types for which you want to list devices. */
|
|
42689
|
-
device_types?: (('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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera')[] | undefined;
|
|
42752
|
+
device_types?: (('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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera')[] | undefined;
|
|
42690
42753
|
/** Manufacturer for which you want to list devices. */
|
|
42691
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
42754
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
42692
42755
|
/** Array of device IDs for which you want to list devices. */
|
|
42693
42756
|
device_ids?: string[] | undefined;
|
|
42694
42757
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -42721,7 +42784,7 @@ export type Routes = {
|
|
|
42721
42784
|
/** ID of the device. */
|
|
42722
42785
|
device_id: string;
|
|
42723
42786
|
/** Type of the device. */
|
|
42724
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
42787
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
42725
42788
|
/** IDs of the spaces the device is in. */
|
|
42726
42789
|
space_ids: string[];
|
|
42727
42790
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -43383,6 +43446,25 @@ export type Routes = {
|
|
|
43383
43446
|
/** Description for a Kisi device. */
|
|
43384
43447
|
description?: ((string | null) | undefined) | undefined;
|
|
43385
43448
|
} | undefined;
|
|
43449
|
+
/** Metadata for an Aqara device. */
|
|
43450
|
+
aqara_metadata?: {
|
|
43451
|
+
/** Device ID (did) for an Aqara device. */
|
|
43452
|
+
did?: (string | undefined) | undefined;
|
|
43453
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
43454
|
+
parent_did?: (string | undefined) | undefined;
|
|
43455
|
+
/** Device name for an Aqara device. */
|
|
43456
|
+
device_name?: (string | undefined) | undefined;
|
|
43457
|
+
/** Model identifier for an Aqara device. */
|
|
43458
|
+
model?: (string | undefined) | undefined;
|
|
43459
|
+
/** Model type for an Aqara device. */
|
|
43460
|
+
model_type?: (number | undefined) | undefined;
|
|
43461
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
43462
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
43463
|
+
/** Position (room) ID for an Aqara device. */
|
|
43464
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
43465
|
+
/** Firmware version for an Aqara device. */
|
|
43466
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
43467
|
+
} | undefined;
|
|
43386
43468
|
}) & ({
|
|
43387
43469
|
/** */
|
|
43388
43470
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -44191,7 +44273,7 @@ export type Routes = {
|
|
|
44191
44273
|
jsonResponse: {
|
|
44192
44274
|
device_providers: {
|
|
44193
44275
|
/** Name of the device provider. */
|
|
44194
|
-
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi';
|
|
44276
|
+
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'aqara';
|
|
44195
44277
|
/** Display name for the device provider. */
|
|
44196
44278
|
display_name: string;
|
|
44197
44279
|
/** Image URL for the device provider. */
|
|
@@ -44369,7 +44451,7 @@ export type Routes = {
|
|
|
44369
44451
|
/** ID of the device. */
|
|
44370
44452
|
device_id: string;
|
|
44371
44453
|
/** Type of the device. */
|
|
44372
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
44454
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
44373
44455
|
/** Unique identifier for the account associated with the device. */
|
|
44374
44456
|
connected_account_id: string;
|
|
44375
44457
|
/** Location information for the device. */
|
|
@@ -44856,11 +44938,11 @@ export type Routes = {
|
|
|
44856
44938
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
44857
44939
|
connect_webview_id?: string | undefined;
|
|
44858
44940
|
/** Device type for which you want to list devices. */
|
|
44859
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera') | undefined;
|
|
44941
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera') | undefined;
|
|
44860
44942
|
/** Array of device types for which you want to list devices. */
|
|
44861
|
-
device_types?: (('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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera')[] | undefined;
|
|
44943
|
+
device_types?: (('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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera')[] | undefined;
|
|
44862
44944
|
/** Manufacturer for which you want to list devices. */
|
|
44863
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
44945
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
44864
44946
|
/** Array of device IDs for which you want to list devices. */
|
|
44865
44947
|
device_ids?: string[] | undefined;
|
|
44866
44948
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -44893,7 +44975,7 @@ export type Routes = {
|
|
|
44893
44975
|
/** ID of the device. */
|
|
44894
44976
|
device_id: string;
|
|
44895
44977
|
/** Type of the device. */
|
|
44896
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
44978
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
44897
44979
|
/** Unique identifier for the account associated with the device. */
|
|
44898
44980
|
connected_account_id: string;
|
|
44899
44981
|
/** Location information for the device. */
|
|
@@ -53852,7 +53934,7 @@ export type Routes = {
|
|
|
53852
53934
|
/** ID of the device. */
|
|
53853
53935
|
device_id: string;
|
|
53854
53936
|
/** Type of the device. */
|
|
53855
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
53937
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
53856
53938
|
/** IDs of the spaces the device is in. */
|
|
53857
53939
|
space_ids: string[];
|
|
53858
53940
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -54514,6 +54596,25 @@ export type Routes = {
|
|
|
54514
54596
|
/** Description for a Kisi device. */
|
|
54515
54597
|
description?: ((string | null) | undefined) | undefined;
|
|
54516
54598
|
} | undefined;
|
|
54599
|
+
/** Metadata for an Aqara device. */
|
|
54600
|
+
aqara_metadata?: {
|
|
54601
|
+
/** Device ID (did) for an Aqara device. */
|
|
54602
|
+
did?: (string | undefined) | undefined;
|
|
54603
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
54604
|
+
parent_did?: (string | undefined) | undefined;
|
|
54605
|
+
/** Device name for an Aqara device. */
|
|
54606
|
+
device_name?: (string | undefined) | undefined;
|
|
54607
|
+
/** Model identifier for an Aqara device. */
|
|
54608
|
+
model?: (string | undefined) | undefined;
|
|
54609
|
+
/** Model type for an Aqara device. */
|
|
54610
|
+
model_type?: (number | undefined) | undefined;
|
|
54611
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
54612
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
54613
|
+
/** Position (room) ID for an Aqara device. */
|
|
54614
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
54615
|
+
/** Firmware version for an Aqara device. */
|
|
54616
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
54617
|
+
} | undefined;
|
|
54517
54618
|
}) & ({
|
|
54518
54619
|
/** */
|
|
54519
54620
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -55302,7 +55403,7 @@ export type Routes = {
|
|
|
55302
55403
|
/** ID of the device. */
|
|
55303
55404
|
device_id: string;
|
|
55304
55405
|
/** Type of the device. */
|
|
55305
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
55406
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
55306
55407
|
/** IDs of the spaces the device is in. */
|
|
55307
55408
|
space_ids: string[];
|
|
55308
55409
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -55964,6 +56065,25 @@ export type Routes = {
|
|
|
55964
56065
|
/** Description for a Kisi device. */
|
|
55965
56066
|
description?: ((string | null) | undefined) | undefined;
|
|
55966
56067
|
} | undefined;
|
|
56068
|
+
/** Metadata for an Aqara device. */
|
|
56069
|
+
aqara_metadata?: {
|
|
56070
|
+
/** Device ID (did) for an Aqara device. */
|
|
56071
|
+
did?: (string | undefined) | undefined;
|
|
56072
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
56073
|
+
parent_did?: (string | undefined) | undefined;
|
|
56074
|
+
/** Device name for an Aqara device. */
|
|
56075
|
+
device_name?: (string | undefined) | undefined;
|
|
56076
|
+
/** Model identifier for an Aqara device. */
|
|
56077
|
+
model?: (string | undefined) | undefined;
|
|
56078
|
+
/** Model type for an Aqara device. */
|
|
56079
|
+
model_type?: (number | undefined) | undefined;
|
|
56080
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
56081
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
56082
|
+
/** Position (room) ID for an Aqara device. */
|
|
56083
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
56084
|
+
/** Firmware version for an Aqara device. */
|
|
56085
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
56086
|
+
} | undefined;
|
|
55967
56087
|
}) & ({
|
|
55968
56088
|
/** */
|
|
55969
56089
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -56765,11 +56885,11 @@ export type Routes = {
|
|
|
56765
56885
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
56766
56886
|
connect_webview_id?: string | undefined;
|
|
56767
56887
|
/** Device type of the locks that you want to list. */
|
|
56768
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | undefined;
|
|
56888
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | undefined;
|
|
56769
56889
|
/** Device types of the locks that you want to list. */
|
|
56770
|
-
device_types?: ('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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock')[] | undefined;
|
|
56890
|
+
device_types?: ('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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock')[] | undefined;
|
|
56771
56891
|
/** Manufacturer of the locks that you want to list. */
|
|
56772
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'korelock' | 'smartthings' | 'ultraloq' | 'omnitec' | 'kisi') | undefined;
|
|
56892
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'korelock' | 'smartthings' | 'ultraloq' | 'omnitec' | 'kisi') | undefined;
|
|
56773
56893
|
/** Array of device IDs for which you want to list devices. */
|
|
56774
56894
|
device_ids?: string[] | undefined;
|
|
56775
56895
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -56802,7 +56922,7 @@ export type Routes = {
|
|
|
56802
56922
|
/** ID of the device. */
|
|
56803
56923
|
device_id: string;
|
|
56804
56924
|
/** Type of the device. */
|
|
56805
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
56925
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
56806
56926
|
/** IDs of the spaces the device is in. */
|
|
56807
56927
|
space_ids: string[];
|
|
56808
56928
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -57464,6 +57584,25 @@ export type Routes = {
|
|
|
57464
57584
|
/** Description for a Kisi device. */
|
|
57465
57585
|
description?: ((string | null) | undefined) | undefined;
|
|
57466
57586
|
} | undefined;
|
|
57587
|
+
/** Metadata for an Aqara device. */
|
|
57588
|
+
aqara_metadata?: {
|
|
57589
|
+
/** Device ID (did) for an Aqara device. */
|
|
57590
|
+
did?: (string | undefined) | undefined;
|
|
57591
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
57592
|
+
parent_did?: (string | undefined) | undefined;
|
|
57593
|
+
/** Device name for an Aqara device. */
|
|
57594
|
+
device_name?: (string | undefined) | undefined;
|
|
57595
|
+
/** Model identifier for an Aqara device. */
|
|
57596
|
+
model?: (string | undefined) | undefined;
|
|
57597
|
+
/** Model type for an Aqara device. */
|
|
57598
|
+
model_type?: (number | undefined) | undefined;
|
|
57599
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
57600
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
57601
|
+
/** Position (room) ID for an Aqara device. */
|
|
57602
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
57603
|
+
/** Firmware version for an Aqara device. */
|
|
57604
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
57605
|
+
} | undefined;
|
|
57467
57606
|
}) & ({
|
|
57468
57607
|
/** */
|
|
57469
57608
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -58251,7 +58390,7 @@ export type Routes = {
|
|
|
58251
58390
|
/** ID of the device. */
|
|
58252
58391
|
device_id: string;
|
|
58253
58392
|
/** Type of the device. */
|
|
58254
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
58393
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
58255
58394
|
/** IDs of the spaces the device is in. */
|
|
58256
58395
|
space_ids: string[];
|
|
58257
58396
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -58913,6 +59052,25 @@ export type Routes = {
|
|
|
58913
59052
|
/** Description for a Kisi device. */
|
|
58914
59053
|
description?: ((string | null) | undefined) | undefined;
|
|
58915
59054
|
} | undefined;
|
|
59055
|
+
/** Metadata for an Aqara device. */
|
|
59056
|
+
aqara_metadata?: {
|
|
59057
|
+
/** Device ID (did) for an Aqara device. */
|
|
59058
|
+
did?: (string | undefined) | undefined;
|
|
59059
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
59060
|
+
parent_did?: (string | undefined) | undefined;
|
|
59061
|
+
/** Device name for an Aqara device. */
|
|
59062
|
+
device_name?: (string | undefined) | undefined;
|
|
59063
|
+
/** Model identifier for an Aqara device. */
|
|
59064
|
+
model?: (string | undefined) | undefined;
|
|
59065
|
+
/** Model type for an Aqara device. */
|
|
59066
|
+
model_type?: (number | undefined) | undefined;
|
|
59067
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
59068
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
59069
|
+
/** Position (room) ID for an Aqara device. */
|
|
59070
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
59071
|
+
/** Firmware version for an Aqara device. */
|
|
59072
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
59073
|
+
} | undefined;
|
|
58916
59074
|
}) & ({
|
|
58917
59075
|
/** */
|
|
58918
59076
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -66581,7 +66739,7 @@ export type Routes = {
|
|
|
66581
66739
|
/** ID of the device. */
|
|
66582
66740
|
device_id: string;
|
|
66583
66741
|
/** Type of the device. */
|
|
66584
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
66742
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
66585
66743
|
/** IDs of the spaces the device is in. */
|
|
66586
66744
|
space_ids: string[];
|
|
66587
66745
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -67243,6 +67401,25 @@ export type Routes = {
|
|
|
67243
67401
|
/** Description for a Kisi device. */
|
|
67244
67402
|
description?: ((string | null) | undefined) | undefined;
|
|
67245
67403
|
} | undefined;
|
|
67404
|
+
/** Metadata for an Aqara device. */
|
|
67405
|
+
aqara_metadata?: {
|
|
67406
|
+
/** Device ID (did) for an Aqara device. */
|
|
67407
|
+
did?: (string | undefined) | undefined;
|
|
67408
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
67409
|
+
parent_did?: (string | undefined) | undefined;
|
|
67410
|
+
/** Device name for an Aqara device. */
|
|
67411
|
+
device_name?: (string | undefined) | undefined;
|
|
67412
|
+
/** Model identifier for an Aqara device. */
|
|
67413
|
+
model?: (string | undefined) | undefined;
|
|
67414
|
+
/** Model type for an Aqara device. */
|
|
67415
|
+
model_type?: (number | undefined) | undefined;
|
|
67416
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
67417
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
67418
|
+
/** Position (room) ID for an Aqara device. */
|
|
67419
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
67420
|
+
/** Firmware version for an Aqara device. */
|
|
67421
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
67422
|
+
} | undefined;
|
|
67246
67423
|
}) & ({
|
|
67247
67424
|
/** */
|
|
67248
67425
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -68030,7 +68207,7 @@ export type Routes = {
|
|
|
68030
68207
|
/** ID of the device. */
|
|
68031
68208
|
device_id: string;
|
|
68032
68209
|
/** Type of the device. */
|
|
68033
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
68210
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
68034
68211
|
/** IDs of the spaces the device is in. */
|
|
68035
68212
|
space_ids: string[];
|
|
68036
68213
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -68692,6 +68869,25 @@ export type Routes = {
|
|
|
68692
68869
|
/** Description for a Kisi device. */
|
|
68693
68870
|
description?: ((string | null) | undefined) | undefined;
|
|
68694
68871
|
} | undefined;
|
|
68872
|
+
/** Metadata for an Aqara device. */
|
|
68873
|
+
aqara_metadata?: {
|
|
68874
|
+
/** Device ID (did) for an Aqara device. */
|
|
68875
|
+
did?: (string | undefined) | undefined;
|
|
68876
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
68877
|
+
parent_did?: (string | undefined) | undefined;
|
|
68878
|
+
/** Device name for an Aqara device. */
|
|
68879
|
+
device_name?: (string | undefined) | undefined;
|
|
68880
|
+
/** Model identifier for an Aqara device. */
|
|
68881
|
+
model?: (string | undefined) | undefined;
|
|
68882
|
+
/** Model type for an Aqara device. */
|
|
68883
|
+
model_type?: (number | undefined) | undefined;
|
|
68884
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
68885
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
68886
|
+
/** Position (room) ID for an Aqara device. */
|
|
68887
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
68888
|
+
/** Firmware version for an Aqara device. */
|
|
68889
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
68890
|
+
} | undefined;
|
|
68695
68891
|
}) & ({
|
|
68696
68892
|
/** */
|
|
68697
68893
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -82512,10 +82708,16 @@ export type Routes = {
|
|
|
82512
82708
|
/** Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links. */
|
|
82513
82709
|
navigation_mode?: 'full' | 'restricted';
|
|
82514
82710
|
/** Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource. */
|
|
82515
|
-
deep_link?: {
|
|
82516
|
-
resource_type: 'reservation'
|
|
82711
|
+
deep_link?: ({
|
|
82712
|
+
resource_type: 'reservation';
|
|
82517
82713
|
resource_key: string;
|
|
82518
|
-
} |
|
|
82714
|
+
} | {
|
|
82715
|
+
resource_type: 'space';
|
|
82716
|
+
resource_key: string;
|
|
82717
|
+
} | {
|
|
82718
|
+
resource_type: 'device';
|
|
82719
|
+
resource_id: string;
|
|
82720
|
+
}) | undefined;
|
|
82519
82721
|
/** Business vertical of the customer portal. */
|
|
82520
82722
|
business_vertical?: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
82521
82723
|
feature_flags?: {
|
|
@@ -82654,10 +82856,16 @@ export type Routes = {
|
|
|
82654
82856
|
/** Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links. */
|
|
82655
82857
|
navigation_mode?: ('full' | 'restricted') | undefined;
|
|
82656
82858
|
/** Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource. */
|
|
82657
|
-
deep_link?: ({
|
|
82658
|
-
resource_type: 'reservation'
|
|
82859
|
+
deep_link?: (({
|
|
82860
|
+
resource_type: 'reservation';
|
|
82659
82861
|
resource_key: string;
|
|
82660
|
-
} |
|
|
82862
|
+
} | {
|
|
82863
|
+
resource_type: 'space';
|
|
82864
|
+
resource_key: string;
|
|
82865
|
+
} | {
|
|
82866
|
+
resource_type: 'device';
|
|
82867
|
+
resource_id: string;
|
|
82868
|
+
}) | undefined) | undefined;
|
|
82661
82869
|
};
|
|
82662
82870
|
};
|
|
82663
82871
|
commonParams: {};
|
|
@@ -84605,7 +84813,7 @@ export type Routes = {
|
|
|
84605
84813
|
/** ID of the device. */
|
|
84606
84814
|
device_id: string;
|
|
84607
84815
|
/** Type of the device. */
|
|
84608
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
84816
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
84609
84817
|
/** IDs of the spaces the device is in. */
|
|
84610
84818
|
space_ids: string[];
|
|
84611
84819
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -85267,6 +85475,25 @@ export type Routes = {
|
|
|
85267
85475
|
/** Description for a Kisi device. */
|
|
85268
85476
|
description?: ((string | null) | undefined) | undefined;
|
|
85269
85477
|
} | undefined;
|
|
85478
|
+
/** Metadata for an Aqara device. */
|
|
85479
|
+
aqara_metadata?: {
|
|
85480
|
+
/** Device ID (did) for an Aqara device. */
|
|
85481
|
+
did?: (string | undefined) | undefined;
|
|
85482
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
85483
|
+
parent_did?: (string | undefined) | undefined;
|
|
85484
|
+
/** Device name for an Aqara device. */
|
|
85485
|
+
device_name?: (string | undefined) | undefined;
|
|
85486
|
+
/** Model identifier for an Aqara device. */
|
|
85487
|
+
model?: (string | undefined) | undefined;
|
|
85488
|
+
/** Model type for an Aqara device. */
|
|
85489
|
+
model_type?: (number | undefined) | undefined;
|
|
85490
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
85491
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
85492
|
+
/** Position (room) ID for an Aqara device. */
|
|
85493
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
85494
|
+
/** Firmware version for an Aqara device. */
|
|
85495
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
85496
|
+
} | undefined;
|
|
85270
85497
|
}) & ({
|
|
85271
85498
|
/** */
|
|
85272
85499
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -92165,7 +92392,7 @@ export type Routes = {
|
|
|
92165
92392
|
/** ID of the device. */
|
|
92166
92393
|
device_id: string;
|
|
92167
92394
|
/** Type of the device. */
|
|
92168
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
92395
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
92169
92396
|
/** IDs of the spaces the device is in. */
|
|
92170
92397
|
space_ids: string[];
|
|
92171
92398
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -92827,6 +93054,25 @@ export type Routes = {
|
|
|
92827
93054
|
/** Description for a Kisi device. */
|
|
92828
93055
|
description?: ((string | null) | undefined) | undefined;
|
|
92829
93056
|
} | undefined;
|
|
93057
|
+
/** Metadata for an Aqara device. */
|
|
93058
|
+
aqara_metadata?: {
|
|
93059
|
+
/** Device ID (did) for an Aqara device. */
|
|
93060
|
+
did?: (string | undefined) | undefined;
|
|
93061
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
93062
|
+
parent_did?: (string | undefined) | undefined;
|
|
93063
|
+
/** Device name for an Aqara device. */
|
|
93064
|
+
device_name?: (string | undefined) | undefined;
|
|
93065
|
+
/** Model identifier for an Aqara device. */
|
|
93066
|
+
model?: (string | undefined) | undefined;
|
|
93067
|
+
/** Model type for an Aqara device. */
|
|
93068
|
+
model_type?: (number | undefined) | undefined;
|
|
93069
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
93070
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
93071
|
+
/** Position (room) ID for an Aqara device. */
|
|
93072
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
93073
|
+
/** Firmware version for an Aqara device. */
|
|
93074
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
93075
|
+
} | undefined;
|
|
92830
93076
|
}) & ({
|
|
92831
93077
|
/** */
|
|
92832
93078
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -97093,7 +97339,7 @@ export type Routes = {
|
|
|
97093
97339
|
/** ID of the device. */
|
|
97094
97340
|
device_id: string;
|
|
97095
97341
|
/** Type of the device. */
|
|
97096
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
97342
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
97097
97343
|
/** IDs of the spaces the device is in. */
|
|
97098
97344
|
space_ids: string[];
|
|
97099
97345
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -97755,6 +98001,25 @@ export type Routes = {
|
|
|
97755
98001
|
/** Description for a Kisi device. */
|
|
97756
98002
|
description?: ((string | null) | undefined) | undefined;
|
|
97757
98003
|
} | undefined;
|
|
98004
|
+
/** Metadata for an Aqara device. */
|
|
98005
|
+
aqara_metadata?: {
|
|
98006
|
+
/** Device ID (did) for an Aqara device. */
|
|
98007
|
+
did?: (string | undefined) | undefined;
|
|
98008
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
98009
|
+
parent_did?: (string | undefined) | undefined;
|
|
98010
|
+
/** Device name for an Aqara device. */
|
|
98011
|
+
device_name?: (string | undefined) | undefined;
|
|
98012
|
+
/** Model identifier for an Aqara device. */
|
|
98013
|
+
model?: (string | undefined) | undefined;
|
|
98014
|
+
/** Model type for an Aqara device. */
|
|
98015
|
+
model_type?: (number | undefined) | undefined;
|
|
98016
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
98017
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
98018
|
+
/** Position (room) ID for an Aqara device. */
|
|
98019
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
98020
|
+
/** Firmware version for an Aqara device. */
|
|
98021
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
98022
|
+
} | undefined;
|
|
97758
98023
|
}) & ({
|
|
97759
98024
|
/** */
|
|
97760
98025
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -98542,7 +98807,7 @@ export type Routes = {
|
|
|
98542
98807
|
/** ID of the device. */
|
|
98543
98808
|
device_id: string;
|
|
98544
98809
|
/** Type of the device. */
|
|
98545
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
98810
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
98546
98811
|
/** IDs of the spaces the device is in. */
|
|
98547
98812
|
space_ids: string[];
|
|
98548
98813
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -99204,6 +99469,25 @@ export type Routes = {
|
|
|
99204
99469
|
/** Description for a Kisi device. */
|
|
99205
99470
|
description?: ((string | null) | undefined) | undefined;
|
|
99206
99471
|
} | undefined;
|
|
99472
|
+
/** Metadata for an Aqara device. */
|
|
99473
|
+
aqara_metadata?: {
|
|
99474
|
+
/** Device ID (did) for an Aqara device. */
|
|
99475
|
+
did?: (string | undefined) | undefined;
|
|
99476
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
99477
|
+
parent_did?: (string | undefined) | undefined;
|
|
99478
|
+
/** Device name for an Aqara device. */
|
|
99479
|
+
device_name?: (string | undefined) | undefined;
|
|
99480
|
+
/** Model identifier for an Aqara device. */
|
|
99481
|
+
model?: (string | undefined) | undefined;
|
|
99482
|
+
/** Model type for an Aqara device. */
|
|
99483
|
+
model_type?: (number | undefined) | undefined;
|
|
99484
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
99485
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
99486
|
+
/** Position (room) ID for an Aqara device. */
|
|
99487
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
99488
|
+
/** Firmware version for an Aqara device. */
|
|
99489
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
99490
|
+
} | undefined;
|
|
99207
99491
|
}) & ({
|
|
99208
99492
|
/** */
|
|
99209
99493
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -107817,7 +108101,7 @@ export type Routes = {
|
|
|
107817
108101
|
/** ID of the device. */
|
|
107818
108102
|
device_id: string;
|
|
107819
108103
|
/** Type of the device. */
|
|
107820
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
108104
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
107821
108105
|
/** IDs of the spaces the device is in. */
|
|
107822
108106
|
space_ids: string[];
|
|
107823
108107
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -108479,6 +108763,25 @@ export type Routes = {
|
|
|
108479
108763
|
/** Description for a Kisi device. */
|
|
108480
108764
|
description?: ((string | null) | undefined) | undefined;
|
|
108481
108765
|
} | undefined;
|
|
108766
|
+
/** Metadata for an Aqara device. */
|
|
108767
|
+
aqara_metadata?: {
|
|
108768
|
+
/** Device ID (did) for an Aqara device. */
|
|
108769
|
+
did?: (string | undefined) | undefined;
|
|
108770
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
108771
|
+
parent_did?: (string | undefined) | undefined;
|
|
108772
|
+
/** Device name for an Aqara device. */
|
|
108773
|
+
device_name?: (string | undefined) | undefined;
|
|
108774
|
+
/** Model identifier for an Aqara device. */
|
|
108775
|
+
model?: (string | undefined) | undefined;
|
|
108776
|
+
/** Model type for an Aqara device. */
|
|
108777
|
+
model_type?: (number | undefined) | undefined;
|
|
108778
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
108779
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
108780
|
+
/** Position (room) ID for an Aqara device. */
|
|
108781
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
108782
|
+
/** Firmware version for an Aqara device. */
|
|
108783
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
108784
|
+
} | undefined;
|
|
108482
108785
|
}) & ({
|
|
108483
108786
|
/** */
|
|
108484
108787
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -109268,7 +109571,7 @@ export type Routes = {
|
|
|
109268
109571
|
/** ID of the device. */
|
|
109269
109572
|
device_id: string;
|
|
109270
109573
|
/** Type of the device. */
|
|
109271
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
109574
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
109272
109575
|
/** IDs of the spaces the device is in. */
|
|
109273
109576
|
space_ids: string[];
|
|
109274
109577
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -109930,6 +110233,25 @@ export type Routes = {
|
|
|
109930
110233
|
/** Description for a Kisi device. */
|
|
109931
110234
|
description?: ((string | null) | undefined) | undefined;
|
|
109932
110235
|
} | undefined;
|
|
110236
|
+
/** Metadata for an Aqara device. */
|
|
110237
|
+
aqara_metadata?: {
|
|
110238
|
+
/** Device ID (did) for an Aqara device. */
|
|
110239
|
+
did?: (string | undefined) | undefined;
|
|
110240
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
110241
|
+
parent_did?: (string | undefined) | undefined;
|
|
110242
|
+
/** Device name for an Aqara device. */
|
|
110243
|
+
device_name?: (string | undefined) | undefined;
|
|
110244
|
+
/** Model identifier for an Aqara device. */
|
|
110245
|
+
model?: (string | undefined) | undefined;
|
|
110246
|
+
/** Model type for an Aqara device. */
|
|
110247
|
+
model_type?: (number | undefined) | undefined;
|
|
110248
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
110249
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
110250
|
+
/** Position (room) ID for an Aqara device. */
|
|
110251
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
110252
|
+
/** Firmware version for an Aqara device. */
|
|
110253
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
110254
|
+
} | undefined;
|
|
109933
110255
|
}) & ({
|
|
109934
110256
|
/** */
|
|
109935
110257
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -111994,7 +112316,7 @@ export type Routes = {
|
|
|
111994
112316
|
/** ID of the device. */
|
|
111995
112317
|
device_id: string;
|
|
111996
112318
|
/** Type of the device. */
|
|
111997
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
112319
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
111998
112320
|
/** IDs of the spaces the device is in. */
|
|
111999
112321
|
space_ids: string[];
|
|
112000
112322
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -112656,6 +112978,25 @@ export type Routes = {
|
|
|
112656
112978
|
/** Description for a Kisi device. */
|
|
112657
112979
|
description?: ((string | null) | undefined) | undefined;
|
|
112658
112980
|
} | undefined;
|
|
112981
|
+
/** Metadata for an Aqara device. */
|
|
112982
|
+
aqara_metadata?: {
|
|
112983
|
+
/** Device ID (did) for an Aqara device. */
|
|
112984
|
+
did?: (string | undefined) | undefined;
|
|
112985
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
112986
|
+
parent_did?: (string | undefined) | undefined;
|
|
112987
|
+
/** Device name for an Aqara device. */
|
|
112988
|
+
device_name?: (string | undefined) | undefined;
|
|
112989
|
+
/** Model identifier for an Aqara device. */
|
|
112990
|
+
model?: (string | undefined) | undefined;
|
|
112991
|
+
/** Model type for an Aqara device. */
|
|
112992
|
+
model_type?: (number | undefined) | undefined;
|
|
112993
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
112994
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
112995
|
+
/** Position (room) ID for an Aqara device. */
|
|
112996
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
112997
|
+
/** Firmware version for an Aqara device. */
|
|
112998
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
112999
|
+
} | undefined;
|
|
112659
113000
|
}) & ({
|
|
112660
113001
|
/** */
|
|
112661
113002
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -116366,7 +116707,7 @@ export type Routes = {
|
|
|
116366
116707
|
/** ID of the device. */
|
|
116367
116708
|
device_id: string;
|
|
116368
116709
|
/** Type of the device. */
|
|
116369
|
-
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_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') | 'ring_camera';
|
|
116710
|
+
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' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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') | 'ring_camera';
|
|
116370
116711
|
/** Unique identifier for the account associated with the device. */
|
|
116371
116712
|
connected_account_id: string;
|
|
116372
116713
|
/** Location information for the device. */
|