20 lines
2.0 KiB
TypeScript
20 lines
2.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PdfGroupUncheckedUpdateManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.PdfGroupUncheckedUpdateManyWithoutPatientInput>;
|
|
export declare const PdfGroupUncheckedUpdateManyWithoutPatientInputObjectZodSchema: 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>>]>>;
|
|
}, "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;
|
|
}, {
|
|
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;
|
|
}>;
|
|
//# sourceMappingURL=PdfGroupUncheckedUpdateManyWithoutPatientInput.schema.d.ts.map
|