Variable SerialNumberSelectFieldsSchemaConst
SerialNumberSelectFieldsSchema: ZodObject<
{
employeeItemRequests: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
id: ...;
note: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
serialNumberId: ...;
status: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ...;
note: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
serialNumberId: ...;
status: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
employeeItems: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
employeeId: ...;
givenAt: ...;
id: ...;
serialNumberId: ...;
takenAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
employeeId: ...;
givenAt: ...;
id: ...;
serialNumberId: ...;
takenAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
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,
>,
],
>,
>;
itemId: ZodOptional<ZodCoercedBoolean<unknown>>;
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,
>,
],
>,
>;
roomId: ZodOptional<ZodCoercedBoolean<unknown>>;
serialMoveSources: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
id: ...;
reason: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
sourceId: ...;
status: ...;
targetId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ...;
reason: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
sourceId: ...;
status: ...;
targetId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
serialMoveTargets: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
id: ...;
reason: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
sourceId: ...;
status: ...;
targetId: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ...;
reason: ...;
requestedAt: ...;
requestedById: ...;
resolvedAt: ...;
resolvedById: ...;
sourceId: ...;
status: ...;
targetId: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
serialNumber: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...