Variable TimeOffRequestIncludeSchemaConst
TimeOffRequestIncludeSchema: 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,
>,
],
>,
>;
policy: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
accrualRate: ...;
description: ...;
id: ...;
maxRollover: ...;
name: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
accrualRate: ...;
description: ...;
id: ...;
maxRollover: ...;
name: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
resolver: 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,
>,
],
>,
>;
transactions: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
amount: ...;
balanceId: ...;
createdAt: ...;
id: ...;
requestId: ...;
type: ...;
updatedAt: ...;
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
amount: ...;
balanceId: ...;
createdAt: ...;
id: ...;
requestId: ...;
type: ...;
updatedAt: ...;
},
$strip,
>,
>,
>;
},
$strip,
>,
],
>,
>;
},
$strip,
> = ...