Plugins: internalize bluebubbles SDK imports

This commit is contained in:
Vincent Koc
2026-03-17 20:17:22 -07:00
parent 1777b99ccc
commit 2f21eeb3cb
25 changed files with 66 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
import { normalizeWebhookPath, type OpenClawConfig } from "openclaw/plugin-sdk/bluebubbles";
import type { ResolvedBlueBubblesAccount } from "./accounts.js";
import { normalizeWebhookPath, type OpenClawConfig } from "./runtime-api.js";
import { getBlueBubblesRuntime } from "./runtime.js";
import type { BlueBubblesAccountConfig } from "./types.js";