test(ci): update imessage runtime api guard · openclaw/openclaw@1f2a2f3
vincentkoc
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -17,7 +17,7 @@ const RUNTIME_API_EXPORT_GUARDS: Record<string, readonly string[]> = {
|
17 | 17 | ], |
18 | 18 | [bundledPluginFile({ rootDir: ROOT_DIR, pluginId: "imessage", relativePath: "runtime-api.ts" })]: |
19 | 19 | [ |
20 | | -'export { DEFAULT_ACCOUNT_ID, getChatChannelMeta, type ChannelPlugin, type OpenClawConfig } from "openclaw/plugin-sdk/core";', |
| 20 | +'export { DEFAULT_ACCOUNT_ID, getChatChannelMeta, type ChannelPlugin } from "openclaw/plugin-sdk/core";', |
21 | 21 | 'export { buildChannelConfigSchema, IMessageConfigSchema } from "./config-api.js";', |
22 | 22 | 'export { PAIRING_APPROVED_MESSAGE } from "openclaw/plugin-sdk/channel-status";', |
23 | 23 | 'export { buildComputedAccountStatusSnapshot, collectStatusIssuesFromLastError } from "openclaw/plugin-sdk/status-helpers";', |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。