candidhealth 0.24.7 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +12 -0
- package/Client.js +28 -8
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/commons/types/AppointmentId.d.ts +8 -0
- package/api/resources/commons/types/AppointmentId.js +10 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/api/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +5 -1
- package/api/resources/financials/types/AppointmentAllocationTarget.d.ts +7 -0
- package/api/resources/financials/types/AppointmentAllocationTarget.js +5 -0
- package/api/resources/financials/types/index.d.ts +1 -0
- package/api/resources/financials/types/index.js +1 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +3 -0
- package/api/resources/index.js +4 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +7 -7
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/client/Client.d.ts +26 -0
- package/api/resources/serviceLines/client/Client.js +17 -0
- package/api/resources/serviceLines/client/index.d.ts +1 -0
- package/api/resources/serviceLines/client/index.js +2 -0
- package/api/resources/serviceLines/index.d.ts +1 -0
- package/api/resources/serviceLines/index.js +1 -0
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +92 -0
- package/api/resources/serviceLines/resources/v2/client/Client.js +238 -0
- package/api/resources/serviceLines/resources/v2/client/create.d.ts +28 -0
- package/api/resources/serviceLines/resources/v2/client/create.js +58 -0
- package/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/client/index.js +28 -0
- package/api/resources/serviceLines/resources/v2/client/update.d.ts +40 -0
- package/api/resources/serviceLines/resources/v2/client/update.js +80 -0
- package/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/index.js +1 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +36 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +37 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +2 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +26 -0
- package/api/resources/thirdPartyPayerPayments/client/Client.js +17 -0
- package/api/resources/thirdPartyPayerPayments/client/index.d.ts +1 -0
- package/api/resources/thirdPartyPayerPayments/client/index.js +2 -0
- package/api/resources/thirdPartyPayerPayments/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerPayments/index.js +18 -0
- package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
- package/api/resources/thirdPartyPayerPayments/resources/index.js +27 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +98 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +422 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +34 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +69 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +69 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +28 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +58 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +58 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +34 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +23 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +69 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +14 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +13 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +8 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +10 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +8 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +10 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +7 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
- package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +26 -0
- package/api/resources/thirdPartyPayerRefunds/client/Client.js +17 -0
- package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +1 -0
- package/api/resources/thirdPartyPayerRefunds/client/index.js +2 -0
- package/api/resources/thirdPartyPayerRefunds/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerRefunds/index.js +18 -0
- package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
- package/api/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +109 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +433 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +69 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +69 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +58 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +58 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +34 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +28 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +69 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +14 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +13 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +8 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +10 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +8 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +10 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +7 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
- package/api/resources/thirdPartyPayers/client/Client.d.ts +26 -0
- package/api/resources/thirdPartyPayers/client/Client.js +17 -0
- package/api/resources/thirdPartyPayers/client/index.d.ts +1 -0
- package/api/resources/thirdPartyPayers/client/index.js +2 -0
- package/api/resources/thirdPartyPayers/index.d.ts +2 -0
- package/api/resources/thirdPartyPayers/index.js +18 -0
- package/api/resources/thirdPartyPayers/resources/index.d.ts +1 -0
- package/api/resources/thirdPartyPayers/resources/index.js +27 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +97 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +469 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +34 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/create.js +69 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +58 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/get.js +58 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +58 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +7 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/index.js +36 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +2 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +58 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +34 -0
- package/api/resources/thirdPartyPayers/resources/v1/client/update.js +69 -0
- package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
- package/api/resources/thirdPartyPayers/resources/v1/index.js +18 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +11 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +11 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +8 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +10 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +7 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +12 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +10 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +6 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +5 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
- package/api/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +2 -0
- package/dist/Client.d.ts +12 -0
- package/dist/Client.js +28 -8
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/commons/types/AppointmentId.d.ts +8 -0
- package/dist/api/resources/commons/types/AppointmentId.js +10 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +4 -1
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +5 -1
- package/dist/api/resources/financials/types/AppointmentAllocationTarget.d.ts +7 -0
- package/dist/api/resources/financials/types/AppointmentAllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/index.d.ts +1 -0
- package/dist/api/resources/financials/types/index.js +1 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +3 -0
- package/dist/api/resources/index.js +4 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +7 -7
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/client/Client.d.ts +26 -0
- package/dist/api/resources/serviceLines/client/Client.js +17 -0
- package/dist/api/resources/serviceLines/client/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/client/index.js +2 -0
- package/dist/api/resources/serviceLines/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/index.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +92 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +238 -0
- package/dist/api/resources/serviceLines/resources/v2/client/create.d.ts +28 -0
- package/dist/api/resources/serviceLines/resources/v2/client/create.js +58 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +28 -0
- package/dist/api/resources/serviceLines/resources/v2/client/update.d.ts +40 -0
- package/dist/api/resources/serviceLines/resources/v2/client/update.js +80 -0
- package/dist/api/resources/serviceLines/resources/v2/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/index.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +36 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +37 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +2 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +26 -0
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +17 -0
- package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayerPayments/client/index.js +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/index.js +18 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +27 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +98 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +422 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +69 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +58 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +23 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +69 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +14 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +13 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +10 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +10 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +7 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +26 -0
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +17 -0
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/index.js +18 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +109 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +433 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +69 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +58 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +69 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +14 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +13 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +10 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +10 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +7 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +26 -0
- package/dist/api/resources/thirdPartyPayers/client/Client.js +17 -0
- package/dist/api/resources/thirdPartyPayers/client/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayers/client/index.js +2 -0
- package/dist/api/resources/thirdPartyPayers/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayers/index.js +18 -0
- package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayers/resources/index.js +27 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +97 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +469 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +69 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +58 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +58 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +36 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +58 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +69 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +18 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +11 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +11 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +8 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +10 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +7 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +12 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +10 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +6 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +5 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +2 -0
- package/dist/serialization/resources/commons/types/AppointmentId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/AppointmentId.js +35 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +5 -1
- package/dist/serialization/resources/financials/types/AllocationTarget.js +2 -0
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.d.ts +6 -1
- package/dist/serialization/resources/financials/types/AllocationTargetCreate.js +4 -0
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +13 -0
- package/dist/serialization/resources/financials/types/AppointmentAllocationTarget.js +34 -0
- package/dist/serialization/resources/financials/types/index.d.ts +1 -0
- package/dist/serialization/resources/financials/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +3 -0
- package/dist/serialization/resources/index.js +4 -1
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.d.ts +15 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/create.js +61 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +28 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.d.ts +25 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/update.js +73 -0
- package/dist/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/index.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +43 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +64 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +42 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +63 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +2 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/index.js +17 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +27 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +16 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +37 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +23 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +44 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +21 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +42 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +35 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +31 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +14 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +37 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +17 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +18 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +39 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +24 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +45 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +22 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +43 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +35 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +31 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +14 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +37 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/thirdPartyPayers/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayers/index.js +17 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +1 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/index.js +27 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +61 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +32 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +61 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +18 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +14 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +35 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +17 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +38 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +41 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +41 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +35 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +14 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +37 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +31 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +16 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +37 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +12 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +33 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +4 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -0
- package/package.json +1 -1
- package/reference.md +1173 -0
- package/serialization/resources/commons/types/AppointmentId.d.ts +10 -0
- package/serialization/resources/commons/types/AppointmentId.js +35 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/financials/types/AllocationTarget.d.ts +5 -1
- package/serialization/resources/financials/types/AllocationTarget.js +2 -0
- package/serialization/resources/financials/types/AllocationTargetCreate.d.ts +6 -1
- package/serialization/resources/financials/types/AllocationTargetCreate.js +4 -0
- package/serialization/resources/financials/types/AppointmentAllocationTarget.d.ts +13 -0
- package/serialization/resources/financials/types/AppointmentAllocationTarget.js +34 -0
- package/serialization/resources/financials/types/index.d.ts +1 -0
- package/serialization/resources/financials/types/index.js +1 -0
- package/serialization/resources/index.d.ts +3 -0
- package/serialization/resources/index.js +4 -1
- package/serialization/resources/serviceLines/resources/v2/client/create.d.ts +15 -0
- package/serialization/resources/serviceLines/resources/v2/client/create.js +61 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.js +28 -0
- package/serialization/resources/serviceLines/resources/v2/client/update.d.ts +25 -0
- package/serialization/resources/serviceLines/resources/v2/client/update.js +73 -0
- package/serialization/resources/serviceLines/resources/v2/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/index.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +43 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +64 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +42 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +63 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +2 -0
- package/serialization/resources/thirdPartyPayerPayments/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerPayments/index.js +17 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/index.js +27 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +67 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +67 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +61 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +35 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +16 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +37 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +67 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +18 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +23 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +44 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +21 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +42 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +10 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +35 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +10 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +31 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +14 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +37 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +21 -0
- package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerRefunds/index.js +17 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +27 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +67 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +67 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +61 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +35 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +18 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +39 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +67 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +24 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +45 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +22 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +43 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +10 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +35 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +10 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +31 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +14 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +37 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +21 -0
- package/serialization/resources/thirdPartyPayers/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayers/index.js +17 -0
- package/serialization/resources/thirdPartyPayers/resources/index.d.ts +1 -0
- package/serialization/resources/thirdPartyPayers/resources/index.js +27 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +67 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +15 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +61 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +61 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +32 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +61 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +67 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +2 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/index.js +18 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +14 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +35 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +17 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +38 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +17 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +41 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +17 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +41 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +10 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +35 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +14 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +37 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +10 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +31 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +16 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +37 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +12 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +33 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +9 -0
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +25 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.d.ts +4 -0
- package/serialization/resources/writeOffs/resources/v1/types/PatientWriteOff.js +4 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../index";
|
|
5
|
+
export interface ServiceLineUpdate {
|
|
6
|
+
editReason?: string;
|
|
7
|
+
modifiers?: CandidApi.ProcedureModifier[];
|
|
8
|
+
chargeAmountCents?: number;
|
|
9
|
+
allowedAmountCents?: number;
|
|
10
|
+
insuranceBalanceCents?: number;
|
|
11
|
+
patientBalanceCents?: number;
|
|
12
|
+
primaryPaidAmountCents?: number;
|
|
13
|
+
secondaryPaidAmountCents?: number;
|
|
14
|
+
tertiaryPaidAmountCents?: number;
|
|
15
|
+
patientResponsibilityCents?: number;
|
|
16
|
+
diagnosisIdZero?: CandidApi.DiagnosisId;
|
|
17
|
+
diagnosisIdOne?: CandidApi.DiagnosisId;
|
|
18
|
+
diagnosisIdTwo?: CandidApi.DiagnosisId;
|
|
19
|
+
diagnosisIdThree?: CandidApi.DiagnosisId;
|
|
20
|
+
serviceLineManualAdjustments?: CandidApi.serviceLines.v2.ServiceLineAdjustment[];
|
|
21
|
+
denialReason?: CandidApi.serviceLines.v2.ServiceLineDenialReason;
|
|
22
|
+
placeOfServiceCode?: CandidApi.FacilityTypeCode;
|
|
23
|
+
placeOfServiceCodeAsSubmitted?: CandidApi.FacilityTypeCode;
|
|
24
|
+
units?: CandidApi.ServiceLineUnits;
|
|
25
|
+
procedureCode?: string;
|
|
26
|
+
/**
|
|
27
|
+
* String representation of a Decimal that can be parsed by most libraries.
|
|
28
|
+
* A ServiceLine quantity cannot contain more than one digit of precision.
|
|
29
|
+
* Example: 1.1 is valid, 1.11 is not.
|
|
30
|
+
*/
|
|
31
|
+
quantity?: CandidApi.Decimal;
|
|
32
|
+
/** A free-form description to clarify the related data elements and their content. Maps to SV1-01, C003-07 on the 837-P. */
|
|
33
|
+
description?: string;
|
|
34
|
+
/** date_of_service must be defined on either the encounter or the service lines but not both. */
|
|
35
|
+
dateOfService?: string;
|
|
36
|
+
endDateOfService?: string;
|
|
37
|
+
}
|
|
@@ -15,6 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./ServiceLineCreate"), exports);
|
|
18
|
+
__exportStar(require("./ServiceLineCreateStandalone"), exports);
|
|
19
|
+
__exportStar(require("./ServiceLineUpdate"), exports);
|
|
18
20
|
__exportStar(require("./ServiceLine"), exports);
|
|
19
21
|
__exportStar(require("./ServiceLineEraData"), exports);
|
|
20
22
|
__exportStar(require("./ServiceLineAdjustment"), exports);
|
|
@@ -66,7 +66,7 @@ class V3 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.
|
|
69
|
+
"X-Fern-SDK-Version": "0.26.0",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -166,7 +166,7 @@ class V3 {
|
|
|
166
166
|
Authorization: yield this._getAuthorizationHeader(),
|
|
167
167
|
"X-Fern-Language": "JavaScript",
|
|
168
168
|
"X-Fern-SDK-Name": "candidhealth",
|
|
169
|
-
"X-Fern-SDK-Version": "0.
|
|
169
|
+
"X-Fern-SDK-Version": "0.26.0",
|
|
170
170
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
171
171
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
172
172
|
},
|
|
@@ -226,7 +226,7 @@ class V3 {
|
|
|
226
226
|
Authorization: yield this._getAuthorizationHeader(),
|
|
227
227
|
"X-Fern-Language": "JavaScript",
|
|
228
228
|
"X-Fern-SDK-Name": "candidhealth",
|
|
229
|
-
"X-Fern-SDK-Version": "0.
|
|
229
|
+
"X-Fern-SDK-Version": "0.26.0",
|
|
230
230
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
231
231
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
232
232
|
},
|
|
@@ -294,7 +294,7 @@ class V3 {
|
|
|
294
294
|
Authorization: yield this._getAuthorizationHeader(),
|
|
295
295
|
"X-Fern-Language": "JavaScript",
|
|
296
296
|
"X-Fern-SDK-Name": "candidhealth",
|
|
297
|
-
"X-Fern-SDK-Version": "0.
|
|
297
|
+
"X-Fern-SDK-Version": "0.26.0",
|
|
298
298
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
299
299
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
300
300
|
},
|
|
@@ -345,7 +345,7 @@ class V3 {
|
|
|
345
345
|
Authorization: yield this._getAuthorizationHeader(),
|
|
346
346
|
"X-Fern-Language": "JavaScript",
|
|
347
347
|
"X-Fern-SDK-Name": "candidhealth",
|
|
348
|
-
"X-Fern-SDK-Version": "0.
|
|
348
|
+
"X-Fern-SDK-Version": "0.26.0",
|
|
349
349
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
350
350
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
351
351
|
},
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../environments";
|
|
5
|
+
import * as core from "../../../../core";
|
|
6
|
+
import { V1 } from "../resources/v1/client/Client";
|
|
7
|
+
export declare namespace ThirdPartyPayerPayments {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
10
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
|
+
}
|
|
12
|
+
interface RequestOptions {
|
|
13
|
+
/** The maximum time to wait for a response in seconds. */
|
|
14
|
+
timeoutInSeconds?: number;
|
|
15
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
16
|
+
maxRetries?: number;
|
|
17
|
+
/** A hook to abort the request. */
|
|
18
|
+
abortSignal?: AbortSignal;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export declare class ThirdPartyPayerPayments {
|
|
22
|
+
protected readonly _options: ThirdPartyPayerPayments.Options;
|
|
23
|
+
constructor(_options?: ThirdPartyPayerPayments.Options);
|
|
24
|
+
protected _v1: V1 | undefined;
|
|
25
|
+
get v1(): V1;
|
|
26
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ThirdPartyPayerPayments = void 0;
|
|
7
|
+
const Client_1 = require("../resources/v1/client/Client");
|
|
8
|
+
class ThirdPartyPayerPayments {
|
|
9
|
+
constructor(_options = {}) {
|
|
10
|
+
this._options = _options;
|
|
11
|
+
}
|
|
12
|
+
get v1() {
|
|
13
|
+
var _a;
|
|
14
|
+
return ((_a = this._v1) !== null && _a !== void 0 ? _a : (this._v1 = new Client_1.V1(this._options)));
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.ThirdPartyPayerPayments = ThirdPartyPayerPayments;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v1 from "./v1";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../../../environments";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
import * as CandidApi from "../../../../../index";
|
|
7
|
+
export declare namespace V1 {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.CandidApiEnvironment | environments.CandidApiEnvironmentUrls>;
|
|
10
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
|
+
}
|
|
12
|
+
interface RequestOptions {
|
|
13
|
+
/** The maximum time to wait for a response in seconds. */
|
|
14
|
+
timeoutInSeconds?: number;
|
|
15
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
16
|
+
maxRetries?: number;
|
|
17
|
+
/** A hook to abort the request. */
|
|
18
|
+
abortSignal?: AbortSignal;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export declare class V1 {
|
|
22
|
+
protected readonly _options: V1.Options;
|
|
23
|
+
constructor(_options?: V1.Options);
|
|
24
|
+
/**
|
|
25
|
+
* Returns all third party payer payments
|
|
26
|
+
*
|
|
27
|
+
* @param {CandidApi.thirdPartyPayerPayments.v1.GetMultiThirdPartyPayerPaymentRequest} request
|
|
28
|
+
* @param {V1.RequestOptions} requestOptions - Request-specific configuration.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* await client.thirdPartyPayerPayments.v1.getMulti({
|
|
32
|
+
* limit: 1,
|
|
33
|
+
* thirdPartyPayerId: CandidApi.thirdPartyPayers.v1.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
34
|
+
* checkNumber: "string",
|
|
35
|
+
* invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
36
|
+
* sort: CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentSortField.AmountCents,
|
|
37
|
+
* sortDirection: CandidApi.SortDirection.Asc,
|
|
38
|
+
* pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9")
|
|
39
|
+
* })
|
|
40
|
+
*/
|
|
41
|
+
getMulti(request?: CandidApi.thirdPartyPayerPayments.v1.GetMultiThirdPartyPayerPaymentRequest, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentsPage, CandidApi.thirdPartyPayerPayments.v1.getMulti.Error>>;
|
|
42
|
+
/**
|
|
43
|
+
* Retrieves a previously created third party payer payment by its `third_party_payer_payment_id`.
|
|
44
|
+
*
|
|
45
|
+
* @param {CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId} thirdPartyPayerPaymentId
|
|
46
|
+
* @param {V1.RequestOptions} requestOptions - Request-specific configuration.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* await client.thirdPartyPayerPayments.v1.get(CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
|
|
50
|
+
*/
|
|
51
|
+
get(thirdPartyPayerPaymentId: CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.get.Error>>;
|
|
52
|
+
/**
|
|
53
|
+
* @param {CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentCreate} request
|
|
54
|
+
* @param {V1.RequestOptions} requestOptions - Request-specific configuration.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* await client.thirdPartyPayerPayments.v1.create({
|
|
58
|
+
* thirdPartyPayerId: CandidApi.thirdPartyPayers.v1.ThirdPartyPayerId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
59
|
+
* amountCents: 1,
|
|
60
|
+
* paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
61
|
+
* paymentNote: "string",
|
|
62
|
+
* checkNumber: "string",
|
|
63
|
+
* allocations: [{}],
|
|
64
|
+
* invoiceId: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
65
|
+
* })
|
|
66
|
+
*/
|
|
67
|
+
create(request: CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentCreate, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.create.Error>>;
|
|
68
|
+
/**
|
|
69
|
+
* @param {CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId} thirdPartyPayerPaymentId
|
|
70
|
+
* @param {CandidApi.thirdPartyPayerPayments.v1.UpdateThirdPartyPayerPaymentRequest} request
|
|
71
|
+
* @param {V1.RequestOptions} requestOptions - Request-specific configuration.
|
|
72
|
+
*
|
|
73
|
+
* @example
|
|
74
|
+
* await client.thirdPartyPayerPayments.v1.update(CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
75
|
+
* paymentTimestamp: new Date("2024-01-15T09:30:00.000Z"),
|
|
76
|
+
* paymentNote: {
|
|
77
|
+
* type: "set",
|
|
78
|
+
* value: "string"
|
|
79
|
+
* },
|
|
80
|
+
* invoiceId: {
|
|
81
|
+
* type: "set",
|
|
82
|
+
* value: CandidApi.InvoiceId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32")
|
|
83
|
+
* }
|
|
84
|
+
* })
|
|
85
|
+
*/
|
|
86
|
+
update(thirdPartyPayerPaymentId: CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId, request?: CandidApi.thirdPartyPayerPayments.v1.UpdateThirdPartyPayerPaymentRequest, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPayment, CandidApi.thirdPartyPayerPayments.v1.update.Error>>;
|
|
87
|
+
/**
|
|
88
|
+
* Deletes the third party payer payment record matching the provided `third_party_payer_payment_id`.
|
|
89
|
+
*
|
|
90
|
+
* @param {CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId} thirdPartyPayerPaymentId
|
|
91
|
+
* @param {V1.RequestOptions} requestOptions - Request-specific configuration.
|
|
92
|
+
*
|
|
93
|
+
* @example
|
|
94
|
+
* await client.thirdPartyPayerPayments.v1.delete(CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"))
|
|
95
|
+
*/
|
|
96
|
+
delete(thirdPartyPayerPaymentId: CandidApi.thirdPartyPayerPayments.v1.ThirdPartyPayerPaymentId, requestOptions?: V1.RequestOptions): Promise<core.APIResponse<void, CandidApi.thirdPartyPayerPayments.v1.delete.Error>>;
|
|
97
|
+
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
98
|
+
}
|