candidhealth 1.14.3 → 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/api/resources/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -0
- 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/chargeCapture/resources/v1/types/ChargeCapture.d.ts +1 -0
- 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,410 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Carc = void 0;
|
|
5
|
+
exports.Carc = {
|
|
6
|
+
Carc1: "1",
|
|
7
|
+
Carc2: "2",
|
|
8
|
+
Carc3: "3",
|
|
9
|
+
Carc4: "4",
|
|
10
|
+
Carc5: "5",
|
|
11
|
+
Carc6: "6",
|
|
12
|
+
Carc7: "7",
|
|
13
|
+
Carc8: "8",
|
|
14
|
+
Carc9: "9",
|
|
15
|
+
Carc10: "10",
|
|
16
|
+
Carc11: "11",
|
|
17
|
+
Carc12: "12",
|
|
18
|
+
Carc13: "13",
|
|
19
|
+
Carc14: "14",
|
|
20
|
+
Carc16: "16",
|
|
21
|
+
Carc18: "18",
|
|
22
|
+
Carc19: "19",
|
|
23
|
+
Carc20: "20",
|
|
24
|
+
Carc21: "21",
|
|
25
|
+
Carc22: "22",
|
|
26
|
+
Carc23: "23",
|
|
27
|
+
Carc24: "24",
|
|
28
|
+
Carc26: "26",
|
|
29
|
+
Carc27: "27",
|
|
30
|
+
Carc29: "29",
|
|
31
|
+
Carc31: "31",
|
|
32
|
+
Carc32: "32",
|
|
33
|
+
Carc33: "33",
|
|
34
|
+
Carc34: "34",
|
|
35
|
+
Carc35: "35",
|
|
36
|
+
Carc39: "39",
|
|
37
|
+
Carc40: "40",
|
|
38
|
+
Carc44: "44",
|
|
39
|
+
Carc45: "45",
|
|
40
|
+
Carc49: "49",
|
|
41
|
+
Carc50: "50",
|
|
42
|
+
Carc51: "51",
|
|
43
|
+
Carc53: "53",
|
|
44
|
+
Carc54: "54",
|
|
45
|
+
Carc55: "55",
|
|
46
|
+
Carc56: "56",
|
|
47
|
+
Carc58: "58",
|
|
48
|
+
Carc59: "59",
|
|
49
|
+
Carc60: "60",
|
|
50
|
+
Carc61: "61",
|
|
51
|
+
Carc66: "66",
|
|
52
|
+
Carc69: "69",
|
|
53
|
+
Carc70: "70",
|
|
54
|
+
Carc74: "74",
|
|
55
|
+
Carc75: "75",
|
|
56
|
+
Carc76: "76",
|
|
57
|
+
Carc78: "78",
|
|
58
|
+
Carc85: "85",
|
|
59
|
+
Carc89: "89",
|
|
60
|
+
Carc90: "90",
|
|
61
|
+
Carc91: "91",
|
|
62
|
+
Carc94: "94",
|
|
63
|
+
Carc95: "95",
|
|
64
|
+
Carc96: "96",
|
|
65
|
+
Carc97: "97",
|
|
66
|
+
Carc100: "100",
|
|
67
|
+
Carc101: "101",
|
|
68
|
+
Carc102: "102",
|
|
69
|
+
Carc103: "103",
|
|
70
|
+
Carc104: "104",
|
|
71
|
+
Carc105: "105",
|
|
72
|
+
Carc106: "106",
|
|
73
|
+
Carc107: "107",
|
|
74
|
+
Carc108: "108",
|
|
75
|
+
Carc109: "109",
|
|
76
|
+
Carc110: "110",
|
|
77
|
+
Carc111: "111",
|
|
78
|
+
Carc112: "112",
|
|
79
|
+
Carc114: "114",
|
|
80
|
+
Carc115: "115",
|
|
81
|
+
Carc116: "116",
|
|
82
|
+
Carc117: "117",
|
|
83
|
+
Carc118: "118",
|
|
84
|
+
Carc119: "119",
|
|
85
|
+
Carc121: "121",
|
|
86
|
+
Carc122: "122",
|
|
87
|
+
Carc125: "125",
|
|
88
|
+
Carc128: "128",
|
|
89
|
+
Carc129: "129",
|
|
90
|
+
Carc130: "130",
|
|
91
|
+
Carc131: "131",
|
|
92
|
+
Carc132: "132",
|
|
93
|
+
Carc133: "133",
|
|
94
|
+
Carc134: "134",
|
|
95
|
+
Carc135: "135",
|
|
96
|
+
Carc136: "136",
|
|
97
|
+
Carc137: "137",
|
|
98
|
+
Carc139: "139",
|
|
99
|
+
Carc140: "140",
|
|
100
|
+
Carc142: "142",
|
|
101
|
+
Carc143: "143",
|
|
102
|
+
Carc144: "144",
|
|
103
|
+
Carc146: "146",
|
|
104
|
+
Carc147: "147",
|
|
105
|
+
Carc148: "148",
|
|
106
|
+
Carc149: "149",
|
|
107
|
+
Carc150: "150",
|
|
108
|
+
Carc151: "151",
|
|
109
|
+
Carc152: "152",
|
|
110
|
+
Carc153: "153",
|
|
111
|
+
Carc154: "154",
|
|
112
|
+
Carc155: "155",
|
|
113
|
+
Carc157: "157",
|
|
114
|
+
Carc158: "158",
|
|
115
|
+
Carc159: "159",
|
|
116
|
+
Carc160: "160",
|
|
117
|
+
Carc161: "161",
|
|
118
|
+
Carc163: "163",
|
|
119
|
+
Carc164: "164",
|
|
120
|
+
Carc166: "166",
|
|
121
|
+
Carc167: "167",
|
|
122
|
+
Carc169: "169",
|
|
123
|
+
Carc170: "170",
|
|
124
|
+
Carc171: "171",
|
|
125
|
+
Carc172: "172",
|
|
126
|
+
Carc173: "173",
|
|
127
|
+
Carc174: "174",
|
|
128
|
+
Carc175: "175",
|
|
129
|
+
Carc176: "176",
|
|
130
|
+
Carc177: "177",
|
|
131
|
+
Carc178: "178",
|
|
132
|
+
Carc179: "179",
|
|
133
|
+
Carc180: "180",
|
|
134
|
+
Carc181: "181",
|
|
135
|
+
Carc182: "182",
|
|
136
|
+
Carc183: "183",
|
|
137
|
+
Carc184: "184",
|
|
138
|
+
Carc185: "185",
|
|
139
|
+
Carc186: "186",
|
|
140
|
+
Carc187: "187",
|
|
141
|
+
Carc188: "188",
|
|
142
|
+
Carc189: "189",
|
|
143
|
+
Carc190: "190",
|
|
144
|
+
Carc192: "192",
|
|
145
|
+
Carc193: "193",
|
|
146
|
+
Carc194: "194",
|
|
147
|
+
Carc195: "195",
|
|
148
|
+
Carc197: "197",
|
|
149
|
+
Carc198: "198",
|
|
150
|
+
Carc199: "199",
|
|
151
|
+
Carc200: "200",
|
|
152
|
+
Carc201: "201",
|
|
153
|
+
Carc202: "202",
|
|
154
|
+
Carc203: "203",
|
|
155
|
+
Carc204: "204",
|
|
156
|
+
Carc205: "205",
|
|
157
|
+
Carc206: "206",
|
|
158
|
+
Carc207: "207",
|
|
159
|
+
Carc208: "208",
|
|
160
|
+
Carc209: "209",
|
|
161
|
+
Carc210: "210",
|
|
162
|
+
Carc211: "211",
|
|
163
|
+
Carc212: "212",
|
|
164
|
+
Carc213: "213",
|
|
165
|
+
Carc215: "215",
|
|
166
|
+
Carc216: "216",
|
|
167
|
+
Carc219: "219",
|
|
168
|
+
Carc222: "222",
|
|
169
|
+
Carc223: "223",
|
|
170
|
+
Carc224: "224",
|
|
171
|
+
Carc225: "225",
|
|
172
|
+
Carc226: "226",
|
|
173
|
+
Carc227: "227",
|
|
174
|
+
Carc228: "228",
|
|
175
|
+
Carc229: "229",
|
|
176
|
+
Carc231: "231",
|
|
177
|
+
Carc232: "232",
|
|
178
|
+
Carc233: "233",
|
|
179
|
+
Carc234: "234",
|
|
180
|
+
Carc235: "235",
|
|
181
|
+
Carc236: "236",
|
|
182
|
+
Carc237: "237",
|
|
183
|
+
Carc238: "238",
|
|
184
|
+
Carc239: "239",
|
|
185
|
+
Carc240: "240",
|
|
186
|
+
Carc241: "241",
|
|
187
|
+
Carc242: "242",
|
|
188
|
+
Carc243: "243",
|
|
189
|
+
Carc245: "245",
|
|
190
|
+
Carc246: "246",
|
|
191
|
+
Carc247: "247",
|
|
192
|
+
Carc248: "248",
|
|
193
|
+
Carc249: "249",
|
|
194
|
+
Carc250: "250",
|
|
195
|
+
Carc251: "251",
|
|
196
|
+
Carc252: "252",
|
|
197
|
+
Carc253: "253",
|
|
198
|
+
Carc254: "254",
|
|
199
|
+
Carc256: "256",
|
|
200
|
+
Carc257: "257",
|
|
201
|
+
Carc258: "258",
|
|
202
|
+
Carc259: "259",
|
|
203
|
+
Carc260: "260",
|
|
204
|
+
Carc261: "261",
|
|
205
|
+
Carc262: "262",
|
|
206
|
+
Carc263: "263",
|
|
207
|
+
Carc264: "264",
|
|
208
|
+
Carc265: "265",
|
|
209
|
+
Carc266: "266",
|
|
210
|
+
Carc267: "267",
|
|
211
|
+
Carc268: "268",
|
|
212
|
+
Carc269: "269",
|
|
213
|
+
Carc270: "270",
|
|
214
|
+
Carc271: "271",
|
|
215
|
+
Carc272: "272",
|
|
216
|
+
Carc273: "273",
|
|
217
|
+
Carc274: "274",
|
|
218
|
+
Carc275: "275",
|
|
219
|
+
Carc276: "276",
|
|
220
|
+
Carc277: "277",
|
|
221
|
+
Carc278: "278",
|
|
222
|
+
Carc279: "279",
|
|
223
|
+
Carc280: "280",
|
|
224
|
+
Carc281: "281",
|
|
225
|
+
Carc282: "282",
|
|
226
|
+
Carc283: "283",
|
|
227
|
+
Carc284: "284",
|
|
228
|
+
Carc285: "285",
|
|
229
|
+
Carc286: "286",
|
|
230
|
+
Carc287: "287",
|
|
231
|
+
Carc288: "288",
|
|
232
|
+
Carc289: "289",
|
|
233
|
+
Carc290: "290",
|
|
234
|
+
Carc291: "291",
|
|
235
|
+
Carc292: "292",
|
|
236
|
+
Carc293: "293",
|
|
237
|
+
Carc294: "294",
|
|
238
|
+
Carc295: "295",
|
|
239
|
+
Carc296: "296",
|
|
240
|
+
Carc297: "297",
|
|
241
|
+
Carc298: "298",
|
|
242
|
+
Carc299: "299",
|
|
243
|
+
Carc300: "300",
|
|
244
|
+
Carc301: "301",
|
|
245
|
+
Carc302: "302",
|
|
246
|
+
Carc303: "303",
|
|
247
|
+
Carc304: "304",
|
|
248
|
+
Carc305: "305",
|
|
249
|
+
CarcA0: "A0",
|
|
250
|
+
CarcA1: "A1",
|
|
251
|
+
CarcA5: "A5",
|
|
252
|
+
CarcA6: "A6",
|
|
253
|
+
CarcA8: "A8",
|
|
254
|
+
CarcB1: "B1",
|
|
255
|
+
CarcB4: "B4",
|
|
256
|
+
CarcB7: "B7",
|
|
257
|
+
CarcB8: "B8",
|
|
258
|
+
CarcB9: "B9",
|
|
259
|
+
CarcB10: "B10",
|
|
260
|
+
CarcB11: "B11",
|
|
261
|
+
CarcB12: "B12",
|
|
262
|
+
CarcB13: "B13",
|
|
263
|
+
CarcB14: "B14",
|
|
264
|
+
CarcB15: "B15",
|
|
265
|
+
CarcB16: "B16",
|
|
266
|
+
CarcB20: "B20",
|
|
267
|
+
CarcB22: "B22",
|
|
268
|
+
CarcB23: "B23",
|
|
269
|
+
CarcP1: "P1",
|
|
270
|
+
CarcP2: "P2",
|
|
271
|
+
CarcP3: "P3",
|
|
272
|
+
CarcP4: "P4",
|
|
273
|
+
CarcP5: "P5",
|
|
274
|
+
CarcP6: "P6",
|
|
275
|
+
CarcP7: "P7",
|
|
276
|
+
CarcP8: "P8",
|
|
277
|
+
CarcP9: "P9",
|
|
278
|
+
CarcP10: "P10",
|
|
279
|
+
CarcP11: "P11",
|
|
280
|
+
CarcP12: "P12",
|
|
281
|
+
CarcP13: "P13",
|
|
282
|
+
CarcP14: "P14",
|
|
283
|
+
CarcP15: "P15",
|
|
284
|
+
CarcP16: "P16",
|
|
285
|
+
CarcP17: "P17",
|
|
286
|
+
CarcP18: "P18",
|
|
287
|
+
CarcP19: "P19",
|
|
288
|
+
CarcP20: "P20",
|
|
289
|
+
CarcP21: "P21",
|
|
290
|
+
CarcP22: "P22",
|
|
291
|
+
CarcP23: "P23",
|
|
292
|
+
CarcP24: "P24",
|
|
293
|
+
CarcP25: "P25",
|
|
294
|
+
CarcP26: "P26",
|
|
295
|
+
CarcP27: "P27",
|
|
296
|
+
CarcP28: "P28",
|
|
297
|
+
CarcP29: "P29",
|
|
298
|
+
CarcP30: "P30",
|
|
299
|
+
CarcP31: "P31",
|
|
300
|
+
CarcP32: "P32",
|
|
301
|
+
Carc15: "15",
|
|
302
|
+
Carc17: "17",
|
|
303
|
+
Carc25: "25",
|
|
304
|
+
Carc28: "28",
|
|
305
|
+
Carc30: "30",
|
|
306
|
+
Carc36: "36",
|
|
307
|
+
Carc37: "37",
|
|
308
|
+
Carc38: "38",
|
|
309
|
+
Carc41: "41",
|
|
310
|
+
Carc42: "42",
|
|
311
|
+
Carc43: "43",
|
|
312
|
+
Carc46: "46",
|
|
313
|
+
Carc47: "47",
|
|
314
|
+
Carc48: "48",
|
|
315
|
+
Carc52: "52",
|
|
316
|
+
Carc57: "57",
|
|
317
|
+
Carc62: "62",
|
|
318
|
+
Carc63: "63",
|
|
319
|
+
Carc64: "64",
|
|
320
|
+
Carc65: "65",
|
|
321
|
+
Carc67: "67",
|
|
322
|
+
Carc68: "68",
|
|
323
|
+
Carc71: "71",
|
|
324
|
+
Carc72: "72",
|
|
325
|
+
Carc73: "73",
|
|
326
|
+
Carc77: "77",
|
|
327
|
+
Carc79: "79",
|
|
328
|
+
Carc80: "80",
|
|
329
|
+
Carc81: "81",
|
|
330
|
+
Carc82: "82",
|
|
331
|
+
Carc83: "83",
|
|
332
|
+
Carc84: "84",
|
|
333
|
+
Carc86: "86",
|
|
334
|
+
Carc87: "87",
|
|
335
|
+
Carc88: "88",
|
|
336
|
+
Carc92: "92",
|
|
337
|
+
Carc93: "93",
|
|
338
|
+
Carc98: "98",
|
|
339
|
+
Carc99: "99",
|
|
340
|
+
Carc113: "113",
|
|
341
|
+
Carc120: "120",
|
|
342
|
+
Carc123: "123",
|
|
343
|
+
Carc124: "124",
|
|
344
|
+
Carc126: "126",
|
|
345
|
+
Carc127: "127",
|
|
346
|
+
Carc138: "138",
|
|
347
|
+
Carc141: "141",
|
|
348
|
+
Carc145: "145",
|
|
349
|
+
Carc156: "156",
|
|
350
|
+
Carc162: "162",
|
|
351
|
+
Carc165: "165",
|
|
352
|
+
Carc168: "168",
|
|
353
|
+
Carc191: "191",
|
|
354
|
+
Carc196: "196",
|
|
355
|
+
Carc214: "214",
|
|
356
|
+
Carc217: "217",
|
|
357
|
+
Carc218: "218",
|
|
358
|
+
Carc220: "220",
|
|
359
|
+
Carc221: "221",
|
|
360
|
+
Carc230: "230",
|
|
361
|
+
Carc244: "244",
|
|
362
|
+
Carc255: "255",
|
|
363
|
+
CarcA2: "A2",
|
|
364
|
+
CarcA3: "A3",
|
|
365
|
+
CarcA4: "A4",
|
|
366
|
+
CarcA7: "A7",
|
|
367
|
+
CarcB2: "B2",
|
|
368
|
+
CarcB3: "B3",
|
|
369
|
+
CarcB5: "B5",
|
|
370
|
+
CarcB6: "B6",
|
|
371
|
+
CarcB17: "B17",
|
|
372
|
+
CarcB18: "B18",
|
|
373
|
+
CarcB19: "B19",
|
|
374
|
+
CarcB21: "B21",
|
|
375
|
+
CarcD1: "D1",
|
|
376
|
+
CarcD2: "D2",
|
|
377
|
+
CarcD3: "D3",
|
|
378
|
+
CarcD4: "D4",
|
|
379
|
+
CarcD5: "D5",
|
|
380
|
+
CarcD6: "D6",
|
|
381
|
+
CarcD7: "D7",
|
|
382
|
+
CarcD8: "D8",
|
|
383
|
+
CarcD9: "D9",
|
|
384
|
+
CarcD10: "D10",
|
|
385
|
+
CarcD11: "D11",
|
|
386
|
+
CarcD12: "D12",
|
|
387
|
+
CarcD14: "D14",
|
|
388
|
+
CarcD15: "D15",
|
|
389
|
+
CarcD16: "D16",
|
|
390
|
+
CarcD17: "D17",
|
|
391
|
+
CarcD18: "D18",
|
|
392
|
+
CarcD19: "D19",
|
|
393
|
+
CarcD20: "D20",
|
|
394
|
+
CarcD21: "D21",
|
|
395
|
+
CarcD22: "D22",
|
|
396
|
+
CarcD23: "D23",
|
|
397
|
+
CarcW1: "W1",
|
|
398
|
+
CarcW2: "W2",
|
|
399
|
+
CarcW3: "W3",
|
|
400
|
+
CarcW4: "W4",
|
|
401
|
+
CarcW5: "W5",
|
|
402
|
+
CarcW6: "W6",
|
|
403
|
+
CarcW7: "W7",
|
|
404
|
+
CarcW8: "W8",
|
|
405
|
+
CarcW9: "W9",
|
|
406
|
+
CarcY1: "Y1",
|
|
407
|
+
CarcY2: "Y2",
|
|
408
|
+
CarcY3: "Y3",
|
|
409
|
+
Unknown: "UNKNOWN",
|
|
410
|
+
};
|