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 AppointmentCreateNestedManyWithoutStaffInputObjectSchema: z.ZodType<Prisma.AppointmentCreateNestedManyWithoutStaffInput>;
export declare const AppointmentCreateNestedManyWithoutStaffInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutStaffInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutStaffInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutStaffInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutStaffInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateManyStaffInputEnvelope, z.ZodTypeDef, Prisma.AppointmentCreateManyStaffInputEnvelope>>>;
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.AppointmentUncheckedCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput[] | Prisma.AppointmentUncheckedCreateWithoutStaffInput[] | undefined;
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutStaffInput | Prisma.AppointmentCreateOrConnectWithoutStaffInput[] | undefined;
createMany?: Prisma.AppointmentCreateManyStaffInputEnvelope | undefined;
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
}, {
create?: Prisma.AppointmentUncheckedCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput | Prisma.AppointmentCreateWithoutStaffInput[] | Prisma.AppointmentUncheckedCreateWithoutStaffInput[] | undefined;
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutStaffInput | Prisma.AppointmentCreateOrConnectWithoutStaffInput[] | undefined;
createMany?: Prisma.AppointmentCreateManyStaffInputEnvelope | undefined;
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=AppointmentCreateNestedManyWithoutStaffInput.schema.d.ts.map