initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const AppointmentUncheckedUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.AppointmentUncheckedUpdateManyWithoutUserNestedInput>;
|
||||
export declare const AppointmentUncheckedUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutUserInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutUserInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUpsertWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUpsertWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.AppointmentCreateManyUserInputEnvelope>>>;
|
||||
set: 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">]>>;
|
||||
disconnect: 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">]>>;
|
||||
delete: 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">]>>;
|
||||
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">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUpdateWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUpdateWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUpdateManyWithWhereWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.AppointmentUpdateManyWithWhereWithoutUserInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.AppointmentUncheckedCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput[] | Prisma.AppointmentUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutUserInput | Prisma.AppointmentCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.AppointmentCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.AppointmentUpdateWithWhereUniqueWithoutUserInput | Prisma.AppointmentUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.AppointmentUpsertWithWhereUniqueWithoutUserInput | Prisma.AppointmentUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.AppointmentUpdateManyWithWhereWithoutUserInput | Prisma.AppointmentUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.AppointmentScalarWhereInput | Prisma.AppointmentScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.AppointmentUncheckedCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput | Prisma.AppointmentCreateWithoutUserInput[] | Prisma.AppointmentUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutUserInput | Prisma.AppointmentCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.AppointmentCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.AppointmentUpdateWithWhereUniqueWithoutUserInput | Prisma.AppointmentUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.AppointmentUpsertWithWhereUniqueWithoutUserInput | Prisma.AppointmentUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.AppointmentWhereUniqueInput | Prisma.AppointmentWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.AppointmentUpdateManyWithWhereWithoutUserInput | Prisma.AppointmentUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.AppointmentScalarWhereInput | Prisma.AppointmentScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=AppointmentUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user