Variable BuildCreativeRequestSchemaConst
BuildCreativeRequestSchema: ZodObject<
{
message: ZodOptional<ZodNullable<ZodString>>;
creative_manifest: ZodOptional<
ZodNullable<
ZodObject<
{
format_id: ZodObject<
{
agent_url: ZodString;
id: ZodString;
width: ZodOptional<ZodNullable<ZodNumber>>;
height: ZodOptional<ZodNullable<ZodNumber>>;
duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
},
$strip,
>;
promoted_offering: ZodOptional<ZodNullable<ZodString>>;
assets: ZodRecord<
ZodString,
ZodUnion<
readonly [
ZodIntersection<
ZodObject<(...), (...)>,
ZodObject<(...), (...)>,
>,
ZodIntersection<ZodObject<(...), (...)>, ZodObject<(...), (...)>>,
ZodObject<
{ url: ...; duration_ms: ...; format: ...; bitrate_kbps: ... },
$strip,
>,
ZodUnion<readonly [(...), (...)]>,
ZodObject<{ content: ...; language: ... }, $strip>,
ZodObject<{ url: ...; url_type: ...; description: ... }, $strip>,
ZodObject<{ content: ...; version: ... }, $strip>,
ZodObject<{ content: ...; module_type: ... }, $strip>,
ZodObject<
{
url: ...;
method: ...;
timeout_ms: ...;
supported_macros: ...;
required_macros: ...;
response_type: ...;
security: ...;
},
$strip,
>,
ZodObject<{ content: ...; media: ... }, $strip>,
ZodUnion<readonly [(...), (...)]>,
ZodObject<
{
brand_manifest: ...;
product_selectors: ...;
offerings: ...;
asset_selectors: ...;
},
$strip,
>,
],
>,
>;
ext: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
},
$strip,
>,
>,
>;
target_format_id: 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, ZodUnknown>>>;
ext: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
},
$strip,
> = ...