Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CloudFileUpdateOneRequiredWithoutChunksNestedInput.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 CloudFileUpdateOneRequiredWithoutChunksNestedInputObjectSchema: z.ZodType<Prisma.CloudFileUpdateOneRequiredWithoutChunksNestedInput>;
export declare const CloudFileUpdateOneRequiredWithoutChunksNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutChunksInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutChunksInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileUpsertWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpsertWithoutChunksInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateToOneWithWhereWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpdateToOneWithWhereWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedUpdateWithoutChunksInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput | undefined;
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutChunksInput | undefined;
connect?: Prisma.CloudFileWhereUniqueInput | undefined;
update?: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput | Prisma.CloudFileUpdateToOneWithWhereWithoutChunksInput | undefined;
upsert?: Prisma.CloudFileUpsertWithoutChunksInput | undefined;
}, {
create?: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput | undefined;
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutChunksInput | undefined;
connect?: Prisma.CloudFileWhereUniqueInput | undefined;
update?: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput | Prisma.CloudFileUpdateToOneWithWhereWithoutChunksInput | undefined;
upsert?: Prisma.CloudFileUpsertWithoutChunksInput | undefined;
}>;
//# sourceMappingURL=CloudFileUpdateOneRequiredWithoutChunksNestedInput.schema.d.ts.map