Plugins: internalize matrix and feishu SDK imports

This commit is contained in:
Vincent Koc
2026-03-17 19:33:18 -07:00
parent 1313767825
commit 889bb8a78a
66 changed files with 75 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
import type * as Lark from "@larksuiteoapi/node-sdk";
import { Type } from "@sinclair/typebox";
import type { OpenClawPluginApi } from "openclaw/plugin-sdk/feishu";
import type { OpenClawPluginApi } from "../runtime-api.js";
import { listEnabledFeishuAccounts } from "./accounts.js";
import { createFeishuToolClient } from "./tool-account.js";