Variable ListAuthorizedPropertiesResponseSchemaConst
ListAuthorizedPropertiesResponseSchema: ZodObject<
{
publisher_domains: ZodTuple<[ZodString], ZodString>;
primary_channels: ZodOptional<
ZodNullable<
ZodTuple<
[
ZodUnion<
readonly [
ZodLiteral<"display">,
ZodLiteral<"video">,
ZodLiteral<"audio">,
ZodLiteral<"native">,
ZodLiteral<"dooh">,
ZodLiteral<"ctv">,
ZodLiteral<"podcast">,
ZodLiteral<"retail">,
ZodLiteral<"social">,
],
>,
],
ZodUnion<
readonly [
ZodLiteral<"display">,
ZodLiteral<"video">,
ZodLiteral<"audio">,
ZodLiteral<"native">,
ZodLiteral<"dooh">,
ZodLiteral<"ctv">,
ZodLiteral<"podcast">,
ZodLiteral<"retail">,
ZodLiteral<"social">,
],
>,
>,
>,
>;
primary_countries: ZodOptional<
ZodNullable<ZodTuple<[ZodString], ZodString>>,
>;
portfolio_description: ZodOptional<ZodNullable<ZodString>>;
advertising_policies: ZodOptional<ZodNullable<ZodString>>;
last_updated: ZodOptional<ZodNullable<ZodString>>;
errors: ZodOptional<
ZodNullable<
ZodArray<
ZodObject<
{
code: ZodString;
message: ZodString;
field: ZodOptional<ZodNullable<ZodString>>;
suggestion: ZodOptional<ZodNullable<ZodString>>;
retry_after: ZodOptional<ZodNullable<ZodNumber>>;
details: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
},
$strip,
>,
>,
>,
>;
context: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
ext: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
},
$strip,
> = ...