import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import Decimal from "decimal.js"; export declare const AppointmentProcedureScalarWhereInputObjectSchema: z.ZodType; export declare const AppointmentProcedureScalarWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; appointmentId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; patientId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; procedureCode: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; procedureLabel: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; fee: z.ZodNullable, z.ZodTypeDef, Prisma.DecimalNullableFilter>>, z.ZodEffects, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>]>>>; category: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; toothNumber: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; toothSurface: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; oralCavityArea: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; source: z.ZodOptional, z.ZodTypeDef, Prisma.EnumProcedureSourceFilter>>, z.ZodEnum<["COMBO", "MANUAL"]>]>>; comboKey: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; OR?: Prisma.AppointmentProcedureScalarWhereInput[] | undefined; NOT?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; patientId?: number | Prisma.IntFilter | undefined; procedureCode?: string | Prisma.StringFilter | undefined; procedureLabel?: string | Prisma.StringNullableFilter | null | undefined; fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalNullableFilter | null | undefined; category?: string | Prisma.StringNullableFilter | null | undefined; toothNumber?: string | Prisma.StringNullableFilter | null | undefined; toothSurface?: string | Prisma.StringNullableFilter | null | undefined; oralCavityArea?: string | Prisma.StringNullableFilter | null | undefined; source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFilter | undefined; comboKey?: string | Prisma.StringNullableFilter | null | undefined; appointmentId?: number | Prisma.IntFilter | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; OR?: Prisma.AppointmentProcedureScalarWhereInput[] | undefined; NOT?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; patientId?: number | Prisma.IntFilter | undefined; procedureCode?: string | Prisma.StringFilter | undefined; procedureLabel?: string | Prisma.StringNullableFilter | null | undefined; fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalNullableFilter | null | undefined; category?: string | Prisma.StringNullableFilter | null | undefined; toothNumber?: string | Prisma.StringNullableFilter | null | undefined; toothSurface?: string | Prisma.StringNullableFilter | null | undefined; oralCavityArea?: string | Prisma.StringNullableFilter | null | undefined; source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFilter | undefined; comboKey?: string | Prisma.StringNullableFilter | null | undefined; appointmentId?: number | Prisma.IntFilter | undefined; }>; //# sourceMappingURL=AppointmentProcedureScalarWhereInput.schema.d.ts.map