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

    Variable PreviewCreativeSingleResponseSchemaConst

    PreviewCreativeSingleResponseSchema: ZodObject<
        {
            response_type: ZodLiteral<"single">;
            previews: ZodArray<
                ZodObject<
                    {
                        preview_id: ZodString;
                        renders: ZodArray<
                            ZodUnion<
                                readonly [
                                    ZodIntersection<
                                        ZodRecord<ZodString, ZodUnion<(...)>>,
                                        ZodObject<
                                            {
                                                render_id: ...;
                                                output_format: ...;
                                                preview_url: ...;
                                                role: ...;
                                                dimensions: ...;
                                                embedding: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                    ZodIntersection<
                                        ZodRecord<ZodString, ZodUnion<(...)>>,
                                        ZodObject<
                                            {
                                                render_id: ...;
                                                output_format: ...;
                                                preview_html: ...;
                                                role: ...;
                                                dimensions: ...;
                                                embedding: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                    ZodIntersection<
                                        ZodRecord<ZodString, ZodUnion<(...)>>,
                                        ZodObject<
                                            {
                                                render_id: ...;
                                                output_format: ...;
                                                preview_url: ...;
                                                preview_html: ...;
                                                role: ...;
                                                dimensions: ...;
                                                embedding: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                ],
                            >,
                        >;
                        input: ZodObject<
                            {
                                name: ZodString;
                                macros: ZodOptional<
                                    ZodNullable<ZodRecord<ZodString, ZodUnion<(...)>>>,
                                >;
                                context_description: ZodOptional<ZodNullable<ZodString>>;
                            },
                            $strip,
                        >;
                    },
                    $strip,
                >,
            >;
            interactive_url: ZodOptional<ZodNullable<ZodString>>;
            expires_at: ZodString;
            context: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
            ext: ZodOptional<
                ZodNullable<
                    ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                >,
            >;
        },
        $strip,
    > = ...