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

    Interface DecomposedUpdateMediaBuy

    interface DecomposedUpdateMediaBuy {
        mutations: DecomposedUpdateMediaBuyMutation[];
        actions: ResolvedAction[];
        touched_fields: string[];
    }
    Index

    Properties

    Concrete mutations requested by the patch. Empty when no known fields were touched.

    actions: ResolvedAction[]

    Aggregated action view, preserving the legacy getActionForMutation() shape.

    touched_fields: string[]

    Unique normalized fields touched by this patch, in request traversal order.