29 lines
2.9 KiB
TypeScript
29 lines
2.9 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpdateOneWithoutClaimsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneWithoutClaimsNestedInput>;
|
|
export declare const UserUpdateOneWithoutClaimsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.UserCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutClaimsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutClaimsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutClaimsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutClaimsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutClaimsInput>>>;
|
|
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.UserUpdateToOneWithWhereWithoutClaimsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutClaimsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutClaimsInput | Prisma.UserUncheckedCreateWithoutClaimsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutClaimsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutClaimsInput | Prisma.UserUncheckedUpdateWithoutClaimsInput | Prisma.UserUpdateToOneWithWhereWithoutClaimsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutClaimsInput | undefined;
|
|
disconnect?: boolean | Prisma.UserWhereInput | undefined;
|
|
delete?: boolean | Prisma.UserWhereInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutClaimsInput | Prisma.UserUncheckedCreateWithoutClaimsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutClaimsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutClaimsInput | Prisma.UserUncheckedUpdateWithoutClaimsInput | Prisma.UserUpdateToOneWithWhereWithoutClaimsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutClaimsInput | undefined;
|
|
disconnect?: boolean | Prisma.UserWhereInput | undefined;
|
|
delete?: boolean | Prisma.UserWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateOneWithoutClaimsNestedInput.schema.d.ts.map
|