@seamapi/types 1.123.0 → 1.124.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.
@@ -97,6 +97,7 @@ export interface Routes {
97
97
  can_program_access_schedules: boolean
98
98
  can_program_access_codes_offline: boolean
99
99
  }
100
+ can_remotely_lock?: true | undefined
100
101
  can_remotely_unlock?: true | undefined
101
102
  can_program_online_access_codes?: true | undefined
102
103
  }
@@ -272,6 +273,7 @@ export interface Routes {
272
273
  can_program_access_schedules: boolean
273
274
  can_program_access_codes_offline: boolean
274
275
  }
276
+ can_remotely_lock?: true | undefined
275
277
  can_remotely_unlock?: true | undefined
276
278
  can_program_online_access_codes?: true | undefined
277
279
  }