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

@@ -3,7 +3,7 @@
*/
import type { Client } from "@larksuiteoapi/node-sdk";
import { fetchWithSsrFGuard } from "openclaw/plugin-sdk";
import { fetchWithSsrFGuard } from "openclaw/plugin-sdk/compat";
import type { FeishuDomain } from "./types.js";
type Credentials = { appId: string; appSecret: string; domain?: FeishuDomain };