@axiom-lattice/react-sdk 2.1.49 → 2.1.50
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +405 -341
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +540 -476
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1152,8 +1152,8 @@ interface SideMenuItemConfig {
|
|
|
1152
1152
|
icon?: ReactNode;
|
|
1153
1153
|
/** Order for sorting menu items (lower values first) */
|
|
1154
1154
|
order?: number;
|
|
1155
|
-
/** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, skills, tools, workspace, settings, database, metrics, mcp, projects, logout) */
|
|
1156
|
-
builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "skills" | "tools" | "workspace" | "settings" | "database" | "metrics" | "mcp" | "projects" | "logout";
|
|
1155
|
+
/** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, skills, tools, workspace, settings, database, metrics, mcp, projects, logout, switch-tenant) */
|
|
1156
|
+
builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "skills" | "tools" | "workspace" | "settings" | "database" | "metrics" | "mcp" | "projects" | "logout" | "switch-tenant";
|
|
1157
1157
|
/**
|
|
1158
1158
|
* Menu group for organizing items
|
|
1159
1159
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1152,8 +1152,8 @@ interface SideMenuItemConfig {
|
|
|
1152
1152
|
icon?: ReactNode;
|
|
1153
1153
|
/** Order for sorting menu items (lower values first) */
|
|
1154
1154
|
order?: number;
|
|
1155
|
-
/** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, skills, tools, workspace, settings, database, metrics, mcp, projects, logout) */
|
|
1156
|
-
builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "skills" | "tools" | "workspace" | "settings" | "database" | "metrics" | "mcp" | "projects" | "logout";
|
|
1155
|
+
/** Whether this is a builtin menu item (new-analysis, thread-history, assistants, skill, skills, tools, workspace, settings, database, metrics, mcp, projects, logout, switch-tenant) */
|
|
1156
|
+
builtin?: "new-analysis" | "thread-history" | "assistants" | "skill" | "skills" | "tools" | "workspace" | "settings" | "database" | "metrics" | "mcp" | "projects" | "logout" | "switch-tenant";
|
|
1157
1157
|
/**
|
|
1158
1158
|
* Menu group for organizing items
|
|
1159
1159
|
*/
|