@seamapi/types 1.0.0 → 1.1.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.
@@ -628,7 +628,7 @@ export interface Routes {
628
628
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
629
629
  custom_redirect_url?: string | undefined;
630
630
  custom_redirect_failure_url?: string | undefined;
631
- 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' | 'four_suites' | 'dormakaba_oracode' | 'yale_access'> | undefined;
631
+ 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' | 'four_suites' | 'dormakaba_oracode' | 'wyze' | 'yale_access'> | undefined;
632
632
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
633
633
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
634
634
  automatically_manage_new_devices?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -678,6 +678,7 @@ export interface Routes {
678
678
  | 'hubitat'
679
679
  | 'four_suites'
680
680
  | 'dormakaba_oracode'
681
+ | 'wyze'
681
682
  | 'yale_access'
682
683
  >
683
684
  | undefined