mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:10:52 +00:00
refactor: pin remaining extension api surfaces
This commit is contained in:
@@ -5,6 +5,52 @@ export { registerChannelTool } from "./src/bridge/tools/channel.js";
|
||||
export { registerRemindTool } from "./src/bridge/tools/remind.js";
|
||||
export { registerQQBotTools } from "./src/bridge/tools/index.js";
|
||||
export { registerQQBotFull } from "./src/bridge/channel-entry.js";
|
||||
export * from "./src/types.js";
|
||||
export * from "./src/bridge/config.js";
|
||||
export * from "./src/engine/messaging/outbound.js";
|
||||
export {
|
||||
type AudioFormatPolicy,
|
||||
type C2CMessageEvent,
|
||||
type GroupMessageEvent,
|
||||
type GuildMessageEvent,
|
||||
type MessageAttachment,
|
||||
type QQBotAccountConfig,
|
||||
type QQBotConfig,
|
||||
type QQBotDmPolicy,
|
||||
type QQBotExecApprovalConfig,
|
||||
type QQBotGroupPolicy,
|
||||
type ResolvedQQBotAccount,
|
||||
type WSPayload,
|
||||
} from "./src/types.js";
|
||||
export {
|
||||
applyQQBotAccountConfig,
|
||||
DEFAULT_ACCOUNT_ID,
|
||||
listQQBotAccountIds,
|
||||
resolveDefaultQQBotAccountId,
|
||||
resolveQQBotAccount,
|
||||
} from "./src/bridge/config.js";
|
||||
export {
|
||||
buildMediaTarget,
|
||||
checkMessageReplyLimit,
|
||||
DEFAULT_MEDIA_SEND_ERROR,
|
||||
getMessageReplyConfig,
|
||||
getMessageReplyStats,
|
||||
type MediaOutboundContext,
|
||||
type MediaTargetContext,
|
||||
MESSAGE_REPLY_LIMIT,
|
||||
OUTBOUND_ERROR_CODES,
|
||||
type OutboundContext,
|
||||
type OutboundErrorCode,
|
||||
type OutboundResult,
|
||||
parseTarget,
|
||||
recordMessageReply,
|
||||
type ReplyLimitResult,
|
||||
resolveOutboundMediaPath,
|
||||
resolveUserFacingMediaError,
|
||||
sendCronMessage,
|
||||
sendDocument,
|
||||
sendMedia,
|
||||
sendPhoto,
|
||||
sendProactiveMessage,
|
||||
sendText,
|
||||
sendVideoMsg,
|
||||
sendVoice,
|
||||
setOutboundAudioPort,
|
||||
} from "./src/engine/messaging/outbound.js";
|
||||
|
||||
Reference in New Issue
Block a user