openclaw/extensions/whatsapp/src/runtime-api.ts
2026-03-17 23:10:51 -07:00

24 lines
611 B
TypeScript

export {
createActionGate,
createWhatsAppOutboundBase,
DEFAULT_ACCOUNT_ID,
formatWhatsAppConfigAllowFromEntries,
isWhatsAppGroupJid,
jsonResult,
normalizeWhatsAppTarget,
readReactionParams,
readStringParam,
resolveWhatsAppHeartbeatRecipients,
resolveWhatsAppMentionStripRegexes,
resolveWhatsAppOutboundTarget,
ToolAuthorizationError,
type ChannelPlugin,
type ChannelMessageActionName,
type DmPolicy,
type GroupPolicy,
type OpenClawConfig,
type WhatsAppAccountConfig,
} from "openclaw/plugin-sdk/whatsapp";
export { monitorWebChannel } from "openclaw/plugin-sdk/whatsapp";