@seamapi/types 1.104.0 → 1.105.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.
@@ -40,6 +40,9 @@ export interface Routes {
40
40
  description: string
41
41
  product_url?: string | undefined
42
42
  main_connection_type: 'wifi' | 'zwave' | 'zigbee' | 'unknown'
43
+ hardware: {
44
+ has_physical_key?: boolean | undefined
45
+ }
43
46
  aesthetic_variants: Array<{
44
47
  slug: string
45
48
  display_name: string
@@ -94,6 +97,8 @@ export interface Routes {
94
97
  can_program_access_schedules: boolean
95
98
  can_program_access_codes_offline: boolean
96
99
  }
100
+ can_remotely_unlock?: true | undefined
101
+ can_program_online_access_codes?: true | undefined
97
102
  }
98
103
  | {
99
104
  main_category: 'sensor'
@@ -210,6 +215,9 @@ export interface Routes {
210
215
  description: string
211
216
  product_url?: string | undefined
212
217
  main_connection_type: 'wifi' | 'zwave' | 'zigbee' | 'unknown'
218
+ hardware: {
219
+ has_physical_key?: boolean | undefined
220
+ }
213
221
  aesthetic_variants: Array<{
214
222
  slug: string
215
223
  display_name: string
@@ -264,6 +272,8 @@ export interface Routes {
264
272
  can_program_access_schedules: boolean
265
273
  can_program_access_codes_offline: boolean
266
274
  }
275
+ can_remotely_unlock?: true | undefined
276
+ can_program_online_access_codes?: true | undefined
267
277
  }
268
278
  | {
269
279
  main_category: 'sensor'