@axiom-lattice/react-sdk 2.1.39 → 2.1.40

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/index.d.mts CHANGED
@@ -989,8 +989,8 @@ interface SideMenuItemConfig {
989
989
  icon?: ReactNode;
990
990
  /** Order for sorting menu items (lower values first) */
991
991
  order?: number;
992
- /** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, tools, workspace, settings, database, metrics, projects, logout) */
993
- builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "tools" | "workspace" | "settings" | "database" | "metrics" | "projects" | "logout";
992
+ /** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, tools, workspace, settings, database, metrics, mcp, projects, logout) */
993
+ builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "tools" | "workspace" | "settings" | "database" | "metrics" | "mcp" | "projects" | "logout";
994
994
  /**
995
995
  * Menu group for organizing items
996
996
  */
package/dist/index.d.ts CHANGED
@@ -989,8 +989,8 @@ interface SideMenuItemConfig {
989
989
  icon?: ReactNode;
990
990
  /** Order for sorting menu items (lower values first) */
991
991
  order?: number;
992
- /** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, tools, workspace, settings, database, metrics, projects, logout) */
993
- builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "tools" | "workspace" | "settings" | "database" | "metrics" | "projects" | "logout";
992
+ /** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, tools, workspace, settings, database, metrics, mcp, projects, logout) */
993
+ builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "tools" | "workspace" | "settings" | "database" | "metrics" | "mcp" | "projects" | "logout";
994
994
  /**
995
995
  * Menu group for organizing items
996
996
  */