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

23 lines
2.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimUpdateOneRequiredWithoutClaimFilesNestedInputObjectSchema: z.ZodType<Prisma.ClaimUpdateOneRequiredWithoutClaimFilesNestedInput>;
export declare const ClaimUpdateOneRequiredWithoutClaimFilesNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutClaimFilesInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutClaimFilesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutClaimFilesInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutClaimFilesInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutClaimFilesInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutClaimFilesInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithoutClaimFilesInput, z.ZodTypeDef, Prisma.ClaimUpsertWithoutClaimFilesInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateToOneWithWhereWithoutClaimFilesInput, z.ZodTypeDef, Prisma.ClaimUpdateToOneWithWhereWithoutClaimFilesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutClaimFilesInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutClaimFilesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutClaimFilesInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutClaimFilesInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ClaimCreateWithoutClaimFilesInput | Prisma.ClaimUncheckedCreateWithoutClaimFilesInput | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutClaimFilesInput | undefined;
connect?: Prisma.ClaimWhereUniqueInput | undefined;
update?: Prisma.ClaimUpdateWithoutClaimFilesInput | Prisma.ClaimUncheckedUpdateWithoutClaimFilesInput | Prisma.ClaimUpdateToOneWithWhereWithoutClaimFilesInput | undefined;
upsert?: Prisma.ClaimUpsertWithoutClaimFilesInput | undefined;
}, {
create?: Prisma.ClaimCreateWithoutClaimFilesInput | Prisma.ClaimUncheckedCreateWithoutClaimFilesInput | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutClaimFilesInput | undefined;
connect?: Prisma.ClaimWhereUniqueInput | undefined;
update?: Prisma.ClaimUpdateWithoutClaimFilesInput | Prisma.ClaimUncheckedUpdateWithoutClaimFilesInput | Prisma.ClaimUpdateToOneWithWhereWithoutClaimFilesInput | undefined;
upsert?: Prisma.ClaimUpsertWithoutClaimFilesInput | undefined;
}>;
//# sourceMappingURL=ClaimUpdateOneRequiredWithoutClaimFilesNestedInput.schema.d.ts.map