@seamapi/types 1.98.0 → 1.99.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.
@@ -1585,7 +1585,7 @@ export interface Routes {
1585
1585
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
1586
1586
  custom_redirect_url?: string | undefined;
1587
1587
  custom_redirect_failure_url?: string | undefined;
1588
- 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' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
1588
+ 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;
1589
1589
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
1590
1590
  custom_metadata?: Record<string, string | boolean | null> | undefined;
1591
1591
  automatically_manage_new_devices?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.98.0",
3
+ "version": "1.99.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -6506,6 +6506,7 @@ export default {
6506
6506
  'assa_abloy_credential_service',
6507
6507
  'seam_bridge',
6508
6508
  'tedee',
6509
+ 'honeywell',
6509
6510
  'yale_access',
6510
6511
  'hid_cm',
6511
6512
  'google_nest',
@@ -1809,6 +1809,7 @@ export interface Routes {
1809
1809
  | 'assa_abloy_credential_service'
1810
1810
  | 'seam_bridge'
1811
1811
  | 'tedee'
1812
+ | 'honeywell'
1812
1813
  | 'yale_access'
1813
1814
  | 'hid_cm'
1814
1815
  | 'google_nest'