We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6784cc6 commit 503b43fCopy full SHA for 503b43f
2 files changed
extensions/imessage/src/media-contract.ts
@@ -1,5 +1,5 @@
1
+import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
2
import { mergeInboundPathRoots } from "openclaw/plugin-sdk/media-runtime";
-import type { OpenClawConfig } from "../runtime-api.js";
3
import { resolveIMessageAccount } from "./accounts.js";
4
5
export const DEFAULT_IMESSAGE_ATTACHMENT_ROOTS = ["/Users/*/Library/Messages/Attachments"] as const;
extensions/line/src/runtime.ts
+import type { PluginRuntime } from "openclaw/plugin-sdk/core";
import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
-import type { PluginRuntime } from "../api.js";
type LineChannelRuntime = {
buildTemplateMessageFromPayload?: typeof import("./template-messages.js").buildTemplateMessageFromPayload;
0 commit comments