mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 01:50:27 +00:00
fix: unify exec approval ids
This commit is contained in:
@@ -89,6 +89,7 @@ export const ExecApprovalsNodeSetParamsSchema = Type.Object(
|
||||
|
||||
export const ExecApprovalRequestParamsSchema = Type.Object(
|
||||
{
|
||||
id: Type.Optional(NonEmptyString),
|
||||
command: NonEmptyString,
|
||||
cwd: Type.Optional(Type.String()),
|
||||
host: Type.Optional(Type.String()),
|
||||
|
||||
Reference in New Issue
Block a user