feat: add provider column, commission tracking, and report provider filter

- Claims & Payments: save npiProviderId when submitting MH claim; sync between claim and payment on update
- Claims table: add Provider column showing rendering provider name
- Payments table: add Provider column + purple Commissioned badge on status
- Claim edit modal: add Rendering Provider dropdown (defaults to Mary Scannell)
- Payment edit modal: add Rendering Provider dropdown + Commissioned metadata display
- Reports page: add Provider filter dropdown (dynamic from NPI providers settings)
- Reports page: remove Collections by Doctor report type and Select Doctor dropdown
- Commission section: new section in reports page with date range + provider filter, shows eligible paid claims/payments per provider, multi-select checkboxes, Pay Commission modal with print + save, marks payments as commissioned so they are excluded from future cycles
- DB: add CommissionBatch and CommissionBatchItem tables; backfill Payment.npiProviderId from linked claims
- Backend: PATCH /api/payments/:id/provider syncs to linked claim; PUT /api/claims/:id syncs to linked payment; new /api/commissions routes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gitead
2026-05-15 23:51:39 -04:00
parent 25a20e8a16
commit 7360b1930b
366 changed files with 10822 additions and 388 deletions

View File

@@ -1,7 +1,7 @@
{
"version": "1.0",
"generatorVersion": "1.0.0",
"generatedAt": "2026-05-14T18:13:16.768Z",
"generatedAt": "2026-05-16T03:17:00.434Z",
"outputPath": "/home/ee/Desktop/DentalManagementMH05/packages/db/shared",
"files": [
"schemas/enums/TransactionIsolationLevel.schema.ts",
@@ -36,6 +36,8 @@
"schemas/enums/InsuranceContactScalarFieldEnum.schema.ts",
"schemas/enums/ProcedureTimeslotScalarFieldEnum.schema.ts",
"schemas/enums/PatientConversationScalarFieldEnum.schema.ts",
"schemas/enums/CommissionBatchScalarFieldEnum.schema.ts",
"schemas/enums/CommissionBatchItemScalarFieldEnum.schema.ts",
"schemas/enums/SortOrder.schema.ts",
"schemas/enums/NullableJsonNullValueInput.schema.ts",
"schemas/enums/JsonNullValueInput.schema.ts",
@@ -209,6 +211,16 @@
"schemas/objects/PatientConversationWhereUniqueInput.schema.ts",
"schemas/objects/PatientConversationOrderByWithAggregationInput.schema.ts",
"schemas/objects/PatientConversationScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/CommissionBatchWhereInput.schema.ts",
"schemas/objects/CommissionBatchOrderByWithRelationInput.schema.ts",
"schemas/objects/CommissionBatchWhereUniqueInput.schema.ts",
"schemas/objects/CommissionBatchOrderByWithAggregationInput.schema.ts",
"schemas/objects/CommissionBatchScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/CommissionBatchItemWhereInput.schema.ts",
"schemas/objects/CommissionBatchItemOrderByWithRelationInput.schema.ts",
"schemas/objects/CommissionBatchItemWhereUniqueInput.schema.ts",
"schemas/objects/CommissionBatchItemOrderByWithAggregationInput.schema.ts",
"schemas/objects/CommissionBatchItemScalarWhereWithAggregatesInput.schema.ts",
"schemas/objects/UserCreateInput.schema.ts",
"schemas/objects/UserUncheckedCreateInput.schema.ts",
"schemas/objects/UserUpdateInput.schema.ts",
@@ -426,6 +438,20 @@
"schemas/objects/PatientConversationCreateManyInput.schema.ts",
"schemas/objects/PatientConversationUpdateManyMutationInput.schema.ts",
"schemas/objects/PatientConversationUncheckedUpdateManyInput.schema.ts",
"schemas/objects/CommissionBatchCreateInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedCreateInput.schema.ts",
"schemas/objects/CommissionBatchUpdateInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedUpdateInput.schema.ts",
"schemas/objects/CommissionBatchCreateManyInput.schema.ts",
"schemas/objects/CommissionBatchUpdateManyMutationInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedUpdateManyInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedCreateInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedUpdateInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateManyInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateManyMutationInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedUpdateManyInput.schema.ts",
"schemas/objects/IntFilter.schema.ts",
"schemas/objects/StringFilter.schema.ts",
"schemas/objects/BoolFilter.schema.ts",
@@ -515,6 +541,8 @@
"schemas/objects/StaffMaxOrderByAggregateInput.schema.ts",
"schemas/objects/StaffMinOrderByAggregateInput.schema.ts",
"schemas/objects/StaffSumOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchListRelationFilter.schema.ts",
"schemas/objects/CommissionBatchOrderByRelationAggregateInput.schema.ts",
"schemas/objects/NpiProviderUserIdNpiNumberCompoundUniqueInput.schema.ts",
"schemas/objects/NpiProviderCountOrderByAggregateInput.schema.ts",
"schemas/objects/NpiProviderAvgOrderByAggregateInput.schema.ts",
@@ -591,6 +619,8 @@
"schemas/objects/PdfFileSumOrderByAggregateInput.schema.ts",
"schemas/objects/BytesWithAggregatesFilter.schema.ts",
"schemas/objects/EnumPaymentStatusFilter.schema.ts",
"schemas/objects/CommissionBatchItemListRelationFilter.schema.ts",
"schemas/objects/CommissionBatchItemOrderByRelationAggregateInput.schema.ts",
"schemas/objects/PaymentCountOrderByAggregateInput.schema.ts",
"schemas/objects/PaymentAvgOrderByAggregateInput.schema.ts",
"schemas/objects/PaymentMaxOrderByAggregateInput.schema.ts",
@@ -704,6 +734,19 @@
"schemas/objects/PatientConversationMaxOrderByAggregateInput.schema.ts",
"schemas/objects/PatientConversationMinOrderByAggregateInput.schema.ts",
"schemas/objects/PatientConversationSumOrderByAggregateInput.schema.ts",
"schemas/objects/NpiProviderScalarRelationFilter.schema.ts",
"schemas/objects/CommissionBatchCountOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchAvgOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchMaxOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchMinOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchSumOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchScalarRelationFilter.schema.ts",
"schemas/objects/CommissionBatchItemCommissionBatchIdPaymentIdCompoundUniqueInput.schema.ts",
"schemas/objects/CommissionBatchItemCountOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemAvgOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemMaxOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemMinOrderByAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemSumOrderByAggregateInput.schema.ts",
"schemas/objects/PatientCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/AppointmentCreateNestedManyWithoutUserInput.schema.ts",
"schemas/objects/StaffCreateNestedManyWithoutUserInput.schema.ts",
@@ -857,13 +900,21 @@
"schemas/objects/ClaimUncheckedUpdateManyWithoutStaffNestedInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutNpiProvidersInput.schema.ts",
"schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentCreateNestedManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchCreateNestedManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureCreateNestedManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/ClaimUncheckedCreateNestedManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentUncheckedCreateNestedManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedCreateNestedManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedCreateNestedManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/UserUpdateOneRequiredWithoutNpiProvidersNestedInput.schema.ts",
"schemas/objects/ClaimUpdateManyWithoutNpiProviderNestedInput.schema.ts",
"schemas/objects/PaymentUpdateManyWithoutNpiProviderNestedInput.schema.ts",
"schemas/objects/CommissionBatchUpdateManyWithoutNpiProviderNestedInput.schema.ts",
"schemas/objects/AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.ts",
"schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.ts",
"schemas/objects/PaymentUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderNestedInput.schema.ts",
"schemas/objects/AppointmentCreateNestedOneWithoutProceduresInput.schema.ts",
"schemas/objects/PatientCreateNestedOneWithoutProceduresInput.schema.ts",
@@ -925,18 +976,24 @@
"schemas/objects/ClaimCreateNestedOneWithoutPaymentInput.schema.ts",
"schemas/objects/PatientCreateNestedOneWithoutPaymentInput.schema.ts",
"schemas/objects/UserCreateNestedOneWithoutUpdatedPaymentsInput.schema.ts",
"schemas/objects/NpiProviderCreateNestedOneWithoutPaymentsInput.schema.ts",
"schemas/objects/ServiceLineTransactionCreateNestedManyWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineCreateNestedManyWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateNestedManyWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineTransactionUncheckedCreateNestedManyWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineUncheckedCreateNestedManyWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedCreateNestedManyWithoutPaymentInput.schema.ts",
"schemas/objects/EnumPaymentStatusFieldUpdateOperationsInput.schema.ts",
"schemas/objects/ClaimUpdateOneWithoutPaymentNestedInput.schema.ts",
"schemas/objects/PatientUpdateOneRequiredWithoutPaymentNestedInput.schema.ts",
"schemas/objects/UserUpdateOneWithoutUpdatedPaymentsNestedInput.schema.ts",
"schemas/objects/NpiProviderUpdateOneWithoutPaymentsNestedInput.schema.ts",
"schemas/objects/ServiceLineTransactionUpdateManyWithoutPaymentNestedInput.schema.ts",
"schemas/objects/ServiceLineUpdateManyWithoutPaymentNestedInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateManyWithoutPaymentNestedInput.schema.ts",
"schemas/objects/ServiceLineTransactionUncheckedUpdateManyWithoutPaymentNestedInput.schema.ts",
"schemas/objects/ServiceLineUncheckedUpdateManyWithoutPaymentNestedInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedUpdateManyWithoutPaymentNestedInput.schema.ts",
"schemas/objects/PaymentCreateNestedOneWithoutServiceLineTransactionsInput.schema.ts",
"schemas/objects/ServiceLineCreateNestedOneWithoutServiceLineTransactionsInput.schema.ts",
"schemas/objects/EnumPaymentMethodFieldUpdateOperationsInput.schema.ts",
@@ -997,6 +1054,16 @@
"schemas/objects/UserCreateNestedOneWithoutPatientConversationsInput.schema.ts",
"schemas/objects/PatientUpdateOneRequiredWithoutConversationNestedInput.schema.ts",
"schemas/objects/UserUpdateOneRequiredWithoutPatientConversationsNestedInput.schema.ts",
"schemas/objects/NpiProviderCreateNestedOneWithoutCommissionBatchesInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateNestedManyWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedCreateNestedManyWithoutCommissionBatchInput.schema.ts",
"schemas/objects/NpiProviderUpdateOneRequiredWithoutCommissionBatchesNestedInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateManyWithoutCommissionBatchNestedInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedUpdateManyWithoutCommissionBatchNestedInput.schema.ts",
"schemas/objects/CommissionBatchCreateNestedOneWithoutItemsInput.schema.ts",
"schemas/objects/PaymentCreateNestedOneWithoutCommissionBatchItemsInput.schema.ts",
"schemas/objects/CommissionBatchUpdateOneRequiredWithoutItemsNestedInput.schema.ts",
"schemas/objects/PaymentUpdateOneRequiredWithoutCommissionBatchItemsNestedInput.schema.ts",
"schemas/objects/NestedIntFilter.schema.ts",
"schemas/objects/NestedStringFilter.schema.ts",
"schemas/objects/NestedBoolFilter.schema.ts",
@@ -1346,6 +1413,14 @@
"schemas/objects/ClaimUncheckedCreateWithoutNpiProviderInput.schema.ts",
"schemas/objects/ClaimCreateOrConnectWithoutNpiProviderInput.schema.ts",
"schemas/objects/ClaimCreateManyNpiProviderInputEnvelope.schema.ts",
"schemas/objects/PaymentCreateWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentUncheckedCreateWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentCreateOrConnectWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentCreateManyNpiProviderInputEnvelope.schema.ts",
"schemas/objects/CommissionBatchCreateWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedCreateWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchCreateOrConnectWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchCreateManyNpiProviderInputEnvelope.schema.ts",
"schemas/objects/AppointmentProcedureCreateWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedCreateWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureCreateOrConnectWithoutNpiProviderInput.schema.ts",
@@ -1357,6 +1432,13 @@
"schemas/objects/ClaimUpsertWithWhereUniqueWithoutNpiProviderInput.schema.ts",
"schemas/objects/ClaimUpdateWithWhereUniqueWithoutNpiProviderInput.schema.ts",
"schemas/objects/ClaimUpdateManyWithWhereWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentUpsertWithWhereUniqueWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentUpdateWithWhereUniqueWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentUpdateManyWithWhereWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchUpsertWithWhereUniqueWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchUpdateWithWhereUniqueWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchUpdateManyWithWhereWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchScalarWhereInput.schema.ts",
"schemas/objects/AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput.schema.ts",
@@ -1506,6 +1588,9 @@
"schemas/objects/UserCreateWithoutUpdatedPaymentsInput.schema.ts",
"schemas/objects/UserUncheckedCreateWithoutUpdatedPaymentsInput.schema.ts",
"schemas/objects/UserCreateOrConnectWithoutUpdatedPaymentsInput.schema.ts",
"schemas/objects/NpiProviderCreateWithoutPaymentsInput.schema.ts",
"schemas/objects/NpiProviderUncheckedCreateWithoutPaymentsInput.schema.ts",
"schemas/objects/NpiProviderCreateOrConnectWithoutPaymentsInput.schema.ts",
"schemas/objects/ServiceLineTransactionCreateWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineTransactionUncheckedCreateWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineTransactionCreateOrConnectWithoutPaymentInput.schema.ts",
@@ -1514,6 +1599,10 @@
"schemas/objects/ServiceLineUncheckedCreateWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineCreateOrConnectWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineCreateManyPaymentInputEnvelope.schema.ts",
"schemas/objects/CommissionBatchItemCreateWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedCreateWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateOrConnectWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateManyPaymentInputEnvelope.schema.ts",
"schemas/objects/ClaimUpsertWithoutPaymentInput.schema.ts",
"schemas/objects/ClaimUpdateToOneWithWhereWithoutPaymentInput.schema.ts",
"schemas/objects/ClaimUpdateWithoutPaymentInput.schema.ts",
@@ -1526,12 +1615,20 @@
"schemas/objects/UserUpdateToOneWithWhereWithoutUpdatedPaymentsInput.schema.ts",
"schemas/objects/UserUpdateWithoutUpdatedPaymentsInput.schema.ts",
"schemas/objects/UserUncheckedUpdateWithoutUpdatedPaymentsInput.schema.ts",
"schemas/objects/NpiProviderUpsertWithoutPaymentsInput.schema.ts",
"schemas/objects/NpiProviderUpdateToOneWithWhereWithoutPaymentsInput.schema.ts",
"schemas/objects/NpiProviderUpdateWithoutPaymentsInput.schema.ts",
"schemas/objects/NpiProviderUncheckedUpdateWithoutPaymentsInput.schema.ts",
"schemas/objects/ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineUpsertWithWhereUniqueWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineUpdateWithWhereUniqueWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineUpdateManyWithWhereWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemUpsertWithWhereUniqueWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateWithWhereUniqueWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateManyWithWhereWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemScalarWhereInput.schema.ts",
"schemas/objects/PaymentCreateWithoutServiceLineTransactionsInput.schema.ts",
"schemas/objects/PaymentUncheckedCreateWithoutServiceLineTransactionsInput.schema.ts",
"schemas/objects/PaymentCreateOrConnectWithoutServiceLineTransactionsInput.schema.ts",
@@ -1701,6 +1798,34 @@
"schemas/objects/UserUpdateToOneWithWhereWithoutPatientConversationsInput.schema.ts",
"schemas/objects/UserUpdateWithoutPatientConversationsInput.schema.ts",
"schemas/objects/UserUncheckedUpdateWithoutPatientConversationsInput.schema.ts",
"schemas/objects/NpiProviderCreateWithoutCommissionBatchesInput.schema.ts",
"schemas/objects/NpiProviderUncheckedCreateWithoutCommissionBatchesInput.schema.ts",
"schemas/objects/NpiProviderCreateOrConnectWithoutCommissionBatchesInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedCreateWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateOrConnectWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateManyCommissionBatchInputEnvelope.schema.ts",
"schemas/objects/NpiProviderUpsertWithoutCommissionBatchesInput.schema.ts",
"schemas/objects/NpiProviderUpdateToOneWithWhereWithoutCommissionBatchesInput.schema.ts",
"schemas/objects/NpiProviderUpdateWithoutCommissionBatchesInput.schema.ts",
"schemas/objects/NpiProviderUncheckedUpdateWithoutCommissionBatchesInput.schema.ts",
"schemas/objects/CommissionBatchItemUpsertWithWhereUniqueWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateWithWhereUniqueWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateManyWithWhereWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchCreateWithoutItemsInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedCreateWithoutItemsInput.schema.ts",
"schemas/objects/CommissionBatchCreateOrConnectWithoutItemsInput.schema.ts",
"schemas/objects/PaymentCreateWithoutCommissionBatchItemsInput.schema.ts",
"schemas/objects/PaymentUncheckedCreateWithoutCommissionBatchItemsInput.schema.ts",
"schemas/objects/PaymentCreateOrConnectWithoutCommissionBatchItemsInput.schema.ts",
"schemas/objects/CommissionBatchUpsertWithoutItemsInput.schema.ts",
"schemas/objects/CommissionBatchUpdateToOneWithWhereWithoutItemsInput.schema.ts",
"schemas/objects/CommissionBatchUpdateWithoutItemsInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedUpdateWithoutItemsInput.schema.ts",
"schemas/objects/PaymentUpsertWithoutCommissionBatchItemsInput.schema.ts",
"schemas/objects/PaymentUpdateToOneWithWhereWithoutCommissionBatchItemsInput.schema.ts",
"schemas/objects/PaymentUpdateWithoutCommissionBatchItemsInput.schema.ts",
"schemas/objects/PaymentUncheckedUpdateWithoutCommissionBatchItemsInput.schema.ts",
"schemas/objects/PatientCreateManyUserInput.schema.ts",
"schemas/objects/AppointmentCreateManyUserInput.schema.ts",
"schemas/objects/StaffCreateManyUserInput.schema.ts",
@@ -1810,10 +1935,18 @@
"schemas/objects/ClaimUncheckedUpdateWithoutStaffInput.schema.ts",
"schemas/objects/ClaimUncheckedUpdateManyWithoutStaffInput.schema.ts",
"schemas/objects/ClaimCreateManyNpiProviderInput.schema.ts",
"schemas/objects/PaymentCreateManyNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchCreateManyNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureCreateManyNpiProviderInput.schema.ts",
"schemas/objects/ClaimUpdateWithoutNpiProviderInput.schema.ts",
"schemas/objects/ClaimUncheckedUpdateWithoutNpiProviderInput.schema.ts",
"schemas/objects/ClaimUncheckedUpdateManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentUpdateWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentUncheckedUpdateWithoutNpiProviderInput.schema.ts",
"schemas/objects/PaymentUncheckedUpdateManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchUpdateWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedUpdateWithoutNpiProviderInput.schema.ts",
"schemas/objects/CommissionBatchUncheckedUpdateManyWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureUpdateWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedUpdateWithoutNpiProviderInput.schema.ts",
"schemas/objects/AppointmentProcedureUncheckedUpdateManyWithoutNpiProviderInput.schema.ts",
@@ -1835,12 +1968,16 @@
"schemas/objects/PdfFileUncheckedUpdateManyWithoutGroupInput.schema.ts",
"schemas/objects/ServiceLineTransactionCreateManyPaymentInput.schema.ts",
"schemas/objects/ServiceLineCreateManyPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateManyPaymentInput.schema.ts",
"schemas/objects/ServiceLineTransactionUpdateWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineTransactionUncheckedUpdateWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineTransactionUncheckedUpdateManyWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineUpdateWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineUncheckedUpdateWithoutPaymentInput.schema.ts",
"schemas/objects/ServiceLineUncheckedUpdateManyWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedUpdateWithoutPaymentInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedUpdateManyWithoutPaymentInput.schema.ts",
"schemas/objects/CloudFolderCreateManyParentInput.schema.ts",
"schemas/objects/CloudFileCreateManyFolderInput.schema.ts",
"schemas/objects/CloudFolderUpdateWithoutParentInput.schema.ts",
@@ -1853,6 +1990,10 @@
"schemas/objects/CloudFileChunkUpdateWithoutFileInput.schema.ts",
"schemas/objects/CloudFileChunkUncheckedUpdateWithoutFileInput.schema.ts",
"schemas/objects/CloudFileChunkUncheckedUpdateManyWithoutFileInput.schema.ts",
"schemas/objects/CommissionBatchItemCreateManyCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemUpdateWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedUpdateWithoutCommissionBatchInput.schema.ts",
"schemas/objects/CommissionBatchItemUncheckedUpdateManyWithoutCommissionBatchInput.schema.ts",
"schemas/objects/UserCountAggregateInput.schema.ts",
"schemas/objects/UserAvgAggregateInput.schema.ts",
"schemas/objects/UserSumAggregateInput.schema.ts",
@@ -2008,6 +2149,16 @@
"schemas/objects/PatientConversationSumAggregateInput.schema.ts",
"schemas/objects/PatientConversationMinAggregateInput.schema.ts",
"schemas/objects/PatientConversationMaxAggregateInput.schema.ts",
"schemas/objects/CommissionBatchCountAggregateInput.schema.ts",
"schemas/objects/CommissionBatchAvgAggregateInput.schema.ts",
"schemas/objects/CommissionBatchSumAggregateInput.schema.ts",
"schemas/objects/CommissionBatchMinAggregateInput.schema.ts",
"schemas/objects/CommissionBatchMaxAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemCountAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemAvgAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemSumAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemMinAggregateInput.schema.ts",
"schemas/objects/CommissionBatchItemMaxAggregateInput.schema.ts",
"schemas/objects/UserCountOutputTypeSelect.schema.ts",
"schemas/objects/PatientCountOutputTypeSelect.schema.ts",
"schemas/objects/AppointmentCountOutputTypeSelect.schema.ts",
@@ -2019,6 +2170,7 @@
"schemas/objects/PaymentCountOutputTypeSelect.schema.ts",
"schemas/objects/CloudFolderCountOutputTypeSelect.schema.ts",
"schemas/objects/CloudFileCountOutputTypeSelect.schema.ts",
"schemas/objects/CommissionBatchCountOutputTypeSelect.schema.ts",
"schemas/objects/UserCountOutputTypeArgs.schema.ts",
"schemas/objects/UserCountOutputTypeCountPatientsArgs.schema.ts",
"schemas/objects/UserCountOutputTypeCountAppointmentsArgs.schema.ts",
@@ -2052,6 +2204,8 @@
"schemas/objects/StaffCountOutputTypeCountClaimsArgs.schema.ts",
"schemas/objects/NpiProviderCountOutputTypeArgs.schema.ts",
"schemas/objects/NpiProviderCountOutputTypeCountClaimsArgs.schema.ts",
"schemas/objects/NpiProviderCountOutputTypeCountPaymentsArgs.schema.ts",
"schemas/objects/NpiProviderCountOutputTypeCountCommissionBatchesArgs.schema.ts",
"schemas/objects/NpiProviderCountOutputTypeCountAppointmentProceduresArgs.schema.ts",
"schemas/objects/ClaimCountOutputTypeArgs.schema.ts",
"schemas/objects/ClaimCountOutputTypeCountServiceLinesArgs.schema.ts",
@@ -2063,11 +2217,14 @@
"schemas/objects/PaymentCountOutputTypeArgs.schema.ts",
"schemas/objects/PaymentCountOutputTypeCountServiceLineTransactionsArgs.schema.ts",
"schemas/objects/PaymentCountOutputTypeCountServiceLinesArgs.schema.ts",
"schemas/objects/PaymentCountOutputTypeCountCommissionBatchItemsArgs.schema.ts",
"schemas/objects/CloudFolderCountOutputTypeArgs.schema.ts",
"schemas/objects/CloudFolderCountOutputTypeCountChildrenArgs.schema.ts",
"schemas/objects/CloudFolderCountOutputTypeCountFilesArgs.schema.ts",
"schemas/objects/CloudFileCountOutputTypeArgs.schema.ts",
"schemas/objects/CloudFileCountOutputTypeCountChunksArgs.schema.ts",
"schemas/objects/CommissionBatchCountOutputTypeArgs.schema.ts",
"schemas/objects/CommissionBatchCountOutputTypeCountItemsArgs.schema.ts",
"schemas/objects/UserSelect.schema.ts",
"schemas/objects/PatientSelect.schema.ts",
"schemas/objects/AppointmentSelect.schema.ts",
@@ -2099,6 +2256,8 @@
"schemas/objects/InsuranceContactSelect.schema.ts",
"schemas/objects/ProcedureTimeslotSelect.schema.ts",
"schemas/objects/PatientConversationSelect.schema.ts",
"schemas/objects/CommissionBatchSelect.schema.ts",
"schemas/objects/CommissionBatchItemSelect.schema.ts",
"schemas/objects/UserArgs.schema.ts",
"schemas/objects/PatientArgs.schema.ts",
"schemas/objects/AppointmentArgs.schema.ts",
@@ -2130,6 +2289,8 @@
"schemas/objects/InsuranceContactArgs.schema.ts",
"schemas/objects/ProcedureTimeslotArgs.schema.ts",
"schemas/objects/PatientConversationArgs.schema.ts",
"schemas/objects/CommissionBatchArgs.schema.ts",
"schemas/objects/CommissionBatchItemArgs.schema.ts",
"schemas/objects/UserInclude.schema.ts",
"schemas/objects/PatientInclude.schema.ts",
"schemas/objects/AppointmentInclude.schema.ts",
@@ -2160,6 +2321,8 @@
"schemas/objects/InsuranceContactInclude.schema.ts",
"schemas/objects/ProcedureTimeslotInclude.schema.ts",
"schemas/objects/PatientConversationInclude.schema.ts",
"schemas/objects/CommissionBatchInclude.schema.ts",
"schemas/objects/CommissionBatchItemInclude.schema.ts",
"schemas/findUniqueUser.schema.ts",
"schemas/findUniqueOrThrowUser.schema.ts",
"schemas/findFirstUser.schema.ts",
@@ -2687,6 +2850,40 @@
"schemas/upsertOnePatientConversation.schema.ts",
"schemas/aggregatePatientConversation.schema.ts",
"schemas/groupByPatientConversation.schema.ts",
"schemas/findUniqueCommissionBatch.schema.ts",
"schemas/findUniqueOrThrowCommissionBatch.schema.ts",
"schemas/findFirstCommissionBatch.schema.ts",
"schemas/findFirstOrThrowCommissionBatch.schema.ts",
"schemas/findManyCommissionBatch.schema.ts",
"schemas/countCommissionBatch.schema.ts",
"schemas/createOneCommissionBatch.schema.ts",
"schemas/createManyCommissionBatch.schema.ts",
"schemas/createManyAndReturnCommissionBatch.schema.ts",
"schemas/deleteOneCommissionBatch.schema.ts",
"schemas/deleteManyCommissionBatch.schema.ts",
"schemas/updateOneCommissionBatch.schema.ts",
"schemas/updateManyCommissionBatch.schema.ts",
"schemas/updateManyAndReturnCommissionBatch.schema.ts",
"schemas/upsertOneCommissionBatch.schema.ts",
"schemas/aggregateCommissionBatch.schema.ts",
"schemas/groupByCommissionBatch.schema.ts",
"schemas/findUniqueCommissionBatchItem.schema.ts",
"schemas/findUniqueOrThrowCommissionBatchItem.schema.ts",
"schemas/findFirstCommissionBatchItem.schema.ts",
"schemas/findFirstOrThrowCommissionBatchItem.schema.ts",
"schemas/findManyCommissionBatchItem.schema.ts",
"schemas/countCommissionBatchItem.schema.ts",
"schemas/createOneCommissionBatchItem.schema.ts",
"schemas/createManyCommissionBatchItem.schema.ts",
"schemas/createManyAndReturnCommissionBatchItem.schema.ts",
"schemas/deleteOneCommissionBatchItem.schema.ts",
"schemas/deleteManyCommissionBatchItem.schema.ts",
"schemas/updateOneCommissionBatchItem.schema.ts",
"schemas/updateManyCommissionBatchItem.schema.ts",
"schemas/updateManyAndReturnCommissionBatchItem.schema.ts",
"schemas/upsertOneCommissionBatchItem.schema.ts",
"schemas/aggregateCommissionBatchItem.schema.ts",
"schemas/groupByCommissionBatchItem.schema.ts",
"schemas/results/UserFindUniqueResult.schema.ts",
"schemas/results/UserFindFirstResult.schema.ts",
"schemas/results/UserFindManyResult.schema.ts",
@@ -3090,6 +3287,32 @@
"schemas/results/PatientConversationAggregateResult.schema.ts",
"schemas/results/PatientConversationGroupByResult.schema.ts",
"schemas/results/PatientConversationCountResult.schema.ts",
"schemas/results/CommissionBatchFindUniqueResult.schema.ts",
"schemas/results/CommissionBatchFindFirstResult.schema.ts",
"schemas/results/CommissionBatchFindManyResult.schema.ts",
"schemas/results/CommissionBatchCreateResult.schema.ts",
"schemas/results/CommissionBatchCreateManyResult.schema.ts",
"schemas/results/CommissionBatchUpdateResult.schema.ts",
"schemas/results/CommissionBatchUpdateManyResult.schema.ts",
"schemas/results/CommissionBatchUpsertResult.schema.ts",
"schemas/results/CommissionBatchDeleteResult.schema.ts",
"schemas/results/CommissionBatchDeleteManyResult.schema.ts",
"schemas/results/CommissionBatchAggregateResult.schema.ts",
"schemas/results/CommissionBatchGroupByResult.schema.ts",
"schemas/results/CommissionBatchCountResult.schema.ts",
"schemas/results/CommissionBatchItemFindUniqueResult.schema.ts",
"schemas/results/CommissionBatchItemFindFirstResult.schema.ts",
"schemas/results/CommissionBatchItemFindManyResult.schema.ts",
"schemas/results/CommissionBatchItemCreateResult.schema.ts",
"schemas/results/CommissionBatchItemCreateManyResult.schema.ts",
"schemas/results/CommissionBatchItemUpdateResult.schema.ts",
"schemas/results/CommissionBatchItemUpdateManyResult.schema.ts",
"schemas/results/CommissionBatchItemUpsertResult.schema.ts",
"schemas/results/CommissionBatchItemDeleteResult.schema.ts",
"schemas/results/CommissionBatchItemDeleteManyResult.schema.ts",
"schemas/results/CommissionBatchItemAggregateResult.schema.ts",
"schemas/results/CommissionBatchItemGroupByResult.schema.ts",
"schemas/results/CommissionBatchItemCountResult.schema.ts",
"schemas/results/index.ts",
"schemas/index.ts",
"schemas/variants/pure/User.pure.ts",
@@ -3123,6 +3346,8 @@
"schemas/variants/pure/InsuranceContact.pure.ts",
"schemas/variants/pure/ProcedureTimeslot.pure.ts",
"schemas/variants/pure/PatientConversation.pure.ts",
"schemas/variants/pure/CommissionBatch.pure.ts",
"schemas/variants/pure/CommissionBatchItem.pure.ts",
"schemas/variants/pure/index.ts",
"schemas/variants/input/User.input.ts",
"schemas/variants/input/Patient.input.ts",
@@ -3155,6 +3380,8 @@
"schemas/variants/input/InsuranceContact.input.ts",
"schemas/variants/input/ProcedureTimeslot.input.ts",
"schemas/variants/input/PatientConversation.input.ts",
"schemas/variants/input/CommissionBatch.input.ts",
"schemas/variants/input/CommissionBatchItem.input.ts",
"schemas/variants/input/index.ts",
"schemas/variants/result/User.result.ts",
"schemas/variants/result/Patient.result.ts",
@@ -3187,6 +3414,8 @@
"schemas/variants/result/InsuranceContact.result.ts",
"schemas/variants/result/ProcedureTimeslot.result.ts",
"schemas/variants/result/PatientConversation.result.ts",
"schemas/variants/result/CommissionBatch.result.ts",
"schemas/variants/result/CommissionBatchItem.result.ts",
"schemas/variants/result/index.ts",
"schemas/variants/index.ts"
],