candidhealth 0.6.4 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +15 -0
- package/Client.js +29 -4
- 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/claimSubmission/index.d.ts +1 -0
- package/api/resources/claimSubmission/index.js +17 -0
- package/api/resources/claimSubmission/resources/index.d.ts +1 -0
- package/api/resources/claimSubmission/resources/index.js +27 -0
- package/api/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/api/resources/claimSubmission/resources/v1/index.js +17 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +12 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +27 -0
- package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +32 -0
- package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +5 -0
- package/api/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/api/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +15 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -0
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +8 -0
- package/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +10 -0
- package/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
- package/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/api/resources/commons/types/ProviderId.d.ts +8 -0
- package/api/resources/commons/types/ProviderId.js +10 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/api/resources/commons/types/index.d.ts +5 -0
- package/api/resources/commons/types/index.js +5 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +7 -0
- package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
- package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +6 -0
- package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +2 -2
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/financials/index.d.ts +1 -0
- package/api/resources/financials/index.js +17 -0
- package/api/resources/financials/types/Allocation.d.ts +8 -0
- package/api/resources/financials/types/Allocation.js +5 -0
- package/api/resources/financials/types/AllocationCreate.d.ts +8 -0
- package/api/resources/financials/types/AllocationCreate.js +5 -0
- package/api/resources/financials/types/AllocationRecipient.d.ts +19 -0
- package/api/resources/financials/types/AllocationRecipient.js +5 -0
- package/api/resources/financials/types/AllocationRecipientCreate.d.ts +19 -0
- package/api/resources/financials/types/AllocationRecipientCreate.js +5 -0
- package/api/resources/financials/types/RefundAllocation.d.ts +8 -0
- package/api/resources/financials/types/RefundAllocation.js +5 -0
- package/api/resources/financials/types/RefundAllocationCreate.d.ts +8 -0
- package/api/resources/financials/types/RefundAllocationCreate.js +5 -0
- package/api/resources/financials/types/RefundReason.d.ts +7 -0
- package/api/resources/financials/types/RefundReason.js +9 -0
- package/api/resources/financials/types/index.d.ts +7 -0
- package/api/resources/financials/types/index.js +23 -0
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/api/resources/index.d.ts +8 -0
- package/api/resources/index.js +9 -1
- package/api/resources/individual/types/Subscriber.d.ts +1 -1
- package/api/resources/insuranceAdjudication/client/Client.d.ts +18 -0
- package/api/resources/insuranceAdjudication/client/Client.js +18 -0
- package/api/resources/insuranceAdjudication/client/index.d.ts +1 -0
- package/api/resources/insuranceAdjudication/client/index.js +2 -0
- package/api/resources/insuranceAdjudication/index.d.ts +2 -0
- package/api/resources/insuranceAdjudication/index.js +18 -0
- package/api/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/api/resources/insuranceAdjudication/resources/index.js +27 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +35 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.js +151 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/create.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/create.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/delete.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/get.d.ts +22 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/get.js +47 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/index.d.ts +3 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/index.js +29 -0
- package/api/resources/insuranceAdjudication/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceAdjudication/resources/v1/index.js +18 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +9 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +14 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +13 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +8 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +7 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +16 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +15 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +8 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/api/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/api/resources/insuranceCard/types/InsuranceCard.d.ts +1 -1
- package/api/resources/insuranceRefunds/client/Client.d.ts +18 -0
- package/api/resources/insuranceRefunds/client/Client.js +18 -0
- package/api/resources/insuranceRefunds/client/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/client/index.js +2 -0
- package/api/resources/insuranceRefunds/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/index.js +18 -0
- package/api/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/api/resources/insuranceRefunds/resources/index.js +27 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +40 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +156 -0
- package/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/create.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/delete.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +22 -0
- package/api/resources/insuranceRefunds/resources/v1/client/get.js +47 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -0
- package/api/resources/insuranceRefunds/resources/v1/client/index.js +29 -0
- package/api/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +11 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +10 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +5 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +8 -0
- package/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +10 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/api/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/api/resources/invoices/types/index.d.ts +0 -1
- package/api/resources/invoices/types/index.js +0 -1
- package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/api/resources/patientPayments/client/Client.d.ts +18 -0
- package/api/resources/patientPayments/client/Client.js +18 -0
- package/api/resources/patientPayments/client/index.d.ts +1 -0
- package/api/resources/patientPayments/client/index.js +2 -0
- package/api/resources/patientPayments/index.d.ts +1 -0
- package/api/resources/patientPayments/index.js +1 -0
- package/api/resources/patientPayments/resources/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/index.js +2 -1
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +37 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +153 -0
- package/api/resources/patientPayments/resources/v4/client/create.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/create.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/delete.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/delete.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/get.d.ts +22 -0
- package/api/resources/patientPayments/resources/v4/client/get.js +47 -0
- package/api/resources/patientPayments/resources/v4/client/index.d.ts +4 -0
- package/api/resources/patientPayments/resources/v4/client/index.js +33 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +12 -0
- package/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +5 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/api/resources/patientPayments/resources/v4/client/requests/index.js +2 -0
- package/api/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/v4/index.js +18 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +14 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.js +5 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +8 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +10 -0
- package/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/api/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/api/resources/patientRefunds/client/Client.d.ts +18 -0
- package/api/resources/patientRefunds/client/Client.js +18 -0
- package/api/resources/patientRefunds/client/index.d.ts +1 -0
- package/api/resources/patientRefunds/client/index.js +2 -0
- package/api/resources/patientRefunds/index.d.ts +2 -0
- package/api/resources/patientRefunds/index.js +18 -0
- package/api/resources/patientRefunds/resources/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/index.js +27 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +37 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +153 -0
- package/api/resources/patientRefunds/resources/v1/client/create.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/create.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/delete.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/delete.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/get.d.ts +22 -0
- package/api/resources/patientRefunds/resources/v1/client/get.js +47 -0
- package/api/resources/patientRefunds/resources/v1/client/index.d.ts +4 -0
- package/api/resources/patientRefunds/resources/v1/client/index.js +33 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +12 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +5 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/patientRefunds/resources/v1/client/requests/index.js +2 -0
- package/api/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/api/resources/patientRefunds/resources/v1/index.js +18 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +14 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +5 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +8 -0
- package/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +10 -0
- package/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/api/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/writeOffs/client/Client.d.ts +18 -0
- package/api/resources/writeOffs/client/Client.js +18 -0
- package/api/resources/writeOffs/client/index.d.ts +1 -0
- package/api/resources/writeOffs/client/index.js +2 -0
- package/api/resources/writeOffs/index.d.ts +2 -0
- package/api/resources/writeOffs/index.js +18 -0
- package/api/resources/writeOffs/resources/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/index.js +27 -0
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +37 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +158 -0
- package/api/resources/writeOffs/resources/v1/client/create.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/create.js +47 -0
- package/api/resources/writeOffs/resources/v1/client/get.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/get.js +47 -0
- package/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -0
- package/api/resources/writeOffs/resources/v1/client/index.js +33 -0
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +7 -0
- package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +5 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/writeOffs/resources/v1/client/requests/index.js +2 -0
- package/api/resources/writeOffs/resources/v1/client/revert.d.ts +22 -0
- package/api/resources/writeOffs/resources/v1/client/revert.js +47 -0
- package/api/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/api/resources/writeOffs/resources/v1/index.js +18 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +11 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOff.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +5 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +8 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffId.js +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +12 -0
- package/api/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/api/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/api/resources/x12/index.d.ts +1 -0
- package/api/resources/x12/index.js +17 -0
- package/api/resources/x12/resources/index.d.ts +1 -0
- package/api/resources/x12/resources/index.js +27 -0
- package/api/resources/x12/resources/v1/index.d.ts +1 -0
- package/api/resources/x12/resources/v1/index.js +17 -0
- package/api/resources/x12/resources/v1/types/Carc.d.ts +272 -0
- package/api/resources/x12/resources/v1/types/Carc.js +274 -0
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1066 -0
- package/api/resources/x12/resources/v1/types/Rarc.js +1068 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/api/resources/x12/resources/v1/types/index.js +18 -0
- package/dist/Client.d.ts +15 -0
- package/dist/Client.js +29 -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/claimSubmission/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/index.js +17 -0
- package/dist/api/resources/claimSubmission/resources/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/resources/index.js +27 -0
- package/dist/api/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/claimSubmission/resources/v1/index.js +17 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +12 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +27 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +32 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +5 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +15 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +17 -0
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +8 -0
- package/dist/api/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +10 -0
- package/dist/api/resources/commons/types/ProcedureModifier.d.ts +5 -1
- package/dist/api/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/api/resources/commons/types/ProviderId.d.ts +8 -0
- package/dist/api/resources/commons/types/ProviderId.js +10 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +5 -0
- package/dist/api/resources/commons/types/index.js +5 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +7 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -2
- package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +6 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +2 -2
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/financials/index.d.ts +1 -0
- package/dist/api/resources/financials/index.js +17 -0
- package/dist/api/resources/financials/types/Allocation.d.ts +8 -0
- package/dist/api/resources/financials/types/Allocation.js +5 -0
- package/dist/api/resources/financials/types/AllocationCreate.d.ts +8 -0
- package/dist/api/resources/financials/types/AllocationCreate.js +5 -0
- package/dist/api/resources/financials/types/AllocationRecipient.d.ts +19 -0
- package/dist/api/resources/financials/types/AllocationRecipient.js +5 -0
- package/dist/api/resources/financials/types/AllocationRecipientCreate.d.ts +19 -0
- package/dist/api/resources/financials/types/AllocationRecipientCreate.js +5 -0
- package/dist/api/resources/financials/types/RefundAllocation.d.ts +8 -0
- package/dist/api/resources/financials/types/RefundAllocation.js +5 -0
- package/dist/api/resources/financials/types/RefundAllocationCreate.d.ts +8 -0
- package/dist/api/resources/financials/types/RefundAllocationCreate.js +5 -0
- package/dist/api/resources/financials/types/RefundReason.d.ts +7 -0
- package/dist/api/resources/financials/types/RefundReason.js +9 -0
- package/dist/api/resources/financials/types/index.d.ts +7 -0
- package/dist/api/resources/financials/types/index.js +23 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/dist/api/resources/index.d.ts +8 -0
- package/dist/api/resources/index.js +9 -1
- package/dist/api/resources/individual/types/Subscriber.d.ts +1 -1
- package/dist/api/resources/insuranceAdjudication/client/Client.d.ts +18 -0
- package/dist/api/resources/insuranceAdjudication/client/Client.js +18 -0
- package/dist/api/resources/insuranceAdjudication/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudication/client/index.js +2 -0
- package/dist/api/resources/insuranceAdjudication/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudication/index.js +18 -0
- package/dist/api/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudication/resources/index.js +27 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +35 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.js +151 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/create.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/get.js +47 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/index.js +29 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +9 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +14 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +13 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +7 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +16 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +15 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +5 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +8 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/dist/api/resources/insuranceCard/types/InsuranceCard.d.ts +1 -1
- package/dist/api/resources/insuranceRefunds/client/Client.d.ts +18 -0
- package/dist/api/resources/insuranceRefunds/client/Client.js +18 -0
- package/dist/api/resources/insuranceRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/client/index.js +2 -0
- package/dist/api/resources/insuranceRefunds/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/index.js +18 -0
- package/dist/api/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceRefunds/resources/index.js +27 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +40 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +156 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/create.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/get.js +47 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +3 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +29 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +11 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +10 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +5 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +8 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +10 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/dist/api/resources/invoices/types/index.d.ts +0 -1
- package/dist/api/resources/invoices/types/index.js +0 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/dist/api/resources/patientPayments/client/Client.d.ts +18 -0
- package/dist/api/resources/patientPayments/client/Client.js +18 -0
- package/dist/api/resources/patientPayments/client/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/client/index.js +2 -0
- package/dist/api/resources/patientPayments/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/index.js +1 -0
- package/dist/api/resources/patientPayments/resources/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/index.js +2 -1
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +37 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +153 -0
- package/dist/api/resources/patientPayments/resources/v4/client/create.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/create.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/delete.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/delete.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/get.d.ts +22 -0
- package/dist/api/resources/patientPayments/resources/v4/client/get.js +47 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +4 -0
- package/dist/api/resources/patientPayments/resources/v4/client/index.js +33 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +12 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v4/client/requests/index.js +2 -0
- package/dist/api/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/v4/index.js +18 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +14 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.js +5 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +8 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPaymentId.js +10 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/dist/api/resources/patientRefunds/client/Client.d.ts +18 -0
- package/dist/api/resources/patientRefunds/client/Client.js +18 -0
- package/dist/api/resources/patientRefunds/client/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/client/index.js +2 -0
- package/dist/api/resources/patientRefunds/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/index.js +18 -0
- package/dist/api/resources/patientRefunds/resources/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/index.js +27 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +37 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +153 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/create.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/delete.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/get.js +47 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/index.js +33 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +12 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/index.js +18 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +14 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefund.js +5 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +8 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/PatientRefundId.js +10 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/writeOffs/client/Client.d.ts +18 -0
- package/dist/api/resources/writeOffs/client/Client.js +18 -0
- package/dist/api/resources/writeOffs/client/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/client/index.js +2 -0
- package/dist/api/resources/writeOffs/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/index.js +18 -0
- package/dist/api/resources/writeOffs/resources/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/index.js +27 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +37 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +158 -0
- package/dist/api/resources/writeOffs/resources/v1/client/create.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/create.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/client/get.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/get.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +4 -0
- package/dist/api/resources/writeOffs/resources/v1/client/index.js +33 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +7 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/writeOffs/resources/v1/client/requests/index.js +2 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revert.d.ts +22 -0
- package/dist/api/resources/writeOffs/resources/v1/client/revert.js +47 -0
- package/dist/api/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/writeOffs/resources/v1/index.js +18 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.d.ts +11 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOff.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffCreate.js +5 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +8 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffId.js +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/dist/api/resources/writeOffs/resources/v1/types/WriteOffReason.js +12 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/dist/api/resources/x12/index.d.ts +1 -0
- package/dist/api/resources/x12/index.js +17 -0
- package/dist/api/resources/x12/resources/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/index.js +27 -0
- package/dist/api/resources/x12/resources/v1/index.d.ts +1 -0
- package/dist/api/resources/x12/resources/v1/index.js +17 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +272 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.js +274 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1066 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1068 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/claimSubmission/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/index.js +17 -0
- package/dist/serialization/resources/claimSubmission/resources/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/resources/index.js +27 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/index.js +17 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +31 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +14 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +35 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +14 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +35 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +31 -0
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +31 -0
- package/dist/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/dist/serialization/resources/commons/types/ProviderId.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ProviderId.js +35 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/dist/serialization/resources/commons/types/index.d.ts +5 -0
- package/dist/serialization/resources/commons/types/index.js +5 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- 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/financials/index.d.ts +1 -0
- package/dist/serialization/resources/financials/index.js +17 -0
- package/dist/serialization/resources/financials/types/Allocation.d.ts +13 -0
- package/dist/serialization/resources/financials/types/Allocation.js +34 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.d.ts +13 -0
- package/dist/serialization/resources/financials/types/AllocationCreate.js +34 -0
- package/dist/serialization/resources/financials/types/AllocationRecipient.d.ts +22 -0
- package/dist/serialization/resources/financials/types/AllocationRecipient.js +46 -0
- package/dist/serialization/resources/financials/types/AllocationRecipientCreate.d.ts +22 -0
- package/dist/serialization/resources/financials/types/AllocationRecipientCreate.js +46 -0
- package/dist/serialization/resources/financials/types/RefundAllocation.d.ts +13 -0
- package/dist/serialization/resources/financials/types/RefundAllocation.js +34 -0
- package/dist/serialization/resources/financials/types/RefundAllocationCreate.d.ts +13 -0
- package/dist/serialization/resources/financials/types/RefundAllocationCreate.js +34 -0
- package/dist/serialization/resources/financials/types/RefundReason.d.ts +10 -0
- package/dist/serialization/resources/financials/types/RefundReason.js +31 -0
- package/dist/serialization/resources/financials/types/index.d.ts +7 -0
- package/dist/serialization/resources/financials/types/index.js +23 -0
- package/dist/serialization/resources/index.d.ts +8 -0
- package/dist/serialization/resources/index.js +9 -1
- package/dist/serialization/resources/insuranceAdjudication/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/index.js +27 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +15 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +36 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +15 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +36 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +14 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +40 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +18 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +39 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +12 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +33 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +20 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +43 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +19 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +42 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +35 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/dist/serialization/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/dist/serialization/resources/insuranceRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/index.js +17 -0
- package/dist/serialization/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/index.js +17 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +16 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +37 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +15 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +36 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +10 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +35 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/dist/serialization/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/dist/serialization/resources/invoices/types/index.d.ts +0 -1
- package/dist/serialization/resources/invoices/types/index.js +0 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/dist/serialization/resources/patientPayments/resources/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/index.js +2 -1
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/index.js +17 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +17 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +38 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/patientPayments/resources/v4/client/requests/index.js +5 -0
- package/dist/serialization/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/index.js +18 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +19 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +40 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +10 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +35 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/dist/serialization/resources/patientRefunds/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/index.js +17 -0
- package/dist/serialization/resources/patientRefunds/resources/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/index.js +27 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +17 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +38 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/index.js +18 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +19 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +40 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +10 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +35 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/dist/serialization/resources/writeOffs/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/index.js +17 -0
- package/dist/serialization/resources/writeOffs/resources/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/index.js +27 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/create.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/create.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.d.ts +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/index.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +12 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +33 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/writeOffs/resources/v1/client/requests/index.js +5 -0
- package/dist/serialization/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/dist/serialization/resources/writeOffs/resources/v1/index.js +18 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +16 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +37 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +15 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +36 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +35 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.js +31 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/dist/serialization/resources/x12/index.d.ts +1 -0
- package/dist/serialization/resources/x12/index.js +17 -0
- package/dist/serialization/resources/x12/resources/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/index.js +27 -0
- package/dist/serialization/resources/x12/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/x12/resources/v1/index.js +17 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +298 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1092 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +18 -0
- package/package.json +1 -1
- package/serialization/resources/claimSubmission/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/index.js +17 -0
- package/serialization/resources/claimSubmission/resources/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/resources/index.js +27 -0
- package/serialization/resources/claimSubmission/resources/v1/index.d.ts +1 -0
- package/serialization/resources/claimSubmission/resources/v1/index.js +17 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.d.ts +10 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimFrequencyTypeCode.js +31 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +14 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.js +35 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +14 -0
- package/serialization/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.js +35 -0
- package/serialization/resources/claimSubmission/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/claimSubmission/resources/v1/types/index.js +19 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +31 -0
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.d.ts +10 -0
- package/serialization/resources/commons/types/ClaimSubmissionPayerResponsibilityType.js +31 -0
- package/serialization/resources/commons/types/ProcedureModifier.d.ts +1 -1
- package/serialization/resources/commons/types/ProcedureModifier.js +1 -0
- package/serialization/resources/commons/types/ProviderId.d.ts +10 -0
- package/serialization/resources/commons/types/ProviderId.js +35 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +5 -0
- package/serialization/resources/commons/types/index.js +5 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +3 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
- 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/financials/index.d.ts +1 -0
- package/serialization/resources/financials/index.js +17 -0
- package/serialization/resources/financials/types/Allocation.d.ts +13 -0
- package/serialization/resources/financials/types/Allocation.js +34 -0
- package/serialization/resources/financials/types/AllocationCreate.d.ts +13 -0
- package/serialization/resources/financials/types/AllocationCreate.js +34 -0
- package/serialization/resources/financials/types/AllocationRecipient.d.ts +22 -0
- package/serialization/resources/financials/types/AllocationRecipient.js +46 -0
- package/serialization/resources/financials/types/AllocationRecipientCreate.d.ts +22 -0
- package/serialization/resources/financials/types/AllocationRecipientCreate.js +46 -0
- package/serialization/resources/financials/types/RefundAllocation.d.ts +13 -0
- package/serialization/resources/financials/types/RefundAllocation.js +34 -0
- package/serialization/resources/financials/types/RefundAllocationCreate.d.ts +13 -0
- package/serialization/resources/financials/types/RefundAllocationCreate.js +34 -0
- package/serialization/resources/financials/types/RefundReason.d.ts +10 -0
- package/serialization/resources/financials/types/RefundReason.js +31 -0
- package/serialization/resources/financials/types/index.d.ts +7 -0
- package/serialization/resources/financials/types/index.js +23 -0
- package/serialization/resources/index.d.ts +8 -0
- package/serialization/resources/index.js +9 -1
- package/serialization/resources/insuranceAdjudication/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/index.js +17 -0
- package/serialization/resources/insuranceAdjudication/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/resources/index.js +27 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/index.js +17 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.d.ts +15 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudication.js +36 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.d.ts +15 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjudicationCreate.js +36 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +14 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ClaimAdjustmentReasonCode.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudication.js +40 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.d.ts +18 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationCreate.js +39 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/InsuranceAdjudicationId.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +12 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/RemittanceAdviceRemarkCode.js +33 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.d.ts +20 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudication.js +43 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.d.ts +19 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationCreate.js +42 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/ServiceLineAdjudicationId.js +35 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/index.d.ts +10 -0
- package/serialization/resources/insuranceAdjudication/resources/v1/types/index.js +26 -0
- package/serialization/resources/insuranceRefunds/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/index.js +17 -0
- package/serialization/resources/insuranceRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/index.js +27 -0
- package/serialization/resources/insuranceRefunds/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceRefunds/resources/v1/index.js +17 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.d.ts +16 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefund.js +37 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.d.ts +15 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundCreate.js +36 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.d.ts +10 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/InsuranceRefundId.js +35 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.d.ts +3 -0
- package/serialization/resources/insuranceRefunds/resources/v1/types/index.js +19 -0
- package/serialization/resources/invoices/types/index.d.ts +0 -1
- package/serialization/resources/invoices/types/index.js +0 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/serialization/resources/patientPayments/resources/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/index.js +2 -1
- package/serialization/resources/patientPayments/resources/v4/client/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/v4/client/index.js +17 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.d.ts +17 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/PatientPaymentCreate.js +38 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/index.d.ts +1 -0
- package/serialization/resources/patientPayments/resources/v4/client/requests/index.js +5 -0
- package/serialization/resources/patientPayments/resources/v4/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/index.js +18 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +19 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +40 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.d.ts +10 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPaymentId.js +35 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.js +18 -0
- package/serialization/resources/patientRefunds/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/index.js +17 -0
- package/serialization/resources/patientRefunds/resources/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/index.js +27 -0
- package/serialization/resources/patientRefunds/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/v1/client/index.js +17 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.d.ts +17 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/PatientRefundCreate.js +38 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/patientRefunds/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/patientRefunds/resources/v1/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/index.js +18 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.d.ts +19 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefund.js +40 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.d.ts +10 -0
- package/serialization/resources/patientRefunds/resources/v1/types/PatientRefundId.js +35 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/patientRefunds/resources/v1/types/index.js +18 -0
- package/serialization/resources/writeOffs/index.d.ts +1 -0
- package/serialization/resources/writeOffs/index.js +17 -0
- package/serialization/resources/writeOffs/resources/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/index.js +27 -0
- package/serialization/resources/writeOffs/resources/v1/client/create.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/client/create.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.d.ts +2 -0
- package/serialization/resources/writeOffs/resources/v1/client/index.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +12 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.js +33 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/index.d.ts +1 -0
- package/serialization/resources/writeOffs/resources/v1/client/requests/index.js +5 -0
- package/serialization/resources/writeOffs/resources/v1/index.d.ts +2 -0
- package/serialization/resources/writeOffs/resources/v1/index.js +18 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.d.ts +16 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOff.js +37 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.d.ts +15 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffCreate.js +36 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffId.js +35 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.d.ts +10 -0
- package/serialization/resources/writeOffs/resources/v1/types/WriteOffReason.js +31 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/writeOffs/resources/v1/types/index.js +20 -0
- package/serialization/resources/x12/index.d.ts +1 -0
- package/serialization/resources/x12/index.js +17 -0
- package/serialization/resources/x12/resources/index.d.ts +1 -0
- package/serialization/resources/x12/resources/index.js +27 -0
- package/serialization/resources/x12/resources/v1/index.d.ts +1 -0
- package/serialization/resources/x12/resources/v1/index.js +17 -0
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/Carc.js +298 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1092 -0
- package/serialization/resources/x12/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/x12/resources/v1/types/index.js +18 -0
- /package/api/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/api/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/dist/api/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/dist/api/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/dist/serialization/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/dist/serialization/resources/{invoices → commons}/types/InvoiceId.js +0 -0
- /package/serialization/resources/{invoices → commons}/types/InvoiceId.d.ts +0 -0
- /package/serialization/resources/{invoices → commons}/types/InvoiceId.js +0 -0
|
@@ -40,6 +40,11 @@ class V1 {
|
|
|
40
40
|
constructor(options) {
|
|
41
41
|
this.options = options;
|
|
42
42
|
}
|
|
43
|
+
/**
|
|
44
|
+
* **This endpoint is incubating.**
|
|
45
|
+
* Computes the expected network status given the provided information.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
43
48
|
async compute(request) {
|
|
44
49
|
const _response = await core.fetcher({
|
|
45
50
|
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, "/api/expected-network-status/v1"),
|
|
@@ -48,7 +53,7 @@ class V1 {
|
|
|
48
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
54
|
"X-Fern-Language": "JavaScript",
|
|
50
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.
|
|
56
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
52
57
|
},
|
|
53
58
|
contentType: "application/json",
|
|
54
59
|
body: await serializers.expectedNetworkStatus.v1.ExpectedNetworkStatusRequest.jsonOrThrow(request, {
|
|
@@ -68,7 +68,7 @@ class V3 {
|
|
|
68
68
|
Authorization: await this._getAuthorizationHeader(),
|
|
69
69
|
"X-Fern-Language": "JavaScript",
|
|
70
70
|
"X-Fern-SDK-Name": "candidhealth",
|
|
71
|
-
"X-Fern-SDK-Version": "0.
|
|
71
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
72
72
|
},
|
|
73
73
|
contentType: "application/json",
|
|
74
74
|
queryParameters: _queryParams,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
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("./types"), exports);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../..";
|
|
5
|
+
export declare type AllocationRecipient = CandidApi.AllocationRecipient.ServiceLine | CandidApi.AllocationRecipient.Claim | CandidApi.AllocationRecipient.BillingProviderId;
|
|
6
|
+
export declare namespace AllocationRecipient {
|
|
7
|
+
interface ServiceLine {
|
|
8
|
+
type: "service_line";
|
|
9
|
+
value: CandidApi.ServiceLineId;
|
|
10
|
+
}
|
|
11
|
+
interface Claim {
|
|
12
|
+
type: "claim";
|
|
13
|
+
value: CandidApi.ClaimId;
|
|
14
|
+
}
|
|
15
|
+
interface BillingProviderId {
|
|
16
|
+
type: "billing_provider_id";
|
|
17
|
+
value: CandidApi.ProviderId;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as CandidApi from "../../..";
|
|
5
|
+
export declare type AllocationRecipientCreate = CandidApi.AllocationRecipientCreate.ServiceLineById | CandidApi.AllocationRecipientCreate.ClaimById | CandidApi.AllocationRecipientCreate.BillingProviderById;
|
|
6
|
+
export declare namespace AllocationRecipientCreate {
|
|
7
|
+
interface ServiceLineById {
|
|
8
|
+
type: "service_line_by_id";
|
|
9
|
+
value: CandidApi.ServiceLineId;
|
|
10
|
+
}
|
|
11
|
+
interface ClaimById {
|
|
12
|
+
type: "claim_by_id";
|
|
13
|
+
value: CandidApi.ClaimId;
|
|
14
|
+
}
|
|
15
|
+
interface BillingProviderById {
|
|
16
|
+
type: "billing_provider_by_id";
|
|
17
|
+
value: CandidApi.ProviderId;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./RefundReason";
|
|
2
|
+
export * from "./RefundAllocationCreate";
|
|
3
|
+
export * from "./Allocation";
|
|
4
|
+
export * from "./AllocationRecipient";
|
|
5
|
+
export * from "./AllocationCreate";
|
|
6
|
+
export * from "./AllocationRecipientCreate";
|
|
7
|
+
export * from "./RefundAllocation";
|
|
@@ -0,0 +1,23 @@
|
|
|
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("./RefundReason"), exports);
|
|
18
|
+
__exportStar(require("./RefundAllocationCreate"), exports);
|
|
19
|
+
__exportStar(require("./Allocation"), exports);
|
|
20
|
+
__exportStar(require("./AllocationRecipient"), exports);
|
|
21
|
+
__exportStar(require("./AllocationCreate"), exports);
|
|
22
|
+
__exportStar(require("./AllocationRecipientCreate"), exports);
|
|
23
|
+
__exportStar(require("./RefundAllocation"), exports);
|
|
@@ -13,8 +13,23 @@ export declare namespace V1 {
|
|
|
13
13
|
export declare class V1 {
|
|
14
14
|
protected readonly options: V1.Options;
|
|
15
15
|
constructor(options: V1.Options);
|
|
16
|
+
/**
|
|
17
|
+
* **This endpoint is incubating.**
|
|
18
|
+
* Creates a new guarantor and returns the newly created Guarantor object.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
16
21
|
create(encounterId: CandidApi.EncounterId, request: CandidApi.guarantor.v1.GuarantorCreate): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.create.Error>>;
|
|
22
|
+
/**
|
|
23
|
+
* **This endpoint is incubating.**
|
|
24
|
+
* Retrieves a guarantor by its `guarantor_id`.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
17
27
|
get(guarantorId: CandidApi.guarantor.v1.GuarantorId): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.get.Error>>;
|
|
28
|
+
/**
|
|
29
|
+
* **This endpoint is incubating.**
|
|
30
|
+
* Updates a guarantor by its `guarantor_id`.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
18
33
|
update(guarantorId: CandidApi.guarantor.v1.GuarantorId, request?: CandidApi.guarantor.v1.GuarantorUpdate): Promise<core.APIResponse<CandidApi.guarantor.v1.Guarantor, CandidApi.guarantor.v1.update.Error>>;
|
|
19
34
|
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
20
35
|
}
|
|
@@ -40,6 +40,11 @@ class V1 {
|
|
|
40
40
|
constructor(options) {
|
|
41
41
|
this.options = options;
|
|
42
42
|
}
|
|
43
|
+
/**
|
|
44
|
+
* **This endpoint is incubating.**
|
|
45
|
+
* Creates a new guarantor and returns the newly created Guarantor object.
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
43
48
|
async create(encounterId, request) {
|
|
44
49
|
const _response = await core.fetcher({
|
|
45
50
|
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/guarantors/v1/${await serializers.EncounterId.jsonOrThrow(encounterId)}`),
|
|
@@ -48,7 +53,7 @@ class V1 {
|
|
|
48
53
|
Authorization: await this._getAuthorizationHeader(),
|
|
49
54
|
"X-Fern-Language": "JavaScript",
|
|
50
55
|
"X-Fern-SDK-Name": "candidhealth",
|
|
51
|
-
"X-Fern-SDK-Version": "0.
|
|
56
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
52
57
|
},
|
|
53
58
|
contentType: "application/json",
|
|
54
59
|
body: await serializers.guarantor.v1.GuarantorCreate.jsonOrThrow(request, {
|
|
@@ -86,6 +91,11 @@ class V1 {
|
|
|
86
91
|
error: CandidApi.guarantor.v1.create.Error._unknown(_response.error),
|
|
87
92
|
};
|
|
88
93
|
}
|
|
94
|
+
/**
|
|
95
|
+
* **This endpoint is incubating.**
|
|
96
|
+
* Retrieves a guarantor by its `guarantor_id`.
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
89
99
|
async get(guarantorId) {
|
|
90
100
|
const _response = await core.fetcher({
|
|
91
101
|
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/guarantors/v1/${await serializers.guarantor.v1.GuarantorId.jsonOrThrow(guarantorId)}`),
|
|
@@ -94,7 +104,7 @@ class V1 {
|
|
|
94
104
|
Authorization: await this._getAuthorizationHeader(),
|
|
95
105
|
"X-Fern-Language": "JavaScript",
|
|
96
106
|
"X-Fern-SDK-Name": "candidhealth",
|
|
97
|
-
"X-Fern-SDK-Version": "0.
|
|
107
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
98
108
|
},
|
|
99
109
|
contentType: "application/json",
|
|
100
110
|
timeoutMs: 60000,
|
|
@@ -115,6 +125,11 @@ class V1 {
|
|
|
115
125
|
error: CandidApi.guarantor.v1.get.Error._unknown(_response.error),
|
|
116
126
|
};
|
|
117
127
|
}
|
|
128
|
+
/**
|
|
129
|
+
* **This endpoint is incubating.**
|
|
130
|
+
* Updates a guarantor by its `guarantor_id`.
|
|
131
|
+
*
|
|
132
|
+
*/
|
|
118
133
|
async update(guarantorId, request = {}) {
|
|
119
134
|
const _response = await core.fetcher({
|
|
120
135
|
url: (0, url_join_1.default)(this.options.environment ?? environments.CandidApiEnvironment.Production, `/api/guarantors/v1/${await serializers.guarantor.v1.GuarantorId.jsonOrThrow(guarantorId)}`),
|
|
@@ -123,7 +138,7 @@ class V1 {
|
|
|
123
138
|
Authorization: await this._getAuthorizationHeader(),
|
|
124
139
|
"X-Fern-Language": "JavaScript",
|
|
125
140
|
"X-Fern-SDK-Name": "candidhealth",
|
|
126
|
-
"X-Fern-SDK-Version": "0.
|
|
141
|
+
"X-Fern-SDK-Version": "0.7.1",
|
|
127
142
|
},
|
|
128
143
|
contentType: "application/json",
|
|
129
144
|
body: await serializers.guarantor.v1.GuarantorUpdate.jsonOrThrow(request, {
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
export * as auth from "./auth";
|
|
2
2
|
export * as billingNotes from "./billingNotes";
|
|
3
|
+
export * as claimSubmission from "./claimSubmission";
|
|
3
4
|
export * as encounterProviders from "./encounterProviders";
|
|
4
5
|
export * as encounters from "./encounters";
|
|
5
6
|
export * as expectedNetworkStatus from "./expectedNetworkStatus";
|
|
6
7
|
export * as exports from "./exports";
|
|
7
8
|
export * as guarantor from "./guarantor";
|
|
9
|
+
export * as insuranceAdjudication from "./insuranceAdjudication";
|
|
10
|
+
export * as insuranceRefunds from "./insuranceRefunds";
|
|
8
11
|
export * as organizationProviders from "./organizationProviders";
|
|
9
12
|
export * as patientPayments from "./patientPayments";
|
|
13
|
+
export * as patientRefunds from "./patientRefunds";
|
|
10
14
|
export * as payers from "./payers";
|
|
11
15
|
export * as serviceLines from "./serviceLines";
|
|
16
|
+
export * as writeOffs from "./writeOffs";
|
|
17
|
+
export * as x12 from "./x12";
|
|
12
18
|
export * as claims from "./claims";
|
|
13
19
|
export * from "./claims/types";
|
|
14
20
|
export * as commons from "./commons";
|
|
@@ -19,6 +25,8 @@ export * as diagnoses from "./diagnoses";
|
|
|
19
25
|
export * from "./diagnoses/types";
|
|
20
26
|
export * as era from "./era";
|
|
21
27
|
export * from "./era/types";
|
|
28
|
+
export * as financials from "./financials";
|
|
29
|
+
export * from "./financials/types";
|
|
22
30
|
export * as identifiers from "./identifiers";
|
|
23
31
|
export * from "./identifiers/types";
|
|
24
32
|
export * as individual from "./individual";
|
|
@@ -26,18 +26,24 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.serviceLines = exports.payers = exports.patientPayments = exports.organizationProviders = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.billingNotes = exports.auth = void 0;
|
|
29
|
+
exports.eligibility = exports.tags = exports.serviceFacility = exports.invoices = exports.insuranceCard = exports.individual = exports.identifiers = exports.financials = exports.era = exports.diagnoses = exports.contracts = exports.commons = exports.claims = exports.x12 = exports.writeOffs = exports.serviceLines = exports.payers = exports.patientRefunds = exports.patientPayments = exports.organizationProviders = exports.insuranceRefunds = exports.insuranceAdjudication = exports.guarantor = exports.exports = exports.expectedNetworkStatus = exports.encounters = exports.encounterProviders = exports.claimSubmission = exports.billingNotes = exports.auth = void 0;
|
|
30
30
|
exports.auth = __importStar(require("./auth"));
|
|
31
31
|
exports.billingNotes = __importStar(require("./billingNotes"));
|
|
32
|
+
exports.claimSubmission = __importStar(require("./claimSubmission"));
|
|
32
33
|
exports.encounterProviders = __importStar(require("./encounterProviders"));
|
|
33
34
|
exports.encounters = __importStar(require("./encounters"));
|
|
34
35
|
exports.expectedNetworkStatus = __importStar(require("./expectedNetworkStatus"));
|
|
35
36
|
exports.exports = __importStar(require("./exports"));
|
|
36
37
|
exports.guarantor = __importStar(require("./guarantor"));
|
|
38
|
+
exports.insuranceAdjudication = __importStar(require("./insuranceAdjudication"));
|
|
39
|
+
exports.insuranceRefunds = __importStar(require("./insuranceRefunds"));
|
|
37
40
|
exports.organizationProviders = __importStar(require("./organizationProviders"));
|
|
38
41
|
exports.patientPayments = __importStar(require("./patientPayments"));
|
|
42
|
+
exports.patientRefunds = __importStar(require("./patientRefunds"));
|
|
39
43
|
exports.payers = __importStar(require("./payers"));
|
|
40
44
|
exports.serviceLines = __importStar(require("./serviceLines"));
|
|
45
|
+
exports.writeOffs = __importStar(require("./writeOffs"));
|
|
46
|
+
exports.x12 = __importStar(require("./x12"));
|
|
41
47
|
exports.claims = __importStar(require("./claims"));
|
|
42
48
|
__exportStar(require("./claims/types"), exports);
|
|
43
49
|
exports.commons = __importStar(require("./commons"));
|
|
@@ -48,6 +54,8 @@ exports.diagnoses = __importStar(require("./diagnoses"));
|
|
|
48
54
|
__exportStar(require("./diagnoses/types"), exports);
|
|
49
55
|
exports.era = __importStar(require("./era"));
|
|
50
56
|
__exportStar(require("./era/types"), exports);
|
|
57
|
+
exports.financials = __importStar(require("./financials"));
|
|
58
|
+
__exportStar(require("./financials/types"), exports);
|
|
51
59
|
exports.identifiers = __importStar(require("./identifiers"));
|
|
52
60
|
__exportStar(require("./identifiers/types"), exports);
|
|
53
61
|
exports.individual = __importStar(require("./individual"));
|
|
@@ -18,7 +18,7 @@ import * as CandidApi from "../../..";
|
|
|
18
18
|
* groupNumber: "ABC12345",
|
|
19
19
|
* planName: "Silver PPO Plan",
|
|
20
20
|
* planType: CandidApi.SourceOfPaymentCode.SelfPay,
|
|
21
|
-
* insuranceType: CandidApi.InsuranceTypeCode.
|
|
21
|
+
* insuranceType: CandidApi.InsuranceTypeCode.C12
|
|
22
22
|
* },
|
|
23
23
|
* patientRelationshipToSubscriberCode: CandidApi.PatientRelationshipToInsuredCodeAll.Spouse,
|
|
24
24
|
* dateOfBirth: CandidApi.Date_("2000-01-01"),
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../environments";
|
|
5
|
+
import * as core from "../../../../core";
|
|
6
|
+
import { V1 } from "../resources/v1/client/Client";
|
|
7
|
+
export declare namespace InsuranceAdjudication {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: environments.CandidApiEnvironment | string;
|
|
10
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export declare class InsuranceAdjudication {
|
|
14
|
+
protected readonly options: InsuranceAdjudication.Options;
|
|
15
|
+
constructor(options: InsuranceAdjudication.Options);
|
|
16
|
+
protected _v1: V1 | undefined;
|
|
17
|
+
get v1(): V1;
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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.InsuranceAdjudication = void 0;
|
|
7
|
+
const Client_1 = require("../resources/v1/client/Client");
|
|
8
|
+
class InsuranceAdjudication {
|
|
9
|
+
options;
|
|
10
|
+
constructor(options) {
|
|
11
|
+
this.options = options;
|
|
12
|
+
}
|
|
13
|
+
_v1;
|
|
14
|
+
get v1() {
|
|
15
|
+
return (this._v1 ??= new Client_1.V1(this.options));
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.InsuranceAdjudication = InsuranceAdjudication;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./resources"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as v1 from "./v1";
|
|
@@ -0,0 +1,27 @@
|
|
|
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.v1 = void 0;
|
|
27
|
+
exports.v1 = __importStar(require("./v1"));
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../../../environments";
|
|
5
|
+
import * as core from "../../../../../../core";
|
|
6
|
+
import * as CandidApi from "../../../../..";
|
|
7
|
+
export declare namespace V1 {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: environments.CandidApiEnvironment | string;
|
|
10
|
+
token?: core.Supplier<core.BearerToken | undefined>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export declare class V1 {
|
|
14
|
+
protected readonly options: V1.Options;
|
|
15
|
+
constructor(options: V1.Options);
|
|
16
|
+
/**
|
|
17
|
+
* **This endpoint is incubating.**
|
|
18
|
+
* Retrieves a previously created insurance adjudication by its `insurance_adjudication_id`.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
get(insuranceAdjudicationId: CandidApi.insuranceAdjudication.v1.InsuranceAdjudicationId): Promise<core.APIResponse<CandidApi.insuranceAdjudication.v1.InsuranceAdjudication, CandidApi.insuranceAdjudication.v1.get.Error>>;
|
|
22
|
+
/**
|
|
23
|
+
* **This endpoint is incubating.**
|
|
24
|
+
* Creates a new insurance adjudication record and returns the newly created InsuranceAdjudication object.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
create(request: CandidApi.insuranceAdjudication.v1.InsuranceAdjudicationCreate): Promise<core.APIResponse<CandidApi.insuranceAdjudication.v1.InsuranceAdjudication, CandidApi.insuranceAdjudication.v1.create.Error>>;
|
|
28
|
+
/**
|
|
29
|
+
* **This endpoint is incubating.**
|
|
30
|
+
* Deletes the insurance adjudication record matching the provided insurance_adjudication_id.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
delete(insuranceAdjudicationId: CandidApi.insuranceAdjudication.v1.InsuranceAdjudicationId): Promise<core.APIResponse<void, CandidApi.insuranceAdjudication.v1.delete.Error>>;
|
|
34
|
+
protected _getAuthorizationHeader(): Promise<string | undefined>;
|
|
35
|
+
}
|