hr-db
    Preparing search index...

    Variable EmployeeOwnSelectFieldsSchemaConst

    EmployeeOwnSelectFieldsSchema: ZodObject<
        {
            benefits: ZodOptional<ZodCoercedBoolean<unknown>>;
            clockIns: ZodOptional<ZodCoercedBoolean<unknown>>;
            contact: ZodOptional<ZodCoercedBoolean<unknown>>;
            deductions: ZodOptional<ZodCoercedBoolean<unknown>>;
            directManager: ZodOptional<ZodCoercedBoolean<unknown>>;
            directManagerId: ZodOptional<ZodCoercedBoolean<unknown>>;
            employmentType: ZodOptional<ZodCoercedBoolean<unknown>>;
            firstName: ZodOptional<ZodCoercedBoolean<unknown>>;
            hireDate: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            lastName: ZodOptional<ZodCoercedBoolean<unknown>>;
            managingEmployees: ZodOptional<ZodCoercedBoolean<unknown>>;
            managingTeams: ZodOptional<ZodCoercedBoolean<unknown>>;
            memberships: ZodOptional<ZodCoercedBoolean<unknown>>;
            middleName: ZodOptional<ZodCoercedBoolean<unknown>>;
            paychecks: ZodOptional<ZodCoercedBoolean<unknown>>;
            personalData: ZodOptional<ZodCoercedBoolean<unknown>>;
            preferedName: ZodOptional<ZodCoercedBoolean<unknown>>;
            resolvedPayrollRuns: ZodOptional<ZodCoercedBoolean<unknown>>;
            resolvedTimeOffs: ZodOptional<ZodCoercedBoolean<unknown>>;
            salary: ZodOptional<ZodCoercedBoolean<unknown>>;
            salaryHistory: ZodOptional<ZodCoercedBoolean<unknown>>;
            status: ZodOptional<ZodCoercedBoolean<unknown>>;
            taxData: ZodOptional<ZodCoercedBoolean<unknown>>;
            terminationDate: ZodOptional<ZodCoercedBoolean<unknown>>;
            timeOffBalances: ZodOptional<ZodCoercedBoolean<unknown>>;
            timeOffRequests: ZodOptional<ZodCoercedBoolean<unknown>>;
            title: ZodOptional<ZodCoercedBoolean<unknown>>;
            titleHistory: ZodOptional<ZodCoercedBoolean<unknown>>;
            titleId: ZodOptional<ZodCoercedBoolean<unknown>>;
            uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...