Variable QuantityIncludeSchemaConst
QuantityIncludeSchema: ZodObject<
{
item: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
categoryId: ...;
description: ...;
id: ...;
minQuantity: ...;
name: ...;
uuid: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
categoryId: ...;
description: ...;
id: ...;
minQuantity: ...;
name: ...;
uuid: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
quantityMoveSources: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
id: ...;
quantity: ...;
reason: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
sourceId: ...;
status: ...;
targetId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ...;
quantity: ...;
reason: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
sourceId: ...;
status: ...;
targetId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
quantityMoveTargets: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
id: ...;
quantity: ...;
reason: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
sourceId: ...;
status: ...;
targetId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ...;
quantity: ...;
reason: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
sourceId: ...;
status: ...;
targetId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
room: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
buildingId: ...;
code: ...;
floor: ...;
id: ...;
name: ...;
uuid: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
buildingId: ...;
code: ...;
floor: ...;
id: ...;
name: ...;
uuid: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...