"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.AppointmentUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = exports.AppointmentUpdateManyWithoutNpiProviderNestedInputObjectSchema = void 0; const z = __importStar(require("zod")); const AppointmentCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentCreateWithoutNpiProviderInput.schema"); const AppointmentUncheckedCreateWithoutNpiProviderInput_schema_1 = require("./AppointmentUncheckedCreateWithoutNpiProviderInput.schema"); const AppointmentCreateOrConnectWithoutNpiProviderInput_schema_1 = require("./AppointmentCreateOrConnectWithoutNpiProviderInput.schema"); const AppointmentUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./AppointmentUpsertWithWhereUniqueWithoutNpiProviderInput.schema"); const AppointmentCreateManyNpiProviderInputEnvelope_schema_1 = require("./AppointmentCreateManyNpiProviderInputEnvelope.schema"); const AppointmentWhereUniqueInput_schema_1 = require("./AppointmentWhereUniqueInput.schema"); const AppointmentUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1 = require("./AppointmentUpdateWithWhereUniqueWithoutNpiProviderInput.schema"); const AppointmentUpdateManyWithWhereWithoutNpiProviderInput_schema_1 = require("./AppointmentUpdateManyWithWhereWithoutNpiProviderInput.schema"); const AppointmentScalarWhereInput_schema_1 = require("./AppointmentScalarWhereInput.schema"); const makeSchema = () => z.object({ create: z.union([z.lazy(() => AppointmentCreateWithoutNpiProviderInput_schema_1.AppointmentCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentCreateWithoutNpiProviderInput_schema_1.AppointmentCreateWithoutNpiProviderInputObjectSchema).array(), z.lazy(() => AppointmentUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentUncheckedCreateWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentUncheckedCreateWithoutNpiProviderInput_schema_1.AppointmentUncheckedCreateWithoutNpiProviderInputObjectSchema).array()]).optional(), connectOrCreate: z.union([z.lazy(() => AppointmentCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentCreateOrConnectWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentCreateOrConnectWithoutNpiProviderInput_schema_1.AppointmentCreateOrConnectWithoutNpiProviderInputObjectSchema).array()]).optional(), upsert: z.union([z.lazy(() => AppointmentUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentUpsertWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentUpsertWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), createMany: z.lazy(() => AppointmentCreateManyNpiProviderInputEnvelope_schema_1.AppointmentCreateManyNpiProviderInputEnvelopeObjectSchema).optional(), set: z.union([z.lazy(() => AppointmentWhereUniqueInput_schema_1.AppointmentWhereUniqueInputObjectSchema), z.lazy(() => AppointmentWhereUniqueInput_schema_1.AppointmentWhereUniqueInputObjectSchema).array()]).optional(), disconnect: z.union([z.lazy(() => AppointmentWhereUniqueInput_schema_1.AppointmentWhereUniqueInputObjectSchema), z.lazy(() => AppointmentWhereUniqueInput_schema_1.AppointmentWhereUniqueInputObjectSchema).array()]).optional(), delete: z.union([z.lazy(() => AppointmentWhereUniqueInput_schema_1.AppointmentWhereUniqueInputObjectSchema), z.lazy(() => AppointmentWhereUniqueInput_schema_1.AppointmentWhereUniqueInputObjectSchema).array()]).optional(), connect: z.union([z.lazy(() => AppointmentWhereUniqueInput_schema_1.AppointmentWhereUniqueInputObjectSchema), z.lazy(() => AppointmentWhereUniqueInput_schema_1.AppointmentWhereUniqueInputObjectSchema).array()]).optional(), update: z.union([z.lazy(() => AppointmentUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentUpdateWithWhereUniqueWithoutNpiProviderInput_schema_1.AppointmentUpdateWithWhereUniqueWithoutNpiProviderInputObjectSchema).array()]).optional(), updateMany: z.union([z.lazy(() => AppointmentUpdateManyWithWhereWithoutNpiProviderInput_schema_1.AppointmentUpdateManyWithWhereWithoutNpiProviderInputObjectSchema), z.lazy(() => AppointmentUpdateManyWithWhereWithoutNpiProviderInput_schema_1.AppointmentUpdateManyWithWhereWithoutNpiProviderInputObjectSchema).array()]).optional(), deleteMany: z.union([z.lazy(() => AppointmentScalarWhereInput_schema_1.AppointmentScalarWhereInputObjectSchema), z.lazy(() => AppointmentScalarWhereInput_schema_1.AppointmentScalarWhereInputObjectSchema).array()]).optional() }).strict(); exports.AppointmentUpdateManyWithoutNpiProviderNestedInputObjectSchema = makeSchema(); exports.AppointmentUpdateManyWithoutNpiProviderNestedInputObjectZodSchema = makeSchema();