@seamapi/types 0.12.0 → 0.12.1

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.
@@ -581,7 +581,7 @@ export interface Routes {
581
581
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
582
582
  custom_redirect_url?: string | undefined;
583
583
  custom_redirect_failure_url?: string | undefined;
584
- 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' | 'yale_access'> | undefined;
584
+ accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'yale_access'> | undefined;
585
585
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
586
586
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
587
587
  automatically_manage_new_devices?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -615,7 +615,6 @@ export interface Routes {
615
615
  | 'genie'
616
616
  | 'doorking'
617
617
  | 'salto'
618
- | 'lockly'
619
618
  | 'ttlock'
620
619
  | 'linear'
621
620
  | 'noiseaware'