mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 04:00:21 +00:00
Plugins: internalize whatsapp SDK imports
This commit is contained in:
23
extensions/whatsapp/src/runtime-api.ts
Normal file
23
extensions/whatsapp/src/runtime-api.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
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";
|
||||
Reference in New Issue
Block a user