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

    Variable PreviewRenderSchemaConst

    PreviewRenderSchema: ZodUnion<
        readonly [
            ZodIntersection<
                ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                ZodObject<
                    {
                        render_id: ZodString;
                        output_format: ZodLiteral<"url">;
                        preview_url: ZodString;
                        role: ZodString;
                        dimensions: ZodOptional<
                            ZodNullable<
                                ZodObject<{ width: ZodNumber; height: ZodNumber }, $strip>,
                            >,
                        >;
                        embedding: ZodOptional<
                            ZodNullable<
                                ZodObject<
                                    {
                                        recommended_sandbox: ZodOptional<ZodNullable<(...)>>;
                                        requires_https: ZodOptional<ZodNullable<(...)>>;
                                        supports_fullscreen: ZodOptional<ZodNullable<(...)>>;
                                        csp_policy: ZodOptional<ZodNullable<(...)>>;
                                    },
                                    $strip,
                                >,
                            >,
                        >;
                    },
                    $strip,
                >,
            >,
            ZodIntersection<
                ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                ZodObject<
                    {
                        render_id: ZodString;
                        output_format: ZodLiteral<"html">;
                        preview_html: ZodString;
                        role: ZodString;
                        dimensions: ZodOptional<
                            ZodNullable<
                                ZodObject<{ width: ZodNumber; height: ZodNumber }, $strip>,
                            >,
                        >;
                        embedding: ZodOptional<
                            ZodNullable<
                                ZodObject<
                                    {
                                        recommended_sandbox: ZodOptional<ZodNullable<(...)>>;
                                        requires_https: ZodOptional<ZodNullable<(...)>>;
                                        supports_fullscreen: ZodOptional<ZodNullable<(...)>>;
                                        csp_policy: ZodOptional<ZodNullable<(...)>>;
                                    },
                                    $strip,
                                >,
                            >,
                        >;
                    },
                    $strip,
                >,
            >,
            ZodIntersection<
                ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                ZodObject<
                    {
                        render_id: ZodString;
                        output_format: ZodLiteral<"both">;
                        preview_url: ZodString;
                        preview_html: ZodString;
                        role: ZodString;
                        dimensions: ZodOptional<
                            ZodNullable<
                                ZodObject<{ width: ZodNumber; height: ZodNumber }, $strip>,
                            >,
                        >;
                        embedding: ZodOptional<
                            ZodNullable<
                                ZodObject<
                                    {
                                        recommended_sandbox: ZodOptional<ZodNullable<(...)>>;
                                        requires_https: ZodOptional<ZodNullable<(...)>>;
                                        supports_fullscreen: ZodOptional<ZodNullable<(...)>>;
                                        csp_policy: ZodOptional<ZodNullable<(...)>>;
                                    },
                                    $strip,
                                >,
                            >,
                        >;
                    },
                    $strip,
                >,
            >,
        ],
    > = ...