@seamapi/types 1.131.0 → 1.132.1

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.
Files changed (32) hide show
  1. package/dist/connect.cjs +23 -19
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +51 -45
  4. package/lib/seam/connect/openapi.d.ts +5 -2
  5. package/lib/seam/connect/openapi.js +23 -19
  6. package/lib/seam/connect/openapi.js.map +1 -1
  7. package/lib/seam/connect/route-types.d.ts +46 -43
  8. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.d.ts +8 -0
  9. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js +5 -0
  10. package/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.js.map +1 -0
  11. package/lib/seam/connect/unstable/models/acs/index.d.ts +1 -0
  12. package/lib/seam/connect/unstable/models/acs/index.js +1 -0
  13. package/lib/seam/connect/unstable/models/acs/index.js.map +1 -1
  14. package/lib/seam/connect/unstable/models/acs/system.d.ts +6 -3
  15. package/lib/seam/connect/unstable/models/acs/system.js +5 -2
  16. package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
  17. package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +8 -8
  18. package/lib/seam/connect/unstable/models/devices/device-metadata.js +2 -2
  19. package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
  20. package/lib/seam/connect/unstable/models/devices/device-type.d.ts +1 -1
  21. package/lib/seam/connect/unstable/models/devices/device-type.js +1 -1
  22. package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
  23. package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +19 -19
  24. package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -3
  25. package/package.json +1 -1
  26. package/src/lib/seam/connect/openapi.ts +23 -19
  27. package/src/lib/seam/connect/route-types.ts +122 -43
  28. package/src/lib/seam/connect/unstable/models/acs/acs_system_capability_flags.ts +5 -0
  29. package/src/lib/seam/connect/unstable/models/acs/index.ts +1 -0
  30. package/src/lib/seam/connect/unstable/models/acs/system.ts +21 -17
  31. package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +2 -2
  32. package/src/lib/seam/connect/unstable/models/devices/device-type.ts +1 -1
@@ -227,6 +227,9 @@ declare const _default: {
227
227
  format: string;
228
228
  type: string;
229
229
  };
