candidhealth 0.40.3 → 0.41.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 +3 -0
- package/Client.js +19 -14
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +11 -0
- package/api/resources/chargeCapture/resources/v1/client/Client.js +63 -5
- package/api/resources/chargeCapture/resources/v1/client/index.d.ts +1 -0
- package/api/resources/chargeCapture/resources/v1/client/index.js +2 -1
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +17 -0
- package/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChange.d.ts +34 -0
- package/api/resources/chargeCapture/resources/v1/client/updatePostBilledChange.js +79 -0
- package/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -0
- package/api/resources/{chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts → chargeCapture/resources/v1/types/ChargeCaptureError.d.ts} +1 -1
- package/api/resources/chargeCapture/resources/v1/types/index.d.ts +1 -0
- package/api/resources/chargeCapture/resources/v1/types/index.js +1 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +7 -35
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +0 -11
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -7
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +0 -11
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +1 -1
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +0 -1
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +0 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/diagnoses/client/Client.js +3 -3
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/api/resources/encounters/resources/v4/client/Client.js +5 -5
- 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 +1 -0
- package/api/resources/index.js +3 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- 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/payerPlanGroups/client/Client.d.ts +30 -0
- package/api/resources/payerPlanGroups/client/Client.js +17 -0
- package/api/resources/payerPlanGroups/client/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/client/index.js +2 -0
- package/api/resources/payerPlanGroups/index.d.ts +2 -0
- package/api/resources/payerPlanGroups/index.js +18 -0
- package/api/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/resources/index.js +37 -0
- package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +100 -0
- package/api/resources/payerPlanGroups/resources/v1/client/Client.js +435 -0
- package/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +34 -0
- package/api/resources/payerPlanGroups/resources/v1/client/create.js +79 -0
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +34 -0
- package/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +79 -0
- package/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +34 -0
- package/api/resources/payerPlanGroups/resources/v1/client/get.js +79 -0
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +28 -0
- package/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +68 -0
- package/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +6 -0
- package/api/resources/payerPlanGroups/resources/v1/client/index.js +45 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +47 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/payerPlanGroups/resources/v1/client/requests/index.js +2 -0
- package/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +40 -0
- package/api/resources/payerPlanGroups/resources/v1/client/update.js +90 -0
- package/api/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/api/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +8 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +7 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +9 -0
- package/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +11 -0
- package/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/api/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
- package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
- package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/api/resources/tasks/resources/commons/types/TaskCategory.d.ts +2 -1
- package/api/resources/tasks/resources/commons/types/TaskCategory.js +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +19 -14
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +11 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +63 -5
- package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/index.js +2 -1
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +17 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChange.d.ts +34 -0
- package/dist/api/resources/chargeCapture/resources/v1/client/updatePostBilledChange.js +79 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -0
- package/dist/api/resources/{chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts → chargeCapture/resources/v1/types/ChargeCaptureError.d.ts} +1 -1
- package/dist/api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js +5 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/chargeCapture/resources/v1/types/index.js +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +7 -35
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +1 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +0 -11
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +1 -7
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +0 -11
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +1 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +0 -1
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +0 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/diagnoses/client/Client.js +3 -3
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounters/resources/v4/client/Client.js +5 -5
- 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 +1 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
- 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/payerPlanGroups/client/Client.d.ts +30 -0
- package/dist/api/resources/payerPlanGroups/client/Client.js +17 -0
- package/dist/api/resources/payerPlanGroups/client/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/client/index.js +2 -0
- package/dist/api/resources/payerPlanGroups/index.d.ts +2 -0
- package/dist/api/resources/payerPlanGroups/index.js +18 -0
- package/dist/api/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/resources/index.js +37 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +100 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +435 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.d.ts +34 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/create.js +79 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +34 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/deactivate.js +79 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.d.ts +34 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/get.js +79 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +28 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/getMulti.js +68 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +6 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/index.js +45 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +47 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.d.ts +40 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/client/update.js +90 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +8 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +7 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +9 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +11 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +7 -7
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +9 -9
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +11 -11
- package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
- 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/tasks/resources/commons/types/TaskCategory.d.ts +2 -1
- package/dist/api/resources/tasks/resources/commons/types/TaskCategory.js +1 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -6
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +12 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +43 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +3 -1
- package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChange.d.ts +20 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChange.js +77 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -0
- package/dist/serialization/resources/{chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts → chargeCapture/resources/v1/types/ChargeCaptureError.d.ts} +2 -2
- package/{serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js → dist/serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js} +2 -2
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCapture/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +0 -2
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +1 -3
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +2 -2
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +2 -2
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +0 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +0 -1
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/payerPlanGroups/index.d.ts +1 -0
- package/dist/serialization/resources/payerPlanGroups/index.js +17 -0
- package/dist/serialization/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/dist/serialization/resources/payerPlanGroups/resources/index.js +37 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +20 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/create.js +77 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +20 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +77 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +20 -0
- package/{serialization/resources/chargeCaptureBundles → dist/serialization/resources/payerPlanGroups}/resources/v1/client/get.js +11 -5
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +15 -0
- package/dist/serialization/resources/{chargeCaptureBundles/resources/v1/client/get.js → payerPlanGroups/resources/v1/client/getMulti.js} +5 -5
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +5 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/index.js +41 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +25 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/client/update.js +83 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +16 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +47 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +17 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +50 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +14 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +45 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +14 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +47 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +10 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +41 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
- package/dist/serialization/resources/tasks/resources/commons/types/TaskCategory.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +406 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/chargeCapture/resources/v1/client/index.js +2 -1
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.d.ts +12 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js +43 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/chargeCapture/resources/v1/client/requests/index.js +3 -1
- package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChange.d.ts +20 -0
- package/serialization/resources/chargeCapture/resources/v1/client/updatePostBilledChange.js +77 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +2 -0
- package/serialization/resources/chargeCapture/resources/v1/types/ChargeCapture.js +2 -0
- package/serialization/resources/{chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts → chargeCapture/resources/v1/types/ChargeCaptureError.d.ts} +2 -2
- package/{dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js → serialization/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js} +2 -2
- package/serialization/resources/chargeCapture/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/chargeCapture/resources/v1/types/index.js +1 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +0 -2
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +1 -3
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +2 -2
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +2 -2
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +0 -1
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +0 -1
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/payerPlanGroups/index.d.ts +1 -0
- package/serialization/resources/payerPlanGroups/index.js +17 -0
- package/serialization/resources/payerPlanGroups/resources/index.d.ts +1 -0
- package/serialization/resources/payerPlanGroups/resources/index.js +37 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.d.ts +20 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/create.js +77 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.d.ts +20 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/deactivate.js +77 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/get.d.ts +20 -0
- package/serialization/resources/{chargeCaptureBundles/resources/v1/client/getAll.js → payerPlanGroups/resources/v1/client/get.js} +11 -5
- package/serialization/resources/payerPlanGroups/resources/v1/client/getMulti.d.ts +15 -0
- package/{dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js → serialization/resources/payerPlanGroups/resources/v1/client/getMulti.js} +5 -5
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.d.ts +5 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/index.js +41 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.d.ts +25 -0
- package/serialization/resources/payerPlanGroups/resources/v1/client/update.js +83 -0
- package/serialization/resources/payerPlanGroups/resources/v1/index.d.ts +2 -0
- package/serialization/resources/payerPlanGroups/resources/v1/index.js +18 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.d.ts +16 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/MutablePayerPlanGroup.js +47 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.d.ts +17 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroup.js +50 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.d.ts +14 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupAlreadyExistsError.js +45 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts +14 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.js +47 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts +10 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js +41 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/payerPlanGroups/resources/v1/types/index.js +21 -0
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.d.ts +1 -1
- package/serialization/resources/tasks/resources/commons/types/TaskCategory.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +0 -15
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +0 -15
- /package/api/resources/{chargeCaptureBundles/resources/v1/types/ChargeBundleError.js → chargeCapture/resources/v1/client/requests/ChargeCapturePostBilledChangeUpdate.js} +0 -0
- /package/{dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js → api/resources/chargeCapture/resources/v1/types/ChargeCaptureError.js} +0 -0
package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupPage.d.ts
ADDED
|
@@ -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 { PayerPlanGroup } from "./PayerPlanGroup";
|
|
8
|
+
import { ResourcePage } from "../../../../commons/types/ResourcePage";
|
|
9
|
+
export declare const PayerPlanGroupPage: core.serialization.ObjectSchema<serializers.payerPlanGroups.v1.PayerPlanGroupPage.Raw, CandidApi.payerPlanGroups.v1.PayerPlanGroupPage>;
|
|
10
|
+
export declare namespace PayerPlanGroupPage {
|
|
11
|
+
interface Raw extends ResourcePage.Raw {
|
|
12
|
+
items: PayerPlanGroup.Raw[];
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PayerPlanGroupPage = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../../core"));
|
|
41
|
+
const PayerPlanGroup_1 = require("./PayerPlanGroup");
|
|
42
|
+
const ResourcePage_1 = require("../../../../commons/types/ResourcePage");
|
|
43
|
+
exports.PayerPlanGroupPage = core.serialization
|
|
44
|
+
.object({
|
|
45
|
+
items: core.serialization.list(PayerPlanGroup_1.PayerPlanGroup),
|
|
46
|
+
})
|
|
47
|
+
.extend(ResourcePage_1.ResourcePage);
|
package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.d.ts
ADDED
|
@@ -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 PayerPlanGroupSortField: core.serialization.Schema<serializers.payerPlanGroups.v1.PayerPlanGroupSortField.Raw, CandidApi.payerPlanGroups.v1.PayerPlanGroupSortField>;
|
|
8
|
+
export declare namespace PayerPlanGroupSortField {
|
|
9
|
+
type Raw = "plan_group_name" | "plan_type" | "created_at";
|
|
10
|
+
}
|
package/dist/serialization/resources/payerPlanGroups/resources/v1/types/PayerPlanGroupSortField.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PayerPlanGroupSortField = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../../core"));
|
|
41
|
+
exports.PayerPlanGroupSortField = core.serialization.enum_(["plan_group_name", "plan_type", "created_at"]);
|
|
@@ -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("./MutablePayerPlanGroup"), exports);
|
|
18
|
+
__exportStar(require("./PayerPlanGroup"), exports);
|
|
19
|
+
__exportStar(require("./PayerPlanGroupPage"), exports);
|
|
20
|
+
__exportStar(require("./PayerPlanGroupSortField"), exports);
|
|
21
|
+
__exportStar(require("./PayerPlanGroupAlreadyExistsError"), exports);
|
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const TaskCategory: core.serialization.Schema<serializers.tasks.TaskCategory.Raw, CandidApi.tasks.TaskCategory>;
|
|
8
8
|
export declare namespace TaskCategory {
|
|
9
|
-
type Raw = "other" | "provider_credentialing" | "authorization_required" | "inactive_coverage" | "unknown_eligibility_or_patient_not_found" | "incorrect_member_id" | "documentation_addendum_request" | "coordination_of_benefits" | "missing_or_incorrect_gender" | "incorrect_date_of_birth" | "incorrect_payer" | "incorrect_name" | "invalid_diagnosis_code" | "non_covered_diagnosis_codes" | "information_requested_from_patient" | "incorrect_rendering_provider_info" | "missing_or_incorrect_modifier" | "coding_frequency_error" | "incorrect_patient_address" | "multiple_em_claims" | "missing_or_incorrect_charge_amount" | "medical_records_request" | "provider_enrollment_or_contracting" | "missing_or_incorrect_group_number" | "missing_diagnosis_codes" | "missing_patient_authorization" | "incorrect_billing_provider_info" | "incorrect_procedure_code" | "incorrect_quantity" | "incorrect_place_of_service_code" | "incorrect_service_facility_info" | "incorrect_date_of_service" | "missing_or_incorrect_ndc" | "patient_collections" | "submit_to_secondary" | "transient_server_error" | "missing_remittance_enrollment" | "missing_claims_enrollment" | "held_by_customer" | "pending_manual_remit_posting" | "incorrect_referring_provider_info";
|
|
9
|
+
type Raw = "other" | "provider_credentialing" | "authorization_required" | "inactive_coverage" | "unknown_eligibility_or_patient_not_found" | "incorrect_member_id" | "documentation_addendum_request" | "coordination_of_benefits" | "missing_or_incorrect_gender" | "incorrect_date_of_birth" | "incorrect_payer" | "incorrect_name" | "invalid_diagnosis_code" | "non_covered_diagnosis_codes" | "information_requested_from_patient" | "incorrect_rendering_provider_info" | "missing_or_incorrect_modifier" | "coding_frequency_error" | "incorrect_patient_address" | "multiple_em_claims" | "missing_or_incorrect_charge_amount" | "medical_records_request" | "provider_enrollment_or_contracting" | "missing_or_incorrect_group_number" | "missing_diagnosis_codes" | "missing_patient_authorization" | "incorrect_billing_provider_info" | "incorrect_procedure_code" | "incorrect_quantity" | "incorrect_place_of_service_code" | "incorrect_service_facility_info" | "incorrect_date_of_service" | "missing_or_incorrect_ndc" | "patient_collections" | "submit_to_secondary" | "transient_server_error" | "missing_remittance_enrollment" | "missing_claims_enrollment" | "held_by_customer" | "pending_manual_remit_posting" | "incorrect_referring_provider_info" | "payer_configuration_error";
|
|
10
10
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.
|
|
1
|
+
export declare const SDK_VERSION = "0.41.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -714,6 +714,67 @@ await client.chargeCapture.v1.getAll({
|
|
|
714
714
|
</dl>
|
|
715
715
|
</details>
|
|
716
716
|
|
|
717
|
+
<details><summary><code>client.chargeCapture.v1.<a href="/src/api/resources/chargeCapture/resources/v1/client/Client.ts">updatePostBilledChange</a>(chargeCaptureChangeId, { ...params }) -> core.APIResponse<CandidApi.ChargeCapturePostBilledChange, CandidApi.chargeCapture.v1.updatePostBilledChange.Error></code></summary>
|
|
718
|
+
<dl>
|
|
719
|
+
<dd>
|
|
720
|
+
|
|
721
|
+
#### 🔌 Usage
|
|
722
|
+
|
|
723
|
+
<dl>
|
|
724
|
+
<dd>
|
|
725
|
+
|
|
726
|
+
<dl>
|
|
727
|
+
<dd>
|
|
728
|
+
|
|
729
|
+
```typescript
|
|
730
|
+
await client.chargeCapture.v1.updatePostBilledChange(
|
|
731
|
+
CandidApi.ChargeCapturePostBilledChangeId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
732
|
+
{
|
|
733
|
+
resolved: true,
|
|
734
|
+
},
|
|
735
|
+
);
|
|
736
|
+
```
|
|
737
|
+
|
|
738
|
+
</dd>
|
|
739
|
+
</dl>
|
|
740
|
+
</dd>
|
|
741
|
+
</dl>
|
|
742
|
+
|
|
743
|
+
#### ⚙️ Parameters
|
|
744
|
+
|
|
745
|
+
<dl>
|
|
746
|
+
<dd>
|
|
747
|
+
|
|
748
|
+
<dl>
|
|
749
|
+
<dd>
|
|
750
|
+
|
|
751
|
+
**chargeCaptureChangeId:** `CandidApi.ChargeCapturePostBilledChangeId`
|
|
752
|
+
|
|
753
|
+
</dd>
|
|
754
|
+
</dl>
|
|
755
|
+
|
|
756
|
+
<dl>
|
|
757
|
+
<dd>
|
|
758
|
+
|
|
759
|
+
**request:** `CandidApi.chargeCapture.v1.ChargeCapturePostBilledChangeUpdate`
|
|
760
|
+
|
|
761
|
+
</dd>
|
|
762
|
+
</dl>
|
|
763
|
+
|
|
764
|
+
<dl>
|
|
765
|
+
<dd>
|
|
766
|
+
|
|
767
|
+
**requestOptions:** `V1.RequestOptions`
|
|
768
|
+
|
|
769
|
+
</dd>
|
|
770
|
+
</dl>
|
|
771
|
+
</dd>
|
|
772
|
+
</dl>
|
|
773
|
+
|
|
774
|
+
</dd>
|
|
775
|
+
</dl>
|
|
776
|
+
</details>
|
|
777
|
+
|
|
717
778
|
## Contracts V2
|
|
718
779
|
|
|
719
780
|
<details><summary><code>client.contracts.v2.<a href="/src/api/resources/contracts/resources/v2/client/Client.ts">get</a>(contractId) -> core.APIResponse<CandidApi.ContractWithProviders, CandidApi.contracts.v2.get.Error></code></summary>
|
|
@@ -8417,6 +8478,351 @@ await client.patientRefunds.v1.delete(CandidApi.PatientRefundId("d5e9c84f-c2b2-4
|
|
|
8417
8478
|
</dl>
|
|
8418
8479
|
</details>
|
|
8419
8480
|
|
|
8481
|
+
## PayerPlanGroups V1
|
|
8482
|
+
|
|
8483
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">getMulti</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroupPage, CandidApi.payerPlanGroups.v1.getMulti.Error></code></summary>
|
|
8484
|
+
<dl>
|
|
8485
|
+
<dd>
|
|
8486
|
+
|
|
8487
|
+
#### 📝 Description
|
|
8488
|
+
|
|
8489
|
+
<dl>
|
|
8490
|
+
<dd>
|
|
8491
|
+
|
|
8492
|
+
<dl>
|
|
8493
|
+
<dd>
|
|
8494
|
+
|
|
8495
|
+
Returns all payer plan groups matching filter criteria.
|
|
8496
|
+
|
|
8497
|
+
</dd>
|
|
8498
|
+
</dl>
|
|
8499
|
+
</dd>
|
|
8500
|
+
</dl>
|
|
8501
|
+
|
|
8502
|
+
#### 🔌 Usage
|
|
8503
|
+
|
|
8504
|
+
<dl>
|
|
8505
|
+
<dd>
|
|
8506
|
+
|
|
8507
|
+
<dl>
|
|
8508
|
+
<dd>
|
|
8509
|
+
|
|
8510
|
+
```typescript
|
|
8511
|
+
await client.payerPlanGroups.v1.getMulti({
|
|
8512
|
+
planGroupName: "string",
|
|
8513
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8514
|
+
payerId: CandidApi.PayerId("string"),
|
|
8515
|
+
planType: "09",
|
|
8516
|
+
isActive: true,
|
|
8517
|
+
payerPlanGroupId: CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8518
|
+
limit: 1,
|
|
8519
|
+
sortBySimilarity: "string",
|
|
8520
|
+
sort: "plan_group_name",
|
|
8521
|
+
sortDirection: "asc",
|
|
8522
|
+
pageToken: CandidApi.PageToken("eyJ0b2tlbiI6IjEiLCJwYWdlX3Rva2VuIjoiMiJ9"),
|
|
8523
|
+
});
|
|
8524
|
+
```
|
|
8525
|
+
|
|
8526
|
+
</dd>
|
|
8527
|
+
</dl>
|
|
8528
|
+
</dd>
|
|
8529
|
+
</dl>
|
|
8530
|
+
|
|
8531
|
+
#### ⚙️ Parameters
|
|
8532
|
+
|
|
8533
|
+
<dl>
|
|
8534
|
+
<dd>
|
|
8535
|
+
|
|
8536
|
+
<dl>
|
|
8537
|
+
<dd>
|
|
8538
|
+
|
|
8539
|
+
**request:** `CandidApi.payerPlanGroups.v1.PayerPlanGroupGetMultiRequest`
|
|
8540
|
+
|
|
8541
|
+
</dd>
|
|
8542
|
+
</dl>
|
|
8543
|
+
|
|
8544
|
+
<dl>
|
|
8545
|
+
<dd>
|
|
8546
|
+
|
|
8547
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8548
|
+
|
|
8549
|
+
</dd>
|
|
8550
|
+
</dl>
|
|
8551
|
+
</dd>
|
|
8552
|
+
</dl>
|
|
8553
|
+
|
|
8554
|
+
</dd>
|
|
8555
|
+
</dl>
|
|
8556
|
+
</details>
|
|
8557
|
+
|
|
8558
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">get</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.get.Error></code></summary>
|
|
8559
|
+
<dl>
|
|
8560
|
+
<dd>
|
|
8561
|
+
|
|
8562
|
+
#### 📝 Description
|
|
8563
|
+
|
|
8564
|
+
<dl>
|
|
8565
|
+
<dd>
|
|
8566
|
+
|
|
8567
|
+
<dl>
|
|
8568
|
+
<dd>
|
|
8569
|
+
|
|
8570
|
+
Return a plan group with a given ID.
|
|
8571
|
+
|
|
8572
|
+
</dd>
|
|
8573
|
+
</dl>
|
|
8574
|
+
</dd>
|
|
8575
|
+
</dl>
|
|
8576
|
+
|
|
8577
|
+
#### 🔌 Usage
|
|
8578
|
+
|
|
8579
|
+
<dl>
|
|
8580
|
+
<dd>
|
|
8581
|
+
|
|
8582
|
+
<dl>
|
|
8583
|
+
<dd>
|
|
8584
|
+
|
|
8585
|
+
```typescript
|
|
8586
|
+
await client.payerPlanGroups.v1.get(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8587
|
+
```
|
|
8588
|
+
|
|
8589
|
+
</dd>
|
|
8590
|
+
</dl>
|
|
8591
|
+
</dd>
|
|
8592
|
+
</dl>
|
|
8593
|
+
|
|
8594
|
+
#### ⚙️ Parameters
|
|
8595
|
+
|
|
8596
|
+
<dl>
|
|
8597
|
+
<dd>
|
|
8598
|
+
|
|
8599
|
+
<dl>
|
|
8600
|
+
<dd>
|
|
8601
|
+
|
|
8602
|
+
**payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
|
|
8603
|
+
|
|
8604
|
+
</dd>
|
|
8605
|
+
</dl>
|
|
8606
|
+
|
|
8607
|
+
<dl>
|
|
8608
|
+
<dd>
|
|
8609
|
+
|
|
8610
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8611
|
+
|
|
8612
|
+
</dd>
|
|
8613
|
+
</dl>
|
|
8614
|
+
</dd>
|
|
8615
|
+
</dl>
|
|
8616
|
+
|
|
8617
|
+
</dd>
|
|
8618
|
+
</dl>
|
|
8619
|
+
</details>
|
|
8620
|
+
|
|
8621
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">create</a>({ ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.create.Error></code></summary>
|
|
8622
|
+
<dl>
|
|
8623
|
+
<dd>
|
|
8624
|
+
|
|
8625
|
+
#### 📝 Description
|
|
8626
|
+
|
|
8627
|
+
<dl>
|
|
8628
|
+
<dd>
|
|
8629
|
+
|
|
8630
|
+
<dl>
|
|
8631
|
+
<dd>
|
|
8632
|
+
|
|
8633
|
+
Create a payer plan group
|
|
8634
|
+
|
|
8635
|
+
</dd>
|
|
8636
|
+
</dl>
|
|
8637
|
+
</dd>
|
|
8638
|
+
</dl>
|
|
8639
|
+
|
|
8640
|
+
#### 🔌 Usage
|
|
8641
|
+
|
|
8642
|
+
<dl>
|
|
8643
|
+
<dd>
|
|
8644
|
+
|
|
8645
|
+
<dl>
|
|
8646
|
+
<dd>
|
|
8647
|
+
|
|
8648
|
+
```typescript
|
|
8649
|
+
await client.payerPlanGroups.v1.create({
|
|
8650
|
+
planGroupName: "string",
|
|
8651
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8652
|
+
planType: "09",
|
|
8653
|
+
});
|
|
8654
|
+
```
|
|
8655
|
+
|
|
8656
|
+
</dd>
|
|
8657
|
+
</dl>
|
|
8658
|
+
</dd>
|
|
8659
|
+
</dl>
|
|
8660
|
+
|
|
8661
|
+
#### ⚙️ Parameters
|
|
8662
|
+
|
|
8663
|
+
<dl>
|
|
8664
|
+
<dd>
|
|
8665
|
+
|
|
8666
|
+
<dl>
|
|
8667
|
+
<dd>
|
|
8668
|
+
|
|
8669
|
+
**request:** `CandidApi.MutablePayerPlanGroup`
|
|
8670
|
+
|
|
8671
|
+
</dd>
|
|
8672
|
+
</dl>
|
|
8673
|
+
|
|
8674
|
+
<dl>
|
|
8675
|
+
<dd>
|
|
8676
|
+
|
|
8677
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8678
|
+
|
|
8679
|
+
</dd>
|
|
8680
|
+
</dl>
|
|
8681
|
+
</dd>
|
|
8682
|
+
</dl>
|
|
8683
|
+
|
|
8684
|
+
</dd>
|
|
8685
|
+
</dl>
|
|
8686
|
+
</details>
|
|
8687
|
+
|
|
8688
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">update</a>(payerPlanGroupId, { ...params }) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.update.Error></code></summary>
|
|
8689
|
+
<dl>
|
|
8690
|
+
<dd>
|
|
8691
|
+
|
|
8692
|
+
#### 📝 Description
|
|
8693
|
+
|
|
8694
|
+
<dl>
|
|
8695
|
+
<dd>
|
|
8696
|
+
|
|
8697
|
+
<dl>
|
|
8698
|
+
<dd>
|
|
8699
|
+
|
|
8700
|
+
Update any of the fields on a payer plan group
|
|
8701
|
+
|
|
8702
|
+
</dd>
|
|
8703
|
+
</dl>
|
|
8704
|
+
</dd>
|
|
8705
|
+
</dl>
|
|
8706
|
+
|
|
8707
|
+
#### 🔌 Usage
|
|
8708
|
+
|
|
8709
|
+
<dl>
|
|
8710
|
+
<dd>
|
|
8711
|
+
|
|
8712
|
+
<dl>
|
|
8713
|
+
<dd>
|
|
8714
|
+
|
|
8715
|
+
```typescript
|
|
8716
|
+
await client.payerPlanGroups.v1.update(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"), {
|
|
8717
|
+
planGroupName: "string",
|
|
8718
|
+
payerUuid: CandidApi.PayerUuid("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"),
|
|
8719
|
+
planType: "09",
|
|
8720
|
+
});
|
|
8721
|
+
```
|
|
8722
|
+
|
|
8723
|
+
</dd>
|
|
8724
|
+
</dl>
|
|
8725
|
+
</dd>
|
|
8726
|
+
</dl>
|
|
8727
|
+
|
|
8728
|
+
#### ⚙️ Parameters
|
|
8729
|
+
|
|
8730
|
+
<dl>
|
|
8731
|
+
<dd>
|
|
8732
|
+
|
|
8733
|
+
<dl>
|
|
8734
|
+
<dd>
|
|
8735
|
+
|
|
8736
|
+
**payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
|
|
8737
|
+
|
|
8738
|
+
</dd>
|
|
8739
|
+
</dl>
|
|
8740
|
+
|
|
8741
|
+
<dl>
|
|
8742
|
+
<dd>
|
|
8743
|
+
|
|
8744
|
+
**request:** `CandidApi.MutablePayerPlanGroup`
|
|
8745
|
+
|
|
8746
|
+
</dd>
|
|
8747
|
+
</dl>
|
|
8748
|
+
|
|
8749
|
+
<dl>
|
|
8750
|
+
<dd>
|
|
8751
|
+
|
|
8752
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8753
|
+
|
|
8754
|
+
</dd>
|
|
8755
|
+
</dl>
|
|
8756
|
+
</dd>
|
|
8757
|
+
</dl>
|
|
8758
|
+
|
|
8759
|
+
</dd>
|
|
8760
|
+
</dl>
|
|
8761
|
+
</details>
|
|
8762
|
+
|
|
8763
|
+
<details><summary><code>client.payerPlanGroups.v1.<a href="/src/api/resources/payerPlanGroups/resources/v1/client/Client.ts">deactivate</a>(payerPlanGroupId) -> core.APIResponse<CandidApi.PayerPlanGroup, CandidApi.payerPlanGroups.v1.deactivate.Error></code></summary>
|
|
8764
|
+
<dl>
|
|
8765
|
+
<dd>
|
|
8766
|
+
|
|
8767
|
+
#### 📝 Description
|
|
8768
|
+
|
|
8769
|
+
<dl>
|
|
8770
|
+
<dd>
|
|
8771
|
+
|
|
8772
|
+
<dl>
|
|
8773
|
+
<dd>
|
|
8774
|
+
|
|
8775
|
+
Marks the payer plan group as deactivated
|
|
8776
|
+
|
|
8777
|
+
</dd>
|
|
8778
|
+
</dl>
|
|
8779
|
+
</dd>
|
|
8780
|
+
</dl>
|
|
8781
|
+
|
|
8782
|
+
#### 🔌 Usage
|
|
8783
|
+
|
|
8784
|
+
<dl>
|
|
8785
|
+
<dd>
|
|
8786
|
+
|
|
8787
|
+
<dl>
|
|
8788
|
+
<dd>
|
|
8789
|
+
|
|
8790
|
+
```typescript
|
|
8791
|
+
await client.payerPlanGroups.v1.deactivate(CandidApi.PayerPlanGroupId("d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32"));
|
|
8792
|
+
```
|
|
8793
|
+
|
|
8794
|
+
</dd>
|
|
8795
|
+
</dl>
|
|
8796
|
+
</dd>
|
|
8797
|
+
</dl>
|
|
8798
|
+
|
|
8799
|
+
#### ⚙️ Parameters
|
|
8800
|
+
|
|
8801
|
+
<dl>
|
|
8802
|
+
<dd>
|
|
8803
|
+
|
|
8804
|
+
<dl>
|
|
8805
|
+
<dd>
|
|
8806
|
+
|
|
8807
|
+
**payerPlanGroupId:** `CandidApi.PayerPlanGroupId`
|
|
8808
|
+
|
|
8809
|
+
</dd>
|
|
8810
|
+
</dl>
|
|
8811
|
+
|
|
8812
|
+
<dl>
|
|
8813
|
+
<dd>
|
|
8814
|
+
|
|
8815
|
+
**requestOptions:** `V1.RequestOptions`
|
|
8816
|
+
|
|
8817
|
+
</dd>
|
|
8818
|
+
</dl>
|
|
8819
|
+
</dd>
|
|
8820
|
+
</dl>
|
|
8821
|
+
|
|
8822
|
+
</dd>
|
|
8823
|
+
</dl>
|
|
8824
|
+
</details>
|
|
8825
|
+
|
|
8420
8826
|
## Payers V3
|
|
8421
8827
|
|
|
8422
8828
|
<details><summary><code>client.payers.v3.<a href="/src/api/resources/payers/resources/v3/client/Client.ts">get</a>(payerUuid) -> core.APIResponse<CandidApi.Payer, CandidApi.payers.v3.get.Error></code></summary>
|
|
@@ -36,8 +36,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.update = exports.delete = exports.create = void 0;
|
|
39
|
+
exports.updatePostBilledChange = exports.update = exports.delete = exports.create = void 0;
|
|
40
40
|
exports.create = __importStar(require("./create"));
|
|
41
41
|
exports.delete = __importStar(require("./delete"));
|
|
42
42
|
exports.update = __importStar(require("./update"));
|
|
43
|
+
exports.updatePostBilledChange = __importStar(require("./updatePostBilledChange"));
|
|
43
44
|
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
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 ChargeCapturePostBilledChangeUpdate: core.serialization.Schema<serializers.chargeCapture.v1.ChargeCapturePostBilledChangeUpdate.Raw, CandidApi.chargeCapture.v1.ChargeCapturePostBilledChangeUpdate>;
|
|
8
|
+
export declare namespace ChargeCapturePostBilledChangeUpdate {
|
|
9
|
+
interface Raw {
|
|
10
|
+
resolved: boolean;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ChargeCapturePostBilledChangeUpdate = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../../../core"));
|
|
41
|
+
exports.ChargeCapturePostBilledChangeUpdate = core.serialization.object({
|
|
42
|
+
resolved: core.serialization.boolean(),
|
|
43
|
+
});
|