initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientUpdateOneRequiredWithoutDocumentsNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutDocumentsNestedInput>;
export declare const PatientUpdateOneRequiredWithoutDocumentsNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutDocumentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutDocumentsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutDocumentsInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutDocumentsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutDocumentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutDocumentsInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput | undefined;
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutDocumentsInput | undefined;
connect?: Prisma.PatientWhereUniqueInput | undefined;
update?: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput | Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput | undefined;
upsert?: Prisma.PatientUpsertWithoutDocumentsInput | undefined;
}, {
create?: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput | undefined;
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutDocumentsInput | undefined;
connect?: Prisma.PatientWhereUniqueInput | undefined;
update?: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput | Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput | undefined;
upsert?: Prisma.PatientUpsertWithoutDocumentsInput | undefined;
}>;
//# sourceMappingURL=PatientUpdateOneRequiredWithoutDocumentsNestedInput.schema.d.ts.map