@seamapi/types 1.66.0 → 1.67.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.
@@ -15638,7 +15638,7 @@ interface Routes {
15638
15638
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
15639
15639
  custom_redirect_url?: string | undefined;
15640
15640
  custom_redirect_failure_url?: string | undefined;
15641
- 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' | 'yale_access' | 'hid_cm'> | undefined;
15641
+ 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'> | undefined;
15642
15642
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
15643
15643
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
15644
15644
  automatically_manage_new_devices?: boolean | undefined;
@@ -5805,6 +5805,7 @@ export default {
5805
5805
  'seam_passport',
5806
5806
  'visionline',
5807
5807
  'assa_abloy_credential_service',
5808
+ 'seam_bridge',
5808
5809
  'yale_access',
5809
5810
  'hid_cm',
5810
5811
  ],