candidhealth 0.28.0 → 0.30.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 +9 -0
- package/Client.js +41 -26
- 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/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.d.ts +3 -1
- package/api/resources/encounters/resources/v4/client/Client.js +7 -5
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -1
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -1
- package/api/resources/encounters/resources/v4/types/Vitals.d.ts +5 -1
- 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/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/nonInsurancePayerPayments/client/Client.d.ts +26 -0
- package/api/resources/nonInsurancePayerPayments/client/Client.js +17 -0
- package/api/resources/nonInsurancePayerPayments/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerPayments/client/index.js +2 -0
- package/api/resources/nonInsurancePayerPayments/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/index.js +18 -0
- package/api/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerPayments/resources/index.js +27 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +98 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +422 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +69 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +69 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +58 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +58 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +35 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +23 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +69 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +14 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +13 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +8 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +10 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +8 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +10 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +7 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +26 -0
- package/api/resources/nonInsurancePayerRefunds/client/Client.js +17 -0
- package/api/resources/nonInsurancePayerRefunds/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerRefunds/client/index.js +2 -0
- package/api/resources/nonInsurancePayerRefunds/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/index.js +18 -0
- package/api/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayerRefunds/resources/index.js +27 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +109 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +433 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +69 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +69 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +58 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +58 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +35 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +28 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +69 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +14 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +13 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +8 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +10 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +8 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +10 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +7 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/api/resources/nonInsurancePayers/client/Client.d.ts +26 -0
- package/api/resources/nonInsurancePayers/client/Client.js +17 -0
- package/api/resources/nonInsurancePayers/client/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/client/index.js +2 -0
- package/api/resources/nonInsurancePayers/index.d.ts +2 -0
- package/api/resources/nonInsurancePayers/index.js +18 -0
- package/api/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/index.js +27 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +97 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +469 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +34 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/create.js +69 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/delete.js +58 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/get.js +58 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +58 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +7 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/index.js +36 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/requests/index.js +2 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +58 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +34 -0
- package/api/resources/nonInsurancePayers/resources/v1/client/update.js +69 -0
- package/api/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/api/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +11 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +11 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +8 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +10 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +7 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +12 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +10 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +6 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +5 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +9 -0
- package/api/resources/nonInsurancePayers/resources/v1/types/index.js +25 -0
- 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/appointments/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +0 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +14 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +51 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +121 -14
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.d.ts +28 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.js +58 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +4 -2
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +6 -6
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/Client.d.ts +9 -0
- package/dist/Client.js +41 -26
- 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/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.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +7 -5
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +3 -1
- package/dist/api/resources/encounters/resources/v4/types/Vitals.d.ts +5 -1
- 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/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/nonInsurancePayerPayments/client/Client.d.ts +26 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerPayments/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/index.js +27 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +98 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +422 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/create.js +69 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/get.js +58 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +35 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +23 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/update.js +69 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +13 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +10 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +10 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +26 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerRefunds/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/index.js +27 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +109 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +433 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +69 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +58 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +35 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +69 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +14 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +13 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +10 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +10 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +26 -0
- package/dist/api/resources/nonInsurancePayers/client/Client.js +17 -0
- package/dist/api/resources/nonInsurancePayers/client/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/client/index.js +2 -0
- package/dist/api/resources/nonInsurancePayers/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayers/index.js +18 -0
- package/dist/api/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/index.js +27 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +97 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +469 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/create.js +69 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/delete.js +58 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/get.js +58 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/getMulti.js +58 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +36 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +28 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +58 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/update.js +69 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +11 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +11 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +8 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +10 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +7 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +12 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +10 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +6 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +5 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +9 -0
- package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +25 -0
- 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/appointments/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +0 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +14 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +51 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +121 -14
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.js +58 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +4 -2
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Vitals.js +2 -0
- package/dist/serialization/resources/index.d.ts +3 -0
- package/dist/serialization/resources/index.js +4 -1
- package/dist/serialization/resources/nonInsurancePayerPayments/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/index.js +27 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +16 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +37 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +23 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +44 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +21 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +42 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +35 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +31 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +37 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +18 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +39 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +24 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +45 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +22 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +43 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +35 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +31 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +37 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/nonInsurancePayers/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayers/index.js +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/index.js +27 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +67 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +61 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +61 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +32 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +61 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +35 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +38 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +41 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +41 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +35 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +14 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +37 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +31 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +16 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +37 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +12 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +33 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +9 -0
- package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +25 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +0 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +0 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +7 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +7 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +41 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.js +61 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -0
- package/package.json +1 -1
- package/reference.md +1133 -3
- package/serialization/resources/encounters/resources/v4/types/Vitals.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/Vitals.js +2 -0
- package/serialization/resources/index.d.ts +3 -0
- package/serialization/resources/index.js +4 -1
- package/serialization/resources/nonInsurancePayerPayments/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/index.js +17 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/index.js +27 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/create.js +67 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/delete.js +67 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/get.js +61 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/index.js +35 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.d.ts +16 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/UpdateNonInsurancePayerPaymentRequest.js +37 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/client/update.js +67 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.d.ts +23 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPayment.js +44 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.d.ts +21 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentCreate.js +42 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentId.js +35 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentSortField.js +31 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/NonInsurancePayerPaymentsPage.js +37 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/nonInsurancePayerPayments/resources/v1/types/index.js +21 -0
- package/serialization/resources/nonInsurancePayerRefunds/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/index.js +17 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/index.js +27 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/create.js +67 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/delete.js +67 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/get.js +61 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +35 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.d.ts +18 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/NonInsurancePayerRefundUpdate.js +39 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/update.js +67 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.d.ts +24 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefund.js +45 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.d.ts +22 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundCreate.js +43 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundId.js +35 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundSortField.js +31 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/NonInsurancePayerRefundsPage.js +37 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/nonInsurancePayerRefunds/resources/v1/types/index.js +21 -0
- package/serialization/resources/nonInsurancePayers/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayers/index.js +17 -0
- package/serialization/resources/nonInsurancePayers/resources/index.d.ts +1 -0
- package/serialization/resources/nonInsurancePayers/resources/index.js +27 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/create.js +67 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/delete.js +61 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/get.js +61 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/getMulti.js +61 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/index.js +32 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.d.ts +15 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/toggleEnablement.js +61 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/client/update.js +67 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/index.d.ts +2 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/index.js +18 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +14 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +35 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.d.ts +17 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayer.js +38 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.d.ts +17 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerCategoryUpdate.js +41 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.d.ts +17 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerDescriptionUpdate.js +41 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.d.ts +10 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerId.js +35 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.d.ts +14 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerPage.js +37 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.d.ts +10 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerSortField.js +31 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +16 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +37 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.d.ts +12 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/ToggleNonInsurancePayerEnablementRequest.js +33 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +9 -0
- package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +25 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +0 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +0 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +7 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +7 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityStatus.js +31 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanMetadata.js +41 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/createNoDuplicateCheck.js +61 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/DrugIdentification.js +1 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
+
t[p] = s[p];
|
|
32
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
+
t[p[i]] = s[p[i]];
|
|
36
|
+
}
|
|
37
|
+
return t;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Error = void 0;
|
|
41
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
+
const core = __importStar(require("../../../../../../core"));
|
|
43
|
+
const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
|
|
44
|
+
exports.Error = core.serialization
|
|
45
|
+
.union("errorName", {
|
|
46
|
+
UnprocessableEntityError: core.serialization.object({
|
|
47
|
+
content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
|
|
48
|
+
}),
|
|
49
|
+
})
|
|
50
|
+
.transform({
|
|
51
|
+
transform: (value) => {
|
|
52
|
+
switch (value.errorName) {
|
|
53
|
+
case "UnprocessableEntityError":
|
|
54
|
+
return CandidApi.nonInsurancePayerRefunds.v1.getMulti.Error.unprocessableEntityError(value.content);
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
untransform: (_a) => {
|
|
58
|
+
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
59
|
+
return value;
|
|
60
|
+
},
|
|
61
|
+
});
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.delete = exports.update = exports.create = exports.get = exports.getMulti = void 0;
|
|
30
|
+
exports.getMulti = __importStar(require("./getMulti"));
|
|
31
|
+
exports.get = __importStar(require("./get"));
|
|
32
|
+
exports.create = __importStar(require("./create"));
|
|
33
|
+
exports.update = __importStar(require("./update"));
|
|
34
|
+
exports.delete = __importStar(require("./delete"));
|
|
35
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../core";
|
|
7
|
+
import { NoteUpdate } from "../../../../../financials/types/NoteUpdate";
|
|
8
|
+
import { RefundReasonUpdate } from "../../../../../financials/types/RefundReasonUpdate";
|
|
9
|
+
import { InvoiceUpdate } from "../../../../../financials/types/InvoiceUpdate";
|
|
10
|
+
export declare const NonInsurancePayerRefundUpdate: core.serialization.Schema<serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundUpdate.Raw, CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundUpdate>;
|
|
11
|
+
export declare namespace NonInsurancePayerRefundUpdate {
|
|
12
|
+
interface Raw {
|
|
13
|
+
refund_timestamp?: string | null;
|
|
14
|
+
refund_note?: NoteUpdate.Raw | null;
|
|
15
|
+
refund_reason?: RefundReasonUpdate.Raw | null;
|
|
16
|
+
invoice_id?: InvoiceUpdate.Raw | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.NonInsurancePayerRefundUpdate = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../core"));
|
|
31
|
+
const NoteUpdate_1 = require("../../../../../financials/types/NoteUpdate");
|
|
32
|
+
const RefundReasonUpdate_1 = require("../../../../../financials/types/RefundReasonUpdate");
|
|
33
|
+
const InvoiceUpdate_1 = require("../../../../../financials/types/InvoiceUpdate");
|
|
34
|
+
exports.NonInsurancePayerRefundUpdate = core.serialization.object({
|
|
35
|
+
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
36
|
+
refundNote: core.serialization.property("refund_note", NoteUpdate_1.NoteUpdate.optional()),
|
|
37
|
+
refundReason: core.serialization.property("refund_reason", RefundReasonUpdate_1.RefundReasonUpdate.optional()),
|
|
38
|
+
invoiceId: core.serialization.property("invoice_id", InvoiceUpdate_1.InvoiceUpdate.optional()),
|
|
39
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NonInsurancePayerRefundUpdate } from "./NonInsurancePayerRefundUpdate";
|
package/dist/serialization/resources/nonInsurancePayerRefunds/resources/v1/client/requests/index.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NonInsurancePayerRefundUpdate = void 0;
|
|
4
|
+
var NonInsurancePayerRefundUpdate_1 = require("./NonInsurancePayerRefundUpdate");
|
|
5
|
+
Object.defineProperty(exports, "NonInsurancePayerRefundUpdate", { enumerable: true, get: function () { return NonInsurancePayerRefundUpdate_1.NonInsurancePayerRefundUpdate; } });
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { EntityNotFoundErrorMessage } from "../../../../commons/types/EntityNotFoundErrorMessage";
|
|
8
|
+
import { UnprocessableEntityErrorMessage } from "../../../../commons/types/UnprocessableEntityErrorMessage";
|
|
9
|
+
export declare const Error: core.serialization.Schema<serializers.nonInsurancePayerRefunds.v1.update.Error.Raw, CandidApi.nonInsurancePayerRefunds.v1.update.Error>;
|
|
10
|
+
export declare namespace Error {
|
|
11
|
+
type Raw = Error.EntityNotFoundError | Error.UnprocessableEntityError;
|
|
12
|
+
interface EntityNotFoundError {
|
|
13
|
+
errorName: "EntityNotFoundError";
|
|
14
|
+
content: EntityNotFoundErrorMessage.Raw;
|
|
15
|
+
}
|
|
16
|
+
interface UnprocessableEntityError {
|
|
17
|
+
errorName: "UnprocessableEntityError";
|
|
18
|
+
content: UnprocessableEntityErrorMessage.Raw;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
31
|
+
t[p] = s[p];
|
|
32
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
33
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
34
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
35
|
+
t[p[i]] = s[p[i]];
|
|
36
|
+
}
|
|
37
|
+
return t;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Error = void 0;
|
|
41
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
42
|
+
const core = __importStar(require("../../../../../../core"));
|
|
43
|
+
const EntityNotFoundErrorMessage_1 = require("../../../../commons/types/EntityNotFoundErrorMessage");
|
|
44
|
+
const UnprocessableEntityErrorMessage_1 = require("../../../../commons/types/UnprocessableEntityErrorMessage");
|
|
45
|
+
exports.Error = core.serialization
|
|
46
|
+
.union("errorName", {
|
|
47
|
+
EntityNotFoundError: core.serialization.object({
|
|
48
|
+
content: EntityNotFoundErrorMessage_1.EntityNotFoundErrorMessage,
|
|
49
|
+
}),
|
|
50
|
+
UnprocessableEntityError: core.serialization.object({
|
|
51
|
+
content: UnprocessableEntityErrorMessage_1.UnprocessableEntityErrorMessage,
|
|
52
|
+
}),
|
|
53
|
+
})
|
|
54
|
+
.transform({
|
|
55
|
+
transform: (value) => {
|
|
56
|
+
switch (value.errorName) {
|
|
57
|
+
case "EntityNotFoundError":
|
|
58
|
+
return CandidApi.nonInsurancePayerRefunds.v1.update.Error.entityNotFoundError(value.content);
|
|
59
|
+
case "UnprocessableEntityError":
|
|
60
|
+
return CandidApi.nonInsurancePayerRefunds.v1.update.Error.unprocessableEntityError(value.content);
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
untransform: (_a) => {
|
|
64
|
+
var { _visit } = _a, value = __rest(_a, ["_visit"]);
|
|
65
|
+
return value;
|
|
66
|
+
},
|
|
67
|
+
});
|
|
@@ -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("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { NonInsurancePayerRefundId } from "./NonInsurancePayerRefundId";
|
|
8
|
+
import { NonInsurancePayer } from "../../../../nonInsurancePayers/resources/v1/types/NonInsurancePayer";
|
|
9
|
+
import { Allocation } from "../../../../financials/types/Allocation";
|
|
10
|
+
import { RefundReason } from "../../../../financials/types/RefundReason";
|
|
11
|
+
import { InvoiceId } from "../../../../commons/types/InvoiceId";
|
|
12
|
+
export declare const NonInsurancePayerRefund: core.serialization.ObjectSchema<serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefund.Raw, CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefund>;
|
|
13
|
+
export declare namespace NonInsurancePayerRefund {
|
|
14
|
+
interface Raw {
|
|
15
|
+
non_insurance_payer_refund_id: NonInsurancePayerRefundId.Raw;
|
|
16
|
+
non_insurance_payer: NonInsurancePayer.Raw;
|
|
17
|
+
amount_cents: number;
|
|
18
|
+
refund_timestamp?: string | null;
|
|
19
|
+
refund_note?: string | null;
|
|
20
|
+
allocations: Allocation.Raw[];
|
|
21
|
+
refund_reason?: RefundReason.Raw | null;
|
|
22
|
+
invoice_id?: InvoiceId.Raw | null;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.NonInsurancePayerRefund = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
const NonInsurancePayerRefundId_1 = require("./NonInsurancePayerRefundId");
|
|
32
|
+
const NonInsurancePayer_1 = require("../../../../nonInsurancePayers/resources/v1/types/NonInsurancePayer");
|
|
33
|
+
const Allocation_1 = require("../../../../financials/types/Allocation");
|
|
34
|
+
const RefundReason_1 = require("../../../../financials/types/RefundReason");
|
|
35
|
+
const InvoiceId_1 = require("../../../../commons/types/InvoiceId");
|
|
36
|
+
exports.NonInsurancePayerRefund = core.serialization.object({
|
|
37
|
+
nonInsurancePayerRefundId: core.serialization.property("non_insurance_payer_refund_id", NonInsurancePayerRefundId_1.NonInsurancePayerRefundId),
|
|
38
|
+
nonInsurancePayer: core.serialization.property("non_insurance_payer", NonInsurancePayer_1.NonInsurancePayer),
|
|
39
|
+
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
40
|
+
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
41
|
+
refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
|
|
42
|
+
allocations: core.serialization.list(Allocation_1.Allocation),
|
|
43
|
+
refundReason: core.serialization.property("refund_reason", RefundReason_1.RefundReason.optional()),
|
|
44
|
+
invoiceId: core.serialization.property("invoice_id", InvoiceId_1.InvoiceId.optional()),
|
|
45
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { NonInsurancePayerId } from "../../../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId";
|
|
8
|
+
import { InvoiceId } from "../../../../commons/types/InvoiceId";
|
|
9
|
+
import { AllocationCreate } from "../../../../financials/types/AllocationCreate";
|
|
10
|
+
import { RefundReason } from "../../../../financials/types/RefundReason";
|
|
11
|
+
export declare const NonInsurancePayerRefundCreate: core.serialization.ObjectSchema<serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundCreate.Raw, CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundCreate>;
|
|
12
|
+
export declare namespace NonInsurancePayerRefundCreate {
|
|
13
|
+
interface Raw {
|
|
14
|
+
non_insurance_payer_id: NonInsurancePayerId.Raw;
|
|
15
|
+
invoice_id?: InvoiceId.Raw | null;
|
|
16
|
+
amount_cents: number;
|
|
17
|
+
refund_timestamp?: string | null;
|
|
18
|
+
refund_note?: string | null;
|
|
19
|
+
allocations: AllocationCreate.Raw[];
|
|
20
|
+
refund_reason?: RefundReason.Raw | null;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.NonInsurancePayerRefundCreate = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
const NonInsurancePayerId_1 = require("../../../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId");
|
|
32
|
+
const InvoiceId_1 = require("../../../../commons/types/InvoiceId");
|
|
33
|
+
const AllocationCreate_1 = require("../../../../financials/types/AllocationCreate");
|
|
34
|
+
const RefundReason_1 = require("../../../../financials/types/RefundReason");
|
|
35
|
+
exports.NonInsurancePayerRefundCreate = core.serialization.object({
|
|
36
|
+
nonInsurancePayerId: core.serialization.property("non_insurance_payer_id", NonInsurancePayerId_1.NonInsurancePayerId),
|
|
37
|
+
invoiceId: core.serialization.property("invoice_id", InvoiceId_1.InvoiceId.optional()),
|
|
38
|
+
amountCents: core.serialization.property("amount_cents", core.serialization.number()),
|
|
39
|
+
refundTimestamp: core.serialization.property("refund_timestamp", core.serialization.date().optional()),
|
|
40
|
+
refundNote: core.serialization.property("refund_note", core.serialization.string().optional()),
|
|
41
|
+
allocations: core.serialization.list(AllocationCreate_1.AllocationCreate),
|
|
42
|
+
refundReason: core.serialization.property("refund_reason", RefundReason_1.RefundReason.optional()),
|
|
43
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const NonInsurancePayerRefundId: core.serialization.Schema<serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundId.Raw, CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundId>;
|
|
8
|
+
export declare namespace NonInsurancePayerRefundId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.NonInsurancePayerRefundId = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
31
|
+
const core = __importStar(require("../../../../../../core"));
|
|
32
|
+
exports.NonInsurancePayerRefundId = core.serialization.string().transform({
|
|
33
|
+
transform: CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundId,
|
|
34
|
+
untransform: (value) => value,
|
|
35
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const NonInsurancePayerRefundSortField: core.serialization.Schema<serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundSortField.Raw, CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundSortField>;
|
|
8
|
+
export declare namespace NonInsurancePayerRefundSortField {
|
|
9
|
+
type Raw = "amount_cents" | "refund_timestamp";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.NonInsurancePayerRefundSortField = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.NonInsurancePayerRefundSortField = core.serialization.enum_(["amount_cents", "refund_timestamp"]);
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { NonInsurancePayerRefund } from "./NonInsurancePayerRefund";
|
|
8
|
+
import { ResourcePage } from "../../../../commons/types/ResourcePage";
|
|
9
|
+
export declare const NonInsurancePayerRefundsPage: core.serialization.ObjectSchema<serializers.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundsPage.Raw, CandidApi.nonInsurancePayerRefunds.v1.NonInsurancePayerRefundsPage>;
|
|
10
|
+
export declare namespace NonInsurancePayerRefundsPage {
|
|
11
|
+
interface Raw extends ResourcePage.Raw {
|
|
12
|
+
items: NonInsurancePayerRefund.Raw[];
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.NonInsurancePayerRefundsPage = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
const NonInsurancePayerRefund_1 = require("./NonInsurancePayerRefund");
|
|
32
|
+
const ResourcePage_1 = require("../../../../commons/types/ResourcePage");
|
|
33
|
+
exports.NonInsurancePayerRefundsPage = core.serialization
|
|
34
|
+
.object({
|
|
35
|
+
items: core.serialization.list(NonInsurancePayerRefund_1.NonInsurancePayerRefund),
|
|
36
|
+
})
|
|
37
|
+
.extend(ResourcePage_1.ResourcePage);
|
|
@@ -0,0 +1,21 @@
|
|
|
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("./NonInsurancePayerRefundId"), exports);
|
|
18
|
+
__exportStar(require("./NonInsurancePayerRefund"), exports);
|
|
19
|
+
__exportStar(require("./NonInsurancePayerRefundCreate"), exports);
|
|
20
|
+
__exportStar(require("./NonInsurancePayerRefundsPage"), exports);
|
|
21
|
+
__exportStar(require("./NonInsurancePayerRefundSortField"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -0,0 +1,17 @@
|
|
|
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);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v1 from "./v1";
|