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 * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutAppointmentsNestedInput>;
export declare const UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserCreateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutAppointmentsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutAppointmentsInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutAppointmentsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutAppointmentsInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined;
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined;
connect?: Prisma.UserWhereUniqueInput | undefined;
update?: Prisma.UserUpdateWithoutAppointmentsInput | Prisma.UserUncheckedUpdateWithoutAppointmentsInput | Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput | undefined;
upsert?: Prisma.UserUpsertWithoutAppointmentsInput | undefined;
}, {
create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined;
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined;
connect?: Prisma.UserWhereUniqueInput | undefined;
update?: Prisma.UserUpdateWithoutAppointmentsInput | Prisma.UserUncheckedUpdateWithoutAppointmentsInput | Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput | undefined;
upsert?: Prisma.UserUpsertWithoutAppointmentsInput | undefined;
}>;
//# sourceMappingURL=UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema.d.ts.map