fix: restore plugin sdk exports after rebase

This commit is contained in:
Peter Steinberger 2026-03-17 20:35:55 -07:00
parent 005b25e9d4
commit 9c12b41c52
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export type {
} from "../channels/plugins/types.js";
export type { OpenClawConfig } from "../config/config.js";
export type { DiscordAccountConfig, DiscordActionConfig } from "../config/types.js";
export type { DiscordConfig } from "../config/types.discord.js";
export type { DiscordPluralKitConfig } from "../../extensions/discord/api.js";
export type { InspectedDiscordAccount } from "../../extensions/discord/api.js";
export type { ResolvedDiscordAccount } from "../../extensions/discord/api.js";

View File

@ -1,6 +1,7 @@
export type { OpenClawConfig } from "../config/config.js";
export type { LineConfig } from "../line/types.js";
export {
createTopLevelChannelDmPolicy,
DEFAULT_ACCOUNT_ID,
formatDocsLink,
setSetupChannelEnabled,