Variable GetProductsAsyncInputRequiredSchemaConst
GetProductsAsyncInputRequiredSchema: ZodIntersection<
ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
ZodObject<
{
reason: ZodOptional<
ZodNullable<
ZodUnion<
readonly [
ZodLiteral<"CLARIFICATION_NEEDED">,
ZodLiteral<"BUDGET_REQUIRED">,
],
>,
>,
>;
partial_results: ZodOptional<
ZodNullable<
ZodArray<
ZodIntersection<
ZodRecord<
ZodString,
ZodUnion<readonly [ZodUnknown, ZodUndefined]>,
>,
ZodObject<
{
product_id: ZodString;
name: ZodString;
description: ZodString;
publisher_properties: ZodArray<ZodUnion<(...)>>;
format_ids: ZodArray<ZodIntersection<(...), (...)>>;
placements: ZodOptional<ZodNullable<(...)>>;
delivery_type: ZodUnion<readonly [(...), (...)]>;
pricing_options: ZodArray<ZodUnion<(...)>>;
estimated_exposures: ZodOptional<ZodNullable<(...)>>;
measurement: ZodOptional<ZodNullable<(...)>>;
delivery_measurement: ZodObject<
{ provider: ...; notes: ... },
$strip,
>;
reporting_capabilities: ZodOptional<ZodNullable<(...)>>;
creative_policy: ZodOptional<ZodNullable<(...)>>;
is_custom: ZodOptional<ZodNullable<(...)>>;
property_targeting_allowed: ZodOptional<ZodNullable<(...)>>;
brief_relevance: ZodOptional<ZodNullable<(...)>>;
expires_at: ZodOptional<ZodNullable<(...)>>;
product_card: ZodOptional<ZodNullable<(...)>>;
product_card_detailed: ZodOptional<ZodNullable<(...)>>;
ext: ZodOptional<ZodNullable<(...)>>;
},
$strip,
>,
>,
>,
>,
>;
suggestions: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
context: ZodOptional<
ZodNullable<
ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
>,
>;
ext: ZodOptional<
ZodNullable<
ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
>,
>;
},
$strip,
>,
> = ...