mirror of https://github.com/openclaw/openclaw.git
Feishu: scope plugin SDK directory imports
This commit is contained in:
parent
2a5158295e
commit
1b034f08e0
|
|
@ -1,7 +1,7 @@
|
|||
import {
|
||||
listDirectoryGroupEntriesFromMapKeysAndAllowFrom,
|
||||
listDirectoryUserEntriesFromAllowFromAndMapKeys,
|
||||
} from "openclaw/plugin-sdk";
|
||||
} from "openclaw/plugin-sdk/compat";
|
||||
import type { ClawdbotConfig } from "openclaw/plugin-sdk/feishu";
|
||||
import { resolveFeishuAccount } from "./accounts.js";
|
||||
import { createFeishuClient } from "./client.js";
|
||||
|
|
|
|||
Loading…
Reference in New Issue