fix: use openclaw/plugin-sdk/mattermost subpath for directory.ts imports

This commit is contained in:
Tony Dehnke 2026-03-05 11:06:18 +00:00 committed by Muhammed Mukhthar CM
parent 6bc51f1e34
commit 87faf4ee58
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,8 @@
import type { OpenClawConfig, ChannelDirectoryEntry, RuntimeEnv } from "openclaw/plugin-sdk";
import type {
ChannelDirectoryEntry,
OpenClawConfig,
RuntimeEnv,
} from "openclaw/plugin-sdk/mattermost";
import { listMattermostAccountIds, resolveMattermostAccount } from "./accounts.js";
import {
createMattermostClient,

View File

@ -38,6 +38,7 @@ export type {
ChannelMessageActionAdapter,
ChannelMessageActionName,
} from "../channels/plugins/types.js";
export type { ChannelDirectoryEntry } from "../channels/plugins/types.core.js";
export type { ChannelPlugin } from "../channels/plugins/types.plugin.js";
export { createReplyPrefixOptions } from "../channels/reply-prefix.js";
export { createTypingCallbacks } from "../channels/typing.js";