openclaw/extensions/whatsapp/test-api.ts

9 lines
349 B
TypeScript

export { whatsappPlugin } from "./src/channel.js";
export { setWhatsAppRuntime } from "./src/runtime.js";
export { whatsappOutbound } from "./src/outbound-adapter.js";
export { deliverWebReply } from "./src/auto-reply/deliver-reply.js";
export {
trackBackgroundTask,
updateLastRouteInBackground,
} from "./src/auto-reply/monitor/last-route.js";