@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface ProposalContext

    Context for generating proposals

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

    Properties

    brief?: string

    Original brief text

    products: Product[]

    Available products to allocate

    brandManifest?: BrandManifest

    Brand information if provided

    propertyListId?: string

    Property list ID if filtering was applied

    previousProposal?: Proposal

    Previous proposal being refined