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

    Interface AvailableActionsResult

    interface AvailableActionsResult {
        actions: MediaBuyAvailableAction[];
        source: AvailableActionsSource;
        deprecationHint?: string;
    }
    Index

    Properties

    Normalized available actions. Empty array when the source is 'absent'.

    deprecationHint?: string

    One-line hint when the buy carries only the legacy valid_actions[] field. Helpers surface this on their results so callers can render it to the developer.