candidhealth 0.38.2 → 0.39.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 +67 -62
- 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 +2 -206
- package/api/resources/chargeCapture/resources/v1/client/Client.js +7 -211
- package/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -103
- package/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -103
- package/api/resources/chargeCaptureBundles/client/Client.d.ts +26 -0
- package/api/resources/chargeCaptureBundles/client/Client.js +17 -0
- package/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/client/index.js +2 -0
- package/api/resources/chargeCaptureBundles/index.d.ts +2 -0
- package/api/resources/chargeCaptureBundles/index.js +18 -0
- package/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/index.js +27 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +57 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +270 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +28 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/get.js +58 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +28 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +58 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +4 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +33 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +46 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +28 -0
- package/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +58 -0
- package/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +22 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +17 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +7 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +5 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +12 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
- package/api/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
- package/api/resources/commons/types/ChargeCaptureBundleId.d.ts +8 -0
- package/api/resources/commons/types/ChargeCaptureBundleId.js +10 -0
- package/api/resources/commons/types/NetworkType.d.ts +9 -1
- package/api/resources/commons/types/NetworkType.js +2 -0
- package/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
- package/api/resources/commons/types/index.d.ts +2 -0
- package/api/resources/commons/types/index.js +2 -0
- 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.d.ts +66 -8
- package/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
- package/api/resources/encounters/resources/v4/client/Client.d.ts +83 -95
- package/api/resources/encounters/resources/v4/client/Client.js +90 -100
- package/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/create.js +11 -0
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +62 -8
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +20 -5
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -82
- 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.d.ts +21 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +24 -4
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/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/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +4 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +10 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +4 -3
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +3 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +0 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/api/resources/preEncounter/resources/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 +9 -9
- 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.d.ts +4 -1
- package/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
- 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/Rarc.d.ts +3 -1
- package/api/resources/x12/resources/v1/types/Rarc.js +2 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +67 -62
- 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 +2 -206
- package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +7 -211
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/ChargeCaptureUpdate.d.ts +1 -103
- package/dist/api/resources/chargeCapture/resources/v1/client/requests/CreateChargeCaptureRequest.d.ts +1 -103
- package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +26 -0
- package/dist/api/resources/chargeCaptureBundles/client/Client.js +17 -0
- package/dist/api/resources/chargeCaptureBundles/client/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/client/index.js +2 -0
- package/dist/api/resources/chargeCaptureBundles/index.d.ts +2 -0
- package/dist/api/resources/chargeCaptureBundles/index.js +18 -0
- package/dist/api/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/index.js +27 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +57 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +270 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/get.js +58 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +28 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/getAll.js +58 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +33 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.d.ts +46 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureBundlesRequest.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +28 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +58 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +22 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +17 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +7 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +5 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +12 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
- package/dist/api/resources/commons/types/ChargeCaptureBundleId.d.ts +8 -0
- package/dist/api/resources/commons/types/ChargeCaptureBundleId.js +10 -0
- package/dist/api/resources/commons/types/NetworkType.d.ts +9 -1
- package/dist/api/resources/commons/types/NetworkType.js +2 -0
- package/dist/api/resources/commons/types/NotImplementedErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/NotImplementedErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +2 -0
- package/dist/api/resources/commons/types/index.js +2 -0
- 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.d.ts +66 -8
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +78 -20
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +83 -95
- package/dist/api/resources/encounters/resources/v4/client/Client.js +90 -100
- package/dist/api/resources/encounters/resources/v4/client/create.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/create.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +11 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +62 -8
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +20 -5
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -82
- 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.d.ts +21 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +24 -4
- 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 +2 -1
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
- package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/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/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -10
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +4 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +4 -3
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +3 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +0 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/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 +9 -9
- 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.d.ts +4 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +7 -4
- 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/Rarc.d.ts +3 -1
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +2 -0
- package/dist/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/index.js +17 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/index.js +27 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +15 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +61 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +3 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +29 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +15 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +61 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +18 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +39 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +21 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +42 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +14 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +37 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +31 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ChargeCaptureBundleId.js +35 -0
- package/dist/serialization/resources/commons/types/NetworkType.d.ts +1 -1
- package/dist/serialization/resources/commons/types/NetworkType.js +2 -0
- package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
- package/dist/serialization/resources/commons/types/index.d.ts +2 -0
- package/dist/serialization/resources/commons/types/index.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/client/create.d.ts +5 -1
- package/dist/serialization/resources/encounters/resources/v4/client/create.js +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -0
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +3 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +34 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +2 -0
- package/package.json +1 -1
- package/reference.md +314 -299
- package/serialization/resources/chargeCaptureBundles/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/index.js +17 -0
- package/serialization/resources/chargeCaptureBundles/resources/index.d.ts +1 -0
- package/serialization/resources/chargeCaptureBundles/resources/index.js +27 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/get.js +61 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.d.ts +15 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/getAll.js +61 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +3 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/index.js +29 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.d.ts +15 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/client/resubmit.js +61 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.d.ts +2 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/index.js +18 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.d.ts +18 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeBundleError.js +39 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.d.ts +21 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundle.js +42 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.d.ts +14 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundlePage.js +37 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.d.ts +10 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/ChargeCaptureBundleStatus.js +31 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/chargeCaptureBundles/resources/v1/types/index.js +20 -0
- package/serialization/resources/commons/types/ChargeCaptureBundleId.d.ts +10 -0
- package/serialization/resources/commons/types/ChargeCaptureBundleId.js +35 -0
- package/serialization/resources/commons/types/NetworkType.d.ts +1 -1
- package/serialization/resources/commons/types/NetworkType.js +2 -0
- package/serialization/resources/commons/types/NotImplementedErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/NotImplementedErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +2 -0
- package/serialization/resources/commons/types/index.js +2 -0
- package/serialization/resources/encounters/resources/v4/client/create.d.ts +5 -1
- package/serialization/resources/encounters/resources/v4/client/create.js +5 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +5 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +5 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +3 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitsRelatedEntity.js +37 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +3 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +3 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/RelatedEntityContact.js +34 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +2 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +1 -1
- package/serialization/resources/x12/resources/v1/types/Rarc.js +2 -0
|
@@ -78,7 +78,7 @@ class V1 {
|
|
|
78
78
|
Authorization: yield this._getAuthorizationHeader(),
|
|
79
79
|
"X-Fern-Language": "JavaScript",
|
|
80
80
|
"X-Fern-SDK-Name": "candidhealth",
|
|
81
|
-
"X-Fern-SDK-Version": "0.
|
|
81
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
82
82
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
83
83
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
84
84
|
},
|
|
@@ -144,7 +144,7 @@ class V1 {
|
|
|
144
144
|
Authorization: yield this._getAuthorizationHeader(),
|
|
145
145
|
"X-Fern-Language": "JavaScript",
|
|
146
146
|
"X-Fern-SDK-Name": "candidhealth",
|
|
147
|
-
"X-Fern-SDK-Version": "0.
|
|
147
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
148
148
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
149
149
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
150
150
|
},
|
|
@@ -237,7 +237,7 @@ class V1 {
|
|
|
237
237
|
Authorization: yield 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.39.1",
|
|
241
241
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
242
242
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
243
243
|
},
|
|
@@ -297,7 +297,7 @@ class V1 {
|
|
|
297
297
|
Authorization: yield this._getAuthorizationHeader(),
|
|
298
298
|
"X-Fern-Language": "JavaScript",
|
|
299
299
|
"X-Fern-SDK-Name": "candidhealth",
|
|
300
|
-
"X-Fern-SDK-Version": "0.
|
|
300
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
301
301
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
302
302
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
303
303
|
},
|
|
@@ -368,7 +368,7 @@ class V1 {
|
|
|
368
368
|
Authorization: yield this._getAuthorizationHeader(),
|
|
369
369
|
"X-Fern-Language": "JavaScript",
|
|
370
370
|
"X-Fern-SDK-Name": "candidhealth",
|
|
371
|
-
"X-Fern-SDK-Version": "0.
|
|
371
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
372
372
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
373
373
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
374
374
|
},
|
|
@@ -431,7 +431,7 @@ class V1 {
|
|
|
431
431
|
Authorization: yield this._getAuthorizationHeader(),
|
|
432
432
|
"X-Fern-Language": "JavaScript",
|
|
433
433
|
"X-Fern-SDK-Name": "candidhealth",
|
|
434
|
-
"X-Fern-SDK-Version": "0.
|
|
434
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
435
435
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
436
436
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
437
437
|
},
|
|
@@ -66,7 +66,7 @@ class V3 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.
|
|
69
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -156,7 +156,7 @@ class V3 {
|
|
|
156
156
|
Authorization: yield this._getAuthorizationHeader(),
|
|
157
157
|
"X-Fern-Language": "JavaScript",
|
|
158
158
|
"X-Fern-SDK-Name": "candidhealth",
|
|
159
|
-
"X-Fern-SDK-Version": "0.
|
|
159
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
160
160
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
161
161
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
162
162
|
},
|
|
@@ -235,7 +235,7 @@ class V3 {
|
|
|
235
235
|
Authorization: yield this._getAuthorizationHeader(),
|
|
236
236
|
"X-Fern-Language": "JavaScript",
|
|
237
237
|
"X-Fern-SDK-Name": "candidhealth",
|
|
238
|
-
"X-Fern-SDK-Version": "0.
|
|
238
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
239
239
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
240
240
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
241
241
|
},
|
|
@@ -333,7 +333,7 @@ class V3 {
|
|
|
333
333
|
Authorization: yield this._getAuthorizationHeader(),
|
|
334
334
|
"X-Fern-Language": "JavaScript",
|
|
335
335
|
"X-Fern-SDK-Name": "candidhealth",
|
|
336
|
-
"X-Fern-SDK-Version": "0.
|
|
336
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
337
337
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
338
338
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
339
339
|
},
|
|
@@ -66,7 +66,7 @@ class V2 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.
|
|
69
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -140,7 +140,7 @@ class V2 {
|
|
|
140
140
|
Authorization: yield this._getAuthorizationHeader(),
|
|
141
141
|
"X-Fern-Language": "JavaScript",
|
|
142
142
|
"X-Fern-SDK-Name": "candidhealth",
|
|
143
|
-
"X-Fern-SDK-Version": "0.
|
|
143
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
144
144
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
145
145
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
146
146
|
},
|
|
@@ -204,7 +204,7 @@ class V2 {
|
|
|
204
204
|
Authorization: yield this._getAuthorizationHeader(),
|
|
205
205
|
"X-Fern-Language": "JavaScript",
|
|
206
206
|
"X-Fern-SDK-Name": "candidhealth",
|
|
207
|
-
"X-Fern-SDK-Version": "0.
|
|
207
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
208
208
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
209
209
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
210
210
|
},
|
|
@@ -285,7 +285,7 @@ class V2 {
|
|
|
285
285
|
Authorization: yield this._getAuthorizationHeader(),
|
|
286
286
|
"X-Fern-Language": "JavaScript",
|
|
287
287
|
"X-Fern-SDK-Name": "candidhealth",
|
|
288
|
-
"X-Fern-SDK-Version": "0.
|
|
288
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
289
289
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
290
290
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
291
291
|
},
|
|
@@ -348,7 +348,7 @@ class V2 {
|
|
|
348
348
|
Authorization: yield this._getAuthorizationHeader(),
|
|
349
349
|
"X-Fern-Language": "JavaScript",
|
|
350
350
|
"X-Fern-SDK-Name": "candidhealth",
|
|
351
|
-
"X-Fern-SDK-Version": "0.
|
|
351
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
352
352
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
353
353
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
354
354
|
},
|
|
@@ -121,7 +121,7 @@ class V4 {
|
|
|
121
121
|
Authorization: yield this._getAuthorizationHeader(),
|
|
122
122
|
"X-Fern-Language": "JavaScript",
|
|
123
123
|
"X-Fern-SDK-Name": "candidhealth",
|
|
124
|
-
"X-Fern-SDK-Version": "0.
|
|
124
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
125
125
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
126
126
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
127
127
|
},
|
|
@@ -184,7 +184,7 @@ class V4 {
|
|
|
184
184
|
Authorization: yield this._getAuthorizationHeader(),
|
|
185
185
|
"X-Fern-Language": "JavaScript",
|
|
186
186
|
"X-Fern-SDK-Name": "candidhealth",
|
|
187
|
-
"X-Fern-SDK-Version": "0.
|
|
187
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
188
188
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
189
189
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
190
190
|
},
|
|
@@ -261,7 +261,7 @@ class V4 {
|
|
|
261
261
|
Authorization: yield this._getAuthorizationHeader(),
|
|
262
262
|
"X-Fern-Language": "JavaScript",
|
|
263
263
|
"X-Fern-SDK-Name": "candidhealth",
|
|
264
|
-
"X-Fern-SDK-Version": "0.
|
|
264
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
265
265
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
266
266
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
267
267
|
},
|
|
@@ -338,7 +338,7 @@ class V4 {
|
|
|
338
338
|
Authorization: yield this._getAuthorizationHeader(),
|
|
339
339
|
"X-Fern-Language": "JavaScript",
|
|
340
340
|
"X-Fern-SDK-Name": "candidhealth",
|
|
341
|
-
"X-Fern-SDK-Version": "0.
|
|
341
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
342
342
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
343
343
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
344
344
|
},
|
|
@@ -404,7 +404,7 @@ class V4 {
|
|
|
404
404
|
Authorization: yield this._getAuthorizationHeader(),
|
|
405
405
|
"X-Fern-Language": "JavaScript",
|
|
406
406
|
"X-Fern-SDK-Name": "candidhealth",
|
|
407
|
-
"X-Fern-SDK-Version": "0.
|
|
407
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
408
408
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
409
409
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
410
410
|
},
|
|
@@ -121,7 +121,7 @@ class V1 {
|
|
|
121
121
|
Authorization: yield this._getAuthorizationHeader(),
|
|
122
122
|
"X-Fern-Language": "JavaScript",
|
|
123
123
|
"X-Fern-SDK-Name": "candidhealth",
|
|
124
|
-
"X-Fern-SDK-Version": "0.
|
|
124
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
125
125
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
126
126
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
127
127
|
},
|
|
@@ -184,7 +184,7 @@ class V1 {
|
|
|
184
184
|
Authorization: yield this._getAuthorizationHeader(),
|
|
185
185
|
"X-Fern-Language": "JavaScript",
|
|
186
186
|
"X-Fern-SDK-Name": "candidhealth",
|
|
187
|
-
"X-Fern-SDK-Version": "0.
|
|
187
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
188
188
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
189
189
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
190
190
|
},
|
|
@@ -262,7 +262,7 @@ class V1 {
|
|
|
262
262
|
Authorization: yield this._getAuthorizationHeader(),
|
|
263
263
|
"X-Fern-Language": "JavaScript",
|
|
264
264
|
"X-Fern-SDK-Name": "candidhealth",
|
|
265
|
-
"X-Fern-SDK-Version": "0.
|
|
265
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
266
266
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
267
267
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
268
268
|
},
|
|
@@ -343,7 +343,7 @@ class V1 {
|
|
|
343
343
|
Authorization: yield this._getAuthorizationHeader(),
|
|
344
344
|
"X-Fern-Language": "JavaScript",
|
|
345
345
|
"X-Fern-SDK-Name": "candidhealth",
|
|
346
|
-
"X-Fern-SDK-Version": "0.
|
|
346
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
347
347
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
348
348
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
349
349
|
},
|
|
@@ -409,7 +409,7 @@ class V1 {
|
|
|
409
409
|
Authorization: yield this._getAuthorizationHeader(),
|
|
410
410
|
"X-Fern-Language": "JavaScript",
|
|
411
411
|
"X-Fern-SDK-Name": "candidhealth",
|
|
412
|
-
"X-Fern-SDK-Version": "0.
|
|
412
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
413
413
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
414
414
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
415
415
|
},
|
|
@@ -66,7 +66,7 @@ class V3 {
|
|
|
66
66
|
Authorization: yield this._getAuthorizationHeader(),
|
|
67
67
|
"X-Fern-Language": "JavaScript",
|
|
68
68
|
"X-Fern-SDK-Name": "candidhealth",
|
|
69
|
-
"X-Fern-SDK-Version": "0.
|
|
69
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
70
70
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
71
71
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
72
72
|
},
|
|
@@ -126,7 +126,7 @@ class V3 {
|
|
|
126
126
|
Authorization: yield 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.39.1",
|
|
130
130
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
131
131
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
132
132
|
},
|
package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js
CHANGED
|
@@ -103,7 +103,7 @@ class V1 {
|
|
|
103
103
|
Authorization: yield 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.39.1",
|
|
107
107
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
108
108
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
109
109
|
},
|
|
@@ -168,7 +168,7 @@ class V1 {
|
|
|
168
168
|
Authorization: yield this._getAuthorizationHeader(),
|
|
169
169
|
"X-Fern-Language": "JavaScript",
|
|
170
170
|
"X-Fern-SDK-Name": "candidhealth",
|
|
171
|
-
"X-Fern-SDK-Version": "0.
|
|
171
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
172
172
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
173
173
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
174
174
|
},
|
|
@@ -229,7 +229,7 @@ class V1 {
|
|
|
229
229
|
Authorization: yield this._getAuthorizationHeader(),
|
|
230
230
|
"X-Fern-Language": "JavaScript",
|
|
231
231
|
"X-Fern-SDK-Name": "candidhealth",
|
|
232
|
-
"X-Fern-SDK-Version": "0.
|
|
232
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
233
233
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
234
234
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
235
235
|
},
|
|
@@ -327,7 +327,7 @@ class V1 {
|
|
|
327
327
|
Authorization: yield this._getAuthorizationHeader(),
|
|
328
328
|
"X-Fern-Language": "JavaScript",
|
|
329
329
|
"X-Fern-SDK-Name": "candidhealth",
|
|
330
|
-
"X-Fern-SDK-Version": "0.
|
|
330
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
331
331
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
332
332
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
333
333
|
},
|
|
@@ -397,7 +397,7 @@ class V1 {
|
|
|
397
397
|
Authorization: yield this._getAuthorizationHeader(),
|
|
398
398
|
"X-Fern-Language": "JavaScript",
|
|
399
399
|
"X-Fern-SDK-Name": "candidhealth",
|
|
400
|
-
"X-Fern-SDK-Version": "0.
|
|
400
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
401
401
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
402
402
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
403
403
|
},
|
|
@@ -446,7 +446,7 @@ class V1 {
|
|
|
446
446
|
Authorization: yield this._getAuthorizationHeader(),
|
|
447
447
|
"X-Fern-Language": "JavaScript",
|
|
448
448
|
"X-Fern-SDK-Name": "candidhealth",
|
|
449
|
-
"X-Fern-SDK-Version": "0.
|
|
449
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
450
450
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
451
451
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
452
452
|
},
|
|
@@ -72,7 +72,7 @@ export declare class V1 {
|
|
|
72
72
|
* eligibilityChecks: [{
|
|
73
73
|
* checkId: "string",
|
|
74
74
|
* serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode.MedicalCare,
|
|
75
|
-
* status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.
|
|
75
|
+
* status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Completed,
|
|
76
76
|
* initiatedBy: CandidApi.preEncounter.UserId("string"),
|
|
77
77
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
78
78
|
* }],
|
|
@@ -138,7 +138,7 @@ export declare class V1 {
|
|
|
138
138
|
* eligibilityChecks: [{
|
|
139
139
|
* checkId: "string",
|
|
140
140
|
* serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode.MedicalCare,
|
|
141
|
-
* status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.
|
|
141
|
+
* status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Completed,
|
|
142
142
|
* initiatedBy: CandidApi.preEncounter.UserId("string"),
|
|
143
143
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
144
144
|
* }],
|
|
@@ -99,7 +99,7 @@ class V1 {
|
|
|
99
99
|
* eligibilityChecks: [{
|
|
100
100
|
* checkId: "string",
|
|
101
101
|
* serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode.MedicalCare,
|
|
102
|
-
* status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.
|
|
102
|
+
* status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Completed,
|
|
103
103
|
* initiatedBy: CandidApi.preEncounter.UserId("string"),
|
|
104
104
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
105
105
|
* }],
|
|
@@ -122,7 +122,7 @@ class V1 {
|
|
|
122
122
|
Authorization: yield this._getAuthorizationHeader(),
|
|
123
123
|
"X-Fern-Language": "JavaScript",
|
|
124
124
|
"X-Fern-SDK-Name": "candidhealth",
|
|
125
|
-
"X-Fern-SDK-Version": "0.
|
|
125
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
126
126
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
127
127
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
128
128
|
},
|
|
@@ -205,7 +205,7 @@ class V1 {
|
|
|
205
205
|
* eligibilityChecks: [{
|
|
206
206
|
* checkId: "string",
|
|
207
207
|
* serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode.MedicalCare,
|
|
208
|
-
* status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.
|
|
208
|
+
* status: CandidApi.preEncounter.coverages.v1.EligibilityCheckStatus.Completed,
|
|
209
209
|
* initiatedBy: CandidApi.preEncounter.UserId("string"),
|
|
210
210
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
211
211
|
* }],
|
|
@@ -228,7 +228,7 @@ class V1 {
|
|
|
228
228
|
Authorization: yield this._getAuthorizationHeader(),
|
|
229
229
|
"X-Fern-Language": "JavaScript",
|
|
230
230
|
"X-Fern-SDK-Name": "candidhealth",
|
|
231
|
-
"X-Fern-SDK-Version": "0.
|
|
231
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
232
232
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
233
233
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
234
234
|
},
|
|
@@ -293,7 +293,7 @@ class V1 {
|
|
|
293
293
|
Authorization: yield this._getAuthorizationHeader(),
|
|
294
294
|
"X-Fern-Language": "JavaScript",
|
|
295
295
|
"X-Fern-SDK-Name": "candidhealth",
|
|
296
|
-
"X-Fern-SDK-Version": "0.
|
|
296
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
297
297
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
298
298
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
299
299
|
},
|
|
@@ -340,7 +340,7 @@ class V1 {
|
|
|
340
340
|
Authorization: yield this._getAuthorizationHeader(),
|
|
341
341
|
"X-Fern-Language": "JavaScript",
|
|
342
342
|
"X-Fern-SDK-Name": "candidhealth",
|
|
343
|
-
"X-Fern-SDK-Version": "0.
|
|
343
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
344
344
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
345
345
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
346
346
|
},
|
|
@@ -408,7 +408,7 @@ class V1 {
|
|
|
408
408
|
Authorization: yield this._getAuthorizationHeader(),
|
|
409
409
|
"X-Fern-Language": "JavaScript",
|
|
410
410
|
"X-Fern-SDK-Name": "candidhealth",
|
|
411
|
-
"X-Fern-SDK-Version": "0.
|
|
411
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
412
412
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
413
413
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
414
414
|
},
|
|
@@ -461,7 +461,7 @@ class V1 {
|
|
|
461
461
|
Authorization: yield this._getAuthorizationHeader(),
|
|
462
462
|
"X-Fern-Language": "JavaScript",
|
|
463
463
|
"X-Fern-SDK-Name": "candidhealth",
|
|
464
|
-
"X-Fern-SDK-Version": "0.
|
|
464
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
465
465
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
466
466
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
467
467
|
},
|
|
@@ -514,7 +514,7 @@ class V1 {
|
|
|
514
514
|
Authorization: yield this._getAuthorizationHeader(),
|
|
515
515
|
"X-Fern-Language": "JavaScript",
|
|
516
516
|
"X-Fern-SDK-Name": "candidhealth",
|
|
517
|
-
"X-Fern-SDK-Version": "0.
|
|
517
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
518
518
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
519
519
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
520
520
|
},
|
|
@@ -565,7 +565,7 @@ class V1 {
|
|
|
565
565
|
Authorization: yield this._getAuthorizationHeader(),
|
|
566
566
|
"X-Fern-Language": "JavaScript",
|
|
567
567
|
"X-Fern-SDK-Name": "candidhealth",
|
|
568
|
-
"X-Fern-SDK-Version": "0.
|
|
568
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
569
569
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
570
570
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
571
571
|
},
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type BenefitType = "DEDUCTIBLE" | "DEDUCTIBLE_REMAINING" | "DEDUCTIBLE_YEAR_TO_DATE" | "OOP_MAX" | "OOP_MAX_REMAINING" | "
|
|
4
|
+
export declare type BenefitType = "DEDUCTIBLE" | "DEDUCTIBLE_CONTRACT" | "DEDUCTIBLE_REMAINING" | "DEDUCTIBLE_YEAR_TO_DATE" | "OOP_MAX" | "OOP_MAX_CONTRACT" | "OOP_MAX_REMAINING" | "OOP_MAX_YEAR_TO_DATE" | "COPAY" | "COINSURANCE";
|
|
5
5
|
export declare const BenefitType: {
|
|
6
6
|
readonly Deductible: "DEDUCTIBLE";
|
|
7
|
+
readonly DeductibleContract: "DEDUCTIBLE_CONTRACT";
|
|
7
8
|
readonly DeductibleRemaining: "DEDUCTIBLE_REMAINING";
|
|
8
9
|
readonly DeductibleYearToDate: "DEDUCTIBLE_YEAR_TO_DATE";
|
|
9
10
|
readonly OopMax: "OOP_MAX";
|
|
11
|
+
readonly OopMaxContract: "OOP_MAX_CONTRACT";
|
|
10
12
|
readonly OopMaxRemaining: "OOP_MAX_REMAINING";
|
|
11
|
-
readonly
|
|
13
|
+
readonly OopMaxYearToDate: "OOP_MAX_YEAR_TO_DATE";
|
|
12
14
|
readonly Copay: "COPAY";
|
|
13
15
|
readonly Coinsurance: "COINSURANCE";
|
|
14
16
|
};
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js
CHANGED
|
@@ -6,11 +6,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.BenefitType = void 0;
|
|
7
7
|
exports.BenefitType = {
|
|
8
8
|
Deductible: "DEDUCTIBLE",
|
|
9
|
+
DeductibleContract: "DEDUCTIBLE_CONTRACT",
|
|
9
10
|
DeductibleRemaining: "DEDUCTIBLE_REMAINING",
|
|
10
11
|
DeductibleYearToDate: "DEDUCTIBLE_YEAR_TO_DATE",
|
|
11
12
|
OopMax: "OOP_MAX",
|
|
13
|
+
OopMaxContract: "OOP_MAX_CONTRACT",
|
|
12
14
|
OopMaxRemaining: "OOP_MAX_REMAINING",
|
|
13
|
-
|
|
15
|
+
OopMaxYearToDate: "OOP_MAX_YEAR_TO_DATE",
|
|
14
16
|
Copay: "COPAY",
|
|
15
17
|
Coinsurance: "COINSURANCE",
|
|
16
18
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../../../index";
|
|
5
|
+
export interface BenefitsRelatedEntity {
|
|
6
|
+
entityIdentifier?: string;
|
|
7
|
+
entityType?: string;
|
|
8
|
+
entityName?: string;
|
|
9
|
+
contactInformation?: CandidApi.preEncounter.coverages.v1.RelatedEntityContact[];
|
|
10
|
+
}
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts
CHANGED
|
@@ -5,5 +5,6 @@ import * as CandidApi from "../../../../../../../index";
|
|
|
5
5
|
export interface CoverageBenefits {
|
|
6
6
|
planCoverage?: CandidApi.preEncounter.coverages.v1.PlanCoverage;
|
|
7
7
|
serviceSpecificCoverage?: CandidApi.preEncounter.coverages.v1.ServiceCoverage[];
|
|
8
|
+
benefitsRelatedEntities?: CandidApi.preEncounter.coverages.v1.BenefitsRelatedEntity[];
|
|
8
9
|
notes?: string;
|
|
9
10
|
}
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
export declare type CoverageLevel = "
|
|
4
|
+
export declare type CoverageLevel = "EMPLOYEE_AND_CHILDREN" | "EMPLOYEE_ONLY" | "EMPLOYEE_AND_SPOUSE" | "FAMILY" | "INDIVIDUAL";
|
|
5
5
|
export declare const CoverageLevel: {
|
|
6
|
-
readonly
|
|
7
|
-
readonly Family: "FAMILY";
|
|
6
|
+
readonly EmployeeAndChildren: "EMPLOYEE_AND_CHILDREN";
|
|
8
7
|
readonly EmployeeOnly: "EMPLOYEE_ONLY";
|
|
9
8
|
readonly EmployeeAndSpouse: "EMPLOYEE_AND_SPOUSE";
|
|
9
|
+
readonly Family: "FAMILY";
|
|
10
|
+
readonly Individual: "INDIVIDUAL";
|
|
10
11
|
};
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.CoverageLevel = void 0;
|
|
7
7
|
exports.CoverageLevel = {
|
|
8
|
-
|
|
9
|
-
Family: "FAMILY",
|
|
8
|
+
EmployeeAndChildren: "EMPLOYEE_AND_CHILDREN",
|
|
10
9
|
EmployeeOnly: "EMPLOYEE_ONLY",
|
|
11
10
|
EmployeeAndSpouse: "EMPLOYEE_AND_SPOUSE",
|
|
11
|
+
Family: "FAMILY",
|
|
12
|
+
Individual: "INDIVIDUAL",
|
|
12
13
|
};
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* enum to represent the statuses of eligibility checks
|
|
6
6
|
*/
|
|
7
|
-
export declare type EligibilityCheckStatus = "
|
|
7
|
+
export declare type EligibilityCheckStatus = "COMPLETED" | "FAILED" | "PENDING";
|
|
8
8
|
export declare const EligibilityCheckStatus: {
|
|
9
|
-
readonly Created: "CREATED";
|
|
10
9
|
readonly Completed: "COMPLETED";
|
|
11
10
|
readonly Failed: "FAILED";
|
|
12
11
|
readonly Pending: "PENDING";
|
|
@@ -4,10 +4,12 @@
|
|
|
4
4
|
import * as CandidApi from "../../../../../../../index";
|
|
5
5
|
export interface PlanCoverageDetails {
|
|
6
6
|
deductible?: CandidApi.preEncounter.coverages.v1.CoverageValue;
|
|
7
|
+
deductibleContract?: CandidApi.preEncounter.coverages.v1.CoverageValue;
|
|
7
8
|
deductibleRemaining?: CandidApi.preEncounter.coverages.v1.CoverageValue;
|
|
8
9
|
deductibleYearToDate?: CandidApi.preEncounter.coverages.v1.CoverageValue;
|
|
9
10
|
oopMax?: CandidApi.preEncounter.coverages.v1.CoverageValue;
|
|
11
|
+
oopMaxContract?: CandidApi.preEncounter.coverages.v1.CoverageValue;
|
|
10
12
|
oopMaxRemaining?: CandidApi.preEncounter.coverages.v1.CoverageValue;
|
|
11
|
-
|
|
13
|
+
oopMaxYearToDate?: CandidApi.preEncounter.coverages.v1.CoverageValue;
|
|
12
14
|
additionalNotes?: string;
|
|
13
15
|
}
|
|
@@ -22,5 +22,7 @@ export * from "./NetworkType";
|
|
|
22
22
|
export * from "./InsurancePlan";
|
|
23
23
|
export * from "./MutableCoverage";
|
|
24
24
|
export * from "./Coverage";
|
|
25
|
+
export * from "./BenefitsRelatedEntity";
|
|
26
|
+
export * from "./RelatedEntityContact";
|
|
25
27
|
export * from "./InsuranceTypeCode";
|
|
26
28
|
export * from "./ServiceTypeCode";
|
|
@@ -38,5 +38,7 @@ __exportStar(require("./NetworkType"), exports);
|
|
|
38
38
|
__exportStar(require("./InsurancePlan"), exports);
|
|
39
39
|
__exportStar(require("./MutableCoverage"), exports);
|
|
40
40
|
__exportStar(require("./Coverage"), exports);
|
|
41
|
+
__exportStar(require("./BenefitsRelatedEntity"), exports);
|
|
42
|
+
__exportStar(require("./RelatedEntityContact"), exports);
|
|
41
43
|
__exportStar(require("./InsuranceTypeCode"), exports);
|
|
42
44
|
__exportStar(require("./ServiceTypeCode"), exports);
|
|
@@ -91,7 +91,7 @@ class V1 {
|
|
|
91
91
|
Authorization: yield this._getAuthorizationHeader(),
|
|
92
92
|
"X-Fern-Language": "JavaScript",
|
|
93
93
|
"X-Fern-SDK-Name": "candidhealth",
|
|
94
|
-
"X-Fern-SDK-Version": "0.
|
|
94
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
95
95
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
96
96
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
97
97
|
},
|
|
@@ -176,7 +176,7 @@ class V1 {
|
|
|
176
176
|
Authorization: yield this._getAuthorizationHeader(),
|
|
177
177
|
"X-Fern-Language": "JavaScript",
|
|
178
178
|
"X-Fern-SDK-Name": "candidhealth",
|
|
179
|
-
"X-Fern-SDK-Version": "0.
|
|
179
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
180
180
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
181
181
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
182
182
|
},
|
|
@@ -68,7 +68,7 @@ class V1 {
|
|
|
68
68
|
Authorization: yield this._getAuthorizationHeader(),
|
|
69
69
|
"X-Fern-Language": "JavaScript",
|
|
70
70
|
"X-Fern-SDK-Name": "candidhealth",
|
|
71
|
-
"X-Fern-SDK-Version": "0.
|
|
71
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
72
72
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
73
73
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
74
74
|
},
|
|
@@ -119,7 +119,7 @@ class V1 {
|
|
|
119
119
|
Authorization: yield 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.39.1",
|
|
123
123
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
124
124
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
125
125
|
},
|
|
@@ -175,7 +175,7 @@ class V1 {
|
|
|
175
175
|
Authorization: yield this._getAuthorizationHeader(),
|
|
176
176
|
"X-Fern-Language": "JavaScript",
|
|
177
177
|
"X-Fern-SDK-Name": "candidhealth",
|
|
178
|
-
"X-Fern-SDK-Version": "0.
|
|
178
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
179
179
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
180
180
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
181
181
|
},
|
|
@@ -226,7 +226,7 @@ class V1 {
|
|
|
226
226
|
Authorization: yield this._getAuthorizationHeader(),
|
|
227
227
|
"X-Fern-Language": "JavaScript",
|
|
228
228
|
"X-Fern-SDK-Name": "candidhealth",
|
|
229
|
-
"X-Fern-SDK-Version": "0.
|
|
229
|
+
"X-Fern-SDK-Version": "0.39.1",
|
|
230
230
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
231
231
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
232
232
|
},
|