@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias CommandExecutionRequestApprovalParams

    type CommandExecutionRequestApprovalParams = {
        approvalId?: string | null;
        command?: string | null;
        commandActions?: CommandAction[] | null;
        cwd?: LegacyAppPathString | null;
        environmentId: string | null;
        itemId: string;
        networkApprovalContext?: NetworkApprovalContext | null;
        proposedExecpolicyAmendment?: v2.ExecPolicyAmendment | null;
        proposedNetworkPolicyAmendments?: v2.NetworkPolicyAmendment[] | null;
        reason?: string | null;
        startedAtMs: number;
        threadId: string;
        turnId: string;
    }
    Index

    Properties

    approvalId?: string | null
    command?: string | null
    commandActions?: CommandAction[] | null
    cwd?: LegacyAppPathString | null
    environmentId: string | null
    itemId: string
    networkApprovalContext?: NetworkApprovalContext | null
    proposedExecpolicyAmendment?: v2.ExecPolicyAmendment | null
    proposedNetworkPolicyAmendments?: v2.NetworkPolicyAmendment[] | null
    reason?: string | null
    startedAtMs: number
    threadId: string
    turnId: string