candidhealth 0.15.0 → 0.16.1
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 +3 -0
- package/Client.js +23 -18
- 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/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +8 -0
- package/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +5 -0
- package/api/resources/era/types/index.d.ts +1 -0
- package/api/resources/era/types/index.js +1 -0
- 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/financials/types/AllocationCreate.d.ts +5 -0
- package/api/resources/financials/types/AllocationTarget.d.ts +8 -6
- package/api/resources/financials/types/AllocationTargetCreate.d.ts +5 -0
- package/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +7 -0
- package/api/resources/financials/types/BillingProviderAllocationTarget.js +5 -0
- package/api/resources/financials/types/ClaimAllocationTarget.d.ts +8 -0
- package/api/resources/financials/types/ClaimAllocationTarget.js +5 -0
- package/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +9 -0
- package/api/resources/financials/types/ServiceLineAllocationTarget.js +5 -0
- package/api/resources/financials/types/index.d.ts +3 -0
- package/api/resources/financials/types/index.js +3 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +17 -3
- package/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +7 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/create.js +11 -0
- package/api/resources/insurancePayments/client/Client.d.ts +18 -0
- package/api/resources/insurancePayments/client/Client.js +18 -0
- package/api/resources/insurancePayments/client/index.d.ts +1 -0
- package/api/resources/insurancePayments/client/index.js +2 -0
- package/api/resources/insurancePayments/index.d.ts +2 -0
- package/api/resources/insurancePayments/index.js +18 -0
- package/api/resources/insurancePayments/resources/index.d.ts +1 -0
- package/api/resources/insurancePayments/resources/index.js +27 -0
- package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +48 -0
- package/api/resources/insurancePayments/resources/v1/client/Client.js +325 -0
- package/api/resources/insurancePayments/resources/v1/client/create.d.ts +28 -0
- package/api/resources/insurancePayments/resources/v1/client/create.js +58 -0
- package/api/resources/insurancePayments/resources/v1/client/delete.d.ts +34 -0
- package/api/resources/insurancePayments/resources/v1/client/delete.js +69 -0
- package/api/resources/insurancePayments/resources/v1/client/get.d.ts +34 -0
- package/api/resources/insurancePayments/resources/v1/client/get.js +69 -0
- package/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +34 -0
- package/api/resources/insurancePayments/resources/v1/client/getMulti.js +69 -0
- package/api/resources/insurancePayments/resources/v1/client/index.d.ts +6 -0
- package/api/resources/insurancePayments/resources/v1/client/index.js +35 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +23 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +5 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +8 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +5 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +2 -0
- package/api/resources/insurancePayments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/insurancePayments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/insurancePayments/resources/v1/client/update.js +69 -0
- package/api/resources/insurancePayments/resources/v1/index.d.ts +2 -0
- package/api/resources/insurancePayments/resources/v1/index.js +18 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +12 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +5 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +11 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +5 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +8 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +10 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +9 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +11 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +7 -0
- package/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +5 -0
- package/api/resources/insurancePayments/resources/v1/types/index.d.ts +5 -0
- package/api/resources/insurancePayments/resources/v1/types/index.js +21 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +9 -6
- package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +4 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +9 -6
- package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +4 -0
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/api/resources/x12/resources/v1/types/Carc.d.ts +109 -1
- package/api/resources/x12/resources/v1/types/Carc.js +108 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +23 -18
- 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/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +8 -0
- package/dist/api/resources/era/types/EraNotFullyProcessedErrorMessage.js +5 -0
- package/dist/api/resources/era/types/index.d.ts +1 -0
- package/dist/api/resources/era/types/index.js +1 -0
- 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/financials/types/AllocationCreate.d.ts +5 -0
- package/dist/api/resources/financials/types/AllocationTarget.d.ts +8 -6
- package/dist/api/resources/financials/types/AllocationTargetCreate.d.ts +5 -0
- package/dist/api/resources/financials/types/BillingProviderAllocationTarget.d.ts +7 -0
- package/dist/api/resources/financials/types/BillingProviderAllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/ClaimAllocationTarget.d.ts +8 -0
- package/dist/api/resources/financials/types/ClaimAllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/ServiceLineAllocationTarget.d.ts +9 -0
- package/dist/api/resources/financials/types/ServiceLineAllocationTarget.js +5 -0
- package/dist/api/resources/financials/types/index.d.ts +3 -0
- package/dist/api/resources/financials/types/index.js +3 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +17 -3
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.d.ts +7 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/create.js +11 -0
- package/dist/api/resources/insurancePayments/client/Client.d.ts +18 -0
- package/dist/api/resources/insurancePayments/client/Client.js +18 -0
- package/dist/api/resources/insurancePayments/client/index.d.ts +1 -0
- package/dist/api/resources/insurancePayments/client/index.js +2 -0
- package/dist/api/resources/insurancePayments/index.d.ts +2 -0
- package/dist/api/resources/insurancePayments/index.js +18 -0
- package/dist/api/resources/insurancePayments/resources/index.d.ts +1 -0
- package/dist/api/resources/insurancePayments/resources/index.js +27 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +48 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +325 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/create.d.ts +28 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/create.js +58 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.d.ts +34 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/delete.js +69 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/get.d.ts +34 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/get.js +69 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.d.ts +34 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/getMulti.js +69 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/index.js +35 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +23 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.js +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +8 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.d.ts +2 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/insurancePayments/resources/v1/client/update.js +69 -0
- package/dist/api/resources/insurancePayments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insurancePayments/resources/v1/index.js +18 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +12 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePayment.js +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +11 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +8 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +10 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +9 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +11 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +7 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/insurancePayments/resources/v1/types/index.js +21 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +9 -6
- package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +4 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +9 -6
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +4 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +109 -1
- package/dist/api/resources/x12/resources/v1/types/Carc.js +108 -0
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +13 -0
- package/dist/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +34 -0
- package/dist/serialization/resources/era/types/index.d.ts +1 -0
- package/dist/serialization/resources/era/types/index.js +1 -0
- package/dist/serialization/resources/financials/types/AllocationTarget.d.ts +3 -6
- package/dist/serialization/resources/financials/types/AllocationTarget.js +3 -9
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +12 -0
- package/dist/serialization/resources/financials/types/BillingProviderAllocationTarget.js +33 -0
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +13 -0
- package/dist/serialization/resources/financials/types/ClaimAllocationTarget.js +34 -0
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +14 -0
- package/dist/serialization/resources/financials/types/ServiceLineAllocationTarget.js +35 -0
- package/dist/serialization/resources/financials/types/index.d.ts +3 -0
- package/dist/serialization/resources/financials/types/index.js +3 -0
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +14 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +46 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +27 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -0
- package/dist/serialization/resources/insurancePayments/index.d.ts +1 -0
- package/dist/serialization/resources/insurancePayments/index.js +17 -0
- package/dist/serialization/resources/insurancePayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insurancePayments/resources/index.js +27 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/create.d.ts +14 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/create.js +46 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.d.ts +18 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/delete.js +51 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +18 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/get.js +51 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +18 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +51 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/index.js +35 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +13 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +34 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/update.d.ts +18 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/client/update.js +51 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +17 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +38 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +16 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +37 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +10 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +35 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +10 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +31 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +12 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +35 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/insurancePayments/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +108 -0
- package/package.json +1 -1
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.d.ts +13 -0
- package/serialization/resources/era/types/EraNotFullyProcessedErrorMessage.js +34 -0
- package/serialization/resources/era/types/index.d.ts +1 -0
- package/serialization/resources/era/types/index.js +1 -0
- package/serialization/resources/financials/types/AllocationTarget.d.ts +3 -6
- package/serialization/resources/financials/types/AllocationTarget.js +3 -9
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.d.ts +12 -0
- package/serialization/resources/financials/types/BillingProviderAllocationTarget.js +33 -0
- package/serialization/resources/financials/types/ClaimAllocationTarget.d.ts +13 -0
- package/serialization/resources/financials/types/ClaimAllocationTarget.js +34 -0
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.d.ts +14 -0
- package/serialization/resources/financials/types/ServiceLineAllocationTarget.js +35 -0
- package/serialization/resources/financials/types/index.d.ts +3 -0
- package/serialization/resources/financials/types/index.js +3 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.d.ts +14 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/create.js +46 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/client/index.js +27 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/index.js +1 -0
- package/serialization/resources/insurancePayments/index.d.ts +1 -0
- package/serialization/resources/insurancePayments/index.js +17 -0
- package/serialization/resources/insurancePayments/resources/index.d.ts +1 -0
- package/serialization/resources/insurancePayments/resources/index.js +27 -0
- package/serialization/resources/insurancePayments/resources/v1/client/create.d.ts +14 -0
- package/serialization/resources/insurancePayments/resources/v1/client/create.js +46 -0
- package/serialization/resources/insurancePayments/resources/v1/client/delete.d.ts +18 -0
- package/serialization/resources/insurancePayments/resources/v1/client/delete.js +51 -0
- package/serialization/resources/insurancePayments/resources/v1/client/get.d.ts +18 -0
- package/serialization/resources/insurancePayments/resources/v1/client/get.js +51 -0
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.d.ts +18 -0
- package/serialization/resources/insurancePayments/resources/v1/client/getMulti.js +51 -0
- package/serialization/resources/insurancePayments/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/insurancePayments/resources/v1/client/index.js +35 -0
- package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.d.ts +13 -0
- package/serialization/resources/insurancePayments/resources/v1/client/requests/InsurancePaymentUpdate.js +34 -0
- package/serialization/resources/insurancePayments/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/insurancePayments/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/insurancePayments/resources/v1/client/update.d.ts +18 -0
- package/serialization/resources/insurancePayments/resources/v1/client/update.js +51 -0
- package/serialization/resources/insurancePayments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/insurancePayments/resources/v1/index.js +18 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.d.ts +17 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePayment.js +38 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.d.ts +16 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentCreate.js +37 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.d.ts +10 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentId.js +35 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.d.ts +10 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentSortField.js +31 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.d.ts +12 -0
- package/serialization/resources/insurancePayments/resources/v1/types/InsurancePaymentsPage.js +35 -0
- package/serialization/resources/insurancePayments/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/insurancePayments/resources/v1/types/index.js +21 -0
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Carc.js +108 -0
|
@@ -49,7 +49,7 @@ class V2 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.
|
|
52
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -103,7 +103,7 @@ class V2 {
|
|
|
103
103
|
Authorization: await this._getAuthorizationHeader(),
|
|
104
104
|
"X-Fern-Language": "JavaScript",
|
|
105
105
|
"X-Fern-SDK-Name": "candidhealth",
|
|
106
|
-
"X-Fern-SDK-Version": "0.
|
|
106
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
107
107
|
},
|
|
108
108
|
contentType: "application/json",
|
|
109
109
|
queryParameters: _queryParams,
|
|
@@ -133,7 +133,7 @@ class V2 {
|
|
|
133
133
|
Authorization: await this._getAuthorizationHeader(),
|
|
134
134
|
"X-Fern-Language": "JavaScript",
|
|
135
135
|
"X-Fern-SDK-Name": "candidhealth",
|
|
136
|
-
"X-Fern-SDK-Version": "0.
|
|
136
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
137
137
|
},
|
|
138
138
|
contentType: "application/json",
|
|
139
139
|
body: await serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -177,7 +177,7 @@ class V2 {
|
|
|
177
177
|
Authorization: await this._getAuthorizationHeader(),
|
|
178
178
|
"X-Fern-Language": "JavaScript",
|
|
179
179
|
"X-Fern-SDK-Name": "candidhealth",
|
|
180
|
-
"X-Fern-SDK-Version": "0.
|
|
180
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
181
181
|
},
|
|
182
182
|
contentType: "application/json",
|
|
183
183
|
body: await serializers.organizationServiceFacilities.v2.OrganizationServiceFacilityUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -222,7 +222,7 @@ class V2 {
|
|
|
222
222
|
Authorization: await this._getAuthorizationHeader(),
|
|
223
223
|
"X-Fern-Language": "JavaScript",
|
|
224
224
|
"X-Fern-SDK-Name": "candidhealth",
|
|
225
|
-
"X-Fern-SDK-Version": "0.
|
|
225
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
226
226
|
},
|
|
227
227
|
contentType: "application/json",
|
|
228
228
|
timeoutMs: 60000,
|
|
@@ -47,7 +47,7 @@ class V4 {
|
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
async getMulti(request = {}) {
|
|
50
|
-
const { limit, patientExternalId, claimId, serviceLineId, billingProviderId, invoiceId, sources, sort, sortDirection, pageToken, } = request;
|
|
50
|
+
const { limit, patientExternalId, claimId, serviceLineId, billingProviderId, unattributed, invoiceId, sources, sort, sortDirection, pageToken, } = request;
|
|
51
51
|
const _queryParams = new url_search_params_1.default();
|
|
52
52
|
if (limit != null) {
|
|
53
53
|
_queryParams.append("limit", limit.toString());
|
|
@@ -64,6 +64,9 @@ class V4 {
|
|
|
64
64
|
if (billingProviderId != null) {
|
|
65
65
|
_queryParams.append("billing_provider_id", billingProviderId);
|
|
66
66
|
}
|
|
67
|
+
if (unattributed != null) {
|
|
68
|
+
_queryParams.append("unattributed", unattributed.toString());
|
|
69
|
+
}
|
|
67
70
|
if (invoiceId != null) {
|
|
68
71
|
_queryParams.append("invoice_id", invoiceId);
|
|
69
72
|
}
|
|
@@ -93,7 +96,7 @@ class V4 {
|
|
|
93
96
|
Authorization: await this._getAuthorizationHeader(),
|
|
94
97
|
"X-Fern-Language": "JavaScript",
|
|
95
98
|
"X-Fern-SDK-Name": "candidhealth",
|
|
96
|
-
"X-Fern-SDK-Version": "0.
|
|
99
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
97
100
|
},
|
|
98
101
|
contentType: "application/json",
|
|
99
102
|
queryParameters: _queryParams,
|
|
@@ -127,7 +130,7 @@ class V4 {
|
|
|
127
130
|
Authorization: await this._getAuthorizationHeader(),
|
|
128
131
|
"X-Fern-Language": "JavaScript",
|
|
129
132
|
"X-Fern-SDK-Name": "candidhealth",
|
|
130
|
-
"X-Fern-SDK-Version": "0.
|
|
133
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
131
134
|
},
|
|
132
135
|
contentType: "application/json",
|
|
133
136
|
timeoutMs: 60000,
|
|
@@ -162,7 +165,7 @@ class V4 {
|
|
|
162
165
|
Authorization: await this._getAuthorizationHeader(),
|
|
163
166
|
"X-Fern-Language": "JavaScript",
|
|
164
167
|
"X-Fern-SDK-Name": "candidhealth",
|
|
165
|
-
"X-Fern-SDK-Version": "0.
|
|
168
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
166
169
|
},
|
|
167
170
|
contentType: "application/json",
|
|
168
171
|
body: await serializers.patientPayments.v4.PatientPaymentCreate.jsonOrThrow(request, {
|
|
@@ -198,7 +201,7 @@ class V4 {
|
|
|
198
201
|
Authorization: await this._getAuthorizationHeader(),
|
|
199
202
|
"X-Fern-Language": "JavaScript",
|
|
200
203
|
"X-Fern-SDK-Name": "candidhealth",
|
|
201
|
-
"X-Fern-SDK-Version": "0.
|
|
204
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
202
205
|
},
|
|
203
206
|
contentType: "application/json",
|
|
204
207
|
body: await serializers.patientPayments.v4.PatientPaymentUpdate.jsonOrThrow(request, {
|
|
@@ -234,7 +237,7 @@ class V4 {
|
|
|
234
237
|
Authorization: await this._getAuthorizationHeader(),
|
|
235
238
|
"X-Fern-Language": "JavaScript",
|
|
236
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
237
|
-
"X-Fern-SDK-Version": "0.
|
|
240
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
238
241
|
},
|
|
239
242
|
contentType: "application/json",
|
|
240
243
|
timeoutMs: 60000,
|
|
@@ -11,6 +11,10 @@ export interface GetMultiPatientPaymentsRequest {
|
|
|
11
11
|
claimId?: CandidApi.ClaimId;
|
|
12
12
|
serviceLineId?: CandidApi.ServiceLineId;
|
|
13
13
|
billingProviderId?: CandidApi.ProviderId;
|
|
14
|
+
/**
|
|
15
|
+
* returns payments with unattributed allocations if set to true
|
|
16
|
+
*/
|
|
17
|
+
unattributed?: boolean;
|
|
14
18
|
invoiceId?: CandidApi.InvoiceId;
|
|
15
19
|
sources?: CandidApi.PatientTransactionSource | CandidApi.PatientTransactionSource[];
|
|
16
20
|
/**
|
|
@@ -47,7 +47,7 @@ class V1 {
|
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
async getMulti(request = {}) {
|
|
50
|
-
const { limit, patientExternalId, claimId, serviceLineId, billingProviderId, invoiceId, sources, sort, sortDirection, pageToken, } = request;
|
|
50
|
+
const { limit, patientExternalId, claimId, serviceLineId, billingProviderId, unattributed, invoiceId, sources, sort, sortDirection, pageToken, } = request;
|
|
51
51
|
const _queryParams = new url_search_params_1.default();
|
|
52
52
|
if (limit != null) {
|
|
53
53
|
_queryParams.append("limit", limit.toString());
|
|
@@ -64,6 +64,9 @@ class V1 {
|
|
|
64
64
|
if (billingProviderId != null) {
|
|
65
65
|
_queryParams.append("billing_provider_id", billingProviderId);
|
|
66
66
|
}
|
|
67
|
+
if (unattributed != null) {
|
|
68
|
+
_queryParams.append("unattributed", unattributed.toString());
|
|
69
|
+
}
|
|
67
70
|
if (invoiceId != null) {
|
|
68
71
|
_queryParams.append("invoice_id", invoiceId);
|
|
69
72
|
}
|
|
@@ -93,7 +96,7 @@ class V1 {
|
|
|
93
96
|
Authorization: await this._getAuthorizationHeader(),
|
|
94
97
|
"X-Fern-Language": "JavaScript",
|
|
95
98
|
"X-Fern-SDK-Name": "candidhealth",
|
|
96
|
-
"X-Fern-SDK-Version": "0.
|
|
99
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
97
100
|
},
|
|
98
101
|
contentType: "application/json",
|
|
99
102
|
queryParameters: _queryParams,
|
|
@@ -127,7 +130,7 @@ class V1 {
|
|
|
127
130
|
Authorization: await this._getAuthorizationHeader(),
|
|
128
131
|
"X-Fern-Language": "JavaScript",
|
|
129
132
|
"X-Fern-SDK-Name": "candidhealth",
|
|
130
|
-
"X-Fern-SDK-Version": "0.
|
|
133
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
131
134
|
},
|
|
132
135
|
contentType: "application/json",
|
|
133
136
|
timeoutMs: 60000,
|
|
@@ -162,7 +165,7 @@ class V1 {
|
|
|
162
165
|
Authorization: await this._getAuthorizationHeader(),
|
|
163
166
|
"X-Fern-Language": "JavaScript",
|
|
164
167
|
"X-Fern-SDK-Name": "candidhealth",
|
|
165
|
-
"X-Fern-SDK-Version": "0.
|
|
168
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
166
169
|
},
|
|
167
170
|
contentType: "application/json",
|
|
168
171
|
body: await serializers.patientRefunds.v1.PatientRefundCreate.jsonOrThrow(request, {
|
|
@@ -198,7 +201,7 @@ class V1 {
|
|
|
198
201
|
Authorization: await this._getAuthorizationHeader(),
|
|
199
202
|
"X-Fern-Language": "JavaScript",
|
|
200
203
|
"X-Fern-SDK-Name": "candidhealth",
|
|
201
|
-
"X-Fern-SDK-Version": "0.
|
|
204
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
202
205
|
},
|
|
203
206
|
contentType: "application/json",
|
|
204
207
|
body: await serializers.patientRefunds.v1.PatientRefundUpdate.jsonOrThrow(request, {
|
|
@@ -234,7 +237,7 @@ class V1 {
|
|
|
234
237
|
Authorization: await this._getAuthorizationHeader(),
|
|
235
238
|
"X-Fern-Language": "JavaScript",
|
|
236
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
237
|
-
"X-Fern-SDK-Version": "0.
|
|
240
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
238
241
|
},
|
|
239
242
|
contentType: "application/json",
|
|
240
243
|
timeoutMs: 60000,
|
package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts
CHANGED
|
@@ -11,6 +11,10 @@ export interface GetMultiPatientRefundsRequest {
|
|
|
11
11
|
claimId?: CandidApi.ClaimId;
|
|
12
12
|
serviceLineId?: CandidApi.ServiceLineId;
|
|
13
13
|
billingProviderId?: CandidApi.ProviderId;
|
|
14
|
+
/**
|
|
15
|
+
* returns payments with unattributed allocations if set to true
|
|
16
|
+
*/
|
|
17
|
+
unattributed?: boolean;
|
|
14
18
|
invoiceId?: CandidApi.InvoiceId;
|
|
15
19
|
sources?: CandidApi.PatientTransactionSource | CandidApi.PatientTransactionSource[];
|
|
16
20
|
/**
|
|
@@ -49,7 +49,7 @@ class V3 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.
|
|
52
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -89,7 +89,7 @@ class V3 {
|
|
|
89
89
|
Authorization: await this._getAuthorizationHeader(),
|
|
90
90
|
"X-Fern-Language": "JavaScript",
|
|
91
91
|
"X-Fern-SDK-Name": "candidhealth",
|
|
92
|
-
"X-Fern-SDK-Version": "0.
|
|
92
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
93
93
|
},
|
|
94
94
|
contentType: "application/json",
|
|
95
95
|
queryParameters: _queryParams,
|
|
@@ -48,7 +48,7 @@ class ServiceFacility {
|
|
|
48
48
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.
|
|
51
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
52
52
|
},
|
|
53
53
|
contentType: "application/json",
|
|
54
54
|
body: await serializers.EncounterServiceFacilityUpdate.jsonOrThrow(request, {
|
|
@@ -49,7 +49,7 @@ class V3 {
|
|
|
49
49
|
Authorization: await this._getAuthorizationHeader(),
|
|
50
50
|
"X-Fern-Language": "JavaScript",
|
|
51
51
|
"X-Fern-SDK-Name": "candidhealth",
|
|
52
|
-
"X-Fern-SDK-Version": "0.
|
|
52
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
53
53
|
},
|
|
54
54
|
contentType: "application/json",
|
|
55
55
|
timeoutMs: 60000,
|
|
@@ -119,7 +119,7 @@ class V3 {
|
|
|
119
119
|
Authorization: await this._getAuthorizationHeader(),
|
|
120
120
|
"X-Fern-Language": "JavaScript",
|
|
121
121
|
"X-Fern-SDK-Name": "candidhealth",
|
|
122
|
-
"X-Fern-SDK-Version": "0.
|
|
122
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
123
123
|
},
|
|
124
124
|
contentType: "application/json",
|
|
125
125
|
queryParameters: _queryParams,
|
|
@@ -163,7 +163,7 @@ class V3 {
|
|
|
163
163
|
Authorization: await this._getAuthorizationHeader(),
|
|
164
164
|
"X-Fern-Language": "JavaScript",
|
|
165
165
|
"X-Fern-SDK-Name": "candidhealth",
|
|
166
|
-
"X-Fern-SDK-Version": "0.
|
|
166
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
167
167
|
},
|
|
168
168
|
contentType: "application/json",
|
|
169
169
|
timeoutMs: 60000,
|
|
@@ -207,7 +207,7 @@ class V3 {
|
|
|
207
207
|
Authorization: await this._getAuthorizationHeader(),
|
|
208
208
|
"X-Fern-Language": "JavaScript",
|
|
209
209
|
"X-Fern-SDK-Name": "candidhealth",
|
|
210
|
-
"X-Fern-SDK-Version": "0.
|
|
210
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
211
211
|
},
|
|
212
212
|
contentType: "application/json",
|
|
213
213
|
body: await serializers.tasks.v3.TaskCreateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -237,7 +237,7 @@ class V3 {
|
|
|
237
237
|
Authorization: await this._getAuthorizationHeader(),
|
|
238
238
|
"X-Fern-Language": "JavaScript",
|
|
239
239
|
"X-Fern-SDK-Name": "candidhealth",
|
|
240
|
-
"X-Fern-SDK-Version": "0.
|
|
240
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
241
241
|
},
|
|
242
242
|
contentType: "application/json",
|
|
243
243
|
body: await serializers.tasks.v3.TaskUpdateV3.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -92,7 +92,7 @@ class V1 {
|
|
|
92
92
|
Authorization: await this._getAuthorizationHeader(),
|
|
93
93
|
"X-Fern-Language": "JavaScript",
|
|
94
94
|
"X-Fern-SDK-Name": "candidhealth",
|
|
95
|
-
"X-Fern-SDK-Version": "0.
|
|
95
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
96
96
|
},
|
|
97
97
|
contentType: "application/json",
|
|
98
98
|
queryParameters: _queryParams,
|
|
@@ -126,7 +126,7 @@ class V1 {
|
|
|
126
126
|
Authorization: await this._getAuthorizationHeader(),
|
|
127
127
|
"X-Fern-Language": "JavaScript",
|
|
128
128
|
"X-Fern-SDK-Name": "candidhealth",
|
|
129
|
-
"X-Fern-SDK-Version": "0.
|
|
129
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
130
130
|
},
|
|
131
131
|
contentType: "application/json",
|
|
132
132
|
timeoutMs: 60000,
|
|
@@ -161,7 +161,7 @@ class V1 {
|
|
|
161
161
|
Authorization: await this._getAuthorizationHeader(),
|
|
162
162
|
"X-Fern-Language": "JavaScript",
|
|
163
163
|
"X-Fern-SDK-Name": "candidhealth",
|
|
164
|
-
"X-Fern-SDK-Version": "0.
|
|
164
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
165
165
|
},
|
|
166
166
|
contentType: "application/json",
|
|
167
167
|
body: await serializers.writeOffs.v1.CreateWriteOffsRequest.jsonOrThrow(request, {
|
|
@@ -197,7 +197,7 @@ class V1 {
|
|
|
197
197
|
Authorization: await this._getAuthorizationHeader(),
|
|
198
198
|
"X-Fern-Language": "JavaScript",
|
|
199
199
|
"X-Fern-SDK-Name": "candidhealth",
|
|
200
|
-
"X-Fern-SDK-Version": "0.
|
|
200
|
+
"X-Fern-SDK-Version": "0.16.1",
|
|
201
201
|
},
|
|
202
202
|
contentType: "application/json",
|
|
203
203
|
timeoutMs: 60000,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type Carc = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32";
|
|
4
|
+
export declare type Carc = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "16" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "26" | "27" | "29" | "31" | "32" | "33" | "34" | "35" | "39" | "40" | "44" | "45" | "49" | "50" | "51" | "53" | "54" | "55" | "56" | "58" | "59" | "60" | "61" | "66" | "69" | "70" | "74" | "75" | "76" | "78" | "85" | "89" | "90" | "91" | "94" | "95" | "96" | "97" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "114" | "115" | "116" | "117" | "118" | "119" | "121" | "122" | "125" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "139" | "140" | "142" | "143" | "144" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "157" | "158" | "159" | "160" | "161" | "163" | "164" | "166" | "167" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184" | "185" | "186" | "187" | "188" | "189" | "190" | "192" | "193" | "194" | "195" | "197" | "198" | "199" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "209" | "210" | "211" | "212" | "213" | "215" | "216" | "219" | "222" | "223" | "224" | "225" | "226" | "227" | "228" | "229" | "231" | "232" | "233" | "234" | "235" | "236" | "237" | "238" | "239" | "240" | "241" | "242" | "243" | "245" | "246" | "247" | "248" | "249" | "250" | "251" | "252" | "253" | "254" | "256" | "257" | "258" | "259" | "260" | "261" | "262" | "263" | "264" | "265" | "266" | "267" | "268" | "269" | "270" | "271" | "272" | "273" | "274" | "275" | "276" | "277" | "278" | "279" | "280" | "281" | "282" | "283" | "284" | "285" | "286" | "287" | "288" | "289" | "290" | "291" | "292" | "293" | "294" | "295" | "296" | "297" | "298" | "299" | "300" | "301" | "302" | "303" | "304" | "305" | "A0" | "A1" | "A5" | "A6" | "A8" | "B1" | "B4" | "B7" | "B8" | "B9" | "B10" | "B11" | "B12" | "B13" | "B14" | "B15" | "B16" | "B20" | "B22" | "B23" | "P1" | "P2" | "P3" | "P4" | "P5" | "P6" | "P7" | "P8" | "P9" | "P10" | "P11" | "P12" | "P13" | "P14" | "P15" | "P16" | "P17" | "P18" | "P19" | "P20" | "P21" | "P22" | "P23" | "P24" | "P25" | "P26" | "P27" | "P28" | "P29" | "P30" | "P31" | "P32" | "17" | "25" | "28" | "30" | "36" | "37" | "38" | "41" | "42" | "43" | "46" | "47" | "48" | "52" | "57" | "62" | "63" | "64" | "65" | "67" | "68" | "71" | "72" | "73" | "77" | "79" | "80" | "81" | "82" | "83" | "84" | "86" | "87" | "88" | "92" | "93" | "98" | "99" | "113" | "120" | "123" | "124" | "126" | "127" | "138" | "141" | "145" | "156" | "162" | "165" | "168" | "191" | "196" | "214" | "217" | "218" | "220" | "221" | "230" | "244" | "255" | "A2" | "A3" | "A4" | "A7" | "B2" | "B3" | "B5" | "B6" | "B17" | "B18" | "B19" | "B21" | "D1" | "D2" | "D3" | "D4" | "D5" | "D6" | "D7" | "D8" | "D9" | "D10" | "D11" | "D12" | "D14" | "D15" | "D16" | "D17" | "D18" | "D19" | "D20" | "D21" | "D22" | "D23" | "W1" | "W2" | "W3" | "W4" | "W5" | "W6" | "W7" | "W8" | "W9" | "Y1" | "Y2" | "Y3";
|
|
5
5
|
export declare const Carc: {
|
|
6
6
|
readonly Carc1: "1";
|
|
7
7
|
readonly Carc2: "2";
|
|
@@ -84,6 +84,7 @@ export declare const Carc: {
|
|
|
84
84
|
readonly Carc119: "119";
|
|
85
85
|
readonly Carc121: "121";
|
|
86
86
|
readonly Carc122: "122";
|
|
87
|
+
readonly Carc125: "125";
|
|
87
88
|
readonly Carc128: "128";
|
|
88
89
|
readonly Carc129: "129";
|
|
89
90
|
readonly Carc130: "130";
|
|
@@ -297,4 +298,111 @@ export declare const Carc: {
|
|
|
297
298
|
readonly CarcP30: "P30";
|
|
298
299
|
readonly CarcP31: "P31";
|
|
299
300
|
readonly CarcP32: "P32";
|
|
301
|
+
readonly Carc17: "17";
|
|
302
|
+
readonly Carc25: "25";
|
|
303
|
+
readonly Carc28: "28";
|
|
304
|
+
readonly Carc30: "30";
|
|
305
|
+
readonly Carc36: "36";
|
|
306
|
+
readonly Carc37: "37";
|
|
307
|
+
readonly Carc38: "38";
|
|
308
|
+
readonly Carc41: "41";
|
|
309
|
+
readonly Carc42: "42";
|
|
310
|
+
readonly Carc43: "43";
|
|
311
|
+
readonly Carc46: "46";
|
|
312
|
+
readonly Carc47: "47";
|
|
313
|
+
readonly Carc48: "48";
|
|
314
|
+
readonly Carc52: "52";
|
|
315
|
+
readonly Carc57: "57";
|
|
316
|
+
readonly Carc62: "62";
|
|
317
|
+
readonly Carc63: "63";
|
|
318
|
+
readonly Carc64: "64";
|
|
319
|
+
readonly Carc65: "65";
|
|
320
|
+
readonly Carc67: "67";
|
|
321
|
+
readonly Carc68: "68";
|
|
322
|
+
readonly Carc71: "71";
|
|
323
|
+
readonly Carc72: "72";
|
|
324
|
+
readonly Carc73: "73";
|
|
325
|
+
readonly Carc77: "77";
|
|
326
|
+
readonly Carc79: "79";
|
|
327
|
+
readonly Carc80: "80";
|
|
328
|
+
readonly Carc81: "81";
|
|
329
|
+
readonly Carc82: "82";
|
|
330
|
+
readonly Carc83: "83";
|
|
331
|
+
readonly Carc84: "84";
|
|
332
|
+
readonly Carc86: "86";
|
|
333
|
+
readonly Carc87: "87";
|
|
334
|
+
readonly Carc88: "88";
|
|
335
|
+
readonly Carc92: "92";
|
|
336
|
+
readonly Carc93: "93";
|
|
337
|
+
readonly Carc98: "98";
|
|
338
|
+
readonly Carc99: "99";
|
|
339
|
+
readonly Carc113: "113";
|
|
340
|
+
readonly Carc120: "120";
|
|
341
|
+
readonly Carc123: "123";
|
|
342
|
+
readonly Carc124: "124";
|
|
343
|
+
readonly Carc126: "126";
|
|
344
|
+
readonly Carc127: "127";
|
|
345
|
+
readonly Carc138: "138";
|
|
346
|
+
readonly Carc141: "141";
|
|
347
|
+
readonly Carc145: "145";
|
|
348
|
+
readonly Carc156: "156";
|
|
349
|
+
readonly Carc162: "162";
|
|
350
|
+
readonly Carc165: "165";
|
|
351
|
+
readonly Carc168: "168";
|
|
352
|
+
readonly Carc191: "191";
|
|
353
|
+
readonly Carc196: "196";
|
|
354
|
+
readonly Carc214: "214";
|
|
355
|
+
readonly Carc217: "217";
|
|
356
|
+
readonly Carc218: "218";
|
|
357
|
+
readonly Carc220: "220";
|
|
358
|
+
readonly Carc221: "221";
|
|
359
|
+
readonly Carc230: "230";
|
|
360
|
+
readonly Carc244: "244";
|
|
361
|
+
readonly Carc255: "255";
|
|
362
|
+
readonly CarcA2: "A2";
|
|
363
|
+
readonly CarcA3: "A3";
|
|
364
|
+
readonly CarcA4: "A4";
|
|
365
|
+
readonly CarcA7: "A7";
|
|
366
|
+
readonly CarcB2: "B2";
|
|
367
|
+
readonly CarcB3: "B3";
|
|
368
|
+
readonly CarcB5: "B5";
|
|
369
|
+
readonly CarcB6: "B6";
|
|
370
|
+
readonly CarcB17: "B17";
|
|
371
|
+
readonly CarcB18: "B18";
|
|
372
|
+
readonly CarcB19: "B19";
|
|
373
|
+
readonly CarcB21: "B21";
|
|
374
|
+
readonly CarcD1: "D1";
|
|
375
|
+
readonly CarcD2: "D2";
|
|
376
|
+
readonly CarcD3: "D3";
|
|
377
|
+
readonly CarcD4: "D4";
|
|
378
|
+
readonly CarcD5: "D5";
|
|
379
|
+
readonly CarcD6: "D6";
|
|
380
|
+
readonly CarcD7: "D7";
|
|
381
|
+
readonly CarcD8: "D8";
|
|
382
|
+
readonly CarcD9: "D9";
|
|
383
|
+
readonly CarcD10: "D10";
|
|
384
|
+
readonly CarcD11: "D11";
|
|
385
|
+
readonly CarcD12: "D12";
|
|
386
|
+
readonly CarcD14: "D14";
|
|
387
|
+
readonly CarcD15: "D15";
|
|
388
|
+
readonly CarcD16: "D16";
|
|
389
|
+
readonly CarcD17: "D17";
|
|
390
|
+
readonly CarcD18: "D18";
|
|
391
|
+
readonly CarcD19: "D19";
|
|
392
|
+
readonly CarcD20: "D20";
|
|
393
|
+
readonly CarcD21: "D21";
|
|
394
|
+
readonly CarcD22: "D22";
|
|
395
|
+
readonly CarcD23: "D23";
|
|
396
|
+
readonly CarcW1: "W1";
|
|
397
|
+
readonly CarcW2: "W2";
|
|
398
|
+
readonly CarcW3: "W3";
|
|
399
|
+
readonly CarcW4: "W4";
|
|
400
|
+
readonly CarcW5: "W5";
|
|
401
|
+
readonly CarcW6: "W6";
|
|
402
|
+
readonly CarcW7: "W7";
|
|
403
|
+
readonly CarcW8: "W8";
|
|
404
|
+
readonly CarcW9: "W9";
|
|
405
|
+
readonly CarcY1: "Y1";
|
|
406
|
+
readonly CarcY2: "Y2";
|
|
407
|
+
readonly CarcY3: "Y3";
|
|
300
408
|
};
|
|
@@ -86,6 +86,7 @@ exports.Carc = {
|
|
|
86
86
|
Carc119: "119",
|
|
87
87
|
Carc121: "121",
|
|
88
88
|
Carc122: "122",
|
|
89
|
+
Carc125: "125",
|
|
89
90
|
Carc128: "128",
|
|
90
91
|
Carc129: "129",
|
|
91
92
|
Carc130: "130",
|
|
@@ -299,4 +300,111 @@ exports.Carc = {
|
|
|
299
300
|
CarcP30: "P30",
|
|
300
301
|
CarcP31: "P31",
|
|
301
302
|
CarcP32: "P32",
|
|
303
|
+
Carc17: "17",
|
|
304
|
+
Carc25: "25",
|
|
305
|
+
Carc28: "28",
|
|
306
|
+
Carc30: "30",
|
|
307
|
+
Carc36: "36",
|
|
308
|
+
Carc37: "37",
|
|
309
|
+
Carc38: "38",
|
|
310
|
+
Carc41: "41",
|
|
311
|
+
Carc42: "42",
|
|
312
|
+
Carc43: "43",
|
|
313
|
+
Carc46: "46",
|
|
314
|
+
Carc47: "47",
|
|
315
|
+
Carc48: "48",
|
|
316
|
+
Carc52: "52",
|
|
317
|
+
Carc57: "57",
|
|
318
|
+
Carc62: "62",
|
|
319
|
+
Carc63: "63",
|
|
320
|
+
Carc64: "64",
|
|
321
|
+
Carc65: "65",
|
|
322
|
+
Carc67: "67",
|
|
323
|
+
Carc68: "68",
|
|
324
|
+
Carc71: "71",
|
|
325
|
+
Carc72: "72",
|
|
326
|
+
Carc73: "73",
|
|
327
|
+
Carc77: "77",
|
|
328
|
+
Carc79: "79",
|
|
329
|
+
Carc80: "80",
|
|
330
|
+
Carc81: "81",
|
|
331
|
+
Carc82: "82",
|
|
332
|
+
Carc83: "83",
|
|
333
|
+
Carc84: "84",
|
|
334
|
+
Carc86: "86",
|
|
335
|
+
Carc87: "87",
|
|
336
|
+
Carc88: "88",
|
|
337
|
+
Carc92: "92",
|
|
338
|
+
Carc93: "93",
|
|
339
|
+
Carc98: "98",
|
|
340
|
+
Carc99: "99",
|
|
341
|
+
Carc113: "113",
|
|
342
|
+
Carc120: "120",
|
|
343
|
+
Carc123: "123",
|
|
344
|
+
Carc124: "124",
|
|
345
|
+
Carc126: "126",
|
|
346
|
+
Carc127: "127",
|
|
347
|
+
Carc138: "138",
|
|
348
|
+
Carc141: "141",
|
|
349
|
+
Carc145: "145",
|
|
350
|
+
Carc156: "156",
|
|
351
|
+
Carc162: "162",
|
|
352
|
+
Carc165: "165",
|
|
353
|
+
Carc168: "168",
|
|
354
|
+
Carc191: "191",
|
|
355
|
+
Carc196: "196",
|
|
356
|
+
Carc214: "214",
|
|
357
|
+
Carc217: "217",
|
|
358
|
+
Carc218: "218",
|
|
359
|
+
Carc220: "220",
|
|
360
|
+
Carc221: "221",
|
|
361
|
+
Carc230: "230",
|
|
362
|
+
Carc244: "244",
|
|
363
|
+
Carc255: "255",
|
|
364
|
+
CarcA2: "A2",
|
|
365
|
+
CarcA3: "A3",
|
|
366
|
+
CarcA4: "A4",
|
|
367
|
+
CarcA7: "A7",
|
|
368
|
+
CarcB2: "B2",
|
|
369
|
+
CarcB3: "B3",
|
|
370
|
+
CarcB5: "B5",
|
|
371
|
+
CarcB6: "B6",
|
|
372
|
+
CarcB17: "B17",
|
|
373
|
+
CarcB18: "B18",
|
|
374
|
+
CarcB19: "B19",
|
|
375
|
+
CarcB21: "B21",
|
|
376
|
+
CarcD1: "D1",
|
|
377
|
+
CarcD2: "D2",
|
|
378
|
+
CarcD3: "D3",
|
|
379
|
+
CarcD4: "D4",
|
|
380
|
+
CarcD5: "D5",
|
|
381
|
+
CarcD6: "D6",
|
|
382
|
+
CarcD7: "D7",
|
|
383
|
+
CarcD8: "D8",
|
|
384
|
+
CarcD9: "D9",
|
|
385
|
+
CarcD10: "D10",
|
|
386
|
+
CarcD11: "D11",
|
|
387
|
+
CarcD12: "D12",
|
|
388
|
+
CarcD14: "D14",
|
|
389
|
+
CarcD15: "D15",
|
|
390
|
+
CarcD16: "D16",
|
|
391
|
+
CarcD17: "D17",
|
|
392
|
+
CarcD18: "D18",
|
|
393
|
+
CarcD19: "D19",
|
|
394
|
+
CarcD20: "D20",
|
|
395
|
+
CarcD21: "D21",
|
|
396
|
+
CarcD22: "D22",
|
|
397
|
+
CarcD23: "D23",
|
|
398
|
+
CarcW1: "W1",
|
|
399
|
+
CarcW2: "W2",
|
|
400
|
+
CarcW3: "W3",
|
|
401
|
+
CarcW4: "W4",
|
|
402
|
+
CarcW5: "W5",
|
|
403
|
+
CarcW6: "W6",
|
|
404
|
+
CarcW7: "W7",
|
|
405
|
+
CarcW8: "W8",
|
|
406
|
+
CarcW9: "W9",
|
|
407
|
+
CarcY1: "Y1",
|
|
408
|
+
CarcY2: "Y2",
|
|
409
|
+
CarcY3: "Y3",
|
|
302
410
|
};
|
package/dist/Client.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { ExpectedNetworkStatus } from "./api/resources/expectedNetworkStatus/cli
|
|
|
12
12
|
import { Exports } from "./api/resources/exports/client/Client";
|
|
13
13
|
import { Guarantor } from "./api/resources/guarantor/client/Client";
|
|
14
14
|
import { InsuranceAdjudications } from "./api/resources/insuranceAdjudications/client/Client";
|
|
15
|
+
import { InsurancePayments } from "./api/resources/insurancePayments/client/Client";
|
|
15
16
|
import { InsuranceRefunds } from "./api/resources/insuranceRefunds/client/Client";
|
|
16
17
|
import { OrganizationServiceFacilities } from "./api/resources/organizationServiceFacilities/client/Client";
|
|
17
18
|
import { OrganizationProviders } from "./api/resources/organizationProviders/client/Client";
|
|
@@ -48,6 +49,8 @@ export declare class CandidApiClient {
|
|
|
48
49
|
get guarantor(): Guarantor;
|
|
49
50
|
protected _insuranceAdjudications: InsuranceAdjudications | undefined;
|
|
50
51
|
get insuranceAdjudications(): InsuranceAdjudications;
|
|
52
|
+
protected _insurancePayments: InsurancePayments | undefined;
|
|
53
|
+
get insurancePayments(): InsurancePayments;
|
|
51
54
|
protected _insuranceRefunds: InsuranceRefunds | undefined;
|
|
52
55
|
get insuranceRefunds(): InsuranceRefunds;
|
|
53
56
|
protected _organizationServiceFacilities: OrganizationServiceFacilities | undefined;
|