@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface ReviseProposalRefinement

    interface ReviseProposalRefinement {
        proposal_id: string;
        action: "revise";
        change_kind?: "cancellation" | "amendment";
        constraints?: ProposalConstraints;
        product_changes?: ProposalProductChanges;
        alternatives?: { count: number };
        ask?: string;
        criteria?: ProposalDiscoveryCriteria;
    }
    Index

    Properties

    proposal_id: string
    action: "revise"
    change_kind?: "cancellation" | "amendment"
    constraints?: ProposalConstraints
    product_changes?: ProposalProductChanges
    alternatives?: { count: number }
    ask?: string