Plugins: internalize slack SDK imports

This commit is contained in:
Vincent Koc
2026-03-17 21:32:00 -07:00
parent aa3739167c
commit 873ac8bc79
9 changed files with 73 additions and 43 deletions

View File

@@ -3,9 +3,9 @@ import {
normalizeInteractiveReply,
type ChannelMessageActionContext,
} from "openclaw/plugin-sdk/channel-runtime";
import { readNumberParam, readStringParam } from "openclaw/plugin-sdk/slack-core";
import { parseSlackBlocksInput } from "./blocks-input.js";
import { buildSlackInteractiveBlocks } from "./blocks-render.js";
import { readNumberParam, readStringParam } from "./runtime-api.js";
type SlackActionInvoke = (
action: Record<string, unknown>,