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 AppointmentCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.AppointmentCreateNestedManyWithoutPatientInput>;
export declare const AppointmentCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutPatientInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutPatientInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.AppointmentCreateManyPatientInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput[] | Prisma.AppointmentUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutPatientInput | Prisma.AppointmentCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.AppointmentCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
}, {
create?: Prisma.AppointmentUncheckedCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput | Prisma.AppointmentCreateWithoutPatientInput[] | Prisma.AppointmentUncheckedCreateWithoutPatientInput[] | undefined;
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutPatientInput | Prisma.AppointmentCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.AppointmentCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=AppointmentCreateNestedManyWithoutPatientInput.schema.d.ts.map