initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const NpiProviderUncheckedUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.NpiProviderUncheckedUpdateManyWithoutUserNestedInput>;
|
||||
export declare const NpiProviderUncheckedUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutUserInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderCreateOrConnectWithoutUserInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.NpiProviderCreateManyUserInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUpdateManyWithWhereWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.NpiProviderUpdateManyWithWhereWithoutUserInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderScalarWhereInput, z.ZodTypeDef, Prisma.NpiProviderScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NpiProviderScalarWhereInput, z.ZodTypeDef, Prisma.NpiProviderScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput | Prisma.NpiProviderCreateWithoutUserInput[] | Prisma.NpiProviderUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutUserInput | Prisma.NpiProviderCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.NpiProviderCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput | Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput | Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.NpiProviderUpdateManyWithWhereWithoutUserInput | Prisma.NpiProviderUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.NpiProviderScalarWhereInput | Prisma.NpiProviderScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.NpiProviderCreateWithoutUserInput | Prisma.NpiProviderUncheckedCreateWithoutUserInput | Prisma.NpiProviderCreateWithoutUserInput[] | Prisma.NpiProviderUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutUserInput | Prisma.NpiProviderCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.NpiProviderCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput | Prisma.NpiProviderUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput | Prisma.NpiProviderUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.NpiProviderWhereUniqueInput | Prisma.NpiProviderWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.NpiProviderUpdateManyWithWhereWithoutUserInput | Prisma.NpiProviderUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.NpiProviderScalarWhereInput | Prisma.NpiProviderScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=NpiProviderUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user