fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -167,6 +167,14 @@ exports.Prisma.AppointmentScalarFieldEnum = {
|
||||
eligibilityStatus: 'eligibilityStatus'
|
||||
};
|
||||
|
||||
exports.Prisma.AppointmentFileScalarFieldEnum = {
|
||||
id: 'id',
|
||||
appointmentId: 'appointmentId',
|
||||
filename: 'filename',
|
||||
mimeType: 'mimeType',
|
||||
filePath: 'filePath'
|
||||
};
|
||||
|
||||
exports.Prisma.StaffScalarFieldEnum = {
|
||||
id: 'id',
|
||||
userId: 'userId',
|
||||
@@ -509,6 +517,7 @@ exports.Prisma.ModelName = {
|
||||
User: 'User',
|
||||
Patient: 'Patient',
|
||||
Appointment: 'Appointment',
|
||||
AppointmentFile: 'AppointmentFile',
|
||||
Staff: 'Staff',
|
||||
NpiProvider: 'NpiProvider',
|
||||
AppointmentProcedure: 'AppointmentProcedure',
|
||||
|
||||
Reference in New Issue
Block a user