@seamapi/types 1.396.1 → 1.398.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.
@@ -9197,7 +9197,9 @@ export interface Routes {
9197
9197
  /** ID of the desired access group. */
9198
9198
  acs_access_group_id: string;
9199
9199
  /** ID of the desired user. */
9200
- acs_user_id: string;
9200
+ acs_user_id?: string | undefined;
9201
+ /** ID of the desired user identity. */
9202
+ user_identity_id?: string | undefined;
9201
9203
  };
9202
9204
  formData: {};
9203
9205
  jsonResponse: {};
@@ -19049,7 +19051,7 @@ export interface Routes {
19049
19051
  /** Unique identifier for the device. */
19050
19052
  device_id: string;
19051
19053
  /** Type of the device. */
19052
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
19054
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
19053
19055
  /** Optional nickname to describe the device, settable through Seam */
19054
19056
  nickname?: string | undefined;
19055
19057
  /** 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. */
@@ -19813,9 +19815,9 @@ export interface Routes {
19813
19815
  /** ID of the Connect Webview by which to filter devices. */
19814
19816
  connect_webview_id?: string | undefined;
19815
19817
  /** Device type by which to filter devices. */
19816
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
19818
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
19817
19819
  /** Array of device types by which to filter devices. */
19818
- 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' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
19820
+ 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' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
19819
19821
  /** Manufacturer by which to filter devices. */
19820
19822
  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' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi') | undefined;
19821
19823
  /** Array of device IDs by which to filter devices. */
@@ -19843,7 +19845,7 @@ export interface Routes {
19843
19845
  /** Unique identifier for the device. */
19844
19846
  device_id: string;
19845
19847
  /** Type of the device. */
19846
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
19848
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
19847
19849
  /** Optional nickname to describe the device, settable through Seam */
19848
19850
  nickname?: string | undefined;
19849
19851
  /** 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. */
@@ -20680,7 +20682,7 @@ export interface Routes {
20680
20682
  /** Unique identifier for the device. */
20681
20683
  device_id: string;
20682
20684
  /** Type of the device. */
20683
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
20685
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
20684
20686
  /** Unique identifier for the account associated with the device. */
20685
20687
  connected_account_id: string;
20686
20688
  /** Location information for the device. */
@@ -20960,9 +20962,9 @@ export interface Routes {
20960
20962
  /** ID of the Connect Webview by which to filter devices. */
20961
20963
  connect_webview_id?: string | undefined;
20962
20964
  /** Device type by which to filter devices. */
20963
- device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
20965
+ device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
20964
20966
  /** Array of device types by which to filter devices. */
20965
- 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' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
20967
+ 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' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
20966
20968
  /** Manufacturer by which to filter devices. */
20967
20969
  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' | 'hubitat' | 'controlbyweb' | 'smartthings' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi') | undefined;
20968
20970
  /** Array of device IDs by which to filter devices. */
@@ -20990,7 +20992,7 @@ export interface Routes {
20990
20992
  /** Unique identifier for the device. */
20991
20993
  device_id: string;
20992
20994
  /** Type of the device. */
20993
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
20995
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
20994
20996
  /** Unique identifier for the account associated with the device. */
20995
20997
  connected_account_id: string;
20996
20998
  /** Location information for the device. */
@@ -24066,7 +24068,7 @@ export interface Routes {
24066
24068
  /** Unique identifier for the device. */
24067
24069
  device_id: string;
24068
24070
  /** Type of the device. */
24069
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
24071
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
24070
24072
  /** Optional nickname to describe the device, settable through Seam */
24071
24073
  nickname?: string | undefined;
24072
24074
  /** 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. */
@@ -24819,7 +24821,7 @@ export interface Routes {
24819
24821
  /** Unique identifier for the device. */
24820
24822
  device_id: string;
24821
24823
  /** Type of the device. */
24822
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
24824
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
24823
24825
  /** Optional nickname to describe the device, settable through Seam */
24824
24826
  nickname?: string | undefined;
24825
24827
  /** 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. */
@@ -25613,7 +25615,7 @@ export interface Routes {
25613
25615
  /** Unique identifier for the device. */
25614
25616
  device_id: string;
25615
25617
  /** Type of the device. */
25616
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
25618
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
25617
25619
  /** Optional nickname to describe the device, settable through Seam */
25618
25620
  nickname?: string | undefined;
25619
25621
  /** 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. */
@@ -26365,7 +26367,7 @@ export interface Routes {
26365
26367
  /** Unique identifier for the device. */
26366
26368
  device_id: string;
26367
26369
  /** Type of the device. */
26368
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
26370
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
26369
26371
  /** Optional nickname to describe the device, settable through Seam */
26370
26372
  nickname?: string | undefined;
26371
26373
  /** 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. */
@@ -31657,7 +31659,7 @@ export interface Routes {
31657
31659
  /** Unique identifier for the device. */
31658
31660
  device_id: string;
31659
31661
  /** Type of the device. */
31660
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
31662
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
31661
31663
  /** Optional nickname to describe the device, settable through Seam */
31662
31664
  nickname?: string | undefined;
31663
31665
  /** 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. */
@@ -32409,7 +32411,7 @@ export interface Routes {
32409
32411
  /** Unique identifier for the device. */
32410
32412
  device_id: string;
32411
32413
  /** Type of the device. */
32412
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
32414
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
32413
32415
  /** Optional nickname to describe the device, settable through Seam */
32414
32416
  nickname?: string | undefined;
32415
32417
  /** 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. */
@@ -40660,7 +40662,7 @@ export interface Routes {
40660
40662
  /** Unique identifier for the device. */
40661
40663
  device_id: string;
40662
40664
  /** Type of the device. */
40663
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
40665
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
40664
40666
  /** Optional nickname to describe the device, settable through Seam */
40665
40667
  nickname?: string | undefined;
40666
40668
  /** 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. */
@@ -43672,9 +43674,9 @@ export interface Routes {
43672
43674
  /** ID of the Connect Webview by which to filter devices. */
43673
43675
  connect_webview_id?: string | undefined;
43674
43676
  /** Device type by which to filter thermostat devices. */
43675
- device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | undefined;
43677
+ device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | undefined;
43676
43678
  /** Array of device types by which to filter thermostat devices. */
43677
- device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat'> | undefined;
43679
+ device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat'> | undefined;
43678
43680
  /** Manufacturer by which to filter thermostat devices. */
43679
43681
  manufacturer?: ('ecobee' | 'honeywell_resideo' | 'nest' | 'tado' | 'sensi') | undefined;
43680
43682
  /** Array of device IDs by which to filter devices. */
@@ -43702,7 +43704,7 @@ export interface Routes {
43702
43704
  /** Unique identifier for the device. */
43703
43705
  device_id: string;
43704
43706
  /** Type of the device. */
43705
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
43707
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
43706
43708
  /** Optional nickname to describe the device, settable through Seam */
43707
43709
  nickname?: string | undefined;
43708
43710
  /** 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. */
@@ -44454,7 +44456,7 @@ export interface Routes {
44454
44456
  /** Unique identifier for the device. */
44455
44457
  device_id: string;
44456
44458
  /** Type of the device. */
44457
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
44459
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
44458
44460
  /** Optional nickname to describe the device, settable through Seam */
44459
44461
  nickname?: string | undefined;
44460
44462
  /** 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. */
@@ -50708,7 +50710,7 @@ export interface Routes {
50708
50710
  /** Unique identifier for the device. */
50709
50711
  device_id: string;
50710
50712
  /** Type of the device. */
50711
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
50713
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
50712
50714
  /** Optional nickname to describe the device, settable through Seam */
50713
50715
  nickname?: string | undefined;
50714
50716
  /** 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. */
@@ -51462,7 +51464,7 @@ export interface Routes {
51462
51464
  /** Unique identifier for the device. */
51463
51465
  device_id: string;
51464
51466
  /** Type of the device. */
51465
- device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat') | ('ios_phone' | 'android_phone');
51467
+ device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
51466
51468
  /** Optional nickname to describe the device, settable through Seam */
51467
51469
  nickname?: string | undefined;
51468
51470
  /** Display name of the device, defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.396.1",
3
+ "version": "1.398.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -70,6 +70,7 @@ export const THERMOSTAT_DEVICE_TYPE = {
70
70
  HONEYWELL_RESIDEO_THERMOSTAT: 'honeywell_resideo_thermostat',
71
71
  TADO_THERMOSTAT: 'tado_thermostat',
72
72
  SENSI_THERMOSTAT: 'sensi_thermostat',
73
+ SMARTTHINGS_THERMOSTAT: 'smartthings_thermostat',
73
74
  } as const
74
75
 
75
76
  type ThermostatDeviceTypeFromMapping =
@@ -7610,6 +7610,7 @@ export default {
7610
7610
  'honeywell_resideo_thermostat',
7611
7611
  'tado_thermostat',
7612
7612
  'sensi_thermostat',
7613
+ 'smartthings_thermostat',
7613
7614
  ],
7614
7615
  type: 'string',
7615
7616
  },
@@ -17897,6 +17898,7 @@ export default {
17897
17898
  'honeywell_resideo_thermostat',
17898
17899
  'tado_thermostat',
17899
17900
  'sensi_thermostat',
17901
+ 'smartthings_thermostat',
17900
17902
  ],
17901
17903
  type: 'string',
17902
17904
  },
@@ -21163,8 +21165,13 @@ export default {
21163
21165
  format: 'uuid',
21164
21166
  type: 'string',
21165
21167
  },
21168
+ user_identity_id: {
21169
+ description: 'ID of the desired user identity.',
21170
+ format: 'uuid',
21171
+ type: 'string',
21172
+ },
21166
21173
  },
21167
- required: ['acs_access_group_id', 'acs_user_id'],
21174
+ required: ['acs_access_group_id'],
21168
21175
  type: 'object',
21169
21176
  },
21170
21177
  },
@@ -26017,6 +26024,7 @@ export default {
26017
26024
  'honeywell_resideo_thermostat',
26018
26025
  'tado_thermostat',
26019
26026
  'sensi_thermostat',
26027
+ 'smartthings_thermostat',
26020
26028
  ],
26021
26029
  type: 'string',
26022
26030
  },
@@ -26075,6 +26083,7 @@ export default {
26075
26083
  'honeywell_resideo_thermostat',
26076
26084
  'tado_thermostat',
26077
26085
  'sensi_thermostat',
26086
+ 'smartthings_thermostat',
26078
26087
  ],
26079
26088
  type: 'string',
26080
26089
  },
@@ -26570,6 +26579,7 @@ export default {
26570
26579
  'honeywell_resideo_thermostat',
26571
26580
  'tado_thermostat',
26572
26581
  'sensi_thermostat',
26582
+ 'smartthings_thermostat',
26573
26583
  ],
26574
26584
  type: 'string',
26575
26585
  },
@@ -26628,6 +26638,7 @@ export default {
26628
26638
  'honeywell_resideo_thermostat',
26629
26639
  'tado_thermostat',
26630
26640
  'sensi_thermostat',
26641
+ 'smartthings_thermostat',
26631
26642
  ],
26632
26643
  type: 'string',
26633
26644
  },
@@ -31049,6 +31060,7 @@ export default {
31049
31060
  'honeywell_resideo_thermostat',
31050
31061
  'tado_thermostat',
31051
31062
  'sensi_thermostat',
31063
+ 'smartthings_thermostat',
31052
31064
  ],
31053
31065
  type: 'string',
31054
31066
  },
@@ -31062,6 +31074,7 @@ export default {
31062
31074
  'honeywell_resideo_thermostat',
31063
31075
  'tado_thermostat',
31064
31076
  'sensi_thermostat',
31077
+ 'smartthings_thermostat',
31065
31078
  ],
31066
31079
  type: 'string',
31067
31080
  },
@@ -10519,7 +10519,9 @@ export interface Routes {
10519
10519
  /** ID of the desired access group. */
10520
10520
  acs_access_group_id: string
10521
10521
  /** ID of the desired user. */
10522
- acs_user_id: string
10522
+ acs_user_id?: string | undefined
10523
+ /** ID of the desired user identity. */
10524
+ user_identity_id?: string | undefined
10523
10525
  }
10524
10526
  formData: {}
10525
10527
  jsonResponse: {}
@@ -22161,6 +22163,7 @@ export interface Routes {
22161
22163
  | 'honeywell_resideo_thermostat'
22162
22164
  | 'tado_thermostat'
22163
22165
  | 'sensi_thermostat'
22166
+ | 'smartthings_thermostat'
22164
22167
  )
22165
22168
  | ('ios_phone' | 'android_phone')
22166
22169
  /** Optional nickname to describe the device, settable through Seam */
@@ -23160,6 +23163,7 @@ export interface Routes {
23160
23163
  | 'honeywell_resideo_thermostat'
23161
23164
  | 'tado_thermostat'
23162
23165
  | 'sensi_thermostat'
23166
+ | 'smartthings_thermostat'
23163
23167
  )
23164
23168
  | ('ios_phone' | 'android_phone')
23165
23169
  )
@@ -23203,6 +23207,7 @@ export interface Routes {
23203
23207
  | 'honeywell_resideo_thermostat'
23204
23208
  | 'tado_thermostat'
23205
23209
  | 'sensi_thermostat'
23210
+ | 'smartthings_thermostat'
23206
23211
  )
23207
23212
  | ('ios_phone' | 'android_phone')
23208
23213
  >
@@ -23340,6 +23345,7 @@ export interface Routes {
23340
23345
  | 'honeywell_resideo_thermostat'
23341
23346
  | 'tado_thermostat'
23342
23347
  | 'sensi_thermostat'
23348
+ | 'smartthings_thermostat'
23343
23349
  )
23344
23350
  | ('ios_phone' | 'android_phone')
23345
23351
  /** Optional nickname to describe the device, settable through Seam */
@@ -24472,6 +24478,7 @@ export interface Routes {
24472
24478
  | 'honeywell_resideo_thermostat'
24473
24479
  | 'tado_thermostat'
24474
24480
  | 'sensi_thermostat'
24481
+ | 'smartthings_thermostat'
24475
24482
  )
24476
24483
  | ('ios_phone' | 'android_phone')
24477
24484
  /** Unique identifier for the account associated with the device. */
@@ -24838,6 +24845,7 @@ export interface Routes {
24838
24845
  | 'honeywell_resideo_thermostat'
24839
24846
  | 'tado_thermostat'
24840
24847
  | 'sensi_thermostat'
24848
+ | 'smartthings_thermostat'
24841
24849
  )
24842
24850
  | ('ios_phone' | 'android_phone')
24843
24851
  )
@@ -24881,6 +24889,7 @@ export interface Routes {
24881
24889
  | 'honeywell_resideo_thermostat'
24882
24890
  | 'tado_thermostat'
24883
24891
  | 'sensi_thermostat'
24892
+ | 'smartthings_thermostat'
24884
24893
  )
24885
24894
  | ('ios_phone' | 'android_phone')
24886
24895
  >
@@ -25018,6 +25027,7 @@ export interface Routes {
25018
25027
  | 'honeywell_resideo_thermostat'
25019
25028
  | 'tado_thermostat'
25020
25029
  | 'sensi_thermostat'
25030
+ | 'smartthings_thermostat'
25021
25031
  )
25022
25032
  | ('ios_phone' | 'android_phone')
25023
25033
  /** Unique identifier for the account associated with the device. */
@@ -28573,6 +28583,7 @@ export interface Routes {
28573
28583
  | 'honeywell_resideo_thermostat'
28574
28584
  | 'tado_thermostat'
28575
28585
  | 'sensi_thermostat'
28586
+ | 'smartthings_thermostat'
28576
28587
  )
28577
28588
  | ('ios_phone' | 'android_phone')
28578
28589
  /** Optional nickname to describe the device, settable through Seam */
@@ -29560,6 +29571,7 @@ export interface Routes {
29560
29571
  | 'honeywell_resideo_thermostat'
29561
29572
  | 'tado_thermostat'
29562
29573
  | 'sensi_thermostat'
29574
+ | 'smartthings_thermostat'
29563
29575
  )
29564
29576
  | ('ios_phone' | 'android_phone')
29565
29577
  /** Optional nickname to describe the device, settable through Seam */
@@ -30706,6 +30718,7 @@ export interface Routes {
30706
30718
  | 'honeywell_resideo_thermostat'
30707
30719
  | 'tado_thermostat'
30708
30720
  | 'sensi_thermostat'
30721
+ | 'smartthings_thermostat'
30709
30722
  )
30710
30723
  | ('ios_phone' | 'android_phone')
30711
30724
  /** Optional nickname to describe the device, settable through Seam */
@@ -31692,6 +31705,7 @@ export interface Routes {
31692
31705
  | 'honeywell_resideo_thermostat'
31693
31706
  | 'tado_thermostat'
31694
31707
  | 'sensi_thermostat'
31708
+ | 'smartthings_thermostat'
31695
31709
  )
31696
31710
  | ('ios_phone' | 'android_phone')
31697
31711
  /** Optional nickname to describe the device, settable through Seam */
@@ -38004,6 +38018,7 @@ export interface Routes {
38004
38018
  | 'honeywell_resideo_thermostat'
38005
38019
  | 'tado_thermostat'
38006
38020
  | 'sensi_thermostat'
38021
+ | 'smartthings_thermostat'
38007
38022
  )
38008
38023
  | ('ios_phone' | 'android_phone')
38009
38024
  /** Optional nickname to describe the device, settable through Seam */
@@ -38990,6 +39005,7 @@ export interface Routes {
38990
39005
  | 'honeywell_resideo_thermostat'
38991
39006
  | 'tado_thermostat'
38992
39007
  | 'sensi_thermostat'
39008
+ | 'smartthings_thermostat'
38993
39009
  )
38994
39010
  | ('ios_phone' | 'android_phone')
38995
39011
  /** Optional nickname to describe the device, settable through Seam */
@@ -48659,6 +48675,7 @@ export interface Routes {
48659
48675
  | 'honeywell_resideo_thermostat'
48660
48676
  | 'tado_thermostat'
48661
48677
  | 'sensi_thermostat'
48678
+ | 'smartthings_thermostat'
48662
48679
  )
48663
48680
  | ('ios_phone' | 'android_phone')
48664
48681
  /** Optional nickname to describe the device, settable through Seam */
@@ -52253,6 +52270,7 @@ export interface Routes {
52253
52270
  | 'honeywell_resideo_thermostat'
52254
52271
  | 'tado_thermostat'
52255
52272
  | 'sensi_thermostat'
52273
+ | 'smartthings_thermostat'
52256
52274
  )
52257
52275
  | undefined
52258
52276
  /** Array of device types by which to filter thermostat devices. */
@@ -52263,6 +52281,7 @@ export interface Routes {
52263
52281
  | 'honeywell_resideo_thermostat'
52264
52282
  | 'tado_thermostat'
52265
52283
  | 'sensi_thermostat'
52284
+ | 'smartthings_thermostat'
52266
52285
  >
52267
52286
  | undefined
52268
52287
  /** Manufacturer by which to filter thermostat devices. */
@@ -52359,6 +52378,7 @@ export interface Routes {
52359
52378
  | 'honeywell_resideo_thermostat'
52360
52379
  | 'tado_thermostat'
52361
52380
  | 'sensi_thermostat'
52381
+ | 'smartthings_thermostat'
52362
52382
  )
52363
52383
  | ('ios_phone' | 'android_phone')
52364
52384
  /** Optional nickname to describe the device, settable through Seam */
@@ -53345,6 +53365,7 @@ export interface Routes {
53345
53365
  | 'honeywell_resideo_thermostat'
53346
53366
  | 'tado_thermostat'
53347
53367
  | 'sensi_thermostat'
53368
+ | 'smartthings_thermostat'
53348
53369
  )
53349
53370
  | ('ios_phone' | 'android_phone')
53350
53371
  /** Optional nickname to describe the device, settable through Seam */
@@ -60616,6 +60637,7 @@ export interface Routes {
60616
60637
  | 'honeywell_resideo_thermostat'
60617
60638
  | 'tado_thermostat'
60618
60639
  | 'sensi_thermostat'
60640
+ | 'smartthings_thermostat'
60619
60641
  )
60620
60642
  | ('ios_phone' | 'android_phone')
60621
60643
  /** Optional nickname to describe the device, settable through Seam */
@@ -61604,6 +61626,7 @@ export interface Routes {
61604
61626
  | 'honeywell_resideo_thermostat'
61605
61627
  | 'tado_thermostat'
61606
61628
  | 'sensi_thermostat'
61629
+ | 'smartthings_thermostat'
61607
61630
  )
61608
61631
  | ('ios_phone' | 'android_phone')
61609
61632
  /** Optional nickname to describe the device, settable through Seam */