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 PatientDocumentUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.PatientDocumentUpdateManyWithoutPatientNestedInput>;
|
||||
export declare const PatientDocumentUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PatientDocumentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientDocumentCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.PatientDocumentCreateManyPatientInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentWhereUniqueInput, z.ZodTypeDef, Prisma.PatientDocumentWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentScalarWhereInput, z.ZodTypeDef, Prisma.PatientDocumentScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentScalarWhereInput, z.ZodTypeDef, Prisma.PatientDocumentScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PatientDocumentCreateWithoutPatientInput | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput | Prisma.PatientDocumentCreateWithoutPatientInput[] | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
set?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PatientDocumentCreateOrConnectWithoutPatientInput | Prisma.PatientDocumentCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.PatientDocumentCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput | Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
upsert?: Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput | Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
disconnect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput | Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
||||
deleteMany?: Prisma.PatientDocumentScalarWhereInput | Prisma.PatientDocumentScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.PatientDocumentCreateWithoutPatientInput | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput | Prisma.PatientDocumentCreateWithoutPatientInput[] | Prisma.PatientDocumentUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
set?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PatientDocumentCreateOrConnectWithoutPatientInput | Prisma.PatientDocumentCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.PatientDocumentCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput | Prisma.PatientDocumentUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
upsert?: Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput | Prisma.PatientDocumentUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
disconnect?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.PatientDocumentWhereUniqueInput | Prisma.PatientDocumentWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput | Prisma.PatientDocumentUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
||||
deleteMany?: Prisma.PatientDocumentScalarWhereInput | Prisma.PatientDocumentScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PatientDocumentUpdateManyWithoutPatientNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user