@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias InlineCreativePackage

    InlineCreativePackage: Partial<PackageRequest> & {
        package_id?: string;
        buyer_ref?: string;
        context?: { buyer_ref?: string; [key: string]: unknown };
        creatives?: CreativeAsset[];
        [key: string]: unknown;
    }

    Package-like input accepted by inlineCreativesForPackages.

    PackageRequest is the create-media-buy shape. Update-media-buy package patches are narrower but carry the same package_id + creatives fields, so the helper accepts both without depending on AgentClient.