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,41 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.ClaimUpdateManyWithoutPatientNestedInput>;
export declare const ClaimUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPatientInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPatientInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyPatientInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutPatientInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimScalarWhereInput, z.ZodTypeDef, Prisma.ClaimScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimScalarWhereInput, z.ZodTypeDef, Prisma.ClaimScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined;
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutPatientInput | Prisma.ClaimUpdateManyWithWhereWithoutPatientInput[] | undefined;
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
}, {
create?: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined;
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutPatientInput | Prisma.ClaimUpdateManyWithWhereWithoutPatientInput[] | undefined;
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=ClaimUpdateManyWithoutPatientNestedInput.schema.d.ts.map