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,29 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PaymentUpdateOneWithoutServiceLinesNestedInputObjectSchema: z.ZodType<Prisma.PaymentUpdateOneWithoutServiceLinesNestedInput>;
export declare const PaymentUpdateOneWithoutServiceLinesNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLinesInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutServiceLinesInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpsertWithoutServiceLinesInput>>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>]>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput | undefined;
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLinesInput | undefined;
connect?: Prisma.PaymentWhereUniqueInput | undefined;
update?: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput | Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput | undefined;
upsert?: Prisma.PaymentUpsertWithoutServiceLinesInput | undefined;
disconnect?: boolean | Prisma.PaymentWhereInput | undefined;
delete?: boolean | Prisma.PaymentWhereInput | undefined;
}, {
create?: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput | undefined;
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLinesInput | undefined;
connect?: Prisma.PaymentWhereUniqueInput | undefined;
update?: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput | Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput | undefined;
upsert?: Prisma.PaymentUpsertWithoutServiceLinesInput | undefined;
disconnect?: boolean | Prisma.PaymentWhereInput | undefined;
delete?: boolean | Prisma.PaymentWhereInput | undefined;
}>;
//# sourceMappingURL=PaymentUpdateOneWithoutServiceLinesNestedInput.schema.d.ts.map