brainsmatics 1.1.77 → 1.1.78

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.
@@ -53,7 +53,8 @@ interface DataTypeButton {
53
53
  isActive: boolean;
54
54
  hasData: boolean;
55
55
  }
56
- type WorkflowType = 'router' | 'linear';
56
+ type WorkflowType = 'router' | 'linear' | SkillWorkflowType;
57
+ type SkillWorkflowType = 'linear.knowledge-explainer' | 'linear.connection-finder' | 'linear.conditional-filter' | 'linear.comparative-analyzer' | 'linear.circuit-explorer' | 'linear.cross-modal-validator' | 'linear.research-planner';
57
58
  interface LangGraphSendParams {
58
59
  message: string;
59
60
  sessionId: string | null;
@@ -118,7 +118,11 @@ interface AuxiliaryProps {
118
118
  setTabIndex: React.Dispatch<React.SetStateAction<number>>;
119
119
  tabIndex: number;
120
120
  aiChatVisible: boolean;
121
- onChatVisibilityChange: (visible: boolean) => void;
121
+ loadAssign: (name: string) => void;
122
+ loadFunctionLoopFBX: (name: string) => void;
123
+ functionLoopRef: React.MutableRefObject<any>;
124
+ update3dPosition: {};
125
+ setUpdate3dPosition: React.Dispatch<React.SetStateAction<{}>>;
122
126
  }
123
127
  declare const Auxiliary: React.FC<AuxiliaryProps>;
124
128
  export default Auxiliary;
@@ -2,6 +2,7 @@ export { default as SideBar } from "./sideBar";
2
2
  export { default as PipeLine } from "./pipeline";
3
3
  export { default as ModalLoader } from "./modalLoader";
4
4
  export { default as Auxiliary } from "./auxiliary";
5
+ export { default as AiViewer } from "./aichat";
5
6
  export { default as Sections } from "./section";
6
7
  export { default as StlLoader } from "./stlLoader";
7
8
  export { default as Modal2DLoader } from "./modal2DLoader";
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-26e8583c.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-86f7d521.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
@@ -1,4 +1,4 @@
1
- import { i as r } from "./index-4b0e781b.mjs";
1
+ import { i as r } from "./index-96cc28b0.mjs";
2
2
  import { B as o } from "./basedecoder-11034ec6.mjs";
3
3
  import "react";
4
4
  import "react-dom";