@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface ProposalContext

    Context for generating proposals

    interface ProposalContext {
        brief?: string;
        products: Product[];
        brand?: BrandReference;
        propertyListId?: string;
        previousProposal?: Proposal;
    }
    Index

    Properties

    brief?: string

    Original brief text

    products: Product[]

    Available products to allocate

    Brand reference if provided

    propertyListId?: string

    Property list ID if filtering was applied

    previousProposal?: Proposal

    Previous proposal being refined