mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 16:12:13 +00:00
refactor(plugin-sdk): split runtime helper seams
This commit is contained in:
15
src/plugin-sdk/approval-reply-runtime.ts
Normal file
15
src/plugin-sdk/approval-reply-runtime.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export {
|
||||
buildExecApprovalPendingReplyPayload,
|
||||
getExecApprovalApproverDmNoticeText,
|
||||
getExecApprovalReplyMetadata,
|
||||
type ExecApprovalPendingReplyParams,
|
||||
type ExecApprovalReplyDecision,
|
||||
type ExecApprovalReplyMetadata,
|
||||
} from "../infra/exec-approval-reply.js";
|
||||
export { resolveExecApprovalCommandDisplay } from "../infra/exec-approval-command-display.js";
|
||||
export {
|
||||
resolveExecApprovalAllowedDecisions,
|
||||
resolveExecApprovalRequestAllowedDecisions,
|
||||
type ExecApprovalDecision,
|
||||
} from "../infra/exec-approvals.js";
|
||||
export { buildPluginApprovalPendingReplyPayload } from "./approval-renderers.js";
|
||||
Reference in New Issue
Block a user