@seamapi/types 1.190.0 → 1.191.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.
- package/dist/connect.cjs +7 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6 -6
- package/lib/seam/connect/models/events/devices.d.ts +13 -13
- package/lib/seam/connect/models/events/devices.js +7 -2
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +6 -6
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/devices.ts +7 -2
package/dist/connect.cjs
CHANGED
|
@@ -1828,7 +1828,13 @@ var disconnection_error_code = zod.z.enum([
|
|
|
1828
1828
|
---
|
|
1829
1829
|
The error code associated with the event, if any.
|
|
1830
1830
|
`);
|
|
1831
|
-
var lock_method = zod.z.enum([
|
|
1831
|
+
var lock_method = zod.z.enum([
|
|
1832
|
+
"keycode",
|
|
1833
|
+
"manual",
|
|
1834
|
+
"automatic",
|
|
1835
|
+
"unknown",
|
|
1836
|
+
"seamapi"
|
|
1837
|
+
]).describe(`
|
|
1832
1838
|
---
|
|
1833
1839
|
title: Lock Lock/Unlock Method
|
|
1834
1840
|
---
|