Fix CI regressions after main sync

This commit is contained in:
Junebugg1214 2026-03-20 21:55:50 -04:00
parent 373c311f4f
commit 52405cfaf9
4 changed files with 7 additions and 6 deletions

View File

@ -3,6 +3,8 @@
export * from "../../src/plugin-sdk/line.js";
export {
formatDocsLink,
resolveExactLineGroupConfigKey,
setSetupChannelEnabled,
splitSetupEntries,
type ChannelSetupDmPolicy,

View File

@ -1,14 +1,13 @@
import { createAllowFromSection, createTopLevelChannelDmPolicy } from "openclaw/plugin-sdk/setup";
import {
DEFAULT_ACCOUNT_ID,
formatDocsLink,
resolveLineAccount,
setSetupChannelEnabled,
splitSetupEntries,
type ChannelSetupDmPolicy,
type ChannelSetupWizard,
} from "openclaw/plugin-sdk/line-core";
import { createAllowFromSection, createTopLevelChannelDmPolicy } from "openclaw/plugin-sdk/setup";
import { formatDocsLink } from "openclaw/plugin-sdk/setup-tools";
} from "../runtime-api.js";
import {
isLineConfigured,
listLineAccountIds,

View File

@ -308,7 +308,7 @@ vi.doMock("openclaw/plugin-sdk/command-auth", async (importOriginal) => {
const actual = await importOriginal<typeof import("openclaw/plugin-sdk/command-auth")>();
return {
...actual,
listSkillCommandsForAgents: skillCommandListHoisted.listSkillCommandsForAgents,
listSkillCommandsForAgents: skillCommandsHoisted.listSkillCommandsForAgents,
buildModelsProviderData,
};
});
@ -316,7 +316,7 @@ vi.doMock("openclaw/plugin-sdk/command-auth.js", async (importOriginal) => {
const actual = await importOriginal<typeof import("openclaw/plugin-sdk/command-auth")>();
return {
...actual,
listSkillCommandsForAgents: skillCommandListHoisted.listSkillCommandsForAgents,
listSkillCommandsForAgents: skillCommandsHoisted.listSkillCommandsForAgents,
buildModelsProviderData,
};
});

View File

@ -89,7 +89,7 @@
},
{
"file": "extensions/line/runtime-api.ts",
"line": 13,
"line": 12,
"kind": "export",
"specifier": "../../src/plugin-sdk/line-core.js",
"resolvedPath": "src/plugin-sdk/line-core.js",