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

    Interface PreflightDenied

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

    Properties

    ok: false
    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 }