"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || (function () { var ownKeys = function(o) { ownKeys = Object.getOwnPropertyNames || function (o) { var ar = []; for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; return ar; }; return ownKeys(o); }; return function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); __setModuleDefault(result, mod); return result; }; })(); Object.defineProperty(exports, "__esModule", { value: true }); exports.AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectZodSchema = exports.AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema = void 0; const z = __importStar(require("zod")); const AppointmentFileCreateWithoutAppointmentInput_schema_1 = require("./AppointmentFileCreateWithoutAppointmentInput.schema"); const AppointmentFileUncheckedCreateWithoutAppointmentInput_schema_1 = require("./AppointmentFileUncheckedCreateWithoutAppointmentInput.schema"); const AppointmentFileCreateOrConnectWithoutAppointmentInput_schema_1 = require("./AppointmentFileCreateOrConnectWithoutAppointmentInput.schema"); const AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput_schema_1 = require("./AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema"); const AppointmentFileCreateManyAppointmentInputEnvelope_schema_1 = require("./AppointmentFileCreateManyAppointmentInputEnvelope.schema"); const AppointmentFileWhereUniqueInput_schema_1 = require("./AppointmentFileWhereUniqueInput.schema"); const AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput_schema_1 = require("./AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema"); const AppointmentFileUpdateManyWithWhereWithoutAppointmentInput_schema_1 = require("./AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema"); const AppointmentFileScalarWhereInput_schema_1 = require("./AppointmentFileScalarWhereInput.schema"); const makeSchema = () => z.object({ create: z.union([z.lazy(() => AppointmentFileCreateWithoutAppointmentInput_schema_1.AppointmentFileCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateWithoutAppointmentInput_schema_1.AppointmentFileCreateWithoutAppointmentInputObjectSchema).array(), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInput_schema_1.AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUncheckedCreateWithoutAppointmentInput_schema_1.AppointmentFileUncheckedCreateWithoutAppointmentInputObjectSchema).array()]).optional(), connectOrCreate: z.union([z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInput_schema_1.AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileCreateOrConnectWithoutAppointmentInput_schema_1.AppointmentFileCreateOrConnectWithoutAppointmentInputObjectSchema).array()]).optional(), upsert: z.union([z.lazy(() => AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput_schema_1.AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput_schema_1.AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInputObjectSchema).array()]).optional(), createMany: z.lazy(() => AppointmentFileCreateManyAppointmentInputEnvelope_schema_1.AppointmentFileCreateManyAppointmentInputEnvelopeObjectSchema).optional(), set: z.union([z.lazy(() => AppointmentFileWhereUniqueInput_schema_1.AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInput_schema_1.AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), disconnect: z.union([z.lazy(() => AppointmentFileWhereUniqueInput_schema_1.AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInput_schema_1.AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), delete: z.union([z.lazy(() => AppointmentFileWhereUniqueInput_schema_1.AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInput_schema_1.AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), connect: z.union([z.lazy(() => AppointmentFileWhereUniqueInput_schema_1.AppointmentFileWhereUniqueInputObjectSchema), z.lazy(() => AppointmentFileWhereUniqueInput_schema_1.AppointmentFileWhereUniqueInputObjectSchema).array()]).optional(), update: z.union([z.lazy(() => AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput_schema_1.AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput_schema_1.AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInputObjectSchema).array()]).optional(), updateMany: z.union([z.lazy(() => AppointmentFileUpdateManyWithWhereWithoutAppointmentInput_schema_1.AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema), z.lazy(() => AppointmentFileUpdateManyWithWhereWithoutAppointmentInput_schema_1.AppointmentFileUpdateManyWithWhereWithoutAppointmentInputObjectSchema).array()]).optional(), deleteMany: z.union([z.lazy(() => AppointmentFileScalarWhereInput_schema_1.AppointmentFileScalarWhereInputObjectSchema), z.lazy(() => AppointmentFileScalarWhereInput_schema_1.AppointmentFileScalarWhereInputObjectSchema).array()]).optional() }).strict(); exports.AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema = makeSchema(); exports.AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInputObjectZodSchema = makeSchema();