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 PaymentUpdateOneWithoutClaimNestedInputObjectSchema: z.ZodType<Prisma.PaymentUpdateOneWithoutClaimNestedInput>;
|
|
export declare const PaymentUpdateOneWithoutClaimNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutClaimInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutClaimInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUpsertWithoutClaimInput>>>;
|
|
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>]>>;
|
|
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>]>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutClaimInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput | undefined;
|
|
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutClaimInput | undefined;
|
|
connect?: Prisma.PaymentWhereUniqueInput | undefined;
|
|
update?: Prisma.PaymentUncheckedUpdateWithoutClaimInput | Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput | Prisma.PaymentUpdateWithoutClaimInput | undefined;
|
|
upsert?: Prisma.PaymentUpsertWithoutClaimInput | undefined;
|
|
disconnect?: boolean | Prisma.PaymentWhereInput | undefined;
|
|
delete?: boolean | Prisma.PaymentWhereInput | undefined;
|
|
}, {
|
|
create?: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput | undefined;
|
|
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutClaimInput | undefined;
|
|
connect?: Prisma.PaymentWhereUniqueInput | undefined;
|
|
update?: Prisma.PaymentUncheckedUpdateWithoutClaimInput | Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput | Prisma.PaymentUpdateWithoutClaimInput | undefined;
|
|
upsert?: Prisma.PaymentUpsertWithoutClaimInput | undefined;
|
|
disconnect?: boolean | Prisma.PaymentWhereInput | undefined;
|
|
delete?: boolean | Prisma.PaymentWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PaymentUpdateOneWithoutClaimNestedInput.schema.d.ts.map
|