initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/PdfGroupUpdateManyWithoutPatientNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/PdfGroupUpdateManyWithoutPatientNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PdfGroupUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.PdfGroupUpdateManyWithoutPatientNestedInput>;
|
||||
export declare const PdfGroupUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.PdfGroupCreateManyPatientInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
set?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
upsert?: Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
disconnect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput | Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
||||
deleteMany?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
set?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
upsert?: Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
disconnect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput | Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
||||
deleteMany?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PdfGroupUpdateManyWithoutPatientNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user