@adcp/client API Reference - v3.11.2
    Preparing search index...

    Variable UpdateMediaBuyRequestSchemaConst

    UpdateMediaBuyRequestSchema: ZodIntersection<
        ZodObject<
            {
                media_buy_id: ZodOptional<ZodNullable<ZodString>>;
                buyer_ref: ZodOptional<ZodNullable<ZodString>>;
                paused: ZodOptional<ZodNullable<ZodBoolean>>;
                start_time: ZodOptional<
                    ZodNullable<ZodUnion<readonly [ZodLiteral<"asap">, ZodString]>>,
                >;
                end_time: ZodOptional<ZodNullable<ZodString>>;
                packages: ZodOptional<
                    ZodNullable<
                        ZodArray<
                            ZodIntersection<
                                ZodIntersection<
                                    ZodRecord<ZodString, ZodUnion<readonly [(...), (...)]>>,
                                    ZodObject<
                                        {
                                            package_id: ZodOptional<(...)>;
                                            buyer_ref: ZodOptional<(...)>;
                                            budget: ZodOptional<(...)>;
                                            pacing: ZodOptional<(...)>;
                                            bid_price: ZodOptional<(...)>;
                                            impressions: ZodOptional<(...)>;
                                            paused: ZodOptional<(...)>;
                                            targeting_overlay: ZodOptional<(...)>;
                                            creative_assignments: ZodOptional<(...)>;
                                            creatives: ZodOptional<(...)>;
                                            ext: ZodOptional<(...)>;
                                        },
                                        $strip,
                                    >,
                                >,
                                ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                            >,
                        >,
                    >,
                >;
                reporting_webhook: ZodOptional<
                    ZodNullable<
                        ZodIntersection<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                            ZodObject<
                                {
                                    url: ZodString;
                                    token: ZodOptional<ZodNullable<ZodString>>;
                                    authentication: ZodObject<
                                        { schemes: ZodTuple<(...), (...)>; credentials: ZodString },
                                        $strip,
                                    >;
                                    reporting_frequency: ZodUnion<
                                        readonly [
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                        ],
                                    >;
                                    requested_metrics: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                },
                                $strip,
                            >,
                        >,
                    >,
                >;
                push_notification_config: ZodOptional<
                    ZodNullable<
                        ZodObject<
                            {
                                url: ZodString;
                                token: ZodOptional<ZodNullable<ZodString>>;
                                authentication: ZodObject<
                                    { schemes: ZodTuple<[(...)], null>; credentials: ZodString },
                                    $strip,
                                >;
                            },
                            $strip,
                        >,
                    >,
                >;
                context: ZodOptional<
                    ZodNullable<
                        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                    >,
                >;
                ext: ZodOptional<
                    ZodNullable<
                        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                    >,
                >;
            },
            $strip,
        >,
        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
    > = ...