Extensions: migrate bluebubbles plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:02 -05:00
parent 802b9f6b19
commit ff38bc7649
29 changed files with 38 additions and 34 deletions

View File

@@ -1,4 +1,8 @@
import type { ChannelAccountSnapshot, ChannelPlugin, OpenClawConfig } from "openclaw/plugin-sdk";
import type {
ChannelAccountSnapshot,
ChannelPlugin,
OpenClawConfig,
} from "openclaw/plugin-sdk/compat";
import {
applyAccountNameToChannelSection,
buildChannelConfigSchema,
@@ -13,7 +17,7 @@ import {
resolveBlueBubblesGroupRequireMention,
resolveBlueBubblesGroupToolPolicy,
setAccountEnabledInConfigSection,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
import {
listBlueBubblesAccountIds,
type ResolvedBlueBubblesAccount,