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

17 lines
1.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfGroupUpdateManyMutationInputObjectSchema: z.ZodType<Prisma.PdfGroupUpdateManyMutationInput>;
export declare const PdfGroupUpdateManyMutationInputObjectZodSchema: z.ZodObject<{
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;
title?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined;
}, {
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
title?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined;
}>;
//# sourceMappingURL=PdfGroupUpdateManyMutationInput.schema.d.ts.map