29 lines
3.1 KiB
TypeScript
29 lines
3.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimUpdateOneWithoutServiceLinesNestedInputObjectSchema: z.ZodType<Prisma.ClaimUpdateOneWithoutServiceLinesNestedInput>;
|
|
export declare const ClaimUpdateOneWithoutServiceLinesNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutServiceLinesInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutServiceLinesInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUpsertWithoutServiceLinesInput>>>;
|
|
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>]>>;
|
|
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>]>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput | undefined;
|
|
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutServiceLinesInput | undefined;
|
|
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
update?: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput | Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput | undefined;
|
|
upsert?: Prisma.ClaimUpsertWithoutServiceLinesInput | undefined;
|
|
disconnect?: boolean | Prisma.ClaimWhereInput | undefined;
|
|
delete?: boolean | Prisma.ClaimWhereInput | undefined;
|
|
}, {
|
|
create?: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput | undefined;
|
|
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutServiceLinesInput | undefined;
|
|
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
update?: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput | Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput | undefined;
|
|
upsert?: Prisma.ClaimUpsertWithoutServiceLinesInput | undefined;
|
|
disconnect?: boolean | Prisma.ClaimWhereInput | undefined;
|
|
delete?: boolean | Prisma.ClaimWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ClaimUpdateOneWithoutServiceLinesNestedInput.schema.d.ts.map
|