230
+ can_automate_enrollment: {
231
+ type: string;
232
+ };
230
233
  connected_account_ids: {
231
234
  items: {
232
235
  type: string;
@@ -1170,12 +1173,12 @@ declare const _default: {
1170
1173
  required: string[];
1171
1174
  type: string;
1172
1175
  };
1173
- honeywell_metadata: {
1176
+ honeywell_resideo_metadata: {
1174
1177
  properties: {
1175
1178
  device_name: {
1176
1179
  type: string;
1177
1180
  };
1178
- honeywell_device_id: {
1181
+ honeywell_resideo_device_id: {
1179
1182
  type: string;
1180
1183
  };
1181
1184
  };
@@ -18162,6 +18165,7 @@ interface Routes {
18162
18165
  connected_account_ids: string[];
18163
18166
  image_url: string;
18164
18167
  image_alt_text: string;
18168
+ can_automate_enrollment?: boolean | undefined;
18165
18169
  };
18166
18170
  };
18167
18171
  };
@@ -18189,6 +18193,7 @@ interface Routes {
18189
18193
  connected_account_ids: string[];
18190
18194
  image_url: string;
18191
18195
  image_alt_text: string;
18196
+ can_automate_enrollment?: boolean | undefined;
18192
18197
  }>;
18193
18198
  };
18194
18199
  };
@@ -18647,7 +18652,7 @@ interface Routes {
18647
18652
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
18648
18653
  custom_redirect_url?: string | undefined;
18649
18654
  custom_redirect_failure_url?: string | undefined;
18650
- accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
18655
+ accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
18651
18656
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
18652
18657
  custom_metadata?: Record<string, string | boolean | null> | undefined;
18653
18658
  automatically_manage_new_devices?: boolean | undefined;
@@ -18900,7 +18905,7 @@ interface Routes {
18900
18905
  /** Unique identifier for the device. */
18901
18906
  device_id: string;
18902
18907
  /** Type of the device. */
18903
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
18908
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
18904
18909
  /** Optional nickname to describe the device, settable through Seam */
18905
18910
  nickname?: string | undefined;
18906
18911
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -19098,8 +19103,8 @@ interface Routes {
19098
19103
  ecobee_device_id: string;
19099
19104
  device_name: string;
19100
19105
  } | undefined;
19101
- honeywell_metadata?: {
19102
- honeywell_device_id: string;
19106
+ honeywell_resideo_metadata?: {
19107
+ honeywell_resideo_device_id: string;
19103
19108
  device_name: string;
19104
19109
  } | undefined;
19105
19110
  hubitat_metadata?: {
@@ -19383,9 +19388,9 @@ interface Routes {
19383
19388
  connected_account_id?: string | undefined;
19384
19389
  connected_account_ids?: string[] | undefined;
19385
19390
  connect_webview_id?: string | undefined;
19386
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
19387
- device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
19388
- 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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell') | undefined;
19391
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
19392
+ device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
19393
+ 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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
19389
19394
  device_ids?: string[] | undefined;
19390
19395
  limit?: number;
19391
19396
  created_before?: Date | undefined;
@@ -19398,7 +19403,7 @@ interface Routes {
19398
19403
  /** Unique identifier for the device. */
19399
19404
  device_id: string;
19400
19405
  /** Type of the device. */
19401
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
19406
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
19402
19407
  /** Optional nickname to describe the device, settable through Seam */
19403
19408
  nickname?: string | undefined;
19404
19409
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -19596,8 +19601,8 @@ interface Routes {
19596
19601
  ecobee_device_id: string;
19597
19602
  device_name: string;
19598
19603
  } | undefined;
19599
- honeywell_metadata?: {
19600
- honeywell_device_id: string;
19604
+ honeywell_resideo_metadata?: {
19605
+ honeywell_resideo_device_id: string;
19601
19606
  device_name: string;
19602
19607
  } | undefined;
19603
19608
  hubitat_metadata?: {
@@ -19882,7 +19887,7 @@ interface Routes {
19882
19887
  formData: {};
19883
19888
  jsonResponse: {
19884
19889
  device_providers: Array<{
19885
- device_provider_name: 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell';
19890
+ device_provider_name: 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo';
19886
19891
  display_name: string;
19887
19892
  image_url: string;
19888
19893
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -19904,7 +19909,7 @@ interface Routes {
19904
19909
  /** Unique identifier for the device. */
19905
19910
  device_id: string;
19906
19911
  /** Type of the device. */
19907
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
19912
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
19908
19913
  /** Unique identifier for the account associated with the device. */
19909
19914
  connected_account_id: string;
19910
19915
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
@@ -19974,9 +19979,9 @@ interface Routes {
19974
19979
  connected_account_id?: string | undefined;
19975
19980
  connected_account_ids?: string[] | undefined;
19976
19981
  connect_webview_id?: string | undefined;
19977
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
19978
- device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
19979
- 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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell') | undefined;
19982
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
19983
+ device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
19984
+ 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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
19980
19985
  device_ids?: string[] | undefined;
19981
19986
  limit?: number;
19982
19987
  created_before?: Date | undefined;
@@ -19989,7 +19994,7 @@ interface Routes {
19989
19994
  /** Unique identifier for the device. */
19990
19995
  device_id: string;
19991
19996
  /** Type of the device. */
19992
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
19997
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
19993
19998
  /** Unique identifier for the account associated with the device. */
19994
19999
  connected_account_id: string;
19995
20000
  /** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
@@ -20219,7 +20224,7 @@ interface Routes {
20219
20224
  /** Unique identifier for the device. */
20220
20225
  device_id: string;
20221
20226
  /** Type of the device. */
20222
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
20227
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
20223
20228
  /** Optional nickname to describe the device, settable through Seam */
20224
20229
  nickname?: string | undefined;
20225
20230
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -20417,8 +20422,8 @@ interface Routes {
20417
20422
  ecobee_device_id: string;
20418
20423
  device_name: string;
20419
20424
  } | undefined;
20420
- honeywell_metadata?: {
20421
- honeywell_device_id: string;
20425
+ honeywell_resideo_metadata?: {
20426
+ honeywell_resideo_device_id: string;
20422
20427
  device_name: string;
20423
20428
  } | undefined;
20424
20429
  hubitat_metadata?: {
@@ -20694,7 +20699,7 @@ interface Routes {
20694
20699
  /** Unique identifier for the device. */
20695
20700
  device_id: string;
20696
20701
  /** Type of the device. */
20697
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
20702
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
20698
20703
  /** Optional nickname to describe the device, settable through Seam */
20699
20704
  nickname?: string | undefined;
20700
20705
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -20892,8 +20897,8 @@ interface Routes {
20892
20897
  ecobee_device_id: string;
20893
20898
  device_name: string;
20894
20899
  } | undefined;
20895
- honeywell_metadata?: {
20896
- honeywell_device_id: string;
20900
+ honeywell_resideo_metadata?: {
20901
+ honeywell_resideo_device_id: string;
20897
20902
  device_name: string;
20898
20903
  } | undefined;
20899
20904
  hubitat_metadata?: {
@@ -21177,9 +21182,9 @@ interface Routes {
21177
21182
  connected_account_id?: string | undefined;
21178
21183
  connected_account_ids?: string[] | undefined;
21179
21184
  connect_webview_id?: string | undefined;
21180
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
21181
- device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
21182
- 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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell') | undefined;
21185
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
21186
+ device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
21187
+ 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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
21183
21188
  device_ids?: string[] | undefined;
21184
21189
  limit?: number;
21185
21190
  created_before?: Date | undefined;
@@ -21192,7 +21197,7 @@ interface Routes {
21192
21197
  /** Unique identifier for the device. */
21193
21198
  device_id: string;
21194
21199
  /** Type of the device. */
21195
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
21200
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
21196
21201
  /** Optional nickname to describe the device, settable through Seam */
21197
21202
  nickname?: string | undefined;
21198
21203
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -21390,8 +21395,8 @@ interface Routes {
21390
21395
  ecobee_device_id: string;
21391
21396
  device_name: string;
21392
21397
  } | undefined;
21393
- honeywell_metadata?: {
21394
- honeywell_device_id: string;
21398
+ honeywell_resideo_metadata?: {
21399
+ honeywell_resideo_device_id: string;
21395
21400
  device_name: string;
21396
21401
  } | undefined;
21397
21402
  hubitat_metadata?: {
@@ -21667,7 +21672,7 @@ interface Routes {
21667
21672
  /** Unique identifier for the device. */
21668
21673
  device_id: string;
21669
21674
  /** Type of the device. */
21670
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
21675
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
21671
21676
  /** Optional nickname to describe the device, settable through Seam */
21672
21677
  nickname?: string | undefined;
21673
21678
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -21865,8 +21870,8 @@ interface Routes {
21865
21870
  ecobee_device_id: string;
21866
21871
  device_name: string;
21867
21872
  } | undefined;
21868
- honeywell_metadata?: {
21869
- honeywell_device_id: string;
21873
+ honeywell_resideo_metadata?: {
21874
+ honeywell_resideo_device_id: string;
21870
21875
  device_name: string;
21871
21876
  } | undefined;
21872
21877
  hubitat_metadata?: {
@@ -22779,7 +22784,7 @@ interface Routes {
22779
22784
  /** Unique identifier for the device. */
22780
22785
  device_id: string;
22781
22786
  /** Type of the device. */
22782
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
22787
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
22783
22788
  /** Optional nickname to describe the device, settable through Seam */
22784
22789
  nickname?: string | undefined;
22785
22790
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -22977,8 +22982,8 @@ interface Routes {
22977
22982
  ecobee_device_id: string;
22978
22983
  device_name: string;
22979
22984
  } | undefined;
22980
- honeywell_metadata?: {
22981
- honeywell_device_id: string;
22985
+ honeywell_resideo_metadata?: {
22986
+ honeywell_resideo_device_id: string;
22982
22987
  device_name: string;
22983
22988
  } | undefined;
22984
22989
  hubitat_metadata?: {
@@ -23338,9 +23343,9 @@ interface Routes {
23338
23343
  connected_account_id?: string | undefined;
23339
23344
  connected_account_ids?: string[] | undefined;
23340
23345
  connect_webview_id?: string | undefined;
23341
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
23342
- device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
23343
- 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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell') | undefined;
23346
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
23347
+ device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
23348
+ 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' | 'minut' | 'two_n' | 'ttlock' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'honeywell_resideo') | undefined;
23344
23349
  device_ids?: string[] | undefined;
23345
23350
  limit?: number;
23346
23351
  created_before?: Date | undefined;
@@ -23353,7 +23358,7 @@ interface Routes {
23353
23358
  /** Unique identifier for the device. */
23354
23359
  device_id: string;
23355
23360
  /** Type of the device. */
23356
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
23361
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
23357
23362
  /** Optional nickname to describe the device, settable through Seam */
23358
23363
  nickname?: string | undefined;
23359
23364
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -23551,8 +23556,8 @@ interface Routes {
23551
23556
  ecobee_device_id: string;
23552
23557
  device_name: string;
23553
23558
  } | undefined;
23554
- honeywell_metadata?: {
23555
- honeywell_device_id: string;
23559
+ honeywell_resideo_metadata?: {
23560
+ honeywell_resideo_device_id: string;
23556
23561
  device_name: string;
23557
23562
  } | undefined;
23558
23563
  hubitat_metadata?: {
@@ -24112,7 +24117,7 @@ interface Routes {
24112
24117
  /** Unique identifier for the device. */
24113
24118
  device_id: string;
24114
24119
  /** Type of the device. */
24115
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_thermostat') | ('ios_phone' | 'android_phone');
24120
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat') | ('ios_phone' | 'android_phone');
24116
24121
  /** Optional nickname to describe the device, settable through Seam */
24117
24122
  nickname?: string | undefined;
24118
24123
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -24310,8 +24315,8 @@ interface Routes {
24310
24315
  ecobee_device_id: string;
24311
24316
  device_name: string;
24312
24317
  } | undefined;
24313
- honeywell_metadata?: {
24314
- honeywell_device_id: string;
24318
+ honeywell_resideo_metadata?: {
24319
+ honeywell_resideo_device_id: string;
24315
24320
  device_name: string;
24316
24321
  } | undefined;
24317
24322
  hubitat_metadata?: {
@@ -24609,6 +24614,7 @@ interface Routes {
24609
24614
  connected_account_ids: string[];
24610
24615
  image_url: string;
24611
24616
  image_alt_text: string;
24617
+ can_automate_enrollment?: boolean | undefined;
24612
24618
  }>;
24613
24619
  };
24614
24620
  };
@@ -153,6 +153,9 @@ declare const _default: {
153
153
  format: string;
154
154
  type: string;
155
155
  };
156
+ can_automate_enrollment: {
157
+ type: string;
158
+ };
156
159
  connected_account_ids: {
157
160
  items: {
158
161
  type: string;
@@ -1096,12 +1099,12 @@ declare const _default: {
1096
1099
  required: string[];
1097
1100
  type: string;
1098
1101
  };
1099
- honeywell_metadata: {
1102
+ honeywell_resideo_metadata: {
1100
1103
  properties: {
1101
1104
  device_name: {
1102
1105
  type: string;
1103
1106
  };
1104
- honeywell_device_id: {
1107
+ honeywell_resideo_device_id: {
1105
1108
  type: string;
1106
1109
  };
1107
1110
  };
@@ -168,6 +168,7 @@ export default {
168
168
  acs_system: {
169
169
  properties: {
170
170
  acs_system_id: { format: 'uuid', type: 'string' },
171
+ can_automate_enrollment: { type: 'boolean' },
171
172
  connected_account_ids: { items: { type: 'string' }, type: 'array' },
172
173
  created_at: { format: 'date-time', type: 'string' },
173
174
  external_type: {
@@ -588,7 +589,7 @@ export default {
588
589
  enum: [
589
590
  'ecobee_thermostat',
590
591
  'nest_thermostat',
591
- 'honeywell_thermostat',
592
+ 'honeywell_resideo_thermostat',
592
593
  ],
593
594
  type: 'string',
594
595
  },
@@ -908,12 +909,15 @@ export default {
908
909
  required: ['device_name', 'door_name'],
909
910
  type: 'object',
910
911
  },
911
- honeywell_metadata: {
912
+ honeywell_resideo_metadata: {
912
913
  properties: {
913
914
  device_name: { type: 'string' },
914
- honeywell_device_id: { type: 'string' },
915
+ honeywell_resideo_device_id: { type: 'string' },
915
916
  },
916
- required: ['honeywell_device_id', 'device_name'],
917
+ required: [
918
+ 'honeywell_resideo_device_id',
919
+ 'device_name',
920
+ ],
917
921
  type: 'object',
918
922
  },
919
923
  hubitat_metadata: {
@@ -1739,7 +1743,7 @@ export default {
1739
1743
  'assa_abloy_credential_service',
1740
1744
  'seam_bridge',
1741
1745
  'tedee',
1742
- 'honeywell',
1746
+ 'honeywell_resideo',
1743
1747
  ],
1744
1748
  type: 'string',
1745
1749
  },
@@ -2111,7 +2115,7 @@ export default {
2111
2115
  enum: [
2112
2116
  'ecobee_thermostat',
2113
2117
  'nest_thermostat',
2114
- 'honeywell_thermostat',
2118
+ 'honeywell_resideo_thermostat',
2115
2119
  ],
2116
2120
  type: 'string',
2117
2121
  },
@@ -7017,7 +7021,7 @@ export default {
7017
7021
  'assa_abloy_credential_service',
7018
7022
  'seam_bridge',
7019
7023
  'tedee',
7020
- 'honeywell',
7024
+ 'honeywell_resideo',
7021
7025
  'yale_access',
7022
7026
  'hid_cm',
7023
7027
  'google_nest',
@@ -7666,7 +7670,7 @@ export default {
7666
7670
  enum: [
7667
7671
  'ecobee_thermostat',
7668
7672
  'nest_thermostat',
7669
- 'honeywell_thermostat',
7673
+ 'honeywell_resideo_thermostat',
7670
7674
  ],
7671
7675
  type: 'string',
7672
7676
  },
@@ -7715,7 +7719,7 @@ export default {
7715
7719
  enum: [
7716
7720
  'ecobee_thermostat',
7717
7721
  'nest_thermostat',
7718
- 'honeywell_thermostat',
7722
+ 'honeywell_resideo_thermostat',
7719
7723
  ],
7720
7724
  type: 'string',
7721
7725
  },
@@ -7763,7 +7767,7 @@ export default {
7763
7767
  'smartthings',
7764
7768
  'dormakaba_oracode',
7765
7769
  'tedee',
7766
- 'honeywell',
7770
+ 'honeywell_resideo',
7767
7771
  ],
7768
7772
  type: 'string',
7769
7773
  },
@@ -7992,7 +7996,7 @@ export default {
7992
7996
  enum: [
7993
7997
  'ecobee_thermostat',
7994
7998
  'nest_thermostat',
7995
- 'honeywell_thermostat',
7999
+ 'honeywell_resideo_thermostat',
7996
8000
  ],
7997
8001
  type: 'string',
7998
8002
  },
@@ -8041,7 +8045,7 @@ export default {
8041
8045
  enum: [
8042
8046
  'ecobee_thermostat',
8043
8047
  'nest_thermostat',
8044
- 'honeywell_thermostat',
8048
+ 'honeywell_resideo_thermostat',
8045
8049
  ],
8046
8050
  type: 'string',
8047
8051
  },
@@ -8089,7 +8093,7 @@ export default {
8089
8093
  'smartthings',
8090
8094
  'dormakaba_oracode',
8091
8095
  'tedee',
8092
- 'honeywell',
8096
+ 'honeywell_resideo',
8093
8097
  ],
8094
8098
  type: 'string',
8095
8099
  },
@@ -8926,7 +8930,7 @@ export default {
8926
8930
  enum: [
8927
8931
  'ecobee_thermostat',
8928
8932
  'nest_thermostat',
8929
- 'honeywell_thermostat',
8933
+ 'honeywell_resideo_thermostat',
8930
8934
  ],
8931
8935
  type: 'string',
8932
8936
  },
@@ -8975,7 +8979,7 @@ export default {
8975
8979
  enum: [
8976
8980
  'ecobee_thermostat',
8977
8981
  'nest_thermostat',
8978
- 'honeywell_thermostat',
8982
+ 'honeywell_resideo_thermostat',
8979
8983
  ],
8980
8984
  type: 'string',
8981
8985
  },
@@ -9023,7 +9027,7 @@ export default {
9023
9027
  'smartthings',
9024
9028
  'dormakaba_oracode',
9025
9029
  'tedee',
9026
- 'honeywell',
9030
+ 'honeywell_resideo',
9027
9031
  ],
9028
9032
  type: 'string',
9029
9033
  },
@@ -10622,7 +10626,7 @@ export default {
10622
10626
  enum: [
10623
10627
  'ecobee_thermostat',
10624
10628
  'nest_thermostat',
10625
- 'honeywell_thermostat',
10629
+ 'honeywell_resideo_thermostat',
10626
10630
  ],
10627
10631
  type: 'string',
10628
10632
  },
@@ -10671,7 +10675,7 @@ export default {
10671
10675
  enum: [
10672
10676
  'ecobee_thermostat',
10673
10677
  'nest_thermostat',
10674
- 'honeywell_thermostat',
10678
+ 'honeywell_resideo_thermostat',
10675
10679
  ],
10676
10680
  type: 'string',
10677
10681
  },
@@ -10719,7 +10723,7 @@ export default {
10719
10723
  'smartthings',
10720
10724
  'dormakaba_oracode',
10721
10725
  'tedee',
10722
- 'honeywell',
10726
+ 'honeywell_resideo',
10723
10727
  ],
10724
10728
  type: 'string',
10725
10729
  },