candidhealth 0.34.0 → 0.34.2
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 +0 -9
- package/Client.js +6 -21
- package/README.md +1 -1
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
- package/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/api/resources/encounters/resources/v4/client/Client.d.ts +130 -6
- package/api/resources/encounters/resources/v4/client/Client.js +137 -11
- 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 +3 -8
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +170 -1
- package/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/api/resources/encounters/resources/v4/client/update.js +11 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
- package/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/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 +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.js +4 -4
- package/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/api/resources/guarantor/resources/v1/client/index.js +0 -4
- package/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
- package/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/api/resources/guarantor/resources/v1/types/index.js +1 -0
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +0 -4
- package/api/resources/index.js +1 -5
- package/api/resources/individual/types/PatientUpdate.d.ts +21 -0
- package/api/resources/individual/types/index.d.ts +1 -0
- package/api/resources/individual/types/index.js +1 -0
- 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/payers/resources/v3/types/Payer.d.ts +13 -1
- package/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/types/index.js +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/api/resources/serviceFacility/client/Client.d.ts +2 -3
- package/api/resources/serviceFacility/client/Client.js +3 -4
- package/api/resources/serviceFacility/client/index.d.ts +0 -1
- package/api/resources/serviceFacility/client/index.js +0 -4
- package/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
- package/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/api/resources/serviceFacility/types/index.js +1 -0
- package/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/Client.d.ts +0 -9
- package/dist/Client.js +6 -21
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +13 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +130 -6
- package/dist/api/resources/encounters/resources/v4/client/Client.js +137 -11
- 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 +3 -8
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +3 -2
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +170 -1
- package/dist/api/resources/encounters/resources/v4/client/update.d.ts +7 -1
- package/dist/api/resources/encounters/resources/v4/client/update.js +11 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +0 -2
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
- package/dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/api/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
- package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/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 +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/dist/api/resources/guarantor/resources/v1/client/index.js +0 -4
- package/dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +17 -0
- package/dist/api/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/guarantor/resources/v1/types/index.js +1 -0
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +0 -4
- package/dist/api/resources/index.js +1 -5
- package/dist/api/resources/individual/types/PatientUpdate.d.ts +21 -0
- package/dist/api/resources/individual/types/index.d.ts +1 -0
- package/dist/api/resources/individual/types/index.js +1 -0
- 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/payers/resources/v3/types/Payer.d.ts +13 -1
- package/dist/api/resources/payers/resources/v3/types/PayerPage.d.ts +5 -1
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +72 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +77 -5
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +46 -8
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +54 -16
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +14 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +272 -66
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +280 -74
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +136 -33
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +9 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/dist/api/resources/serviceFacility/client/Client.d.ts +2 -3
- package/dist/api/resources/serviceFacility/client/Client.js +3 -4
- package/dist/api/resources/serviceFacility/client/index.d.ts +0 -1
- package/dist/api/resources/serviceFacility/client/index.js +0 -4
- package/dist/api/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +3 -8
- package/dist/api/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/api/resources/serviceFacility/types/index.js +1 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +3 -3
- 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/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
- package/dist/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
- package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +16 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -0
- package/dist/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/dist/serialization/resources/encounters/resources/v4/client/update.js +6 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
- package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/dist/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
- package/dist/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
- package/dist/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +0 -4
- package/dist/serialization/resources/index.js +1 -5
- package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +27 -0
- package/dist/serialization/resources/individual/types/PatientUpdate.js +48 -0
- package/dist/serialization/resources/individual/types/index.d.ts +1 -0
- package/dist/serialization/resources/individual/types/index.js +1 -0
- package/dist/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
- package/dist/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +6 -8
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
- package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js → preEncounter/resources/coverages/resources/v1/types/BenefitType.js} +10 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
- package/{serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js → dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
- package/dist/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
- package/dist/serialization/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -8
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
- package/{serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js} +3 -3
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
- package/dist/serialization/resources/{thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +9 -6
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/dist/serialization/resources/serviceFacility/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/index.js +0 -1
- package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
- package/dist/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
- package/dist/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceFacility/types/index.js +1 -0
- package/package.json +1 -1
- package/reference.md +589 -1153
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.d.ts +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProvider.js +1 -1
- package/serialization/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.d.ts +16 -0
- package/serialization/resources/{thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +8 -6
- package/serialization/resources/encounterProviders/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/encounterProviders/resources/v2/types/index.js +1 -0
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatient.js +6 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +0 -1
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +16 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +16 -0
- package/serialization/resources/encounters/resources/v4/client/update.d.ts +6 -1
- package/serialization/resources/encounters/resources/v4/client/update.js +6 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +0 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +0 -1
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
- package/serialization/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.d.ts +12 -0
- package/serialization/resources/{thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +3 -3
- package/serialization/resources/encounters/resources/v4/types/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/types/index.js +1 -0
- package/serialization/resources/guarantor/resources/v1/client/index.d.ts +0 -1
- package/serialization/resources/guarantor/resources/v1/client/index.js +0 -4
- package/serialization/resources/guarantor/resources/v1/types/GuarantorUpdate.d.ts +23 -0
- package/serialization/resources/guarantor/resources/v1/{client/requests → types}/GuarantorUpdate.js +4 -4
- package/serialization/resources/guarantor/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/guarantor/resources/v1/types/index.js +1 -0
- package/serialization/resources/index.d.ts +0 -4
- package/serialization/resources/index.js +1 -5
- package/serialization/resources/individual/types/PatientUpdate.d.ts +27 -0
- package/serialization/resources/individual/types/PatientUpdate.js +48 -0
- package/serialization/resources/individual/types/index.d.ts +1 -0
- package/serialization/resources/individual/types/index.js +1 -0
- package/serialization/resources/payers/resources/v3/types/Payer.d.ts +4 -0
- package/serialization/resources/payers/resources/v3/types/Payer.js +4 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +2 -0
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js +36 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.js +38 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js +40 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts +10 -0
- package/{dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js} +3 -3
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js +31 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.d.ts +15 -0
- package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js → serialization/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +7 -6
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +2 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +3 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +5 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +24 -0
- package/{dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +16 -13
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/AuthorizationUnit.js +31 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +4 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Referral.js +38 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +3 -0
- package/serialization/resources/serviceFacility/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/index.js +0 -1
- package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.d.ts +5 -5
- package/serialization/resources/serviceFacility/{client/requests → types}/EncounterServiceFacilityUpdate.js +2 -2
- package/serialization/resources/serviceFacility/types/index.d.ts +1 -0
- package/serialization/resources/serviceFacility/types/index.js +1 -0
- package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
- package/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
- package/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/api/resources/serviceFacility/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
- package/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
- package/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/index.js +0 -18
- package/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
- package/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
- package/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/index.js +0 -18
- package/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
- package/api/resources/thirdPartyPayers/client/Client.js +0 -17
- package/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/client/index.js +0 -2
- package/api/resources/thirdPartyPayers/index.d.ts +0 -2
- package/api/resources/thirdPartyPayers/index.js +0 -18
- package/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/resources/index.js +0 -27
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
- package/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
- package/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
- package/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
- package/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
- package/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
- package/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
- package/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
- package/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
- package/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
- package/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
- package/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -44
- package/dist/api/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/guarantor/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/dist/api/resources/serviceFacility/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayerPayments/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayerPayments/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerPayments/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.d.ts +0 -104
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +0 -428
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -58
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -23
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -14
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -13
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -10
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -10
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayerRefunds/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerRefunds/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.d.ts +0 -115
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +0 -439
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -58
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -14
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -13
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -10
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.js +0 -10
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/dist/api/resources/thirdPartyPayers/client/Client.d.ts +0 -26
- package/dist/api/resources/thirdPartyPayers/client/Client.js +0 -17
- package/dist/api/resources/thirdPartyPayers/client/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/client/index.js +0 -2
- package/dist/api/resources/thirdPartyPayers/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayers/index.js +0 -18
- package/dist/api/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/resources/index.js +0 -27
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.d.ts +0 -97
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +0 -469
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/create.js +0 -69
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/get.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/index.js +0 -36
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/requests/index.js +0 -2
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -28
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -58
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -34
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/update.js +0 -69
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/dist/api/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -11
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -11
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -8
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -7
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.js +0 -12
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -10
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -6
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.js +0 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/dist/api/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/serviceFacility/client/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/client/index.js +0 -17
- package/dist/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/serviceFacility/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/dist/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/dist/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/dist/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayers/index.js +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/dist/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/dist/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- package/serialization/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +0 -23
- package/serialization/resources/guarantor/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/guarantor/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/serviceFacility/client/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/client/index.js +0 -17
- package/serialization/resources/serviceFacility/client/requests/index.d.ts +0 -1
- package/serialization/resources/serviceFacility/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerPayments/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/index.js +0 -17
- package/serialization/resources/thirdPartyPayerPayments/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/delete.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/index.js +0 -35
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.d.ts +0 -16
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js +0 -37
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.d.ts +0 -23
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js +0 -44
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.d.ts +0 -21
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js +0 -42
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentId.js +0 -35
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentSortField.js +0 -31
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js +0 -37
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.d.ts +0 -5
- package/serialization/resources/thirdPartyPayerPayments/resources/v1/types/index.js +0 -21
- package/serialization/resources/thirdPartyPayerRefunds/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/index.js +0 -17
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/delete.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/index.js +0 -35
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.d.ts +0 -18
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js +0 -39
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/requests/index.js +0 -5
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.d.ts +0 -24
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js +0 -45
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.d.ts +0 -22
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js +0 -43
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundId.js +0 -35
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.d.ts +0 -5
- package/serialization/resources/thirdPartyPayerRefunds/resources/v1/types/index.js +0 -21
- package/serialization/resources/thirdPartyPayers/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayers/index.js +0 -17
- package/serialization/resources/thirdPartyPayers/resources/index.d.ts +0 -1
- package/serialization/resources/thirdPartyPayers/resources/index.js +0 -27
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.d.ts +0 -20
- package/serialization/resources/thirdPartyPayers/resources/v1/client/create.js +0 -67
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/delete.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/get.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/getMulti.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.d.ts +0 -6
- package/serialization/resources/thirdPartyPayers/resources/v1/client/index.js +0 -32
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.d.ts +0 -15
- package/serialization/resources/thirdPartyPayers/resources/v1/client/toggleEnablement.js +0 -61
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.d.ts +0 -20
- package/serialization/resources/thirdPartyPayers/resources/v1/client/update.js +0 -67
- package/serialization/resources/thirdPartyPayers/resources/v1/index.d.ts +0 -2
- package/serialization/resources/thirdPartyPayers/resources/v1/index.js +0 -18
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.d.ts +0 -14
- package/serialization/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js +0 -35
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js +0 -38
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js +0 -41
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.d.ts +0 -17
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js +0 -41
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.d.ts +0 -10
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerId.js +0 -35
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.d.ts +0 -14
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js +0 -37
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerSortField.d.ts +0 -10
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.d.ts +0 -16
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerUpdateRequest.js +0 -37
- package/serialization/resources/thirdPartyPayers/resources/v1/types/ToggleThirdPartyPayerEnablementRequest.d.ts +0 -12
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.d.ts +0 -9
- package/serialization/resources/thirdPartyPayers/resources/v1/types/index.js +0 -25
- /package/api/resources/{guarantor/resources/v1/client/requests/GuarantorUpdate.js → encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
- /package/api/resources/{serviceFacility/client/requests/EncounterServiceFacilityUpdate.js → encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
- /package/{dist/api/resources/guarantor/resources/v1/client/requests → api/resources/guarantor/resources/v1/types}/GuarantorUpdate.js +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/GetMultiThirdPartyPayerPaymentRequest.js → individual/types/PatientUpdate.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/client/requests/UpdateThirdPartyPayerPaymentRequest.js → preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPayment.js → preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentCreate.js → preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
- /package/api/resources/{thirdPartyPayerPayments/resources/v1/types/ThirdPartyPayerPaymentsPage.js → preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
- /package/api/resources/{thirdPartyPayerRefunds/resources/v1/client/requests/GetMultiThirdPartyPayerRefundsRequest.js → preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
- /package/{dist/api/resources/serviceFacility/client/requests → api/resources/serviceFacility/types}/EncounterServiceFacilityUpdate.js +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/client/requests/ThirdPartyPayerRefundUpdate.js → dist/api/resources/encounterProviders/resources/v2/types/RenderingProviderUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefund.js → dist/api/resources/encounters/resources/v4/types/InsurancePayMissingPrimaryCoverageErrorType.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundCreate.js → dist/api/resources/guarantor/resources/v1/types/GuarantorUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayerRefunds/resources/v1/types/ThirdPartyPayerRefundsPage.js → dist/api/resources/individual/types/PatientUpdate.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/client/requests/GetMultiThirdPartyPayersRequest.js → dist/api/resources/preEncounter/resources/common/types/AdditionalPayerInformation.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/CreateThirdPartyPayerRequest.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayer.js → dist/api/resources/preEncounter/resources/coverages/resources/v1/types/LatestEligibilityCheck.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerCategoryUpdate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerDescriptionUpdate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/Referral.js} +0 -0
- /package/{api/resources/thirdPartyPayers/resources/v1/types/ThirdPartyPayerPage.js → dist/api/resources/serviceFacility/types/EncounterServiceFacilityUpdate.js} +0 -0
|
@@ -63,8 +63,12 @@ class V1 {
|
|
|
63
63
|
* given: ["string"],
|
|
64
64
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
65
65
|
* period: {
|
|
66
|
-
* start:
|
|
67
|
-
*
|
|
66
|
+
* start: {
|
|
67
|
+
* "key": "value"
|
|
68
|
+
* },
|
|
69
|
+
* end: {
|
|
70
|
+
* "key": "value"
|
|
71
|
+
* }
|
|
68
72
|
* }
|
|
69
73
|
* },
|
|
70
74
|
* dateOfBirth: "2023-01-15",
|
|
@@ -76,13 +80,23 @@ class V1 {
|
|
|
76
80
|
* memberId: "string",
|
|
77
81
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
78
82
|
* payerName: "string",
|
|
83
|
+
* additionalPayerInformation: {
|
|
84
|
+
* availityEligibilityId: "string",
|
|
85
|
+
* availityPayerId: "string",
|
|
86
|
+
* availityPayerName: "string",
|
|
87
|
+
* availityRemittancePayerId: "string"
|
|
88
|
+
* },
|
|
79
89
|
* groupNumber: "string",
|
|
80
90
|
* name: "string",
|
|
81
91
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
82
92
|
* type: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode.C01,
|
|
83
93
|
* period: {
|
|
84
|
-
* start:
|
|
85
|
-
*
|
|
94
|
+
* start: {
|
|
95
|
+
* "key": "value"
|
|
96
|
+
* },
|
|
97
|
+
* end: {
|
|
98
|
+
* "key": "value"
|
|
99
|
+
* }
|
|
86
100
|
* },
|
|
87
101
|
* insuranceCardImageLocator: "string"
|
|
88
102
|
* },
|
|
@@ -94,6 +108,11 @@ class V1 {
|
|
|
94
108
|
* initiatedBy: CandidApi.preEncounter.UserId("string"),
|
|
95
109
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
96
110
|
* }],
|
|
111
|
+
* latestEligibilityCheck: {
|
|
112
|
+
* checkId: "string",
|
|
113
|
+
* status: CandidApi.preEncounter.coverages.v1.EligibilityStatus.Active,
|
|
114
|
+
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
115
|
+
* },
|
|
97
116
|
* benefits: {
|
|
98
117
|
* planCoverage: {
|
|
99
118
|
* "key": "value"
|
|
@@ -115,7 +134,7 @@ class V1 {
|
|
|
115
134
|
Authorization: yield this._getAuthorizationHeader(),
|
|
116
135
|
"X-Fern-Language": "JavaScript",
|
|
117
136
|
"X-Fern-SDK-Name": "candidhealth",
|
|
118
|
-
"X-Fern-SDK-Version": "0.34.
|
|
137
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
119
138
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
120
139
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
121
140
|
},
|
|
@@ -162,8 +181,12 @@ class V1 {
|
|
|
162
181
|
* given: ["string"],
|
|
163
182
|
* use: CandidApi.preEncounter.NameUse.Usual,
|
|
164
183
|
* period: {
|
|
165
|
-
* start:
|
|
166
|
-
*
|
|
184
|
+
* start: {
|
|
185
|
+
* "key": "value"
|
|
186
|
+
* },
|
|
187
|
+
* end: {
|
|
188
|
+
* "key": "value"
|
|
189
|
+
* }
|
|
167
190
|
* }
|
|
168
191
|
* },
|
|
169
192
|
* dateOfBirth: "2023-01-15",
|
|
@@ -175,13 +198,23 @@ class V1 {
|
|
|
175
198
|
* memberId: "string",
|
|
176
199
|
* payerId: CandidApi.preEncounter.PayerId("string"),
|
|
177
200
|
* payerName: "string",
|
|
201
|
+
* additionalPayerInformation: {
|
|
202
|
+
* availityEligibilityId: "string",
|
|
203
|
+
* availityPayerId: "string",
|
|
204
|
+
* availityPayerName: "string",
|
|
205
|
+
* availityRemittancePayerId: "string"
|
|
206
|
+
* },
|
|
178
207
|
* groupNumber: "string",
|
|
179
208
|
* name: "string",
|
|
180
209
|
* planType: CandidApi.preEncounter.coverages.v1.NetworkType.SelfPay,
|
|
181
210
|
* type: CandidApi.preEncounter.coverages.v1.InsuranceTypeCode.C01,
|
|
182
211
|
* period: {
|
|
183
|
-
* start:
|
|
184
|
-
*
|
|
212
|
+
* start: {
|
|
213
|
+
* "key": "value"
|
|
214
|
+
* },
|
|
215
|
+
* end: {
|
|
216
|
+
* "key": "value"
|
|
217
|
+
* }
|
|
185
218
|
* },
|
|
186
219
|
* insuranceCardImageLocator: "string"
|
|
187
220
|
* },
|
|
@@ -193,6 +226,11 @@ class V1 {
|
|
|
193
226
|
* initiatedBy: CandidApi.preEncounter.UserId("string"),
|
|
194
227
|
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
195
228
|
* }],
|
|
229
|
+
* latestEligibilityCheck: {
|
|
230
|
+
* checkId: "string",
|
|
231
|
+
* status: CandidApi.preEncounter.coverages.v1.EligibilityStatus.Active,
|
|
232
|
+
* initiatedAt: new Date("2024-01-15T09:30:00.000Z")
|
|
233
|
+
* },
|
|
196
234
|
* benefits: {
|
|
197
235
|
* planCoverage: {
|
|
198
236
|
* "key": "value"
|
|
@@ -214,7 +252,7 @@ class V1 {
|
|
|
214
252
|
Authorization: yield this._getAuthorizationHeader(),
|
|
215
253
|
"X-Fern-Language": "JavaScript",
|
|
216
254
|
"X-Fern-SDK-Name": "candidhealth",
|
|
217
|
-
"X-Fern-SDK-Version": "0.34.
|
|
255
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
218
256
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
219
257
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
220
258
|
},
|
|
@@ -279,7 +317,7 @@ class V1 {
|
|
|
279
317
|
Authorization: yield this._getAuthorizationHeader(),
|
|
280
318
|
"X-Fern-Language": "JavaScript",
|
|
281
319
|
"X-Fern-SDK-Name": "candidhealth",
|
|
282
|
-
"X-Fern-SDK-Version": "0.34.
|
|
320
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
283
321
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
284
322
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
285
323
|
},
|
|
@@ -326,7 +364,7 @@ class V1 {
|
|
|
326
364
|
Authorization: yield this._getAuthorizationHeader(),
|
|
327
365
|
"X-Fern-Language": "JavaScript",
|
|
328
366
|
"X-Fern-SDK-Name": "candidhealth",
|
|
329
|
-
"X-Fern-SDK-Version": "0.34.
|
|
367
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
330
368
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
331
369
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
332
370
|
},
|
|
@@ -394,7 +432,7 @@ class V1 {
|
|
|
394
432
|
Authorization: yield this._getAuthorizationHeader(),
|
|
395
433
|
"X-Fern-Language": "JavaScript",
|
|
396
434
|
"X-Fern-SDK-Name": "candidhealth",
|
|
397
|
-
"X-Fern-SDK-Version": "0.34.
|
|
435
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
398
436
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
399
437
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
400
438
|
},
|
|
@@ -447,7 +485,7 @@ class V1 {
|
|
|
447
485
|
Authorization: yield this._getAuthorizationHeader(),
|
|
448
486
|
"X-Fern-Language": "JavaScript",
|
|
449
487
|
"X-Fern-SDK-Name": "candidhealth",
|
|
450
|
-
"X-Fern-SDK-Version": "0.34.
|
|
488
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
451
489
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
452
490
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
453
491
|
},
|
|
@@ -500,7 +538,7 @@ class V1 {
|
|
|
500
538
|
Authorization: yield this._getAuthorizationHeader(),
|
|
501
539
|
"X-Fern-Language": "JavaScript",
|
|
502
540
|
"X-Fern-SDK-Name": "candidhealth",
|
|
503
|
-
"X-Fern-SDK-Version": "0.34.
|
|
541
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
504
542
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
505
543
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
506
544
|
},
|
|
@@ -551,7 +589,7 @@ class V1 {
|
|
|
551
589
|
Authorization: yield this._getAuthorizationHeader(),
|
|
552
590
|
"X-Fern-Language": "JavaScript",
|
|
553
591
|
"X-Fern-SDK-Name": "candidhealth",
|
|
554
|
-
"X-Fern-SDK-Version": "0.34.
|
|
592
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
555
593
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
556
594
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
557
595
|
},
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/BenefitType.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type BenefitType = "DEDUCTIBLE" | "DEDUCTIBLE_REMAINING" | "OOP_MAX" | "OOP_MAX_REMAINING" | "COPAY" | "COINSURANCE";
|
|
5
|
+
export declare const BenefitType: {
|
|
6
|
+
readonly Deductible: "DEDUCTIBLE";
|
|
7
|
+
readonly DeductibleRemaining: "DEDUCTIBLE_REMAINING";
|
|
8
|
+
readonly OopMax: "OOP_MAX";
|
|
9
|
+
readonly OopMaxRemaining: "OOP_MAX_REMAINING";
|
|
10
|
+
readonly Copay: "COPAY";
|
|
11
|
+
readonly Coinsurance: "COINSURANCE";
|
|
12
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.BenefitType = void 0;
|
|
7
|
+
exports.BenefitType = {
|
|
8
|
+
Deductible: "DEDUCTIBLE",
|
|
9
|
+
DeductibleRemaining: "DEDUCTIBLE_REMAINING",
|
|
10
|
+
OopMax: "OOP_MAX",
|
|
11
|
+
OopMaxRemaining: "OOP_MAX_REMAINING",
|
|
12
|
+
Copay: "COPAY",
|
|
13
|
+
Coinsurance: "COINSURANCE",
|
|
14
|
+
};
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageDetails.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../../../index";
|
|
5
|
+
export interface CoverageDetails {
|
|
6
|
+
type: CandidApi.preEncounter.coverages.v1.BenefitType;
|
|
7
|
+
coverageLevel: CandidApi.preEncounter.coverages.v1.CoverageLevel;
|
|
8
|
+
unit: CandidApi.preEncounter.coverages.v1.CoverageValueUnit;
|
|
9
|
+
value: number;
|
|
10
|
+
additionalNotes?: string;
|
|
11
|
+
}
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type CoverageLevel = "INDIVIDUAL" | "FAMILY" | "EMPLOYEE_ONLY";
|
|
5
|
+
export declare const CoverageLevel: {
|
|
6
|
+
readonly Individual: "INDIVIDUAL";
|
|
7
|
+
readonly Family: "FAMILY";
|
|
8
|
+
readonly EmployeeOnly: "EMPLOYEE_ONLY";
|
|
9
|
+
};
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageLevel.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CoverageLevel = void 0;
|
|
7
|
+
exports.CoverageLevel = {
|
|
8
|
+
Individual: "INDIVIDUAL",
|
|
9
|
+
Family: "FAMILY",
|
|
10
|
+
EmployeeOnly: "EMPLOYEE_ONLY",
|
|
11
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export declare type CoverageValueUnit = "PERCENT" | "CURRENCY" | "COUNT";
|
|
5
|
+
export declare const CoverageValueUnit: {
|
|
6
|
+
readonly Percent: "PERCENT";
|
|
7
|
+
readonly Currency: "CURRENCY";
|
|
8
|
+
readonly Count: "COUNT";
|
|
9
|
+
};
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValueUnit.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CoverageValueUnit = void 0;
|
|
7
|
+
exports.CoverageValueUnit = {
|
|
8
|
+
Percent: "PERCENT",
|
|
9
|
+
Currency: "CURRENCY",
|
|
10
|
+
Count: "COUNT",
|
|
11
|
+
};
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsurancePlan.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export interface InsurancePlan {
|
|
|
6
6
|
memberId: string;
|
|
7
7
|
payerId: CandidApi.preEncounter.PayerId;
|
|
8
8
|
payerName: string;
|
|
9
|
+
additionalPayerInformation?: CandidApi.preEncounter.AdditionalPayerInformation;
|
|
9
10
|
groupNumber?: string;
|
|
10
11
|
name?: string;
|
|
11
12
|
planType?: CandidApi.preEncounter.coverages.v1.NetworkType;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* A type to represent the latest eligibility check status of a coverage.
|
|
7
|
+
*/
|
|
8
|
+
export interface LatestEligibilityCheck {
|
|
9
|
+
checkId: string;
|
|
10
|
+
status: CandidApi.preEncounter.coverages.v1.EligibilityStatus;
|
|
11
|
+
initiatedAt: Date;
|
|
12
|
+
}
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ export interface MutableCoverage {
|
|
|
16
16
|
verified: boolean;
|
|
17
17
|
/** A list of eligibility check metadata that have been initiated on this coverage. */
|
|
18
18
|
eligibilityChecks?: CandidApi.preEncounter.coverages.v1.EligibilityCheckMetadata[];
|
|
19
|
+
/** The latest eligibility check metadata that has been initiated on this coverage. */
|
|
20
|
+
latestEligibilityCheck?: CandidApi.preEncounter.coverages.v1.LatestEligibilityCheck;
|
|
19
21
|
/** The eligibility of the patient for the coverage, manually verified by users. */
|
|
20
22
|
benefits?: CandidApi.preEncounter.coverages.v1.CoverageBenefits;
|
|
21
23
|
}
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts
CHANGED
|
@@ -4,5 +4,7 @@
|
|
|
4
4
|
import * as CandidApi from "../../../../../../../index";
|
|
5
5
|
export interface PlanCoverage {
|
|
6
6
|
inNetwork?: CandidApi.preEncounter.coverages.v1.PlanCoverageDetails;
|
|
7
|
+
inNetworkFlat?: CandidApi.preEncounter.coverages.v1.CoverageDetails[];
|
|
7
8
|
outOfNetwork?: CandidApi.preEncounter.coverages.v1.PlanCoverageDetails;
|
|
9
|
+
outOfNetworkFlat?: CandidApi.preEncounter.coverages.v1.CoverageDetails[];
|
|
8
10
|
}
|
package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts
CHANGED
|
@@ -5,5 +5,7 @@ import * as CandidApi from "../../../../../../../index";
|
|
|
5
5
|
export interface ServiceCoverage {
|
|
6
6
|
serviceCode: CandidApi.preEncounter.coverages.v1.ServiceTypeCode;
|
|
7
7
|
inNetwork?: CandidApi.preEncounter.coverages.v1.ServiceCoverageDetails;
|
|
8
|
+
inNetworkFlat?: CandidApi.preEncounter.coverages.v1.CoverageDetails[];
|
|
8
9
|
outOfNetwork?: CandidApi.preEncounter.coverages.v1.ServiceCoverageDetails;
|
|
10
|
+
outOfNetworkFlat?: CandidApi.preEncounter.coverages.v1.CoverageDetails[];
|
|
9
11
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
export * from "./LatestEligibilityCheck";
|
|
1
2
|
export * from "./EligibilityCheckMetadata";
|
|
2
3
|
export * from "./CoverageEligibilityCheckResponse";
|
|
3
4
|
export * from "./EligibilityCheck";
|
|
4
5
|
export * from "./EligibilityCheckStatus";
|
|
6
|
+
export * from "./BenefitType";
|
|
5
7
|
export * from "./CoverageValue";
|
|
6
8
|
export * from "./CoverageBenefits";
|
|
9
|
+
export * from "./CoverageDetails";
|
|
7
10
|
export * from "./PlanCoverage";
|
|
8
11
|
export * from "./PlanCoverageDetails";
|
|
9
12
|
export * from "./ServiceCoverage";
|
|
@@ -11,6 +14,8 @@ export * from "./ServiceCoverageDetails";
|
|
|
11
14
|
export * from "./PlanMetadata";
|
|
12
15
|
export * from "./PlanDate";
|
|
13
16
|
export * from "./EligibilityStatus";
|
|
17
|
+
export * from "./CoverageLevel";
|
|
18
|
+
export * from "./CoverageValueUnit";
|
|
14
19
|
export * from "./Subscriber";
|
|
15
20
|
export * from "./CoverageStatus";
|
|
16
21
|
export * from "./NetworkType";
|
|
@@ -14,12 +14,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./LatestEligibilityCheck"), exports);
|
|
17
18
|
__exportStar(require("./EligibilityCheckMetadata"), exports);
|
|
18
19
|
__exportStar(require("./CoverageEligibilityCheckResponse"), exports);
|
|
19
20
|
__exportStar(require("./EligibilityCheck"), exports);
|
|
20
21
|
__exportStar(require("./EligibilityCheckStatus"), exports);
|
|
22
|
+
__exportStar(require("./BenefitType"), exports);
|
|
21
23
|
__exportStar(require("./CoverageValue"), exports);
|
|
22
24
|
__exportStar(require("./CoverageBenefits"), exports);
|
|
25
|
+
__exportStar(require("./CoverageDetails"), exports);
|
|
23
26
|
__exportStar(require("./PlanCoverage"), exports);
|
|
24
27
|
__exportStar(require("./PlanCoverageDetails"), exports);
|
|
25
28
|
__exportStar(require("./ServiceCoverage"), exports);
|
|
@@ -27,6 +30,8 @@ __exportStar(require("./ServiceCoverageDetails"), exports);
|
|
|
27
30
|
__exportStar(require("./PlanMetadata"), exports);
|
|
28
31
|
__exportStar(require("./PlanDate"), exports);
|
|
29
32
|
__exportStar(require("./EligibilityStatus"), exports);
|
|
33
|
+
__exportStar(require("./CoverageLevel"), exports);
|
|
34
|
+
__exportStar(require("./CoverageValueUnit"), exports);
|
|
30
35
|
__exportStar(require("./Subscriber"), exports);
|
|
31
36
|
__exportStar(require("./CoverageStatus"), exports);
|
|
32
37
|
__exportStar(require("./NetworkType"), 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.34.
|
|
94
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
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.34.
|
|
179
|
+
"X-Fern-SDK-Version": "0.34.2",
|
|
180
180
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
181
181
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
182
182
|
},
|