"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.AppointmentProcedureUpdateManyWithoutPatientNestedInputObjectZodSchema = exports.AppointmentProcedureUpdateManyWithoutPatientNestedInputObjectSchema = void 0; const z = __importStar(require("zod")); const AppointmentProcedureCreateWithoutPatientInput_schema_1 = require("./AppointmentProcedureCreateWithoutPatientInput.schema"); const AppointmentProcedureUncheckedCreateWithoutPatientInput_schema_1 = require("./AppointmentProcedureUncheckedCreateWithoutPatientInput.schema"); const AppointmentProcedureCreateOrConnectWithoutPatientInput_schema_1 = require("./AppointmentProcedureCreateOrConnectWithoutPatientInput.schema"); const AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput_schema_1 = require("./AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput.schema"); const AppointmentProcedureCreateManyPatientInputEnvelope_schema_1 = require("./AppointmentProcedureCreateManyPatientInputEnvelope.schema"); const AppointmentProcedureWhereUniqueInput_schema_1 = require("./AppointmentProcedureWhereUniqueInput.schema"); const AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput_schema_1 = require("./AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput.schema"); const AppointmentProcedureUpdateManyWithWhereWithoutPatientInput_schema_1 = require("./AppointmentProcedureUpdateManyWithWhereWithoutPatientInput.schema"); const AppointmentProcedureScalarWhereInput_schema_1 = require("./AppointmentProcedureScalarWhereInput.schema"); const makeSchema = () => z.object({ create: z.union([z.lazy(() => AppointmentProcedureCreateWithoutPatientInput_schema_1.AppointmentProcedureCreateWithoutPatientInputObjectSchema), z.lazy(() => AppointmentProcedureCreateWithoutPatientInput_schema_1.AppointmentProcedureCreateWithoutPatientInputObjectSchema).array(), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutPatientInput_schema_1.AppointmentProcedureUncheckedCreateWithoutPatientInputObjectSchema), z.lazy(() => AppointmentProcedureUncheckedCreateWithoutPatientInput_schema_1.AppointmentProcedureUncheckedCreateWithoutPatientInputObjectSchema).array()]).optional(), connectOrCreate: z.union([z.lazy(() => AppointmentProcedureCreateOrConnectWithoutPatientInput_schema_1.AppointmentProcedureCreateOrConnectWithoutPatientInputObjectSchema), z.lazy(() => AppointmentProcedureCreateOrConnectWithoutPatientInput_schema_1.AppointmentProcedureCreateOrConnectWithoutPatientInputObjectSchema).array()]).optional(), upsert: z.union([z.lazy(() => AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput_schema_1.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInputObjectSchema), z.lazy(() => AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput_schema_1.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInputObjectSchema).array()]).optional(), createMany: z.lazy(() => AppointmentProcedureCreateManyPatientInputEnvelope_schema_1.AppointmentProcedureCreateManyPatientInputEnvelopeObjectSchema).optional(), set: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), disconnect: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), delete: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), connect: z.union([z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema), z.lazy(() => AppointmentProcedureWhereUniqueInput_schema_1.AppointmentProcedureWhereUniqueInputObjectSchema).array()]).optional(), update: z.union([z.lazy(() => AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput_schema_1.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInputObjectSchema), z.lazy(() => AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput_schema_1.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInputObjectSchema).array()]).optional(), updateMany: z.union([z.lazy(() => AppointmentProcedureUpdateManyWithWhereWithoutPatientInput_schema_1.AppointmentProcedureUpdateManyWithWhereWithoutPatientInputObjectSchema), z.lazy(() => AppointmentProcedureUpdateManyWithWhereWithoutPatientInput_schema_1.AppointmentProcedureUpdateManyWithWhereWithoutPatientInputObjectSchema).array()]).optional(), deleteMany: z.union([z.lazy(() => AppointmentProcedureScalarWhereInput_schema_1.AppointmentProcedureScalarWhereInputObjectSchema), z.lazy(() => AppointmentProcedureScalarWhereInput_schema_1.AppointmentProcedureScalarWhereInputObjectSchema).array()]).optional() }).strict(); exports.AppointmentProcedureUpdateManyWithoutPatientNestedInputObjectSchema = makeSchema(); exports.AppointmentProcedureUpdateManyWithoutPatientNestedInputObjectZodSchema = makeSchema();