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

    Interface PreflightDenied

    interface PreflightDenied {
        ok: false;
        mutations: DecomposedUpdateMediaBuyMutation[];
        denials: PreflightDenial[];
        currently_available_actions: MediaBuyAvailableAction[];
        compat?: { source: AvailableActionsSource; message: string };
    }
    Index

    Properties

    ok: false

    Concrete requested mutations backing the denied action checks.

    denials: PreflightDenial[]

    Every action the request mapped to that the buy doesn't currently allow.

    currently_available_actions: MediaBuyAvailableAction[]

    Snapshot of the buy's available_actions[] for caller-side recovery UI.

    compat?: { source: AvailableActionsSource; message: string }