fix: resolve stale plugin-sdk and test type regressions

This commit is contained in:
Peter Steinberger
2026-04-04 04:24:35 +01:00
parent eb9051cc7c
commit df48a7bfc0
2 changed files with 50 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
export { clearAccountEntryFields } from "openclaw/plugin-sdk/channel-config-helpers";
export { clearAccountEntryFields } from "openclaw/plugin-sdk/core";
export type { ChannelPlugin, OpenClawConfig } from "openclaw/plugin-sdk/core";
export { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/core";
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";