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,20 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CommunicationCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.CommunicationCreateNestedManyWithoutPatientInput>;
export declare const CommunicationCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.CommunicationCreateManyPatientInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
}, {
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=CommunicationCreateNestedManyWithoutPatientInput.schema.d.ts.map