Files
openclaw/extensions/whatsapp/light-runtime-api.ts
YEEE aa53823981 fix(whatsapp): resolve auth dir from active profile (#82492)
Merged via squash.

Prepared head SHA: 82b1404905
Co-authored-by: lidge-jun <243035832+lidge-jun@users.noreply.github.com>
Co-authored-by: mcaxtr <7562095+mcaxtr@users.noreply.github.com>
Reviewed-by: @mcaxtr
2026-05-29 03:20:26 -03:00

14 lines
391 B
TypeScript

export { getActiveWebListener } from "./src/active-listener.js";
export {
getWebAuthAgeMs,
logWebSelfId,
logoutWeb,
pickWebChannel,
readWebSelfId,
resolveDefaultWebAuthDir,
WA_WEB_AUTH_DIR,
webAuthExists,
} from "./src/auth-store.js";
export { createWhatsAppLoginTool } from "./src/agent-tools-login.js";
export { formatError, getStatusCode } from "./src/session-errors.js";