41 lines
6.4 KiB
TypeScript
41 lines
6.4 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentUncheckedUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.PaymentUncheckedUpdateManyWithoutPatientNestedInput>;
|
|
export declare const PaymentUncheckedUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
|
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.PaymentCreateManyPatientInputEnvelope>>>;
|
|
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
|
|
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
|
|
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
|
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUpdateManyWithWhereWithoutPatientInput>>, "many">]>>;
|
|
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput[] | Prisma.PaymentUncheckedCreateWithoutPatientInput[] | undefined;
|
|
set?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutPatientInput | Prisma.PaymentCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.PaymentCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
update?: Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput | Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
|
upsert?: Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput | Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
|
disconnect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
delete?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
updateMany?: Prisma.PaymentUpdateManyWithWhereWithoutPatientInput | Prisma.PaymentUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
|
deleteMany?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput[] | Prisma.PaymentUncheckedCreateWithoutPatientInput[] | undefined;
|
|
set?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutPatientInput | Prisma.PaymentCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.PaymentCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
update?: Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput | Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
|
upsert?: Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput | Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
|
disconnect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
delete?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
|
updateMany?: Prisma.PaymentUpdateManyWithWhereWithoutPatientInput | Prisma.PaymentUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
|
deleteMany?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PaymentUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts.map
|