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

    Interface ResolvedAction

    One action a request body covers, plus the direction inference where the fine-grained vocabulary distinguishes increase/decrease or extend/shorten. touched_fields lists the normalized dotted paths that triggered this entry (useful for debugging).

    interface ResolvedAction {
        action: MediaBuyValidAction;
        direction?: MediaBuyMutationDirection;
        touched_fields: string[];
    }
    Index

    Properties

    Direction tag. Present when the resolver picked between fine-grained siblings (e.g. increase_budget vs decrease_budget).

    touched_fields: string[]