Variable TitleHistorySelectFieldsSchemaConst
TitleHistorySelectFieldsSchema: ZodObject<
{
employee: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
directManagerId: ...;
employmentType: ...;
firstName: ...;
hireDate: ...;
id: ...;
lastName: ...;
middleName: ...;
preferedName: ...;
status: ...;
terminationDate: ...;
titleId: ...;
uuid: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
directManagerId: ...;
employmentType: ...;
firstName: ...;
hireDate: ...;
id: ...;
lastName: ...;
middleName: ...;
preferedName: ...;
status: ...;
terminationDate: ...;
titleId: ...;
uuid: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
reason: ZodOptional<ZodCoercedBoolean<unknown>>;
startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
title: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
departmentId: ...;
description: ...;
id: ...;
isActive: ...;
name: ...;
slug: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
departmentId: ...;
description: ...;
id: ...;
isActive: ...;
name: ...;
slug: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
titleId: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...