@seamapi/types 1.83.0 → 1.84.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.
@@ -18161,7 +18161,7 @@ interface Routes {
18161
18161
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
18162
18162
  custom_redirect_url?: string | undefined;
18163
18163
  custom_redirect_failure_url?: string | undefined;
18164
- 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;
18164
+ 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' | 'google_nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'yale_access' | 'hid_cm'> | undefined;
18165
18165
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
18166
18166
  custom_metadata?: Record<string, string | boolean> | undefined;
18167
18167
  automatically_manage_new_devices?: boolean | undefined;
@@ -7260,6 +7260,7 @@ export default {
7260
7260
  'my_2n',
7261
7261
  'controlbyweb',
7262
7262
  'nest',
7263
+ 'google_nest',
7263
7264
  'igloohome',
7264
7265
  'ecobee',
7265
7266
  'hubitat',