Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineNestedInput.schema.d.ts
2026-04-04 22:13:55 -04:00

41 lines
8.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineNestedInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineNestedInput>;
export declare const ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutServiceLineInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput[] | undefined;
set?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput[] | undefined;
createMany?: Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope | undefined;
connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
update?: Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput[] | undefined;
upsert?: Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput | Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput[] | undefined;
disconnect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
delete?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
updateMany?: Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput[] | undefined;
deleteMany?: Prisma.ServiceLineTransactionScalarWhereInput | Prisma.ServiceLineTransactionScalarWhereInput[] | undefined;
}, {
create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateWithoutServiceLineInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutServiceLineInput[] | undefined;
set?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutServiceLineInput[] | undefined;
createMany?: Prisma.ServiceLineTransactionCreateManyServiceLineInputEnvelope | undefined;
connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
update?: Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInput[] | undefined;
upsert?: Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput | Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutServiceLineInput[] | undefined;
disconnect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
delete?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
updateMany?: Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput | Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutServiceLineInput[] | undefined;
deleteMany?: Prisma.ServiceLineTransactionScalarWhereInput | Prisma.ServiceLineTransactionScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=ServiceLineTransactionUncheckedUpdateManyWithoutServiceLineNestedInput.schema.d.ts.map