initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PaymentUpsertWithoutServiceLinesInputObjectSchema: z.ZodType<Prisma.PaymentUpsertWithoutServiceLinesInput>;
export declare const PaymentUpsertWithoutServiceLinesInputObjectZodSchema: z.ZodObject<{
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLinesInput>>]>;
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>>;
}, "strict", z.ZodTypeAny, {
create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput;
update: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
where?: Prisma.PaymentWhereInput | undefined;
}, {
create: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput;
update: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput;
where?: Prisma.PaymentWhereInput | undefined;
}>;
//# sourceMappingURL=PaymentUpsertWithoutServiceLinesInput.schema.d.ts.map