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 type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const AppointmentProcedureUpsertOneSchema: z.ZodType<Prisma.AppointmentProcedureUpsertArgs>;
export declare const AppointmentProcedureUpsertOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
where: z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>;
create: z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureCreateInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateInput>, z.ZodType<Prisma.AppointmentProcedureUncheckedCreateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateInput>]>;
update: z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureUpdateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateInput>, z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateInput>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.AppointmentProcedureUncheckedCreateInput | Prisma.AppointmentProcedureCreateInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
update: Prisma.AppointmentProcedureUpdateInput | Prisma.AppointmentProcedureUncheckedUpdateInput;
include?: Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
create: Prisma.AppointmentProcedureUncheckedCreateInput | Prisma.AppointmentProcedureCreateInput;
where: Prisma.AppointmentProcedureWhereUniqueInput;
update: Prisma.AppointmentProcedureUpdateInput | Prisma.AppointmentProcedureUncheckedUpdateInput;
include?: Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=upsertOneAppointmentProcedure.schema.d.ts.map