@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable CREATIVE_ASSET_TRANSITIONSConst

    CREATIVE_ASSET_TRANSITIONS: ReadonlyMap<
        CreativeStatus,
        ReadonlySet<CreativeStatus>,
    > = ...

    Legal CreativeStatus transitions per creative-status.json.

    processing → approved is NOT a direct edge — the spec defines processing → pending_review | rejected, and review is what produces the approved state. rejected → processing | pending_review covers the buyer's re-sync path (re-submit via sync_creatives). No states are terminal — every state can recover via re-sync.