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

    Variable BuildCreativeRequestSchemaConst

    BuildCreativeRequestSchema: ZodObject<
        {
            message: ZodOptional<ZodNullable<ZodString>>;
            creative_manifest: ZodOptional<
                ZodNullable<
                    ZodIntersection<
                        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        ZodObject<
                            {
                                format_id: ZodIntersection<
                                    ZodRecord<ZodString, ZodUnion<readonly [(...), (...)]>>,
                                    ZodObject<
                                        {
                                            agent_url: ZodString;
                                            id: ZodString;
                                            width: ZodOptional<(...)>;
                                            height: ZodOptional<(...)>;
                                            duration_ms: ZodOptional<(...)>;
                                        },
                                        $strip,
                                    >,
                                >;
                                promoted_offering: ZodOptional<ZodNullable<ZodString>>;
                                assets: ZodRecord<
                                    ZodString,
                                    ZodUnion<readonly [ZodUnknown, ZodUndefined]>,
                                >;
                                ext: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnion<(...)>>>>;
                            },
                            $strip,
                        >,
                    >,
                >,
            >;
            target_format_id: ZodIntersection<
                ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                ZodObject<
                    {
                        agent_url: ZodString;
                        id: ZodString;
                        width: ZodOptional<ZodNullable<ZodNumber>>;
                        height: ZodOptional<ZodNullable<ZodNumber>>;
                        duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
                    },
                    $strip,
                >,
            >;
            context: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
            ext: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
        },
        $strip,
    > = ...