23 lines
3.2 KiB
TypeScript
23 lines
3.2 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineUpdateOneRequiredWithoutServiceLineTransactionsNestedInputObjectSchema: z.ZodType<Prisma.ServiceLineUpdateOneRequiredWithoutServiceLineTransactionsNestedInput>;
|
|
export declare const ServiceLineUpdateOneRequiredWithoutServiceLineTransactionsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineUpsertWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUpsertWithoutServiceLineTransactionsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput | undefined;
|
|
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput | undefined;
|
|
connect?: Prisma.ServiceLineWhereUniqueInput | undefined;
|
|
update?: Prisma.ServiceLineUpdateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInput | undefined;
|
|
upsert?: Prisma.ServiceLineUpsertWithoutServiceLineTransactionsInput | undefined;
|
|
}, {
|
|
create?: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput | undefined;
|
|
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput | undefined;
|
|
connect?: Prisma.ServiceLineWhereUniqueInput | undefined;
|
|
update?: Prisma.ServiceLineUpdateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedUpdateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUpdateToOneWithWhereWithoutServiceLineTransactionsInput | undefined;
|
|
upsert?: Prisma.ServiceLineUpsertWithoutServiceLineTransactionsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineUpdateOneRequiredWithoutServiceLineTransactionsNestedInput.schema.d.ts.map
|