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 PatientUpdateOneRequiredWithoutClaimsNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutClaimsNestedInput>;
export declare const PatientUpdateOneRequiredWithoutClaimsNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutClaimsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutClaimsInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutClaimsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutClaimsInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PatientCreateWithoutClaimsInput | Prisma.PatientUncheckedCreateWithoutClaimsInput | undefined;
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutClaimsInput | undefined;
connect?: Prisma.PatientWhereUniqueInput | undefined;
update?: Prisma.PatientUpdateWithoutClaimsInput | Prisma.PatientUncheckedUpdateWithoutClaimsInput | Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput | undefined;
upsert?: Prisma.PatientUpsertWithoutClaimsInput | undefined;
}, {
create?: Prisma.PatientCreateWithoutClaimsInput | Prisma.PatientUncheckedCreateWithoutClaimsInput | undefined;
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutClaimsInput | undefined;
connect?: Prisma.PatientWhereUniqueInput | undefined;
update?: Prisma.PatientUpdateWithoutClaimsInput | Prisma.PatientUncheckedUpdateWithoutClaimsInput | Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput | undefined;
upsert?: Prisma.PatientUpsertWithoutClaimsInput | undefined;
}>;
//# sourceMappingURL=PatientUpdateOneRequiredWithoutClaimsNestedInput.schema.d.ts.map