@seamapi/types 1.853.0 → 1.855.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 +26 -24
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +45 -45
- package/dist/index.cjs +26 -24
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +10 -10
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -3
- package/lib/seam/connect/models/devices/device-provider.js +3 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-type.js +1 -1
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +3 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -3
- package/lib/seam/connect/openapi.js +20 -20
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +29 -29
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +3 -1
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +20 -20
- package/src/lib/seam/connect/route-types.ts +29 -29
|
@@ -12160,7 +12160,7 @@ export type Routes = {
|
|
|
12160
12160
|
/** ID of the device. */
|
|
12161
12161
|
device_id: string;
|
|
12162
12162
|
/** Type of the device. */
|
|
12163
|
-
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' | '
|
|
12163
|
+
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') | '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';
|
|
12164
12164
|
/** IDs of the spaces the device is in. */
|
|
12165
12165
|
space_ids: string[];
|
|
12166
12166
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -16831,7 +16831,7 @@ export type Routes = {
|
|
|
16831
16831
|
/** ID of the device. */
|
|
16832
16832
|
device_id: string;
|
|
16833
16833
|
/** Type of the device. */
|
|
16834
|
-
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' | '
|
|
16834
|
+
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') | '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';
|
|
16835
16835
|
/** IDs of the spaces the device is in. */
|
|
16836
16836
|
space_ids: string[];
|
|
16837
16837
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -36178,7 +36178,7 @@ export type Routes = {
|
|
|
36178
36178
|
/** ID of the device. */
|
|
36179
36179
|
device_id: string;
|
|
36180
36180
|
/** Type of the device. */
|
|
36181
|
-
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' | '
|
|
36181
|
+
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') | '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';
|
|
36182
36182
|
/** IDs of the spaces the device is in. */
|
|
36183
36183
|
space_ids: string[];
|
|
36184
36184
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -37536,11 +37536,11 @@ export type Routes = {
|
|
|
37536
37536
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
37537
37537
|
connect_webview_id?: string | undefined;
|
|
37538
37538
|
/** Device type for which you want to list devices. */
|
|
37539
|
-
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' | '
|
|
37539
|
+
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') | '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;
|
|
37540
37540
|
/** Array of device types for which you want to list devices. */
|
|
37541
|
-
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' | '
|
|
37541
|
+
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') | '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;
|
|
37542
37542
|
/** Manufacturer for which you want to list devices. */
|
|
37543
|
-
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' | '
|
|
37543
|
+
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' | 'acuity_scheduling' | 'omnitec') | undefined;
|
|
37544
37544
|
/** Array of device IDs for which you want to list devices. */
|
|
37545
37545
|
device_ids?: string[] | undefined;
|
|
37546
37546
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -37573,7 +37573,7 @@ export type Routes = {
|
|
|
37573
37573
|
/** ID of the device. */
|
|
37574
37574
|
device_id: string;
|
|
37575
37575
|
/** Type of the device. */
|
|
37576
|
-
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' | '
|
|
37576
|
+
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') | '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';
|
|
37577
37577
|
/** IDs of the spaces the device is in. */
|
|
37578
37578
|
space_ids: string[];
|
|
37579
37579
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -39087,7 +39087,7 @@ export type Routes = {
|
|
|
39087
39087
|
/** ID of the device. */
|
|
39088
39088
|
device_id: string;
|
|
39089
39089
|
/** Type of the device. */
|
|
39090
|
-
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' | '
|
|
39090
|
+
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') | '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';
|
|
39091
39091
|
/** Unique identifier for the account associated with the device. */
|
|
39092
39092
|
connected_account_id: string;
|
|
39093
39093
|
/** Location information for the device. */
|
|
@@ -39541,11 +39541,11 @@ export type Routes = {
|
|
|
39541
39541
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
39542
39542
|
connect_webview_id?: string | undefined;
|
|
39543
39543
|
/** Device type for which you want to list devices. */
|
|
39544
|
-
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' | '
|
|
39544
|
+
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') | '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;
|
|
39545
39545
|
/** Array of device types for which you want to list devices. */
|
|
39546
|
-
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' | '
|
|
39546
|
+
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') | '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;
|
|
39547
39547
|
/** Manufacturer for which you want to list devices. */
|
|
39548
|
-
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' | '
|
|
39548
|
+
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' | 'acuity_scheduling' | 'omnitec') | undefined;
|
|
39549
39549
|
/** Array of device IDs for which you want to list devices. */
|
|
39550
39550
|
device_ids?: string[] | undefined;
|
|
39551
39551
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -39578,7 +39578,7 @@ export type Routes = {
|
|
|
39578
39578
|
/** ID of the device. */
|
|
39579
39579
|
device_id: string;
|
|
39580
39580
|
/** Type of the device. */
|
|
39581
|
-
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' | '
|
|
39581
|
+
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') | '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';
|
|
39582
39582
|
/** Unique identifier for the account associated with the device. */
|
|
39583
39583
|
connected_account_id: string;
|
|
39584
39584
|
/** Location information for the device. */
|
|
@@ -47350,7 +47350,7 @@ export type Routes = {
|
|
|
47350
47350
|
/** ID of the device. */
|
|
47351
47351
|
device_id: string;
|
|
47352
47352
|
/** Type of the device. */
|
|
47353
|
-
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' | '
|
|
47353
|
+
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') | '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';
|
|
47354
47354
|
/** IDs of the spaces the device is in. */
|
|
47355
47355
|
space_ids: string[];
|
|
47356
47356
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -48695,7 +48695,7 @@ export type Routes = {
|
|
|
48695
48695
|
/** ID of the device. */
|
|
48696
48696
|
device_id: string;
|
|
48697
48697
|
/** Type of the device. */
|
|
48698
|
-
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' | '
|
|
48698
|
+
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') | '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';
|
|
48699
48699
|
/** IDs of the spaces the device is in. */
|
|
48700
48700
|
space_ids: string[];
|
|
48701
48701
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -50053,11 +50053,11 @@ export type Routes = {
|
|
|
50053
50053
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
50054
50054
|
connect_webview_id?: string | undefined;
|
|
50055
50055
|
/** Device type of the locks that you want to list. */
|
|
50056
|
-
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' | '
|
|
50056
|
+
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') | undefined;
|
|
50057
50057
|
/** Device types of the locks that you want to list. */
|
|
50058
|
-
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' | '
|
|
50058
|
+
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')[] | undefined;
|
|
50059
50059
|
/** Manufacturer of the locks that you want to list. */
|
|
50060
|
-
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' | '
|
|
50060
|
+
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') | undefined;
|
|
50061
50061
|
/** Array of device IDs for which you want to list devices. */
|
|
50062
50062
|
device_ids?: string[] | undefined;
|
|
50063
50063
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -50090,7 +50090,7 @@ export type Routes = {
|
|
|
50090
50090
|
/** ID of the device. */
|
|
50091
50091
|
device_id: string;
|
|
50092
50092
|
/** Type of the device. */
|
|
50093
|
-
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' | '
|
|
50093
|
+
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') | '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';
|
|
50094
50094
|
/** IDs of the spaces the device is in. */
|
|
50095
50095
|
space_ids: string[];
|
|
50096
50096
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -51434,7 +51434,7 @@ export type Routes = {
|
|
|
51434
51434
|
/** ID of the device. */
|
|
51435
51435
|
device_id: string;
|
|
51436
51436
|
/** Type of the device. */
|
|
51437
|
-
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' | '
|
|
51437
|
+
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') | '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';
|
|
51438
51438
|
/** IDs of the spaces the device is in. */
|
|
51439
51439
|
space_ids: string[];
|
|
51440
51440
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -58891,7 +58891,7 @@ export type Routes = {
|
|
|
58891
58891
|
/** ID of the device. */
|
|
58892
58892
|
device_id: string;
|
|
58893
58893
|
/** Type of the device. */
|
|
58894
|
-
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' | '
|
|
58894
|
+
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') | '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';
|
|
58895
58895
|
/** IDs of the spaces the device is in. */
|
|
58896
58896
|
space_ids: string[];
|
|
58897
58897
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -60235,7 +60235,7 @@ export type Routes = {
|
|
|
60235
60235
|
/** ID of the device. */
|
|
60236
60236
|
device_id: string;
|
|
60237
60237
|
/** Type of the device. */
|
|
60238
|
-
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' | '
|
|
60238
|
+
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') | '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';
|
|
60239
60239
|
/** IDs of the spaces the device is in. */
|
|
60240
60240
|
space_ids: string[];
|
|
60241
60241
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -74489,7 +74489,7 @@ export type Routes = {
|
|
|
74489
74489
|
/** ID of the device. */
|
|
74490
74490
|
device_id: string;
|
|
74491
74491
|
/** Type of the device. */
|
|
74492
|
-
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' | '
|
|
74492
|
+
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') | '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';
|
|
74493
74493
|
/** IDs of the spaces the device is in. */
|
|
74494
74494
|
space_ids: string[];
|
|
74495
74495
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -81256,7 +81256,7 @@ export type Routes = {
|
|
|
81256
81256
|
/** ID of the device. */
|
|
81257
81257
|
device_id: string;
|
|
81258
81258
|
/** Type of the device. */
|
|
81259
|
-
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' | '
|
|
81259
|
+
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') | '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';
|
|
81260
81260
|
/** IDs of the spaces the device is in. */
|
|
81261
81261
|
space_ids: string[];
|
|
81262
81262
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -85695,7 +85695,7 @@ export type Routes = {
|
|
|
85695
85695
|
/** ID of the device. */
|
|
85696
85696
|
device_id: string;
|
|
85697
85697
|
/** Type of the device. */
|
|
85698
|
-
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' | '
|
|
85698
|
+
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') | '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';
|
|
85699
85699
|
/** IDs of the spaces the device is in. */
|
|
85700
85700
|
space_ids: string[];
|
|
85701
85701
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -87039,7 +87039,7 @@ export type Routes = {
|
|
|
87039
87039
|
/** ID of the device. */
|
|
87040
87040
|
device_id: string;
|
|
87041
87041
|
/** Type of the device. */
|
|
87042
|
-
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' | '
|
|
87042
|
+
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') | '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';
|
|
87043
87043
|
/** IDs of the spaces the device is in. */
|
|
87044
87044
|
space_ids: string[];
|
|
87045
87045
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -95393,7 +95393,7 @@ export type Routes = {
|
|
|
95393
95393
|
/** ID of the device. */
|
|
95394
95394
|
device_id: string;
|
|
95395
95395
|
/** Type of the device. */
|
|
95396
|
-
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' | '
|
|
95396
|
+
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') | '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';
|
|
95397
95397
|
/** IDs of the spaces the device is in. */
|
|
95398
95398
|
space_ids: string[];
|
|
95399
95399
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -96739,7 +96739,7 @@ export type Routes = {
|
|
|
96739
96739
|
/** ID of the device. */
|
|
96740
96740
|
device_id: string;
|
|
96741
96741
|
/** Type of the device. */
|
|
96742
|
-
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' | '
|
|
96742
|
+
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') | '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';
|
|
96743
96743
|
/** IDs of the spaces the device is in. */
|
|
96744
96744
|
space_ids: string[];
|
|
96745
96745
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -99265,7 +99265,7 @@ export type Routes = {
|
|
|
99265
99265
|
/** ID of the device. */
|
|
99266
99266
|
device_id: string;
|
|
99267
99267
|
/** Type of the device. */
|
|
99268
|
-
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' | '
|
|
99268
|
+
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') | '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';
|
|
99269
99269
|
/** IDs of the spaces the device is in. */
|
|
99270
99270
|
space_ids: string[];
|
|
99271
99271
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -103275,7 +103275,7 @@ export type Routes = {
|
|
|
103275
103275
|
/** ID of the device. */
|
|
103276
103276
|
device_id: string;
|
|
103277
103277
|
/** Type of the device. */
|
|
103278
|
-
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' | '
|
|
103278
|
+
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') | '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';
|
|
103279
103279
|
/** Unique identifier for the account associated with the device. */
|
|
103280
103280
|
connected_account_id: string;
|
|
103281
103281
|
/** Location information for the device. */
|
package/package.json
CHANGED
|
@@ -107,6 +107,7 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
107
107
|
'dormakaba_oracode',
|
|
108
108
|
'ring',
|
|
109
109
|
'first_alert',
|
|
110
|
+
'korelock',
|
|
110
111
|
],
|
|
111
112
|
|
|
112
113
|
consumer_smartlocks: [
|
|
@@ -124,9 +125,10 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
124
125
|
'tedee',
|
|
125
126
|
'ultraloq',
|
|
126
127
|
'dormakaba_oracode',
|
|
128
|
+
'korelock',
|
|
127
129
|
],
|
|
128
130
|
|
|
129
|
-
beta: ['
|
|
131
|
+
beta: ['omnitec'],
|
|
130
132
|
|
|
131
133
|
thermostats: ['ecobee', 'nest', 'sensi', 'honeywell_resideo', 'first_alert'],
|
|
132
134
|
noise_sensors: ['minut', 'noiseaware'],
|
|
@@ -12434,7 +12434,7 @@ const openapi: OpenAPISpec = {
|
|
|
12434
12434
|
'tedee_lock',
|
|
12435
12435
|
'akiles_lock',
|
|
12436
12436
|
'ultraloq_lock',
|
|
12437
|
-
'
|
|
12437
|
+
'keyincode_lock',
|
|
12438
12438
|
'omnitec_lock',
|
|
12439
12439
|
],
|
|
12440
12440
|
type: 'string',
|
|
@@ -30999,7 +30999,7 @@ const openapi: OpenAPISpec = {
|
|
|
30999
30999
|
'tedee_lock',
|
|
31000
31000
|
'akiles_lock',
|
|
31001
31001
|
'ultraloq_lock',
|
|
31002
|
-
'
|
|
31002
|
+
'keyincode_lock',
|
|
31003
31003
|
'omnitec_lock',
|
|
31004
31004
|
],
|
|
31005
31005
|
type: 'string',
|
|
@@ -54804,7 +54804,7 @@ const openapi: OpenAPISpec = {
|
|
|
54804
54804
|
'tedee_lock',
|
|
54805
54805
|
'akiles_lock',
|
|
54806
54806
|
'ultraloq_lock',
|
|
54807
|
-
'
|
|
54807
|
+
'keyincode_lock',
|
|
54808
54808
|
'omnitec_lock',
|
|
54809
54809
|
],
|
|
54810
54810
|
type: 'string',
|
|
@@ -54881,7 +54881,7 @@ const openapi: OpenAPISpec = {
|
|
|
54881
54881
|
'tedee_lock',
|
|
54882
54882
|
'akiles_lock',
|
|
54883
54883
|
'ultraloq_lock',
|
|
54884
|
-
'
|
|
54884
|
+
'keyincode_lock',
|
|
54885
54885
|
'omnitec_lock',
|
|
54886
54886
|
],
|
|
54887
54887
|
type: 'string',
|
|
@@ -54957,7 +54957,7 @@ const openapi: OpenAPISpec = {
|
|
|
54957
54957
|
'controlbyweb',
|
|
54958
54958
|
'dormakaba_oracode',
|
|
54959
54959
|
'tedee',
|
|
54960
|
-
'
|
|
54960
|
+
'keyincode',
|
|
54961
54961
|
'akiles',
|
|
54962
54962
|
'ecobee',
|
|
54963
54963
|
'honeywell_resideo',
|
|
@@ -55263,7 +55263,7 @@ const openapi: OpenAPISpec = {
|
|
|
55263
55263
|
'tedee_lock',
|
|
55264
55264
|
'akiles_lock',
|
|
55265
55265
|
'ultraloq_lock',
|
|
55266
|
-
'
|
|
55266
|
+
'keyincode_lock',
|
|
55267
55267
|
'omnitec_lock',
|
|
55268
55268
|
],
|
|
55269
55269
|
type: 'string',
|
|
@@ -55338,7 +55338,7 @@ const openapi: OpenAPISpec = {
|
|
|
55338
55338
|
'tedee_lock',
|
|
55339
55339
|
'akiles_lock',
|
|
55340
55340
|
'ultraloq_lock',
|
|
55341
|
-
'
|
|
55341
|
+
'keyincode_lock',
|
|
55342
55342
|
'omnitec_lock',
|
|
55343
55343
|
],
|
|
55344
55344
|
type: 'string',
|
|
@@ -55478,7 +55478,7 @@ const openapi: OpenAPISpec = {
|
|
|
55478
55478
|
'controlbyweb',
|
|
55479
55479
|
'dormakaba_oracode',
|
|
55480
55480
|
'tedee',
|
|
55481
|
-
'
|
|
55481
|
+
'keyincode',
|
|
55482
55482
|
'akiles',
|
|
55483
55483
|
'ecobee',
|
|
55484
55484
|
'honeywell_resideo',
|
|
@@ -57161,7 +57161,7 @@ const openapi: OpenAPISpec = {
|
|
|
57161
57161
|
'tedee_lock',
|
|
57162
57162
|
'akiles_lock',
|
|
57163
57163
|
'ultraloq_lock',
|
|
57164
|
-
'
|
|
57164
|
+
'keyincode_lock',
|
|
57165
57165
|
'omnitec_lock',
|
|
57166
57166
|
],
|
|
57167
57167
|
type: 'string',
|
|
@@ -57238,7 +57238,7 @@ const openapi: OpenAPISpec = {
|
|
|
57238
57238
|
'tedee_lock',
|
|
57239
57239
|
'akiles_lock',
|
|
57240
57240
|
'ultraloq_lock',
|
|
57241
|
-
'
|
|
57241
|
+
'keyincode_lock',
|
|
57242
57242
|
'omnitec_lock',
|
|
57243
57243
|
],
|
|
57244
57244
|
type: 'string',
|
|
@@ -57314,7 +57314,7 @@ const openapi: OpenAPISpec = {
|
|
|
57314
57314
|
'controlbyweb',
|
|
57315
57315
|
'dormakaba_oracode',
|
|
57316
57316
|
'tedee',
|
|
57317
|
-
'
|
|
57317
|
+
'keyincode',
|
|
57318
57318
|
'akiles',
|
|
57319
57319
|
'ecobee',
|
|
57320
57320
|
'honeywell_resideo',
|
|
@@ -57619,7 +57619,7 @@ const openapi: OpenAPISpec = {
|
|
|
57619
57619
|
'tedee_lock',
|
|
57620
57620
|
'akiles_lock',
|
|
57621
57621
|
'ultraloq_lock',
|
|
57622
|
-
'
|
|
57622
|
+
'keyincode_lock',
|
|
57623
57623
|
'omnitec_lock',
|
|
57624
57624
|
],
|
|
57625
57625
|
type: 'string',
|
|
@@ -57694,7 +57694,7 @@ const openapi: OpenAPISpec = {
|
|
|
57694
57694
|
'tedee_lock',
|
|
57695
57695
|
'akiles_lock',
|
|
57696
57696
|
'ultraloq_lock',
|
|
57697
|
-
'
|
|
57697
|
+
'keyincode_lock',
|
|
57698
57698
|
'omnitec_lock',
|
|
57699
57699
|
],
|
|
57700
57700
|
type: 'string',
|
|
@@ -57834,7 +57834,7 @@ const openapi: OpenAPISpec = {
|
|
|
57834
57834
|
'controlbyweb',
|
|
57835
57835
|
'dormakaba_oracode',
|
|
57836
57836
|
'tedee',
|
|
57837
|
-
'
|
|
57837
|
+
'keyincode',
|
|
57838
57838
|
'akiles',
|
|
57839
57839
|
'ecobee',
|
|
57840
57840
|
'honeywell_resideo',
|
|
@@ -59936,7 +59936,7 @@ const openapi: OpenAPISpec = {
|
|
|
59936
59936
|
'tedee_lock',
|
|
59937
59937
|
'akiles_lock',
|
|
59938
59938
|
'ultraloq_lock',
|
|
59939
|
-
'
|
|
59939
|
+
'keyincode_lock',
|
|
59940
59940
|
'omnitec_lock',
|
|
59941
59941
|
],
|
|
59942
59942
|
type: 'string',
|
|
@@ -59976,7 +59976,7 @@ const openapi: OpenAPISpec = {
|
|
|
59976
59976
|
'tedee_lock',
|
|
59977
59977
|
'akiles_lock',
|
|
59978
59978
|
'ultraloq_lock',
|
|
59979
|
-
'
|
|
59979
|
+
'keyincode_lock',
|
|
59980
59980
|
'omnitec_lock',
|
|
59981
59981
|
],
|
|
59982
59982
|
type: 'string',
|
|
@@ -60014,7 +60014,7 @@ const openapi: OpenAPISpec = {
|
|
|
60014
60014
|
'four_suites',
|
|
60015
60015
|
'dormakaba_oracode',
|
|
60016
60016
|
'tedee',
|
|
60017
|
-
'
|
|
60017
|
+
'keyincode',
|
|
60018
60018
|
'akiles',
|
|
60019
60019
|
'korelock',
|
|
60020
60020
|
'smartthings',
|
|
@@ -60306,7 +60306,7 @@ const openapi: OpenAPISpec = {
|
|
|
60306
60306
|
'tedee_lock',
|
|
60307
60307
|
'akiles_lock',
|
|
60308
60308
|
'ultraloq_lock',
|
|
60309
|
-
'
|
|
60309
|
+
'keyincode_lock',
|
|
60310
60310
|
'omnitec_lock',
|
|
60311
60311
|
],
|
|
60312
60312
|
type: 'string',
|
|
@@ -60343,7 +60343,7 @@ const openapi: OpenAPISpec = {
|
|
|
60343
60343
|
'tedee_lock',
|
|
60344
60344
|
'akiles_lock',
|
|
60345
60345
|
'ultraloq_lock',
|
|
60346
|
-
'
|
|
60346
|
+
'keyincode_lock',
|
|
60347
60347
|
'omnitec_lock',
|
|
60348
60348
|
],
|
|
60349
60349
|
type: 'string',
|
|
@@ -60443,7 +60443,7 @@ const openapi: OpenAPISpec = {
|
|
|
60443
60443
|
'four_suites',
|
|
60444
60444
|
'dormakaba_oracode',
|
|
60445
60445
|
'tedee',
|
|
60446
|
-
'
|
|
60446
|
+
'keyincode',
|
|
60447
60447
|
'akiles',
|
|
60448
60448
|
'korelock',
|
|
60449
60449
|
'smartthings',
|