mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 07:10:23 +00:00
refactor: add approval auth runtime subpath
This commit is contained in:
2
src/plugin-sdk/approval-auth-runtime.ts
Normal file
2
src/plugin-sdk/approval-auth-runtime.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { resolveApprovalApprovers } from "./approval-approvers.js";
|
||||
export { createResolvedApproverActionAuthAdapter } from "./approval-auth-helpers.js";
|
||||
@@ -276,6 +276,10 @@ describe("plugin-sdk subpath exports", () => {
|
||||
expectSourceMentions(subpath, ["chunkTextForOutbound"]);
|
||||
}
|
||||
expectSourceMentions("signal", ["chunkText"]);
|
||||
expectSourceMentions("approval-auth-runtime", [
|
||||
"createResolvedApproverActionAuthAdapter",
|
||||
"resolveApprovalApprovers",
|
||||
]);
|
||||
expectSourceMentions("reply-chunking", ["chunkText", "chunkTextWithMode"]);
|
||||
expectSourceMentions("reply-history", [
|
||||
"buildPendingHistoryContextFromMap",
|
||||
|
||||
Reference in New Issue
Block a user