@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.
@@ -1441,7 +1441,7 @@ export interface Routes {
1441
1441
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
1442
1442
  custom_redirect_url?: string | undefined;
1443
1443
  custom_redirect_failure_url?: string | undefined;
1444
- 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;
1444
+ 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;
1445
1445
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
1446
1446
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
1447
1447
  automatically_manage_new_devices?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.66.0",
3
+ "version": "1.67.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -5867,6 +5867,7 @@ export default {
5867
5867
  'seam_passport',
5868
5868
  'visionline',
5869
5869
  'assa_abloy_credential_service',
5870
+ 'seam_bridge',
5870
5871
  'yale_access',
5871
5872
  'hid_cm',
5872
5873
  ],
@@ -1552,6 +1552,7 @@ export interface Routes {
1552
1552
  | 'seam_passport'
1553
1553
  | 'visionline'
1554
1554
  | 'assa_abloy_credential_service'
1555
+ | 'seam_bridge'
1555
1556
  | 'yale_access'
1556
1557
  | 'hid_cm'
1557
1558
  >