initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/PatientUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/PatientUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PatientUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateManyWithoutUserNestedInput>;
|
||||
export declare const PatientUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutUserInput, z.ZodTypeDef, Prisma.PatientCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutUserInput, z.ZodTypeDef, Prisma.PatientCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutUserInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutUserInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.PatientUpsertWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.PatientUpsertWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.PatientCreateManyUserInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.PatientUpdateWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.PatientUpdateWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.PatientUpdateManyWithWhereWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.PatientUpdateManyWithWhereWithoutUserInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientScalarWhereInput, z.ZodTypeDef, Prisma.PatientScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientScalarWhereInput, z.ZodTypeDef, Prisma.PatientScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput[] | Prisma.PatientUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutUserInput | Prisma.PatientCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.PatientCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.PatientUpdateWithWhereUniqueWithoutUserInput | Prisma.PatientUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.PatientUpsertWithWhereUniqueWithoutUserInput | Prisma.PatientUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.PatientUpdateManyWithWhereWithoutUserInput | Prisma.PatientUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.PatientScalarWhereInput | Prisma.PatientScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.PatientUncheckedCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput | Prisma.PatientCreateWithoutUserInput[] | Prisma.PatientUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutUserInput | Prisma.PatientCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.PatientCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.PatientUpdateWithWhereUniqueWithoutUserInput | Prisma.PatientUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.PatientUpsertWithWhereUniqueWithoutUserInput | Prisma.PatientUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.PatientWhereUniqueInput | Prisma.PatientWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.PatientUpdateManyWithWhereWithoutUserInput | Prisma.PatientUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.PatientScalarWhereInput | Prisma.PatientScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PatientUpdateManyWithoutUserNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user