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

20 lines
3.4 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineTransactionUncheckedCreateNestedManyWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateNestedManyWithoutPaymentInput>;
export declare const ServiceLineTransactionUncheckedCreateNestedManyWithoutPaymentInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutPaymentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope>>>;
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">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput[] | undefined;
createMany?: Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope | undefined;
connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
}, {
create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput[] | undefined;
createMany?: Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope | undefined;
connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=ServiceLineTransactionUncheckedCreateNestedManyWithoutPaymentInput.schema.d.ts.map