initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/PdfGroupUpdateWithoutPdfsInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/PdfGroupUpdateWithoutPdfsInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PdfGroupUpdateWithoutPdfsInputObjectSchema: z.ZodType<Prisma.PdfGroupUpdateWithoutPdfsInput>;
|
||||
export declare const PdfGroupUpdateWithoutPdfsInputObjectZodSchema: 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>>]>>;
|
||||
patient: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpdateOneRequiredWithoutGroupsNestedInput, z.ZodTypeDef, Prisma.PatientUpdateOneRequiredWithoutGroupsNestedInput>>>;
|
||||
}, "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;
|
||||
patient?: Prisma.PatientUpdateOneRequiredWithoutGroupsNestedInput | 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;
|
||||
patient?: Prisma.PatientUpdateOneRequiredWithoutGroupsNestedInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PdfGroupUpdateWithoutPdfsInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user