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

    Variable CreateMediaBuyAsyncInputRequiredSchemaConst

    CreateMediaBuyAsyncInputRequiredSchema: ZodIntersection<
        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
        ZodObject<
            {
                reason: ZodOptional<
                    ZodNullable<
                        ZodUnion<
                            readonly [
                                ZodLiteral<"APPROVAL_REQUIRED">,
                                ZodLiteral<"BUDGET_EXCEEDS_LIMIT">,
                            ],
                        >,
                    >,
                >;
                errors: ZodOptional<
                    ZodNullable<
                        ZodArray<
                            ZodIntersection<
                                ZodRecord<
                                    ZodString,
                                    ZodUnion<readonly [ZodUnknown, ZodUndefined]>,
                                >,
                                ZodObject<
                                    {
                                        code: ZodString;
                                        message: ZodString;
                                        field: ZodOptional<ZodNullable<(...)>>;
                                        suggestion: ZodOptional<ZodNullable<(...)>>;
                                        retry_after: ZodOptional<ZodNullable<(...)>>;
                                        details: ZodOptional<ZodNullable<(...)>>;
                                    },
                                    $strip,
                                >,
                            >,
                        >,
                    >,
                >;
                context: ZodOptional<
                    ZodNullable<
                        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                    >,
                >;
                ext: ZodOptional<
                    ZodNullable<
                        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                    >,
                >;
            },
            $strip,
        >,
    > = ...