initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/CommunicationUpdateManyWithoutPatientNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/CommunicationUpdateManyWithoutPatientNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CommunicationUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.CommunicationUpdateManyWithoutPatientNestedInput>;
|
||||
export declare const CommunicationUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.CommunicationCreateManyPatientInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationScalarWhereInput, z.ZodTypeDef, Prisma.CommunicationScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationScalarWhereInput, z.ZodTypeDef, Prisma.CommunicationScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
set?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
upsert?: Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
disconnect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput | Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
||||
deleteMany?: Prisma.CommunicationScalarWhereInput | Prisma.CommunicationScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
set?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
upsert?: Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
disconnect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput | Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
||||
deleteMany?: Prisma.CommunicationScalarWhereInput | Prisma.CommunicationScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CommunicationUpdateManyWithoutPatientNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user