diff --git a/extensions/feishu/src/monitor.comment.test.ts b/extensions/feishu/src/monitor.comment.test.ts index 605404d2353..86711db4143 100644 --- a/extensions/feishu/src/monitor.comment.test.ts +++ b/extensions/feishu/src/monitor.comment.test.ts @@ -1,8 +1,8 @@ -import { hasControlCommand } from "openclaw/plugin-sdk/command-auth"; import { createInboundDebouncer, resolveInboundDebounceMs, -} from "openclaw/plugin-sdk/reply-runtime"; +} from "openclaw/plugin-sdk/channel-inbound"; +import { hasControlCommand } from "openclaw/plugin-sdk/command-auth"; import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; import { createNonExitingRuntimeEnv } from "../../../test/helpers/plugins/runtime-env.js"; import type { ClawdbotConfig, PluginRuntime, RuntimeEnv } from "../runtime-api.js"; diff --git a/extensions/feishu/src/monitor.reaction.test.ts b/extensions/feishu/src/monitor.reaction.test.ts index b062c829201..cb9dd482c3f 100644 --- a/extensions/feishu/src/monitor.reaction.test.ts +++ b/extensions/feishu/src/monitor.reaction.test.ts @@ -1,8 +1,8 @@ -import { hasControlCommand } from "openclaw/plugin-sdk/command-auth"; import { createInboundDebouncer, resolveInboundDebounceMs, -} from "openclaw/plugin-sdk/reply-runtime"; +} from "openclaw/plugin-sdk/channel-inbound"; +import { hasControlCommand } from "openclaw/plugin-sdk/command-auth"; import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; import { createNonExitingTypedRuntimeEnv } from "../../../test/helpers/plugins/runtime-env.js"; import type { ClawdbotConfig, PluginRuntime, RuntimeEnv } from "../runtime-api.js";