Variable EmployeeTaxDataOwnQueryOneSchemaConst
EmployeeTaxDataOwnQueryOneSchema: ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
createdAt: "createdAt";
deductionsAmount: "deductionsAmount";
dependentsCredit: "dependentsCredit";
employeeId: "employeeId";
endDate: "endDate";
extraWithholding: "extraWithholding";
federalStatus: "federalStatus";
id: "id";
isExempt: "isExempt";
isNonResidentAlien: "isNonResidentAlien";
multipleJobs: "multipleJobs";
otherIncome: "otherIncome";
startDate: "startDate";
updatedAt: "updatedAt";
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
createdAt: ZodOptional<
ZodUnion<
[
ZodString,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
deductionsAmount: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
dependentsCredit: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
employeeId: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
endDate: ZodOptional<
ZodUnion<
[
ZodString,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
extraWithholding: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
federalStatus: ZodOptional<
ZodEnum<
{
HEAD_OF_HOUSEHOLD: "HEAD_OF_HOUSEHOLD";
MARRIED_FILING_JOINTLY: "MARRIED_FILING_JOINTLY";
MARRIED_FILING_SEPARATELY: "MARRIED_FILING_SEPARATELY";
QUALIFYING_WIDOW: "QUALIFYING_WIDOW";
SINGLE: "SINGLE";
},
>,
>;
id: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
isExempt: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<{ equals: ...; not: ... }, $strip>,
],
>,
>;
isNonResidentAlien: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<{ equals: ...; not: ... }, $strip>,
],
>,
>;
multipleJobs: ZodOptional<
ZodUnion<
[
ZodCoercedBoolean<unknown>,
ZodObject<{ equals: ...; not: ... }, $strip>,
],
>,
>;
otherIncome: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
startDate: ZodOptional<
ZodUnion<
[
ZodString,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
updatedAt: ZodOptional<
ZodUnion<
[
ZodString,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
},
$strip,
>,
>,
>;
},
$strip,
> = ...