@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.
@@ -1101,7 +1101,7 @@ export interface Routes {
1101
1101
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
1102
1102
  custom_redirect_url?: string | undefined;
1103
1103
  custom_redirect_failure_url?: string | undefined;
1104
- 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;
1104
+ 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;
1105
1105
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
1106
1106
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
1107
1107
  automatically_manage_new_devices?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.37.0",
3
+ "version": "1.38.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -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',
@@ -1179,6 +1179,7 @@ export interface Routes {
1179
1179
  | 'dormakaba_oracode'
1180
1180
  | 'pti'
1181
1181
  | 'wyze'
1182
+ | 'seam_passport'
1182
1183
  | 'yale_access'
1183
1184
  >
1184
1185
  | undefined