feat: add schedule column labels, office hours enforcement, and appointment move fix

- Schedule columns default to labels A–F (localStorage, per-browser, click to rename)
- Settings → Advanced → Office Hours: configure Doctors (A-C) and Hygienists (D-F) AM/PM hours per weekday
- Gray out schedule slots outside office hours; override dialog for manual exceptions
- Override Office Hours toggle: select specific dates where all slots are open
- Fix appointment move: send only real DB fields to avoid Zod strict-mode rejection of computed fields (hasProcedures, hasClaimWithNumber)
- Fix backend PUT /appointments: safe error logging to prevent Prisma error crashing Node inspect
- Add OfficeHours Prisma model and GET/PUT /api/office-hours route

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gitead
2026-05-05 09:15:18 -04:00
parent 70ffd8398b
commit 2312ad66ca
465 changed files with 11834 additions and 1461 deletions

View File

@@ -1,8 +1,8 @@
{
"version": "1.0",
"generatorVersion": "1.0.0",
"generatedAt": "2026-05-01T03:52:20.889Z",
"outputPath": "/home/ee/Desktop/DentalManagementMH04/packages/db/shared",
"generatedAt": "2026-05-05T02:21:32.341Z",
"outputPath": "/home/ee/Desktop/DentalManagementMH05/packages/db/shared",
"files": [
"schemas/enums/TransactionIsolationLevel.schema.ts",
"schemas/enums/UserScalarFieldEnum.schema.ts",
@@ -29,8 +29,12 @@
"schemas/enums/CloudFileChunkScalarFieldEnum.schema.ts",
"schemas/enums/CommunicationScalarFieldEnum.schema.ts",
"schemas/enums/PatientDocumentScalarFieldEnum.schema.ts",
"schemas/enums/TwilioSettingsScalarFieldEnum.schema.ts",
"schemas/enums/AiSettingsScalarFieldEnum.schema.ts",
"schemas/enums/OfficeHoursScalarFieldEnum.schema.ts",
"schemas/enums/SortOrder.schema.ts",
"schemas/enums/NullableJsonNullValueInput.schema.ts",
"schemas/enums/JsonNullValueInput.schema.ts",
"schemas/enums/QueryMode.schema.ts",
"schemas/enums/NullsOrder.schema.ts",
"schemas/enums/JsonNullValueFilter.schema.ts",
@@ -166,6 +170,21 @@
"schemas/objects/PatientDocumentWhereUniqueInput.schema.ts",
"schemas/objects/PatientDocumentOrderByWithAggregationInput.schema.ts",
"schemas/objects/PatientDocumentScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/TwilioSettingsWhereInput.schema.ts",
"schemas/objects/TwilioSettingsOrderByWithRelationInput.schema.ts",
"schemas/objects/TwilioSettingsWhereUniqueInput.schema.ts",
"schemas/objects/TwilioSettingsOrderByWithAggregationInput.schema.ts",
"schemas/objects/TwilioSettingsScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/AiSettingsWhereInput.schema.ts",
"schemas/objects/AiSettingsOrderByWithRelationInput.schema.ts",
"schemas/objects/AiSettingsWhereUniqueInput.schema.ts",
"schemas/objects/AiSettingsOrderByWithAggregationInput.schema.ts",
"schemas/objects/AiSettingsScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/OfficeHoursWhereInput.schema.ts",
"schemas/objects/OfficeHoursOrderByWithRelationInput.schema.ts",
"schemas/objects/OfficeHoursWhereUniqueInput.schema.ts",
"schemas/objects/OfficeHoursOrderByWithAggregationInput.schema.ts",
"schemas/objects/OfficeHoursScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/UserCreateInput.schema.ts",
"schemas/objects/UserUncheckedCreateInput.schema.ts",
"schemas/objects/UserUpdateInput.schema.ts",
@@ -334,6 +353,27 @@
"schemas/objects/PatientDocumentCreateManyInput.schema.ts",
"schemas/objects/PatientDocumentUpdateManyMutationInput.schema.ts",
"schemas/objects/PatientDocumentUncheckedUpdateManyInput.schema.ts",
"schemas/objects/TwilioSettingsCreateInput.schema.ts",
"schemas/objects/TwilioSettingsUncheckedCreateInput.schema.ts",
"schemas/objects/TwilioSettingsUpdateInput.schema.ts",
"schemas/objects/TwilioSettingsUncheckedUpdateInput.schema.ts",
"schemas/objects/TwilioSettingsCreateManyInput.schema.ts",
"schemas/objects/TwilioSettingsUpdateManyMutationInput.schema.ts",
"schemas/objects/TwilioSettingsUncheckedUpdateManyInput.schema.ts",
"schemas/objects/AiSettingsCreateInput.schema.ts",
"schemas/objects/AiSettingsUncheckedCreateInput.schema.ts",
"schemas/objects/AiSettingsUpdateInput.schema.ts",
"schemas/objects/AiSettingsUncheckedUpdateInput.schema.ts",
"schemas/objects/AiSettingsCreateManyInput.schema.ts",
"schemas/objects/AiSettingsUpdateManyMutationInput.schema.ts",
"schemas/objects/AiSettingsUncheckedUpdateManyInput.schema.ts",
"schemas/objects/OfficeHoursCreateInput.schema.ts",
"schemas/objects/OfficeHoursUncheckedCreateInput.schema.ts",
"schemas/objects/OfficeHoursUpdateInput.schema.ts",
"schemas/objects/OfficeHoursUncheckedUpdateInput.schema.ts",
"schemas/objects/OfficeHoursCreateManyInput.schema.ts",
"schemas/objects/OfficeHoursUpdateManyMutationInput.schema.ts",
"schemas/objects/OfficeHoursUncheckedUpdateManyInput.schema.ts",
"schemas/objects/IntFilter.schema.ts",
"schemas/objects/StringFilter.schema.ts",
"schemas/objects/BoolFilter.schema.ts",
@@ -350,6 +390,9 @@
"schemas/objects/CloudFolderListRelationFilter.schema.ts",
"schemas/objects/CloudFileListRelationFilter.schema.ts",
"schemas/objects/CommunicationListRelationFilter.schema.ts",
"schemas/objects/TwilioSettingsNullableScalarRelationFilter.schema.ts",
"schemas/objects/AiSettingsNullableScalarRelationFilter.schema.ts",
"schemas/objects/OfficeHoursNullableScalarRelationFilter.schema.ts",
"schemas/objects/PatientOrderByRelationAggregateInput.schema.ts",
"schemas/objects/AppointmentOrderByRelationAggregateInput.schema.ts",
"schemas/objects/StaffOrderByRelationAggregateInput.schema.ts",
@@ -565,6 +608,23 @@
"schemas/objects/PatientDocumentMaxOrderByAggregateInput.schema.ts",
"schemas/objects/PatientDocumentMinOrderByAggregateInput.schema.ts",
"schemas/objects/PatientDocumentSumOrderByAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsCountOrderByAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsAvgOrderByAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsMaxOrderByAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsMinOrderByAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsSumOrderByAggregateInput.schema.ts",
"schemas/objects/AiSettingsCountOrderByAggregateInput.schema.ts",
"schemas/objects/AiSettingsAvgOrderByAggregateInput.schema.ts",
"schemas/objects/AiSettingsMaxOrderByAggregateInput.schema.ts",
"schemas/objects/AiSettingsMinOrderByAggregateInput.schema.ts",
"schemas/objects/AiSettingsSumOrderByAggregateInput.schema.ts",
"schemas/objects/JsonFilter.schema.ts",
"schemas/objects/OfficeHoursCountOrderByAggregateInput.schema.ts",
"schemas/objects/OfficeHoursAvgOrderByAggregateInput.schema.ts",
"schemas/objects/OfficeHoursMaxOrderByAggregateInput.schema.ts",
"schemas/objects/OfficeHoursMinOrderByAggregateInput.schema.ts",
"schemas/objects/OfficeHoursSumOrderByAggregateInput.schema.ts",
"schemas/objects/JsonWithAggregatesFilter.schema.ts",
"schemas/objects/PatientCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/AppointmentCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/StaffCreateNestedManyWithoutUserInput.schema.ts",
@@ -578,6 +638,9 @@
"schemas/objects/CloudFolderCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/CloudFileCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/CommunicationCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/TwilioSettingsCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/PatientUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/AppointmentUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/StaffUncheckedCreateNestedManyWithoutUserInput.schema.ts",
@@ -591,6 +654,9 @@
"schemas/objects/CloudFolderUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/CloudFileUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/CommunicationUncheckedCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/TwilioSettingsUncheckedCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsUncheckedCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursUncheckedCreateNestedOneWithoutUserInput.schema.ts",
"schemas/objects/StringFieldUpdateOperationsInput.schema.ts",
"schemas/objects/BoolFieldUpdateOperationsInput.schema.ts",
"schemas/objects/PatientUpdateManyWithoutUserNestedInput.schema.ts",
@@ -606,6 +672,9 @@
"schemas/objects/CloudFolderUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/CloudFileUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/CommunicationUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/TwilioSettingsUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/AiSettingsUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/OfficeHoursUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/IntFieldUpdateOperationsInput.schema.ts",
"schemas/objects/PatientUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/AppointmentUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
@@ -620,6 +689,9 @@
"schemas/objects/CloudFolderUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/CloudFileUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/CommunicationUncheckedUpdateManyWithoutUserNestedInput.schema.ts",
"schemas/objects/TwilioSettingsUncheckedUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/AiSettingsUncheckedUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/OfficeHoursUncheckedUpdateOneWithoutUserNestedInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutPatientsInput.schema.ts",
"schemas/objects/AppointmentCreateNestedManyWithoutPatientInput.schema.ts",
"schemas/objects/AppointmentProcedureCreateNestedManyWithoutPatientInput.schema.ts",
@@ -810,6 +882,12 @@
"schemas/objects/UserUpdateOneWithoutCommunicationsNestedInput.schema.ts",
"schemas/objects/PatientCreateNestedOneWithoutDocumentsInput.schema.ts",
"schemas/objects/PatientUpdateOneRequiredWithoutDocumentsNestedInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutTwilioSettingsInput.schema.ts",
"schemas/objects/UserUpdateOneRequiredWithoutTwilioSettingsNestedInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutAiSettingsInput.schema.ts",
"schemas/objects/UserUpdateOneRequiredWithoutAiSettingsNestedInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutOfficeHoursInput.schema.ts",
"schemas/objects/UserUpdateOneRequiredWithoutOfficeHoursNestedInput.schema.ts",
"schemas/objects/NestedIntFilter.schema.ts",
"schemas/objects/NestedStringFilter.schema.ts",
"schemas/objects/NestedBoolFilter.schema.ts",
@@ -859,6 +937,7 @@
"schemas/objects/NestedEnumCommunicationChannelWithAggregatesFilter.schema.ts",
"schemas/objects/NestedEnumCommunicationDirectionWithAggregatesFilter.schema.ts",
"schemas/objects/NestedEnumCommunicationStatusWithAggregatesFilter.schema.ts",
"schemas/objects/NestedJsonFilter.schema.ts",
"schemas/objects/PatientCreateWithoutUserInput.schema.ts",
"schemas/objects/PatientUncheckedCreateWithoutUserInput.schema.ts",
"schemas/objects/PatientCreateOrConnectWithoutUserInput.schema.ts",
@@ -911,6 +990,15 @@
"schemas/objects/CommunicationUncheckedCreateWithoutUserInput.schema.ts",
"schemas/objects/CommunicationCreateOrConnectWithoutUserInput.schema.ts",
"schemas/objects/CommunicationCreateManyUserInputEnvelope.schema.ts",
"schemas/objects/TwilioSettingsCreateWithoutUserInput.schema.ts",
"schemas/objects/TwilioSettingsUncheckedCreateWithoutUserInput.schema.ts",
"schemas/objects/TwilioSettingsCreateOrConnectWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsCreateWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsUncheckedCreateWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsCreateOrConnectWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursCreateWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursUncheckedCreateWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursCreateOrConnectWithoutUserInput.schema.ts",
"schemas/objects/PatientUpsertWithWhereUniqueWithoutUserInput.schema.ts",
"schemas/objects/PatientUpdateWithWhereUniqueWithoutUserInput.schema.ts",
"schemas/objects/PatientUpdateManyWithWhereWithoutUserInput.schema.ts",
@@ -963,6 +1051,18 @@
"schemas/objects/CommunicationUpdateWithWhereUniqueWithoutUserInput.schema.ts",
"schemas/objects/CommunicationUpdateManyWithWhereWithoutUserInput.schema.ts",
"schemas/objects/CommunicationScalarWhereInput.schema.ts",
"schemas/objects/TwilioSettingsUpsertWithoutUserInput.schema.ts",
"schemas/objects/TwilioSettingsUpdateToOneWithWhereWithoutUserInput.schema.ts",
"schemas/objects/TwilioSettingsUpdateWithoutUserInput.schema.ts",
"schemas/objects/TwilioSettingsUncheckedUpdateWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsUpsertWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsUpdateToOneWithWhereWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsUpdateWithoutUserInput.schema.ts",
"schemas/objects/AiSettingsUncheckedUpdateWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursUpsertWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursUpdateToOneWithWhereWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursUpdateWithoutUserInput.schema.ts",
"schemas/objects/OfficeHoursUncheckedUpdateWithoutUserInput.schema.ts",
"schemas/objects/UserCreateWithoutPatientsInput.schema.ts",
"schemas/objects/UserUncheckedCreateWithoutPatientsInput.schema.ts",
"schemas/objects/UserCreateOrConnectWithoutPatientsInput.schema.ts",
@@ -1399,6 +1499,27 @@
"schemas/objects/PatientUpdateToOneWithWhereWithoutDocumentsInput.schema.ts",
"schemas/objects/PatientUpdateWithoutDocumentsInput.schema.ts",
"schemas/objects/PatientUncheckedUpdateWithoutDocumentsInput.schema.ts",
"schemas/objects/UserCreateWithoutTwilioSettingsInput.schema.ts",
"schemas/objects/UserUncheckedCreateWithoutTwilioSettingsInput.schema.ts",
"schemas/objects/UserCreateOrConnectWithoutTwilioSettingsInput.schema.ts",
"schemas/objects/UserUpsertWithoutTwilioSettingsInput.schema.ts",
"schemas/objects/UserUpdateToOneWithWhereWithoutTwilioSettingsInput.schema.ts",
"schemas/objects/UserUpdateWithoutTwilioSettingsInput.schema.ts",
"schemas/objects/UserUncheckedUpdateWithoutTwilioSettingsInput.schema.ts",
"schemas/objects/UserCreateWithoutAiSettingsInput.schema.ts",
"schemas/objects/UserUncheckedCreateWithoutAiSettingsInput.schema.ts",
"schemas/objects/UserCreateOrConnectWithoutAiSettingsInput.schema.ts",
"schemas/objects/UserUpsertWithoutAiSettingsInput.schema.ts",
"schemas/objects/UserUpdateToOneWithWhereWithoutAiSettingsInput.schema.ts",
"schemas/objects/UserUpdateWithoutAiSettingsInput.schema.ts",
"schemas/objects/UserUncheckedUpdateWithoutAiSettingsInput.schema.ts",
"schemas/objects/UserCreateWithoutOfficeHoursInput.schema.ts",
"schemas/objects/UserUncheckedCreateWithoutOfficeHoursInput.schema.ts",
"schemas/objects/UserCreateOrConnectWithoutOfficeHoursInput.schema.ts",
"schemas/objects/UserUpsertWithoutOfficeHoursInput.schema.ts",
"schemas/objects/UserUpdateToOneWithWhereWithoutOfficeHoursInput.schema.ts",
"schemas/objects/UserUpdateWithoutOfficeHoursInput.schema.ts",
"schemas/objects/UserUncheckedUpdateWithoutOfficeHoursInput.schema.ts",
"schemas/objects/PatientCreateManyUserInput.schema.ts",
"schemas/objects/AppointmentCreateManyUserInput.schema.ts",
"schemas/objects/StaffCreateManyUserInput.schema.ts",
@@ -1663,6 +1784,21 @@
"schemas/objects/PatientDocumentSumAggregateInput.schema.ts",
"schemas/objects/PatientDocumentMinAggregateInput.schema.ts",
"schemas/objects/PatientDocumentMaxAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsCountAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsAvgAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsSumAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsMinAggregateInput.schema.ts",
"schemas/objects/TwilioSettingsMaxAggregateInput.schema.ts",
"schemas/objects/AiSettingsCountAggregateInput.schema.ts",
"schemas/objects/AiSettingsAvgAggregateInput.schema.ts",
"schemas/objects/AiSettingsSumAggregateInput.schema.ts",
"schemas/objects/AiSettingsMinAggregateInput.schema.ts",
"schemas/objects/AiSettingsMaxAggregateInput.schema.ts",
"schemas/objects/OfficeHoursCountAggregateInput.schema.ts",
"schemas/objects/OfficeHoursAvgAggregateInput.schema.ts",
"schemas/objects/OfficeHoursSumAggregateInput.schema.ts",
"schemas/objects/OfficeHoursMinAggregateInput.schema.ts",
"schemas/objects/OfficeHoursMaxAggregateInput.schema.ts",
"schemas/objects/UserCountOutputTypeSelect.schema.ts",
"schemas/objects/PatientCountOutputTypeSelect.schema.ts",
"schemas/objects/AppointmentCountOutputTypeSelect.schema.ts",
@@ -1745,6 +1881,9 @@
"schemas/objects/CloudFileChunkSelect.schema.ts",
"schemas/objects/CommunicationSelect.schema.ts",
"schemas/objects/PatientDocumentSelect.schema.ts",
"schemas/objects/TwilioSettingsSelect.schema.ts",
"schemas/objects/AiSettingsSelect.schema.ts",
"schemas/objects/OfficeHoursSelect.schema.ts",
"schemas/objects/UserArgs.schema.ts",
"schemas/objects/PatientArgs.schema.ts",
"schemas/objects/AppointmentArgs.schema.ts",
@@ -1769,6 +1908,9 @@
"schemas/objects/CloudFileChunkArgs.schema.ts",
"schemas/objects/CommunicationArgs.schema.ts",
"schemas/objects/PatientDocumentArgs.schema.ts",
"schemas/objects/TwilioSettingsArgs.schema.ts",
"schemas/objects/AiSettingsArgs.schema.ts",
"schemas/objects/OfficeHoursArgs.schema.ts",
"schemas/objects/UserInclude.schema.ts",
"schemas/objects/PatientInclude.schema.ts",
"schemas/objects/AppointmentInclude.schema.ts",
@@ -1792,6 +1934,9 @@
"schemas/objects/CloudFileChunkInclude.schema.ts",
"schemas/objects/CommunicationInclude.schema.ts",
"schemas/objects/PatientDocumentInclude.schema.ts",
"schemas/objects/TwilioSettingsInclude.schema.ts",
"schemas/objects/AiSettingsInclude.schema.ts",
"schemas/objects/OfficeHoursInclude.schema.ts",
"schemas/findUniqueUser.schema.ts",
"schemas/findUniqueOrThrowUser.schema.ts",
"schemas/findFirstUser.schema.ts",
@@ -2200,6 +2345,57 @@
"schemas/upsertOnePatientDocument.schema.ts",
"schemas/aggregatePatientDocument.schema.ts",
"schemas/groupByPatientDocument.schema.ts",
"schemas/findUniqueTwilioSettings.schema.ts",
"schemas/findUniqueOrThrowTwilioSettings.schema.ts",
"schemas/findFirstTwilioSettings.schema.ts",
"schemas/findFirstOrThrowTwilioSettings.schema.ts",
"schemas/findManyTwilioSettings.schema.ts",
"schemas/countTwilioSettings.schema.ts",
"schemas/createOneTwilioSettings.schema.ts",
"schemas/createManyTwilioSettings.schema.ts",
"schemas/createManyAndReturnTwilioSettings.schema.ts",
"schemas/deleteOneTwilioSettings.schema.ts",
"schemas/deleteManyTwilioSettings.schema.ts",
"schemas/updateOneTwilioSettings.schema.ts",
"schemas/updateManyTwilioSettings.schema.ts",
"schemas/updateManyAndReturnTwilioSettings.schema.ts",
"schemas/upsertOneTwilioSettings.schema.ts",
"schemas/aggregateTwilioSettings.schema.ts",
"schemas/groupByTwilioSettings.schema.ts",
"schemas/findUniqueAiSettings.schema.ts",
"schemas/findUniqueOrThrowAiSettings.schema.ts",
"schemas/findFirstAiSettings.schema.ts",
"schemas/findFirstOrThrowAiSettings.schema.ts",
"schemas/findManyAiSettings.schema.ts",
"schemas/countAiSettings.schema.ts",
"schemas/createOneAiSettings.schema.ts",
"schemas/createManyAiSettings.schema.ts",
"schemas/createManyAndReturnAiSettings.schema.ts",
"schemas/deleteOneAiSettings.schema.ts",
"schemas/deleteManyAiSettings.schema.ts",
"schemas/updateOneAiSettings.schema.ts",
"schemas/updateManyAiSettings.schema.ts",
"schemas/updateManyAndReturnAiSettings.schema.ts",
"schemas/upsertOneAiSettings.schema.ts",
"schemas/aggregateAiSettings.schema.ts",
"schemas/groupByAiSettings.schema.ts",
"schemas/findUniqueOfficeHours.schema.ts",
"schemas/findUniqueOrThrowOfficeHours.schema.ts",
"schemas/findFirstOfficeHours.schema.ts",
"schemas/findFirstOrThrowOfficeHours.schema.ts",
"schemas/findManyOfficeHours.schema.ts",
"schemas/countOfficeHours.schema.ts",
"schemas/createOneOfficeHours.schema.ts",
"schemas/createManyOfficeHours.schema.ts",
"schemas/createManyAndReturnOfficeHours.schema.ts",
"schemas/deleteOneOfficeHours.schema.ts",
"schemas/deleteManyOfficeHours.schema.ts",
"schemas/updateOneOfficeHours.schema.ts",
"schemas/updateManyOfficeHours.schema.ts",
"schemas/updateManyAndReturnOfficeHours.schema.ts",
"schemas/upsertOneOfficeHours.schema.ts",
"schemas/aggregateOfficeHours.schema.ts",
"schemas/groupByOfficeHours.schema.ts",
"schemas/results/UserFindUniqueResult.schema.ts",
"schemas/results/UserFindFirstResult.schema.ts",
"schemas/results/UserFindManyResult.schema.ts",
@@ -2512,6 +2708,45 @@
"schemas/results/PatientDocumentAggregateResult.schema.ts",
"schemas/results/PatientDocumentGroupByResult.schema.ts",
"schemas/results/PatientDocumentCountResult.schema.ts",
"schemas/results/TwilioSettingsFindUniqueResult.schema.ts",
"schemas/results/TwilioSettingsFindFirstResult.schema.ts",
"schemas/results/TwilioSettingsFindManyResult.schema.ts",
"schemas/results/TwilioSettingsCreateResult.schema.ts",
"schemas/results/TwilioSettingsCreateManyResult.schema.ts",
"schemas/results/TwilioSettingsUpdateResult.schema.ts",
"schemas/results/TwilioSettingsUpdateManyResult.schema.ts",
"schemas/results/TwilioSettingsUpsertResult.schema.ts",
"schemas/results/TwilioSettingsDeleteResult.schema.ts",
"schemas/results/TwilioSettingsDeleteManyResult.schema.ts",
"schemas/results/TwilioSettingsAggregateResult.schema.ts",
"schemas/results/TwilioSettingsGroupByResult.schema.ts",
"schemas/results/TwilioSettingsCountResult.schema.ts",
"schemas/results/AiSettingsFindUniqueResult.schema.ts",
"schemas/results/AiSettingsFindFirstResult.schema.ts",
"schemas/results/AiSettingsFindManyResult.schema.ts",
"schemas/results/AiSettingsCreateResult.schema.ts",
"schemas/results/AiSettingsCreateManyResult.schema.ts",
"schemas/results/AiSettingsUpdateResult.schema.ts",
"schemas/results/AiSettingsUpdateManyResult.schema.ts",
"schemas/results/AiSettingsUpsertResult.schema.ts",
"schemas/results/AiSettingsDeleteResult.schema.ts",
"schemas/results/AiSettingsDeleteManyResult.schema.ts",
"schemas/results/AiSettingsAggregateResult.schema.ts",
"schemas/results/AiSettingsGroupByResult.schema.ts",
"schemas/results/AiSettingsCountResult.schema.ts",
"schemas/results/OfficeHoursFindUniqueResult.schema.ts",
"schemas/results/OfficeHoursFindFirstResult.schema.ts",
"schemas/results/OfficeHoursFindManyResult.schema.ts",
"schemas/results/OfficeHoursCreateResult.schema.ts",
"schemas/results/OfficeHoursCreateManyResult.schema.ts",
"schemas/results/OfficeHoursUpdateResult.schema.ts",
"schemas/results/OfficeHoursUpdateManyResult.schema.ts",
"schemas/results/OfficeHoursUpsertResult.schema.ts",
"schemas/results/OfficeHoursDeleteResult.schema.ts",
"schemas/results/OfficeHoursDeleteManyResult.schema.ts",
"schemas/results/OfficeHoursAggregateResult.schema.ts",
"schemas/results/OfficeHoursGroupByResult.schema.ts",
"schemas/results/OfficeHoursCountResult.schema.ts",
"schemas/results/index.ts",
"schemas/index.ts",
"schemas/variants/pure/User.pure.ts",
@@ -2538,6 +2773,9 @@
"schemas/variants/pure/CloudFileChunk.pure.ts",
"schemas/variants/pure/Communication.pure.ts",
"schemas/variants/pure/PatientDocument.pure.ts",
"schemas/variants/pure/TwilioSettings.pure.ts",
"schemas/variants/pure/AiSettings.pure.ts",
"schemas/variants/pure/OfficeHours.pure.ts",
"schemas/variants/pure/index.ts",
"schemas/variants/input/User.input.ts",
"schemas/variants/input/Patient.input.ts",
@@ -2563,6 +2801,9 @@
"schemas/variants/input/CloudFileChunk.input.ts",
"schemas/variants/input/Communication.input.ts",
"schemas/variants/input/PatientDocument.input.ts",
"schemas/variants/input/TwilioSettings.input.ts",
"schemas/variants/input/AiSettings.input.ts",
"schemas/variants/input/OfficeHours.input.ts",
"schemas/variants/input/index.ts",
"schemas/variants/result/User.result.ts",
"schemas/variants/result/Patient.result.ts",
@@ -2588,6 +2829,9 @@
"schemas/variants/result/CloudFileChunk.result.ts",
"schemas/variants/result/Communication.result.ts",
"schemas/variants/result/PatientDocument.result.ts",
"schemas/variants/result/TwilioSettings.result.ts",
"schemas/variants/result/AiSettings.result.ts",
"schemas/variants/result/OfficeHours.result.ts",
"schemas/variants/result/index.ts",
"schemas/variants/index.ts"
],