23 lines
2.6 KiB
TypeScript
23 lines
2.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpdateOneRequiredWithoutNpiProvidersNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutNpiProvidersNestedInput>;
|
|
export declare const UserUpdateOneRequiredWithoutNpiProvidersNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserCreateWithoutNpiProvidersInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutNpiProvidersInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutNpiProvidersInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserUpsertWithoutNpiProvidersInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutNpiProvidersInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserUpdateWithoutNpiProvidersInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutNpiProvidersInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutNpiProvidersInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutNpiProvidersInput | Prisma.UserUncheckedCreateWithoutNpiProvidersInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutNpiProvidersInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutNpiProvidersInput | Prisma.UserUncheckedUpdateWithoutNpiProvidersInput | Prisma.UserUpdateToOneWithWhereWithoutNpiProvidersInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutNpiProvidersInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutNpiProvidersInput | Prisma.UserUncheckedCreateWithoutNpiProvidersInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutNpiProvidersInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutNpiProvidersInput | Prisma.UserUncheckedUpdateWithoutNpiProvidersInput | Prisma.UserUpdateToOneWithWhereWithoutNpiProvidersInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutNpiProvidersInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateOneRequiredWithoutNpiProvidersNestedInput.schema.d.ts.map
|