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

    Interface RefineProposalsSubmittedResponse

    Compact async acknowledgement; terminal proposal fields arrive with task completion.

    interface RefineProposalsSubmittedResponse {
        adcp_version?: string;
        replayed?: true;
        context?: Record<string, unknown>;
        ext?: Record<string, unknown>;
        errors?: ProposalAdvisoryError[];
        status: "submitted";
        task_id: string;
        message?: string;
    }

    Hierarchy

    • RefineProposalsResponseEnvelope
      • RefineProposalsSubmittedResponse
    Index

    Properties

    adcp_version?: string
    replayed?: true
    context?: Record<string, unknown>
    ext?: Record<string, unknown>
    status: "submitted"
    task_id: string
    message?: string