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

    Interface PreflightAllowed

    interface PreflightAllowed {
        ok: true;
        actions: ResolvedAction[];
        modes: MediaBuyActionMode[];
        matched: MediaBuyAvailableAction[];
        requiresAsyncFlow: boolean;
        compat?: { source: AvailableActionsSource; message: string };
    }
    Index

    Properties

    ok: true
    actions: ResolvedAction[]

    Every action the request body covers. Multi-entry for mixed mutations.

    Per-action mode resolved from available_actions[]. Same order as actions.

    Echo of the buy's available_actions[] entries the preflight matched.

    requiresAsyncFlow: boolean

    True when any matched action carries a non-self_serve mode.

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

    Set when only valid_actions[] (legacy 3.0) was available.