50 lines
5.0 KiB
TypeScript
50 lines
5.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpdateWithoutNpiProvidersInputObjectSchema: z.ZodType<Prisma.UserUpdateWithoutNpiProvidersInput>;
|
|
export declare const UserUpdateWithoutNpiProvidersInputObjectZodSchema: 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>>>;
|
|
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>>>;
|
|
cloudFolders: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateManyWithoutUserNestedInput, z.ZodTypeDef, Prisma.CloudFolderUpdateManyWithoutUserNestedInput>>>;
|
|
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;
|
|
insuranceCredentials?: Prisma.InsuranceCredentialUpdateManyWithoutUserNestedInput | undefined;
|
|
updatedPayments?: Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput | undefined;
|
|
backups?: Prisma.DatabaseBackupUpdateManyWithoutUserNestedInput | undefined;
|
|
backupDestinations?: Prisma.BackupDestinationUpdateManyWithoutUserNestedInput | undefined;
|
|
notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput | undefined;
|
|
cloudFolders?: Prisma.CloudFolderUpdateManyWithoutUserNestedInput | 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;
|
|
insuranceCredentials?: Prisma.InsuranceCredentialUpdateManyWithoutUserNestedInput | undefined;
|
|
updatedPayments?: Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput | undefined;
|
|
backups?: Prisma.DatabaseBackupUpdateManyWithoutUserNestedInput | undefined;
|
|
backupDestinations?: Prisma.BackupDestinationUpdateManyWithoutUserNestedInput | undefined;
|
|
notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput | undefined;
|
|
cloudFolders?: Prisma.CloudFolderUpdateManyWithoutUserNestedInput | undefined;
|
|
cloudFiles?: Prisma.CloudFileUpdateManyWithoutUserNestedInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateWithoutNpiProvidersInput.schema.d.ts.map
|