mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix type errors for various utils files (no-changelog) (#9480)
This commit is contained in:
@@ -1704,6 +1704,21 @@ export const enum NodeConnectionType {
|
||||
Main = 'main',
|
||||
}
|
||||
|
||||
export const nodeConnectionTypes: NodeConnectionType[] = [
|
||||
NodeConnectionType.AiAgent,
|
||||
NodeConnectionType.AiChain,
|
||||
NodeConnectionType.AiDocument,
|
||||
NodeConnectionType.AiEmbedding,
|
||||
NodeConnectionType.AiLanguageModel,
|
||||
NodeConnectionType.AiMemory,
|
||||
NodeConnectionType.AiOutputParser,
|
||||
NodeConnectionType.AiRetriever,
|
||||
NodeConnectionType.AiTextSplitter,
|
||||
NodeConnectionType.AiTool,
|
||||
NodeConnectionType.AiVectorStore,
|
||||
NodeConnectionType.Main,
|
||||
];
|
||||
|
||||
export interface INodeInputFilter {
|
||||
// TODO: Later add more filter options like categories, subcatogries,
|
||||
// regex, allow to exclude certain nodes, ... ?
|
||||
|
||||
Reference in New Issue
Block a user