@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.
@@ -41547,28 +41547,14 @@ declare const _default: {
41547
41547
  };
41548
41548
  device_type: {
41549
41549
  description: string;
41550
- oneOf: ({
41551
- enum: string[];
41552
- type: string;
41553
- description?: never;
41554
- } | {
41555
- description: string;
41556
- enum: string[];
41557
- type: string;
41558
- })[];
41550
+ enum: string[];
41551
+ type: string;
41559
41552
  };
41560
41553
  device_types: {
41561
41554
  description: string;
41562
41555
  items: {
41563
- oneOf: ({
41564
- enum: string[];
41565
- type: string;
41566
- description?: never;
41567
- } | {
41568
- description: string;
41569
- enum: string[];
41570
- type: string;
41571
- })[];
41556
+ enum: string[];
41557
+ type: string;
41572
41558
  };
41573
41559
  type: string;
41574
41560
  };
@@ -80874,11 +80860,11 @@ interface Routes {
80874
80860
  /** ID of the Connect Webview by which to filter devices. */
80875
80861
  connect_webview_id?: string | undefined;
80876
80862
  /** Device type by which to filter devices. */
80877
- 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;
80863
+ device_type?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat') | undefined;
80878
80864
  /** Array of device types by which to filter devices. */
80879
- 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;
80865
+ device_types?: Array<'ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat'> | undefined;
80880
80866
  /** Manufacturer by which to filter devices. */
80881
- 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;
80867
+ manufacturer?: ('ecobee' | 'nest' | 'honeywell_resideo' | 'tado') | undefined;
80882
80868
  /** Array of device IDs by which to filter devices. */
80883
80869
  device_ids?: string[] | undefined;
80884
80870
  /** Numerical limit on the number of devices to return. */
@@ -22237,28 +22237,14 @@ declare const _default: {
22237
22237
  };
22238
22238
  device_type: {
22239
22239
  description: string;
22240
- oneOf: ({
22241
- enum: string[];
22242
- type: string;
22243
- description?: never;
22244
- } | {
22245
- description: string;
22246
- enum: string[];
22247
- type: string;
22248
- })[];
22240
+ enum: string[];
22241
+ type: string;
22249
22242
  };
22250
22243
  device_types: {
22251
22244
  description: string;
22252
22245
  items: {
22253
- oneOf: ({
22254
- enum: string[];
22255
- type: string;
22256
- description?: never;
22257
- } | {
22258
- description: string;
22259
- enum: string[];
22260
- type: string;
22261
- })[];
22246
+ enum: string[];
22247
+ type: string;
22262
22248
  };
22263
22249
  type: string;
22264
22250
  };
@@ -25370,114 +25370,24 @@ export default {
25370
25370
  },
25371
25371
  device_type: {
25372
25372
  description: 'Device type by which to filter devices.',
25373
- oneOf: [
25374
- {
25375
- enum: [
25376
- 'akuvox_lock',
25377
- 'august_lock',
25378
- 'brivo_access_point',
25379
- 'butterflymx_panel',
25380
- 'avigilon_alta_entry',
25381
- 'doorking_lock',
25382
- 'genie_door',
25383
- 'igloo_lock',
25384
- 'linear_lock',
25385
- 'lockly_lock',
25386
- 'kwikset_lock',
25387
- 'nuki_lock',
25388
- 'salto_lock',
25389
- 'schlage_lock',
25390
- 'seam_relay',
25391
- 'smartthings_lock',
25392
- 'wyze_lock',
25393
- 'yale_lock',
25394
- 'two_n_intercom',
25395
- 'controlbyweb_device',
25396
- 'ttlock_lock',
25397
- 'igloohome_lock',
25398
- 'hubitat_lock',
25399
- 'four_suites_door',
25400
- 'dormakaba_oracode_door',
25401
- 'tedee_lock',
25402
- 'akiles_lock',
25403
- ],
25404
- type: 'string',
25405
- },
25406
- {
25407
- enum: ['noiseaware_activity_zone', 'minut_sensor'],
25408
- type: 'string',
25409
- },
25410
- {
25411
- enum: [
25412
- 'ecobee_thermostat',
25413
- 'nest_thermostat',
25414
- 'honeywell_resideo_thermostat',
25415
- 'tado_thermostat',
25416
- ],
25417
- type: 'string',
25418
- },
25419
- {
25420
- description: 'Type of phone.',
25421
- enum: ['ios_phone', 'android_phone'],
25422
- type: 'string',
25423
- },
25373
+ enum: [
25374
+ 'ecobee_thermostat',
25375
+ 'nest_thermostat',
25376
+ 'honeywell_resideo_thermostat',
25377
+ 'tado_thermostat',
25424
25378
  ],
25379
+ type: 'string',
25425
25380
  },
25426
25381
  device_types: {
25427
25382
  description: 'Array of device types by which to filter devices.',
25428
25383
  items: {
25429
- oneOf: [
25430
- {
25431
- enum: [
25432
- 'akuvox_lock',
25433
- 'august_lock',
25434
- 'brivo_access_point',
25435
- 'butterflymx_panel',
25436
- 'avigilon_alta_entry',
25437
- 'doorking_lock',
25438
- 'genie_door',
25439
- 'igloo_lock',
25440
- 'linear_lock',
25441
- 'lockly_lock',
25442
- 'kwikset_lock',
25443
- 'nuki_lock',
25444
- 'salto_lock',
25445
- 'schlage_lock',
25446
- 'seam_relay',
25447
- 'smartthings_lock',
25448
- 'wyze_lock',
25449
- 'yale_lock',
25450
- 'two_n_intercom',
25451
- 'controlbyweb_device',
25452
- 'ttlock_lock',
25453
- 'igloohome_lock',
25454
- 'hubitat_lock',
25455
- 'four_suites_door',
25456
- 'dormakaba_oracode_door',
25457
- 'tedee_lock',
25458
- 'akiles_lock',
25459
- ],
25460
- type: 'string',
25461
- },
25462
- {
25463
- enum: ['noiseaware_activity_zone', 'minut_sensor'],
25464
- type: 'string',
25465
- },
25466
- {
25467
- enum: [
25468
- 'ecobee_thermostat',
25469
- 'nest_thermostat',
25470
- 'honeywell_resideo_thermostat',
25471
- 'tado_thermostat',
25472
- ],
25473
- type: 'string',
25474
- },
25475
- {
25476
- description: 'Type of phone.',
25477
- enum: ['ios_phone', 'android_phone'],
25478
- type: 'string',
25479
- },
25384
+ enum: [
25385
+ 'ecobee_thermostat',
25386
+ 'nest_thermostat',
25387
+ 'honeywell_resideo_thermostat',
25388
+ 'tado_thermostat',
25480
25389
  ],
25390
+ type: 'string',
25481
25391
  },
25482
25392
  type: 'array',
25483
25393
  },
@@ -25529,44 +25439,7 @@ export default {
25529
25439
  },
25530
25440
  manufacturer: {
25531
25441
  description: 'Manufacturer by which to filter devices.',
25532
- enum: [
25533
- 'akuvox',
25534
- 'august',
25535
- 'avigilon_alta',
25536
- 'brivo',
25537
- 'butterflymx',
25538
- 'doorking',
25539
- 'four_suites',
25540
- 'genie',
25541
- 'igloo',
25542
- 'keywe',
25543
- 'kwikset',
25544
- 'linear',
25545
- 'lockly',
25546
- 'nuki',
25547
- 'philia',
25548
- 'salto',
25549
- 'samsung',
25550
- 'schlage',
25551
- 'seam',
25552
- 'unknown',
25553
- 'wyze',
25554
- 'yale',
25555
- 'minut',
25556
- 'two_n',
25557
- 'ttlock',
25558
- 'nest',
25559
- 'igloohome',
25560
- 'ecobee',
25561
- 'hubitat',
25562
- 'controlbyweb',
25563
- 'smartthings',
25564
- 'dormakaba_oracode',
25565
- 'tedee',
25566
- 'honeywell_resideo',
25567
- 'akiles',
25568
- 'tado',
25569
- ],
25442
+ enum: ['ecobee', 'nest', 'honeywell_resideo', 'tado'],
25570
25443
  type: 'string',
25571
25444
  },
25572
25445
  unstable_location_id: {