Extensions: migrate zalouser plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:21 -05:00
parent dda86af866
commit 37a8caee42
13 changed files with 16 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
import type { OpenClawConfig } from "openclaw/plugin-sdk";
import {
DEFAULT_ACCOUNT_ID,
normalizeAccountId,
normalizeOptionalAccountId,
} from "openclaw/plugin-sdk/account-id";
import type { OpenClawConfig } from "openclaw/plugin-sdk/compat";
import type { ResolvedZalouserAccount, ZalouserAccountConfig, ZalouserConfig } from "./types.js";
import { checkZaloAuthenticated, getZaloUserInfo } from "./zalo-js.js";