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

50 lines
5.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const UserUpdateWithoutCloudFoldersInputObjectSchema: z.ZodType<Prisma.UserUpdateWithoutCloudFoldersInput>;
export declare const UserUpdateWithoutCloudFoldersInputObjectZodSchema: z.ZodObject<{
username: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
password: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
patients: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.PatientUpdateManyWithoutUserNestedInput>>>;
appointments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.AppointmentUpdateManyWithoutUserNestedInput>>>;
staff: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.StaffUpdateManyWithoutUserNestedInput>>>;
npiProviders: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.NpiProviderUpdateManyWithoutUserNestedInput>>>;
claims: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithoutUserNestedInput>>>;
insuranceCredentials: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.InsuranceCredentialUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.InsuranceCredentialUpdateManyWithoutUserNestedInput>>>;
updatedPayments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput, z.ZodTypeDef, Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput>>>;
backups: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.DatabaseBackupUpdateManyWithoutUserNestedInput>>>;
backupDestinations: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateManyWithoutUserNestedInput>>>;
notifications: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NotificationUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.NotificationUpdateManyWithoutUserNestedInput>>>;
cloudFiles: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.CloudFileUpdateManyWithoutUserNestedInput>>>;
communications: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.CommunicationUpdateManyWithoutUserNestedInput>>>;
}, "strict", z.ZodTypeAny, {
staff?: Prisma.StaffUpdateManyWithoutUserNestedInput | undefined;
claims?: Prisma.ClaimUpdateManyWithoutUserNestedInput | undefined;
appointments?: Prisma.AppointmentUpdateManyWithoutUserNestedInput | undefined;
username?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
password?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
communications?: Prisma.CommunicationUpdateManyWithoutUserNestedInput | undefined;
patients?: Prisma.PatientUpdateManyWithoutUserNestedInput | undefined;
npiProviders?: Prisma.NpiProviderUpdateManyWithoutUserNestedInput | undefined;
insuranceCredentials?: Prisma.InsuranceCredentialUpdateManyWithoutUserNestedInput | undefined;
updatedPayments?: Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput | undefined;
backups?: Prisma.DatabaseBackupUpdateManyWithoutUserNestedInput | undefined;
backupDestinations?: Prisma.BackupDestinationUpdateManyWithoutUserNestedInput | undefined;
notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput | undefined;
cloudFiles?: Prisma.CloudFileUpdateManyWithoutUserNestedInput | undefined;
}, {
staff?: Prisma.StaffUpdateManyWithoutUserNestedInput | undefined;
claims?: Prisma.ClaimUpdateManyWithoutUserNestedInput | undefined;
appointments?: Prisma.AppointmentUpdateManyWithoutUserNestedInput | undefined;
username?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
password?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
communications?: Prisma.CommunicationUpdateManyWithoutUserNestedInput | undefined;
patients?: Prisma.PatientUpdateManyWithoutUserNestedInput | undefined;
npiProviders?: Prisma.NpiProviderUpdateManyWithoutUserNestedInput | undefined;
insuranceCredentials?: Prisma.InsuranceCredentialUpdateManyWithoutUserNestedInput | undefined;
updatedPayments?: Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput | undefined;
backups?: Prisma.DatabaseBackupUpdateManyWithoutUserNestedInput | undefined;
backupDestinations?: Prisma.BackupDestinationUpdateManyWithoutUserNestedInput | undefined;
notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput | undefined;
cloudFiles?: Prisma.CloudFileUpdateManyWithoutUserNestedInput | undefined;
}>;
//# sourceMappingURL=UserUpdateWithoutCloudFoldersInput.schema.d.ts.map