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

    Interface CompatibleRefineProposalsResponse

    interface CompatibleRefineProposalsResponse {
        proposals?: CompatibleProposal[];
        products?: CompatibleProduct[];
        errors?: CompatibleErrors;
        context?: CompatibleContext;
        operation: "refine";
        outcome: "legacy_unavailable" | "native_results" | "legacy_projected";
        results?: CompatibleRefinementResult[];
        reason?: string;
        suggestions?: string[];
        raw: RefineProposalsResponse | CanonicalGetProductsResponse;
    }

    Hierarchy

    • CompatibleProposalResponseBase
      • CompatibleRefineProposalsResponse
    Index

    Properties

    proposals?: CompatibleProposal[]
    products?: CompatibleProduct[]
    errors?: CompatibleErrors
    context?: CompatibleContext
    operation: "refine"
    outcome: "legacy_unavailable" | "native_results" | "legacy_projected"

    Native result arms remain available in results; legacy projection is explicitly named.

    reason?: string
    suggestions?: string[]
    raw: RefineProposalsResponse | CanonicalGetProductsResponse