74 lines
8.7 KiB
TypeScript
74 lines
8.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.PatientScalarWhereWithAggregatesInput>;
|
|
export declare const PatientScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientScalarWhereWithAggregatesInput>>, "many">>;
|
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
firstName: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
lastName: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
dateOfBirth: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
gender: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
phone: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
email: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
address: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
city: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
zipCode: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
insuranceProvider: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
insuranceId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
groupNumber: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
policyHolder: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
allergies: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
medicalConditions: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EnumPatientStatusWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.EnumPatientStatusWithAggregatesFilter<never>>>, z.ZodEnum<["ACTIVE", "INACTIVE", "UNKNOWN"]>]>>;
|
|
userId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
status?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusWithAggregatesFilter<never> | undefined;
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.PatientScalarWhereWithAggregatesInput | Prisma.PatientScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.PatientScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.PatientScalarWhereWithAggregatesInput | Prisma.PatientScalarWhereWithAggregatesInput[] | undefined;
|
|
email?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
phone?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
dateOfBirth?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
insuranceProvider?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
firstName?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
lastName?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
gender?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
address?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
city?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
zipCode?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
insuranceId?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
groupNumber?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
policyHolder?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
allergies?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
medicalConditions?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
}, {
|
|
status?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusWithAggregatesFilter<never> | undefined;
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.PatientScalarWhereWithAggregatesInput | Prisma.PatientScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.PatientScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.PatientScalarWhereWithAggregatesInput | Prisma.PatientScalarWhereWithAggregatesInput[] | undefined;
|
|
email?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
phone?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
dateOfBirth?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
insuranceProvider?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
firstName?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
lastName?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
gender?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
address?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
city?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
zipCode?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
insuranceId?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
groupNumber?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
policyHolder?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
allergies?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
medicalConditions?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientScalarWhereWithAggregatesInput.schema.d.ts.map
|