Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutStaffNestedInput.schema.d.ts
2026-04-04 22:13:55 -04:00

41 lines
6.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimUncheckedUpdateManyWithoutStaffNestedInputObjectSchema: z.ZodType<Prisma.ClaimUncheckedUpdateManyWithoutStaffNestedInput>;
export declare const ClaimUncheckedUpdateManyWithoutStaffNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutStaffInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutStaffInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutStaffInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyStaffInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyStaffInputEnvelope>>>;
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.ClaimUpdateWithWhereUniqueWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutStaffInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutStaffInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutStaffInput>>, "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.ClaimCreateWithoutStaffInput | Prisma.ClaimUncheckedCreateWithoutStaffInput | Prisma.ClaimCreateWithoutStaffInput[] | Prisma.ClaimUncheckedCreateWithoutStaffInput[] | undefined;
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutStaffInput | Prisma.ClaimCreateOrConnectWithoutStaffInput[] | undefined;
createMany?: Prisma.ClaimCreateManyStaffInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput | Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput[] | undefined;
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput | Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput[] | undefined;
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutStaffInput | Prisma.ClaimUpdateManyWithWhereWithoutStaffInput[] | undefined;
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
}, {
create?: Prisma.ClaimCreateWithoutStaffInput | Prisma.ClaimUncheckedCreateWithoutStaffInput | Prisma.ClaimCreateWithoutStaffInput[] | Prisma.ClaimUncheckedCreateWithoutStaffInput[] | undefined;
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutStaffInput | Prisma.ClaimCreateOrConnectWithoutStaffInput[] | undefined;
createMany?: Prisma.ClaimCreateManyStaffInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput | Prisma.ClaimUpdateWithWhereUniqueWithoutStaffInput[] | undefined;
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput | Prisma.ClaimUpsertWithWhereUniqueWithoutStaffInput[] | undefined;
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutStaffInput | Prisma.ClaimUpdateManyWithWhereWithoutStaffInput[] | undefined;
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=ClaimUncheckedUpdateManyWithoutStaffNestedInput.schema.d.ts.map