@seamapi/types 1.371.0 → 1.372.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.
@@ -33975,11 +33975,11 @@ export interface Routes {
33975
33975
  /** ID of the Connect Webview by which to filter devices. */
33976
33976
  connect_webview_id?: string | undefined;
33977
33977
  /** Device type by which to filter devices. */
33978
- 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') | ('ios_phone' | 'android_phone')) | undefined;
33978
+ device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat') | undefined;
33979
33979
  /** Array of device types by which to filter devices. */
33980
- 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') | ('ios_phone' | 'android_phone')> | undefined;
33980
+ device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat'> | undefined;
33981
33981
  /** Manufacturer by which to filter devices. */
33982
- 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' | 'akiles' | 'tado') | undefined;
33982
+ manufacturer?: ('ecobee' | 'nest' | 'honeywell_resideo' | 'tado') | undefined;
33983
33983
  /** Array of device IDs by which to filter devices. */
33984
33984
  device_ids?: string[] | undefined;
33985
33985
  /** Numerical limit on the number of devices to return. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.371.0",
3
+ "version": "1.372.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -26959,115 +26959,25 @@ export default {
26959
26959
  },
26960
26960
  device_type: {
26961
26961
  description: 'Device type by which to filter devices.',
26962
- oneOf: [
26963
- {
26964
- enum: [
26965
- 'akuvox_lock',
26966
- 'august_lock',
26967
- 'brivo_access_point',
26968
- 'butterflymx_panel',
26969
- 'avigilon_alta_entry',
26970
- 'doorking_lock',
26971
- 'genie_door',
26972
- 'igloo_lock',
26973
- 'linear_lock',
26974
- 'lockly_lock',
26975
- 'kwikset_lock',
26976
- 'nuki_lock',
26977
- 'salto_lock',
26978
- 'schlage_lock',
26979
- 'seam_relay',
26980
- 'smartthings_lock',
26981
- 'wyze_lock',
26982
- 'yale_lock',
26983
- 'two_n_intercom',
26984
- 'controlbyweb_device',
26985
- 'ttlock_lock',
26986
- 'igloohome_lock',
26987
- 'hubitat_lock',
26988
- 'four_suites_door',
26989
- 'dormakaba_oracode_door',
26990
- 'tedee_lock',
26991
- 'akiles_lock',
26992
- ],
26993
- type: 'string',
26994
- },
26995
- {
26996
- enum: ['noiseaware_activity_zone', 'minut_sensor'],
26997
- type: 'string',
26998
- },
26999
- {
27000
- enum: [
27001
- 'ecobee_thermostat',
27002
- 'nest_thermostat',
27003
- 'honeywell_resideo_thermostat',
27004
- 'tado_thermostat',
27005
- ],
27006
- type: 'string',
27007
- },
27008
- {
27009
- description: 'Type of phone.',
27010
- enum: ['ios_phone', 'android_phone'],
27011
- type: 'string',
27012
- },
26962
+ enum: [
26963
+ 'ecobee_thermostat',
26964
+ 'nest_thermostat',
26965
+ 'honeywell_resideo_thermostat',
26966
+ 'tado_thermostat',
27013
26967
  ],
26968
+ type: 'string',
27014
26969
  },
27015
26970
  device_types: {
27016
26971
  description:
27017
26972
  'Array of device types by which to filter devices.',
27018
26973
  items: {
27019
- oneOf: [
27020
- {
27021
- enum: [
27022
- 'akuvox_lock',
27023
- 'august_lock',
27024
- 'brivo_access_point',
27025
- 'butterflymx_panel',
27026
- 'avigilon_alta_entry',
27027
- 'doorking_lock',
27028
- 'genie_door',
27029
- 'igloo_lock',
27030
- 'linear_lock',
27031
- 'lockly_lock',
27032
- 'kwikset_lock',
27033
- 'nuki_lock',
27034
- 'salto_lock',
27035
- 'schlage_lock',
27036
- 'seam_relay',
27037
- 'smartthings_lock',
27038
- 'wyze_lock',
27039
- 'yale_lock',
27040
- 'two_n_intercom',
27041
- 'controlbyweb_device',
27042
- 'ttlock_lock',
27043
- 'igloohome_lock',
27044
- 'hubitat_lock',
27045
- 'four_suites_door',
27046
- 'dormakaba_oracode_door',
27047
- 'tedee_lock',
27048
- 'akiles_lock',
27049
- ],
27050
- type: 'string',
27051
- },
27052
- {
27053
- enum: ['noiseaware_activity_zone', 'minut_sensor'],
27054
- type: 'string',
27055
- },
27056
- {
27057
- enum: [
27058
- 'ecobee_thermostat',
27059
- 'nest_thermostat',
27060
- 'honeywell_resideo_thermostat',
27061
- 'tado_thermostat',
27062
- ],
27063
- type: 'string',
27064
- },
27065
- {
27066
- description: 'Type of phone.',
27067
- enum: ['ios_phone', 'android_phone'],
27068
- type: 'string',
27069
- },
26974
+ enum: [
26975
+ 'ecobee_thermostat',
26976
+ 'nest_thermostat',
26977
+ 'honeywell_resideo_thermostat',
26978
+ 'tado_thermostat',
27070
26979
  ],
26980
+ type: 'string',
27071
26981
  },
27072
26982
  type: 'array',
27073
26983
  },
@@ -27120,44 +27030,7 @@ export default {
27120
27030
  },
27121
27031
  manufacturer: {
27122
27032
  description: 'Manufacturer by which to filter devices.',
27123
- enum: [
27124
- 'akuvox',
27125
- 'august',
27126
- 'avigilon_alta',
27127
- 'brivo',
27128
- 'butterflymx',
27129
- 'doorking',
27130
- 'four_suites',
27131
- 'genie',
27132
- 'igloo',
27133
- 'keywe',
27134
- 'kwikset',
27135
- 'linear',
27136
- 'lockly',
27137
- 'nuki',
27138
- 'philia',
27139
- 'salto',
27140
- 'samsung',
27141
- 'schlage',
27142
- 'seam',
27143
- 'unknown',
27144
- 'wyze',
27145
- 'yale',
27146
- 'minut',
27147
- 'two_n',
27148
- 'ttlock',
27149
- 'nest',
27150
- 'igloohome',
27151
- 'ecobee',
27152
- 'hubitat',
27153
- 'controlbyweb',
27154
- 'smartthings',
27155
- 'dormakaba_oracode',
27156
- 'tedee',
27157
- 'honeywell_resideo',
27158
- 'akiles',
27159
- 'tado',
27160
- ],
27033
+ enum: ['ecobee', 'nest', 'honeywell_resideo', 'tado'],
27161
27034
  type: 'string',
27162
27035
  },
27163
27036
  unstable_location_id: {
@@ -41333,127 +41333,24 @@ export interface Routes {
41333
41333
  /** Device type by which to filter devices. */
41334
41334
  device_type?:
41335
41335
  | (
41336
- | (
41337
- | 'akuvox_lock'
41338
- | 'august_lock'
41339
- | 'brivo_access_point'
41340
- | 'butterflymx_panel'
41341
- | 'avigilon_alta_entry'
41342
- | 'doorking_lock'
41343
- | 'genie_door'
41344
- | 'igloo_lock'
41345
- | 'linear_lock'
41346
- | 'lockly_lock'
41347
- | 'kwikset_lock'
41348
- | 'nuki_lock'
41349
- | 'salto_lock'
41350
- | 'schlage_lock'
41351
- | 'seam_relay'
41352
- | 'smartthings_lock'
41353
- | 'wyze_lock'
41354
- | 'yale_lock'
41355
- | 'two_n_intercom'
41356
- | 'controlbyweb_device'
41357
- | 'ttlock_lock'
41358
- | 'igloohome_lock'
41359
- | 'hubitat_lock'
41360
- | 'four_suites_door'
41361
- | 'dormakaba_oracode_door'
41362
- | 'tedee_lock'
41363
- | 'akiles_lock'
41364
- )
41365
- | ('noiseaware_activity_zone' | 'minut_sensor')
41366
- | (
41367
- | 'ecobee_thermostat'
41368
- | 'nest_thermostat'
41369
- | 'honeywell_resideo_thermostat'
41370
- | 'tado_thermostat'
41371
- )
41372
- | ('ios_phone' | 'android_phone')
41336
+ | 'ecobee_thermostat'
41337
+ | 'nest_thermostat'
41338
+ | 'honeywell_resideo_thermostat'
41339
+ | 'tado_thermostat'
41373
41340
  )
41374
41341
  | undefined
41375
41342
  /** Array of device types by which to filter devices. */
41376
41343
  device_types?:
41377
41344
  | Array<
41378
- | (
41379
- | 'akuvox_lock'
41380
- | 'august_lock'
41381
- | 'brivo_access_point'
41382
- | 'butterflymx_panel'
41383
- | 'avigilon_alta_entry'
41384
- | 'doorking_lock'
41385
- | 'genie_door'
41386
- | 'igloo_lock'
41387
- | 'linear_lock'
41388
- | 'lockly_lock'
41389
- | 'kwikset_lock'
41390
- | 'nuki_lock'
41391
- | 'salto_lock'
41392
- | 'schlage_lock'
41393
- | 'seam_relay'
41394
- | 'smartthings_lock'
41395
- | 'wyze_lock'
41396
- | 'yale_lock'
41397
- | 'two_n_intercom'
41398
- | 'controlbyweb_device'
41399
- | 'ttlock_lock'
41400
- | 'igloohome_lock'
41401
- | 'hubitat_lock'
41402
- | 'four_suites_door'
41403
- | 'dormakaba_oracode_door'
41404
- | 'tedee_lock'
41405
- | 'akiles_lock'
41406
- )
41407
- | ('noiseaware_activity_zone' | 'minut_sensor')
41408
- | (
41409
- | 'ecobee_thermostat'
41410
- | 'nest_thermostat'
41411
- | 'honeywell_resideo_thermostat'
41412
- | 'tado_thermostat'
41413
- )
41414
- | ('ios_phone' | 'android_phone')
41345
+ | 'ecobee_thermostat'
41346
+ | 'nest_thermostat'
41347
+ | 'honeywell_resideo_thermostat'
41348
+ | 'tado_thermostat'
41415
41349
  >
41416
41350
  | undefined
41417
41351
  /** Manufacturer by which to filter devices. */
41418
41352
  manufacturer?:
41419
- | (
41420
- | 'akuvox'
41421
- | 'august'
41422
- | 'avigilon_alta'
41423
- | 'brivo'
41424
- | 'butterflymx'
41425
- | 'doorking'
41426
- | 'four_suites'
41427
- | 'genie'
41428
- | 'igloo'
41429
- | 'keywe'
41430
- | 'kwikset'
41431
- | 'linear'
41432
- | 'lockly'
41433
- | 'nuki'
41434
- | 'philia'
41435
- | 'salto'
41436
- | 'samsung'
41437
- | 'schlage'
41438
- | 'seam'
41439
- | 'unknown'
41440
- | 'wyze'
41441
- | 'yale'
41442
- | 'minut'
41443
- | 'two_n'
41444
- | 'ttlock'
41445
- | 'nest'
41446
- | 'igloohome'
41447
- | 'ecobee'
41448
- | 'hubitat'
41449
- | 'controlbyweb'
41450
- | 'smartthings'
41451
- | 'dormakaba_oracode'
41452
- | 'tedee'
41453
- | 'honeywell_resideo'
41454
- | 'akiles'
41455
- | 'tado'
41456
- )
41353
+ | ('ecobee' | 'nest' | 'honeywell_resideo' | 'tado')
41457
41354
  | undefined
41458
41355
  /** Array of device IDs by which to filter devices. */
41459
41356
  device_ids?: string[] | undefined