Format: sync seam fixes with oxfmt

This commit is contained in:
Vincent Koc 2026-03-18 01:01:50 -07:00
parent da2289869d
commit 2afa556746
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "openclaw/plugin-sdk/account-id";
import { createAccountListHelpers } from "openclaw/plugin-sdk/account-helpers";
import { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "openclaw/plugin-sdk/account-id";
import { normalizeResolvedSecretInputString } from "openclaw/plugin-sdk/config-runtime";
import { parseOptionalDelimitedEntries } from "openclaw/plugin-sdk/core";
import { tryReadSecretFileSync } from "openclaw/plugin-sdk/infra-runtime";

View File

@ -5,4 +5,8 @@ export {
buildCatchallMultiAccountChannelSchema,
buildNestedDmConfigSchema,
} from "../channels/plugins/config-schema.js";
export { DmPolicySchema, GroupPolicySchema, MarkdownConfigSchema } from "../config/zod-schema.core.js";
export {
DmPolicySchema,
GroupPolicySchema,
MarkdownConfigSchema,
} from "../config/zod-schema.core.js";