29 lines
3.2 KiB
TypeScript
29 lines
3.2 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpdateOneWithoutUpdatedPaymentsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneWithoutUpdatedPaymentsNestedInput>;
|
|
export declare const UserUpdateOneWithoutUpdatedPaymentsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserCreateWithoutUpdatedPaymentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutUpdatedPaymentsInput>>>;
|
|
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.UserWhereInput, z.ZodTypeDef, Prisma.UserWhereInput>>]>>;
|
|
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.UserWhereInput, z.ZodTypeDef, Prisma.UserWhereInput>>]>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutUpdatedPaymentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutUpdatedPaymentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutUpdatedPaymentsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutUpdatedPaymentsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedUpdateWithoutUpdatedPaymentsInput | Prisma.UserUpdateToOneWithWhereWithoutUpdatedPaymentsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutUpdatedPaymentsInput | undefined;
|
|
disconnect?: boolean | Prisma.UserWhereInput | undefined;
|
|
delete?: boolean | Prisma.UserWhereInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedCreateWithoutUpdatedPaymentsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutUpdatedPaymentsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutUpdatedPaymentsInput | Prisma.UserUncheckedUpdateWithoutUpdatedPaymentsInput | Prisma.UserUpdateToOneWithWhereWithoutUpdatedPaymentsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutUpdatedPaymentsInput | undefined;
|
|
disconnect?: boolean | Prisma.UserWhereInput | undefined;
|
|
delete?: boolean | Prisma.UserWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateOneWithoutUpdatedPaymentsNestedInput.schema.d.ts.map
|