Extensions: migrate feishu plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:05 -05:00
parent 73de1d038e
commit 1ebd1fdb2d
43 changed files with 46 additions and 46 deletions

View File

@@ -5,14 +5,14 @@ import type {
DmPolicy,
SecretInput,
WizardPrompter,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
import {
addWildcardAllowFrom,
DEFAULT_ACCOUNT_ID,
formatDocsLink,
hasConfiguredSecretInput,
promptSingleChannelSecretInput,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
import { resolveFeishuCredentials } from "./accounts.js";
import { probeFeishu } from "./probe.js";
import type { FeishuConfig } from "./types.js";