Variable meetingUpdateSchemaConst
meetingUpdateSchema: ZodIntersection<
ZodIntersection<
ZodEffects<
ZodObject<
{
address: ZodNullable<ZodOptional<ZodString>>;
agenda: ZodOptional<ZodString>;
allDay: ZodOptional<ZodBoolean>;
bgColor: ZodNullable<ZodOptional<ZodString>>;
dateEnd: ZodString;
dateStart: ZodString;
noGestion: ZodOptional<ZodBoolean>;
place: ZodNullable<ZodOptional<ZodString>>;
publishTo: ZodOptional<ZodString>;
report: ZodOptional<ZodString>;
textColor: ZodNullable<ZodOptional<ZodString>>;
title: ZodString;
type: ZodLiteral<"meeting">;
uiObjectLink: ZodOptional<ZodString>;
urlGestion: ZodOptional<ZodString>;
},
"strip",
ZodTypeAny,
{
address?: string
| null;
agenda?: string;
allDay?: boolean;
bgColor?: string | null;
dateEnd: string;
dateStart: string;
noGestion?: boolean;
place?: string | null;
publishTo?: string;
report?: string;
textColor?: string | null;
title: string;
type: "meeting";
uiObjectLink?: string;
urlGestion?: string;
},
{
address?: string
| null;
agenda?: string;
allDay?: boolean;
bgColor?: string | null;
dateEnd: string;
dateStart: string;
noGestion?: boolean;
place?: string | null;
publishTo?: string;
report?: string;
textColor?: string | null;
title: string;
type: "meeting";
uiObjectLink?: string;
urlGestion?: string;
},
>,
{
address?: string
| null;
agenda?: string;
allDay?: boolean;
bgColor?: string | null;
dateEnd: string;
dateStart: string;
noGestion?: boolean;
place?: string | null;
publishTo?: string;
report?: string;
textColor?: string | null;
title: string;
type: "meeting";
uiObjectLink?: string;
urlGestion?: string;
},
{
address?: string
| null;
agenda?: string;
allDay?: boolean;
bgColor?: string | null;
dateEnd: string;
dateStart: string;
noGestion?: boolean;
place?: string | null;
publishTo?: string;
report?: string;
textColor?: string | null;
title: string;
type: "meeting";
uiObjectLink?: string;
urlGestion?: string;
},
>,
ZodObject<
{ token: ZodOptional<ZodUnion<[ZodString, ZodUndefined]>> },
"strip",
ZodTypeAny,
{ token?: string },
{ token?: string },
>,
>,
ZodObject<
{ uri: ZodString },
"strip",
ZodTypeAny,
{ uri: string },
{ uri: string },
>,
> = ...