@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.
@@ -1564,7 +1564,7 @@ export interface Routes {
1564
1564
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
1565
1565
  custom_redirect_url?: string | undefined;
1566
1566
  custom_redirect_failure_url?: string | undefined;
1567
- 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;
1567
+ 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;
1568
1568
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
1569
1569
  custom_metadata?: Record<string, string | boolean | null> | undefined;
1570
1570
  automatically_manage_new_devices?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.95.0",
3
+ "version": "1.96.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -6393,6 +6393,7 @@ export default {
6393
6393
  'visionline',
6394
6394
  'assa_abloy_credential_service',
6395
6395
  'seam_bridge',
6396
+ 'tedee',
6396
6397
  'yale_access',
6397
6398
  'hid_cm',
6398
6399
  'google_nest',
@@ -1773,6 +1773,7 @@ export interface Routes {
1773
1773
  | 'visionline'
1774
1774
  | 'assa_abloy_credential_service'
1775
1775
  | 'seam_bridge'
1776
+ | 'tedee'
1776
1777
  | 'yale_access'
1777
1778
  | 'hid_cm'
1778
1779
  | 'google_nest'