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,23 @@
import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const ServiceLineTransactionUpsertOneSchema: z.ZodType<Prisma.ServiceLineTransactionUpsertArgs>;
export declare const ServiceLineTransactionUpsertOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
where: z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>;
create: z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionCreateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateInput>, z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateInput>]>;
update: z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionUpdateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateInput>, z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateInput>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.ServiceLineTransactionCreateInput | Prisma.ServiceLineTransactionUncheckedCreateInput;
where: Prisma.ServiceLineTransactionWhereUniqueInput;
update: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput;
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
create: Prisma.ServiceLineTransactionCreateInput | Prisma.ServiceLineTransactionUncheckedCreateInput;
where: Prisma.ServiceLineTransactionWhereUniqueInput;
update: Prisma.ServiceLineTransactionUpdateInput | Prisma.ServiceLineTransactionUncheckedUpdateInput;
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=upsertOneServiceLineTransaction.schema.d.ts.map