@seamapi/types 1.95.0 → 1.96.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.
@@ -17485,7 +17485,7 @@ interface Routes {
17485
17485
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
17486
17486
  custom_redirect_url?: string | undefined;
17487
17487
  custom_redirect_failure_url?: string | undefined;
17488
- 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' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
17488
+ 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;
17489
17489
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
17490
17490
  custom_metadata?: Record<string, string | boolean | null> | undefined;
17491
17491
  automatically_manage_new_devices?: boolean | undefined;
@@ -6324,6 +6324,7 @@ export default {
6324
6324
  'visionline',
6325
6325
  'assa_abloy_credential_service',
6326
6326
  'seam_bridge',
6327
+ 'tedee',
6327
6328
  'yale_access',
6328
6329
  'hid_cm',
6329
6330
  'google_nest',