candidhealth 0.26.1 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/claims/types/Claim.d.ts +37 -0
- package/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +37 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +37 -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.js +3 -3
- package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +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/invoices/index.d.ts +1 -0
- package/api/resources/invoices/index.js +1 -0
- package/api/resources/invoices/types/Invoice.d.ts +19 -0
- package/api/resources/invoices/types/InvoiceItem.d.ts +8 -0
- package/api/resources/invoices/types/InvoiceStatus.d.ts +12 -0
- package/api/resources/invoices/types/InvoiceStatus.js +14 -0
- package/api/resources/invoices/types/index.d.ts +3 -0
- package/api/resources/invoices/types/index.js +19 -0
- package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/preEncounter/client/Client.d.ts +3 -0
- package/api/resources/preEncounter/client/Client.js +9 -4
- package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +26 -0
- package/api/resources/preEncounter/resources/appointments/client/Client.js +17 -0
- package/api/resources/preEncounter/resources/appointments/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/client/index.js +2 -0
- package/api/resources/preEncounter/resources/appointments/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/index.js +18 -0
- package/api/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/resources/index.js +27 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +132 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +493 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +58 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +34 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +69 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +58 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +28 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +58 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.js +47 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +7 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +36 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentsSearchRequest.d.ts +38 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +34 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +69 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +19 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.d.ts +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.js +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.d.ts +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.js +13 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.d.ts +8 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.js +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.js +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +32 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +5 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +12 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +9 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +25 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +10 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -1
- package/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -0
- package/api/resources/preEncounter/resources/common/types/PageToken.d.ts +11 -0
- package/api/resources/preEncounter/resources/common/types/PageToken.js +10 -0
- package/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/ResourcePage.js +5 -0
- package/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +8 -0
- package/api/resources/preEncounter/resources/common/types/SortDirection.js +10 -0
- package/api/resources/preEncounter/resources/common/types/index.d.ts +4 -0
- package/api/resources/preEncounter/resources/common/types/index.js +4 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +54 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +136 -11
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +47 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +22 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +47 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +3 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +17 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/{GetAllCoveragesRequest.d.ts → CoverageGetMultiRequest.d.ts} +1 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +2 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +8 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +7 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +6 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +13 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +12 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +0 -4
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +0 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +4 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +8 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +9 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +5 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +757 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +195 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +11 -0
- package/api/resources/preEncounter/resources/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +26 -8
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -17
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +22 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +47 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +17 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +22 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +1 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +5 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +11 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +10 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/api/resources/serviceFacility/client/Client.js +1 -1
- package/api/resources/serviceLines/resources/v2/client/Client.d.ts +8 -0
- package/api/resources/serviceLines/resources/v2/client/Client.js +57 -2
- package/api/resources/serviceLines/resources/v2/client/delete.d.ts +34 -0
- package/api/resources/serviceLines/resources/v2/client/delete.js +69 -0
- package/api/resources/serviceLines/resources/v2/client/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/client/index.js +2 -1
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +41 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +8 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +5 -0
- package/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +5 -5
- package/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +5 -5
- package/api/resources/thirdPartyPayers/resources/v1/client/Client.js +6 -6
- package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/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/claims/types/Claim.d.ts +37 -0
- package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +37 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +37 -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.js +3 -3
- package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +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/invoices/index.d.ts +1 -0
- package/dist/api/resources/invoices/index.js +1 -0
- package/dist/api/resources/invoices/types/Invoice.d.ts +19 -0
- package/dist/api/resources/invoices/types/Invoice.js +5 -0
- package/dist/api/resources/invoices/types/InvoiceItem.d.ts +8 -0
- package/dist/api/resources/invoices/types/InvoiceItem.js +5 -0
- package/dist/api/resources/invoices/types/InvoiceStatus.d.ts +12 -0
- package/dist/api/resources/invoices/types/InvoiceStatus.js +14 -0
- package/dist/api/resources/invoices/types/index.d.ts +3 -0
- package/dist/api/resources/invoices/types/index.js +19 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/preEncounter/client/Client.d.ts +3 -0
- package/dist/api/resources/preEncounter/client/Client.js +9 -4
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +26 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/Client.js +17 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/client/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/index.js +27 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +132 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +493 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/create.js +58 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +69 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/get.js +58 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +28 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +58 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.js +47 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +36 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentsSearchRequest.d.ts +38 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentsSearchRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +34 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/update.js +69 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +19 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.js +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.js +13 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.js +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.js +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +32 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +5 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +12 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/index.js +25 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/CanonicalProviderId.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -0
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/common/types/PageToken.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/ResourcePage.js +5 -0
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/common/types/SortDirection.js +10 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/common/types/index.js +4 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +54 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +136 -11
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/checkEligibility.js +47 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getEligibility.js +47 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +3 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +17 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/{GetAllCoveragesRequest.d.ts → CoverageGetMultiRequest.d.ts} +1 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +6 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +12 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +0 -4
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +0 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +5 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +757 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +195 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/index.js +11 -0
- package/dist/api/resources/preEncounter/resources/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +26 -8
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +90 -17
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getMulti.js +47 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +17 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +22 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Patient.d.ts +1 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +5 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +10 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/dist/api/resources/serviceFacility/client/Client.js +1 -1
- package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +8 -0
- package/dist/api/resources/serviceLines/resources/v2/client/Client.js +57 -2
- package/dist/api/resources/serviceLines/resources/v2/client/delete.d.ts +34 -0
- package/dist/api/resources/serviceLines/resources/v2/client/delete.js +69 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/client/index.js +2 -1
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +41 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +8 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +5 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/api/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerPayments/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayerRefunds/resources/v1/client/Client.js +5 -5
- package/dist/api/resources/thirdPartyPayers/resources/v1/client/Client.js +6 -6
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +1 -0
- package/dist/serialization/resources/invoices/index.d.ts +1 -0
- package/dist/serialization/resources/invoices/index.js +1 -0
- package/dist/serialization/resources/invoices/types/Invoice.d.ts +30 -0
- package/dist/serialization/resources/invoices/types/Invoice.js +51 -0
- package/dist/serialization/resources/invoices/types/InvoiceItem.d.ts +14 -0
- package/dist/serialization/resources/invoices/types/InvoiceItem.js +35 -0
- package/dist/serialization/resources/invoices/types/InvoiceStatus.d.ts +10 -0
- package/dist/serialization/resources/invoices/types/InvoiceStatus.js +31 -0
- package/dist/serialization/resources/invoices/types/index.d.ts +3 -0
- package/dist/serialization/resources/invoices/types/index.js +19 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/index.js +17 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/index.js +27 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +61 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +67 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +61 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +63 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.js +32 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +6 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +32 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +20 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +67 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +21 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +30 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +51 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +9 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +25 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -1
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/PageToken.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/SortDirection.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/common/types/index.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +36 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +15 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +36 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +34 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +12 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +33 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.d.ts +19 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +40 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +31 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +0 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +38 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +16 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +38 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +219 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +11 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +11 -0
- package/dist/serialization/resources/preEncounter/resources/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +14 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +37 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +35 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +20 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/delete.js +67 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/client/index.js +2 -1
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +6 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +14 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +35 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/package.json +1 -1
- package/reference.md +879 -133
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +1 -0
- package/serialization/resources/invoices/index.d.ts +1 -0
- package/serialization/resources/invoices/index.js +1 -0
- package/serialization/resources/invoices/types/Invoice.d.ts +30 -0
- package/serialization/resources/invoices/types/Invoice.js +51 -0
- package/serialization/resources/invoices/types/InvoiceItem.d.ts +14 -0
- package/serialization/resources/invoices/types/InvoiceItem.js +35 -0
- package/serialization/resources/invoices/types/InvoiceStatus.d.ts +10 -0
- package/serialization/resources/invoices/types/InvoiceStatus.js +31 -0
- package/serialization/resources/invoices/types/index.d.ts +3 -0
- package/serialization/resources/invoices/types/index.js +19 -0
- package/serialization/resources/preEncounter/resources/appointments/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/index.js +17 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/index.js +27 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/create.js +61 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/deactivate.js +67 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/get.js +61 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getHistory.js +63 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/getMulti.js +32 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +6 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/index.js +32 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.d.ts +20 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/client/update.js +67 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/index.js +18 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.d.ts +21 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js +44 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentId.js +35 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentReason.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentSortField.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentType.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/AppointmentWorkQueue.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.d.ts +30 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/MutableAppointment.js +51 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Service.js +35 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/UniversalServiceIdentifier.js +31 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts +9 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js +25 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/CanonicalProviderId.js +35 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProvider.js +2 -0
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.js +1 -1
- package/serialization/resources/preEncounter/resources/common/types/PageToken.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/PageToken.js +35 -0
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/common/types/ResourcePage.js +35 -0
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/common/types/SortDirection.js +31 -0
- package/serialization/resources/preEncounter/resources/common/types/index.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/common/types/index.js +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/CheckEligibilityRequest.js +36 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +15 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +36 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageEligibilityCheckResponse.js +37 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js +34 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.d.ts +12 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheck.js +33 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.d.ts +19 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckMetadata.js +40 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/EligibilityCheckStatus.js +31 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.d.ts +1 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/InsuranceTypeCode.js +0 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.js +4 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverage.js +35 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/PlanCoverageDetails.js +38 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.d.ts +16 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverage.js +37 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceCoverageDetails.js +38 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/ServiceTypeCode.js +219 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.d.ts +11 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/index.js +11 -0
- package/serialization/resources/preEncounter/resources/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/index.js +2 -1
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Contact.js +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.d.ts +14 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientPage.js +37 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientSortField.js +35 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/client/delete.d.ts +20 -0
- package/serialization/resources/serviceLines/resources/v2/client/delete.js +67 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/client/index.js +2 -1
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +6 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +14 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineEraData.js +35 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/index.js +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequest.d.ts +0 -12
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequest.d.ts +0 -12
- /package/api/resources/{preEncounter/resources/coverages/resources/v1/client/requests/GetAllCoveragesRequest.js → invoices/types/Invoice.js} +0 -0
- /package/api/resources/{preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequest.js → invoices/types/InvoiceItem.js} +0 -0
- /package/{dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/GetAllCoveragesRequest.js → api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentsSearchRequest.js} +0 -0
- /package/{dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequest.js → api/resources/preEncounter/resources/appointments/resources/v1/types/Appointment.js} +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.UniversalServiceIdentifier = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
+
exports.UniversalServiceIdentifier = core.serialization.enum_(["MD_Visit", "Treatment", "Tests", "Activity"]);
|
package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./AppointmentId";
|
|
2
|
+
export * from "./AppointmentWorkQueue";
|
|
3
|
+
export * from "./AppointmentSortField";
|
|
4
|
+
export * from "./UniversalServiceIdentifier";
|
|
5
|
+
export * from "./AppointmentReason";
|
|
6
|
+
export * from "./AppointmentType";
|
|
7
|
+
export * from "./Service";
|
|
8
|
+
export * from "./MutableAppointment";
|
|
9
|
+
export * from "./Appointment";
|
package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/index.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./AppointmentId"), exports);
|
|
18
|
+
__exportStar(require("./AppointmentWorkQueue"), exports);
|
|
19
|
+
__exportStar(require("./AppointmentSortField"), exports);
|
|
20
|
+
__exportStar(require("./UniversalServiceIdentifier"), exports);
|
|
21
|
+
__exportStar(require("./AppointmentReason"), exports);
|
|
22
|
+
__exportStar(require("./AppointmentType"), exports);
|
|
23
|
+
__exportStar(require("./Service"), exports);
|
|
24
|
+
__exportStar(require("./MutableAppointment"), exports);
|
|
25
|
+
__exportStar(require("./Appointment"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const CanonicalProviderId: core.serialization.Schema<serializers.preEncounter.CanonicalProviderId.Raw, CandidApi.preEncounter.CanonicalProviderId>;
|
|
8
|
+
export declare namespace CanonicalProviderId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CanonicalProviderId = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
31
|
+
const core = __importStar(require("../../../../../../core"));
|
|
32
|
+
exports.CanonicalProviderId = core.serialization.string().transform({
|
|
33
|
+
transform: CandidApi.preEncounter.CanonicalProviderId,
|
|
34
|
+
untransform: (value) => value,
|
|
35
|
+
});
|
|
@@ -9,6 +9,7 @@ import { ExternalProviderType } from "./ExternalProviderType";
|
|
|
9
9
|
import { ContactPoint } from "./ContactPoint";
|
|
10
10
|
import { Address } from "./Address";
|
|
11
11
|
import { Period } from "./Period";
|
|
12
|
+
import { CanonicalProviderId } from "./CanonicalProviderId";
|
|
12
13
|
export declare const ExternalProvider: core.serialization.ObjectSchema<serializers.preEncounter.ExternalProvider.Raw, CandidApi.preEncounter.ExternalProvider>;
|
|
13
14
|
export declare namespace ExternalProvider {
|
|
14
15
|
interface Raw {
|
|
@@ -18,5 +19,6 @@ export declare namespace ExternalProvider {
|
|
|
18
19
|
telecoms: ContactPoint.Raw[];
|
|
19
20
|
addresses: Address.Raw[];
|
|
20
21
|
period?: Period.Raw | null;
|
|
22
|
+
canonical_id?: CanonicalProviderId.Raw | null;
|
|
21
23
|
}
|
|
22
24
|
}
|
|
@@ -33,6 +33,7 @@ const ExternalProviderType_1 = require("./ExternalProviderType");
|
|
|
33
33
|
const ContactPoint_1 = require("./ContactPoint");
|
|
34
34
|
const Address_1 = require("./Address");
|
|
35
35
|
const Period_1 = require("./Period");
|
|
36
|
+
const CanonicalProviderId_1 = require("./CanonicalProviderId");
|
|
36
37
|
exports.ExternalProvider = core.serialization.object({
|
|
37
38
|
name: HumanName_1.HumanName,
|
|
38
39
|
type: ExternalProviderType_1.ExternalProviderType.optional(),
|
|
@@ -40,4 +41,5 @@ exports.ExternalProvider = core.serialization.object({
|
|
|
40
41
|
telecoms: core.serialization.list(ContactPoint_1.ContactPoint),
|
|
41
42
|
addresses: core.serialization.list(Address_1.Address),
|
|
42
43
|
period: Period_1.Period.optional(),
|
|
44
|
+
canonicalId: core.serialization.property("canonical_id", CanonicalProviderId_1.CanonicalProviderId.optional()),
|
|
43
45
|
});
|
package/serialization/resources/preEncounter/resources/common/types/ExternalProviderType.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../../../core";
|
|
7
7
|
export declare const ExternalProviderType: core.serialization.Schema<serializers.preEncounter.ExternalProviderType.Raw, CandidApi.preEncounter.ExternalProviderType>;
|
|
8
8
|
export declare namespace ExternalProviderType {
|
|
9
|
-
type Raw = "PRIMARY" | "REFERRING";
|
|
9
|
+
type Raw = "PRIMARY" | "REFERRING" | "ATTENDING";
|
|
10
10
|
}
|
|
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ExternalProviderType = void 0;
|
|
30
30
|
const core = __importStar(require("../../../../../../core"));
|
|
31
|
-
exports.ExternalProviderType = core.serialization.enum_(["PRIMARY", "REFERRING"]);
|
|
31
|
+
exports.ExternalProviderType = core.serialization.enum_(["PRIMARY", "REFERRING", "ATTENDING"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const PageToken: core.serialization.Schema<serializers.preEncounter.PageToken.Raw, CandidApi.preEncounter.PageToken>;
|
|
8
|
+
export declare namespace PageToken {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.PageToken = void 0;
|
|
30
|
+
const CandidApi = __importStar(require("../../../../../../api/index"));
|
|
31
|
+
const core = __importStar(require("../../../../../../core"));
|
|
32
|
+
exports.PageToken = core.serialization.string().transform({
|
|
33
|
+
transform: CandidApi.preEncounter.PageToken,
|
|
34
|
+
untransform: (value) => value,
|
|
35
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
import { PageToken } from "./PageToken";
|
|
8
|
+
export declare const ResourcePage: core.serialization.ObjectSchema<serializers.preEncounter.ResourcePage.Raw, CandidApi.preEncounter.ResourcePage>;
|
|
9
|
+
export declare namespace ResourcePage {
|
|
10
|
+
interface Raw {
|
|
11
|
+
next_page_token?: PageToken.Raw | null;
|
|
12
|
+
prev_page_token?: PageToken.Raw | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ResourcePage = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
const PageToken_1 = require("./PageToken");
|
|
32
|
+
exports.ResourcePage = core.serialization.object({
|
|
33
|
+
nextPageToken: core.serialization.property("next_page_token", PageToken_1.PageToken.optional()),
|
|
34
|
+
prevPageToken: core.serialization.property("prev_page_token", PageToken_1.PageToken.optional()),
|
|
35
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../core";
|
|
7
|
+
export declare const SortDirection: core.serialization.Schema<serializers.preEncounter.SortDirection.Raw, CandidApi.preEncounter.SortDirection>;
|
|
8
|
+
export declare namespace SortDirection {
|
|
9
|
+
type Raw = "asc" | "desc";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.SortDirection = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../core"));
|
|
31
|
+
exports.SortDirection = core.serialization.enum_(["asc", "desc"]);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./OrganizationId";
|
|
2
2
|
export * from "./UserId";
|
|
3
3
|
export * from "./PayerId";
|
|
4
|
+
export * from "./CanonicalProviderId";
|
|
4
5
|
export * from "./Relationship";
|
|
5
6
|
export * from "./Gender";
|
|
6
7
|
export * from "./Sex";
|
|
@@ -15,8 +16,11 @@ export * from "./Address";
|
|
|
15
16
|
export * from "./Period";
|
|
16
17
|
export * from "./ContactPointUse";
|
|
17
18
|
export * from "./ContactPoint";
|
|
19
|
+
export * from "./PageToken";
|
|
20
|
+
export * from "./ResourcePage";
|
|
18
21
|
export * from "./ErrorBase";
|
|
19
22
|
export * from "./NotFoundErrorBody";
|
|
20
23
|
export * from "./VersionConflictErrorBody";
|
|
21
24
|
export * from "./ExternalProviderType";
|
|
22
25
|
export * from "./ExternalProvider";
|
|
26
|
+
export * from "./SortDirection";
|
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./OrganizationId"), exports);
|
|
18
18
|
__exportStar(require("./UserId"), exports);
|
|
19
19
|
__exportStar(require("./PayerId"), exports);
|
|
20
|
+
__exportStar(require("./CanonicalProviderId"), exports);
|
|
20
21
|
__exportStar(require("./Relationship"), exports);
|
|
21
22
|
__exportStar(require("./Gender"), exports);
|
|
22
23
|
__exportStar(require("./Sex"), exports);
|
|
@@ -31,8 +32,11 @@ __exportStar(require("./Address"), exports);
|
|
|
31
32
|
__exportStar(require("./Period"), exports);
|
|
32
33
|
__exportStar(require("./ContactPointUse"), exports);
|
|
33
34
|
__exportStar(require("./ContactPoint"), exports);
|
|
35
|
+
__exportStar(require("./PageToken"), exports);
|
|
36
|
+
__exportStar(require("./ResourcePage"), exports);
|
|
34
37
|
__exportStar(require("./ErrorBase"), exports);
|
|
35
38
|
__exportStar(require("./NotFoundErrorBody"), exports);
|
|
36
39
|
__exportStar(require("./VersionConflictErrorBody"), exports);
|
|
37
40
|
__exportStar(require("./ExternalProviderType"), exports);
|
|
38
41
|
__exportStar(require("./ExternalProvider"), exports);
|
|
42
|
+
__exportStar(require("./SortDirection"), exports);
|
package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/index.js
CHANGED
|
@@ -22,9 +22,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
22
22
|
__setModuleDefault(result, mod);
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
25
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
29
|
exports.scan = exports.getMulti = exports.getHistory = exports.update = void 0;
|
|
27
30
|
exports.update = __importStar(require("./update"));
|
|
28
31
|
exports.getHistory = __importStar(require("./getHistory"));
|
|
29
32
|
exports.getMulti = __importStar(require("./getMulti"));
|
|
30
33
|
exports.scan = __importStar(require("./scan"));
|
|
34
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../../core";
|
|
7
|
+
import { ServiceTypeCode } from "../../types/ServiceTypeCode";
|
|
8
|
+
export declare const CheckEligibilityRequest: core.serialization.Schema<serializers.preEncounter.coverages.v1.CheckEligibilityRequest.Raw, CandidApi.preEncounter.coverages.v1.CheckEligibilityRequest>;
|
|
9
|
+
export declare namespace CheckEligibilityRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
service_code: ServiceTypeCode.Raw;
|
|
12
|
+
date_of_service: string;
|
|
13
|
+
npi: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CheckEligibilityRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../core"));
|
|
31
|
+
const ServiceTypeCode_1 = require("../../types/ServiceTypeCode");
|
|
32
|
+
exports.CheckEligibilityRequest = core.serialization.object({
|
|
33
|
+
serviceCode: core.serialization.property("service_code", ServiceTypeCode_1.ServiceTypeCode),
|
|
34
|
+
dateOfService: core.serialization.property("date_of_service", core.serialization.string()),
|
|
35
|
+
npi: core.serialization.string(),
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CheckEligibilityRequest } from "./CheckEligibilityRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CheckEligibilityRequest = void 0;
|
|
4
|
+
var CheckEligibilityRequest_1 = require("./CheckEligibilityRequest");
|
|
5
|
+
Object.defineProperty(exports, "CheckEligibilityRequest", { enumerable: true, get: function () { return CheckEligibilityRequest_1.CheckEligibilityRequest; } });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
|
+
import { PlanCoverage } from "./PlanCoverage";
|
|
8
|
+
import { ServiceCoverage } from "./ServiceCoverage";
|
|
9
|
+
export declare const CoverageBenefits: core.serialization.ObjectSchema<serializers.preEncounter.coverages.v1.CoverageBenefits.Raw, CandidApi.preEncounter.coverages.v1.CoverageBenefits>;
|
|
10
|
+
export declare namespace CoverageBenefits {
|
|
11
|
+
interface Raw {
|
|
12
|
+
plan_coverage?: PlanCoverage.Raw | null;
|
|
13
|
+
service_specific_coverage?: ServiceCoverage.Raw[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CoverageBenefits = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
+
const PlanCoverage_1 = require("./PlanCoverage");
|
|
32
|
+
const ServiceCoverage_1 = require("./ServiceCoverage");
|
|
33
|
+
exports.CoverageBenefits = core.serialization.object({
|
|
34
|
+
planCoverage: core.serialization.property("plan_coverage", PlanCoverage_1.PlanCoverage.optional()),
|
|
35
|
+
serviceSpecificCoverage: core.serialization.property("service_specific_coverage", core.serialization.list(ServiceCoverage_1.ServiceCoverage).optional()),
|
|
36
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
|
+
import { EligibilityCheckMetadata } from "./EligibilityCheckMetadata";
|
|
8
|
+
import { EligibilityCheck } from "./EligibilityCheck";
|
|
9
|
+
export declare const CoverageEligibilityCheckResponse: core.serialization.ObjectSchema<serializers.preEncounter.coverages.v1.CoverageEligibilityCheckResponse.Raw, CandidApi.preEncounter.coverages.v1.CoverageEligibilityCheckResponse>;
|
|
10
|
+
export declare namespace CoverageEligibilityCheckResponse {
|
|
11
|
+
interface Raw {
|
|
12
|
+
metadata: EligibilityCheckMetadata.Raw;
|
|
13
|
+
error?: string | null;
|
|
14
|
+
check?: EligibilityCheck.Raw | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CoverageEligibilityCheckResponse = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
+
const EligibilityCheckMetadata_1 = require("./EligibilityCheckMetadata");
|
|
32
|
+
const EligibilityCheck_1 = require("./EligibilityCheck");
|
|
33
|
+
exports.CoverageEligibilityCheckResponse = core.serialization.object({
|
|
34
|
+
metadata: EligibilityCheckMetadata_1.EligibilityCheckMetadata,
|
|
35
|
+
error: core.serialization.string().optional(),
|
|
36
|
+
check: EligibilityCheck_1.EligibilityCheck.optional(),
|
|
37
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
|
+
export declare const CoverageValue: core.serialization.ObjectSchema<serializers.preEncounter.coverages.v1.CoverageValue.Raw, CandidApi.preEncounter.coverages.v1.CoverageValue>;
|
|
8
|
+
export declare namespace CoverageValue {
|
|
9
|
+
interface Raw {
|
|
10
|
+
family?: number | null;
|
|
11
|
+
individual?: number | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageValue.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CoverageValue = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
+
exports.CoverageValue = core.serialization.object({
|
|
32
|
+
family: core.serialization.number().optional(),
|
|
33
|
+
individual: core.serialization.number().optional(),
|
|
34
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../index";
|
|
5
|
+
import * as CandidApi from "../../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
|
+
export declare const EligibilityCheck: core.serialization.ObjectSchema<serializers.preEncounter.coverages.v1.EligibilityCheck.Raw, CandidApi.preEncounter.coverages.v1.EligibilityCheck>;
|
|
8
|
+
export declare namespace EligibilityCheck {
|
|
9
|
+
interface Raw {
|
|
10
|
+
raw_json?: unknown;
|
|
11
|
+
}
|
|
12
|
+
}
|