hr-db
    Preparing search index...

    Variable PaycheckIncludeSchemaConst

    PaycheckIncludeSchema: ZodObject<
        {
            deductions: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                amount: ...;
                                                employeeDeductionId: ...;
                                                id: ...;
                                                paycheckId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                amount: ...;
                                                employeeDeductionId: ...;
                                                id: ...;
                                                paycheckId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            earnings: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                amount: ...;
                                                hours: ...;
                                                id: ...;
                                                paycheckId: ...;
                                                rate: ...;
                                                type: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                amount: ...;
                                                hours: ...;
                                                id: ...;
                                                paycheckId: ...;
                                                rate: ...;
                                                type: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            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,
                        >,
                    ],
                >,
            >;
            paycheckTaxes: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            { amount: ...; id: ...; paycheckId: ...; taxAuthority: ... },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            { amount: ...; id: ...; paycheckId: ...; taxAuthority: ... },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            payrollRun: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                endDate: ...;
                                                id: ...;
                                                payDate: ...;
                                                resolverId: ...;
                                                startDate: ...;
                                                status: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                endDate: ...;
                                                id: ...;
                                                payDate: ...;
                                                resolverId: ...;
                                                startDate: ...;
                                                status: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
        },
        $strip,
    > = ...