|
1 | 1 | import { formatTrimmedAllowFromEntries } from "openclaw/plugin-sdk/channel-config-helpers"; |
2 | | -import type { ChannelStatusIssue } from "openclaw/plugin-sdk/channel-contract"; |
3 | 2 | import { PAIRING_APPROVED_MESSAGE } from "openclaw/plugin-sdk/channel-status"; |
4 | 3 | import { |
5 | 4 | DEFAULT_ACCOUNT_ID, |
6 | 5 | getChatChannelMeta, |
7 | 6 | type ChannelPlugin, |
8 | | - type OpenClawConfig, |
9 | 7 | } from "openclaw/plugin-sdk/core"; |
10 | 8 | import { resolveChannelMediaMaxBytes } from "openclaw/plugin-sdk/media-runtime"; |
11 | 9 | import { collectStatusIssuesFromLastError } from "openclaw/plugin-sdk/status-helpers"; |
12 | | -import { |
13 | | - resolveIMessageConfigAllowFrom, |
14 | | - resolveIMessageConfigDefaultTo, |
15 | | -} from "./config-accessors.js"; |
16 | | -import { looksLikeIMessageTargetId, normalizeIMessageMessagingTarget } from "./normalize.js"; |
| 10 | +import { normalizeIMessageMessagingTarget } from "./normalize.js"; |
17 | 11 | export { chunkTextForOutbound } from "openclaw/plugin-sdk/text-chunking"; |
18 | 12 |
|
19 | 13 | export { |
20 | 14 | collectStatusIssuesFromLastError, |
21 | 15 | DEFAULT_ACCOUNT_ID, |
22 | 16 | formatTrimmedAllowFromEntries, |
23 | 17 | getChatChannelMeta, |
24 | | - looksLikeIMessageTargetId, |
25 | 18 | normalizeIMessageMessagingTarget, |
26 | 19 | PAIRING_APPROVED_MESSAGE, |
27 | 20 | resolveChannelMediaMaxBytes, |
28 | | - resolveIMessageConfigAllowFrom, |
29 | | - resolveIMessageConfigDefaultTo, |
30 | 21 | }; |
31 | 22 |
|
32 | | -export type { ChannelPlugin, ChannelStatusIssue, OpenClawConfig }; |
| 23 | +export type { ChannelPlugin }; |
0 commit comments