refactor: share multi-account config schema fragments

This commit is contained in:
Peter Steinberger
2026-03-08 19:43:18 +00:00
parent 52a253f18c
commit 5845b5bfba
5 changed files with 34 additions and 24 deletions

View File

@@ -195,6 +195,10 @@ export { formatResolvedUnresolvedNote } from "./resolution-notes.js";
export { buildChannelSendResult } from "./channel-send-result.js";
export type { ChannelSendRawResult } from "./channel-send-result.js";
export { createPluginRuntimeStore } from "./runtime-store.js";
export {
AllowFromEntrySchema,
buildCatchallMultiAccountChannelSchema,
} from "../channels/plugins/config-schema.js";
export type { ChannelDock } from "../channels/dock.js";
export { getChatChannelMeta } from "../channels/registry.js";
export { resolveAllowlistMatchByCandidates } from "../channels/allowlist-match.js";