Files
DentalManagementMH06/packages/db/shared/schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts

41 lines
6.4 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimUpdateManyWithoutNpiProviderNestedInputObjectSchema: z.ZodType<Prisma.ClaimUpdateManyWithoutNpiProviderNestedInput>;
export declare const ClaimUpdateManyWithoutNpiProviderNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutNpiProviderInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutNpiProviderInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutNpiProviderInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyNpiProviderInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyNpiProviderInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimScalarWhereInput, z.ZodTypeDef, Prisma.ClaimScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimScalarWhereInput, z.ZodTypeDef, Prisma.ClaimScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined;
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined;
createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined;
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined;
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput | Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput[] | undefined;
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
}, {
create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined;
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined;
createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined;
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.ClaimUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined;
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput | Prisma.ClaimUpdateManyWithWhereWithoutNpiProviderInput[] | undefined;
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=ClaimUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map