feat: persist AI conversation state in DB and fix LangGraph flow bugs

- Replace in-memory Maps in aiHandoffStore with DB-backed async functions
  using new patient_conversation table (stage + aiHandoff per patient)
- Add afterHoursEnabled to ai_settings table (persists across restarts)
- Fix runtime crash in reschedule-graph: mon/tue/wed variables were out
  of scope in the next-week fallback branch (ReferenceError)
- Wire rescheduleGreeting and generalFallback chat templates through to
  LangGraph nodes so user-configured messages take effect
- Add otherNode to reminder-graph to handle unclassified patient replies
  (e.g. "I want another appointment") and route to booking flow
- Fetch chatTemplates once per webhook request instead of per stage

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gitead
2026-05-09 15:23:55 -04:00
parent e9296c68f9
commit 112529155c
321 changed files with 5096 additions and 446 deletions

View File

@@ -1,7 +1,7 @@
{
"version": "1.0",
"generatorVersion": "1.0.0",
"generatedAt": "2026-05-07T20:30:52.275Z",
"generatedAt": "2026-05-08T23:38:39.880Z",
"outputPath": "/home/ee/Desktop/DentalManagementMH05/packages/db/shared",
"files": [
"schemas/enums/TransactionIsolationLevel.schema.ts",
@@ -35,6 +35,7 @@
"schemas/enums/OfficeContactScalarFieldEnum.schema.ts",
"schemas/enums/InsuranceContactScalarFieldEnum.schema.ts",
"schemas/enums/ProcedureTimeslotScalarFieldEnum.schema.ts",
"schemas/enums/PatientConversationScalarFieldEnum.schema.ts",
"schemas/enums/SortOrder.schema.ts",
"schemas/enums/NullableJsonNullValueInput.schema.ts",
"schemas/enums/JsonNullValueInput.schema.ts",
@@ -203,6 +204,11 @@
"schemas/objects/ProcedureTimeslotWhereUniqueInput.schema.ts",
"schemas/objects/ProcedureTimeslotOrderByWithAggregationInput.schema.ts",
"schemas/objects/ProcedureTimeslotScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/PatientConversationWhereInput.schema.ts",
"schemas/objects/PatientConversationOrderByWithRelationInput.schema.ts",
"schemas/objects/PatientConversationWhereUniqueInput.schema.ts",
"schemas/objects/PatientConversationOrderByWithAggregationInput.schema.ts",
"schemas/objects/PatientConversationScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/UserCreateInput.schema.ts",
"schemas/objects/UserUncheckedCreateInput.schema.ts",
"schemas/objects/UserUpdateInput.schema.ts",
@@ -413,6 +419,13 @@
"schemas/objects/ProcedureTimeslotCreateManyInput.schema.ts",
"schemas/objects/ProcedureTimeslotUpdateManyMutationInput.schema.ts",
"schemas/objects/ProcedureTimeslotUncheckedUpdateManyInput.schema.ts",
"schemas/objects/PatientConversationCreateInput.schema.ts",
"schemas/objects/PatientConversationUncheckedCreateInput.schema.ts",
"schemas/objects/PatientConversationUpdateInput.schema.ts",
"schemas/objects/PatientConversationUncheckedUpdateInput.schema.ts",
"schemas/objects/PatientConversationCreateManyInput.schema.ts",
"schemas/objects/PatientConversationUpdateManyMutationInput.schema.ts",
"schemas/objects/PatientConversationUncheckedUpdateManyInput.schema.ts",
"schemas/objects/IntFilter.schema.ts",
"schemas/objects/StringFilter.schema.ts",
"schemas/objects/BoolFilter.schema.ts",
@@ -435,6 +448,7 @@
"schemas/objects/OfficeContactNullableScalarRelationFilter.schema.ts",
"schemas/objects/ProcedureTimeslotNullableScalarRelationFilter.schema.ts",
"schemas/objects/InsuranceContactListRelationFilter.schema.ts",
"schemas/objects/PatientConversationListRelationFilter.schema.ts",
"schemas/objects/PatientOrderByRelationAggregateInput.schema.ts",
"schemas/objects/AppointmentOrderByRelationAggregateInput.schema.ts",
"schemas/objects/StaffOrderByRelationAggregateInput.schema.ts",
@@ -449,6 +463,7 @@
"schemas/objects/CloudFileOrderByRelationAggregateInput.schema.ts",
"schemas/objects/CommunicationOrderByRelationAggregateInput.schema.ts",
"schemas/objects/InsuranceContactOrderByRelationAggregateInput.schema.ts",
"schemas/objects/PatientConversationOrderByRelationAggregateInput.schema.ts",
"schemas/objects/UserCountOrderByAggregateInput.schema.ts",
"schemas/objects/UserAvgOrderByAggregateInput.schema.ts",
"schemas/objects/UserMaxOrderByAggregateInput.schema.ts",
@@ -465,6 +480,7 @@
"schemas/objects/AppointmentProcedureListRelationFilter.schema.ts",
"schemas/objects/PdfGroupListRelationFilter.schema.ts",
"schemas/objects/PatientDocumentListRelationFilter.schema.ts",
"schemas/objects/PatientConversationNullableScalarRelationFilter.schema.ts",
"schemas/objects/SortOrderInput.schema.ts",
"schemas/objects/AppointmentProcedureOrderByRelationAggregateInput.schema.ts",
"schemas/objects/PdfGroupOrderByRelationAggregateInput.schema.ts",
@@ -683,6 +699,11 @@
"schemas/objects/ProcedureTimeslotMaxOrderByAggregateInput.schema.ts",
"schemas/objects/ProcedureTimeslotMinOrderByAggregateInput.schema.ts",
"schemas/objects/ProcedureTimeslotSumOrderByAggregateInput.schema.ts",
"schemas/objects/PatientConversationCountOrderByAggregateInput.schema.ts",
"schemas/objects/PatientConversationAvgOrderByAggregateInput.schema.ts",
"schemas/objects/PatientConversationMaxOrderByAggregateInput.schema.ts",
"schemas/objects/PatientConversationMinOrderByAggregateInput.schema.ts",
"schemas/objects/PatientConversationSumOrderByAggregateInput.schema.ts",
"schemas/objects/PatientCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/AppointmentCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/StaffCreateNestedManyWithoutUserInput.schema.ts",
@@ -702,6 +723,7 @@
"schemas/objects/OfficeContactCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/ProcedureTimeslotCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/InsuranceContactCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/PatientUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/AppointmentUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/StaffUncheckedCreateNestedManyWithoutUserInput.schema.ts",
@@ -721,6 +743,7 @@
"schemas/objects/OfficeContactUncheckedCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/ProcedureTimeslotUncheckedCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/InsuranceContactUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/StringFieldUpdateOperationsInput.schema.ts",
"schemas/objects/BoolFieldUpdateOperationsInput.schema.ts",
"schemas/objects/PatientUpdateManyWithoutUserNestedInput.schema.ts",
@@ -742,6 +765,7 @@
"schemas/objects/OfficeContactUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/ProcedureTimeslotUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/InsuranceContactUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/PatientConversationUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/IntFieldUpdateOperationsInput.schema.ts",
"schemas/objects/PatientUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/AppointmentUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
@@ -762,6 +786,7 @@
"schemas/objects/OfficeContactUncheckedUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/ProcedureTimeslotUncheckedUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/InsuranceContactUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/PatientConversationUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutPatientsInput.schema.ts",
"schemas/objects/AppointmentCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/AppointmentProcedureCreateNestedManyWithoutPatientInput.schema.ts",
@@ -770,6 +795,7 @@
"schemas/objects/PaymentCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/CommunicationCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/PatientDocumentCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/PatientConversationCreateNestedOneWithoutPatientInput.schema.ts",
"schemas/objects/AppointmentUncheckedCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/ClaimUncheckedCreateNestedManyWithoutPatientInput.schema.ts",
@@ -777,6 +803,7 @@
"schemas/objects/PaymentUncheckedCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/CommunicationUncheckedCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/PatientDocumentUncheckedCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/PatientConversationUncheckedCreateNestedOneWithoutPatientInput.schema.ts",
"schemas/objects/NullableDateTimeFieldUpdateOperationsInput.schema.ts",
"schemas/objects/NullableStringFieldUpdateOperationsInput.schema.ts",
"schemas/objects/EnumPatientStatusFieldUpdateOperationsInput.schema.ts",
@@ -789,6 +816,7 @@
"schemas/objects/PaymentUpdateManyWithoutPatientNestedInput.schema.ts",
"schemas/objects/CommunicationUpdateManyWithoutPatientNestedInput.schema.ts",
"schemas/objects/PatientDocumentUpdateManyWithoutPatientNestedInput.schema.ts",
"schemas/objects/PatientConversationUpdateOneWithoutPatientNestedInput.schema.ts",
"schemas/objects/AppointmentUncheckedUpdateManyWithoutPatientNestedInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput.schema.ts",
"schemas/objects/ClaimUncheckedUpdateManyWithoutPatientNestedInput.schema.ts",
@@ -796,6 +824,7 @@
"schemas/objects/PaymentUncheckedUpdateManyWithoutPatientNestedInput.schema.ts",
"schemas/objects/CommunicationUncheckedUpdateManyWithoutPatientNestedInput.schema.ts",
"schemas/objects/PatientDocumentUncheckedUpdateManyWithoutPatientNestedInput.schema.ts",
"schemas/objects/PatientConversationUncheckedUpdateOneWithoutPatientNestedInput.schema.ts",
"schemas/objects/PatientCreateNestedOneWithoutAppointmentsInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutAppointmentsInput.schema.ts",
"schemas/objects/StaffCreateNestedOneWithoutAppointmentsInput.schema.ts",
@@ -964,6 +993,10 @@
"schemas/objects/UserUpdateOneRequiredWithoutInsuranceContactsNestedInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutProcedureTimeslotInput.schema.ts",
"schemas/objects/UserUpdateOneRequiredWithoutProcedureTimeslotNestedInput.schema.ts",
"schemas/objects/PatientCreateNestedOneWithoutConversationInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutPatientConversationsInput.schema.ts",
"schemas/objects/PatientUpdateOneRequiredWithoutConversationNestedInput.schema.ts",
"schemas/objects/UserUpdateOneRequiredWithoutPatientConversationsNestedInput.schema.ts",
"schemas/objects/NestedIntFilter.schema.ts",
"schemas/objects/NestedStringFilter.schema.ts",
"schemas/objects/NestedBoolFilter.schema.ts",
@@ -1085,6 +1118,10 @@
"schemas/objects/InsuranceContactUncheckedCreateWithoutUserInput.schema.ts",
"schemas/objects/InsuranceContactCreateOrConnectWithoutUserInput.schema.ts",
"schemas/objects/InsuranceContactCreateManyUserInputEnvelope.schema.ts",
"schemas/objects/PatientConversationCreateWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationUncheckedCreateWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationCreateOrConnectWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationCreateManyUserInputEnvelope.schema.ts",
"schemas/objects/PatientUpsertWithWhereUniqueWithoutUserInput.schema.ts",
"schemas/objects/PatientUpdateWithWhereUniqueWithoutUserInput.schema.ts",
"schemas/objects/PatientUpdateManyWithWhereWithoutUserInput.schema.ts",
@@ -1161,6 +1198,10 @@
"schemas/objects/InsuranceContactUpdateWithWhereUniqueWithoutUserInput.schema.ts",
"schemas/objects/InsuranceContactUpdateManyWithWhereWithoutUserInput.schema.ts",
"schemas/objects/InsuranceContactScalarWhereInput.schema.ts",
"schemas/objects/PatientConversationUpsertWithWhereUniqueWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationUpdateWithWhereUniqueWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationUpdateManyWithWhereWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationScalarWhereInput.schema.ts",
"schemas/objects/UserCreateWithoutPatientsInput.schema.ts",
"schemas/objects/UserUncheckedCreateWithoutPatientsInput.schema.ts",
"schemas/objects/UserCreateOrConnectWithoutPatientsInput.schema.ts",
@@ -1192,6 +1233,9 @@
"schemas/objects/PatientDocumentUncheckedCreateWithoutPatientInput.schema.ts",
"schemas/objects/PatientDocumentCreateOrConnectWithoutPatientInput.schema.ts",
"schemas/objects/PatientDocumentCreateManyPatientInputEnvelope.schema.ts",
"schemas/objects/PatientConversationCreateWithoutPatientInput.schema.ts",
"schemas/objects/PatientConversationUncheckedCreateWithoutPatientInput.schema.ts",
"schemas/objects/PatientConversationCreateOrConnectWithoutPatientInput.schema.ts",
"schemas/objects/UserUpsertWithoutPatientsInput.schema.ts",
"schemas/objects/UserUpdateToOneWithWhereWithoutPatientsInput.schema.ts",
"schemas/objects/UserUpdateWithoutPatientsInput.schema.ts",
@@ -1220,6 +1264,10 @@
"schemas/objects/PatientDocumentUpdateWithWhereUniqueWithoutPatientInput.schema.ts",
"schemas/objects/PatientDocumentUpdateManyWithWhereWithoutPatientInput.schema.ts",
"schemas/objects/PatientDocumentScalarWhereInput.schema.ts",
"schemas/objects/PatientConversationUpsertWithoutPatientInput.schema.ts",
"schemas/objects/PatientConversationUpdateToOneWithWhereWithoutPatientInput.schema.ts",
"schemas/objects/PatientConversationUpdateWithoutPatientInput.schema.ts",
"schemas/objects/PatientConversationUncheckedUpdateWithoutPatientInput.schema.ts",
"schemas/objects/PatientCreateWithoutAppointmentsInput.schema.ts",
"schemas/objects/PatientUncheckedCreateWithoutAppointmentsInput.schema.ts",
"schemas/objects/PatientCreateOrConnectWithoutAppointmentsInput.schema.ts",
@@ -1639,6 +1687,20 @@
"schemas/objects/UserUpdateToOneWithWhereWithoutProcedureTimeslotInput.schema.ts",
"schemas/objects/UserUpdateWithoutProcedureTimeslotInput.schema.ts",
"schemas/objects/UserUncheckedUpdateWithoutProcedureTimeslotInput.schema.ts",
"schemas/objects/PatientCreateWithoutConversationInput.schema.ts",
"schemas/objects/PatientUncheckedCreateWithoutConversationInput.schema.ts",
"schemas/objects/PatientCreateOrConnectWithoutConversationInput.schema.ts",
"schemas/objects/UserCreateWithoutPatientConversationsInput.schema.ts",
"schemas/objects/UserUncheckedCreateWithoutPatientConversationsInput.schema.ts",
"schemas/objects/UserCreateOrConnectWithoutPatientConversationsInput.schema.ts",
"schemas/objects/PatientUpsertWithoutConversationInput.schema.ts",
"schemas/objects/PatientUpdateToOneWithWhereWithoutConversationInput.schema.ts",
"schemas/objects/PatientUpdateWithoutConversationInput.schema.ts",
"schemas/objects/PatientUncheckedUpdateWithoutConversationInput.schema.ts",
"schemas/objects/UserUpsertWithoutPatientConversationsInput.schema.ts",
"schemas/objects/UserUpdateToOneWithWhereWithoutPatientConversationsInput.schema.ts",
"schemas/objects/UserUpdateWithoutPatientConversationsInput.schema.ts",
"schemas/objects/UserUncheckedUpdateWithoutPatientConversationsInput.schema.ts",
"schemas/objects/PatientCreateManyUserInput.schema.ts",
"schemas/objects/AppointmentCreateManyUserInput.schema.ts",
"schemas/objects/StaffCreateManyUserInput.schema.ts",
@@ -1653,6 +1715,7 @@
"schemas/objects/CloudFileCreateManyUserInput.schema.ts",
"schemas/objects/CommunicationCreateManyUserInput.schema.ts",
"schemas/objects/InsuranceContactCreateManyUserInput.schema.ts",
"schemas/objects/PatientConversationCreateManyUserInput.schema.ts",
"schemas/objects/PatientUpdateWithoutUserInput.schema.ts",
"schemas/objects/PatientUncheckedUpdateWithoutUserInput.schema.ts",
"schemas/objects/PatientUncheckedUpdateManyWithoutUserInput.schema.ts",
@@ -1695,6 +1758,9 @@
"schemas/objects/InsuranceContactUpdateWithoutUserInput.schema.ts",
"schemas/objects/InsuranceContactUncheckedUpdateWithoutUserInput.schema.ts",
"schemas/objects/InsuranceContactUncheckedUpdateManyWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationUpdateWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationUncheckedUpdateWithoutUserInput.schema.ts",
"schemas/objects/PatientConversationUncheckedUpdateManyWithoutUserInput.schema.ts",
"schemas/objects/AppointmentCreateManyPatientInput.schema.ts",
"schemas/objects/AppointmentProcedureCreateManyPatientInput.schema.ts",
"schemas/objects/ClaimCreateManyPatientInput.schema.ts",
@@ -1937,6 +2003,11 @@
"schemas/objects/ProcedureTimeslotSumAggregateInput.schema.ts",
"schemas/objects/ProcedureTimeslotMinAggregateInput.schema.ts",
"schemas/objects/ProcedureTimeslotMaxAggregateInput.schema.ts",
"schemas/objects/PatientConversationCountAggregateInput.schema.ts",
"schemas/objects/PatientConversationAvgAggregateInput.schema.ts",
"schemas/objects/PatientConversationSumAggregateInput.schema.ts",
"schemas/objects/PatientConversationMinAggregateInput.schema.ts",
"schemas/objects/PatientConversationMaxAggregateInput.schema.ts",
"schemas/objects/UserCountOutputTypeSelect.schema.ts",
"schemas/objects/PatientCountOutputTypeSelect.schema.ts",
"schemas/objects/AppointmentCountOutputTypeSelect.schema.ts",
@@ -1963,6 +2034,7 @@
"schemas/objects/UserCountOutputTypeCountCloudFilesArgs.schema.ts",
"schemas/objects/UserCountOutputTypeCountCommunicationsArgs.schema.ts",
"schemas/objects/UserCountOutputTypeCountInsuranceContactsArgs.schema.ts",
"schemas/objects/UserCountOutputTypeCountPatientConversationsArgs.schema.ts",
"schemas/objects/PatientCountOutputTypeArgs.schema.ts",
"schemas/objects/PatientCountOutputTypeCountAppointmentsArgs.schema.ts",
"schemas/objects/PatientCountOutputTypeCountProceduresArgs.schema.ts",
@@ -2026,6 +2098,7 @@
"schemas/objects/OfficeContactSelect.schema.ts",
"schemas/objects/InsuranceContactSelect.schema.ts",
"schemas/objects/ProcedureTimeslotSelect.schema.ts",
"schemas/objects/PatientConversationSelect.schema.ts",
"schemas/objects/UserArgs.schema.ts",
"schemas/objects/PatientArgs.schema.ts",
"schemas/objects/AppointmentArgs.schema.ts",
@@ -2056,6 +2129,7 @@
"schemas/objects/OfficeContactArgs.schema.ts",
"schemas/objects/InsuranceContactArgs.schema.ts",
"schemas/objects/ProcedureTimeslotArgs.schema.ts",
"schemas/objects/PatientConversationArgs.schema.ts",
"schemas/objects/UserInclude.schema.ts",
"schemas/objects/PatientInclude.schema.ts",
"schemas/objects/AppointmentInclude.schema.ts",
@@ -2085,6 +2159,7 @@
"schemas/objects/OfficeContactInclude.schema.ts",
"schemas/objects/InsuranceContactInclude.schema.ts",
"schemas/objects/ProcedureTimeslotInclude.schema.ts",
"schemas/objects/PatientConversationInclude.schema.ts",
"schemas/findUniqueUser.schema.ts",
"schemas/findUniqueOrThrowUser.schema.ts",
"schemas/findFirstUser.schema.ts",
@@ -2595,6 +2670,23 @@
"schemas/upsertOneProcedureTimeslot.schema.ts",
"schemas/aggregateProcedureTimeslot.schema.ts",
"schemas/groupByProcedureTimeslot.schema.ts",
"schemas/findUniquePatientConversation.schema.ts",
"schemas/findUniqueOrThrowPatientConversation.schema.ts",
"schemas/findFirstPatientConversation.schema.ts",
"schemas/findFirstOrThrowPatientConversation.schema.ts",
"schemas/findManyPatientConversation.schema.ts",
"schemas/countPatientConversation.schema.ts",
"schemas/createOnePatientConversation.schema.ts",
"schemas/createManyPatientConversation.schema.ts",
"schemas/createManyAndReturnPatientConversation.schema.ts",
"schemas/deleteOnePatientConversation.schema.ts",
"schemas/deleteManyPatientConversation.schema.ts",
"schemas/updateOnePatientConversation.schema.ts",
"schemas/updateManyPatientConversation.schema.ts",
"schemas/updateManyAndReturnPatientConversation.schema.ts",
"schemas/upsertOnePatientConversation.schema.ts",
"schemas/aggregatePatientConversation.schema.ts",
"schemas/groupByPatientConversation.schema.ts",
"schemas/results/UserFindUniqueResult.schema.ts",
"schemas/results/UserFindFirstResult.schema.ts",
"schemas/results/UserFindManyResult.schema.ts",
@@ -2985,6 +3077,19 @@
"schemas/results/ProcedureTimeslotAggregateResult.schema.ts",
"schemas/results/ProcedureTimeslotGroupByResult.schema.ts",
"schemas/results/ProcedureTimeslotCountResult.schema.ts",
"schemas/results/PatientConversationFindUniqueResult.schema.ts",
"schemas/results/PatientConversationFindFirstResult.schema.ts",
"schemas/results/PatientConversationFindManyResult.schema.ts",
"schemas/results/PatientConversationCreateResult.schema.ts",
"schemas/results/PatientConversationCreateManyResult.schema.ts",
"schemas/results/PatientConversationUpdateResult.schema.ts",
"schemas/results/PatientConversationUpdateManyResult.schema.ts",
"schemas/results/PatientConversationUpsertResult.schema.ts",
"schemas/results/PatientConversationDeleteResult.schema.ts",
"schemas/results/PatientConversationDeleteManyResult.schema.ts",
"schemas/results/PatientConversationAggregateResult.schema.ts",
"schemas/results/PatientConversationGroupByResult.schema.ts",
"schemas/results/PatientConversationCountResult.schema.ts",
"schemas/results/index.ts",
"schemas/index.ts",
"schemas/variants/pure/User.pure.ts",
@@ -3017,6 +3122,7 @@
"schemas/variants/pure/OfficeContact.pure.ts",
"schemas/variants/pure/InsuranceContact.pure.ts",
"schemas/variants/pure/ProcedureTimeslot.pure.ts",
"schemas/variants/pure/PatientConversation.pure.ts",
"schemas/variants/pure/index.ts",
"schemas/variants/input/User.input.ts",
"schemas/variants/input/Patient.input.ts",
@@ -3048,6 +3154,7 @@
"schemas/variants/input/OfficeContact.input.ts",
"schemas/variants/input/InsuranceContact.input.ts",
"schemas/variants/input/ProcedureTimeslot.input.ts",
"schemas/variants/input/PatientConversation.input.ts",
"schemas/variants/input/index.ts",
"schemas/variants/result/User.result.ts",
"schemas/variants/result/Patient.result.ts",
@@ -3079,6 +3186,7 @@
"schemas/variants/result/OfficeContact.result.ts",
"schemas/variants/result/InsuranceContact.result.ts",
"schemas/variants/result/ProcedureTimeslot.result.ts",
"schemas/variants/result/PatientConversation.result.ts",
"schemas/variants/result/index.ts",
"schemas/variants/index.ts"
],