@seamapi/types 1.37.0 → 1.38.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.
@@ -13367,7 +13367,7 @@ interface Routes {
13367
13367
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
13368
13368
  custom_redirect_url?: string | undefined;
13369
13369
  custom_redirect_failure_url?: string | undefined;
13370
- 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' | 'yale_access'> | undefined;
13370
+ 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' | 'yale_access'> | undefined;
13371
13371
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
13372
13372
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
13373
13373
  automatically_manage_new_devices?: boolean | undefined;
@@ -4494,6 +4494,7 @@ export default {
4494
4494
  'dormakaba_oracode',
4495
4495
  'pti',
4496
4496
  'wyze',
4497
+ 'seam_passport',
4497
4498
  'yale_access',
4498
4499
  ],
4499
4500
  type: 'string',