23 lines
2.9 KiB
TypeScript
23 lines
2.9 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpdateOneRequiredWithoutInsuranceCredentialsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutInsuranceCredentialsNestedInput>;
|
|
export declare const UserUpdateOneRequiredWithoutInsuranceCredentialsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserCreateWithoutInsuranceCredentialsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutInsuranceCredentialsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutInsuranceCredentialsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutInsuranceCredentialsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutInsuranceCredentialsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutInsuranceCredentialsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput | Prisma.UserUpdateToOneWithWhereWithoutInsuranceCredentialsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutInsuranceCredentialsInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedCreateWithoutInsuranceCredentialsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutInsuranceCredentialsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutInsuranceCredentialsInput | Prisma.UserUncheckedUpdateWithoutInsuranceCredentialsInput | Prisma.UserUpdateToOneWithWhereWithoutInsuranceCredentialsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutInsuranceCredentialsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateOneRequiredWithoutInsuranceCredentialsNestedInput.schema.d.ts.map
|