Extensions: migrate zalo plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:20 -05:00
parent b361cac753
commit dda86af866
19 changed files with 29 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
import type { OpenClawConfig } from "openclaw/plugin-sdk";
import type { OpenClawConfig } from "openclaw/plugin-sdk/compat";
import { resolveZaloAccount } from "./accounts.js";
import type { ZaloFetch } from "./api.js";
import { sendMessage, sendPhoto } from "./api.js";