29 lines
3.0 KiB
TypeScript
29 lines
3.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimUpdateOneWithoutPaymentNestedInputObjectSchema: z.ZodType<Prisma.ClaimUpdateOneWithoutPaymentNestedInput>;
|
|
export declare const ClaimUpdateOneWithoutPaymentNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPaymentInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPaymentInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimUpsertWithoutPaymentInput>>>;
|
|
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.ClaimUpdateToOneWithWhereWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimUpdateToOneWithWhereWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutPaymentInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined;
|
|
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined;
|
|
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
update?: Prisma.ClaimUpdateWithoutPaymentInput | Prisma.ClaimUncheckedUpdateWithoutPaymentInput | Prisma.ClaimUpdateToOneWithWhereWithoutPaymentInput | undefined;
|
|
upsert?: Prisma.ClaimUpsertWithoutPaymentInput | undefined;
|
|
disconnect?: boolean | Prisma.ClaimWhereInput | undefined;
|
|
delete?: boolean | Prisma.ClaimWhereInput | undefined;
|
|
}, {
|
|
create?: Prisma.ClaimCreateWithoutPaymentInput | Prisma.ClaimUncheckedCreateWithoutPaymentInput | undefined;
|
|
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPaymentInput | undefined;
|
|
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
|
update?: Prisma.ClaimUpdateWithoutPaymentInput | Prisma.ClaimUncheckedUpdateWithoutPaymentInput | Prisma.ClaimUpdateToOneWithWhereWithoutPaymentInput | undefined;
|
|
upsert?: Prisma.ClaimUpsertWithoutPaymentInput | undefined;
|
|
disconnect?: boolean | Prisma.ClaimWhereInput | undefined;
|
|
delete?: boolean | Prisma.ClaimWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ClaimUpdateOneWithoutPaymentNestedInput.schema.d.ts.map
|