Variable StateTaxWithholdingQueryOneSchemaConst
StateTaxWithholdingQueryOneSchema: ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
allowances: "allowances";
extraWithholding: "extraWithholding";
id: "id";
stateCode: "stateCode";
stateStatus: "stateStatus";
taxDataId: "taxDataId";
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
allowances: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
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,
>,
],
>,
>;
id: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
stateCode: ZodOptional<
ZodUnion<
[
ZodString,
ZodObject<
{
contains: ...;
endsWith: ...;
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
startsWith: ...;
},
$strip,
>,
],
>,
>;
stateStatus: ZodOptional<
ZodUnion<
[
ZodString,
ZodObject<
{
contains: ...;
endsWith: ...;
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
startsWith: ...;
},
$strip,
>,
],
>,
>;
taxData: ZodOptional<
ZodObject<
{
createdAt: ZodOptional<ZodUnion<(...)>>;
deductionsAmount: ZodOptional<ZodUnion<(...)>>;
dependentsCredit: ZodOptional<ZodUnion<(...)>>;
employeeId: ZodOptional<ZodUnion<(...)>>;
endDate: ZodOptional<ZodUnion<(...)>>;
extraWithholding: ZodOptional<ZodUnion<(...)>>;
federalStatus: ZodOptional<ZodEnum<(...)>>;
id: ZodOptional<ZodUnion<(...)>>;
isExempt: ZodOptional<ZodUnion<(...)>>;
isNonResidentAlien: ZodOptional<ZodUnion<(...)>>;
multipleJobs: ZodOptional<ZodUnion<(...)>>;
otherIncome: ZodOptional<ZodUnion<(...)>>;
startDate: ZodOptional<ZodUnion<(...)>>;
updatedAt: ZodOptional<ZodUnion<(...)>>;
},
$strip,
>,
>;
taxDataId: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
},
$strip,
>,
>,
>;
},
$strip,
> = ...