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

    Variable UpdateMediaBuyResponseSchemaConst

    UpdateMediaBuyResponseSchema: ZodUnion<
        readonly [
            ZodObject<
                {
                    media_buy_id: ZodString;
                    buyer_ref: ZodString;
                    implementation_date: ZodNullable<ZodOptional<ZodNullable<ZodString>>>;
                    affected_packages: ZodOptional<
                        ZodNullable<
                            ZodArray<
                                ZodIntersection<
                                    ZodRecord<ZodString, ZodUnion<readonly [(...), (...)]>>,
                                    ZodObject<
                                        {
                                            package_id: ZodString;
                                            buyer_ref: ZodOptional<(...)>;
                                            product_id: ZodOptional<(...)>;
                                            budget: ZodOptional<(...)>;
                                            pacing: ZodOptional<(...)>;
                                            pricing_option_id: ZodOptional<(...)>;
                                            bid_price: ZodOptional<(...)>;
                                            impressions: ZodOptional<(...)>;
                                            targeting_overlay: ZodOptional<(...)>;
                                            creative_assignments: ZodOptional<(...)>;
                                            format_ids_to_provide: ZodOptional<(...)>;
                                            paused: ZodOptional<(...)>;
                                            ext: ZodOptional<(...)>;
                                        },
                                        $strip,
                                    >,
                                >,
                            >,
                        >,
                    >;
                    context: ZodOptional<
                        ZodNullable<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        >,
                    >;
                    ext: ZodOptional<
                        ZodNullable<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        >,
                    >;
                },
                $strip,
            >,
            ZodObject<
                {
                    errors: ZodArray<
                        ZodIntersection<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                            ZodObject<
                                {
                                    code: ZodString;
                                    message: ZodString;
                                    field: ZodOptional<ZodNullable<ZodString>>;
                                    suggestion: ZodOptional<ZodNullable<ZodString>>;
                                    retry_after: ZodOptional<ZodNullable<ZodNumber>>;
                                    details: ZodOptional<ZodNullable<ZodRecord<(...), (...)>>>;
                                },
                                $strip,
                            >,
                        >,
                    >;
                    context: ZodOptional<
                        ZodNullable<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        >,
                    >;
                    ext: ZodOptional<
                        ZodNullable<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        >,
                    >;
                },
                $strip,
            >,
        ],
    > = ...