Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PdfGroupUncheckedUpdateWithoutPatientInput.schema.d.ts
2026-04-04 22:13:55 -04:00

23 lines
2.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfGroupUncheckedUpdateWithoutPatientInputObjectSchema: z.ZodType<Prisma.PdfGroupUncheckedUpdateWithoutPatientInput>;
export declare const PdfGroupUncheckedUpdateWithoutPatientInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
titleKey: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["INSURANCE_CLAIM", "INSURANCE_CLAIM_PREAUTH", "ELIGIBILITY_STATUS", "CLAIM_STATUS", "OTHER"]>, z.ZodLazy<z.ZodType<Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput>>]>>;
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
pdfs: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedUpdateManyWithoutGroupNestedInput, z.ZodTypeDef, Prisma.PdfFileUncheckedUpdateManyWithoutGroupNestedInput>>>;
}, "strict", z.ZodTypeAny, {
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
title?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined;
pdfs?: Prisma.PdfFileUncheckedUpdateManyWithoutGroupNestedInput | undefined;
}, {
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
title?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined;
pdfs?: Prisma.PdfFileUncheckedUpdateManyWithoutGroupNestedInput | undefined;
}>;
//# sourceMappingURL=PdfGroupUncheckedUpdateWithoutPatientInput.schema.d.ts.map