@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.
@@ -17651,7 +17651,7 @@ interface Routes {
17651
17651
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
17652
17652
  custom_redirect_url?: string | undefined;
17653
17653
  custom_redirect_failure_url?: string | undefined;
17654
- 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;
17654
+ 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;
17655
17655
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
17656
17656
  custom_metadata?: Record<string, string | boolean | null> | undefined;
17657
17657
  automatically_manage_new_devices?: boolean | undefined;
@@ -6437,6 +6437,7 @@ export default {
6437
6437
  'assa_abloy_credential_service',
6438
6438
  'seam_bridge',
6439
6439
  'tedee',
6440
+ 'honeywell',
6440
6441
  'yale_access',
6441
6442
  'hid_cm',
6442
6443
  'google_nest',