perf: split whatsapp targets facade

This commit is contained in:
Shakker
2026-04-02 09:01:44 +01:00
committed by Shakker
parent 4528f8779e
commit 6d6060d3ec
5 changed files with 105 additions and 0 deletions

View File

@@ -557,6 +557,32 @@ export interface PluginSdkFacadeTypeMap {
};
types: {};
};
"whatsapp-targets": {
module: typeof import("@openclaw/whatsapp/targets.js");
sourceModules: {
source1: {
module: typeof import("@openclaw/whatsapp/targets.js");
};
};
types: {};
};
"whatsapp-surface": {
module: typeof import("@openclaw/whatsapp/api.js");
sourceModules: {
source1: {
module: typeof import("@openclaw/whatsapp/api.js");
};
source2: {
module: typeof import("@openclaw/whatsapp/constants.js");
};
};
types: {
WebChannelStatus: import("@openclaw/whatsapp/api.js").WebChannelStatus;
WebInboundMessage: import("@openclaw/whatsapp/api.js").WebInboundMessage;
WebListenerCloseReason: import("@openclaw/whatsapp/api.js").WebListenerCloseReason;
WebMonitorTuning: import("@openclaw/whatsapp/api.js").WebMonitorTuning;
};
};
"zalo-setup": {
module: typeof import("@openclaw/zalo/api.js");
sourceModules: {