mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 17:51:24 +00:00
Concat plugin to app (#1799)
This commit is contained in:
2
projects/app/src/global/core/app/api.d.ts
vendored
2
projects/app/src/global/core/app/api.d.ts
vendored
@@ -11,7 +11,6 @@ export type AppUpdateParams = {
|
||||
nodes?: AppSchema['modules'];
|
||||
edges?: AppSchema['edges'];
|
||||
chatConfig?: AppSchema['chatConfig'];
|
||||
permission?: AppSchema['permission'];
|
||||
teamTags?: AppSchema['teamTags'];
|
||||
defaultPermission?: AppSchema['defaultPermission'];
|
||||
};
|
||||
@@ -28,4 +27,5 @@ export type PostRevertAppProps = {
|
||||
// edit workflow
|
||||
editNodes: AppSchema['modules'];
|
||||
editEdges: AppSchema['edges'];
|
||||
editChatConfig: AppSchema['chatConfig'];
|
||||
};
|
||||
|
@@ -6,8 +6,7 @@ export type PostWorkflowDebugProps = {
|
||||
nodes: RuntimeNodeItemType[];
|
||||
edges: RuntimeEdgeItemType[];
|
||||
variables: Record<string, any>;
|
||||
appId?: string;
|
||||
pluginId?: string;
|
||||
appId: string;
|
||||
};
|
||||
|
||||
export type PostWorkflowDebugResponse = {
|
||||
|
Reference in New Issue
Block a user