From 7f6e676ee2711dbbc86e4816275ce16b8f6c3317 Mon Sep 17 00:00:00 2001 From: os-zhuang Date: Thu, 11 Jun 2026 09:54:11 +0500 Subject: [PATCH] docs(references): regenerate flow reference for the `map` node type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to #1709 — `map` was added to the FlowNodeAction enum; this regenerates content/docs/references/automation/flow.mdx (generated from the Zod descriptions) so the published node-type list includes it. Co-Authored-By: Claude Opus 4.8 --- content/docs/references/automation/flow.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/references/automation/flow.mdx b/content/docs/references/automation/flow.mdx index de2ccf3d8..c814c7602 100644 --- a/content/docs/references/automation/flow.mdx +++ b/content/docs/references/automation/flow.mdx @@ -80,6 +80,7 @@ const result = FlowNode.parse(data); * `screen` * `wait` * `subflow` +* `map` * `connector_action` * `parallel_gateway` * `join_gateway`