mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 09:50:43 +00:00
* fix(config): remove core BlueBubbles schema * fix(config): preserve BlueBubbles dmPolicy validation * fix(config): type BlueBubbles account refinement * chore(plugin-sdk): refresh API baseline * chore(plugin-sdk): refresh API baseline --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
18 lines
508 B
TypeScript
18 lines
508 B
TypeScript
/** Narrow channel config-schema primitives without provider-schema re-exports. */
|
|
export {
|
|
AllowFromListSchema,
|
|
buildChannelConfigSchema,
|
|
buildCatchallMultiAccountChannelSchema,
|
|
buildNestedDmConfigSchema,
|
|
} from "../channels/plugins/config-schema.js";
|
|
export {
|
|
BlockStreamingCoalesceSchema,
|
|
DmConfigSchema,
|
|
DmPolicySchema,
|
|
GroupPolicySchema,
|
|
MarkdownConfigSchema,
|
|
ReplyRuntimeConfigSchemaShape,
|
|
requireAllowlistAllowFrom,
|
|
requireOpenAllowFrom,
|
|
} from "../config/zod-schema.core.js";
|