@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 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(["keycode", "manual", "unknown", "seamapi"]).describe(`
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
  ---