@hexabot-ai/types 3.0.1-alpha.0 → 3.0.2-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexabot-ai/types",
3
- "version": "3.0.1-alpha.0",
3
+ "version": "3.0.2-alpha.0",
4
4
  "description": "Shared zod schemas and inferred entity types for Hexabot.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
package/src/index.test.ts CHANGED
@@ -631,7 +631,7 @@ describe("@hexabot-ai/types schemas", () => {
631
631
  id: "st_1",
632
632
  createdAt: now,
633
633
  updatedAt: now,
634
- group: "chatbot_settings",
634
+ group: "global_settings",
635
635
  subgroup: null,
636
636
  label: "title",
637
637
  value: "Hexabot",