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 PaymentUpsertWithWhereUniqueWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput>;
export declare const PaymentUpsertWithWhereUniqueWithoutUpdatedByInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutUpdatedByInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutUpdatedByInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutUpdatedByInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput;
where: Prisma.PaymentWhereUniqueInput;
update: Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput | Prisma.PaymentUpdateWithoutUpdatedByInput;
}, {
create: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput;
where: Prisma.PaymentWhereUniqueInput;
update: Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput | Prisma.PaymentUpdateWithoutUpdatedByInput;
}>;
//# sourceMappingURL=PaymentUpsertWithWhereUniqueWithoutUpdatedByInput.schema.d.ts.map