From e53515481b9e4fd12cddee6a38d28ed06a2ce94a Mon Sep 17 00:00:00 2001 From: kjs Date: Mon, 8 Dec 2025 18:26:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend-node/src/services/nodeFlowExecutionService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend-node/src/services/nodeFlowExecutionService.ts b/backend-node/src/services/nodeFlowExecutionService.ts index 7b5f6918..2abcb04c 100644 --- a/backend-node/src/services/nodeFlowExecutionService.ts +++ b/backend-node/src/services/nodeFlowExecutionService.ts @@ -27,6 +27,7 @@ export type NodeType = | "restAPISource" | "condition" | "dataTransform" + | "aggregate" | "insertAction" | "updateAction" | "deleteAction"