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 ServiceLineUpsertOneSchema: z.ZodType<Prisma.ServiceLineUpsertArgs>;
export declare const ServiceLineUpsertOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.ServiceLineSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.ServiceLineInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
where: z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>;
create: z.ZodUnion<[z.ZodType<Prisma.ServiceLineCreateInput, z.ZodTypeDef, Prisma.ServiceLineCreateInput>, z.ZodType<Prisma.ServiceLineUncheckedCreateInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateInput>]>;
update: z.ZodUnion<[z.ZodType<Prisma.ServiceLineUpdateInput, z.ZodTypeDef, Prisma.ServiceLineUpdateInput>, z.ZodType<Prisma.ServiceLineUncheckedUpdateInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedUpdateInput>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.ServiceLineCreateInput | Prisma.ServiceLineUncheckedCreateInput;
where: Prisma.ServiceLineWhereUniqueInput;
update: Prisma.ServiceLineUpdateInput | Prisma.ServiceLineUncheckedUpdateInput;
include?: Prisma.ServiceLineInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ServiceLineSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
create: Prisma.ServiceLineCreateInput | Prisma.ServiceLineUncheckedCreateInput;
where: Prisma.ServiceLineWhereUniqueInput;
update: Prisma.ServiceLineUpdateInput | Prisma.ServiceLineUncheckedUpdateInput;
include?: Prisma.ServiceLineInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ServiceLineSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=upsertOneServiceLine.schema.d.ts.map