import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import Decimal from "decimal.js"; export declare const AppointmentProcedureUncheckedUpdateWithoutAppointmentInputObjectSchema: z.ZodType; export declare const AppointmentProcedureUncheckedUpdateWithoutAppointmentInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>]>>; patientId: z.ZodOptional>]>>; procedureCode: z.ZodOptional>]>>; procedureLabel: z.ZodNullable>]>>>; fee: z.ZodNullable, z.ZodType, z.ZodType]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>, z.ZodLazy>]>>>; category: z.ZodNullable>]>>>; toothNumber: z.ZodNullable>]>>>; toothSurface: z.ZodNullable>]>>>; oralCavityArea: z.ZodNullable>]>>>; source: z.ZodOptional, z.ZodLazy>]>>; comboKey: z.ZodNullable>]>>>; createdAt: z.ZodOptional>]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; procedureCode?: string | Prisma.StringFieldUpdateOperationsInput | undefined; procedureLabel?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.NullableDecimalFieldUpdateOperationsInput | null | undefined; category?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; toothNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; toothSurface?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; oralCavityArea?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFieldUpdateOperationsInput | undefined; comboKey?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; }, { createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; id?: number | Prisma.IntFieldUpdateOperationsInput | undefined; patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined; procedureCode?: string | Prisma.StringFieldUpdateOperationsInput | undefined; procedureLabel?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; fee?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.NullableDecimalFieldUpdateOperationsInput | null | undefined; category?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; toothNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; toothSurface?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; oralCavityArea?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; source?: "COMBO" | "MANUAL" | Prisma.EnumProcedureSourceFieldUpdateOperationsInput | undefined; comboKey?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; }>; //# sourceMappingURL=AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.d.ts.map