fix: fix remote browser socket connection and related updates

This commit is contained in:
Gitead
2026-04-30 11:52:58 -04:00
parent 441cfcc8e3
commit d8f852741a
959 changed files with 13338 additions and 2208 deletions

View File

@@ -1,13 +1,14 @@
{
"version": "1.0",
"generatorVersion": "1.0.0",
"generatedAt": "2026-04-26T03:55:08.606Z",
"generatedAt": "2026-04-29T04:19:07.524Z",
"outputPath": "/home/ee/Desktop/DentalManagementMH04/packages/db/shared",
"files": [
"schemas/enums/TransactionIsolationLevel.schema.ts",
"schemas/enums/UserScalarFieldEnum.schema.ts",
"schemas/enums/PatientScalarFieldEnum.schema.ts",
"schemas/enums/AppointmentScalarFieldEnum.schema.ts",
"schemas/enums/AppointmentFileScalarFieldEnum.schema.ts",
"schemas/enums/StaffScalarFieldEnum.schema.ts",
"schemas/enums/NpiProviderScalarFieldEnum.schema.ts",
"schemas/enums/AppointmentProcedureScalarFieldEnum.schema.ts",
@@ -60,6 +61,11 @@
"schemas/objects/AppointmentWhereUniqueInput.schema.ts",
"schemas/objects/AppointmentOrderByWithAggregationInput.schema.ts",
"schemas/objects/AppointmentScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/AppointmentFileWhereInput.schema.ts",
"schemas/objects/AppointmentFileOrderByWithRelationInput.schema.ts",
"schemas/objects/AppointmentFileWhereUniqueInput.schema.ts",
"schemas/objects/AppointmentFileOrderByWithAggregationInput.schema.ts",
"schemas/objects/AppointmentFileScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/StaffWhereInput.schema.ts",
"schemas/objects/StaffOrderByWithRelationInput.schema.ts",
"schemas/objects/StaffWhereUniqueInput.schema.ts",
@@ -181,6 +187,13 @@
"schemas/objects/AppointmentCreateManyInput.schema.ts",
"schemas/objects/AppointmentUpdateManyMutationInput.schema.ts",
"schemas/objects/AppointmentUncheckedUpdateManyInput.schema.ts",
"schemas/objects/AppointmentFileCreateInput.schema.ts",
"schemas/objects/AppointmentFileUncheckedCreateInput.schema.ts",
"schemas/objects/AppointmentFileUpdateInput.schema.ts",
"schemas/objects/AppointmentFileUncheckedUpdateInput.schema.ts",
"schemas/objects/AppointmentFileCreateManyInput.schema.ts",
"schemas/objects/AppointmentFileUpdateManyMutationInput.schema.ts",
"schemas/objects/AppointmentFileUncheckedUpdateManyInput.schema.ts",
"schemas/objects/StaffCreateInput.schema.ts",
"schemas/objects/StaffUncheckedCreateInput.schema.ts",
"schemas/objects/StaffUpdateInput.schema.ts",
@@ -381,11 +394,19 @@
"schemas/objects/DateTimeWithAggregatesFilter.schema.ts",
"schemas/objects/PatientScalarRelationFilter.schema.ts",
"schemas/objects/StaffNullableScalarRelationFilter.schema.ts",
"schemas/objects/AppointmentFileListRelationFilter.schema.ts",
"schemas/objects/AppointmentFileOrderByRelationAggregateInput.schema.ts",
"schemas/objects/AppointmentCountOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentAvgOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentMaxOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentMinOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentSumOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentScalarRelationFilter.schema.ts",
"schemas/objects/AppointmentFileCountOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentFileAvgOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentFileMaxOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentFileMinOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentFileSumOrderByAggregateInput.schema.ts",
"schemas/objects/UserNullableScalarRelationFilter.schema.ts",
"schemas/objects/StaffCountOrderByAggregateInput.schema.ts",
"schemas/objects/StaffAvgOrderByAggregateInput.schema.ts",
@@ -401,7 +422,6 @@
"schemas/objects/IntNullableFilter.schema.ts",
"schemas/objects/DecimalNullableFilter.schema.ts",
"schemas/objects/EnumProcedureSourceFilter.schema.ts",
"schemas/objects/AppointmentScalarRelationFilter.schema.ts",
"schemas/objects/NpiProviderNullableScalarRelationFilter.schema.ts",
"schemas/objects/AppointmentProcedureCountOrderByAggregateInput.schema.ts",
"schemas/objects/AppointmentProcedureAvgOrderByAggregateInput.schema.ts",
@@ -639,15 +659,21 @@
"schemas/objects/StaffCreateNestedOneWithoutAppointmentsInput.schema.ts",
"schemas/objects/AppointmentProcedureCreateNestedManyWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimCreateNestedManyWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileCreateNestedManyWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileUncheckedCreateNestedManyWithoutAppointmentInput.schema.ts",
"schemas/objects/PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema.ts",
"schemas/objects/UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema.ts",
"schemas/objects/StaffUpdateOneWithoutAppointmentsNestedInput.schema.ts",
"schemas/objects/AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema.ts",
"schemas/objects/ClaimUpdateManyWithoutAppointmentNestedInput.schema.ts",
"schemas/objects/AppointmentFileUpdateManyWithoutAppointmentNestedInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts",
"schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts",
"schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentNestedInput.schema.ts",
"schemas/objects/AppointmentCreateNestedOneWithoutFilesInput.schema.ts",
"schemas/objects/AppointmentUpdateOneRequiredWithoutFilesNestedInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutStaffInput.schema.ts",
"schemas/objects/AppointmentCreateNestedManyWithoutStaffInput.schema.ts",
"schemas/objects/ClaimCreateNestedManyWithoutStaffInput.schema.ts",
@@ -1013,6 +1039,10 @@
"schemas/objects/ClaimUncheckedCreateWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimCreateOrConnectWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimCreateManyAppointmentInputEnvelope.schema.ts",
"schemas/objects/AppointmentFileCreateWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileUncheckedCreateWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileCreateOrConnectWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileCreateManyAppointmentInputEnvelope.schema.ts",
"schemas/objects/PatientUpsertWithoutAppointmentsInput.schema.ts",
"schemas/objects/PatientUpdateToOneWithWhereWithoutAppointmentsInput.schema.ts",
"schemas/objects/PatientUpdateWithoutAppointmentsInput.schema.ts",
@@ -1031,6 +1061,17 @@
"schemas/objects/ClaimUpsertWithWhereUniqueWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimUpdateWithWhereUniqueWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimUpdateManyWithWhereWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileUpsertWithWhereUniqueWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileUpdateWithWhereUniqueWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileUpdateManyWithWhereWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileScalarWhereInput.schema.ts",
"schemas/objects/AppointmentCreateWithoutFilesInput.schema.ts",
"schemas/objects/AppointmentUncheckedCreateWithoutFilesInput.schema.ts",
"schemas/objects/AppointmentCreateOrConnectWithoutFilesInput.schema.ts",
"schemas/objects/AppointmentUpsertWithoutFilesInput.schema.ts",
"schemas/objects/AppointmentUpdateToOneWithWhereWithoutFilesInput.schema.ts",
"schemas/objects/AppointmentUpdateWithoutFilesInput.schema.ts",
"schemas/objects/AppointmentUncheckedUpdateWithoutFilesInput.schema.ts",
"schemas/objects/UserCreateWithoutStaffInput.schema.ts",
"schemas/objects/UserUncheckedCreateWithoutStaffInput.schema.ts",
"schemas/objects/UserCreateOrConnectWithoutStaffInput.schema.ts",
@@ -1440,12 +1481,16 @@
"schemas/objects/PatientDocumentUncheckedUpdateManyWithoutPatientInput.schema.ts",
"schemas/objects/AppointmentProcedureCreateManyAppointmentInput.schema.ts",
"schemas/objects/ClaimCreateManyAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileCreateManyAppointmentInput.schema.ts",
"schemas/objects/AppointmentProcedureUpdateWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedUpdateWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimUpdateWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimUncheckedUpdateWithoutAppointmentInput.schema.ts",
"schemas/objects/ClaimUncheckedUpdateManyWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileUpdateWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileUncheckedUpdateWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentFileUncheckedUpdateManyWithoutAppointmentInput.schema.ts",
"schemas/objects/AppointmentCreateManyStaffInput.schema.ts",
"schemas/objects/ClaimCreateManyStaffInput.schema.ts",
"schemas/objects/AppointmentUpdateWithoutStaffInput.schema.ts",
@@ -1513,6 +1558,11 @@
"schemas/objects/AppointmentSumAggregateInput.schema.ts",
"schemas/objects/AppointmentMinAggregateInput.schema.ts",
"schemas/objects/AppointmentMaxAggregateInput.schema.ts",
"schemas/objects/AppointmentFileCountAggregateInput.schema.ts",
"schemas/objects/AppointmentFileAvgAggregateInput.schema.ts",
"schemas/objects/AppointmentFileSumAggregateInput.schema.ts",
"schemas/objects/AppointmentFileMinAggregateInput.schema.ts",
"schemas/objects/AppointmentFileMaxAggregateInput.schema.ts",
"schemas/objects/StaffCountAggregateInput.schema.ts",
"schemas/objects/StaffAvgAggregateInput.schema.ts",
"schemas/objects/StaffSumAggregateInput.schema.ts",
@@ -1649,6 +1699,7 @@
"schemas/objects/AppointmentCountOutputTypeArgs.schema.ts",
"schemas/objects/AppointmentCountOutputTypeCountProceduresArgs.schema.ts",
"schemas/objects/AppointmentCountOutputTypeCountClaimsArgs.schema.ts",
"schemas/objects/AppointmentCountOutputTypeCountFilesArgs.schema.ts",
"schemas/objects/StaffCountOutputTypeArgs.schema.ts",
"schemas/objects/StaffCountOutputTypeCountAppointmentsArgs.schema.ts",
"schemas/objects/StaffCountOutputTypeCountClaimsArgs.schema.ts",
@@ -1673,6 +1724,7 @@
"schemas/objects/UserSelect.schema.ts",
"schemas/objects/PatientSelect.schema.ts",
"schemas/objects/AppointmentSelect.schema.ts",
"schemas/objects/AppointmentFileSelect.schema.ts",
"schemas/objects/StaffSelect.schema.ts",
"schemas/objects/NpiProviderSelect.schema.ts",
"schemas/objects/AppointmentProcedureSelect.schema.ts",
@@ -1696,6 +1748,7 @@
"schemas/objects/UserArgs.schema.ts",
"schemas/objects/PatientArgs.schema.ts",
"schemas/objects/AppointmentArgs.schema.ts",
"schemas/objects/AppointmentFileArgs.schema.ts",
"schemas/objects/StaffArgs.schema.ts",
"schemas/objects/NpiProviderArgs.schema.ts",
"schemas/objects/AppointmentProcedureArgs.schema.ts",
@@ -1719,6 +1772,7 @@
"schemas/objects/UserInclude.schema.ts",
"schemas/objects/PatientInclude.schema.ts",
"schemas/objects/AppointmentInclude.schema.ts",
"schemas/objects/AppointmentFileInclude.schema.ts",
"schemas/objects/StaffInclude.schema.ts",
"schemas/objects/NpiProviderInclude.schema.ts",
"schemas/objects/AppointmentProcedureInclude.schema.ts",
@@ -1789,6 +1843,23 @@
"schemas/upsertOneAppointment.schema.ts",
"schemas/aggregateAppointment.schema.ts",
"schemas/groupByAppointment.schema.ts",
"schemas/findUniqueAppointmentFile.schema.ts",
"schemas/findUniqueOrThrowAppointmentFile.schema.ts",
"schemas/findFirstAppointmentFile.schema.ts",
"schemas/findFirstOrThrowAppointmentFile.schema.ts",
"schemas/findManyAppointmentFile.schema.ts",
"schemas/countAppointmentFile.schema.ts",
"schemas/createOneAppointmentFile.schema.ts",
"schemas/createManyAppointmentFile.schema.ts",
"schemas/createManyAndReturnAppointmentFile.schema.ts",
"schemas/deleteOneAppointmentFile.schema.ts",
"schemas/deleteManyAppointmentFile.schema.ts",
"schemas/updateOneAppointmentFile.schema.ts",
"schemas/updateManyAppointmentFile.schema.ts",
"schemas/updateManyAndReturnAppointmentFile.schema.ts",
"schemas/upsertOneAppointmentFile.schema.ts",
"schemas/aggregateAppointmentFile.schema.ts",
"schemas/groupByAppointmentFile.schema.ts",
"schemas/findUniqueStaff.schema.ts",
"schemas/findUniqueOrThrowStaff.schema.ts",
"schemas/findFirstStaff.schema.ts",
@@ -2168,6 +2239,19 @@
"schemas/results/AppointmentAggregateResult.schema.ts",
"schemas/results/AppointmentGroupByResult.schema.ts",
"schemas/results/AppointmentCountResult.schema.ts",
"schemas/results/AppointmentFileFindUniqueResult.schema.ts",
"schemas/results/AppointmentFileFindFirstResult.schema.ts",
"schemas/results/AppointmentFileFindManyResult.schema.ts",
"schemas/results/AppointmentFileCreateResult.schema.ts",
"schemas/results/AppointmentFileCreateManyResult.schema.ts",
"schemas/results/AppointmentFileUpdateResult.schema.ts",
"schemas/results/AppointmentFileUpdateManyResult.schema.ts",
"schemas/results/AppointmentFileUpsertResult.schema.ts",
"schemas/results/AppointmentFileDeleteResult.schema.ts",
"schemas/results/AppointmentFileDeleteManyResult.schema.ts",
"schemas/results/AppointmentFileAggregateResult.schema.ts",
"schemas/results/AppointmentFileGroupByResult.schema.ts",
"schemas/results/AppointmentFileCountResult.schema.ts",
"schemas/results/StaffFindUniqueResult.schema.ts",
"schemas/results/StaffFindFirstResult.schema.ts",
"schemas/results/StaffFindManyResult.schema.ts",
@@ -2433,6 +2517,7 @@
"schemas/variants/pure/User.pure.ts",
"schemas/variants/pure/Patient.pure.ts",
"schemas/variants/pure/Appointment.pure.ts",
"schemas/variants/pure/AppointmentFile.pure.ts",
"schemas/variants/pure/Staff.pure.ts",
"schemas/variants/pure/NpiProvider.pure.ts",
"schemas/variants/pure/AppointmentProcedure.pure.ts",
@@ -2457,6 +2542,7 @@
"schemas/variants/input/User.input.ts",
"schemas/variants/input/Patient.input.ts",
"schemas/variants/input/Appointment.input.ts",
"schemas/variants/input/AppointmentFile.input.ts",
"schemas/variants/input/Staff.input.ts",
"schemas/variants/input/NpiProvider.input.ts",
"schemas/variants/input/AppointmentProcedure.input.ts",
@@ -2481,6 +2567,7 @@
"schemas/variants/result/User.result.ts",
"schemas/variants/result/Patient.result.ts",
"schemas/variants/result/Appointment.result.ts",
"schemas/variants/result/AppointmentFile.result.ts",
"schemas/variants/result/Staff.result.ts",
"schemas/variants/result/NpiProvider.result.ts",
"schemas/variants/result/AppointmentProcedure.result.ts",