candidhealth 1.14.4 → 1.14.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -0
- package/Client.js +43 -38
- package/README.md +0 -18
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +13 -0
- package/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +16 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +3 -2
- package/api/resources/insuranceAdjudications/client/Client.d.ts +14 -0
- package/api/resources/insuranceAdjudications/client/Client.js +15 -0
- package/api/resources/insuranceAdjudications/client/index.d.ts +1 -0
- package/api/resources/insuranceAdjudications/client/index.js +2 -0
- package/api/resources/insuranceAdjudications/index.d.ts +2 -0
- package/api/resources/insuranceAdjudications/index.js +18 -0
- package/api/resources/insuranceAdjudications/resources/index.d.ts +1 -0
- package/api/resources/insuranceAdjudications/resources/index.js +37 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +26 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +117 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +19 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/get.js +55 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
- package/api/resources/insuranceAdjudications/resources/v1/client/index.js +37 -0
- package/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
- package/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +10 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +3 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +10 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +7 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +13 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +3 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +7 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +5 -0
- package/api/resources/insuranceAdjudications/resources/v1/types/index.js +21 -0
- package/api/resources/patientPayments/resources/v4/types/CardPaymentMethod.d.ts +1 -0
- package/api/resources/patientPayments/resources/v4/types/CardPaymentMethod.js +3 -0
- package/api/resources/patientPayments/resources/v4/types/CashPaymentMethod.d.ts +1 -0
- package/api/resources/patientPayments/resources/v4/types/CashPaymentMethod.js +3 -0
- package/api/resources/patientPayments/resources/v4/types/CheckPaymentMethod.d.ts +3 -0
- package/api/resources/patientPayments/resources/v4/types/CheckPaymentMethod.js +3 -0
- package/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
- package/api/resources/patientPayments/resources/v4/types/PaymentMethod.d.ts +13 -0
- package/api/resources/patientPayments/resources/v4/types/PaymentMethod.js +3 -0
- package/api/resources/patientPayments/resources/v4/types/PaymentMethodDetail.d.ts +5 -0
- package/api/resources/patientPayments/resources/v4/types/PaymentMethodDetail.js +3 -0
- package/api/resources/patientPayments/resources/v4/types/index.d.ts +5 -0
- package/api/resources/patientPayments/resources/v4/types/index.js +5 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +2 -0
- package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -0
- package/api/resources/x12/resources/v1/types/Carc.d.ts +407 -0
- package/api/resources/x12/resources/v1/types/Carc.js +410 -0
- package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +6 -0
- package/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +3 -0
- package/api/resources/x12/resources/v1/types/Rarc.d.ts +1190 -0
- package/api/resources/x12/resources/v1/types/Rarc.js +1193 -0
- package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +4 -0
- package/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +3 -0
- package/api/resources/x12/resources/v1/types/index.d.ts +4 -0
- package/api/resources/x12/resources/v1/types/index.js +4 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +43 -38
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +13 -0
- package/dist/api/resources/commons/types/ClaimAdjustmentGroupCodes.js +16 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +3 -2
- package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +14 -0
- package/dist/api/resources/insuranceAdjudications/client/Client.js +15 -0
- package/dist/api/resources/insuranceAdjudications/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudications/client/index.js +2 -0
- package/dist/api/resources/insuranceAdjudications/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudications/index.js +18 -0
- package/dist/api/resources/insuranceAdjudications/resources/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudications/resources/index.js +37 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +26 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +117 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.d.ts +19 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/get.js +55 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/client/index.js +37 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.d.ts +2 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/index.js +18 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +3 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +10 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +3 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +7 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +13 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +3 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +7 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.d.ts +5 -0
- package/dist/api/resources/insuranceAdjudications/resources/v1/types/index.js +21 -0
- package/dist/api/resources/patientPayments/resources/v4/types/CardPaymentMethod.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v4/types/CardPaymentMethod.js +3 -0
- package/dist/api/resources/patientPayments/resources/v4/types/CashPaymentMethod.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v4/types/CashPaymentMethod.js +3 -0
- package/dist/api/resources/patientPayments/resources/v4/types/CheckPaymentMethod.d.ts +3 -0
- package/dist/api/resources/patientPayments/resources/v4/types/CheckPaymentMethod.js +3 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +1 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PaymentMethod.d.ts +13 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PaymentMethod.js +3 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PaymentMethodDetail.d.ts +5 -0
- package/dist/api/resources/patientPayments/resources/v4/types/PaymentMethodDetail.js +3 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.d.ts +5 -0
- package/dist/api/resources/patientPayments/resources/v4/types/index.js +5 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +3 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +2 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.d.ts +407 -0
- package/dist/api/resources/x12/resources/v1/types/Carc.js +410 -0
- package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +6 -0
- package/dist/api/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +3 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.d.ts +1190 -0
- package/dist/api/resources/x12/resources/v1/types/Rarc.js +1193 -0
- package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +4 -0
- package/dist/api/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +3 -0
- package/dist/api/resources/x12/resources/v1/types/index.d.ts +4 -0
- package/dist/api/resources/x12/resources/v1/types/index.js +4 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +7 -0
- package/dist/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +39 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +3 -2
- package/dist/serialization/resources/insuranceAdjudications/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/index.js +37 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/index.js +17 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +19 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +51 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +51 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +7 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +43 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +21 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +53 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +7 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +43 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +5 -0
- package/dist/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +21 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/CardPaymentMethod.d.ts +7 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/CardPaymentMethod.js +39 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/CashPaymentMethod.d.ts +7 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/CashPaymentMethod.js +39 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/CheckPaymentMethod.d.ts +9 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/CheckPaymentMethod.js +41 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +2 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PaymentMethod.d.ts +19 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PaymentMethod.js +51 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PaymentMethodDetail.d.ts +12 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/PaymentMethodDetail.js +44 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.d.ts +5 -0
- package/dist/serialization/resources/patientPayments/resources/v4/types/index.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
- package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.d.ts +7 -0
- package/dist/serialization/resources/x12/resources/v1/types/Carc.js +444 -0
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +13 -0
- package/dist/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +45 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.d.ts +7 -0
- package/dist/serialization/resources/x12/resources/v1/types/Rarc.js +1227 -0
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +10 -0
- package/dist/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +42 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +4 -0
- package/dist/serialization/resources/x12/resources/v1/types/index.js +4 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +64 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.d.ts +7 -0
- package/serialization/resources/commons/types/ClaimAdjustmentGroupCodes.js +39 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +3 -2
- package/serialization/resources/insuranceAdjudications/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/index.js +17 -0
- package/serialization/resources/insuranceAdjudications/resources/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/resources/index.js +37 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/index.d.ts +1 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/index.js +17 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.d.ts +19 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ClaimAdjudication.js +51 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.d.ts +19 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudication.js +51 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.d.ts +7 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/InsuranceAdjudicationId.js +43 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.d.ts +21 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudication.js +53 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.d.ts +7 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/ServiceLineAdjudicationId.js +43 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.d.ts +5 -0
- package/serialization/resources/insuranceAdjudications/resources/v1/types/index.js +21 -0
- package/serialization/resources/patientPayments/resources/v4/types/CardPaymentMethod.d.ts +7 -0
- package/serialization/resources/patientPayments/resources/v4/types/CardPaymentMethod.js +39 -0
- package/serialization/resources/patientPayments/resources/v4/types/CashPaymentMethod.d.ts +7 -0
- package/serialization/resources/patientPayments/resources/v4/types/CashPaymentMethod.js +39 -0
- package/serialization/resources/patientPayments/resources/v4/types/CheckPaymentMethod.d.ts +9 -0
- package/serialization/resources/patientPayments/resources/v4/types/CheckPaymentMethod.js +41 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.d.ts +2 -0
- package/serialization/resources/patientPayments/resources/v4/types/PatientPayment.js +2 -0
- package/serialization/resources/patientPayments/resources/v4/types/PaymentMethod.d.ts +19 -0
- package/serialization/resources/patientPayments/resources/v4/types/PaymentMethod.js +51 -0
- package/serialization/resources/patientPayments/resources/v4/types/PaymentMethodDetail.d.ts +12 -0
- package/serialization/resources/patientPayments/resources/v4/types/PaymentMethodDetail.js +44 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.d.ts +5 -0
- package/serialization/resources/patientPayments/resources/v4/types/index.js +5 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRequest.js +2 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdateBase.js +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.d.ts +1 -0
- package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreateStandalone.js +1 -0
- package/serialization/resources/x12/resources/v1/types/Carc.d.ts +7 -0
- package/serialization/resources/x12/resources/v1/types/Carc.js +444 -0
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.d.ts +13 -0
- package/serialization/resources/x12/resources/v1/types/ClaimAdjustmentReasonCode.js +45 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.d.ts +7 -0
- package/serialization/resources/x12/resources/v1/types/Rarc.js +1227 -0
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.d.ts +10 -0
- package/serialization/resources/x12/resources/v1/types/RemittanceAdviceRemarkCode.js +42 -0
- package/serialization/resources/x12/resources/v1/types/index.d.ts +4 -0
- package/serialization/resources/x12/resources/v1/types/index.js +4 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../index";
|
|
4
|
+
import { Rarc } from "./Rarc";
|
|
5
|
+
export declare const RemittanceAdviceRemarkCode: core.serialization.ObjectSchema<serializers.x12.v1.RemittanceAdviceRemarkCode.Raw, CandidApi.x12.v1.RemittanceAdviceRemarkCode>;
|
|
6
|
+
export declare namespace RemittanceAdviceRemarkCode {
|
|
7
|
+
interface Raw {
|
|
8
|
+
reason_code: Rarc.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.RemittanceAdviceRemarkCode = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../core"));
|
|
39
|
+
const Rarc_1 = require("./Rarc");
|
|
40
|
+
exports.RemittanceAdviceRemarkCode = core.serialization.object({
|
|
41
|
+
reasonCode: core.serialization.property("reason_code", Rarc_1.Rarc),
|
|
42
|
+
});
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
export * from "./Carc";
|
|
2
|
+
export * from "./ClaimAdjustmentReasonCode";
|
|
1
3
|
export * from "./PatientDischargeStatusCode";
|
|
2
4
|
export * from "./PointOfOriginForAdmissionOrVisitCode";
|
|
5
|
+
export * from "./Rarc";
|
|
6
|
+
export * from "./RemittanceAdviceRemarkCode";
|
|
3
7
|
export * from "./TypeOfAdmissionOrVisitCode";
|
|
4
8
|
export * from "./TypeOfBillComposite";
|
|
5
9
|
export * from "./TypeOfBillCompositeBase";
|
|
@@ -14,8 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Carc"), exports);
|
|
18
|
+
__exportStar(require("./ClaimAdjustmentReasonCode"), exports);
|
|
17
19
|
__exportStar(require("./PatientDischargeStatusCode"), exports);
|
|
18
20
|
__exportStar(require("./PointOfOriginForAdmissionOrVisitCode"), exports);
|
|
21
|
+
__exportStar(require("./Rarc"), exports);
|
|
22
|
+
__exportStar(require("./RemittanceAdviceRemarkCode"), exports);
|
|
19
23
|
__exportStar(require("./TypeOfAdmissionOrVisitCode"), exports);
|
|
20
24
|
__exportStar(require("./TypeOfBillComposite"), exports);
|
|
21
25
|
__exportStar(require("./TypeOfBillCompositeBase"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.14.
|
|
1
|
+
export declare const SDK_VERSION = "1.14.6";
|
package/version.js
CHANGED