fix(ci): route extension tests through sdk seams

This commit is contained in:
Vincent Koc
2026-04-03 23:14:35 +09:00
parent ed166ba338
commit ac20eed335
8 changed files with 8 additions and 14 deletions

View File

@@ -6,11 +6,8 @@ export type {
} from "openclaw/plugin-sdk/core";
export { clearAccountEntryFields } from "openclaw/plugin-sdk/core";
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
export type { ChannelAccountSnapshot, ChannelGatewayContext } from "openclaw/plugin-sdk/line";
export type { ReplyPayload } from "openclaw/plugin-sdk/reply-runtime";
export type {
ChannelAccountSnapshot,
ChannelGatewayContext,
} from "../../src/channels/plugins/types.js";
export type { ChannelStatusIssue } from "openclaw/plugin-sdk/channel-contract";
export {
buildComputedAccountStatusSnapshot,

View File

@@ -9,11 +9,8 @@ export type {
} from "openclaw/plugin-sdk/core";
export { clearAccountEntryFields } from "openclaw/plugin-sdk/core";
export { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-schema";
export type { ChannelAccountSnapshot, ChannelGatewayContext } from "openclaw/plugin-sdk/line";
export type { ReplyPayload } from "openclaw/plugin-sdk/reply-runtime";
export type {
ChannelAccountSnapshot,
ChannelGatewayContext,
} from "../../src/channels/plugins/types.js";
export type { ChannelStatusIssue } from "openclaw/plugin-sdk/channel-contract";
export type { ChannelSetupDmPolicy, ChannelSetupWizard } from "openclaw/plugin-sdk/setup";
export {