hl7v2 1.0.2 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/hl7-component.js +18 -19
- package/cjs/hl7-field.js +31 -14
- package/cjs/hl7-message.js +74 -52
- package/cjs/hl7-repetition.js +26 -10
- package/cjs/hl7-segment.js +1 -7
- package/cjs/hl7-sub-component.js +2 -2
- package/cjs/index.js +1 -4
- package/esm/hl7-component.js +17 -18
- package/esm/hl7-field.js +31 -14
- package/esm/hl7-message.js +66 -44
- package/esm/hl7-repetition.js +26 -10
- package/esm/hl7-segment.js +1 -7
- package/esm/hl7-sub-component.js +1 -1
- package/esm/index.js +1 -4
- package/package.json +4 -1
- package/types/hl7-component.d.ts +4 -5
- package/types/hl7-field.d.ts +19 -6
- package/types/hl7-message.d.ts +1 -3
- package/types/hl7-repetition.d.ts +15 -3
- package/types/hl7-segment.d.ts +2 -6
- package/types/hl7-sub-component.d.ts +1 -1
- package/types/index.d.cts +1 -4
- package/types/index.d.ts +1 -4
- package/cjs/dictionary/2.1/dictionary.js +0 -13
- package/cjs/dictionary/2.1/index.js +0 -6
- package/cjs/dictionary/2.1/patches.js +0 -30
- package/cjs/dictionary/2.1/segments/ACC.js +0 -30
- package/cjs/dictionary/2.1/segments/ADD.js +0 -15
- package/cjs/dictionary/2.1/segments/BHS.js +0 -92
- package/cjs/dictionary/2.1/segments/BLG.js +0 -30
- package/cjs/dictionary/2.1/segments/BTS.js +0 -29
- package/cjs/dictionary/2.1/segments/DG1.js +0 -112
- package/cjs/dictionary/2.1/segments/DSC.js +0 -15
- package/cjs/dictionary/2.1/segments/DSP.js +0 -43
- package/cjs/dictionary/2.1/segments/ERR.js +0 -16
- package/cjs/dictionary/2.1/segments/EVN.js +0 -38
- package/cjs/dictionary/2.1/segments/FHS.js +0 -92
- package/cjs/dictionary/2.1/segments/FT1.js +0 -168
- package/cjs/dictionary/2.1/segments/FTS.js +0 -22
- package/cjs/dictionary/2.1/segments/GT1.js +0 -152
- package/cjs/dictionary/2.1/segments/IN1.js +0 -326
- package/cjs/dictionary/2.1/segments/MFI.js +0 -53
- package/cjs/dictionary/2.1/segments/MRG.js +0 -29
- package/cjs/dictionary/2.1/segments/MSA.js +0 -45
- package/cjs/dictionary/2.1/segments/MSH.js +0 -107
- package/cjs/dictionary/2.1/segments/NCK.js +0 -15
- package/cjs/dictionary/2.1/segments/NK1.js +0 -43
- package/cjs/dictionary/2.1/segments/NPU.js +0 -24
- package/cjs/dictionary/2.1/segments/NSC.js +0 -71
- package/cjs/dictionary/2.1/segments/NST.js +0 -113
- package/cjs/dictionary/2.1/segments/NTE.js +0 -30
- package/cjs/dictionary/2.1/segments/OBR.js +0 -263
- package/cjs/dictionary/2.1/segments/OBX.js +0 -95
- package/cjs/dictionary/2.1/segments/ORC.js +0 -106
- package/cjs/dictionary/2.1/segments/ORO.js +0 -37
- package/cjs/dictionary/2.1/segments/PID.js +0 -152
- package/cjs/dictionary/2.1/segments/PR1.js +0 -104
- package/cjs/dictionary/2.1/segments/PV1.js +0 -379
- package/cjs/dictionary/2.1/segments/QRD.js +0 -97
- package/cjs/dictionary/2.1/segments/QRF.js +0 -43
- package/cjs/dictionary/2.1/segments/RX1.js +0 -214
- package/cjs/dictionary/2.1/segments/UB1.js +0 -170
- package/cjs/dictionary/2.1/segments/URD.js +0 -60
- package/cjs/dictionary/2.1/segments/URS.js +0 -43
- package/cjs/dictionary/2.1/segments/index.js +0 -41
- package/cjs/dictionary/2.1/types/AD.js +0 -44
- package/cjs/dictionary/2.1/types/CE.js +0 -44
- package/cjs/dictionary/2.1/types/CK.js +0 -26
- package/cjs/dictionary/2.1/types/CM.js +0 -6
- package/cjs/dictionary/2.1/types/CM_MSG.js +0 -20
- package/cjs/dictionary/2.1/types/CN.js +0 -38
- package/cjs/dictionary/2.1/types/CQ.js +0 -20
- package/cjs/dictionary/2.1/types/DT.js +0 -6
- package/cjs/dictionary/2.1/types/FT.js +0 -6
- package/cjs/dictionary/2.1/types/ID.js +0 -6
- package/cjs/dictionary/2.1/types/IS.js +0 -6
- package/cjs/dictionary/2.1/types/NM.js +0 -6
- package/cjs/dictionary/2.1/types/PN.js +0 -44
- package/cjs/dictionary/2.1/types/SI.js +0 -6
- package/cjs/dictionary/2.1/types/ST.js +0 -6
- package/cjs/dictionary/2.1/types/TM.js +0 -6
- package/cjs/dictionary/2.1/types/TN.js +0 -6
- package/cjs/dictionary/2.1/types/TS.js +0 -20
- package/cjs/dictionary/2.1/types/TX.js +0 -6
- package/cjs/dictionary/2.1/types/VARIES.js +0 -6
- package/cjs/dictionary/2.1/types/index.js +0 -23
- package/cjs/dictionary/2.2/index.js +0 -13
- package/cjs/dictionary/2.2/segments/ACC.js +0 -11
- package/cjs/dictionary/2.2/segments/ADD.js +0 -11
- package/cjs/dictionary/2.2/segments/AL1.js +0 -52
- package/cjs/dictionary/2.2/segments/BHS.js +0 -46
- package/cjs/dictionary/2.2/segments/BLG.js +0 -18
- package/cjs/dictionary/2.2/segments/BTS.js +0 -18
- package/cjs/dictionary/2.2/segments/DG1.js +0 -44
- package/cjs/dictionary/2.2/segments/DSC.js +0 -11
- package/cjs/dictionary/2.2/segments/DSP.js +0 -22
- package/cjs/dictionary/2.2/segments/ERR.js +0 -11
- package/cjs/dictionary/2.2/segments/EVN.js +0 -29
- package/cjs/dictionary/2.2/segments/FHS.js +0 -46
- package/cjs/dictionary/2.2/segments/FT1.js +0 -54
- package/cjs/dictionary/2.2/segments/FTS.js +0 -14
- package/cjs/dictionary/2.2/segments/GT1.js +0 -38
- package/cjs/dictionary/2.2/segments/IN1.js +0 -92
- package/cjs/dictionary/2.2/segments/IN2.js +0 -228
- package/cjs/dictionary/2.2/segments/IN3.js +0 -186
- package/cjs/dictionary/2.2/segments/MFA.js +0 -44
- package/cjs/dictionary/2.2/segments/MFE.js +0 -37
- package/cjs/dictionary/2.2/segments/MRG.js +0 -26
- package/cjs/dictionary/2.2/segments/MSA.js +0 -29
- package/cjs/dictionary/2.2/segments/MSH.js +0 -51
- package/cjs/dictionary/2.2/segments/NCK.js +0 -11
- package/cjs/dictionary/2.2/segments/NK1.js +0 -81
- package/cjs/dictionary/2.2/segments/NPU.js +0 -15
- package/cjs/dictionary/2.2/segments/NSC.js +0 -34
- package/cjs/dictionary/2.2/segments/NST.js +0 -55
- package/cjs/dictionary/2.2/segments/NTE.js +0 -18
- package/cjs/dictionary/2.2/segments/OBR.js +0 -143
- package/cjs/dictionary/2.2/segments/OBX.js +0 -78
- package/cjs/dictionary/2.2/segments/ODS.js +0 -37
- package/cjs/dictionary/2.2/segments/ODT.js +0 -29
- package/cjs/dictionary/2.2/segments/OM1.js +0 -310
- package/cjs/dictionary/2.2/segments/OM2.js +0 -85
- package/cjs/dictionary/2.2/segments/OM3.js +0 -64
- package/cjs/dictionary/2.2/segments/OM4.js +0 -115
- package/cjs/dictionary/2.2/segments/OM5.js +0 -36
- package/cjs/dictionary/2.2/segments/OM6.js +0 -29
- package/cjs/dictionary/2.2/segments/ORC.js +0 -99
- package/cjs/dictionary/2.2/segments/PID.js +0 -116
- package/cjs/dictionary/2.2/segments/PR1.js +0 -37
- package/cjs/dictionary/2.2/segments/PRA.js +0 -59
- package/cjs/dictionary/2.2/segments/PV1.js +0 -177
- package/cjs/dictionary/2.2/segments/PV2.js +0 -72
- package/cjs/dictionary/2.2/segments/QRD.js +0 -48
- package/cjs/dictionary/2.2/segments/QRF.js +0 -48
- package/cjs/dictionary/2.2/segments/RQ1.js +0 -59
- package/cjs/dictionary/2.2/segments/RQD.js +0 -78
- package/cjs/dictionary/2.2/segments/RXA.js +0 -92
- package/cjs/dictionary/2.2/segments/RXC.js +0 -37
- package/cjs/dictionary/2.2/segments/RXD.js +0 -114
- package/cjs/dictionary/2.2/segments/RXE.js +0 -177
- package/cjs/dictionary/2.2/segments/RXG.js +0 -121
- package/cjs/dictionary/2.2/segments/RXO.js +0 -128
- package/cjs/dictionary/2.2/segments/RXR.js +0 -36
- package/cjs/dictionary/2.2/segments/STF.js +0 -124
- package/cjs/dictionary/2.2/segments/UB1.js +0 -73
- package/cjs/dictionary/2.2/segments/UB2.js +0 -121
- package/cjs/dictionary/2.2/segments/URD.js +0 -29
- package/cjs/dictionary/2.2/segments/URS.js +0 -48
- package/cjs/dictionary/2.2/segments/index.js +0 -64
- package/cjs/dictionary/2.2/types/AD.js +0 -26
- package/cjs/dictionary/2.2/types/CK.js +0 -19
- package/cjs/dictionary/2.2/types/CK_ACCOUNT_NO.js +0 -32
- package/cjs/dictionary/2.2/types/CM_ABS_RANGE.js +0 -32
- package/cjs/dictionary/2.2/types/CM_AUI.js +0 -26
- package/cjs/dictionary/2.2/types/CM_BATCH_TOTAL.js +0 -20
- package/cjs/dictionary/2.2/types/CM_CCD.js +0 -20
- package/cjs/dictionary/2.2/types/CM_DDI.js +0 -26
- package/cjs/dictionary/2.2/types/CM_DIN.js +0 -20
- package/cjs/dictionary/2.2/types/CM_DLD.js +0 -20
- package/cjs/dictionary/2.2/types/CM_DLT.js +0 -32
- package/cjs/dictionary/2.2/types/CM_DTN.js +0 -20
- package/cjs/dictionary/2.2/types/CM_EIP.js +0 -20
- package/cjs/dictionary/2.2/types/CM_ELD.js +0 -32
- package/cjs/dictionary/2.2/types/CM_FILLER.js +0 -20
- package/cjs/dictionary/2.2/types/CM_FINANCE.js +0 -20
- package/cjs/dictionary/2.2/types/CM_GROUP_ID.js +0 -20
- package/cjs/dictionary/2.2/types/CM_INTERNAL_LOCATION.js +0 -56
- package/cjs/dictionary/2.2/types/CM_JOB_CODE.js +0 -20
- package/cjs/dictionary/2.2/types/CM_LA1.js +0 -20
- package/cjs/dictionary/2.2/types/CM_LICENSE_NO.js +0 -20
- package/cjs/dictionary/2.2/types/CM_MOC.js +0 -20
- package/cjs/dictionary/2.2/types/CM_NDL.js +0 -32
- package/cjs/dictionary/2.2/types/CM_OCD.js +0 -20
- package/cjs/dictionary/2.2/types/CM_OSP.js +0 -26
- package/cjs/dictionary/2.2/types/CM_PARENT_RESULT.js +0 -26
- package/cjs/dictionary/2.2/types/CM_PAT_ID.js +0 -38
- package/cjs/dictionary/2.2/types/CM_PAT_ID_0192.js +0 -39
- package/cjs/dictionary/2.2/types/CM_PCF.js +0 -26
- package/cjs/dictionary/2.2/types/CM_PEN.js +0 -20
- package/cjs/dictionary/2.2/types/CM_PIP.js +0 -32
- package/cjs/dictionary/2.2/types/CM_PLACER.js +0 -20
- package/cjs/dictionary/2.2/types/CM_PLN.js +0 -26
- package/cjs/dictionary/2.2/types/CM_POSITION.js +0 -26
- package/cjs/dictionary/2.2/types/CM_PRACTITIONER.js +0 -20
- package/cjs/dictionary/2.2/types/CM_PTA.js +0 -28
- package/cjs/dictionary/2.2/types/CM_RANGE.js +0 -20
- package/cjs/dictionary/2.2/types/CM_RFR.js +0 -50
- package/cjs/dictionary/2.2/types/CM_RI.js +0 -20
- package/cjs/dictionary/2.2/types/CM_RMC.js +0 -26
- package/cjs/dictionary/2.2/types/CM_SPD.js +0 -32
- package/cjs/dictionary/2.2/types/CM_SPS.js +0 -38
- package/cjs/dictionary/2.2/types/CM_UVC.js +0 -20
- package/cjs/dictionary/2.2/types/CM_VR.js +0 -20
- package/cjs/dictionary/2.2/types/CN.js +0 -62
- package/cjs/dictionary/2.2/types/CN_PERSON.js +0 -56
- package/cjs/dictionary/2.2/types/CQ_QUANTITY.js +0 -20
- package/cjs/dictionary/2.2/types/SI.js +0 -6
- package/cjs/dictionary/2.2/types/TQ.js +0 -68
- package/cjs/dictionary/2.2/types/index.js +0 -52
- package/cjs/dictionary/2.3/index.js +0 -13
- package/cjs/dictionary/2.3/segments/ACC.js +0 -52
- package/cjs/dictionary/2.3/segments/ADD.js +0 -13
- package/cjs/dictionary/2.3/segments/AIG.js +0 -109
- package/cjs/dictionary/2.3/segments/AIL.js +0 -95
- package/cjs/dictionary/2.3/segments/AIP.js +0 -95
- package/cjs/dictionary/2.3/segments/AIS.js +0 -81
- package/cjs/dictionary/2.3/segments/AL1.js +0 -17
- package/cjs/dictionary/2.3/segments/APR.js +0 -43
- package/cjs/dictionary/2.3/segments/ARQ.js +0 -171
- package/cjs/dictionary/2.3/segments/AUT.js +0 -80
- package/cjs/dictionary/2.3/segments/BHS.js +0 -81
- package/cjs/dictionary/2.3/segments/BLG.js +0 -26
- package/cjs/dictionary/2.3/segments/BTS.js +0 -25
- package/cjs/dictionary/2.3/segments/CDM.js +0 -103
- package/cjs/dictionary/2.3/segments/CM0.js +0 -85
- package/cjs/dictionary/2.3/segments/CM1.js +0 -29
- package/cjs/dictionary/2.3/segments/CM2.js +0 -36
- package/cjs/dictionary/2.3/segments/CSP.js +0 -36
- package/cjs/dictionary/2.3/segments/CSR.js +0 -120
- package/cjs/dictionary/2.3/segments/CSS.js +0 -29
- package/cjs/dictionary/2.3/segments/CTD.js +0 -58
- package/cjs/dictionary/2.3/segments/CTI.js +0 -29
- package/cjs/dictionary/2.3/segments/DB1.js +0 -66
- package/cjs/dictionary/2.3/segments/DG1.js +0 -140
- package/cjs/dictionary/2.3/segments/DRG.js +0 -82
- package/cjs/dictionary/2.3/segments/DSC.js +0 -13
- package/cjs/dictionary/2.3/segments/DSP.js +0 -38
- package/cjs/dictionary/2.3/segments/EQL.js +0 -37
- package/cjs/dictionary/2.3/segments/ERQ.js +0 -29
- package/cjs/dictionary/2.3/segments/ERR.js +0 -13
- package/cjs/dictionary/2.3/segments/EVN.js +0 -45
- package/cjs/dictionary/2.3/segments/FAC.js +0 -93
- package/cjs/dictionary/2.3/segments/FHS.js +0 -81
- package/cjs/dictionary/2.3/segments/FT1.js +0 -174
- package/cjs/dictionary/2.3/segments/FTS.js +0 -19
- package/cjs/dictionary/2.3/segments/GOL.js +0 -156
- package/cjs/dictionary/2.3/segments/GT1.js +0 -410
- package/cjs/dictionary/2.3/segments/IAM.js +0 -148
- package/cjs/dictionary/2.3/segments/IN1.js +0 -345
- package/cjs/dictionary/2.3/segments/IN2.js +0 -435
- package/cjs/dictionary/2.3/segments/IN3.js +0 -93
- package/cjs/dictionary/2.3/segments/LCC.js +0 -37
- package/cjs/dictionary/2.3/segments/LCH.js +0 -44
- package/cjs/dictionary/2.3/segments/LDP.js +0 -89
- package/cjs/dictionary/2.3/segments/LOC.js +0 -66
- package/cjs/dictionary/2.3/segments/LRL.js +0 -50
- package/cjs/dictionary/2.3/segments/MFA.js +0 -23
- package/cjs/dictionary/2.3/segments/MFE.js +0 -20
- package/cjs/dictionary/2.3/segments/MFI.js +0 -52
- package/cjs/dictionary/2.3/segments/MRG.js +0 -46
- package/cjs/dictionary/2.3/segments/MSA.js +0 -41
- package/cjs/dictionary/2.3/segments/MSH.js +0 -124
- package/cjs/dictionary/2.3/segments/NCK.js +0 -13
- package/cjs/dictionary/2.3/segments/NK1.js +0 -240
- package/cjs/dictionary/2.3/segments/NPU.js +0 -20
- package/cjs/dictionary/2.3/segments/NSC.js +0 -56
- package/cjs/dictionary/2.3/segments/NST.js +0 -99
- package/cjs/dictionary/2.3/segments/NTE.js +0 -25
- package/cjs/dictionary/2.3/segments/OBR.js +0 -271
- package/cjs/dictionary/2.3/segments/OBX.js +0 -93
- package/cjs/dictionary/2.3/segments/ODS.js +0 -10
- package/cjs/dictionary/2.3/segments/ODT.js +0 -11
- package/cjs/dictionary/2.3/segments/OM1.js +0 -270
- package/cjs/dictionary/2.3/segments/OM2.js +0 -59
- package/cjs/dictionary/2.3/segments/OM3.js +0 -40
- package/cjs/dictionary/2.3/segments/OM4.js +0 -74
- package/cjs/dictionary/2.3/segments/OM5.js +0 -23
- package/cjs/dictionary/2.3/segments/OM6.js +0 -18
- package/cjs/dictionary/2.3/segments/ORC.js +0 -96
- package/cjs/dictionary/2.3/segments/PCR.js +0 -179
- package/cjs/dictionary/2.3/segments/PD1.js +0 -100
- package/cjs/dictionary/2.3/segments/PDC.js +0 -114
- package/cjs/dictionary/2.3/segments/PEO.js +0 -191
- package/cjs/dictionary/2.3/segments/PES.js +0 -102
- package/cjs/dictionary/2.3/segments/PID.js +0 -176
- package/cjs/dictionary/2.3/segments/PR1.js +0 -108
- package/cjs/dictionary/2.3/segments/PRA.js +0 -23
- package/cjs/dictionary/2.3/segments/PRB.js +0 -184
- package/cjs/dictionary/2.3/segments/PRC.js +0 -139
- package/cjs/dictionary/2.3/segments/PRD.js +0 -71
- package/cjs/dictionary/2.3/segments/PSH.js +0 -108
- package/cjs/dictionary/2.3/segments/PTH.js +0 -51
- package/cjs/dictionary/2.3/segments/PV1.js +0 -338
- package/cjs/dictionary/2.3/segments/PV2.js +0 -231
- package/cjs/dictionary/2.3/segments/QAK.js +0 -23
- package/cjs/dictionary/2.3/segments/QCK.js +0 -15
- package/cjs/dictionary/2.3/segments/QRD.js +0 -83
- package/cjs/dictionary/2.3/segments/QRF.js +0 -54
- package/cjs/dictionary/2.3/segments/RDF.js +0 -22
- package/cjs/dictionary/2.3/segments/RDT.js +0 -14
- package/cjs/dictionary/2.3/segments/RF1.js +0 -85
- package/cjs/dictionary/2.3/segments/RGS.js +0 -30
- package/cjs/dictionary/2.3/segments/ROL.js +0 -64
- package/cjs/dictionary/2.3/segments/RQ1.js +0 -14
- package/cjs/dictionary/2.3/segments/RQD.js +0 -16
- package/cjs/dictionary/2.3/segments/RXA.js +0 -99
- package/cjs/dictionary/2.3/segments/RXC.js +0 -25
- package/cjs/dictionary/2.3/segments/RXD.js +0 -102
- package/cjs/dictionary/2.3/segments/RXE.js +0 -82
- package/cjs/dictionary/2.3/segments/RXG.js +0 -79
- package/cjs/dictionary/2.3/segments/RXO.js +0 -53
- package/cjs/dictionary/2.3/segments/RXR.js +0 -6
- package/cjs/dictionary/2.3/segments/SCH.js +0 -183
- package/cjs/dictionary/2.3/segments/SPR.js +0 -37
- package/cjs/dictionary/2.3/segments/STF.js +0 -110
- package/cjs/dictionary/2.3/segments/TXA.js +0 -175
- package/cjs/dictionary/2.3/segments/UB1.js +0 -160
- package/cjs/dictionary/2.3/segments/UB2.js +0 -60
- package/cjs/dictionary/2.3/segments/URD.js +0 -53
- package/cjs/dictionary/2.3/segments/URS.js +0 -54
- package/cjs/dictionary/2.3/segments/VAR.js +0 -50
- package/cjs/dictionary/2.3/segments/VTQ.js +0 -44
- package/cjs/dictionary/2.3/segments/index.js +0 -115
- package/cjs/dictionary/2.3/types/AD.js +0 -45
- package/cjs/dictionary/2.3/types/CD.js +0 -44
- package/cjs/dictionary/2.3/types/CE.js +0 -44
- package/cjs/dictionary/2.3/types/CF.js +0 -44
- package/cjs/dictionary/2.3/types/CK.js +0 -27
- package/cjs/dictionary/2.3/types/CM_AUI.js +0 -10
- package/cjs/dictionary/2.3/types/CM_CCD.js +0 -10
- package/cjs/dictionary/2.3/types/CM_CCP.js +0 -26
- package/cjs/dictionary/2.3/types/CM_CD_ELECTRODE.js +0 -20
- package/cjs/dictionary/2.3/types/CM_CSU.js +0 -50
- package/cjs/dictionary/2.3/types/CM_DDI.js +0 -10
- package/cjs/dictionary/2.3/types/CM_DTN.js +0 -10
- package/cjs/dictionary/2.3/types/CM_EIP.js +0 -13
- package/cjs/dictionary/2.3/types/CM_ELD.js +0 -13
- package/cjs/dictionary/2.3/types/CM_LA1.js +0 -99
- package/cjs/dictionary/2.3/types/CM_MDV.js +0 -20
- package/cjs/dictionary/2.3/types/CM_MOC.js +0 -13
- package/cjs/dictionary/2.3/types/CM_MSG.js +0 -20
- package/cjs/dictionary/2.3/types/CM_NDL.js +0 -56
- package/cjs/dictionary/2.3/types/CM_OCD.js +0 -10
- package/cjs/dictionary/2.3/types/CM_OSD.js +0 -74
- package/cjs/dictionary/2.3/types/CM_OSP.js +0 -10
- package/cjs/dictionary/2.3/types/CM_PCF.js +0 -16
- package/cjs/dictionary/2.3/types/CM_PEN.js +0 -11
- package/cjs/dictionary/2.3/types/CM_PI.js +0 -26
- package/cjs/dictionary/2.3/types/CM_PLN.js +0 -19
- package/cjs/dictionary/2.3/types/CM_PRL.js +0 -26
- package/cjs/dictionary/2.3/types/CM_PTA.js +0 -13
- package/cjs/dictionary/2.3/types/CM_RFR.js +0 -24
- package/cjs/dictionary/2.3/types/CM_RI.js +0 -13
- package/cjs/dictionary/2.3/types/CM_RMC.js +0 -14
- package/cjs/dictionary/2.3/types/CM_SPS.js +0 -13
- package/cjs/dictionary/2.3/types/CM_UVC.js +0 -10
- package/cjs/dictionary/2.3/types/CM_WVI.js +0 -20
- package/cjs/dictionary/2.3/types/CN.js +0 -43
- package/cjs/dictionary/2.3/types/CNE.js +0 -64
- package/cjs/dictionary/2.3/types/CP.js +0 -44
- package/cjs/dictionary/2.3/types/CQ.js +0 -20
- package/cjs/dictionary/2.3/types/CX.js +0 -45
- package/cjs/dictionary/2.3/types/DLN.js +0 -26
- package/cjs/dictionary/2.3/types/DR.js +0 -20
- package/cjs/dictionary/2.3/types/DT.js +0 -6
- package/cjs/dictionary/2.3/types/ED.js +0 -38
- package/cjs/dictionary/2.3/types/EI.js +0 -32
- package/cjs/dictionary/2.3/types/FC.js +0 -20
- package/cjs/dictionary/2.3/types/FT.js +0 -6
- package/cjs/dictionary/2.3/types/HD.js +0 -26
- package/cjs/dictionary/2.3/types/ID.js +0 -6
- package/cjs/dictionary/2.3/types/IS.js +0 -6
- package/cjs/dictionary/2.3/types/JCC.js +0 -20
- package/cjs/dictionary/2.3/types/MA.js +0 -44
- package/cjs/dictionary/2.3/types/MO.js +0 -20
- package/cjs/dictionary/2.3/types/NA.js +0 -32
- package/cjs/dictionary/2.3/types/NM.js +0 -6
- package/cjs/dictionary/2.3/types/PL.js +0 -62
- package/cjs/dictionary/2.3/types/PPN.js +0 -98
- package/cjs/dictionary/2.3/types/PT.js +0 -20
- package/cjs/dictionary/2.3/types/QIP.js +0 -20
- package/cjs/dictionary/2.3/types/QSC.js +0 -32
- package/cjs/dictionary/2.3/types/RCD.js +0 -26
- package/cjs/dictionary/2.3/types/RI.js +0 -20
- package/cjs/dictionary/2.3/types/RP.js +0 -32
- package/cjs/dictionary/2.3/types/SCV.js +0 -20
- package/cjs/dictionary/2.3/types/SN.js +0 -32
- package/cjs/dictionary/2.3/types/ST.js +0 -6
- package/cjs/dictionary/2.3/types/TM.js +0 -6
- package/cjs/dictionary/2.3/types/TN.js +0 -6
- package/cjs/dictionary/2.3/types/TQ.js +0 -19
- package/cjs/dictionary/2.3/types/TS.js +0 -14
- package/cjs/dictionary/2.3/types/TX.js +0 -6
- package/cjs/dictionary/2.3/types/VARIES.js +0 -6
- package/cjs/dictionary/2.3/types/VH.js +0 -32
- package/cjs/dictionary/2.3/types/XAD.js +0 -68
- package/cjs/dictionary/2.3/types/XCN.js +0 -92
- package/cjs/dictionary/2.3/types/XON.js +0 -56
- package/cjs/dictionary/2.3/types/XPN.js +0 -56
- package/cjs/dictionary/2.3/types/XTN.js +0 -62
- package/cjs/dictionary/2.3/types/index.js +0 -80
- package/cjs/dictionary/2.3.1/index.js +0 -13
- package/cjs/dictionary/2.3.1/segments/ACC.js +0 -21
- package/cjs/dictionary/2.3.1/segments/ADD.js +0 -12
- package/cjs/dictionary/2.3.1/segments/AIG.js +0 -6
- package/cjs/dictionary/2.3.1/segments/AIL.js +0 -18
- package/cjs/dictionary/2.3.1/segments/AIP.js +0 -17
- package/cjs/dictionary/2.3.1/segments/AIS.js +0 -11
- package/cjs/dictionary/2.3.1/segments/AL1.js +0 -50
- package/cjs/dictionary/2.3.1/segments/APR.js +0 -6
- package/cjs/dictionary/2.3.1/segments/ARQ.js +0 -30
- package/cjs/dictionary/2.3.1/segments/AUT.js +0 -10
- package/cjs/dictionary/2.3.1/segments/BHS.js +0 -41
- package/cjs/dictionary/2.3.1/segments/BLG.js +0 -19
- package/cjs/dictionary/2.3.1/segments/BTS.js +0 -18
- package/cjs/dictionary/2.3.1/segments/CDM.js +0 -18
- package/cjs/dictionary/2.3.1/segments/CM0.js +0 -23
- package/cjs/dictionary/2.3.1/segments/CM1.js +0 -11
- package/cjs/dictionary/2.3.1/segments/CM2.js +0 -14
- package/cjs/dictionary/2.3.1/segments/CSP.js +0 -6
- package/cjs/dictionary/2.3.1/segments/CSR.js +0 -31
- package/cjs/dictionary/2.3.1/segments/CSS.js +0 -14
- package/cjs/dictionary/2.3.1/segments/CTD.js +0 -23
- package/cjs/dictionary/2.3.1/segments/CTI.js +0 -6
- package/cjs/dictionary/2.3.1/segments/DB1.js +0 -27
- package/cjs/dictionary/2.3.1/segments/DG1.js +0 -42
- package/cjs/dictionary/2.3.1/segments/DRG.js +0 -14
- package/cjs/dictionary/2.3.1/segments/DSC.js +0 -11
- package/cjs/dictionary/2.3.1/segments/DSP.js +0 -22
- package/cjs/dictionary/2.3.1/segments/EQL.js +0 -17
- package/cjs/dictionary/2.3.1/segments/ERQ.js +0 -17
- package/cjs/dictionary/2.3.1/segments/ERR.js +0 -11
- package/cjs/dictionary/2.3.1/segments/EVN.js +0 -29
- package/cjs/dictionary/2.3.1/segments/FAC.js +0 -25
- package/cjs/dictionary/2.3.1/segments/FHS.js +0 -40
- package/cjs/dictionary/2.3.1/segments/FT1.js +0 -75
- package/cjs/dictionary/2.3.1/segments/FTS.js +0 -14
- package/cjs/dictionary/2.3.1/segments/GOL.js +0 -10
- package/cjs/dictionary/2.3.1/segments/GT1.js +0 -79
- package/cjs/dictionary/2.3.1/segments/IN1.js +0 -135
- package/cjs/dictionary/2.3.1/segments/IN2.js +0 -261
- package/cjs/dictionary/2.3.1/segments/IN3.js +0 -149
- package/cjs/dictionary/2.3.1/segments/LCC.js +0 -11
- package/cjs/dictionary/2.3.1/segments/LCH.js +0 -15
- package/cjs/dictionary/2.3.1/segments/LDP.js +0 -25
- package/cjs/dictionary/2.3.1/segments/LOC.js +0 -25
- package/cjs/dictionary/2.3.1/segments/LRL.js +0 -16
- package/cjs/dictionary/2.3.1/segments/MFA.js +0 -49
- package/cjs/dictionary/2.3.1/segments/MFE.js +0 -41
- package/cjs/dictionary/2.3.1/segments/MRG.js +0 -36
- package/cjs/dictionary/2.3.1/segments/MSA.js +0 -30
- package/cjs/dictionary/2.3.1/segments/MSH.js +0 -66
- package/cjs/dictionary/2.3.1/segments/NCK.js +0 -10
- package/cjs/dictionary/2.3.1/segments/NK1.js +0 -130
- package/cjs/dictionary/2.3.1/segments/NPU.js +0 -15
- package/cjs/dictionary/2.3.1/segments/NSC.js +0 -40
- package/cjs/dictionary/2.3.1/segments/NST.js +0 -48
- package/cjs/dictionary/2.3.1/segments/NTE.js +0 -25
- package/cjs/dictionary/2.3.1/segments/OBR.js +0 -162
- package/cjs/dictionary/2.3.1/segments/OBX.js +0 -81
- package/cjs/dictionary/2.3.1/segments/ODS.js +0 -37
- package/cjs/dictionary/2.3.1/segments/ODT.js +0 -27
- package/cjs/dictionary/2.3.1/segments/OM1.js +0 -196
- package/cjs/dictionary/2.3.1/segments/OM2.js +0 -51
- package/cjs/dictionary/2.3.1/segments/OM3.js +0 -43
- package/cjs/dictionary/2.3.1/segments/OM4.js +0 -71
- package/cjs/dictionary/2.3.1/segments/OM5.js +0 -21
- package/cjs/dictionary/2.3.1/segments/OM6.js +0 -17
- package/cjs/dictionary/2.3.1/segments/ORC.js +0 -128
- package/cjs/dictionary/2.3.1/segments/PCR.js +0 -23
- package/cjs/dictionary/2.3.1/segments/PD1.js +0 -24
- package/cjs/dictionary/2.3.1/segments/PDC.js +0 -20
- package/cjs/dictionary/2.3.1/segments/PEO.js +0 -20
- package/cjs/dictionary/2.3.1/segments/PES.js +0 -14
- package/cjs/dictionary/2.3.1/segments/PID.js +0 -124
- package/cjs/dictionary/2.3.1/segments/PR1.js +0 -43
- package/cjs/dictionary/2.3.1/segments/PRA.js +0 -64
- package/cjs/dictionary/2.3.1/segments/PRC.js +0 -28
- package/cjs/dictionary/2.3.1/segments/PRD.js +0 -28
- package/cjs/dictionary/2.3.1/segments/PSH.js +0 -6
- package/cjs/dictionary/2.3.1/segments/PTH.js +0 -13
- package/cjs/dictionary/2.3.1/segments/PV1.js +0 -193
- package/cjs/dictionary/2.3.1/segments/PV2.js +0 -82
- package/cjs/dictionary/2.3.1/segments/QAK.js +0 -13
- package/cjs/dictionary/2.3.1/segments/QRD.js +0 -47
- package/cjs/dictionary/2.3.1/segments/QRF.js +0 -44
- package/cjs/dictionary/2.3.1/segments/RDF.js +0 -6
- package/cjs/dictionary/2.3.1/segments/RDT.js +0 -12
- package/cjs/dictionary/2.3.1/segments/RF1.js +0 -6
- package/cjs/dictionary/2.3.1/segments/RGS.js +0 -6
- package/cjs/dictionary/2.3.1/segments/ROL.js +0 -18
- package/cjs/dictionary/2.3.1/segments/RQ1.js +0 -57
- package/cjs/dictionary/2.3.1/segments/RQD.js +0 -78
- package/cjs/dictionary/2.3.1/segments/RXA.js +0 -89
- package/cjs/dictionary/2.3.1/segments/RXC.js +0 -36
- package/cjs/dictionary/2.3.1/segments/RXD.js +0 -108
- package/cjs/dictionary/2.3.1/segments/RXE.js +0 -171
- package/cjs/dictionary/2.3.1/segments/RXG.js +0 -116
- package/cjs/dictionary/2.3.1/segments/RXO.js +0 -137
- package/cjs/dictionary/2.3.1/segments/RXR.js +0 -43
- package/cjs/dictionary/2.3.1/segments/SCH.js +0 -40
- package/cjs/dictionary/2.3.1/segments/SPR.js +0 -17
- package/cjs/dictionary/2.3.1/segments/STF.js +0 -128
- package/cjs/dictionary/2.3.1/segments/TXA.js +0 -22
- package/cjs/dictionary/2.3.1/segments/UB1.js +0 -75
- package/cjs/dictionary/2.3.1/segments/UB2.js +0 -106
- package/cjs/dictionary/2.3.1/segments/URD.js +0 -25
- package/cjs/dictionary/2.3.1/segments/URS.js +0 -43
- package/cjs/dictionary/2.3.1/segments/VAR.js +0 -11
- package/cjs/dictionary/2.3.1/segments/VTQ.js +0 -11
- package/cjs/dictionary/2.3.1/segments/index.js +0 -111
- package/cjs/dictionary/2.3.1/types/AD.js +0 -24
- package/cjs/dictionary/2.3.1/types/AUI.js +0 -26
- package/cjs/dictionary/2.3.1/types/CCD.js +0 -20
- package/cjs/dictionary/2.3.1/types/CCP.js +0 -26
- package/cjs/dictionary/2.3.1/types/CD.js +0 -22
- package/cjs/dictionary/2.3.1/types/CE.js +0 -13
- package/cjs/dictionary/2.3.1/types/CF.js +0 -13
- package/cjs/dictionary/2.3.1/types/CK.js +0 -18
- package/cjs/dictionary/2.3.1/types/CN.js +0 -34
- package/cjs/dictionary/2.3.1/types/CNE.js +0 -16
- package/cjs/dictionary/2.3.1/types/CNS.js +0 -74
- package/cjs/dictionary/2.3.1/types/CP.js +0 -14
- package/cjs/dictionary/2.3.1/types/CSU.js +0 -50
- package/cjs/dictionary/2.3.1/types/CWE.js +0 -62
- package/cjs/dictionary/2.3.1/types/DDI.js +0 -26
- package/cjs/dictionary/2.3.1/types/DIN.js +0 -20
- package/cjs/dictionary/2.3.1/types/DLD.js +0 -20
- package/cjs/dictionary/2.3.1/types/DLT.js +0 -32
- package/cjs/dictionary/2.3.1/types/DR.js +0 -6
- package/cjs/dictionary/2.3.1/types/DTN.js +0 -20
- package/cjs/dictionary/2.3.1/types/ED.js +0 -16
- package/cjs/dictionary/2.3.1/types/EI.js +0 -13
- package/cjs/dictionary/2.3.1/types/EIP.js +0 -20
- package/cjs/dictionary/2.3.1/types/ELD.js +0 -32
- package/cjs/dictionary/2.3.1/types/FC.js +0 -10
- package/cjs/dictionary/2.3.1/types/FN.js +0 -20
- package/cjs/dictionary/2.3.1/types/HD.js +0 -13
- package/cjs/dictionary/2.3.1/types/JCC.js +0 -14
- package/cjs/dictionary/2.3.1/types/LA1.js +0 -62
- package/cjs/dictionary/2.3.1/types/LA2.js +0 -104
- package/cjs/dictionary/2.3.1/types/MOC.js +0 -20
- package/cjs/dictionary/2.3.1/types/MOP.js +0 -20
- package/cjs/dictionary/2.3.1/types/MSG.js +0 -26
- package/cjs/dictionary/2.3.1/types/NDL.js +0 -74
- package/cjs/dictionary/2.3.1/types/NR.js +0 -20
- package/cjs/dictionary/2.3.1/types/OCD.js +0 -20
- package/cjs/dictionary/2.3.1/types/OSD.js +0 -74
- package/cjs/dictionary/2.3.1/types/OSP.js +0 -26
- package/cjs/dictionary/2.3.1/types/PCF.js +0 -26
- package/cjs/dictionary/2.3.1/types/PI.js +0 -26
- package/cjs/dictionary/2.3.1/types/PIP.js +0 -38
- package/cjs/dictionary/2.3.1/types/PL.js +0 -16
- package/cjs/dictionary/2.3.1/types/PLN.js +0 -32
- package/cjs/dictionary/2.3.1/types/PN.js +0 -44
- package/cjs/dictionary/2.3.1/types/PPN.js +0 -23
- package/cjs/dictionary/2.3.1/types/PRL.js +0 -26
- package/cjs/dictionary/2.3.1/types/PT.js +0 -13
- package/cjs/dictionary/2.3.1/types/PTA.js +0 -26
- package/cjs/dictionary/2.3.1/types/QSC.js +0 -10
- package/cjs/dictionary/2.3.1/types/RCD.js +0 -10
- package/cjs/dictionary/2.3.1/types/RFR.js +0 -50
- package/cjs/dictionary/2.3.1/types/RMC.js +0 -26
- package/cjs/dictionary/2.3.1/types/SCV.js +0 -10
- package/cjs/dictionary/2.3.1/types/SI.js +0 -6
- package/cjs/dictionary/2.3.1/types/SPD.js +0 -32
- package/cjs/dictionary/2.3.1/types/SPS.js +0 -50
- package/cjs/dictionary/2.3.1/types/TQ.js +0 -77
- package/cjs/dictionary/2.3.1/types/UVC.js +0 -20
- package/cjs/dictionary/2.3.1/types/VID.js +0 -26
- package/cjs/dictionary/2.3.1/types/VR.js +0 -20
- package/cjs/dictionary/2.3.1/types/WVI.js +0 -20
- package/cjs/dictionary/2.3.1/types/WVS.js +0 -20
- package/cjs/dictionary/2.3.1/types/XAD.js +0 -13
- package/cjs/dictionary/2.3.1/types/XCN.js +0 -30
- package/cjs/dictionary/2.3.1/types/XON.js +0 -14
- package/cjs/dictionary/2.3.1/types/XPN.js +0 -14
- package/cjs/dictionary/2.3.1/types/index.js +0 -69
- package/cjs/dictionary/2.4/dictionary.js +0 -13
- package/cjs/dictionary/2.4/index.js +0 -6
- package/cjs/dictionary/2.4/patches.js +0 -11
- package/cjs/dictionary/2.4/segments/ABS.js +0 -115
- package/cjs/dictionary/2.4/segments/ACC.js +0 -79
- package/cjs/dictionary/2.4/segments/ADD.js +0 -13
- package/cjs/dictionary/2.4/segments/AFF.js +0 -43
- package/cjs/dictionary/2.4/segments/AIG.js +0 -109
- package/cjs/dictionary/2.4/segments/AIL.js +0 -91
- package/cjs/dictionary/2.4/segments/AIP.js +0 -92
- package/cjs/dictionary/2.4/segments/AIS.js +0 -97
- package/cjs/dictionary/2.4/segments/AL1.js +0 -30
- package/cjs/dictionary/2.4/segments/APR.js +0 -46
- package/cjs/dictionary/2.4/segments/ARQ.js +0 -179
- package/cjs/dictionary/2.4/segments/AUT.js +0 -79
- package/cjs/dictionary/2.4/segments/BHS.js +0 -81
- package/cjs/dictionary/2.4/segments/BLC.js +0 -23
- package/cjs/dictionary/2.4/segments/BLG.js +0 -26
- package/cjs/dictionary/2.4/segments/BTS.js +0 -25
- package/cjs/dictionary/2.4/segments/CDM.js +0 -102
- package/cjs/dictionary/2.4/segments/CM0.js +0 -80
- package/cjs/dictionary/2.4/segments/CM1.js +0 -28
- package/cjs/dictionary/2.4/segments/CM2.js +0 -35
- package/cjs/dictionary/2.4/segments/CNS.js +0 -50
- package/cjs/dictionary/2.4/segments/CSP.js +0 -36
- package/cjs/dictionary/2.4/segments/CSR.js +0 -111
- package/cjs/dictionary/2.4/segments/CSS.js +0 -27
- package/cjs/dictionary/2.4/segments/CTD.js +0 -58
- package/cjs/dictionary/2.4/segments/CTI.js +0 -29
- package/cjs/dictionary/2.4/segments/DB1.js +0 -59
- package/cjs/dictionary/2.4/segments/DG1.js +0 -139
- package/cjs/dictionary/2.4/segments/DRG.js +0 -91
- package/cjs/dictionary/2.4/segments/DSC.js +0 -21
- package/cjs/dictionary/2.4/segments/DSP.js +0 -38
- package/cjs/dictionary/2.4/segments/ECD.js +0 -45
- package/cjs/dictionary/2.4/segments/ECR.js +0 -30
- package/cjs/dictionary/2.4/segments/EDU.js +0 -66
- package/cjs/dictionary/2.4/segments/EQL.js +0 -36
- package/cjs/dictionary/2.4/segments/EQP.js +0 -44
- package/cjs/dictionary/2.4/segments/EQU.js +0 -46
- package/cjs/dictionary/2.4/segments/ERQ.js +0 -26
- package/cjs/dictionary/2.4/segments/ERR.js +0 -13
- package/cjs/dictionary/2.4/segments/EVN.js +0 -49
- package/cjs/dictionary/2.4/segments/FAC.js +0 -87
- package/cjs/dictionary/2.4/segments/FHS.js +0 -81
- package/cjs/dictionary/2.4/segments/FT1.js +0 -174
- package/cjs/dictionary/2.4/segments/FTS.js +0 -19
- package/cjs/dictionary/2.4/segments/GOL.js +0 -155
- package/cjs/dictionary/2.4/segments/GP1.js +0 -47
- package/cjs/dictionary/2.4/segments/GP2.js +0 -115
- package/cjs/dictionary/2.4/segments/GT1.js +0 -400
- package/cjs/dictionary/2.4/segments/IAM.js +0 -155
- package/cjs/dictionary/2.4/segments/IN1.js +0 -320
- package/cjs/dictionary/2.4/segments/IN2.js +0 -410
- package/cjs/dictionary/2.4/segments/IN3.js +0 -107
- package/cjs/dictionary/2.4/segments/INV.js +0 -139
- package/cjs/dictionary/2.4/segments/ISD.js +0 -31
- package/cjs/dictionary/2.4/segments/LAN.js +0 -39
- package/cjs/dictionary/2.4/segments/LCC.js +0 -38
- package/cjs/dictionary/2.4/segments/LCH.js +0 -43
- package/cjs/dictionary/2.4/segments/LDP.js +0 -92
- package/cjs/dictionary/2.4/segments/LOC.js +0 -68
- package/cjs/dictionary/2.4/segments/LRL.js +0 -49
- package/cjs/dictionary/2.4/segments/MFA.js +0 -25
- package/cjs/dictionary/2.4/segments/MFE.js +0 -17
- package/cjs/dictionary/2.4/segments/MFI.js +0 -53
- package/cjs/dictionary/2.4/segments/MRG.js +0 -49
- package/cjs/dictionary/2.4/segments/MSA.js +0 -44
- package/cjs/dictionary/2.4/segments/MSH.js +0 -122
- package/cjs/dictionary/2.4/segments/NCK.js +0 -14
- package/cjs/dictionary/2.4/segments/NDS.js +0 -37
- package/cjs/dictionary/2.4/segments/NK1.js +0 -228
- package/cjs/dictionary/2.4/segments/NPU.js +0 -20
- package/cjs/dictionary/2.4/segments/NSC.js +0 -60
- package/cjs/dictionary/2.4/segments/NST.js +0 -101
- package/cjs/dictionary/2.4/segments/NTE.js +0 -29
- package/cjs/dictionary/2.4/segments/OBR.js +0 -277
- package/cjs/dictionary/2.4/segments/OBX.js +0 -112
- package/cjs/dictionary/2.4/segments/ODS.js +0 -14
- package/cjs/dictionary/2.4/segments/ODT.js +0 -18
- package/cjs/dictionary/2.4/segments/OM1.js +0 -263
- package/cjs/dictionary/2.4/segments/OM2.js +0 -59
- package/cjs/dictionary/2.4/segments/OM3.js +0 -42
- package/cjs/dictionary/2.4/segments/OM4.js +0 -77
- package/cjs/dictionary/2.4/segments/OM5.js +0 -24
- package/cjs/dictionary/2.4/segments/OM6.js +0 -18
- package/cjs/dictionary/2.4/segments/OM7.js +0 -185
- package/cjs/dictionary/2.4/segments/ORC.js +0 -124
- package/cjs/dictionary/2.4/segments/ORG.js +0 -101
- package/cjs/dictionary/2.4/segments/PCR.js +0 -177
- package/cjs/dictionary/2.4/segments/PD1.js +0 -164
- package/cjs/dictionary/2.4/segments/PDA.js +0 -74
- package/cjs/dictionary/2.4/segments/PDC.js +0 -110
- package/cjs/dictionary/2.4/segments/PEO.js +0 -189
- package/cjs/dictionary/2.4/segments/PES.js +0 -100
- package/cjs/dictionary/2.4/segments/PID.js +0 -232
- package/cjs/dictionary/2.4/segments/PR1.js +0 -130
- package/cjs/dictionary/2.4/segments/PRA.js +0 -54
- package/cjs/dictionary/2.4/segments/PRB.js +0 -184
- package/cjs/dictionary/2.4/segments/PRC.js +0 -136
- package/cjs/dictionary/2.4/segments/PRD.js +0 -68
- package/cjs/dictionary/2.4/segments/PSH.js +0 -108
- package/cjs/dictionary/2.4/segments/PTH.js +0 -49
- package/cjs/dictionary/2.4/segments/PV1.js +0 -318
- package/cjs/dictionary/2.4/segments/PV2.js +0 -316
- package/cjs/dictionary/2.4/segments/QAK.js +0 -49
- package/cjs/dictionary/2.4/segments/QID.js +0 -23
- package/cjs/dictionary/2.4/segments/QPD.js +0 -30
- package/cjs/dictionary/2.4/segments/QRD.js +0 -83
- package/cjs/dictionary/2.4/segments/QRF.js +0 -61
- package/cjs/dictionary/2.4/segments/QRI.js +0 -31
- package/cjs/dictionary/2.4/segments/RCP.js +0 -61
- package/cjs/dictionary/2.4/segments/RDF.js +0 -23
- package/cjs/dictionary/2.4/segments/RDT.js +0 -13
- package/cjs/dictionary/2.4/segments/RF1.js +0 -91
- package/cjs/dictionary/2.4/segments/RGS.js +0 -30
- package/cjs/dictionary/2.4/segments/RMI.js +0 -31
- package/cjs/dictionary/2.4/segments/ROL.js +0 -91
- package/cjs/dictionary/2.4/segments/RQ1.js +0 -21
- package/cjs/dictionary/2.4/segments/RQD.js +0 -25
- package/cjs/dictionary/2.4/segments/RXA.js +0 -109
- package/cjs/dictionary/2.4/segments/RXC.js +0 -35
- package/cjs/dictionary/2.4/segments/RXD.js +0 -129
- package/cjs/dictionary/2.4/segments/RXE.js +0 -117
- package/cjs/dictionary/2.4/segments/RXG.js +0 -87
- package/cjs/dictionary/2.4/segments/RXO.js +0 -90
- package/cjs/dictionary/2.4/segments/RXR.js +0 -28
- package/cjs/dictionary/2.4/segments/SAC.js +0 -328
- package/cjs/dictionary/2.4/segments/SCH.js +0 -190
- package/cjs/dictionary/2.4/segments/SID.js +0 -37
- package/cjs/dictionary/2.4/segments/SPR.js +0 -34
- package/cjs/dictionary/2.4/segments/STF.js +0 -148
- package/cjs/dictionary/2.4/segments/TCC.js +0 -110
- package/cjs/dictionary/2.4/segments/TCD.js +0 -67
- package/cjs/dictionary/2.4/segments/TXA.js +0 -171
- package/cjs/dictionary/2.4/segments/UB1.js +0 -149
- package/cjs/dictionary/2.4/segments/UB2.js +0 -63
- package/cjs/dictionary/2.4/segments/URD.js +0 -54
- package/cjs/dictionary/2.4/segments/URS.js +0 -54
- package/cjs/dictionary/2.4/segments/VAR.js +0 -49
- package/cjs/dictionary/2.4/segments/VTQ.js +0 -43
- package/cjs/dictionary/2.4/segments/index.js +0 -141
- package/cjs/dictionary/2.4/types/AD.js +0 -45
- package/cjs/dictionary/2.4/types/AUI.js +0 -10
- package/cjs/dictionary/2.4/types/CD.js +0 -39
- package/cjs/dictionary/2.4/types/CE.js +0 -42
- package/cjs/dictionary/2.4/types/CF.js +0 -44
- package/cjs/dictionary/2.4/types/CK.js +0 -27
- package/cjs/dictionary/2.4/types/CN.js +0 -43
- package/cjs/dictionary/2.4/types/CNE.js +0 -59
- package/cjs/dictionary/2.4/types/CNN.js +0 -74
- package/cjs/dictionary/2.4/types/CP.js +0 -43
- package/cjs/dictionary/2.4/types/CQ.js +0 -20
- package/cjs/dictionary/2.4/types/CWE.js +0 -13
- package/cjs/dictionary/2.4/types/CX.js +0 -57
- package/cjs/dictionary/2.4/types/DLD.js +0 -10
- package/cjs/dictionary/2.4/types/DLN.js +0 -26
- package/cjs/dictionary/2.4/types/DR.js +0 -19
- package/cjs/dictionary/2.4/types/DT.js +0 -6
- package/cjs/dictionary/2.4/types/DTM.js +0 -6
- package/cjs/dictionary/2.4/types/ED.js +0 -38
- package/cjs/dictionary/2.4/types/EI.js +0 -32
- package/cjs/dictionary/2.4/types/FC.js +0 -20
- package/cjs/dictionary/2.4/types/FN.js +0 -32
- package/cjs/dictionary/2.4/types/FT.js +0 -6
- package/cjs/dictionary/2.4/types/HD.js +0 -26
- package/cjs/dictionary/2.4/types/ID.js +0 -6
- package/cjs/dictionary/2.4/types/IS.js +0 -6
- package/cjs/dictionary/2.4/types/JCC.js +0 -19
- package/cjs/dictionary/2.4/types/MA.js +0 -44
- package/cjs/dictionary/2.4/types/MO.js +0 -20
- package/cjs/dictionary/2.4/types/NA.js +0 -32
- package/cjs/dictionary/2.4/types/NDL.js +0 -10
- package/cjs/dictionary/2.4/types/NM.js +0 -6
- package/cjs/dictionary/2.4/types/OCD.js +0 -10
- package/cjs/dictionary/2.4/types/PL.js +0 -59
- package/cjs/dictionary/2.4/types/PN.js +0 -13
- package/cjs/dictionary/2.4/types/PPN.js +0 -113
- package/cjs/dictionary/2.4/types/PT.js +0 -18
- package/cjs/dictionary/2.4/types/QIP.js +0 -20
- package/cjs/dictionary/2.4/types/QSC.js +0 -31
- package/cjs/dictionary/2.4/types/RCD.js +0 -25
- package/cjs/dictionary/2.4/types/RFR.js +0 -10
- package/cjs/dictionary/2.4/types/RI.js +0 -20
- package/cjs/dictionary/2.4/types/RP.js +0 -32
- package/cjs/dictionary/2.4/types/SAD.js +0 -26
- package/cjs/dictionary/2.4/types/SCV.js +0 -20
- package/cjs/dictionary/2.4/types/SN.js +0 -32
- package/cjs/dictionary/2.4/types/SRT.js +0 -20
- package/cjs/dictionary/2.4/types/ST.js +0 -6
- package/cjs/dictionary/2.4/types/TM.js +0 -6
- package/cjs/dictionary/2.4/types/TN.js +0 -6
- package/cjs/dictionary/2.4/types/TQ.js +0 -20
- package/cjs/dictionary/2.4/types/TS.js +0 -14
- package/cjs/dictionary/2.4/types/TX.js +0 -6
- package/cjs/dictionary/2.4/types/VARIES.js +0 -6
- package/cjs/dictionary/2.4/types/VH.js +0 -32
- package/cjs/dictionary/2.4/types/WVS.js +0 -6
- package/cjs/dictionary/2.4/types/XAD.js +0 -74
- package/cjs/dictionary/2.4/types/XCN.js +0 -104
- package/cjs/dictionary/2.4/types/XON.js +0 -55
- package/cjs/dictionary/2.4/types/XPN.js +0 -72
- package/cjs/dictionary/2.4/types/XTN.js +0 -62
- package/cjs/dictionary/2.4/types/index.js +0 -64
- package/cjs/dictionary/2.5/index.js +0 -13
- package/cjs/dictionary/2.5/segments/ACC.js +0 -26
- package/cjs/dictionary/2.5/segments/ADD.js +0 -11
- package/cjs/dictionary/2.5/segments/AFF.js +0 -10
- package/cjs/dictionary/2.5/segments/AIL.js +0 -19
- package/cjs/dictionary/2.5/segments/AIP.js +0 -21
- package/cjs/dictionary/2.5/segments/AIS.js +0 -6
- package/cjs/dictionary/2.5/segments/AL1.js +0 -42
- package/cjs/dictionary/2.5/segments/ARQ.js +0 -25
- package/cjs/dictionary/2.5/segments/AUT.js +0 -10
- package/cjs/dictionary/2.5/segments/BHS.js +0 -48
- package/cjs/dictionary/2.5/segments/BLC.js +0 -10
- package/cjs/dictionary/2.5/segments/BLG.js +0 -26
- package/cjs/dictionary/2.5/segments/BPO.js +0 -109
- package/cjs/dictionary/2.5/segments/BPX.js +0 -158
- package/cjs/dictionary/2.5/segments/BTS.js +0 -17
- package/cjs/dictionary/2.5/segments/BTX.js +0 -146
- package/cjs/dictionary/2.5/segments/CDM.js +0 -19
- package/cjs/dictionary/2.5/segments/CER.js +0 -234
- package/cjs/dictionary/2.5/segments/CM0.js +0 -23
- package/cjs/dictionary/2.5/segments/CM1.js +0 -10
- package/cjs/dictionary/2.5/segments/CM2.js +0 -10
- package/cjs/dictionary/2.5/segments/CSR.js +0 -30
- package/cjs/dictionary/2.5/segments/CSS.js +0 -13
- package/cjs/dictionary/2.5/segments/CTD.js +0 -10
- package/cjs/dictionary/2.5/segments/DB1.js +0 -29
- package/cjs/dictionary/2.5/segments/DG1.js +0 -51
- package/cjs/dictionary/2.5/segments/DRG.js +0 -10
- package/cjs/dictionary/2.5/segments/DSC.js +0 -11
- package/cjs/dictionary/2.5/segments/DSP.js +0 -22
- package/cjs/dictionary/2.5/segments/ECD.js +0 -10
- package/cjs/dictionary/2.5/segments/ECR.js +0 -10
- package/cjs/dictionary/2.5/segments/EDU.js +0 -17
- package/cjs/dictionary/2.5/segments/EQL.js +0 -10
- package/cjs/dictionary/2.5/segments/ERQ.js +0 -17
- package/cjs/dictionary/2.5/segments/ERR.js +0 -96
- package/cjs/dictionary/2.5/segments/EVN.js +0 -31
- package/cjs/dictionary/2.5/segments/FAC.js +0 -21
- package/cjs/dictionary/2.5/segments/FHS.js +0 -48
- package/cjs/dictionary/2.5/segments/FT1.js +0 -111
- package/cjs/dictionary/2.5/segments/FTS.js +0 -14
- package/cjs/dictionary/2.5/segments/GOL.js +0 -10
- package/cjs/dictionary/2.5/segments/GP2.js +0 -13
- package/cjs/dictionary/2.5/segments/GT1.js +0 -75
- package/cjs/dictionary/2.5/segments/IAM.js +0 -12
- package/cjs/dictionary/2.5/segments/IIM.js +0 -115
- package/cjs/dictionary/2.5/segments/IN1.js +0 -149
- package/cjs/dictionary/2.5/segments/IN2.js +0 -243
- package/cjs/dictionary/2.5/segments/IN3.js +0 -139
- package/cjs/dictionary/2.5/segments/INV.js +0 -21
- package/cjs/dictionary/2.5/segments/IPC.js +0 -71
- package/cjs/dictionary/2.5/segments/LAN.js +0 -10
- package/cjs/dictionary/2.5/segments/LCC.js +0 -10
- package/cjs/dictionary/2.5/segments/LCH.js +0 -11
- package/cjs/dictionary/2.5/segments/LDP.js +0 -24
- package/cjs/dictionary/2.5/segments/LOC.js +0 -24
- package/cjs/dictionary/2.5/segments/LRL.js +0 -14
- package/cjs/dictionary/2.5/segments/MFA.js +0 -45
- package/cjs/dictionary/2.5/segments/MFE.js +0 -41
- package/cjs/dictionary/2.5/segments/MFI.js +0 -10
- package/cjs/dictionary/2.5/segments/MRG.js +0 -26
- package/cjs/dictionary/2.5/segments/MSA.js +0 -28
- package/cjs/dictionary/2.5/segments/MSH.js +0 -81
- package/cjs/dictionary/2.5/segments/NCK.js +0 -11
- package/cjs/dictionary/2.5/segments/NK1.js +0 -127
- package/cjs/dictionary/2.5/segments/NPU.js +0 -15
- package/cjs/dictionary/2.5/segments/NSC.js +0 -37
- package/cjs/dictionary/2.5/segments/NST.js +0 -45
- package/cjs/dictionary/2.5/segments/NTE.js +0 -24
- package/cjs/dictionary/2.5/segments/OBR.js +0 -170
- package/cjs/dictionary/2.5/segments/OBX.js +0 -73
- package/cjs/dictionary/2.5/segments/ODS.js +0 -34
- package/cjs/dictionary/2.5/segments/ODT.js +0 -25
- package/cjs/dictionary/2.5/segments/OM1.js +0 -191
- package/cjs/dictionary/2.5/segments/OM2.js +0 -49
- package/cjs/dictionary/2.5/segments/OM3.js +0 -40
- package/cjs/dictionary/2.5/segments/OM4.js +0 -68
- package/cjs/dictionary/2.5/segments/OM5.js +0 -19
- package/cjs/dictionary/2.5/segments/OM6.js +0 -17
- package/cjs/dictionary/2.5/segments/OM7.js +0 -10
- package/cjs/dictionary/2.5/segments/ORC.js +0 -156
- package/cjs/dictionary/2.5/segments/ORG.js +0 -16
- package/cjs/dictionary/2.5/segments/OVR.js +0 -45
- package/cjs/dictionary/2.5/segments/PCR.js +0 -24
- package/cjs/dictionary/2.5/segments/PD1.js +0 -23
- package/cjs/dictionary/2.5/segments/PDA.js +0 -6
- package/cjs/dictionary/2.5/segments/PDC.js +0 -19
- package/cjs/dictionary/2.5/segments/PEO.js +0 -13
- package/cjs/dictionary/2.5/segments/PES.js +0 -16
- package/cjs/dictionary/2.5/segments/PID.js +0 -129
- package/cjs/dictionary/2.5/segments/PR1.js +0 -55
- package/cjs/dictionary/2.5/segments/PRA.js +0 -65
- package/cjs/dictionary/2.5/segments/PRC.js +0 -24
- package/cjs/dictionary/2.5/segments/PRD.js +0 -22
- package/cjs/dictionary/2.5/segments/PSH.js +0 -13
- package/cjs/dictionary/2.5/segments/PTH.js +0 -13
- package/cjs/dictionary/2.5/segments/PV1.js +0 -191
- package/cjs/dictionary/2.5/segments/PV2.js +0 -92
- package/cjs/dictionary/2.5/segments/QAK.js +0 -19
- package/cjs/dictionary/2.5/segments/QRD.js +0 -46
- package/cjs/dictionary/2.5/segments/QRF.js +0 -44
- package/cjs/dictionary/2.5/segments/RDT.js +0 -11
- package/cjs/dictionary/2.5/segments/ROL.js +0 -23
- package/cjs/dictionary/2.5/segments/RQ1.js +0 -54
- package/cjs/dictionary/2.5/segments/RQD.js +0 -72
- package/cjs/dictionary/2.5/segments/RXA.js +0 -112
- package/cjs/dictionary/2.5/segments/RXC.js +0 -48
- package/cjs/dictionary/2.5/segments/RXD.js +0 -147
- package/cjs/dictionary/2.5/segments/RXE.js +0 -251
- package/cjs/dictionary/2.5/segments/RXG.js +0 -139
- package/cjs/dictionary/2.5/segments/RXO.js +0 -151
- package/cjs/dictionary/2.5/segments/RXR.js +0 -44
- package/cjs/dictionary/2.5/segments/SAC.js +0 -21
- package/cjs/dictionary/2.5/segments/SCH.js +0 -38
- package/cjs/dictionary/2.5/segments/SFT.js +0 -50
- package/cjs/dictionary/2.5/segments/SPM.js +0 -227
- package/cjs/dictionary/2.5/segments/SPR.js +0 -16
- package/cjs/dictionary/2.5/segments/STF.js +0 -190
- package/cjs/dictionary/2.5/segments/TQ1.js +0 -109
- package/cjs/dictionary/2.5/segments/TQ2.js +0 -82
- package/cjs/dictionary/2.5/segments/TXA.js +0 -19
- package/cjs/dictionary/2.5/segments/UB1.js +0 -79
- package/cjs/dictionary/2.5/segments/UB2.js +0 -107
- package/cjs/dictionary/2.5/segments/URD.js +0 -25
- package/cjs/dictionary/2.5/segments/URS.js +0 -43
- package/cjs/dictionary/2.5/segments/VAR.js +0 -10
- package/cjs/dictionary/2.5/segments/VTQ.js +0 -10
- package/cjs/dictionary/2.5/segments/index.js +0 -129
- package/cjs/dictionary/2.5/types/AD.js +0 -43
- package/cjs/dictionary/2.5/types/AUI.js +0 -28
- package/cjs/dictionary/2.5/types/CCD.js +0 -23
- package/cjs/dictionary/2.5/types/CCP.js +0 -29
- package/cjs/dictionary/2.5/types/CD.js +0 -32
- package/cjs/dictionary/2.5/types/CE.js +0 -33
- package/cjs/dictionary/2.5/types/CF.js +0 -34
- package/cjs/dictionary/2.5/types/CNE.js +0 -43
- package/cjs/dictionary/2.5/types/CNN.js +0 -53
- package/cjs/dictionary/2.5/types/CP.js +0 -29
- package/cjs/dictionary/2.5/types/CQ.js +0 -14
- package/cjs/dictionary/2.5/types/CSU.js +0 -59
- package/cjs/dictionary/2.5/types/CWE.js +0 -73
- package/cjs/dictionary/2.5/types/CX.js +0 -51
- package/cjs/dictionary/2.5/types/DDI.js +0 -29
- package/cjs/dictionary/2.5/types/DIN.js +0 -23
- package/cjs/dictionary/2.5/types/DLD.js +0 -23
- package/cjs/dictionary/2.5/types/DLN.js +0 -20
- package/cjs/dictionary/2.5/types/DLT.js +0 -37
- package/cjs/dictionary/2.5/types/DR.js +0 -16
- package/cjs/dictionary/2.5/types/DTM.js +0 -6
- package/cjs/dictionary/2.5/types/DTN.js +0 -23
- package/cjs/dictionary/2.5/types/ED.js +0 -30
- package/cjs/dictionary/2.5/types/EI.js +0 -23
- package/cjs/dictionary/2.5/types/EIP.js +0 -22
- package/cjs/dictionary/2.5/types/ELD.js +0 -37
- package/cjs/dictionary/2.5/types/ERL.js +0 -50
- package/cjs/dictionary/2.5/types/FC.js +0 -16
- package/cjs/dictionary/2.5/types/FN.js +0 -30
- package/cjs/dictionary/2.5/types/GTS.js +0 -6
- package/cjs/dictionary/2.5/types/HD.js +0 -20
- package/cjs/dictionary/2.5/types/ICD.js +0 -31
- package/cjs/dictionary/2.5/types/JCC.js +0 -23
- package/cjs/dictionary/2.5/types/LA1.js +0 -78
- package/cjs/dictionary/2.5/types/LA2.js +0 -129
- package/cjs/dictionary/2.5/types/MA.js +0 -29
- package/cjs/dictionary/2.5/types/MO.js +0 -13
- package/cjs/dictionary/2.5/types/MOC.js +0 -22
- package/cjs/dictionary/2.5/types/MOP.js +0 -30
- package/cjs/dictionary/2.5/types/MSG.js +0 -32
- package/cjs/dictionary/2.5/types/NA.js +0 -62
- package/cjs/dictionary/2.5/types/NDL.js +0 -91
- package/cjs/dictionary/2.5/types/NR.js +0 -22
- package/cjs/dictionary/2.5/types/OCD.js +0 -23
- package/cjs/dictionary/2.5/types/OSD.js +0 -90
- package/cjs/dictionary/2.5/types/OSP.js +0 -30
- package/cjs/dictionary/2.5/types/PIP.js +0 -45
- package/cjs/dictionary/2.5/types/PL.js +0 -60
- package/cjs/dictionary/2.5/types/PLN.js +0 -37
- package/cjs/dictionary/2.5/types/PPN.js +0 -118
- package/cjs/dictionary/2.5/types/PRL.js +0 -29
- package/cjs/dictionary/2.5/types/PT.js +0 -17
- package/cjs/dictionary/2.5/types/PTA.js +0 -38
- package/cjs/dictionary/2.5/types/QIP.js +0 -16
- package/cjs/dictionary/2.5/types/QSC.js +0 -23
- package/cjs/dictionary/2.5/types/RCD.js +0 -20
- package/cjs/dictionary/2.5/types/RFR.js +0 -58
- package/cjs/dictionary/2.5/types/RI.js +0 -14
- package/cjs/dictionary/2.5/types/RMC.js +0 -38
- package/cjs/dictionary/2.5/types/RP.js +0 -22
- package/cjs/dictionary/2.5/types/RPT.js +0 -89
- package/cjs/dictionary/2.5/types/SAD.js +0 -17
- package/cjs/dictionary/2.5/types/SCV.js +0 -14
- package/cjs/dictionary/2.5/types/SI.js +0 -6
- package/cjs/dictionary/2.5/types/SN.js +0 -20
- package/cjs/dictionary/2.5/types/SPD.js +0 -37
- package/cjs/dictionary/2.5/types/SPS.js +0 -61
- package/cjs/dictionary/2.5/types/SRT.js +0 -15
- package/cjs/dictionary/2.5/types/TQ.js +0 -89
- package/cjs/dictionary/2.5/types/TS.js +0 -21
- package/cjs/dictionary/2.5/types/UVC.js +0 -23
- package/cjs/dictionary/2.5/types/VH.js +0 -21
- package/cjs/dictionary/2.5/types/VID.js +0 -31
- package/cjs/dictionary/2.5/types/VR.js +0 -22
- package/cjs/dictionary/2.5/types/WVI.js +0 -22
- package/cjs/dictionary/2.5/types/WVS.js +0 -21
- package/cjs/dictionary/2.5/types/XAD.js +0 -69
- package/cjs/dictionary/2.5/types/XCN.js +0 -120
- package/cjs/dictionary/2.5/types/XON.js +0 -55
- package/cjs/dictionary/2.5/types/XPN.js +0 -69
- package/cjs/dictionary/2.5/types/XTN.js +0 -60
- package/cjs/dictionary/2.5/types/index.js +0 -84
- package/cjs/dictionary/2.5.1/index.js +0 -13
- package/cjs/dictionary/2.5.1/segments/ABS.js +0 -115
- package/cjs/dictionary/2.5.1/segments/ACC.js +0 -79
- package/cjs/dictionary/2.5.1/segments/ADD.js +0 -13
- package/cjs/dictionary/2.5.1/segments/AFF.js +0 -42
- package/cjs/dictionary/2.5.1/segments/AIG.js +0 -109
- package/cjs/dictionary/2.5.1/segments/AIL.js +0 -90
- package/cjs/dictionary/2.5.1/segments/AIP.js +0 -90
- package/cjs/dictionary/2.5.1/segments/AIS.js +0 -96
- package/cjs/dictionary/2.5.1/segments/AL1.js +0 -27
- package/cjs/dictionary/2.5.1/segments/APR.js +0 -46
- package/cjs/dictionary/2.5.1/segments/ARQ.js +0 -179
- package/cjs/dictionary/2.5.1/segments/AUT.js +0 -79
- package/cjs/dictionary/2.5.1/segments/BHS.js +0 -73
- package/cjs/dictionary/2.5.1/segments/BLC.js +0 -22
- package/cjs/dictionary/2.5.1/segments/BLG.js +0 -26
- package/cjs/dictionary/2.5.1/segments/BTS.js +0 -25
- package/cjs/dictionary/2.5.1/segments/CDM.js +0 -101
- package/cjs/dictionary/2.5.1/segments/CM0.js +0 -79
- package/cjs/dictionary/2.5.1/segments/CM1.js +0 -28
- package/cjs/dictionary/2.5.1/segments/CM2.js +0 -35
- package/cjs/dictionary/2.5.1/segments/CNS.js +0 -50
- package/cjs/dictionary/2.5.1/segments/CSP.js +0 -36
- package/cjs/dictionary/2.5.1/segments/CSR.js +0 -111
- package/cjs/dictionary/2.5.1/segments/CSS.js +0 -27
- package/cjs/dictionary/2.5.1/segments/CTD.js +0 -58
- package/cjs/dictionary/2.5.1/segments/CTI.js +0 -29
- package/cjs/dictionary/2.5.1/segments/DB1.js +0 -58
- package/cjs/dictionary/2.5.1/segments/DG1.js +0 -139
- package/cjs/dictionary/2.5.1/segments/DRG.js +0 -91
- package/cjs/dictionary/2.5.1/segments/DSC.js +0 -21
- package/cjs/dictionary/2.5.1/segments/DSP.js +0 -38
- package/cjs/dictionary/2.5.1/segments/ECD.js +0 -44
- package/cjs/dictionary/2.5.1/segments/ECR.js +0 -29
- package/cjs/dictionary/2.5.1/segments/EDU.js +0 -65
- package/cjs/dictionary/2.5.1/segments/EQL.js +0 -36
- package/cjs/dictionary/2.5.1/segments/EQP.js +0 -44
- package/cjs/dictionary/2.5.1/segments/EQU.js +0 -46
- package/cjs/dictionary/2.5.1/segments/ERQ.js +0 -25
- package/cjs/dictionary/2.5.1/segments/ERR.js +0 -11
- package/cjs/dictionary/2.5.1/segments/EVN.js +0 -48
- package/cjs/dictionary/2.5.1/segments/FAC.js +0 -87
- package/cjs/dictionary/2.5.1/segments/FHS.js +0 -73
- package/cjs/dictionary/2.5.1/segments/FT1.js +0 -172
- package/cjs/dictionary/2.5.1/segments/FTS.js +0 -19
- package/cjs/dictionary/2.5.1/segments/GOL.js +0 -155
- package/cjs/dictionary/2.5.1/segments/GP1.js +0 -47
- package/cjs/dictionary/2.5.1/segments/GP2.js +0 -113
- package/cjs/dictionary/2.5.1/segments/GT1.js +0 -397
- package/cjs/dictionary/2.5.1/segments/IAM.js +0 -152
- package/cjs/dictionary/2.5.1/segments/IN1.js +0 -319
- package/cjs/dictionary/2.5.1/segments/IN2.js +0 -402
- package/cjs/dictionary/2.5.1/segments/IN3.js +0 -101
- package/cjs/dictionary/2.5.1/segments/INV.js +0 -139
- package/cjs/dictionary/2.5.1/segments/ISD.js +0 -31
- package/cjs/dictionary/2.5.1/segments/LAN.js +0 -39
- package/cjs/dictionary/2.5.1/segments/LCC.js +0 -38
- package/cjs/dictionary/2.5.1/segments/LCH.js +0 -43
- package/cjs/dictionary/2.5.1/segments/LDP.js +0 -92
- package/cjs/dictionary/2.5.1/segments/LOC.js +0 -68
- package/cjs/dictionary/2.5.1/segments/LRL.js +0 -49
- package/cjs/dictionary/2.5.1/segments/MFA.js +0 -25
- package/cjs/dictionary/2.5.1/segments/MFE.js +0 -17
- package/cjs/dictionary/2.5.1/segments/MFI.js +0 -53
- package/cjs/dictionary/2.5.1/segments/MRG.js +0 -48
- package/cjs/dictionary/2.5.1/segments/MSA.js +0 -42
- package/cjs/dictionary/2.5.1/segments/MSH.js +0 -114
- package/cjs/dictionary/2.5.1/segments/NCK.js +0 -13
- package/cjs/dictionary/2.5.1/segments/NDS.js +0 -37
- package/cjs/dictionary/2.5.1/segments/NK1.js +0 -227
- package/cjs/dictionary/2.5.1/segments/NPU.js +0 -19
- package/cjs/dictionary/2.5.1/segments/NSC.js +0 -60
- package/cjs/dictionary/2.5.1/segments/NST.js +0 -101
- package/cjs/dictionary/2.5.1/segments/NTE.js +0 -29
- package/cjs/dictionary/2.5.1/segments/OBR.js +0 -281
- package/cjs/dictionary/2.5.1/segments/OBX.js +0 -146
- package/cjs/dictionary/2.5.1/segments/ODS.js +0 -14
- package/cjs/dictionary/2.5.1/segments/ODT.js +0 -18
- package/cjs/dictionary/2.5.1/segments/OM1.js +0 -257
- package/cjs/dictionary/2.5.1/segments/OM2.js +0 -56
- package/cjs/dictionary/2.5.1/segments/OM3.js +0 -39
- package/cjs/dictionary/2.5.1/segments/OM4.js +0 -76
- package/cjs/dictionary/2.5.1/segments/OM5.js +0 -23
- package/cjs/dictionary/2.5.1/segments/OM6.js +0 -16
- package/cjs/dictionary/2.5.1/segments/OM7.js +0 -184
- package/cjs/dictionary/2.5.1/segments/ORC.js +0 -130
- package/cjs/dictionary/2.5.1/segments/ORG.js +0 -98
- package/cjs/dictionary/2.5.1/segments/PCR.js +0 -173
- package/cjs/dictionary/2.5.1/segments/PD1.js +0 -163
- package/cjs/dictionary/2.5.1/segments/PDA.js +0 -73
- package/cjs/dictionary/2.5.1/segments/PDC.js +0 -110
- package/cjs/dictionary/2.5.1/segments/PEO.js +0 -189
- package/cjs/dictionary/2.5.1/segments/PES.js +0 -99
- package/cjs/dictionary/2.5.1/segments/PID.js +0 -229
- package/cjs/dictionary/2.5.1/segments/PR1.js +0 -130
- package/cjs/dictionary/2.5.1/segments/PRA.js +0 -51
- package/cjs/dictionary/2.5.1/segments/PRB.js +0 -184
- package/cjs/dictionary/2.5.1/segments/PRC.js +0 -136
- package/cjs/dictionary/2.5.1/segments/PRD.js +0 -68
- package/cjs/dictionary/2.5.1/segments/PSH.js +0 -106
- package/cjs/dictionary/2.5.1/segments/PTH.js +0 -49
- package/cjs/dictionary/2.5.1/segments/PV1.js +0 -316
- package/cjs/dictionary/2.5.1/segments/PV2.js +0 -315
- package/cjs/dictionary/2.5.1/segments/QAK.js +0 -48
- package/cjs/dictionary/2.5.1/segments/QID.js +0 -23
- package/cjs/dictionary/2.5.1/segments/QPD.js +0 -30
- package/cjs/dictionary/2.5.1/segments/QRD.js +0 -83
- package/cjs/dictionary/2.5.1/segments/QRF.js +0 -60
- package/cjs/dictionary/2.5.1/segments/QRI.js +0 -31
- package/cjs/dictionary/2.5.1/segments/RCP.js +0 -61
- package/cjs/dictionary/2.5.1/segments/RDF.js +0 -23
- package/cjs/dictionary/2.5.1/segments/RDT.js +0 -13
- package/cjs/dictionary/2.5.1/segments/RF1.js +0 -91
- package/cjs/dictionary/2.5.1/segments/RGS.js +0 -30
- package/cjs/dictionary/2.5.1/segments/RMI.js +0 -31
- package/cjs/dictionary/2.5.1/segments/ROL.js +0 -89
- package/cjs/dictionary/2.5.1/segments/RQ1.js +0 -21
- package/cjs/dictionary/2.5.1/segments/RQD.js +0 -25
- package/cjs/dictionary/2.5.1/segments/RXA.js +0 -108
- package/cjs/dictionary/2.5.1/segments/RXC.js +0 -35
- package/cjs/dictionary/2.5.1/segments/RXD.js +0 -128
- package/cjs/dictionary/2.5.1/segments/RXE.js +0 -112
- package/cjs/dictionary/2.5.1/segments/RXG.js +0 -85
- package/cjs/dictionary/2.5.1/segments/RXO.js +0 -87
- package/cjs/dictionary/2.5.1/segments/RXR.js +0 -28
- package/cjs/dictionary/2.5.1/segments/SAC.js +0 -322
- package/cjs/dictionary/2.5.1/segments/SCH.js +0 -189
- package/cjs/dictionary/2.5.1/segments/SID.js +0 -37
- package/cjs/dictionary/2.5.1/segments/SPR.js +0 -34
- package/cjs/dictionary/2.5.1/segments/STF.js +0 -140
- package/cjs/dictionary/2.5.1/segments/TCC.js +0 -110
- package/cjs/dictionary/2.5.1/segments/TCD.js +0 -67
- package/cjs/dictionary/2.5.1/segments/TXA.js +0 -171
- package/cjs/dictionary/2.5.1/segments/UB1.js +0 -141
- package/cjs/dictionary/2.5.1/segments/UB2.js +0 -54
- package/cjs/dictionary/2.5.1/segments/URD.js +0 -54
- package/cjs/dictionary/2.5.1/segments/URS.js +0 -54
- package/cjs/dictionary/2.5.1/segments/VAR.js +0 -49
- package/cjs/dictionary/2.5.1/segments/VTQ.js +0 -43
- package/cjs/dictionary/2.5.1/segments/index.js +0 -141
- package/cjs/dictionary/2.5.1/types/AD.js +0 -44
- package/cjs/dictionary/2.5.1/types/AUI.js +0 -10
- package/cjs/dictionary/2.5.1/types/CD.js +0 -37
- package/cjs/dictionary/2.5.1/types/CE.js +0 -38
- package/cjs/dictionary/2.5.1/types/CF.js +0 -37
- package/cjs/dictionary/2.5.1/types/CNE.js +0 -55
- package/cjs/dictionary/2.5.1/types/CNN.js +0 -65
- package/cjs/dictionary/2.5.1/types/CP.js +0 -42
- package/cjs/dictionary/2.5.1/types/CQ.js +0 -19
- package/cjs/dictionary/2.5.1/types/CX.js +0 -53
- package/cjs/dictionary/2.5.1/types/DLN.js +0 -23
- package/cjs/dictionary/2.5.1/types/DR.js +0 -17
- package/cjs/dictionary/2.5.1/types/DT.js +0 -6
- package/cjs/dictionary/2.5.1/types/ED.js +0 -33
- package/cjs/dictionary/2.5.1/types/EI.js +0 -30
- package/cjs/dictionary/2.5.1/types/FC.js +0 -18
- package/cjs/dictionary/2.5.1/types/FN.js +0 -30
- package/cjs/dictionary/2.5.1/types/FT.js +0 -6
- package/cjs/dictionary/2.5.1/types/HD.js +0 -24
- package/cjs/dictionary/2.5.1/types/ID.js +0 -6
- package/cjs/dictionary/2.5.1/types/IS.js +0 -6
- package/cjs/dictionary/2.5.1/types/JCC.js +0 -19
- package/cjs/dictionary/2.5.1/types/MA.js +0 -40
- package/cjs/dictionary/2.5.1/types/MO.js +0 -20
- package/cjs/dictionary/2.5.1/types/NA.js +0 -31
- package/cjs/dictionary/2.5.1/types/NDL.js +0 -10
- package/cjs/dictionary/2.5.1/types/NM.js +0 -6
- package/cjs/dictionary/2.5.1/types/PL.js +0 -57
- package/cjs/dictionary/2.5.1/types/PPN.js +0 -108
- package/cjs/dictionary/2.5.1/types/PT.js +0 -18
- package/cjs/dictionary/2.5.1/types/QIP.js +0 -17
- package/cjs/dictionary/2.5.1/types/QSC.js +0 -30
- package/cjs/dictionary/2.5.1/types/RCD.js +0 -23
- package/cjs/dictionary/2.5.1/types/RI.js +0 -20
- package/cjs/dictionary/2.5.1/types/RP.js +0 -31
- package/cjs/dictionary/2.5.1/types/SAD.js +0 -25
- package/cjs/dictionary/2.5.1/types/SCV.js +0 -19
- package/cjs/dictionary/2.5.1/types/SN.js +0 -31
- package/cjs/dictionary/2.5.1/types/SRT.js +0 -19
- package/cjs/dictionary/2.5.1/types/ST.js +0 -6
- package/cjs/dictionary/2.5.1/types/TM.js +0 -6
- package/cjs/dictionary/2.5.1/types/TQ.js +0 -19
- package/cjs/dictionary/2.5.1/types/TS.js +0 -11
- package/cjs/dictionary/2.5.1/types/TX.js +0 -6
- package/cjs/dictionary/2.5.1/types/VARIES.js +0 -6
- package/cjs/dictionary/2.5.1/types/VH.js +0 -32
- package/cjs/dictionary/2.5.1/types/WVS.js +0 -6
- package/cjs/dictionary/2.5.1/types/XAD.js +0 -71
- package/cjs/dictionary/2.5.1/types/XCN.js +0 -99
- package/cjs/dictionary/2.5.1/types/XON.js +0 -51
- package/cjs/dictionary/2.5.1/types/XPN.js +0 -71
- package/cjs/dictionary/2.5.1/types/XTN.js +0 -59
- package/cjs/dictionary/2.5.1/types/index.js +0 -55
- package/cjs/dictionary/2.6/index.js +0 -13
- package/cjs/dictionary/2.6/segments/ABS.js +0 -31
- package/cjs/dictionary/2.6/segments/ACC.js +0 -30
- package/cjs/dictionary/2.6/segments/ADD.js +0 -11
- package/cjs/dictionary/2.6/segments/ADJ.js +0 -117
- package/cjs/dictionary/2.6/segments/AFF.js +0 -10
- package/cjs/dictionary/2.6/segments/AIG.js +0 -31
- package/cjs/dictionary/2.6/segments/AIL.js +0 -34
- package/cjs/dictionary/2.6/segments/AIP.js +0 -34
- package/cjs/dictionary/2.6/segments/AIS.js +0 -31
- package/cjs/dictionary/2.6/segments/AL1.js +0 -47
- package/cjs/dictionary/2.6/segments/ARQ.js +0 -46
- package/cjs/dictionary/2.6/segments/ARV.js +0 -53
- package/cjs/dictionary/2.6/segments/AUT.js +0 -26
- package/cjs/dictionary/2.6/segments/BHS.js +0 -63
- package/cjs/dictionary/2.6/segments/BLC.js +0 -13
- package/cjs/dictionary/2.6/segments/BLG.js +0 -26
- package/cjs/dictionary/2.6/segments/BPO.js +0 -109
- package/cjs/dictionary/2.6/segments/BPX.js +0 -158
- package/cjs/dictionary/2.6/segments/BTS.js +0 -17
- package/cjs/dictionary/2.6/segments/BTX.js +0 -146
- package/cjs/dictionary/2.6/segments/CDM.js +0 -32
- package/cjs/dictionary/2.6/segments/CER.js +0 -234
- package/cjs/dictionary/2.6/segments/CM0.js +0 -27
- package/cjs/dictionary/2.6/segments/CM1.js +0 -14
- package/cjs/dictionary/2.6/segments/CM2.js +0 -17
- package/cjs/dictionary/2.6/segments/CNS.js +0 -23
- package/cjs/dictionary/2.6/segments/CON_.js +0 -195
- package/cjs/dictionary/2.6/segments/CSP.js +0 -23
- package/cjs/dictionary/2.6/segments/CSR.js +0 -74
- package/cjs/dictionary/2.6/segments/CSS.js +0 -21
- package/cjs/dictionary/2.6/segments/CTD.js +0 -22
- package/cjs/dictionary/2.6/segments/CTI.js +0 -18
- package/cjs/dictionary/2.6/segments/DB1.js +0 -29
- package/cjs/dictionary/2.6/segments/DG1.js +0 -102
- package/cjs/dictionary/2.6/segments/DMI.js +0 -45
- package/cjs/dictionary/2.6/segments/DRG.js +0 -186
- package/cjs/dictionary/2.6/segments/DSC.js +0 -11
- package/cjs/dictionary/2.6/segments/DSP.js +0 -22
- package/cjs/dictionary/2.6/segments/ECD.js +0 -13
- package/cjs/dictionary/2.6/segments/ECR.js +0 -17
- package/cjs/dictionary/2.6/segments/ED.js +0 -15
- package/cjs/dictionary/2.6/segments/EDU.js +0 -20
- package/cjs/dictionary/2.6/segments/EQL.js +0 -10
- package/cjs/dictionary/2.6/segments/EQP.js +0 -17
- package/cjs/dictionary/2.6/segments/EQU.js +0 -26
- package/cjs/dictionary/2.6/segments/ERQ.js +0 -17
- package/cjs/dictionary/2.6/segments/ERR.js +0 -96
- package/cjs/dictionary/2.6/segments/EVN.js +0 -37
- package/cjs/dictionary/2.6/segments/FAC.js +0 -42
- package/cjs/dictionary/2.6/segments/FHS.js +0 -63
- package/cjs/dictionary/2.6/segments/FT1.js +0 -124
- package/cjs/dictionary/2.6/segments/FTS.js +0 -14
- package/cjs/dictionary/2.6/segments/GOL.js +0 -72
- package/cjs/dictionary/2.6/segments/GP2.js +0 -16
- package/cjs/dictionary/2.6/segments/GT1.js +0 -102
- package/cjs/dictionary/2.6/segments/IAM.js +0 -53
- package/cjs/dictionary/2.6/segments/IIM.js +0 -115
- package/cjs/dictionary/2.6/segments/ILT.js +0 -78
- package/cjs/dictionary/2.6/segments/IN1.js +0 -154
- package/cjs/dictionary/2.6/segments/IN2.js +0 -261
- package/cjs/dictionary/2.6/segments/IN3.js +0 -139
- package/cjs/dictionary/2.6/segments/INV.js +0 -67
- package/cjs/dictionary/2.6/segments/IPC.js +0 -71
- package/cjs/dictionary/2.6/segments/IPR.js +0 -65
- package/cjs/dictionary/2.6/segments/ISD.js +0 -15
- package/cjs/dictionary/2.6/segments/ITM.js +0 -53
- package/cjs/dictionary/2.6/segments/IVC.js +0 -225
- package/cjs/dictionary/2.6/segments/IVT.js +0 -199
- package/cjs/dictionary/2.6/segments/LAN.js +0 -19
- package/cjs/dictionary/2.6/segments/LCC.js +0 -19
- package/cjs/dictionary/2.6/segments/LCH.js +0 -18
- package/cjs/dictionary/2.6/segments/LDP.js +0 -33
- package/cjs/dictionary/2.6/segments/LOC.js +0 -27
- package/cjs/dictionary/2.6/segments/LRL.js +0 -17
- package/cjs/dictionary/2.6/segments/MFA.js +0 -45
- package/cjs/dictionary/2.6/segments/MFE.js +0 -55
- package/cjs/dictionary/2.6/segments/MFI.js +0 -22
- package/cjs/dictionary/2.6/segments/MRG.js +0 -26
- package/cjs/dictionary/2.6/segments/MSA.js +0 -45
- package/cjs/dictionary/2.6/segments/MSH.js +0 -116
- package/cjs/dictionary/2.6/segments/NCK.js +0 -13
- package/cjs/dictionary/2.6/segments/NDS.js +0 -19
- package/cjs/dictionary/2.6/segments/NK1.js +0 -150
- package/cjs/dictionary/2.6/segments/NPU.js +0 -15
- package/cjs/dictionary/2.6/segments/NSC.js +0 -37
- package/cjs/dictionary/2.6/segments/NST.js +0 -49
- package/cjs/dictionary/2.6/segments/NTE.js +0 -52
- package/cjs/dictionary/2.6/segments/OBR.js +0 -232
- package/cjs/dictionary/2.6/segments/OBX.js +0 -118
- package/cjs/dictionary/2.6/segments/ODS.js +0 -34
- package/cjs/dictionary/2.6/segments/ODT.js +0 -25
- package/cjs/dictionary/2.6/segments/OM1.js +0 -210
- package/cjs/dictionary/2.6/segments/OM2.js +0 -51
- package/cjs/dictionary/2.6/segments/OM3.js +0 -43
- package/cjs/dictionary/2.6/segments/OM4.js +0 -69
- package/cjs/dictionary/2.6/segments/OM5.js +0 -20
- package/cjs/dictionary/2.6/segments/OM6.js +0 -17
- package/cjs/dictionary/2.6/segments/OM7.js +0 -55
- package/cjs/dictionary/2.6/segments/ORC.js +0 -162
- package/cjs/dictionary/2.6/segments/ORG.js +0 -30
- package/cjs/dictionary/2.6/segments/OVR.js +0 -45
- package/cjs/dictionary/2.6/segments/PCE.js +0 -38
- package/cjs/dictionary/2.6/segments/PCR.js +0 -72
- package/cjs/dictionary/2.6/segments/PD1.js +0 -39
- package/cjs/dictionary/2.6/segments/PDA.js +0 -16
- package/cjs/dictionary/2.6/segments/PDC.js +0 -42
- package/cjs/dictionary/2.6/segments/PEO.js +0 -53
- package/cjs/dictionary/2.6/segments/PES.js +0 -37
- package/cjs/dictionary/2.6/segments/PID.js +0 -161
- package/cjs/dictionary/2.6/segments/PKG.js +0 -59
- package/cjs/dictionary/2.6/segments/PMT.js +0 -93
- package/cjs/dictionary/2.6/segments/PR1.js +0 -90
- package/cjs/dictionary/2.6/segments/PRA.js +0 -69
- package/cjs/dictionary/2.6/segments/PRB.js +0 -103
- package/cjs/dictionary/2.6/segments/PRC.js +0 -39
- package/cjs/dictionary/2.6/segments/PRD.js +0 -70
- package/cjs/dictionary/2.6/segments/PSG.js +0 -51
- package/cjs/dictionary/2.6/segments/PSH.js +0 -36
- package/cjs/dictionary/2.6/segments/PSL.js +0 -356
- package/cjs/dictionary/2.6/segments/PSS.js +0 -43
- package/cjs/dictionary/2.6/segments/PTH.js +0 -32
- package/cjs/dictionary/2.6/segments/PV1.js +0 -195
- package/cjs/dictionary/2.6/segments/PV2.js +0 -137
- package/cjs/dictionary/2.6/segments/PYE.js +0 -60
- package/cjs/dictionary/2.6/segments/QAK.js +0 -20
- package/cjs/dictionary/2.6/segments/QID.js +0 -10
- package/cjs/dictionary/2.6/segments/QPD.js +0 -10
- package/cjs/dictionary/2.6/segments/QRD.js +0 -50
- package/cjs/dictionary/2.6/segments/QRF.js +0 -46
- package/cjs/dictionary/2.6/segments/QRI.js +0 -10
- package/cjs/dictionary/2.6/segments/RCP.js +0 -17
- package/cjs/dictionary/2.6/segments/RDT.js +0 -11
- package/cjs/dictionary/2.6/segments/REL.js +0 -122
- package/cjs/dictionary/2.6/segments/RF1.js +0 -51
- package/cjs/dictionary/2.6/segments/RFI.js +0 -37
- package/cjs/dictionary/2.6/segments/RGS.js +0 -10
- package/cjs/dictionary/2.6/segments/RMI.js +0 -17
- package/cjs/dictionary/2.6/segments/ROL.js +0 -47
- package/cjs/dictionary/2.6/segments/RQ1.js +0 -54
- package/cjs/dictionary/2.6/segments/RQD.js +0 -72
- package/cjs/dictionary/2.6/segments/RXA.js +0 -148
- package/cjs/dictionary/2.6/segments/RXC.js +0 -54
- package/cjs/dictionary/2.6/segments/RXD.js +0 -169
- package/cjs/dictionary/2.6/segments/RXE.js +0 -262
- package/cjs/dictionary/2.6/segments/RXG.js +0 -179
- package/cjs/dictionary/2.6/segments/RXO.js +0 -211
- package/cjs/dictionary/2.6/segments/RXR.js +0 -45
- package/cjs/dictionary/2.6/segments/SAC.js +0 -113
- package/cjs/dictionary/2.6/segments/SCD.js +0 -279
- package/cjs/dictionary/2.6/segments/SCH.js +0 -62
- package/cjs/dictionary/2.6/segments/SCP.js +0 -68
- package/cjs/dictionary/2.6/segments/SDD.js +0 -59
- package/cjs/dictionary/2.6/segments/SFT.js +0 -50
- package/cjs/dictionary/2.6/segments/SID.js +0 -15
- package/cjs/dictionary/2.6/segments/SLT.js +0 -43
- package/cjs/dictionary/2.6/segments/SPM.js +0 -227
- package/cjs/dictionary/2.6/segments/SPR.js +0 -16
- package/cjs/dictionary/2.6/segments/STF.js +0 -211
- package/cjs/dictionary/2.6/segments/STZ.js +0 -39
- package/cjs/dictionary/2.6/segments/TCC.js +0 -37
- package/cjs/dictionary/2.6/segments/TCD.js +0 -27
- package/cjs/dictionary/2.6/segments/TQ1.js +0 -108
- package/cjs/dictionary/2.6/segments/TQ2.js +0 -82
- package/cjs/dictionary/2.6/segments/TXA.js +0 -47
- package/cjs/dictionary/2.6/segments/UAC.js +0 -23
- package/cjs/dictionary/2.6/segments/UB1.js +0 -80
- package/cjs/dictionary/2.6/segments/UB2.js +0 -107
- package/cjs/dictionary/2.6/segments/URD.js +0 -28
- package/cjs/dictionary/2.6/segments/URS.js +0 -45
- package/cjs/dictionary/2.6/segments/VAR.js +0 -22
- package/cjs/dictionary/2.6/segments/VND.js +0 -43
- package/cjs/dictionary/2.6/segments/VTQ.js +0 -10
- package/cjs/dictionary/2.6/segments/index.js +0 -175
- package/cjs/dictionary/2.6/types/AD.js +0 -43
- package/cjs/dictionary/2.6/types/AUI.js +0 -28
- package/cjs/dictionary/2.6/types/CCD.js +0 -23
- package/cjs/dictionary/2.6/types/CCP.js +0 -29
- package/cjs/dictionary/2.6/types/CD.js +0 -32
- package/cjs/dictionary/2.6/types/CE.js +0 -33
- package/cjs/dictionary/2.6/types/CF.js +0 -34
- package/cjs/dictionary/2.6/types/CNE.js +0 -43
- package/cjs/dictionary/2.6/types/CNN.js +0 -53
- package/cjs/dictionary/2.6/types/CP.js +0 -30
- package/cjs/dictionary/2.6/types/CQ.js +0 -15
- package/cjs/dictionary/2.6/types/CSU.js +0 -59
- package/cjs/dictionary/2.6/types/CWE.js +0 -73
- package/cjs/dictionary/2.6/types/CX.js +0 -51
- package/cjs/dictionary/2.6/types/DDI.js +0 -29
- package/cjs/dictionary/2.6/types/DIN.js +0 -23
- package/cjs/dictionary/2.6/types/DLD.js +0 -23
- package/cjs/dictionary/2.6/types/DLN.js +0 -20
- package/cjs/dictionary/2.6/types/DLT.js +0 -37
- package/cjs/dictionary/2.6/types/DR.js +0 -18
- package/cjs/dictionary/2.6/types/DTM.js +0 -6
- package/cjs/dictionary/2.6/types/DTN.js +0 -23
- package/cjs/dictionary/2.6/types/ED.js +0 -30
- package/cjs/dictionary/2.6/types/EI.js +0 -23
- package/cjs/dictionary/2.6/types/EIP.js +0 -22
- package/cjs/dictionary/2.6/types/ELD.js +0 -37
- package/cjs/dictionary/2.6/types/ERL.js +0 -50
- package/cjs/dictionary/2.6/types/FC.js +0 -17
- package/cjs/dictionary/2.6/types/FN.js +0 -30
- package/cjs/dictionary/2.6/types/GTS.js +0 -6
- package/cjs/dictionary/2.6/types/HD.js +0 -20
- package/cjs/dictionary/2.6/types/ICD.js +0 -31
- package/cjs/dictionary/2.6/types/JCC.js +0 -23
- package/cjs/dictionary/2.6/types/LA1.js +0 -78
- package/cjs/dictionary/2.6/types/LA2.js +0 -129
- package/cjs/dictionary/2.6/types/MA.js +0 -29
- package/cjs/dictionary/2.6/types/MO.js +0 -13
- package/cjs/dictionary/2.6/types/MOC.js +0 -22
- package/cjs/dictionary/2.6/types/MOP.js +0 -30
- package/cjs/dictionary/2.6/types/MSG.js +0 -32
- package/cjs/dictionary/2.6/types/NA.js +0 -62
- package/cjs/dictionary/2.6/types/NDL.js +0 -91
- package/cjs/dictionary/2.6/types/NR.js +0 -22
- package/cjs/dictionary/2.6/types/OCD.js +0 -23
- package/cjs/dictionary/2.6/types/OSD.js +0 -90
- package/cjs/dictionary/2.6/types/OSP.js +0 -30
- package/cjs/dictionary/2.6/types/PIP.js +0 -45
- package/cjs/dictionary/2.6/types/PL.js +0 -60
- package/cjs/dictionary/2.6/types/PLN.js +0 -37
- package/cjs/dictionary/2.6/types/PPN.js +0 -120
- package/cjs/dictionary/2.6/types/PRL.js +0 -29
- package/cjs/dictionary/2.6/types/PT.js +0 -17
- package/cjs/dictionary/2.6/types/PTA.js +0 -38
- package/cjs/dictionary/2.6/types/QIP.js +0 -16
- package/cjs/dictionary/2.6/types/QSC.js +0 -23
- package/cjs/dictionary/2.6/types/RCD.js +0 -20
- package/cjs/dictionary/2.6/types/RFR.js +0 -58
- package/cjs/dictionary/2.6/types/RI.js +0 -14
- package/cjs/dictionary/2.6/types/RMC.js +0 -38
- package/cjs/dictionary/2.6/types/RP.js +0 -22
- package/cjs/dictionary/2.6/types/RPT.js +0 -89
- package/cjs/dictionary/2.6/types/SAD.js +0 -17
- package/cjs/dictionary/2.6/types/SCV.js +0 -15
- package/cjs/dictionary/2.6/types/SI.js +0 -6
- package/cjs/dictionary/2.6/types/SN.js +0 -20
- package/cjs/dictionary/2.6/types/SPD.js +0 -37
- package/cjs/dictionary/2.6/types/SPS.js +0 -61
- package/cjs/dictionary/2.6/types/SRT.js +0 -15
- package/cjs/dictionary/2.6/types/TQ.js +0 -89
- package/cjs/dictionary/2.6/types/TS.js +0 -21
- package/cjs/dictionary/2.6/types/UVC.js +0 -23
- package/cjs/dictionary/2.6/types/VH.js +0 -21
- package/cjs/dictionary/2.6/types/VID.js +0 -31
- package/cjs/dictionary/2.6/types/VR.js +0 -22
- package/cjs/dictionary/2.6/types/WVI.js +0 -22
- package/cjs/dictionary/2.6/types/WVS.js +0 -21
- package/cjs/dictionary/2.6/types/XAD.js +0 -137
- package/cjs/dictionary/2.6/types/XCN.js +0 -119
- package/cjs/dictionary/2.6/types/XON.js +0 -55
- package/cjs/dictionary/2.6/types/XPN.js +0 -70
- package/cjs/dictionary/2.6/types/XTN.js +0 -103
- package/cjs/dictionary/2.6/types/index.js +0 -84
- package/cjs/dictionary/2.7/index.js +0 -13
- package/cjs/dictionary/2.7/segments/ABS.js +0 -95
- package/cjs/dictionary/2.7/segments/ACC.js +0 -78
- package/cjs/dictionary/2.7/segments/ADD.js +0 -13
- package/cjs/dictionary/2.7/segments/ADJ.js +0 -19
- package/cjs/dictionary/2.7/segments/AFF.js +0 -39
- package/cjs/dictionary/2.7/segments/AIG.js +0 -89
- package/cjs/dictionary/2.7/segments/AIL.js +0 -79
- package/cjs/dictionary/2.7/segments/AIP.js +0 -77
- package/cjs/dictionary/2.7/segments/AIS.js +0 -79
- package/cjs/dictionary/2.7/segments/AL1.js +0 -26
- package/cjs/dictionary/2.7/segments/APR.js +0 -41
- package/cjs/dictionary/2.7/segments/ARQ.js +0 -150
- package/cjs/dictionary/2.7/segments/ARV.js +0 -11
- package/cjs/dictionary/2.7/segments/AUT.js +0 -76
- package/cjs/dictionary/2.7/segments/BHS.js +0 -67
- package/cjs/dictionary/2.7/segments/BLC.js +0 -20
- package/cjs/dictionary/2.7/segments/BLG.js +0 -24
- package/cjs/dictionary/2.7/segments/BPO.js +0 -13
- package/cjs/dictionary/2.7/segments/BPX.js +0 -39
- package/cjs/dictionary/2.7/segments/BTS.js +0 -22
- package/cjs/dictionary/2.7/segments/BTX.js +0 -38
- package/cjs/dictionary/2.7/segments/CDM.js +0 -87
- package/cjs/dictionary/2.7/segments/CER.js +0 -23
- package/cjs/dictionary/2.7/segments/CM0.js +0 -70
- package/cjs/dictionary/2.7/segments/CM1.js +0 -25
- package/cjs/dictionary/2.7/segments/CM2.js +0 -30
- package/cjs/dictionary/2.7/segments/CNS.js +0 -40
- package/cjs/dictionary/2.7/segments/CON_.js +0 -11
- package/cjs/dictionary/2.7/segments/CSP.js +0 -28
- package/cjs/dictionary/2.7/segments/CSR.js +0 -89
- package/cjs/dictionary/2.7/segments/CSS.js +0 -22
- package/cjs/dictionary/2.7/segments/CTD.js +0 -49
- package/cjs/dictionary/2.7/segments/CTI.js +0 -24
- package/cjs/dictionary/2.7/segments/DB1.js +0 -53
- package/cjs/dictionary/2.7/segments/DG1.js +0 -138
- package/cjs/dictionary/2.7/segments/DMI.js +0 -23
- package/cjs/dictionary/2.7/segments/DRG.js +0 -112
- package/cjs/dictionary/2.7/segments/DSC.js +0 -21
- package/cjs/dictionary/2.7/segments/DSP.js +0 -35
- package/cjs/dictionary/2.7/segments/ECD.js +0 -39
- package/cjs/dictionary/2.7/segments/ECR.js +0 -24
- package/cjs/dictionary/2.7/segments/EDU.js +0 -58
- package/cjs/dictionary/2.7/segments/EQP.js +0 -38
- package/cjs/dictionary/2.7/segments/EQU.js +0 -37
- package/cjs/dictionary/2.7/segments/ERR.js +0 -22
- package/cjs/dictionary/2.7/segments/EVN.js +0 -42
- package/cjs/dictionary/2.7/segments/FHS.js +0 -67
- package/cjs/dictionary/2.7/segments/FT1.js +0 -233
- package/cjs/dictionary/2.7/segments/FTS.js +0 -17
- package/cjs/dictionary/2.7/segments/GOL.js +0 -125
- package/cjs/dictionary/2.7/segments/GP1.js +0 -42
- package/cjs/dictionary/2.7/segments/GP2.js +0 -98
- package/cjs/dictionary/2.7/segments/GT1.js +0 -343
- package/cjs/dictionary/2.7/segments/IAM.js +0 -184
- package/cjs/dictionary/2.7/segments/IAR.js +0 -34
- package/cjs/dictionary/2.7/segments/ILT.js +0 -14
- package/cjs/dictionary/2.7/segments/IN1.js +0 -290
- package/cjs/dictionary/2.7/segments/IN2.js +0 -353
- package/cjs/dictionary/2.7/segments/IN3.js +0 -91
- package/cjs/dictionary/2.7/segments/INV.js +0 -112
- package/cjs/dictionary/2.7/segments/IPC.js +0 -13
- package/cjs/dictionary/2.7/segments/ISD.js +0 -26
- package/cjs/dictionary/2.7/segments/ITM.js +0 -163
- package/cjs/dictionary/2.7/segments/IVC.js +0 -34
- package/cjs/dictionary/2.7/segments/IVT.js +0 -25
- package/cjs/dictionary/2.7/segments/LAN.js +0 -33
- package/cjs/dictionary/2.7/segments/LCC.js +0 -31
- package/cjs/dictionary/2.7/segments/LCH.js +0 -38
- package/cjs/dictionary/2.7/segments/LDP.js +0 -81
- package/cjs/dictionary/2.7/segments/LOC.js +0 -60
- package/cjs/dictionary/2.7/segments/LRL.js +0 -44
- package/cjs/dictionary/2.7/segments/MFA.js +0 -25
- package/cjs/dictionary/2.7/segments/MFE.js +0 -21
- package/cjs/dictionary/2.7/segments/MFI.js +0 -45
- package/cjs/dictionary/2.7/segments/MRG.js +0 -47
- package/cjs/dictionary/2.7/segments/MSA.js +0 -45
- package/cjs/dictionary/2.7/segments/MSH.js +0 -110
- package/cjs/dictionary/2.7/segments/NCK.js +0 -11
- package/cjs/dictionary/2.7/segments/NDS.js +0 -30
- package/cjs/dictionary/2.7/segments/NK1.js +0 -206
- package/cjs/dictionary/2.7/segments/NPU.js +0 -18
- package/cjs/dictionary/2.7/segments/NSC.js +0 -56
- package/cjs/dictionary/2.7/segments/NST.js +0 -85
- package/cjs/dictionary/2.7/segments/NTE.js +0 -27
- package/cjs/dictionary/2.7/segments/OBR.js +0 -295
- package/cjs/dictionary/2.7/segments/OBX.js +0 -129
- package/cjs/dictionary/2.7/segments/ODS.js +0 -20
- package/cjs/dictionary/2.7/segments/ODT.js +0 -17
- package/cjs/dictionary/2.7/segments/OM1.js +0 -214
- package/cjs/dictionary/2.7/segments/OM2.js +0 -45
- package/cjs/dictionary/2.7/segments/OM3.js +0 -31
- package/cjs/dictionary/2.7/segments/OM4.js +0 -66
- package/cjs/dictionary/2.7/segments/OM5.js +0 -20
- package/cjs/dictionary/2.7/segments/OM6.js +0 -14
- package/cjs/dictionary/2.7/segments/OM7.js +0 -148
- package/cjs/dictionary/2.7/segments/ORC.js +0 -112
- package/cjs/dictionary/2.7/segments/ORG.js +0 -93
- package/cjs/dictionary/2.7/segments/PAC.js +0 -61
- package/cjs/dictionary/2.7/segments/PCE.js +0 -15
- package/cjs/dictionary/2.7/segments/PCR.js +0 -149
- package/cjs/dictionary/2.7/segments/PD1.js +0 -143
- package/cjs/dictionary/2.7/segments/PDA.js +0 -65
- package/cjs/dictionary/2.7/segments/PEO.js +0 -164
- package/cjs/dictionary/2.7/segments/PES.js +0 -89
- package/cjs/dictionary/2.7/segments/PID.js +0 -200
- package/cjs/dictionary/2.7/segments/PKG.js +0 -11
- package/cjs/dictionary/2.7/segments/PMT.js +0 -10
- package/cjs/dictionary/2.7/segments/PR1.js +0 -140
- package/cjs/dictionary/2.7/segments/PRA.js +0 -47
- package/cjs/dictionary/2.7/segments/PRB.js +0 -145
- package/cjs/dictionary/2.7/segments/PRC.js +0 -118
- package/cjs/dictionary/2.7/segments/PRD.js +0 -54
- package/cjs/dictionary/2.7/segments/PRT.js +0 -103
- package/cjs/dictionary/2.7/segments/PSL.js +0 -48
- package/cjs/dictionary/2.7/segments/PTH.js +0 -43
- package/cjs/dictionary/2.7/segments/PV1.js +0 -302
- package/cjs/dictionary/2.7/segments/PV2.js +0 -268
- package/cjs/dictionary/2.7/segments/PYE.js +0 -32
- package/cjs/dictionary/2.7/segments/QAK.js +0 -43
- package/cjs/dictionary/2.7/segments/QID.js +0 -20
- package/cjs/dictionary/2.7/segments/QPD.js +0 -26
- package/cjs/dictionary/2.7/segments/QRD.js +0 -70
- package/cjs/dictionary/2.7/segments/QRF.js +0 -53
- package/cjs/dictionary/2.7/segments/QRI.js +0 -28
- package/cjs/dictionary/2.7/segments/RCP.js +0 -55
- package/cjs/dictionary/2.7/segments/RDF.js +0 -21
- package/cjs/dictionary/2.7/segments/RDT.js +0 -13
- package/cjs/dictionary/2.7/segments/REL.js +0 -15
- package/cjs/dictionary/2.7/segments/RF1.js +0 -74
- package/cjs/dictionary/2.7/segments/RFI.js +0 -10
- package/cjs/dictionary/2.7/segments/RGS.js +0 -28
- package/cjs/dictionary/2.7/segments/RMI.js +0 -25
- package/cjs/dictionary/2.7/segments/ROL.js +0 -77
- package/cjs/dictionary/2.7/segments/RQ1.js +0 -25
- package/cjs/dictionary/2.7/segments/RQD.js +0 -30
- package/cjs/dictionary/2.7/segments/RXA.js +0 -87
- package/cjs/dictionary/2.7/segments/RXC.js +0 -24
- package/cjs/dictionary/2.7/segments/RXD.js +0 -113
- package/cjs/dictionary/2.7/segments/RXE.js +0 -113
- package/cjs/dictionary/2.7/segments/RXG.js +0 -69
- package/cjs/dictionary/2.7/segments/RXO.js +0 -83
- package/cjs/dictionary/2.7/segments/RXR.js +0 -20
- package/cjs/dictionary/2.7/segments/SAC.js +0 -259
- package/cjs/dictionary/2.7/segments/SCD.js +0 -16
- package/cjs/dictionary/2.7/segments/SCH.js +0 -162
- package/cjs/dictionary/2.7/segments/SCP.js +0 -11
- package/cjs/dictionary/2.7/segments/SDD.js +0 -13
- package/cjs/dictionary/2.7/segments/SHP.js +0 -80
- package/cjs/dictionary/2.7/segments/SID.js +0 -31
- package/cjs/dictionary/2.7/segments/SLT.js +0 -11
- package/cjs/dictionary/2.7/segments/SPM.js +0 -67
- package/cjs/dictionary/2.7/segments/STF.js +0 -134
- package/cjs/dictionary/2.7/segments/STZ.js +0 -13
- package/cjs/dictionary/2.7/segments/TCC.js +0 -96
- package/cjs/dictionary/2.7/segments/TCD.js +0 -59
- package/cjs/dictionary/2.7/segments/TQ1.js +0 -15
- package/cjs/dictionary/2.7/segments/TQ2.js +0 -25
- package/cjs/dictionary/2.7/segments/TXA.js +0 -167
- package/cjs/dictionary/2.7/segments/UAC.js +0 -11
- package/cjs/dictionary/2.7/segments/UB1.js +0 -145
- package/cjs/dictionary/2.7/segments/UB2.js +0 -74
- package/cjs/dictionary/2.7/segments/URD.js +0 -45
- package/cjs/dictionary/2.7/segments/URS.js +0 -48
- package/cjs/dictionary/2.7/segments/VAR.js +0 -40
- package/cjs/dictionary/2.7/segments/VND.js +0 -17
- package/cjs/dictionary/2.7/segments/index.js +0 -168
- package/cjs/dictionary/2.7/types/AD.js +0 -44
- package/cjs/dictionary/2.7/types/AUI.js +0 -10
- package/cjs/dictionary/2.7/types/CCD.js +0 -10
- package/cjs/dictionary/2.7/types/CD.js +0 -39
- package/cjs/dictionary/2.7/types/CF.js +0 -137
- package/cjs/dictionary/2.7/types/CNE.js +0 -137
- package/cjs/dictionary/2.7/types/CNN.js +0 -65
- package/cjs/dictionary/2.7/types/CP.js +0 -41
- package/cjs/dictionary/2.7/types/CQ.js +0 -18
- package/cjs/dictionary/2.7/types/CSU.js +0 -114
- package/cjs/dictionary/2.7/types/CWE.js +0 -95
- package/cjs/dictionary/2.7/types/CX.js +0 -74
- package/cjs/dictionary/2.7/types/DLD.js +0 -11
- package/cjs/dictionary/2.7/types/DLN.js +0 -24
- package/cjs/dictionary/2.7/types/DR.js +0 -15
- package/cjs/dictionary/2.7/types/DT.js +0 -6
- package/cjs/dictionary/2.7/types/DTN.js +0 -10
- package/cjs/dictionary/2.7/types/ED.js +0 -33
- package/cjs/dictionary/2.7/types/EI.js +0 -30
- package/cjs/dictionary/2.7/types/FC.js +0 -17
- package/cjs/dictionary/2.7/types/FN.js +0 -32
- package/cjs/dictionary/2.7/types/FT.js +0 -6
- package/cjs/dictionary/2.7/types/HD.js +0 -24
- package/cjs/dictionary/2.7/types/ICD.js +0 -10
- package/cjs/dictionary/2.7/types/ID.js +0 -6
- package/cjs/dictionary/2.7/types/IS.js +0 -6
- package/cjs/dictionary/2.7/types/JCC.js +0 -19
- package/cjs/dictionary/2.7/types/LA2.js +0 -10
- package/cjs/dictionary/2.7/types/MA.js +0 -68
- package/cjs/dictionary/2.7/types/MO.js +0 -21
- package/cjs/dictionary/2.7/types/MOP.js +0 -11
- package/cjs/dictionary/2.7/types/MSG.js +0 -13
- package/cjs/dictionary/2.7/types/NA.js +0 -32
- package/cjs/dictionary/2.7/types/NDL.js +0 -23
- package/cjs/dictionary/2.7/types/NM.js +0 -6
- package/cjs/dictionary/2.7/types/PL.js +0 -63
- package/cjs/dictionary/2.7/types/PLN.js +0 -10
- package/cjs/dictionary/2.7/types/PPN.js +0 -127
- package/cjs/dictionary/2.7/types/PT.js +0 -18
- package/cjs/dictionary/2.7/types/PTA.js +0 -17
- package/cjs/dictionary/2.7/types/QIP.js +0 -17
- package/cjs/dictionary/2.7/types/QSC.js +0 -30
- package/cjs/dictionary/2.7/types/RCD.js +0 -24
- package/cjs/dictionary/2.7/types/RFR.js +0 -10
- package/cjs/dictionary/2.7/types/RI.js +0 -20
- package/cjs/dictionary/2.7/types/RMC.js +0 -17
- package/cjs/dictionary/2.7/types/RP.js +0 -31
- package/cjs/dictionary/2.7/types/RPT.js +0 -16
- package/cjs/dictionary/2.7/types/SAD.js +0 -25
- package/cjs/dictionary/2.7/types/SCV.js +0 -19
- package/cjs/dictionary/2.7/types/SN.js +0 -31
- package/cjs/dictionary/2.7/types/SRT.js +0 -19
- package/cjs/dictionary/2.7/types/ST.js +0 -6
- package/cjs/dictionary/2.7/types/TM.js +0 -6
- package/cjs/dictionary/2.7/types/TQ.js +0 -19
- package/cjs/dictionary/2.7/types/TX.js +0 -6
- package/cjs/dictionary/2.7/types/UVC.js +0 -22
- package/cjs/dictionary/2.7/types/VH.js +0 -32
- package/cjs/dictionary/2.7/types/VID.js +0 -13
- package/cjs/dictionary/2.7/types/WVI.js +0 -10
- package/cjs/dictionary/2.7/types/WVS.js +0 -6
- package/cjs/dictionary/2.7/types/XAD.js +0 -74
- package/cjs/dictionary/2.7/types/XCN.js +0 -124
- package/cjs/dictionary/2.7/types/XON.js +0 -52
- package/cjs/dictionary/2.7/types/XPN.js +0 -78
- package/cjs/dictionary/2.7/types/XTN.js +0 -68
- package/cjs/dictionary/2.7/types/index.js +0 -69
- package/cjs/dictionary/2.7.1/index.js +0 -13
- package/cjs/dictionary/2.7.1/segments/ABS.js +0 -31
- package/cjs/dictionary/2.7.1/segments/ACC.js +0 -25
- package/cjs/dictionary/2.7.1/segments/ADD.js +0 -10
- package/cjs/dictionary/2.7.1/segments/ADJ.js +0 -99
- package/cjs/dictionary/2.7.1/segments/AIG.js +0 -31
- package/cjs/dictionary/2.7.1/segments/AIL.js +0 -28
- package/cjs/dictionary/2.7.1/segments/AIP.js +0 -30
- package/cjs/dictionary/2.7.1/segments/AIS.js +0 -29
- package/cjs/dictionary/2.7.1/segments/AL1.js +0 -40
- package/cjs/dictionary/2.7.1/segments/ARQ.js +0 -37
- package/cjs/dictionary/2.7.1/segments/ARV.js +0 -46
- package/cjs/dictionary/2.7.1/segments/AUT.js +0 -23
- package/cjs/dictionary/2.7.1/segments/BHS.js +0 -56
- package/cjs/dictionary/2.7.1/segments/BLC.js +0 -10
- package/cjs/dictionary/2.7.1/segments/BLG.js +0 -25
- package/cjs/dictionary/2.7.1/segments/BPO.js +0 -95
- package/cjs/dictionary/2.7.1/segments/BPX.js +0 -125
- package/cjs/dictionary/2.7.1/segments/BTS.js +0 -17
- package/cjs/dictionary/2.7.1/segments/BTX.js +0 -116
- package/cjs/dictionary/2.7.1/segments/CDM.js +0 -30
- package/cjs/dictionary/2.7.1/segments/CER.js +0 -201
- package/cjs/dictionary/2.7.1/segments/CM0.js +0 -22
- package/cjs/dictionary/2.7.1/segments/CM1.js +0 -13
- package/cjs/dictionary/2.7.1/segments/CM2.js +0 -16
- package/cjs/dictionary/2.7.1/segments/CNS.js +0 -19
- package/cjs/dictionary/2.7.1/segments/CON_.js +0 -173
- package/cjs/dictionary/2.7.1/segments/CSP.js +0 -19
- package/cjs/dictionary/2.7.1/segments/CSR.js +0 -48
- package/cjs/dictionary/2.7.1/segments/CSS.js +0 -17
- package/cjs/dictionary/2.7.1/segments/CTD.js +0 -17
- package/cjs/dictionary/2.7.1/segments/CTI.js +0 -13
- package/cjs/dictionary/2.7.1/segments/DB1.js +0 -26
- package/cjs/dictionary/2.7.1/segments/DG1.js +0 -73
- package/cjs/dictionary/2.7.1/segments/DMI.js +0 -34
- package/cjs/dictionary/2.7.1/segments/DRG.js +0 -152
- package/cjs/dictionary/2.7.1/segments/DSC.js +0 -10
- package/cjs/dictionary/2.7.1/segments/DSP.js +0 -22
- package/cjs/dictionary/2.7.1/segments/ECD.js +0 -13
- package/cjs/dictionary/2.7.1/segments/ECR.js +0 -16
- package/cjs/dictionary/2.7.1/segments/EDU.js +0 -16
- package/cjs/dictionary/2.7.1/segments/EQP.js +0 -10
- package/cjs/dictionary/2.7.1/segments/EQU.js +0 -19
- package/cjs/dictionary/2.7.1/segments/ERR.js +0 -80
- package/cjs/dictionary/2.7.1/segments/EVN.js +0 -29
- package/cjs/dictionary/2.7.1/segments/FHS.js +0 -56
- package/cjs/dictionary/2.7.1/segments/FT1.js +0 -88
- package/cjs/dictionary/2.7.1/segments/FTS.js +0 -14
- package/cjs/dictionary/2.7.1/segments/GOL.js +0 -55
- package/cjs/dictionary/2.7.1/segments/GP2.js +0 -16
- package/cjs/dictionary/2.7.1/segments/GT1.js +0 -89
- package/cjs/dictionary/2.7.1/segments/IAM.js +0 -41
- package/cjs/dictionary/2.7.1/segments/IIM.js +0 -100
- package/cjs/dictionary/2.7.1/segments/ILT.js +0 -68
- package/cjs/dictionary/2.7.1/segments/IN1.js +0 -142
- package/cjs/dictionary/2.7.1/segments/IN2.js +0 -231
- package/cjs/dictionary/2.7.1/segments/IN3.js +0 -126
- package/cjs/dictionary/2.7.1/segments/INV.js +0 -54
- package/cjs/dictionary/2.7.1/segments/IPC.js +0 -60
- package/cjs/dictionary/2.7.1/segments/IPR.js +0 -57
- package/cjs/dictionary/2.7.1/segments/ISD.js +0 -13
- package/cjs/dictionary/2.7.1/segments/ITM.js +0 -46
- package/cjs/dictionary/2.7.1/segments/IVC.js +0 -186
- package/cjs/dictionary/2.7.1/segments/IVT.js +0 -169
- package/cjs/dictionary/2.7.1/segments/LAN.js +0 -16
- package/cjs/dictionary/2.7.1/segments/LCC.js +0 -19
- package/cjs/dictionary/2.7.1/segments/LCH.js +0 -16
- package/cjs/dictionary/2.7.1/segments/LDP.js +0 -26
- package/cjs/dictionary/2.7.1/segments/LOC.js +0 -23
- package/cjs/dictionary/2.7.1/segments/LRL.js +0 -16
- package/cjs/dictionary/2.7.1/segments/MFA.js +0 -41
- package/cjs/dictionary/2.7.1/segments/MFE.js +0 -48
- package/cjs/dictionary/2.7.1/segments/MFI.js +0 -20
- package/cjs/dictionary/2.7.1/segments/MRG.js +0 -25
- package/cjs/dictionary/2.7.1/segments/MSA.js +0 -39
- package/cjs/dictionary/2.7.1/segments/MSH.js +0 -102
- package/cjs/dictionary/2.7.1/segments/NCK.js +0 -13
- package/cjs/dictionary/2.7.1/segments/NDS.js +0 -16
- package/cjs/dictionary/2.7.1/segments/NK1.js +0 -131
- package/cjs/dictionary/2.7.1/segments/NPU.js +0 -14
- package/cjs/dictionary/2.7.1/segments/NSC.js +0 -34
- package/cjs/dictionary/2.7.1/segments/NST.js +0 -47
- package/cjs/dictionary/2.7.1/segments/NTE.js +0 -47
- package/cjs/dictionary/2.7.1/segments/OBR.js +0 -137
- package/cjs/dictionary/2.7.1/segments/OBX.js +0 -89
- package/cjs/dictionary/2.7.1/segments/ODS.js +0 -29
- package/cjs/dictionary/2.7.1/segments/ODT.js +0 -23
- package/cjs/dictionary/2.7.1/segments/OM1.js +0 -193
- package/cjs/dictionary/2.7.1/segments/OM2.js +0 -50
- package/cjs/dictionary/2.7.1/segments/OM3.js +0 -42
- package/cjs/dictionary/2.7.1/segments/OM4.js +0 -67
- package/cjs/dictionary/2.7.1/segments/OM5.js +0 -19
- package/cjs/dictionary/2.7.1/segments/OM6.js +0 -17
- package/cjs/dictionary/2.7.1/segments/OM7.js +0 -46
- package/cjs/dictionary/2.7.1/segments/ORC.js +0 -144
- package/cjs/dictionary/2.7.1/segments/ORG.js +0 -26
- package/cjs/dictionary/2.7.1/segments/OVR.js +0 -40
- package/cjs/dictionary/2.7.1/segments/PCE.js +0 -31
- package/cjs/dictionary/2.7.1/segments/PCR.js +0 -49
- package/cjs/dictionary/2.7.1/segments/PD1.js +0 -33
- package/cjs/dictionary/2.7.1/segments/PDA.js +0 -14
- package/cjs/dictionary/2.7.1/segments/PEO.js +0 -37
- package/cjs/dictionary/2.7.1/segments/PES.js +0 -16
- package/cjs/dictionary/2.7.1/segments/PID.js +0 -132
- package/cjs/dictionary/2.7.1/segments/PKG.js +0 -51
- package/cjs/dictionary/2.7.1/segments/PMT.js +0 -80
- package/cjs/dictionary/2.7.1/segments/PR1.js +0 -74
- package/cjs/dictionary/2.7.1/segments/PRA.js +0 -63
- package/cjs/dictionary/2.7.1/segments/PRB.js +0 -81
- package/cjs/dictionary/2.7.1/segments/PRC.js +0 -28
- package/cjs/dictionary/2.7.1/segments/PRD.js +0 -61
- package/cjs/dictionary/2.7.1/segments/PSG.js +0 -47
- package/cjs/dictionary/2.7.1/segments/PSL.js +0 -298
- package/cjs/dictionary/2.7.1/segments/PSS.js +0 -39
- package/cjs/dictionary/2.7.1/segments/PTH.js +0 -27
- package/cjs/dictionary/2.7.1/segments/PV1.js +0 -160
- package/cjs/dictionary/2.7.1/segments/PV2.js +0 -114
- package/cjs/dictionary/2.7.1/segments/PYE.js +0 -43
- package/cjs/dictionary/2.7.1/segments/QAK.js +0 -17
- package/cjs/dictionary/2.7.1/segments/QID.js +0 -10
- package/cjs/dictionary/2.7.1/segments/QPD.js +0 -10
- package/cjs/dictionary/2.7.1/segments/QRD.js +0 -47
- package/cjs/dictionary/2.7.1/segments/QRF.js +0 -41
- package/cjs/dictionary/2.7.1/segments/QRI.js +0 -10
- package/cjs/dictionary/2.7.1/segments/RCP.js +0 -16
- package/cjs/dictionary/2.7.1/segments/RDT.js +0 -10
- package/cjs/dictionary/2.7.1/segments/REL.js +0 -105
- package/cjs/dictionary/2.7.1/segments/RF1.js +0 -40
- package/cjs/dictionary/2.7.1/segments/RFI.js +0 -33
- package/cjs/dictionary/2.7.1/segments/RGS.js +0 -10
- package/cjs/dictionary/2.7.1/segments/RMI.js +0 -16
- package/cjs/dictionary/2.7.1/segments/ROL.js +0 -44
- package/cjs/dictionary/2.7.1/segments/RQ1.js +0 -47
- package/cjs/dictionary/2.7.1/segments/RQD.js +0 -62
- package/cjs/dictionary/2.7.1/segments/RXA.js +0 -132
- package/cjs/dictionary/2.7.1/segments/RXC.js +0 -51
- package/cjs/dictionary/2.7.1/segments/RXD.js +0 -153
- package/cjs/dictionary/2.7.1/segments/RXE.js +0 -223
- package/cjs/dictionary/2.7.1/segments/RXG.js +0 -157
- package/cjs/dictionary/2.7.1/segments/RXO.js +0 -187
- package/cjs/dictionary/2.7.1/segments/RXR.js +0 -44
- package/cjs/dictionary/2.7.1/segments/SAC.js +0 -77
- package/cjs/dictionary/2.7.1/segments/SCD.js +0 -239
- package/cjs/dictionary/2.7.1/segments/SCH.js +0 -40
- package/cjs/dictionary/2.7.1/segments/SCP.js +0 -58
- package/cjs/dictionary/2.7.1/segments/SDD.js +0 -50
- package/cjs/dictionary/2.7.1/segments/SFT.js +0 -44
- package/cjs/dictionary/2.7.1/segments/SID.js +0 -13
- package/cjs/dictionary/2.7.1/segments/SLT.js +0 -36
- package/cjs/dictionary/2.7.1/segments/SPM.js +0 -186
- package/cjs/dictionary/2.7.1/segments/STF.js +0 -188
- package/cjs/dictionary/2.7.1/segments/STZ.js +0 -34
- package/cjs/dictionary/2.7.1/segments/TCC.js +0 -16
- package/cjs/dictionary/2.7.1/segments/TCD.js +0 -13
- package/cjs/dictionary/2.7.1/segments/TQ1.js +0 -92
- package/cjs/dictionary/2.7.1/segments/TQ2.js +0 -70
- package/cjs/dictionary/2.7.1/segments/TXA.js +0 -31
- package/cjs/dictionary/2.7.1/segments/UAC.js +0 -19
- package/cjs/dictionary/2.7.1/segments/UB1.js +0 -10
- package/cjs/dictionary/2.7.1/segments/UB2.js +0 -89
- package/cjs/dictionary/2.7.1/segments/URD.js +0 -27
- package/cjs/dictionary/2.7.1/segments/URS.js +0 -40
- package/cjs/dictionary/2.7.1/segments/VAR.js +0 -19
- package/cjs/dictionary/2.7.1/segments/VND.js +0 -36
- package/cjs/dictionary/2.7.1/segments/index.js +0 -166
- package/cjs/dictionary/2.7.1/types/AD.js +0 -31
- package/cjs/dictionary/2.7.1/types/AUI.js +0 -25
- package/cjs/dictionary/2.7.1/types/CCD.js +0 -21
- package/cjs/dictionary/2.7.1/types/CCP.js +0 -26
- package/cjs/dictionary/2.7.1/types/CD.js +0 -22
- package/cjs/dictionary/2.7.1/types/CF.js +0 -24
- package/cjs/dictionary/2.7.1/types/CNE.js +0 -24
- package/cjs/dictionary/2.7.1/types/CNN.js +0 -33
- package/cjs/dictionary/2.7.1/types/CP.js +0 -22
- package/cjs/dictionary/2.7.1/types/CQ.js +0 -11
- package/cjs/dictionary/2.7.1/types/CSU.js +0 -50
- package/cjs/dictionary/2.7.1/types/CWE.js +0 -62
- package/cjs/dictionary/2.7.1/types/CX.js +0 -32
- package/cjs/dictionary/2.7.1/types/DDI.js +0 -26
- package/cjs/dictionary/2.7.1/types/DIN.js +0 -21
- package/cjs/dictionary/2.7.1/types/DLD.js +0 -19
- package/cjs/dictionary/2.7.1/types/DLN.js +0 -14
- package/cjs/dictionary/2.7.1/types/DLT.js +0 -33
- package/cjs/dictionary/2.7.1/types/DR.js +0 -16
- package/cjs/dictionary/2.7.1/types/DTM.js +0 -6
- package/cjs/dictionary/2.7.1/types/DTN.js +0 -20
- package/cjs/dictionary/2.7.1/types/ED.js +0 -25
- package/cjs/dictionary/2.7.1/types/EI.js +0 -18
- package/cjs/dictionary/2.7.1/types/EIP.js +0 -20
- package/cjs/dictionary/2.7.1/types/ERL.js +0 -45
- package/cjs/dictionary/2.7.1/types/FC.js +0 -15
- package/cjs/dictionary/2.7.1/types/FN.js +0 -17
- package/cjs/dictionary/2.7.1/types/GTS.js +0 -6
- package/cjs/dictionary/2.7.1/types/HD.js +0 -18
- package/cjs/dictionary/2.7.1/types/ICD.js +0 -28
- package/cjs/dictionary/2.7.1/types/JCC.js +0 -20
- package/cjs/dictionary/2.7.1/types/LA1.js +0 -69
- package/cjs/dictionary/2.7.1/types/LA2.js +0 -114
- package/cjs/dictionary/2.7.1/types/MO.js +0 -10
- package/cjs/dictionary/2.7.1/types/MOC.js +0 -20
- package/cjs/dictionary/2.7.1/types/MOP.js +0 -27
- package/cjs/dictionary/2.7.1/types/MSG.js +0 -30
- package/cjs/dictionary/2.7.1/types/NA.js +0 -43
- package/cjs/dictionary/2.7.1/types/NDL.js +0 -75
- package/cjs/dictionary/2.7.1/types/NR.js +0 -20
- package/cjs/dictionary/2.7.1/types/OCD.js +0 -21
- package/cjs/dictionary/2.7.1/types/OSD.js +0 -79
- package/cjs/dictionary/2.7.1/types/OSP.js +0 -27
- package/cjs/dictionary/2.7.1/types/PIP.js +0 -40
- package/cjs/dictionary/2.7.1/types/PL.js +0 -44
- package/cjs/dictionary/2.7.1/types/PLN.js +0 -32
- package/cjs/dictionary/2.7.1/types/PPN.js +0 -77
- package/cjs/dictionary/2.7.1/types/PRL.js +0 -26
- package/cjs/dictionary/2.7.1/types/PT.js +0 -17
- package/cjs/dictionary/2.7.1/types/PTA.js +0 -30
- package/cjs/dictionary/2.7.1/types/QIP.js +0 -15
- package/cjs/dictionary/2.7.1/types/QSC.js +0 -19
- package/cjs/dictionary/2.7.1/types/RCD.js +0 -17
- package/cjs/dictionary/2.7.1/types/RFR.js +0 -50
- package/cjs/dictionary/2.7.1/types/RI.js +0 -10
- package/cjs/dictionary/2.7.1/types/RMC.js +0 -30
- package/cjs/dictionary/2.7.1/types/RP.js +0 -15
- package/cjs/dictionary/2.7.1/types/RPT.js +0 -78
- package/cjs/dictionary/2.7.1/types/SAD.js +0 -10
- package/cjs/dictionary/2.7.1/types/SCV.js +0 -11
- package/cjs/dictionary/2.7.1/types/SI.js +0 -6
- package/cjs/dictionary/2.7.1/types/SN.js +0 -14
- package/cjs/dictionary/2.7.1/types/SPD.js +0 -34
- package/cjs/dictionary/2.7.1/types/SRT.js +0 -15
- package/cjs/dictionary/2.7.1/types/TQ.js +0 -77
- package/cjs/dictionary/2.7.1/types/UVC.js +0 -20
- package/cjs/dictionary/2.7.1/types/VH.js +0 -15
- package/cjs/dictionary/2.7.1/types/VID.js +0 -27
- package/cjs/dictionary/2.7.1/types/VR.js +0 -20
- package/cjs/dictionary/2.7.1/types/WVI.js +0 -19
- package/cjs/dictionary/2.7.1/types/WVS.js +0 -19
- package/cjs/dictionary/2.7.1/types/XAD.js +0 -109
- package/cjs/dictionary/2.7.1/types/XCN.js +0 -81
- package/cjs/dictionary/2.7.1/types/XON.js +0 -43
- package/cjs/dictionary/2.7.1/types/XPN.js +0 -46
- package/cjs/dictionary/2.7.1/types/XTN.js +0 -77
- package/cjs/dictionary/2.7.1/types/index.js +0 -79
- package/cjs/dictionary/2.8/index.js +0 -9
- package/cjs/dictionary/index.js +0 -38
- package/cjs/dictionary/segment-fields/abs-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/acc-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/add-segment.enum.js +0 -7
- package/cjs/dictionary/segment-fields/adj-segment.enum.js +0 -21
- package/cjs/dictionary/segment-fields/aff-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/aig-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/ail-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/aip-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/ais-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/al1-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/apr-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/arq-segment.enum.js +0 -31
- package/cjs/dictionary/segment-fields/arv-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/aut-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/bhs-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/blc-segment.enum.js +0 -8
- package/cjs/dictionary/segment-fields/blg-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/bpo-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/bpx-segment.enum.js +0 -27
- package/cjs/dictionary/segment-fields/bts-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/btx-segment.enum.js +0 -25
- package/cjs/dictionary/segment-fields/cdm-segment.enum.js +0 -19
- package/cjs/dictionary/segment-fields/cer-segment.enum.js +0 -37
- package/cjs/dictionary/segment-fields/cm0-segment.enum.js +0 -17
- package/cjs/dictionary/segment-fields/cm1-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/cm2-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/cns-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/con-segment.enum.js +0 -31
- package/cjs/dictionary/segment-fields/csp-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/csr-segment.enum.js +0 -22
- package/cjs/dictionary/segment-fields/css-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/ctd-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/cti-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/db1-segment.enum.js +0 -14
- package/cjs/dictionary/segment-fields/dg1-segment.enum.js +0 -32
- package/cjs/dictionary/segment-fields/dmi-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/drg-segment.enum.js +0 -39
- package/cjs/dictionary/segment-fields/dsc-segment.enum.js +0 -8
- package/cjs/dictionary/segment-fields/dsp-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/ecd-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/ecr-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/ed-segment.enum.js +0 -7
- package/cjs/dictionary/segment-fields/edu-segment.enum.js +0 -15
- package/cjs/dictionary/segment-fields/eql-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/eqp-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/equ-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/erq-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/err-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/evn-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/fac-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/fhs-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/ft1-segment.enum.js +0 -49
- package/cjs/dictionary/segment-fields/fts-segment.enum.js +0 -8
- package/cjs/dictionary/segment-fields/gol-segment.enum.js +0 -28
- package/cjs/dictionary/segment-fields/gp1-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/gp2-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/gt1-segment.enum.js +0 -63
- package/cjs/dictionary/segment-fields/iam-segment.enum.js +0 -36
- package/cjs/dictionary/segment-fields/iar-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/iim-segment.enum.js +0 -21
- package/cjs/dictionary/segment-fields/ilt-segment.enum.js +0 -16
- package/cjs/dictionary/segment-fields/in1-segment.enum.js +0 -60
- package/cjs/dictionary/segment-fields/in2-segment.enum.js +0 -78
- package/cjs/dictionary/segment-fields/in3-segment.enum.js +0 -31
- package/cjs/dictionary/segment-fields/index.js +0 -185
- package/cjs/dictionary/segment-fields/inv-segment.enum.js +0 -26
- package/cjs/dictionary/segment-fields/ipc-segment.enum.js +0 -15
- package/cjs/dictionary/segment-fields/ipr-segment.enum.js +0 -14
- package/cjs/dictionary/segment-fields/isd-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/itm-segment.enum.js +0 -35
- package/cjs/dictionary/segment-fields/ivc-segment.enum.js +0 -36
- package/cjs/dictionary/segment-fields/ivt-segment.enum.js +0 -32
- package/cjs/dictionary/segment-fields/lan-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/lcc-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/lch-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/ldp-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/loc-segment.enum.js +0 -15
- package/cjs/dictionary/segment-fields/lrl-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/mfa-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/mfe-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/mfi-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/mrg-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/msa-segment.enum.js +0 -14
- package/cjs/dictionary/segment-fields/msh-segment.enum.js +0 -31
- package/cjs/dictionary/segment-fields/nck-segment.enum.js +0 -7
- package/cjs/dictionary/segment-fields/nds-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/nk1-segment.enum.js +0 -47
- package/cjs/dictionary/segment-fields/npu-segment.enum.js +0 -8
- package/cjs/dictionary/segment-fields/nsc-segment.enum.js +0 -15
- package/cjs/dictionary/segment-fields/nst-segment.enum.js +0 -21
- package/cjs/dictionary/segment-fields/nte-segment.enum.js +0 -14
- package/cjs/dictionary/segment-fields/obr-segment.enum.js +0 -60
- package/cjs/dictionary/segment-fields/obx-segment.enum.js +0 -32
- package/cjs/dictionary/segment-fields/ods-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/odt-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/om1-segment.enum.js +0 -53
- package/cjs/dictionary/segment-fields/om2-segment.enum.js +0 -17
- package/cjs/dictionary/segment-fields/om3-segment.enum.js +0 -14
- package/cjs/dictionary/segment-fields/om4-segment.enum.js +0 -21
- package/cjs/dictionary/segment-fields/om5-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/om6-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/om7-segment.enum.js +0 -30
- package/cjs/dictionary/segment-fields/orc-segment.enum.js +0 -39
- package/cjs/dictionary/segment-fields/org-segment.enum.js +0 -19
- package/cjs/dictionary/segment-fields/oro-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/ovr-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/pac-segment.enum.js +0 -14
- package/cjs/dictionary/segment-fields/pce-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/pcr-segment.enum.js +0 -29
- package/cjs/dictionary/segment-fields/pd1-segment.enum.js +0 -28
- package/cjs/dictionary/segment-fields/pda-segment.enum.js +0 -15
- package/cjs/dictionary/segment-fields/pdc-segment.enum.js +0 -21
- package/cjs/dictionary/segment-fields/peo-segment.enum.js +0 -31
- package/cjs/dictionary/segment-fields/pes-segment.enum.js +0 -19
- package/cjs/dictionary/segment-fields/pid-segment.enum.js +0 -46
- package/cjs/dictionary/segment-fields/pkg-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/pmt-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/pr1-segment.enum.js +0 -31
- package/cjs/dictionary/segment-fields/pra-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/prb-segment.enum.js +0 -34
- package/cjs/dictionary/segment-fields/prc-segment.enum.js +0 -24
- package/cjs/dictionary/segment-fields/prd-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/prt-segment.enum.js +0 -21
- package/cjs/dictionary/segment-fields/psg-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/psh-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/psl-segment.enum.js +0 -54
- package/cjs/dictionary/segment-fields/pss-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/pth-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/pv1-segment.enum.js +0 -60
- package/cjs/dictionary/segment-fields/pv2-segment.enum.js +0 -56
- package/cjs/dictionary/segment-fields/pye-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/qak-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/qck-segment.enum.js +0 -7
- package/cjs/dictionary/segment-fields/qid-segment.enum.js +0 -8
- package/cjs/dictionary/segment-fields/qpd-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/qrd-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/qrf-segment.enum.js +0 -16
- package/cjs/dictionary/segment-fields/qri-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/rcp-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/rdf-segment.enum.js +0 -8
- package/cjs/dictionary/segment-fields/rdt-segment.enum.js +0 -7
- package/cjs/dictionary/segment-fields/rel-segment.enum.js +0 -22
- package/cjs/dictionary/segment-fields/rf1-segment.enum.js +0 -18
- package/cjs/dictionary/segment-fields/rfi-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/rgs-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/rmi-segment.enum.js +0 -9
- package/cjs/dictionary/segment-fields/rol-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/rq1-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/rqd-segment.enum.js +0 -16
- package/cjs/dictionary/segment-fields/rx1-segment.enum.js +0 -31
- package/cjs/dictionary/segment-fields/rxa-segment.enum.js +0 -34
- package/cjs/dictionary/segment-fields/rxc-segment.enum.js +0 -15
- package/cjs/dictionary/segment-fields/rxd-segment.enum.js +0 -40
- package/cjs/dictionary/segment-fields/rxe-segment.enum.js +0 -51
- package/cjs/dictionary/segment-fields/rxg-segment.enum.js +0 -36
- package/cjs/dictionary/segment-fields/rxo-segment.enum.js +0 -42
- package/cjs/dictionary/segment-fields/rxr-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/sac-segment.enum.js +0 -50
- package/cjs/dictionary/segment-fields/scd-segment.enum.js +0 -43
- package/cjs/dictionary/segment-fields/sch-segment.enum.js +0 -33
- package/cjs/dictionary/segment-fields/scp-segment.enum.js +0 -14
- package/cjs/dictionary/segment-fields/sdd-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/sft-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/shp-segment.enum.js +0 -17
- package/cjs/dictionary/segment-fields/sid-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/slt-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/spm-segment.enum.js +0 -38
- package/cjs/dictionary/segment-fields/spr-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/stf-segment.enum.js +0 -47
- package/cjs/dictionary/segment-fields/stz-segment.enum.js +0 -10
- package/cjs/dictionary/segment-fields/tcc-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/tcd-segment.enum.js +0 -14
- package/cjs/dictionary/segment-fields/tq1-segment.enum.js +0 -20
- package/cjs/dictionary/segment-fields/tq2-segment.enum.js +0 -16
- package/cjs/dictionary/segment-fields/txa-segment.enum.js +0 -32
- package/cjs/dictionary/segment-fields/uac-segment.enum.js +0 -8
- package/cjs/dictionary/segment-fields/ub1-segment.enum.js +0 -29
- package/cjs/dictionary/segment-fields/ub2-segment.enum.js +0 -23
- package/cjs/dictionary/segment-fields/urd-segment.enum.js +0 -13
- package/cjs/dictionary/segment-fields/urs-segment.enum.js +0 -15
- package/cjs/dictionary/segment-fields/var-segment.enum.js +0 -12
- package/cjs/dictionary/segment-fields/vnd-segment.enum.js +0 -11
- package/cjs/dictionary/segment-fields/vtq-segment.enum.js +0 -11
- package/cjs/dictionary/tables/acknowledgment-code.enum.js +0 -2
- package/cjs/dictionary/tables/index.js +0 -4
- package/cjs/dictionary/type-fields/ad-type.enum.js +0 -14
- package/cjs/dictionary/type-fields/aui-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/ccd-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/ccp-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cd-type.enum.js +0 -12
- package/cjs/dictionary/type-fields/ce-type.enum.js +0 -12
- package/cjs/dictionary/type-fields/cf-type.enum.js +0 -28
- package/cjs/dictionary/type-fields/ck-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/ck_account_no-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/cm_abs_range-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/cm_aui-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_batch_total-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_ccd-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_ccp-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_cd_electrode-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_csu-type.enum.js +0 -13
- package/cjs/dictionary/type-fields/cm_ddi-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_din-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_dld-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_dlt-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/cm_dtn-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_eip-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_eld-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/cm_filler-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_finance-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_group_id-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_internal_location-type.enum.js +0 -14
- package/cjs/dictionary/type-fields/cm_job_code-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_la1-type.enum.js +0 -22
- package/cjs/dictionary/type-fields/cm_license_no-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_mdv-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_moc-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_msg-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_ndl-type.enum.js +0 -17
- package/cjs/dictionary/type-fields/cm_ocd-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_osd-type.enum.js +0 -17
- package/cjs/dictionary/type-fields/cm_osp-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_parent_result-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_pat_id-type.enum.js +0 -11
- package/cjs/dictionary/type-fields/cm_pat_id_0192-type.enum.js +0 -11
- package/cjs/dictionary/type-fields/cm_pcf-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_pen-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_pi-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_pip-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/cm_placer-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_pln-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/cm_position-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_practitioner-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_prl-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_pta-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_range-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_rfr-type.enum.js +0 -13
- package/cjs/dictionary/type-fields/cm_ri-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_rmc-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/cm_spd-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/cm_sps-type.enum.js +0 -12
- package/cjs/dictionary/type-fields/cm_uvc-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_vr-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cm_wvi-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cn-type.enum.js +0 -19
- package/cjs/dictionary/type-fields/cn_person-type.enum.js +0 -14
- package/cjs/dictionary/type-fields/cne-type.enum.js +0 -28
- package/cjs/dictionary/type-fields/cnn-type.enum.js +0 -17
- package/cjs/dictionary/type-fields/cns-type.enum.js +0 -17
- package/cjs/dictionary/type-fields/cp-type.enum.js +0 -12
- package/cjs/dictionary/type-fields/cq-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/cq_quantity-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/csu-type.enum.js +0 -29
- package/cjs/dictionary/type-fields/cwe-type.enum.js +0 -28
- package/cjs/dictionary/type-fields/cx-type.enum.js +0 -18
- package/cjs/dictionary/type-fields/ddi-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/din-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/dld-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/dln-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/dlt-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/dr-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/dtn-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/ed-type.enum.js +0 -11
- package/cjs/dictionary/type-fields/ei-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/eip-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/eld-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/erl-type.enum.js +0 -12
- package/cjs/dictionary/type-fields/fc-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/fn-type.enum.js +0 -11
- package/cjs/dictionary/type-fields/hd-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/icd-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/index.js +0 -140
- package/cjs/dictionary/type-fields/jcc-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/la1-type.enum.js +0 -15
- package/cjs/dictionary/type-fields/la2-type.enum.js +0 -22
- package/cjs/dictionary/type-fields/ma-type.enum.js +0 -16
- package/cjs/dictionary/type-fields/mo-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/moc-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/mop-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/msg-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/na-type.enum.js +0 -16
- package/cjs/dictionary/type-fields/ndl-type.enum.js +0 -17
- package/cjs/dictionary/type-fields/nr-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/ocd-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/osd-type.enum.js +0 -17
- package/cjs/dictionary/type-fields/osp-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/pcf-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/pi-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/pip-type.enum.js +0 -11
- package/cjs/dictionary/type-fields/pl-type.enum.js +0 -17
- package/cjs/dictionary/type-fields/pln-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/pn-type.enum.js +0 -12
- package/cjs/dictionary/type-fields/ppn-type.enum.js +0 -32
- package/cjs/dictionary/type-fields/prl-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/pt-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/pta-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/qip-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/qsc-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/rcd-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/rfr-type.enum.js +0 -13
- package/cjs/dictionary/type-fields/ri-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/rmc-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/rp-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/rpt-type.enum.js +0 -17
- package/cjs/dictionary/type-fields/sad-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/scv-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/sn-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/spd-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/sps-type.enum.js +0 -13
- package/cjs/dictionary/type-fields/srt-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/tq-type.enum.js +0 -18
- package/cjs/dictionary/type-fields/ts-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/uvc-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/vh-type.enum.js +0 -10
- package/cjs/dictionary/type-fields/vid-type.enum.js +0 -9
- package/cjs/dictionary/type-fields/vr-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/wvi-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/wvs-type.enum.js +0 -8
- package/cjs/dictionary/type-fields/xad-type.enum.js +0 -29
- package/cjs/dictionary/type-fields/xcn-type.enum.js +0 -31
- package/cjs/dictionary/type-fields/xon-type.enum.js +0 -16
- package/cjs/dictionary/type-fields/xpn-type.enum.js +0 -21
- package/cjs/dictionary/type-fields/xtn-type.enum.js +0 -24
- package/cjs/hl7-dictionary.js +0 -33
- package/cjs/interfaces/dictionary.types.js +0 -4
- package/cjs/interfaces/index.js +0 -5
- package/cjs/interfaces/version.enum.js +0 -17
- package/cjs/utils/hl7-date.js +0 -28
- package/esm/dictionary/2.1/dictionary.js +0 -10
- package/esm/dictionary/2.1/index.js +0 -3
- package/esm/dictionary/2.1/patches.js +0 -27
- package/esm/dictionary/2.1/segments/ACC.js +0 -27
- package/esm/dictionary/2.1/segments/ADD.js +0 -12
- package/esm/dictionary/2.1/segments/BHS.js +0 -89
- package/esm/dictionary/2.1/segments/BLG.js +0 -27
- package/esm/dictionary/2.1/segments/BTS.js +0 -26
- package/esm/dictionary/2.1/segments/DG1.js +0 -109
- package/esm/dictionary/2.1/segments/DSC.js +0 -12
- package/esm/dictionary/2.1/segments/DSP.js +0 -40
- package/esm/dictionary/2.1/segments/ERR.js +0 -13
- package/esm/dictionary/2.1/segments/EVN.js +0 -35
- package/esm/dictionary/2.1/segments/FHS.js +0 -89
- package/esm/dictionary/2.1/segments/FT1.js +0 -165
- package/esm/dictionary/2.1/segments/FTS.js +0 -19
- package/esm/dictionary/2.1/segments/GT1.js +0 -149
- package/esm/dictionary/2.1/segments/IN1.js +0 -323
- package/esm/dictionary/2.1/segments/MFI.js +0 -50
- package/esm/dictionary/2.1/segments/MRG.js +0 -26
- package/esm/dictionary/2.1/segments/MSA.js +0 -42
- package/esm/dictionary/2.1/segments/MSH.js +0 -104
- package/esm/dictionary/2.1/segments/NCK.js +0 -12
- package/esm/dictionary/2.1/segments/NK1.js +0 -40
- package/esm/dictionary/2.1/segments/NPU.js +0 -21
- package/esm/dictionary/2.1/segments/NSC.js +0 -68
- package/esm/dictionary/2.1/segments/NST.js +0 -110
- package/esm/dictionary/2.1/segments/NTE.js +0 -27
- package/esm/dictionary/2.1/segments/OBR.js +0 -260
- package/esm/dictionary/2.1/segments/OBX.js +0 -92
- package/esm/dictionary/2.1/segments/ORC.js +0 -103
- package/esm/dictionary/2.1/segments/ORO.js +0 -34
- package/esm/dictionary/2.1/segments/PID.js +0 -149
- package/esm/dictionary/2.1/segments/PR1.js +0 -101
- package/esm/dictionary/2.1/segments/PV1.js +0 -376
- package/esm/dictionary/2.1/segments/QRD.js +0 -94
- package/esm/dictionary/2.1/segments/QRF.js +0 -40
- package/esm/dictionary/2.1/segments/RX1.js +0 -211
- package/esm/dictionary/2.1/segments/UB1.js +0 -167
- package/esm/dictionary/2.1/segments/URD.js +0 -57
- package/esm/dictionary/2.1/segments/URS.js +0 -40
- package/esm/dictionary/2.1/segments/index.js +0 -38
- package/esm/dictionary/2.1/types/AD.js +0 -41
- package/esm/dictionary/2.1/types/CE.js +0 -41
- package/esm/dictionary/2.1/types/CK.js +0 -23
- package/esm/dictionary/2.1/types/CM.js +0 -3
- package/esm/dictionary/2.1/types/CM_MSG.js +0 -17
- package/esm/dictionary/2.1/types/CN.js +0 -35
- package/esm/dictionary/2.1/types/CQ.js +0 -17
- package/esm/dictionary/2.1/types/DT.js +0 -3
- package/esm/dictionary/2.1/types/FT.js +0 -3
- package/esm/dictionary/2.1/types/ID.js +0 -3
- package/esm/dictionary/2.1/types/IS.js +0 -3
- package/esm/dictionary/2.1/types/NM.js +0 -3
- package/esm/dictionary/2.1/types/PN.js +0 -41
- package/esm/dictionary/2.1/types/SI.js +0 -3
- package/esm/dictionary/2.1/types/ST.js +0 -3
- package/esm/dictionary/2.1/types/TM.js +0 -3
- package/esm/dictionary/2.1/types/TN.js +0 -3
- package/esm/dictionary/2.1/types/TS.js +0 -17
- package/esm/dictionary/2.1/types/TX.js +0 -3
- package/esm/dictionary/2.1/types/VARIES.js +0 -3
- package/esm/dictionary/2.1/types/index.js +0 -20
- package/esm/dictionary/2.2/index.js +0 -10
- package/esm/dictionary/2.2/segments/ACC.js +0 -8
- package/esm/dictionary/2.2/segments/ADD.js +0 -8
- package/esm/dictionary/2.2/segments/AL1.js +0 -49
- package/esm/dictionary/2.2/segments/BHS.js +0 -43
- package/esm/dictionary/2.2/segments/BLG.js +0 -15
- package/esm/dictionary/2.2/segments/BTS.js +0 -15
- package/esm/dictionary/2.2/segments/DG1.js +0 -41
- package/esm/dictionary/2.2/segments/DSC.js +0 -8
- package/esm/dictionary/2.2/segments/DSP.js +0 -19
- package/esm/dictionary/2.2/segments/ERR.js +0 -8
- package/esm/dictionary/2.2/segments/EVN.js +0 -26
- package/esm/dictionary/2.2/segments/FHS.js +0 -43
- package/esm/dictionary/2.2/segments/FT1.js +0 -51
- package/esm/dictionary/2.2/segments/FTS.js +0 -11
- package/esm/dictionary/2.2/segments/GT1.js +0 -35
- package/esm/dictionary/2.2/segments/IN1.js +0 -89
- package/esm/dictionary/2.2/segments/IN2.js +0 -225
- package/esm/dictionary/2.2/segments/IN3.js +0 -183
- package/esm/dictionary/2.2/segments/MFA.js +0 -41
- package/esm/dictionary/2.2/segments/MFE.js +0 -34
- package/esm/dictionary/2.2/segments/MRG.js +0 -23
- package/esm/dictionary/2.2/segments/MSA.js +0 -26
- package/esm/dictionary/2.2/segments/MSH.js +0 -48
- package/esm/dictionary/2.2/segments/NCK.js +0 -8
- package/esm/dictionary/2.2/segments/NK1.js +0 -78
- package/esm/dictionary/2.2/segments/NPU.js +0 -12
- package/esm/dictionary/2.2/segments/NSC.js +0 -31
- package/esm/dictionary/2.2/segments/NST.js +0 -52
- package/esm/dictionary/2.2/segments/NTE.js +0 -15
- package/esm/dictionary/2.2/segments/OBR.js +0 -140
- package/esm/dictionary/2.2/segments/OBX.js +0 -75
- package/esm/dictionary/2.2/segments/ODS.js +0 -34
- package/esm/dictionary/2.2/segments/ODT.js +0 -26
- package/esm/dictionary/2.2/segments/OM1.js +0 -307
- package/esm/dictionary/2.2/segments/OM2.js +0 -82
- package/esm/dictionary/2.2/segments/OM3.js +0 -61
- package/esm/dictionary/2.2/segments/OM4.js +0 -112
- package/esm/dictionary/2.2/segments/OM5.js +0 -33
- package/esm/dictionary/2.2/segments/OM6.js +0 -26
- package/esm/dictionary/2.2/segments/ORC.js +0 -96
- package/esm/dictionary/2.2/segments/PID.js +0 -113
- package/esm/dictionary/2.2/segments/PR1.js +0 -34
- package/esm/dictionary/2.2/segments/PRA.js +0 -56
- package/esm/dictionary/2.2/segments/PV1.js +0 -174
- package/esm/dictionary/2.2/segments/PV2.js +0 -69
- package/esm/dictionary/2.2/segments/QRD.js +0 -45
- package/esm/dictionary/2.2/segments/QRF.js +0 -45
- package/esm/dictionary/2.2/segments/RQ1.js +0 -56
- package/esm/dictionary/2.2/segments/RQD.js +0 -75
- package/esm/dictionary/2.2/segments/RXA.js +0 -89
- package/esm/dictionary/2.2/segments/RXC.js +0 -34
- package/esm/dictionary/2.2/segments/RXD.js +0 -111
- package/esm/dictionary/2.2/segments/RXE.js +0 -174
- package/esm/dictionary/2.2/segments/RXG.js +0 -118
- package/esm/dictionary/2.2/segments/RXO.js +0 -125
- package/esm/dictionary/2.2/segments/RXR.js +0 -33
- package/esm/dictionary/2.2/segments/STF.js +0 -121
- package/esm/dictionary/2.2/segments/UB1.js +0 -70
- package/esm/dictionary/2.2/segments/UB2.js +0 -118
- package/esm/dictionary/2.2/segments/URD.js +0 -26
- package/esm/dictionary/2.2/segments/URS.js +0 -45
- package/esm/dictionary/2.2/segments/index.js +0 -61
- package/esm/dictionary/2.2/types/AD.js +0 -23
- package/esm/dictionary/2.2/types/CK.js +0 -16
- package/esm/dictionary/2.2/types/CK_ACCOUNT_NO.js +0 -29
- package/esm/dictionary/2.2/types/CM_ABS_RANGE.js +0 -29
- package/esm/dictionary/2.2/types/CM_AUI.js +0 -23
- package/esm/dictionary/2.2/types/CM_BATCH_TOTAL.js +0 -17
- package/esm/dictionary/2.2/types/CM_CCD.js +0 -17
- package/esm/dictionary/2.2/types/CM_DDI.js +0 -23
- package/esm/dictionary/2.2/types/CM_DIN.js +0 -17
- package/esm/dictionary/2.2/types/CM_DLD.js +0 -17
- package/esm/dictionary/2.2/types/CM_DLT.js +0 -29
- package/esm/dictionary/2.2/types/CM_DTN.js +0 -17
- package/esm/dictionary/2.2/types/CM_EIP.js +0 -17
- package/esm/dictionary/2.2/types/CM_ELD.js +0 -29
- package/esm/dictionary/2.2/types/CM_FILLER.js +0 -17
- package/esm/dictionary/2.2/types/CM_FINANCE.js +0 -17
- package/esm/dictionary/2.2/types/CM_GROUP_ID.js +0 -17
- package/esm/dictionary/2.2/types/CM_INTERNAL_LOCATION.js +0 -53
- package/esm/dictionary/2.2/types/CM_JOB_CODE.js +0 -17
- package/esm/dictionary/2.2/types/CM_LA1.js +0 -17
- package/esm/dictionary/2.2/types/CM_LICENSE_NO.js +0 -17
- package/esm/dictionary/2.2/types/CM_MOC.js +0 -17
- package/esm/dictionary/2.2/types/CM_NDL.js +0 -29
- package/esm/dictionary/2.2/types/CM_OCD.js +0 -17
- package/esm/dictionary/2.2/types/CM_OSP.js +0 -23
- package/esm/dictionary/2.2/types/CM_PARENT_RESULT.js +0 -23
- package/esm/dictionary/2.2/types/CM_PAT_ID.js +0 -35
- package/esm/dictionary/2.2/types/CM_PAT_ID_0192.js +0 -36
- package/esm/dictionary/2.2/types/CM_PCF.js +0 -23
- package/esm/dictionary/2.2/types/CM_PEN.js +0 -17
- package/esm/dictionary/2.2/types/CM_PIP.js +0 -29
- package/esm/dictionary/2.2/types/CM_PLACER.js +0 -17
- package/esm/dictionary/2.2/types/CM_PLN.js +0 -23
- package/esm/dictionary/2.2/types/CM_POSITION.js +0 -23
- package/esm/dictionary/2.2/types/CM_PRACTITIONER.js +0 -17
- package/esm/dictionary/2.2/types/CM_PTA.js +0 -25
- package/esm/dictionary/2.2/types/CM_RANGE.js +0 -17
- package/esm/dictionary/2.2/types/CM_RFR.js +0 -47
- package/esm/dictionary/2.2/types/CM_RI.js +0 -17
- package/esm/dictionary/2.2/types/CM_RMC.js +0 -23
- package/esm/dictionary/2.2/types/CM_SPD.js +0 -29
- package/esm/dictionary/2.2/types/CM_SPS.js +0 -35
- package/esm/dictionary/2.2/types/CM_UVC.js +0 -17
- package/esm/dictionary/2.2/types/CM_VR.js +0 -17
- package/esm/dictionary/2.2/types/CN.js +0 -59
- package/esm/dictionary/2.2/types/CN_PERSON.js +0 -53
- package/esm/dictionary/2.2/types/CQ_QUANTITY.js +0 -17
- package/esm/dictionary/2.2/types/SI.js +0 -3
- package/esm/dictionary/2.2/types/TQ.js +0 -65
- package/esm/dictionary/2.2/types/index.js +0 -49
- package/esm/dictionary/2.3/index.js +0 -10
- package/esm/dictionary/2.3/segments/ACC.js +0 -49
- package/esm/dictionary/2.3/segments/ADD.js +0 -10
- package/esm/dictionary/2.3/segments/AIG.js +0 -106
- package/esm/dictionary/2.3/segments/AIL.js +0 -92
- package/esm/dictionary/2.3/segments/AIP.js +0 -92
- package/esm/dictionary/2.3/segments/AIS.js +0 -78
- package/esm/dictionary/2.3/segments/AL1.js +0 -14
- package/esm/dictionary/2.3/segments/APR.js +0 -40
- package/esm/dictionary/2.3/segments/ARQ.js +0 -168
- package/esm/dictionary/2.3/segments/AUT.js +0 -77
- package/esm/dictionary/2.3/segments/BHS.js +0 -78
- package/esm/dictionary/2.3/segments/BLG.js +0 -23
- package/esm/dictionary/2.3/segments/BTS.js +0 -22
- package/esm/dictionary/2.3/segments/CDM.js +0 -100
- package/esm/dictionary/2.3/segments/CM0.js +0 -82
- package/esm/dictionary/2.3/segments/CM1.js +0 -26
- package/esm/dictionary/2.3/segments/CM2.js +0 -33
- package/esm/dictionary/2.3/segments/CSP.js +0 -33
- package/esm/dictionary/2.3/segments/CSR.js +0 -117
- package/esm/dictionary/2.3/segments/CSS.js +0 -26
- package/esm/dictionary/2.3/segments/CTD.js +0 -55
- package/esm/dictionary/2.3/segments/CTI.js +0 -26
- package/esm/dictionary/2.3/segments/DB1.js +0 -63
- package/esm/dictionary/2.3/segments/DG1.js +0 -137
- package/esm/dictionary/2.3/segments/DRG.js +0 -79
- package/esm/dictionary/2.3/segments/DSC.js +0 -10
- package/esm/dictionary/2.3/segments/DSP.js +0 -35
- package/esm/dictionary/2.3/segments/EQL.js +0 -34
- package/esm/dictionary/2.3/segments/ERQ.js +0 -26
- package/esm/dictionary/2.3/segments/ERR.js +0 -10
- package/esm/dictionary/2.3/segments/EVN.js +0 -42
- package/esm/dictionary/2.3/segments/FAC.js +0 -90
- package/esm/dictionary/2.3/segments/FHS.js +0 -78
- package/esm/dictionary/2.3/segments/FT1.js +0 -171
- package/esm/dictionary/2.3/segments/FTS.js +0 -16
- package/esm/dictionary/2.3/segments/GOL.js +0 -153
- package/esm/dictionary/2.3/segments/GT1.js +0 -407
- package/esm/dictionary/2.3/segments/IAM.js +0 -145
- package/esm/dictionary/2.3/segments/IN1.js +0 -342
- package/esm/dictionary/2.3/segments/IN2.js +0 -432
- package/esm/dictionary/2.3/segments/IN3.js +0 -90
- package/esm/dictionary/2.3/segments/LCC.js +0 -34
- package/esm/dictionary/2.3/segments/LCH.js +0 -41
- package/esm/dictionary/2.3/segments/LDP.js +0 -86
- package/esm/dictionary/2.3/segments/LOC.js +0 -63
- package/esm/dictionary/2.3/segments/LRL.js +0 -47
- package/esm/dictionary/2.3/segments/MFA.js +0 -20
- package/esm/dictionary/2.3/segments/MFE.js +0 -17
- package/esm/dictionary/2.3/segments/MFI.js +0 -49
- package/esm/dictionary/2.3/segments/MRG.js +0 -43
- package/esm/dictionary/2.3/segments/MSA.js +0 -38
- package/esm/dictionary/2.3/segments/MSH.js +0 -121
- package/esm/dictionary/2.3/segments/NCK.js +0 -10
- package/esm/dictionary/2.3/segments/NK1.js +0 -237
- package/esm/dictionary/2.3/segments/NPU.js +0 -17
- package/esm/dictionary/2.3/segments/NSC.js +0 -53
- package/esm/dictionary/2.3/segments/NST.js +0 -96
- package/esm/dictionary/2.3/segments/NTE.js +0 -22
- package/esm/dictionary/2.3/segments/OBR.js +0 -268
- package/esm/dictionary/2.3/segments/OBX.js +0 -90
- package/esm/dictionary/2.3/segments/ODS.js +0 -7
- package/esm/dictionary/2.3/segments/ODT.js +0 -8
- package/esm/dictionary/2.3/segments/OM1.js +0 -267
- package/esm/dictionary/2.3/segments/OM2.js +0 -56
- package/esm/dictionary/2.3/segments/OM3.js +0 -37
- package/esm/dictionary/2.3/segments/OM4.js +0 -71
- package/esm/dictionary/2.3/segments/OM5.js +0 -20
- package/esm/dictionary/2.3/segments/OM6.js +0 -15
- package/esm/dictionary/2.3/segments/ORC.js +0 -93
- package/esm/dictionary/2.3/segments/PCR.js +0 -176
- package/esm/dictionary/2.3/segments/PD1.js +0 -97
- package/esm/dictionary/2.3/segments/PDC.js +0 -111
- package/esm/dictionary/2.3/segments/PEO.js +0 -188
- package/esm/dictionary/2.3/segments/PES.js +0 -99
- package/esm/dictionary/2.3/segments/PID.js +0 -173
- package/esm/dictionary/2.3/segments/PR1.js +0 -105
- package/esm/dictionary/2.3/segments/PRA.js +0 -20
- package/esm/dictionary/2.3/segments/PRB.js +0 -181
- package/esm/dictionary/2.3/segments/PRC.js +0 -136
- package/esm/dictionary/2.3/segments/PRD.js +0 -68
- package/esm/dictionary/2.3/segments/PSH.js +0 -105
- package/esm/dictionary/2.3/segments/PTH.js +0 -48
- package/esm/dictionary/2.3/segments/PV1.js +0 -335
- package/esm/dictionary/2.3/segments/PV2.js +0 -228
- package/esm/dictionary/2.3/segments/QAK.js +0 -20
- package/esm/dictionary/2.3/segments/QCK.js +0 -12
- package/esm/dictionary/2.3/segments/QRD.js +0 -80
- package/esm/dictionary/2.3/segments/QRF.js +0 -51
- package/esm/dictionary/2.3/segments/RDF.js +0 -19
- package/esm/dictionary/2.3/segments/RDT.js +0 -11
- package/esm/dictionary/2.3/segments/RF1.js +0 -82
- package/esm/dictionary/2.3/segments/RGS.js +0 -27
- package/esm/dictionary/2.3/segments/ROL.js +0 -61
- package/esm/dictionary/2.3/segments/RQ1.js +0 -11
- package/esm/dictionary/2.3/segments/RQD.js +0 -13
- package/esm/dictionary/2.3/segments/RXA.js +0 -96
- package/esm/dictionary/2.3/segments/RXC.js +0 -22
- package/esm/dictionary/2.3/segments/RXD.js +0 -99
- package/esm/dictionary/2.3/segments/RXE.js +0 -79
- package/esm/dictionary/2.3/segments/RXG.js +0 -76
- package/esm/dictionary/2.3/segments/RXO.js +0 -50
- package/esm/dictionary/2.3/segments/RXR.js +0 -3
- package/esm/dictionary/2.3/segments/SCH.js +0 -180
- package/esm/dictionary/2.3/segments/SPR.js +0 -34
- package/esm/dictionary/2.3/segments/STF.js +0 -107
- package/esm/dictionary/2.3/segments/TXA.js +0 -172
- package/esm/dictionary/2.3/segments/UB1.js +0 -157
- package/esm/dictionary/2.3/segments/UB2.js +0 -57
- package/esm/dictionary/2.3/segments/URD.js +0 -50
- package/esm/dictionary/2.3/segments/URS.js +0 -51
- package/esm/dictionary/2.3/segments/VAR.js +0 -47
- package/esm/dictionary/2.3/segments/VTQ.js +0 -41
- package/esm/dictionary/2.3/segments/index.js +0 -112
- package/esm/dictionary/2.3/types/AD.js +0 -42
- package/esm/dictionary/2.3/types/CD.js +0 -41
- package/esm/dictionary/2.3/types/CE.js +0 -41
- package/esm/dictionary/2.3/types/CF.js +0 -41
- package/esm/dictionary/2.3/types/CK.js +0 -24
- package/esm/dictionary/2.3/types/CM_AUI.js +0 -7
- package/esm/dictionary/2.3/types/CM_CCD.js +0 -7
- package/esm/dictionary/2.3/types/CM_CCP.js +0 -23
- package/esm/dictionary/2.3/types/CM_CD_ELECTRODE.js +0 -17
- package/esm/dictionary/2.3/types/CM_CSU.js +0 -47
- package/esm/dictionary/2.3/types/CM_DDI.js +0 -7
- package/esm/dictionary/2.3/types/CM_DTN.js +0 -7
- package/esm/dictionary/2.3/types/CM_EIP.js +0 -10
- package/esm/dictionary/2.3/types/CM_ELD.js +0 -10
- package/esm/dictionary/2.3/types/CM_LA1.js +0 -96
- package/esm/dictionary/2.3/types/CM_MDV.js +0 -17
- package/esm/dictionary/2.3/types/CM_MOC.js +0 -10
- package/esm/dictionary/2.3/types/CM_MSG.js +0 -17
- package/esm/dictionary/2.3/types/CM_NDL.js +0 -53
- package/esm/dictionary/2.3/types/CM_OCD.js +0 -7
- package/esm/dictionary/2.3/types/CM_OSD.js +0 -71
- package/esm/dictionary/2.3/types/CM_OSP.js +0 -7
- package/esm/dictionary/2.3/types/CM_PCF.js +0 -13
- package/esm/dictionary/2.3/types/CM_PEN.js +0 -8
- package/esm/dictionary/2.3/types/CM_PI.js +0 -23
- package/esm/dictionary/2.3/types/CM_PLN.js +0 -16
- package/esm/dictionary/2.3/types/CM_PRL.js +0 -23
- package/esm/dictionary/2.3/types/CM_PTA.js +0 -10
- package/esm/dictionary/2.3/types/CM_RFR.js +0 -21
- package/esm/dictionary/2.3/types/CM_RI.js +0 -10
- package/esm/dictionary/2.3/types/CM_RMC.js +0 -11
- package/esm/dictionary/2.3/types/CM_SPS.js +0 -10
- package/esm/dictionary/2.3/types/CM_UVC.js +0 -7
- package/esm/dictionary/2.3/types/CM_WVI.js +0 -17
- package/esm/dictionary/2.3/types/CN.js +0 -40
- package/esm/dictionary/2.3/types/CNE.js +0 -61
- package/esm/dictionary/2.3/types/CP.js +0 -41
- package/esm/dictionary/2.3/types/CQ.js +0 -17
- package/esm/dictionary/2.3/types/CX.js +0 -42
- package/esm/dictionary/2.3/types/DLN.js +0 -23
- package/esm/dictionary/2.3/types/DR.js +0 -17
- package/esm/dictionary/2.3/types/DT.js +0 -3
- package/esm/dictionary/2.3/types/ED.js +0 -35
- package/esm/dictionary/2.3/types/EI.js +0 -29
- package/esm/dictionary/2.3/types/FC.js +0 -17
- package/esm/dictionary/2.3/types/FT.js +0 -3
- package/esm/dictionary/2.3/types/HD.js +0 -23
- package/esm/dictionary/2.3/types/ID.js +0 -3
- package/esm/dictionary/2.3/types/IS.js +0 -3
- package/esm/dictionary/2.3/types/JCC.js +0 -17
- package/esm/dictionary/2.3/types/MA.js +0 -41
- package/esm/dictionary/2.3/types/MO.js +0 -17
- package/esm/dictionary/2.3/types/NA.js +0 -29
- package/esm/dictionary/2.3/types/NM.js +0 -3
- package/esm/dictionary/2.3/types/PL.js +0 -59
- package/esm/dictionary/2.3/types/PPN.js +0 -95
- package/esm/dictionary/2.3/types/PT.js +0 -17
- package/esm/dictionary/2.3/types/QIP.js +0 -17
- package/esm/dictionary/2.3/types/QSC.js +0 -29
- package/esm/dictionary/2.3/types/RCD.js +0 -23
- package/esm/dictionary/2.3/types/RI.js +0 -17
- package/esm/dictionary/2.3/types/RP.js +0 -29
- package/esm/dictionary/2.3/types/SCV.js +0 -17
- package/esm/dictionary/2.3/types/SN.js +0 -29
- package/esm/dictionary/2.3/types/ST.js +0 -3
- package/esm/dictionary/2.3/types/TM.js +0 -3
- package/esm/dictionary/2.3/types/TN.js +0 -3
- package/esm/dictionary/2.3/types/TQ.js +0 -16
- package/esm/dictionary/2.3/types/TS.js +0 -11
- package/esm/dictionary/2.3/types/TX.js +0 -3
- package/esm/dictionary/2.3/types/VARIES.js +0 -3
- package/esm/dictionary/2.3/types/VH.js +0 -29
- package/esm/dictionary/2.3/types/XAD.js +0 -65
- package/esm/dictionary/2.3/types/XCN.js +0 -89
- package/esm/dictionary/2.3/types/XON.js +0 -53
- package/esm/dictionary/2.3/types/XPN.js +0 -53
- package/esm/dictionary/2.3/types/XTN.js +0 -59
- package/esm/dictionary/2.3/types/index.js +0 -77
- package/esm/dictionary/2.3.1/index.js +0 -10
- package/esm/dictionary/2.3.1/segments/ACC.js +0 -18
- package/esm/dictionary/2.3.1/segments/ADD.js +0 -9
- package/esm/dictionary/2.3.1/segments/AIG.js +0 -3
- package/esm/dictionary/2.3.1/segments/AIL.js +0 -15
- package/esm/dictionary/2.3.1/segments/AIP.js +0 -14
- package/esm/dictionary/2.3.1/segments/AIS.js +0 -8
- package/esm/dictionary/2.3.1/segments/AL1.js +0 -47
- package/esm/dictionary/2.3.1/segments/APR.js +0 -3
- package/esm/dictionary/2.3.1/segments/ARQ.js +0 -27
- package/esm/dictionary/2.3.1/segments/AUT.js +0 -7
- package/esm/dictionary/2.3.1/segments/BHS.js +0 -38
- package/esm/dictionary/2.3.1/segments/BLG.js +0 -16
- package/esm/dictionary/2.3.1/segments/BTS.js +0 -15
- package/esm/dictionary/2.3.1/segments/CDM.js +0 -15
- package/esm/dictionary/2.3.1/segments/CM0.js +0 -20
- package/esm/dictionary/2.3.1/segments/CM1.js +0 -8
- package/esm/dictionary/2.3.1/segments/CM2.js +0 -11
- package/esm/dictionary/2.3.1/segments/CSP.js +0 -3
- package/esm/dictionary/2.3.1/segments/CSR.js +0 -28
- package/esm/dictionary/2.3.1/segments/CSS.js +0 -11
- package/esm/dictionary/2.3.1/segments/CTD.js +0 -20
- package/esm/dictionary/2.3.1/segments/CTI.js +0 -3
- package/esm/dictionary/2.3.1/segments/DB1.js +0 -24
- package/esm/dictionary/2.3.1/segments/DG1.js +0 -39
- package/esm/dictionary/2.3.1/segments/DRG.js +0 -11
- package/esm/dictionary/2.3.1/segments/DSC.js +0 -8
- package/esm/dictionary/2.3.1/segments/DSP.js +0 -19
- package/esm/dictionary/2.3.1/segments/EQL.js +0 -14
- package/esm/dictionary/2.3.1/segments/ERQ.js +0 -14
- package/esm/dictionary/2.3.1/segments/ERR.js +0 -8
- package/esm/dictionary/2.3.1/segments/EVN.js +0 -26
- package/esm/dictionary/2.3.1/segments/FAC.js +0 -22
- package/esm/dictionary/2.3.1/segments/FHS.js +0 -37
- package/esm/dictionary/2.3.1/segments/FT1.js +0 -72
- package/esm/dictionary/2.3.1/segments/FTS.js +0 -11
- package/esm/dictionary/2.3.1/segments/GOL.js +0 -7
- package/esm/dictionary/2.3.1/segments/GT1.js +0 -76
- package/esm/dictionary/2.3.1/segments/IN1.js +0 -132
- package/esm/dictionary/2.3.1/segments/IN2.js +0 -258
- package/esm/dictionary/2.3.1/segments/IN3.js +0 -146
- package/esm/dictionary/2.3.1/segments/LCC.js +0 -8
- package/esm/dictionary/2.3.1/segments/LCH.js +0 -12
- package/esm/dictionary/2.3.1/segments/LDP.js +0 -22
- package/esm/dictionary/2.3.1/segments/LOC.js +0 -22
- package/esm/dictionary/2.3.1/segments/LRL.js +0 -13
- package/esm/dictionary/2.3.1/segments/MFA.js +0 -46
- package/esm/dictionary/2.3.1/segments/MFE.js +0 -38
- package/esm/dictionary/2.3.1/segments/MRG.js +0 -33
- package/esm/dictionary/2.3.1/segments/MSA.js +0 -27
- package/esm/dictionary/2.3.1/segments/MSH.js +0 -63
- package/esm/dictionary/2.3.1/segments/NCK.js +0 -7
- package/esm/dictionary/2.3.1/segments/NK1.js +0 -127
- package/esm/dictionary/2.3.1/segments/NPU.js +0 -12
- package/esm/dictionary/2.3.1/segments/NSC.js +0 -37
- package/esm/dictionary/2.3.1/segments/NST.js +0 -45
- package/esm/dictionary/2.3.1/segments/NTE.js +0 -22
- package/esm/dictionary/2.3.1/segments/OBR.js +0 -159
- package/esm/dictionary/2.3.1/segments/OBX.js +0 -78
- package/esm/dictionary/2.3.1/segments/ODS.js +0 -34
- package/esm/dictionary/2.3.1/segments/ODT.js +0 -24
- package/esm/dictionary/2.3.1/segments/OM1.js +0 -193
- package/esm/dictionary/2.3.1/segments/OM2.js +0 -48
- package/esm/dictionary/2.3.1/segments/OM3.js +0 -40
- package/esm/dictionary/2.3.1/segments/OM4.js +0 -68
- package/esm/dictionary/2.3.1/segments/OM5.js +0 -18
- package/esm/dictionary/2.3.1/segments/OM6.js +0 -14
- package/esm/dictionary/2.3.1/segments/ORC.js +0 -125
- package/esm/dictionary/2.3.1/segments/PCR.js +0 -20
- package/esm/dictionary/2.3.1/segments/PD1.js +0 -21
- package/esm/dictionary/2.3.1/segments/PDC.js +0 -17
- package/esm/dictionary/2.3.1/segments/PEO.js +0 -17
- package/esm/dictionary/2.3.1/segments/PES.js +0 -11
- package/esm/dictionary/2.3.1/segments/PID.js +0 -121
- package/esm/dictionary/2.3.1/segments/PR1.js +0 -40
- package/esm/dictionary/2.3.1/segments/PRA.js +0 -61
- package/esm/dictionary/2.3.1/segments/PRC.js +0 -25
- package/esm/dictionary/2.3.1/segments/PRD.js +0 -25
- package/esm/dictionary/2.3.1/segments/PSH.js +0 -3
- package/esm/dictionary/2.3.1/segments/PTH.js +0 -10
- package/esm/dictionary/2.3.1/segments/PV1.js +0 -190
- package/esm/dictionary/2.3.1/segments/PV2.js +0 -79
- package/esm/dictionary/2.3.1/segments/QAK.js +0 -10
- package/esm/dictionary/2.3.1/segments/QRD.js +0 -44
- package/esm/dictionary/2.3.1/segments/QRF.js +0 -41
- package/esm/dictionary/2.3.1/segments/RDF.js +0 -3
- package/esm/dictionary/2.3.1/segments/RDT.js +0 -9
- package/esm/dictionary/2.3.1/segments/RF1.js +0 -3
- package/esm/dictionary/2.3.1/segments/RGS.js +0 -3
- package/esm/dictionary/2.3.1/segments/ROL.js +0 -15
- package/esm/dictionary/2.3.1/segments/RQ1.js +0 -54
- package/esm/dictionary/2.3.1/segments/RQD.js +0 -75
- package/esm/dictionary/2.3.1/segments/RXA.js +0 -86
- package/esm/dictionary/2.3.1/segments/RXC.js +0 -33
- package/esm/dictionary/2.3.1/segments/RXD.js +0 -105
- package/esm/dictionary/2.3.1/segments/RXE.js +0 -168
- package/esm/dictionary/2.3.1/segments/RXG.js +0 -113
- package/esm/dictionary/2.3.1/segments/RXO.js +0 -134
- package/esm/dictionary/2.3.1/segments/RXR.js +0 -40
- package/esm/dictionary/2.3.1/segments/SCH.js +0 -37
- package/esm/dictionary/2.3.1/segments/SPR.js +0 -14
- package/esm/dictionary/2.3.1/segments/STF.js +0 -125
- package/esm/dictionary/2.3.1/segments/TXA.js +0 -19
- package/esm/dictionary/2.3.1/segments/UB1.js +0 -72
- package/esm/dictionary/2.3.1/segments/UB2.js +0 -103
- package/esm/dictionary/2.3.1/segments/URD.js +0 -22
- package/esm/dictionary/2.3.1/segments/URS.js +0 -40
- package/esm/dictionary/2.3.1/segments/VAR.js +0 -8
- package/esm/dictionary/2.3.1/segments/VTQ.js +0 -8
- package/esm/dictionary/2.3.1/segments/index.js +0 -108
- package/esm/dictionary/2.3.1/types/AD.js +0 -21
- package/esm/dictionary/2.3.1/types/AUI.js +0 -23
- package/esm/dictionary/2.3.1/types/CCD.js +0 -17
- package/esm/dictionary/2.3.1/types/CCP.js +0 -23
- package/esm/dictionary/2.3.1/types/CD.js +0 -19
- package/esm/dictionary/2.3.1/types/CE.js +0 -10
- package/esm/dictionary/2.3.1/types/CF.js +0 -10
- package/esm/dictionary/2.3.1/types/CK.js +0 -15
- package/esm/dictionary/2.3.1/types/CN.js +0 -31
- package/esm/dictionary/2.3.1/types/CNE.js +0 -13
- package/esm/dictionary/2.3.1/types/CNS.js +0 -71
- package/esm/dictionary/2.3.1/types/CP.js +0 -11
- package/esm/dictionary/2.3.1/types/CSU.js +0 -47
- package/esm/dictionary/2.3.1/types/CWE.js +0 -59
- package/esm/dictionary/2.3.1/types/DDI.js +0 -23
- package/esm/dictionary/2.3.1/types/DIN.js +0 -17
- package/esm/dictionary/2.3.1/types/DLD.js +0 -17
- package/esm/dictionary/2.3.1/types/DLT.js +0 -29
- package/esm/dictionary/2.3.1/types/DR.js +0 -3
- package/esm/dictionary/2.3.1/types/DTN.js +0 -17
- package/esm/dictionary/2.3.1/types/ED.js +0 -13
- package/esm/dictionary/2.3.1/types/EI.js +0 -10
- package/esm/dictionary/2.3.1/types/EIP.js +0 -17
- package/esm/dictionary/2.3.1/types/ELD.js +0 -29
- package/esm/dictionary/2.3.1/types/FC.js +0 -7
- package/esm/dictionary/2.3.1/types/FN.js +0 -17
- package/esm/dictionary/2.3.1/types/HD.js +0 -10
- package/esm/dictionary/2.3.1/types/JCC.js +0 -11
- package/esm/dictionary/2.3.1/types/LA1.js +0 -59
- package/esm/dictionary/2.3.1/types/LA2.js +0 -101
- package/esm/dictionary/2.3.1/types/MOC.js +0 -17
- package/esm/dictionary/2.3.1/types/MOP.js +0 -17
- package/esm/dictionary/2.3.1/types/MSG.js +0 -23
- package/esm/dictionary/2.3.1/types/NDL.js +0 -71
- package/esm/dictionary/2.3.1/types/NR.js +0 -17
- package/esm/dictionary/2.3.1/types/OCD.js +0 -17
- package/esm/dictionary/2.3.1/types/OSD.js +0 -71
- package/esm/dictionary/2.3.1/types/OSP.js +0 -23
- package/esm/dictionary/2.3.1/types/PCF.js +0 -23
- package/esm/dictionary/2.3.1/types/PI.js +0 -23
- package/esm/dictionary/2.3.1/types/PIP.js +0 -35
- package/esm/dictionary/2.3.1/types/PL.js +0 -13
- package/esm/dictionary/2.3.1/types/PLN.js +0 -29
- package/esm/dictionary/2.3.1/types/PN.js +0 -41
- package/esm/dictionary/2.3.1/types/PPN.js +0 -20
- package/esm/dictionary/2.3.1/types/PRL.js +0 -23
- package/esm/dictionary/2.3.1/types/PT.js +0 -10
- package/esm/dictionary/2.3.1/types/PTA.js +0 -23
- package/esm/dictionary/2.3.1/types/QSC.js +0 -7
- package/esm/dictionary/2.3.1/types/RCD.js +0 -7
- package/esm/dictionary/2.3.1/types/RFR.js +0 -47
- package/esm/dictionary/2.3.1/types/RMC.js +0 -23
- package/esm/dictionary/2.3.1/types/SCV.js +0 -7
- package/esm/dictionary/2.3.1/types/SI.js +0 -3
- package/esm/dictionary/2.3.1/types/SPD.js +0 -29
- package/esm/dictionary/2.3.1/types/SPS.js +0 -47
- package/esm/dictionary/2.3.1/types/TQ.js +0 -74
- package/esm/dictionary/2.3.1/types/UVC.js +0 -17
- package/esm/dictionary/2.3.1/types/VID.js +0 -23
- package/esm/dictionary/2.3.1/types/VR.js +0 -17
- package/esm/dictionary/2.3.1/types/WVI.js +0 -17
- package/esm/dictionary/2.3.1/types/WVS.js +0 -17
- package/esm/dictionary/2.3.1/types/XAD.js +0 -10
- package/esm/dictionary/2.3.1/types/XCN.js +0 -27
- package/esm/dictionary/2.3.1/types/XON.js +0 -11
- package/esm/dictionary/2.3.1/types/XPN.js +0 -11
- package/esm/dictionary/2.3.1/types/index.js +0 -66
- package/esm/dictionary/2.4/dictionary.js +0 -10
- package/esm/dictionary/2.4/index.js +0 -3
- package/esm/dictionary/2.4/patches.js +0 -8
- package/esm/dictionary/2.4/segments/ABS.js +0 -112
- package/esm/dictionary/2.4/segments/ACC.js +0 -76
- package/esm/dictionary/2.4/segments/ADD.js +0 -10
- package/esm/dictionary/2.4/segments/AFF.js +0 -40
- package/esm/dictionary/2.4/segments/AIG.js +0 -106
- package/esm/dictionary/2.4/segments/AIL.js +0 -88
- package/esm/dictionary/2.4/segments/AIP.js +0 -89
- package/esm/dictionary/2.4/segments/AIS.js +0 -94
- package/esm/dictionary/2.4/segments/AL1.js +0 -27
- package/esm/dictionary/2.4/segments/APR.js +0 -43
- package/esm/dictionary/2.4/segments/ARQ.js +0 -176
- package/esm/dictionary/2.4/segments/AUT.js +0 -76
- package/esm/dictionary/2.4/segments/BHS.js +0 -78
- package/esm/dictionary/2.4/segments/BLC.js +0 -20
- package/esm/dictionary/2.4/segments/BLG.js +0 -23
- package/esm/dictionary/2.4/segments/BTS.js +0 -22
- package/esm/dictionary/2.4/segments/CDM.js +0 -99
- package/esm/dictionary/2.4/segments/CM0.js +0 -77
- package/esm/dictionary/2.4/segments/CM1.js +0 -25
- package/esm/dictionary/2.4/segments/CM2.js +0 -32
- package/esm/dictionary/2.4/segments/CNS.js +0 -47
- package/esm/dictionary/2.4/segments/CSP.js +0 -33
- package/esm/dictionary/2.4/segments/CSR.js +0 -108
- package/esm/dictionary/2.4/segments/CSS.js +0 -24
- package/esm/dictionary/2.4/segments/CTD.js +0 -55
- package/esm/dictionary/2.4/segments/CTI.js +0 -26
- package/esm/dictionary/2.4/segments/DB1.js +0 -56
- package/esm/dictionary/2.4/segments/DG1.js +0 -136
- package/esm/dictionary/2.4/segments/DRG.js +0 -88
- package/esm/dictionary/2.4/segments/DSC.js +0 -18
- package/esm/dictionary/2.4/segments/DSP.js +0 -35
- package/esm/dictionary/2.4/segments/ECD.js +0 -42
- package/esm/dictionary/2.4/segments/ECR.js +0 -27
- package/esm/dictionary/2.4/segments/EDU.js +0 -63
- package/esm/dictionary/2.4/segments/EQL.js +0 -33
- package/esm/dictionary/2.4/segments/EQP.js +0 -41
- package/esm/dictionary/2.4/segments/EQU.js +0 -43
- package/esm/dictionary/2.4/segments/ERQ.js +0 -23
- package/esm/dictionary/2.4/segments/ERR.js +0 -10
- package/esm/dictionary/2.4/segments/EVN.js +0 -46
- package/esm/dictionary/2.4/segments/FAC.js +0 -84
- package/esm/dictionary/2.4/segments/FHS.js +0 -78
- package/esm/dictionary/2.4/segments/FT1.js +0 -171
- package/esm/dictionary/2.4/segments/FTS.js +0 -16
- package/esm/dictionary/2.4/segments/GOL.js +0 -152
- package/esm/dictionary/2.4/segments/GP1.js +0 -44
- package/esm/dictionary/2.4/segments/GP2.js +0 -112
- package/esm/dictionary/2.4/segments/GT1.js +0 -397
- package/esm/dictionary/2.4/segments/IAM.js +0 -152
- package/esm/dictionary/2.4/segments/IN1.js +0 -317
- package/esm/dictionary/2.4/segments/IN2.js +0 -407
- package/esm/dictionary/2.4/segments/IN3.js +0 -104
- package/esm/dictionary/2.4/segments/INV.js +0 -136
- package/esm/dictionary/2.4/segments/ISD.js +0 -28
- package/esm/dictionary/2.4/segments/LAN.js +0 -36
- package/esm/dictionary/2.4/segments/LCC.js +0 -35
- package/esm/dictionary/2.4/segments/LCH.js +0 -40
- package/esm/dictionary/2.4/segments/LDP.js +0 -89
- package/esm/dictionary/2.4/segments/LOC.js +0 -65
- package/esm/dictionary/2.4/segments/LRL.js +0 -46
- package/esm/dictionary/2.4/segments/MFA.js +0 -22
- package/esm/dictionary/2.4/segments/MFE.js +0 -14
- package/esm/dictionary/2.4/segments/MFI.js +0 -50
- package/esm/dictionary/2.4/segments/MRG.js +0 -46
- package/esm/dictionary/2.4/segments/MSA.js +0 -41
- package/esm/dictionary/2.4/segments/MSH.js +0 -119
- package/esm/dictionary/2.4/segments/NCK.js +0 -11
- package/esm/dictionary/2.4/segments/NDS.js +0 -34
- package/esm/dictionary/2.4/segments/NK1.js +0 -225
- package/esm/dictionary/2.4/segments/NPU.js +0 -17
- package/esm/dictionary/2.4/segments/NSC.js +0 -57
- package/esm/dictionary/2.4/segments/NST.js +0 -98
- package/esm/dictionary/2.4/segments/NTE.js +0 -26
- package/esm/dictionary/2.4/segments/OBR.js +0 -274
- package/esm/dictionary/2.4/segments/OBX.js +0 -109
- package/esm/dictionary/2.4/segments/ODS.js +0 -11
- package/esm/dictionary/2.4/segments/ODT.js +0 -15
- package/esm/dictionary/2.4/segments/OM1.js +0 -260
- package/esm/dictionary/2.4/segments/OM2.js +0 -56
- package/esm/dictionary/2.4/segments/OM3.js +0 -39
- package/esm/dictionary/2.4/segments/OM4.js +0 -74
- package/esm/dictionary/2.4/segments/OM5.js +0 -21
- package/esm/dictionary/2.4/segments/OM6.js +0 -15
- package/esm/dictionary/2.4/segments/OM7.js +0 -182
- package/esm/dictionary/2.4/segments/ORC.js +0 -121
- package/esm/dictionary/2.4/segments/ORG.js +0 -98
- package/esm/dictionary/2.4/segments/PCR.js +0 -174
- package/esm/dictionary/2.4/segments/PD1.js +0 -161
- package/esm/dictionary/2.4/segments/PDA.js +0 -71
- package/esm/dictionary/2.4/segments/PDC.js +0 -107
- package/esm/dictionary/2.4/segments/PEO.js +0 -186
- package/esm/dictionary/2.4/segments/PES.js +0 -97
- package/esm/dictionary/2.4/segments/PID.js +0 -229
- package/esm/dictionary/2.4/segments/PR1.js +0 -127
- package/esm/dictionary/2.4/segments/PRA.js +0 -51
- package/esm/dictionary/2.4/segments/PRB.js +0 -181
- package/esm/dictionary/2.4/segments/PRC.js +0 -133
- package/esm/dictionary/2.4/segments/PRD.js +0 -65
- package/esm/dictionary/2.4/segments/PSH.js +0 -105
- package/esm/dictionary/2.4/segments/PTH.js +0 -46
- package/esm/dictionary/2.4/segments/PV1.js +0 -315
- package/esm/dictionary/2.4/segments/PV2.js +0 -313
- package/esm/dictionary/2.4/segments/QAK.js +0 -46
- package/esm/dictionary/2.4/segments/QID.js +0 -20
- package/esm/dictionary/2.4/segments/QPD.js +0 -27
- package/esm/dictionary/2.4/segments/QRD.js +0 -80
- package/esm/dictionary/2.4/segments/QRF.js +0 -58
- package/esm/dictionary/2.4/segments/QRI.js +0 -28
- package/esm/dictionary/2.4/segments/RCP.js +0 -58
- package/esm/dictionary/2.4/segments/RDF.js +0 -20
- package/esm/dictionary/2.4/segments/RDT.js +0 -10
- package/esm/dictionary/2.4/segments/RF1.js +0 -88
- package/esm/dictionary/2.4/segments/RGS.js +0 -27
- package/esm/dictionary/2.4/segments/RMI.js +0 -28
- package/esm/dictionary/2.4/segments/ROL.js +0 -88
- package/esm/dictionary/2.4/segments/RQ1.js +0 -18
- package/esm/dictionary/2.4/segments/RQD.js +0 -22
- package/esm/dictionary/2.4/segments/RXA.js +0 -106
- package/esm/dictionary/2.4/segments/RXC.js +0 -32
- package/esm/dictionary/2.4/segments/RXD.js +0 -126
- package/esm/dictionary/2.4/segments/RXE.js +0 -114
- package/esm/dictionary/2.4/segments/RXG.js +0 -84
- package/esm/dictionary/2.4/segments/RXO.js +0 -87
- package/esm/dictionary/2.4/segments/RXR.js +0 -25
- package/esm/dictionary/2.4/segments/SAC.js +0 -325
- package/esm/dictionary/2.4/segments/SCH.js +0 -187
- package/esm/dictionary/2.4/segments/SID.js +0 -34
- package/esm/dictionary/2.4/segments/SPR.js +0 -31
- package/esm/dictionary/2.4/segments/STF.js +0 -145
- package/esm/dictionary/2.4/segments/TCC.js +0 -107
- package/esm/dictionary/2.4/segments/TCD.js +0 -64
- package/esm/dictionary/2.4/segments/TXA.js +0 -168
- package/esm/dictionary/2.4/segments/UB1.js +0 -146
- package/esm/dictionary/2.4/segments/UB2.js +0 -60
- package/esm/dictionary/2.4/segments/URD.js +0 -51
- package/esm/dictionary/2.4/segments/URS.js +0 -51
- package/esm/dictionary/2.4/segments/VAR.js +0 -46
- package/esm/dictionary/2.4/segments/VTQ.js +0 -40
- package/esm/dictionary/2.4/segments/index.js +0 -138
- package/esm/dictionary/2.4/types/AD.js +0 -42
- package/esm/dictionary/2.4/types/AUI.js +0 -7
- package/esm/dictionary/2.4/types/CD.js +0 -36
- package/esm/dictionary/2.4/types/CE.js +0 -39
- package/esm/dictionary/2.4/types/CF.js +0 -41
- package/esm/dictionary/2.4/types/CK.js +0 -24
- package/esm/dictionary/2.4/types/CN.js +0 -40
- package/esm/dictionary/2.4/types/CNE.js +0 -56
- package/esm/dictionary/2.4/types/CNN.js +0 -71
- package/esm/dictionary/2.4/types/CP.js +0 -40
- package/esm/dictionary/2.4/types/CQ.js +0 -17
- package/esm/dictionary/2.4/types/CWE.js +0 -10
- package/esm/dictionary/2.4/types/CX.js +0 -54
- package/esm/dictionary/2.4/types/DLD.js +0 -7
- package/esm/dictionary/2.4/types/DLN.js +0 -23
- package/esm/dictionary/2.4/types/DR.js +0 -16
- package/esm/dictionary/2.4/types/DT.js +0 -3
- package/esm/dictionary/2.4/types/DTM.js +0 -3
- package/esm/dictionary/2.4/types/ED.js +0 -35
- package/esm/dictionary/2.4/types/EI.js +0 -29
- package/esm/dictionary/2.4/types/FC.js +0 -17
- package/esm/dictionary/2.4/types/FN.js +0 -29
- package/esm/dictionary/2.4/types/FT.js +0 -3
- package/esm/dictionary/2.4/types/HD.js +0 -23
- package/esm/dictionary/2.4/types/ID.js +0 -3
- package/esm/dictionary/2.4/types/IS.js +0 -3
- package/esm/dictionary/2.4/types/JCC.js +0 -16
- package/esm/dictionary/2.4/types/MA.js +0 -41
- package/esm/dictionary/2.4/types/MO.js +0 -17
- package/esm/dictionary/2.4/types/NA.js +0 -29
- package/esm/dictionary/2.4/types/NDL.js +0 -7
- package/esm/dictionary/2.4/types/NM.js +0 -3
- package/esm/dictionary/2.4/types/OCD.js +0 -7
- package/esm/dictionary/2.4/types/PL.js +0 -56
- package/esm/dictionary/2.4/types/PN.js +0 -10
- package/esm/dictionary/2.4/types/PPN.js +0 -110
- package/esm/dictionary/2.4/types/PT.js +0 -15
- package/esm/dictionary/2.4/types/QIP.js +0 -17
- package/esm/dictionary/2.4/types/QSC.js +0 -28
- package/esm/dictionary/2.4/types/RCD.js +0 -22
- package/esm/dictionary/2.4/types/RFR.js +0 -7
- package/esm/dictionary/2.4/types/RI.js +0 -17
- package/esm/dictionary/2.4/types/RP.js +0 -29
- package/esm/dictionary/2.4/types/SAD.js +0 -23
- package/esm/dictionary/2.4/types/SCV.js +0 -17
- package/esm/dictionary/2.4/types/SN.js +0 -29
- package/esm/dictionary/2.4/types/SRT.js +0 -17
- package/esm/dictionary/2.4/types/ST.js +0 -3
- package/esm/dictionary/2.4/types/TM.js +0 -3
- package/esm/dictionary/2.4/types/TN.js +0 -3
- package/esm/dictionary/2.4/types/TQ.js +0 -17
- package/esm/dictionary/2.4/types/TS.js +0 -11
- package/esm/dictionary/2.4/types/TX.js +0 -3
- package/esm/dictionary/2.4/types/VARIES.js +0 -3
- package/esm/dictionary/2.4/types/VH.js +0 -29
- package/esm/dictionary/2.4/types/WVS.js +0 -3
- package/esm/dictionary/2.4/types/XAD.js +0 -71
- package/esm/dictionary/2.4/types/XCN.js +0 -101
- package/esm/dictionary/2.4/types/XON.js +0 -52
- package/esm/dictionary/2.4/types/XPN.js +0 -69
- package/esm/dictionary/2.4/types/XTN.js +0 -59
- package/esm/dictionary/2.4/types/index.js +0 -61
- package/esm/dictionary/2.5/index.js +0 -10
- package/esm/dictionary/2.5/segments/ACC.js +0 -23
- package/esm/dictionary/2.5/segments/ADD.js +0 -8
- package/esm/dictionary/2.5/segments/AFF.js +0 -7
- package/esm/dictionary/2.5/segments/AIL.js +0 -16
- package/esm/dictionary/2.5/segments/AIP.js +0 -18
- package/esm/dictionary/2.5/segments/AIS.js +0 -3
- package/esm/dictionary/2.5/segments/AL1.js +0 -39
- package/esm/dictionary/2.5/segments/ARQ.js +0 -22
- package/esm/dictionary/2.5/segments/AUT.js +0 -7
- package/esm/dictionary/2.5/segments/BHS.js +0 -45
- package/esm/dictionary/2.5/segments/BLC.js +0 -7
- package/esm/dictionary/2.5/segments/BLG.js +0 -23
- package/esm/dictionary/2.5/segments/BPO.js +0 -106
- package/esm/dictionary/2.5/segments/BPX.js +0 -155
- package/esm/dictionary/2.5/segments/BTS.js +0 -14
- package/esm/dictionary/2.5/segments/BTX.js +0 -143
- package/esm/dictionary/2.5/segments/CDM.js +0 -16
- package/esm/dictionary/2.5/segments/CER.js +0 -231
- package/esm/dictionary/2.5/segments/CM0.js +0 -20
- package/esm/dictionary/2.5/segments/CM1.js +0 -7
- package/esm/dictionary/2.5/segments/CM2.js +0 -7
- package/esm/dictionary/2.5/segments/CSR.js +0 -27
- package/esm/dictionary/2.5/segments/CSS.js +0 -10
- package/esm/dictionary/2.5/segments/CTD.js +0 -7
- package/esm/dictionary/2.5/segments/DB1.js +0 -26
- package/esm/dictionary/2.5/segments/DG1.js +0 -48
- package/esm/dictionary/2.5/segments/DRG.js +0 -7
- package/esm/dictionary/2.5/segments/DSC.js +0 -8
- package/esm/dictionary/2.5/segments/DSP.js +0 -19
- package/esm/dictionary/2.5/segments/ECD.js +0 -7
- package/esm/dictionary/2.5/segments/ECR.js +0 -7
- package/esm/dictionary/2.5/segments/EDU.js +0 -14
- package/esm/dictionary/2.5/segments/EQL.js +0 -7
- package/esm/dictionary/2.5/segments/ERQ.js +0 -14
- package/esm/dictionary/2.5/segments/ERR.js +0 -93
- package/esm/dictionary/2.5/segments/EVN.js +0 -28
- package/esm/dictionary/2.5/segments/FAC.js +0 -18
- package/esm/dictionary/2.5/segments/FHS.js +0 -45
- package/esm/dictionary/2.5/segments/FT1.js +0 -108
- package/esm/dictionary/2.5/segments/FTS.js +0 -11
- package/esm/dictionary/2.5/segments/GOL.js +0 -7
- package/esm/dictionary/2.5/segments/GP2.js +0 -10
- package/esm/dictionary/2.5/segments/GT1.js +0 -72
- package/esm/dictionary/2.5/segments/IAM.js +0 -9
- package/esm/dictionary/2.5/segments/IIM.js +0 -112
- package/esm/dictionary/2.5/segments/IN1.js +0 -146
- package/esm/dictionary/2.5/segments/IN2.js +0 -240
- package/esm/dictionary/2.5/segments/IN3.js +0 -136
- package/esm/dictionary/2.5/segments/INV.js +0 -18
- package/esm/dictionary/2.5/segments/IPC.js +0 -68
- package/esm/dictionary/2.5/segments/LAN.js +0 -7
- package/esm/dictionary/2.5/segments/LCC.js +0 -7
- package/esm/dictionary/2.5/segments/LCH.js +0 -8
- package/esm/dictionary/2.5/segments/LDP.js +0 -21
- package/esm/dictionary/2.5/segments/LOC.js +0 -21
- package/esm/dictionary/2.5/segments/LRL.js +0 -11
- package/esm/dictionary/2.5/segments/MFA.js +0 -42
- package/esm/dictionary/2.5/segments/MFE.js +0 -38
- package/esm/dictionary/2.5/segments/MFI.js +0 -7
- package/esm/dictionary/2.5/segments/MRG.js +0 -23
- package/esm/dictionary/2.5/segments/MSA.js +0 -25
- package/esm/dictionary/2.5/segments/MSH.js +0 -78
- package/esm/dictionary/2.5/segments/NCK.js +0 -8
- package/esm/dictionary/2.5/segments/NK1.js +0 -124
- package/esm/dictionary/2.5/segments/NPU.js +0 -12
- package/esm/dictionary/2.5/segments/NSC.js +0 -34
- package/esm/dictionary/2.5/segments/NST.js +0 -42
- package/esm/dictionary/2.5/segments/NTE.js +0 -21
- package/esm/dictionary/2.5/segments/OBR.js +0 -167
- package/esm/dictionary/2.5/segments/OBX.js +0 -70
- package/esm/dictionary/2.5/segments/ODS.js +0 -31
- package/esm/dictionary/2.5/segments/ODT.js +0 -22
- package/esm/dictionary/2.5/segments/OM1.js +0 -188
- package/esm/dictionary/2.5/segments/OM2.js +0 -46
- package/esm/dictionary/2.5/segments/OM3.js +0 -37
- package/esm/dictionary/2.5/segments/OM4.js +0 -65
- package/esm/dictionary/2.5/segments/OM5.js +0 -16
- package/esm/dictionary/2.5/segments/OM6.js +0 -14
- package/esm/dictionary/2.5/segments/OM7.js +0 -7
- package/esm/dictionary/2.5/segments/ORC.js +0 -153
- package/esm/dictionary/2.5/segments/ORG.js +0 -13
- package/esm/dictionary/2.5/segments/OVR.js +0 -42
- package/esm/dictionary/2.5/segments/PCR.js +0 -21
- package/esm/dictionary/2.5/segments/PD1.js +0 -20
- package/esm/dictionary/2.5/segments/PDA.js +0 -3
- package/esm/dictionary/2.5/segments/PDC.js +0 -16
- package/esm/dictionary/2.5/segments/PEO.js +0 -10
- package/esm/dictionary/2.5/segments/PES.js +0 -13
- package/esm/dictionary/2.5/segments/PID.js +0 -126
- package/esm/dictionary/2.5/segments/PR1.js +0 -52
- package/esm/dictionary/2.5/segments/PRA.js +0 -62
- package/esm/dictionary/2.5/segments/PRC.js +0 -21
- package/esm/dictionary/2.5/segments/PRD.js +0 -19
- package/esm/dictionary/2.5/segments/PSH.js +0 -10
- package/esm/dictionary/2.5/segments/PTH.js +0 -10
- package/esm/dictionary/2.5/segments/PV1.js +0 -188
- package/esm/dictionary/2.5/segments/PV2.js +0 -89
- package/esm/dictionary/2.5/segments/QAK.js +0 -16
- package/esm/dictionary/2.5/segments/QRD.js +0 -43
- package/esm/dictionary/2.5/segments/QRF.js +0 -41
- package/esm/dictionary/2.5/segments/RDT.js +0 -8
- package/esm/dictionary/2.5/segments/ROL.js +0 -20
- package/esm/dictionary/2.5/segments/RQ1.js +0 -51
- package/esm/dictionary/2.5/segments/RQD.js +0 -69
- package/esm/dictionary/2.5/segments/RXA.js +0 -109
- package/esm/dictionary/2.5/segments/RXC.js +0 -45
- package/esm/dictionary/2.5/segments/RXD.js +0 -144
- package/esm/dictionary/2.5/segments/RXE.js +0 -248
- package/esm/dictionary/2.5/segments/RXG.js +0 -136
- package/esm/dictionary/2.5/segments/RXO.js +0 -148
- package/esm/dictionary/2.5/segments/RXR.js +0 -41
- package/esm/dictionary/2.5/segments/SAC.js +0 -18
- package/esm/dictionary/2.5/segments/SCH.js +0 -35
- package/esm/dictionary/2.5/segments/SFT.js +0 -47
- package/esm/dictionary/2.5/segments/SPM.js +0 -224
- package/esm/dictionary/2.5/segments/SPR.js +0 -13
- package/esm/dictionary/2.5/segments/STF.js +0 -187
- package/esm/dictionary/2.5/segments/TQ1.js +0 -106
- package/esm/dictionary/2.5/segments/TQ2.js +0 -79
- package/esm/dictionary/2.5/segments/TXA.js +0 -16
- package/esm/dictionary/2.5/segments/UB1.js +0 -76
- package/esm/dictionary/2.5/segments/UB2.js +0 -104
- package/esm/dictionary/2.5/segments/URD.js +0 -22
- package/esm/dictionary/2.5/segments/URS.js +0 -40
- package/esm/dictionary/2.5/segments/VAR.js +0 -7
- package/esm/dictionary/2.5/segments/VTQ.js +0 -7
- package/esm/dictionary/2.5/segments/index.js +0 -126
- package/esm/dictionary/2.5/types/AD.js +0 -40
- package/esm/dictionary/2.5/types/AUI.js +0 -25
- package/esm/dictionary/2.5/types/CCD.js +0 -20
- package/esm/dictionary/2.5/types/CCP.js +0 -26
- package/esm/dictionary/2.5/types/CD.js +0 -29
- package/esm/dictionary/2.5/types/CE.js +0 -30
- package/esm/dictionary/2.5/types/CF.js +0 -31
- package/esm/dictionary/2.5/types/CNE.js +0 -40
- package/esm/dictionary/2.5/types/CNN.js +0 -50
- package/esm/dictionary/2.5/types/CP.js +0 -26
- package/esm/dictionary/2.5/types/CQ.js +0 -11
- package/esm/dictionary/2.5/types/CSU.js +0 -56
- package/esm/dictionary/2.5/types/CWE.js +0 -70
- package/esm/dictionary/2.5/types/CX.js +0 -48
- package/esm/dictionary/2.5/types/DDI.js +0 -26
- package/esm/dictionary/2.5/types/DIN.js +0 -20
- package/esm/dictionary/2.5/types/DLD.js +0 -20
- package/esm/dictionary/2.5/types/DLN.js +0 -17
- package/esm/dictionary/2.5/types/DLT.js +0 -34
- package/esm/dictionary/2.5/types/DR.js +0 -13
- package/esm/dictionary/2.5/types/DTM.js +0 -3
- package/esm/dictionary/2.5/types/DTN.js +0 -20
- package/esm/dictionary/2.5/types/ED.js +0 -27
- package/esm/dictionary/2.5/types/EI.js +0 -20
- package/esm/dictionary/2.5/types/EIP.js +0 -19
- package/esm/dictionary/2.5/types/ELD.js +0 -34
- package/esm/dictionary/2.5/types/ERL.js +0 -47
- package/esm/dictionary/2.5/types/FC.js +0 -13
- package/esm/dictionary/2.5/types/FN.js +0 -27
- package/esm/dictionary/2.5/types/GTS.js +0 -3
- package/esm/dictionary/2.5/types/HD.js +0 -17
- package/esm/dictionary/2.5/types/ICD.js +0 -28
- package/esm/dictionary/2.5/types/JCC.js +0 -20
- package/esm/dictionary/2.5/types/LA1.js +0 -75
- package/esm/dictionary/2.5/types/LA2.js +0 -126
- package/esm/dictionary/2.5/types/MA.js +0 -26
- package/esm/dictionary/2.5/types/MO.js +0 -10
- package/esm/dictionary/2.5/types/MOC.js +0 -19
- package/esm/dictionary/2.5/types/MOP.js +0 -27
- package/esm/dictionary/2.5/types/MSG.js +0 -29
- package/esm/dictionary/2.5/types/NA.js +0 -59
- package/esm/dictionary/2.5/types/NDL.js +0 -88
- package/esm/dictionary/2.5/types/NR.js +0 -19
- package/esm/dictionary/2.5/types/OCD.js +0 -20
- package/esm/dictionary/2.5/types/OSD.js +0 -87
- package/esm/dictionary/2.5/types/OSP.js +0 -27
- package/esm/dictionary/2.5/types/PIP.js +0 -42
- package/esm/dictionary/2.5/types/PL.js +0 -57
- package/esm/dictionary/2.5/types/PLN.js +0 -34
- package/esm/dictionary/2.5/types/PPN.js +0 -115
- package/esm/dictionary/2.5/types/PRL.js +0 -26
- package/esm/dictionary/2.5/types/PT.js +0 -14
- package/esm/dictionary/2.5/types/PTA.js +0 -35
- package/esm/dictionary/2.5/types/QIP.js +0 -13
- package/esm/dictionary/2.5/types/QSC.js +0 -20
- package/esm/dictionary/2.5/types/RCD.js +0 -17
- package/esm/dictionary/2.5/types/RFR.js +0 -55
- package/esm/dictionary/2.5/types/RI.js +0 -11
- package/esm/dictionary/2.5/types/RMC.js +0 -35
- package/esm/dictionary/2.5/types/RP.js +0 -19
- package/esm/dictionary/2.5/types/RPT.js +0 -86
- package/esm/dictionary/2.5/types/SAD.js +0 -14
- package/esm/dictionary/2.5/types/SCV.js +0 -11
- package/esm/dictionary/2.5/types/SI.js +0 -3
- package/esm/dictionary/2.5/types/SN.js +0 -17
- package/esm/dictionary/2.5/types/SPD.js +0 -34
- package/esm/dictionary/2.5/types/SPS.js +0 -58
- package/esm/dictionary/2.5/types/SRT.js +0 -12
- package/esm/dictionary/2.5/types/TQ.js +0 -86
- package/esm/dictionary/2.5/types/TS.js +0 -18
- package/esm/dictionary/2.5/types/UVC.js +0 -20
- package/esm/dictionary/2.5/types/VH.js +0 -18
- package/esm/dictionary/2.5/types/VID.js +0 -28
- package/esm/dictionary/2.5/types/VR.js +0 -19
- package/esm/dictionary/2.5/types/WVI.js +0 -19
- package/esm/dictionary/2.5/types/WVS.js +0 -18
- package/esm/dictionary/2.5/types/XAD.js +0 -66
- package/esm/dictionary/2.5/types/XCN.js +0 -117
- package/esm/dictionary/2.5/types/XON.js +0 -52
- package/esm/dictionary/2.5/types/XPN.js +0 -66
- package/esm/dictionary/2.5/types/XTN.js +0 -57
- package/esm/dictionary/2.5/types/index.js +0 -81
- package/esm/dictionary/2.5.1/index.js +0 -10
- package/esm/dictionary/2.5.1/segments/ABS.js +0 -112
- package/esm/dictionary/2.5.1/segments/ACC.js +0 -76
- package/esm/dictionary/2.5.1/segments/ADD.js +0 -10
- package/esm/dictionary/2.5.1/segments/AFF.js +0 -39
- package/esm/dictionary/2.5.1/segments/AIG.js +0 -106
- package/esm/dictionary/2.5.1/segments/AIL.js +0 -87
- package/esm/dictionary/2.5.1/segments/AIP.js +0 -87
- package/esm/dictionary/2.5.1/segments/AIS.js +0 -93
- package/esm/dictionary/2.5.1/segments/AL1.js +0 -24
- package/esm/dictionary/2.5.1/segments/APR.js +0 -43
- package/esm/dictionary/2.5.1/segments/ARQ.js +0 -176
- package/esm/dictionary/2.5.1/segments/AUT.js +0 -76
- package/esm/dictionary/2.5.1/segments/BHS.js +0 -70
- package/esm/dictionary/2.5.1/segments/BLC.js +0 -19
- package/esm/dictionary/2.5.1/segments/BLG.js +0 -23
- package/esm/dictionary/2.5.1/segments/BTS.js +0 -22
- package/esm/dictionary/2.5.1/segments/CDM.js +0 -98
- package/esm/dictionary/2.5.1/segments/CM0.js +0 -76
- package/esm/dictionary/2.5.1/segments/CM1.js +0 -25
- package/esm/dictionary/2.5.1/segments/CM2.js +0 -32
- package/esm/dictionary/2.5.1/segments/CNS.js +0 -47
- package/esm/dictionary/2.5.1/segments/CSP.js +0 -33
- package/esm/dictionary/2.5.1/segments/CSR.js +0 -108
- package/esm/dictionary/2.5.1/segments/CSS.js +0 -24
- package/esm/dictionary/2.5.1/segments/CTD.js +0 -55
- package/esm/dictionary/2.5.1/segments/CTI.js +0 -26
- package/esm/dictionary/2.5.1/segments/DB1.js +0 -55
- package/esm/dictionary/2.5.1/segments/DG1.js +0 -136
- package/esm/dictionary/2.5.1/segments/DRG.js +0 -88
- package/esm/dictionary/2.5.1/segments/DSC.js +0 -18
- package/esm/dictionary/2.5.1/segments/DSP.js +0 -35
- package/esm/dictionary/2.5.1/segments/ECD.js +0 -41
- package/esm/dictionary/2.5.1/segments/ECR.js +0 -26
- package/esm/dictionary/2.5.1/segments/EDU.js +0 -62
- package/esm/dictionary/2.5.1/segments/EQL.js +0 -33
- package/esm/dictionary/2.5.1/segments/EQP.js +0 -41
- package/esm/dictionary/2.5.1/segments/EQU.js +0 -43
- package/esm/dictionary/2.5.1/segments/ERQ.js +0 -22
- package/esm/dictionary/2.5.1/segments/ERR.js +0 -8
- package/esm/dictionary/2.5.1/segments/EVN.js +0 -45
- package/esm/dictionary/2.5.1/segments/FAC.js +0 -84
- package/esm/dictionary/2.5.1/segments/FHS.js +0 -70
- package/esm/dictionary/2.5.1/segments/FT1.js +0 -169
- package/esm/dictionary/2.5.1/segments/FTS.js +0 -16
- package/esm/dictionary/2.5.1/segments/GOL.js +0 -152
- package/esm/dictionary/2.5.1/segments/GP1.js +0 -44
- package/esm/dictionary/2.5.1/segments/GP2.js +0 -110
- package/esm/dictionary/2.5.1/segments/GT1.js +0 -394
- package/esm/dictionary/2.5.1/segments/IAM.js +0 -149
- package/esm/dictionary/2.5.1/segments/IN1.js +0 -316
- package/esm/dictionary/2.5.1/segments/IN2.js +0 -399
- package/esm/dictionary/2.5.1/segments/IN3.js +0 -98
- package/esm/dictionary/2.5.1/segments/INV.js +0 -136
- package/esm/dictionary/2.5.1/segments/ISD.js +0 -28
- package/esm/dictionary/2.5.1/segments/LAN.js +0 -36
- package/esm/dictionary/2.5.1/segments/LCC.js +0 -35
- package/esm/dictionary/2.5.1/segments/LCH.js +0 -40
- package/esm/dictionary/2.5.1/segments/LDP.js +0 -89
- package/esm/dictionary/2.5.1/segments/LOC.js +0 -65
- package/esm/dictionary/2.5.1/segments/LRL.js +0 -46
- package/esm/dictionary/2.5.1/segments/MFA.js +0 -22
- package/esm/dictionary/2.5.1/segments/MFE.js +0 -14
- package/esm/dictionary/2.5.1/segments/MFI.js +0 -50
- package/esm/dictionary/2.5.1/segments/MRG.js +0 -45
- package/esm/dictionary/2.5.1/segments/MSA.js +0 -39
- package/esm/dictionary/2.5.1/segments/MSH.js +0 -111
- package/esm/dictionary/2.5.1/segments/NCK.js +0 -10
- package/esm/dictionary/2.5.1/segments/NDS.js +0 -34
- package/esm/dictionary/2.5.1/segments/NK1.js +0 -224
- package/esm/dictionary/2.5.1/segments/NPU.js +0 -16
- package/esm/dictionary/2.5.1/segments/NSC.js +0 -57
- package/esm/dictionary/2.5.1/segments/NST.js +0 -98
- package/esm/dictionary/2.5.1/segments/NTE.js +0 -26
- package/esm/dictionary/2.5.1/segments/OBR.js +0 -278
- package/esm/dictionary/2.5.1/segments/OBX.js +0 -143
- package/esm/dictionary/2.5.1/segments/ODS.js +0 -11
- package/esm/dictionary/2.5.1/segments/ODT.js +0 -15
- package/esm/dictionary/2.5.1/segments/OM1.js +0 -254
- package/esm/dictionary/2.5.1/segments/OM2.js +0 -53
- package/esm/dictionary/2.5.1/segments/OM3.js +0 -36
- package/esm/dictionary/2.5.1/segments/OM4.js +0 -73
- package/esm/dictionary/2.5.1/segments/OM5.js +0 -20
- package/esm/dictionary/2.5.1/segments/OM6.js +0 -13
- package/esm/dictionary/2.5.1/segments/OM7.js +0 -181
- package/esm/dictionary/2.5.1/segments/ORC.js +0 -127
- package/esm/dictionary/2.5.1/segments/ORG.js +0 -95
- package/esm/dictionary/2.5.1/segments/PCR.js +0 -170
- package/esm/dictionary/2.5.1/segments/PD1.js +0 -160
- package/esm/dictionary/2.5.1/segments/PDA.js +0 -70
- package/esm/dictionary/2.5.1/segments/PDC.js +0 -107
- package/esm/dictionary/2.5.1/segments/PEO.js +0 -186
- package/esm/dictionary/2.5.1/segments/PES.js +0 -96
- package/esm/dictionary/2.5.1/segments/PID.js +0 -226
- package/esm/dictionary/2.5.1/segments/PR1.js +0 -127
- package/esm/dictionary/2.5.1/segments/PRA.js +0 -48
- package/esm/dictionary/2.5.1/segments/PRB.js +0 -181
- package/esm/dictionary/2.5.1/segments/PRC.js +0 -133
- package/esm/dictionary/2.5.1/segments/PRD.js +0 -65
- package/esm/dictionary/2.5.1/segments/PSH.js +0 -103
- package/esm/dictionary/2.5.1/segments/PTH.js +0 -46
- package/esm/dictionary/2.5.1/segments/PV1.js +0 -313
- package/esm/dictionary/2.5.1/segments/PV2.js +0 -312
- package/esm/dictionary/2.5.1/segments/QAK.js +0 -45
- package/esm/dictionary/2.5.1/segments/QID.js +0 -20
- package/esm/dictionary/2.5.1/segments/QPD.js +0 -27
- package/esm/dictionary/2.5.1/segments/QRD.js +0 -80
- package/esm/dictionary/2.5.1/segments/QRF.js +0 -57
- package/esm/dictionary/2.5.1/segments/QRI.js +0 -28
- package/esm/dictionary/2.5.1/segments/RCP.js +0 -58
- package/esm/dictionary/2.5.1/segments/RDF.js +0 -20
- package/esm/dictionary/2.5.1/segments/RDT.js +0 -10
- package/esm/dictionary/2.5.1/segments/RF1.js +0 -88
- package/esm/dictionary/2.5.1/segments/RGS.js +0 -27
- package/esm/dictionary/2.5.1/segments/RMI.js +0 -28
- package/esm/dictionary/2.5.1/segments/ROL.js +0 -86
- package/esm/dictionary/2.5.1/segments/RQ1.js +0 -18
- package/esm/dictionary/2.5.1/segments/RQD.js +0 -22
- package/esm/dictionary/2.5.1/segments/RXA.js +0 -105
- package/esm/dictionary/2.5.1/segments/RXC.js +0 -32
- package/esm/dictionary/2.5.1/segments/RXD.js +0 -125
- package/esm/dictionary/2.5.1/segments/RXE.js +0 -109
- package/esm/dictionary/2.5.1/segments/RXG.js +0 -82
- package/esm/dictionary/2.5.1/segments/RXO.js +0 -84
- package/esm/dictionary/2.5.1/segments/RXR.js +0 -25
- package/esm/dictionary/2.5.1/segments/SAC.js +0 -319
- package/esm/dictionary/2.5.1/segments/SCH.js +0 -186
- package/esm/dictionary/2.5.1/segments/SID.js +0 -34
- package/esm/dictionary/2.5.1/segments/SPR.js +0 -31
- package/esm/dictionary/2.5.1/segments/STF.js +0 -137
- package/esm/dictionary/2.5.1/segments/TCC.js +0 -107
- package/esm/dictionary/2.5.1/segments/TCD.js +0 -64
- package/esm/dictionary/2.5.1/segments/TXA.js +0 -168
- package/esm/dictionary/2.5.1/segments/UB1.js +0 -138
- package/esm/dictionary/2.5.1/segments/UB2.js +0 -51
- package/esm/dictionary/2.5.1/segments/URD.js +0 -51
- package/esm/dictionary/2.5.1/segments/URS.js +0 -51
- package/esm/dictionary/2.5.1/segments/VAR.js +0 -46
- package/esm/dictionary/2.5.1/segments/VTQ.js +0 -40
- package/esm/dictionary/2.5.1/segments/index.js +0 -138
- package/esm/dictionary/2.5.1/types/AD.js +0 -41
- package/esm/dictionary/2.5.1/types/AUI.js +0 -7
- package/esm/dictionary/2.5.1/types/CD.js +0 -34
- package/esm/dictionary/2.5.1/types/CE.js +0 -35
- package/esm/dictionary/2.5.1/types/CF.js +0 -34
- package/esm/dictionary/2.5.1/types/CNE.js +0 -52
- package/esm/dictionary/2.5.1/types/CNN.js +0 -62
- package/esm/dictionary/2.5.1/types/CP.js +0 -39
- package/esm/dictionary/2.5.1/types/CQ.js +0 -16
- package/esm/dictionary/2.5.1/types/CX.js +0 -50
- package/esm/dictionary/2.5.1/types/DLN.js +0 -20
- package/esm/dictionary/2.5.1/types/DR.js +0 -14
- package/esm/dictionary/2.5.1/types/DT.js +0 -3
- package/esm/dictionary/2.5.1/types/ED.js +0 -30
- package/esm/dictionary/2.5.1/types/EI.js +0 -27
- package/esm/dictionary/2.5.1/types/FC.js +0 -15
- package/esm/dictionary/2.5.1/types/FN.js +0 -27
- package/esm/dictionary/2.5.1/types/FT.js +0 -3
- package/esm/dictionary/2.5.1/types/HD.js +0 -21
- package/esm/dictionary/2.5.1/types/ID.js +0 -3
- package/esm/dictionary/2.5.1/types/IS.js +0 -3
- package/esm/dictionary/2.5.1/types/JCC.js +0 -16
- package/esm/dictionary/2.5.1/types/MA.js +0 -37
- package/esm/dictionary/2.5.1/types/MO.js +0 -17
- package/esm/dictionary/2.5.1/types/NA.js +0 -28
- package/esm/dictionary/2.5.1/types/NDL.js +0 -7
- package/esm/dictionary/2.5.1/types/NM.js +0 -3
- package/esm/dictionary/2.5.1/types/PL.js +0 -54
- package/esm/dictionary/2.5.1/types/PPN.js +0 -105
- package/esm/dictionary/2.5.1/types/PT.js +0 -15
- package/esm/dictionary/2.5.1/types/QIP.js +0 -14
- package/esm/dictionary/2.5.1/types/QSC.js +0 -27
- package/esm/dictionary/2.5.1/types/RCD.js +0 -20
- package/esm/dictionary/2.5.1/types/RI.js +0 -17
- package/esm/dictionary/2.5.1/types/RP.js +0 -28
- package/esm/dictionary/2.5.1/types/SAD.js +0 -22
- package/esm/dictionary/2.5.1/types/SCV.js +0 -16
- package/esm/dictionary/2.5.1/types/SN.js +0 -28
- package/esm/dictionary/2.5.1/types/SRT.js +0 -16
- package/esm/dictionary/2.5.1/types/ST.js +0 -3
- package/esm/dictionary/2.5.1/types/TM.js +0 -3
- package/esm/dictionary/2.5.1/types/TQ.js +0 -16
- package/esm/dictionary/2.5.1/types/TS.js +0 -8
- package/esm/dictionary/2.5.1/types/TX.js +0 -3
- package/esm/dictionary/2.5.1/types/VARIES.js +0 -3
- package/esm/dictionary/2.5.1/types/VH.js +0 -29
- package/esm/dictionary/2.5.1/types/WVS.js +0 -3
- package/esm/dictionary/2.5.1/types/XAD.js +0 -68
- package/esm/dictionary/2.5.1/types/XCN.js +0 -96
- package/esm/dictionary/2.5.1/types/XON.js +0 -48
- package/esm/dictionary/2.5.1/types/XPN.js +0 -68
- package/esm/dictionary/2.5.1/types/XTN.js +0 -56
- package/esm/dictionary/2.5.1/types/index.js +0 -52
- package/esm/dictionary/2.6/index.js +0 -10
- package/esm/dictionary/2.6/segments/ABS.js +0 -28
- package/esm/dictionary/2.6/segments/ACC.js +0 -27
- package/esm/dictionary/2.6/segments/ADD.js +0 -8
- package/esm/dictionary/2.6/segments/ADJ.js +0 -114
- package/esm/dictionary/2.6/segments/AFF.js +0 -7
- package/esm/dictionary/2.6/segments/AIG.js +0 -28
- package/esm/dictionary/2.6/segments/AIL.js +0 -31
- package/esm/dictionary/2.6/segments/AIP.js +0 -31
- package/esm/dictionary/2.6/segments/AIS.js +0 -28
- package/esm/dictionary/2.6/segments/AL1.js +0 -44
- package/esm/dictionary/2.6/segments/ARQ.js +0 -43
- package/esm/dictionary/2.6/segments/ARV.js +0 -50
- package/esm/dictionary/2.6/segments/AUT.js +0 -23
- package/esm/dictionary/2.6/segments/BHS.js +0 -60
- package/esm/dictionary/2.6/segments/BLC.js +0 -10
- package/esm/dictionary/2.6/segments/BLG.js +0 -23
- package/esm/dictionary/2.6/segments/BPO.js +0 -106
- package/esm/dictionary/2.6/segments/BPX.js +0 -155
- package/esm/dictionary/2.6/segments/BTS.js +0 -14
- package/esm/dictionary/2.6/segments/BTX.js +0 -143
- package/esm/dictionary/2.6/segments/CDM.js +0 -29
- package/esm/dictionary/2.6/segments/CER.js +0 -231
- package/esm/dictionary/2.6/segments/CM0.js +0 -24
- package/esm/dictionary/2.6/segments/CM1.js +0 -11
- package/esm/dictionary/2.6/segments/CM2.js +0 -14
- package/esm/dictionary/2.6/segments/CNS.js +0 -20
- package/esm/dictionary/2.6/segments/CON_.js +0 -192
- package/esm/dictionary/2.6/segments/CSP.js +0 -20
- package/esm/dictionary/2.6/segments/CSR.js +0 -71
- package/esm/dictionary/2.6/segments/CSS.js +0 -18
- package/esm/dictionary/2.6/segments/CTD.js +0 -19
- package/esm/dictionary/2.6/segments/CTI.js +0 -15
- package/esm/dictionary/2.6/segments/DB1.js +0 -26
- package/esm/dictionary/2.6/segments/DG1.js +0 -99
- package/esm/dictionary/2.6/segments/DMI.js +0 -42
- package/esm/dictionary/2.6/segments/DRG.js +0 -183
- package/esm/dictionary/2.6/segments/DSC.js +0 -8
- package/esm/dictionary/2.6/segments/DSP.js +0 -19
- package/esm/dictionary/2.6/segments/ECD.js +0 -10
- package/esm/dictionary/2.6/segments/ECR.js +0 -14
- package/esm/dictionary/2.6/segments/ED.js +0 -12
- package/esm/dictionary/2.6/segments/EDU.js +0 -17
- package/esm/dictionary/2.6/segments/EQL.js +0 -7
- package/esm/dictionary/2.6/segments/EQP.js +0 -14
- package/esm/dictionary/2.6/segments/EQU.js +0 -23
- package/esm/dictionary/2.6/segments/ERQ.js +0 -14
- package/esm/dictionary/2.6/segments/ERR.js +0 -93
- package/esm/dictionary/2.6/segments/EVN.js +0 -34
- package/esm/dictionary/2.6/segments/FAC.js +0 -39
- package/esm/dictionary/2.6/segments/FHS.js +0 -60
- package/esm/dictionary/2.6/segments/FT1.js +0 -121
- package/esm/dictionary/2.6/segments/FTS.js +0 -11
- package/esm/dictionary/2.6/segments/GOL.js +0 -69
- package/esm/dictionary/2.6/segments/GP2.js +0 -13
- package/esm/dictionary/2.6/segments/GT1.js +0 -99
- package/esm/dictionary/2.6/segments/IAM.js +0 -50
- package/esm/dictionary/2.6/segments/IIM.js +0 -112
- package/esm/dictionary/2.6/segments/ILT.js +0 -75
- package/esm/dictionary/2.6/segments/IN1.js +0 -151
- package/esm/dictionary/2.6/segments/IN2.js +0 -258
- package/esm/dictionary/2.6/segments/IN3.js +0 -136
- package/esm/dictionary/2.6/segments/INV.js +0 -64
- package/esm/dictionary/2.6/segments/IPC.js +0 -68
- package/esm/dictionary/2.6/segments/IPR.js +0 -62
- package/esm/dictionary/2.6/segments/ISD.js +0 -12
- package/esm/dictionary/2.6/segments/ITM.js +0 -50
- package/esm/dictionary/2.6/segments/IVC.js +0 -222
- package/esm/dictionary/2.6/segments/IVT.js +0 -196
- package/esm/dictionary/2.6/segments/LAN.js +0 -16
- package/esm/dictionary/2.6/segments/LCC.js +0 -16
- package/esm/dictionary/2.6/segments/LCH.js +0 -15
- package/esm/dictionary/2.6/segments/LDP.js +0 -30
- package/esm/dictionary/2.6/segments/LOC.js +0 -24
- package/esm/dictionary/2.6/segments/LRL.js +0 -14
- package/esm/dictionary/2.6/segments/MFA.js +0 -42
- package/esm/dictionary/2.6/segments/MFE.js +0 -52
- package/esm/dictionary/2.6/segments/MFI.js +0 -19
- package/esm/dictionary/2.6/segments/MRG.js +0 -23
- package/esm/dictionary/2.6/segments/MSA.js +0 -42
- package/esm/dictionary/2.6/segments/MSH.js +0 -113
- package/esm/dictionary/2.6/segments/NCK.js +0 -10
- package/esm/dictionary/2.6/segments/NDS.js +0 -16
- package/esm/dictionary/2.6/segments/NK1.js +0 -147
- package/esm/dictionary/2.6/segments/NPU.js +0 -12
- package/esm/dictionary/2.6/segments/NSC.js +0 -34
- package/esm/dictionary/2.6/segments/NST.js +0 -46
- package/esm/dictionary/2.6/segments/NTE.js +0 -49
- package/esm/dictionary/2.6/segments/OBR.js +0 -229
- package/esm/dictionary/2.6/segments/OBX.js +0 -115
- package/esm/dictionary/2.6/segments/ODS.js +0 -31
- package/esm/dictionary/2.6/segments/ODT.js +0 -22
- package/esm/dictionary/2.6/segments/OM1.js +0 -207
- package/esm/dictionary/2.6/segments/OM2.js +0 -48
- package/esm/dictionary/2.6/segments/OM3.js +0 -40
- package/esm/dictionary/2.6/segments/OM4.js +0 -66
- package/esm/dictionary/2.6/segments/OM5.js +0 -17
- package/esm/dictionary/2.6/segments/OM6.js +0 -14
- package/esm/dictionary/2.6/segments/OM7.js +0 -52
- package/esm/dictionary/2.6/segments/ORC.js +0 -159
- package/esm/dictionary/2.6/segments/ORG.js +0 -27
- package/esm/dictionary/2.6/segments/OVR.js +0 -42
- package/esm/dictionary/2.6/segments/PCE.js +0 -35
- package/esm/dictionary/2.6/segments/PCR.js +0 -69
- package/esm/dictionary/2.6/segments/PD1.js +0 -36
- package/esm/dictionary/2.6/segments/PDA.js +0 -13
- package/esm/dictionary/2.6/segments/PDC.js +0 -39
- package/esm/dictionary/2.6/segments/PEO.js +0 -50
- package/esm/dictionary/2.6/segments/PES.js +0 -34
- package/esm/dictionary/2.6/segments/PID.js +0 -158
- package/esm/dictionary/2.6/segments/PKG.js +0 -56
- package/esm/dictionary/2.6/segments/PMT.js +0 -90
- package/esm/dictionary/2.6/segments/PR1.js +0 -87
- package/esm/dictionary/2.6/segments/PRA.js +0 -66
- package/esm/dictionary/2.6/segments/PRB.js +0 -100
- package/esm/dictionary/2.6/segments/PRC.js +0 -36
- package/esm/dictionary/2.6/segments/PRD.js +0 -67
- package/esm/dictionary/2.6/segments/PSG.js +0 -48
- package/esm/dictionary/2.6/segments/PSH.js +0 -33
- package/esm/dictionary/2.6/segments/PSL.js +0 -353
- package/esm/dictionary/2.6/segments/PSS.js +0 -40
- package/esm/dictionary/2.6/segments/PTH.js +0 -29
- package/esm/dictionary/2.6/segments/PV1.js +0 -192
- package/esm/dictionary/2.6/segments/PV2.js +0 -134
- package/esm/dictionary/2.6/segments/PYE.js +0 -57
- package/esm/dictionary/2.6/segments/QAK.js +0 -17
- package/esm/dictionary/2.6/segments/QID.js +0 -7
- package/esm/dictionary/2.6/segments/QPD.js +0 -7
- package/esm/dictionary/2.6/segments/QRD.js +0 -47
- package/esm/dictionary/2.6/segments/QRF.js +0 -43
- package/esm/dictionary/2.6/segments/QRI.js +0 -7
- package/esm/dictionary/2.6/segments/RCP.js +0 -14
- package/esm/dictionary/2.6/segments/RDT.js +0 -8
- package/esm/dictionary/2.6/segments/REL.js +0 -119
- package/esm/dictionary/2.6/segments/RF1.js +0 -48
- package/esm/dictionary/2.6/segments/RFI.js +0 -34
- package/esm/dictionary/2.6/segments/RGS.js +0 -7
- package/esm/dictionary/2.6/segments/RMI.js +0 -14
- package/esm/dictionary/2.6/segments/ROL.js +0 -44
- package/esm/dictionary/2.6/segments/RQ1.js +0 -51
- package/esm/dictionary/2.6/segments/RQD.js +0 -69
- package/esm/dictionary/2.6/segments/RXA.js +0 -145
- package/esm/dictionary/2.6/segments/RXC.js +0 -51
- package/esm/dictionary/2.6/segments/RXD.js +0 -166
- package/esm/dictionary/2.6/segments/RXE.js +0 -259
- package/esm/dictionary/2.6/segments/RXG.js +0 -176
- package/esm/dictionary/2.6/segments/RXO.js +0 -208
- package/esm/dictionary/2.6/segments/RXR.js +0 -42
- package/esm/dictionary/2.6/segments/SAC.js +0 -110
- package/esm/dictionary/2.6/segments/SCD.js +0 -276
- package/esm/dictionary/2.6/segments/SCH.js +0 -59
- package/esm/dictionary/2.6/segments/SCP.js +0 -65
- package/esm/dictionary/2.6/segments/SDD.js +0 -56
- package/esm/dictionary/2.6/segments/SFT.js +0 -47
- package/esm/dictionary/2.6/segments/SID.js +0 -12
- package/esm/dictionary/2.6/segments/SLT.js +0 -40
- package/esm/dictionary/2.6/segments/SPM.js +0 -224
- package/esm/dictionary/2.6/segments/SPR.js +0 -13
- package/esm/dictionary/2.6/segments/STF.js +0 -208
- package/esm/dictionary/2.6/segments/STZ.js +0 -36
- package/esm/dictionary/2.6/segments/TCC.js +0 -34
- package/esm/dictionary/2.6/segments/TCD.js +0 -24
- package/esm/dictionary/2.6/segments/TQ1.js +0 -105
- package/esm/dictionary/2.6/segments/TQ2.js +0 -79
- package/esm/dictionary/2.6/segments/TXA.js +0 -44
- package/esm/dictionary/2.6/segments/UAC.js +0 -20
- package/esm/dictionary/2.6/segments/UB1.js +0 -77
- package/esm/dictionary/2.6/segments/UB2.js +0 -104
- package/esm/dictionary/2.6/segments/URD.js +0 -25
- package/esm/dictionary/2.6/segments/URS.js +0 -42
- package/esm/dictionary/2.6/segments/VAR.js +0 -19
- package/esm/dictionary/2.6/segments/VND.js +0 -40
- package/esm/dictionary/2.6/segments/VTQ.js +0 -7
- package/esm/dictionary/2.6/segments/index.js +0 -172
- package/esm/dictionary/2.6/types/AD.js +0 -40
- package/esm/dictionary/2.6/types/AUI.js +0 -25
- package/esm/dictionary/2.6/types/CCD.js +0 -20
- package/esm/dictionary/2.6/types/CCP.js +0 -26
- package/esm/dictionary/2.6/types/CD.js +0 -29
- package/esm/dictionary/2.6/types/CE.js +0 -30
- package/esm/dictionary/2.6/types/CF.js +0 -31
- package/esm/dictionary/2.6/types/CNE.js +0 -40
- package/esm/dictionary/2.6/types/CNN.js +0 -50
- package/esm/dictionary/2.6/types/CP.js +0 -27
- package/esm/dictionary/2.6/types/CQ.js +0 -12
- package/esm/dictionary/2.6/types/CSU.js +0 -56
- package/esm/dictionary/2.6/types/CWE.js +0 -70
- package/esm/dictionary/2.6/types/CX.js +0 -48
- package/esm/dictionary/2.6/types/DDI.js +0 -26
- package/esm/dictionary/2.6/types/DIN.js +0 -20
- package/esm/dictionary/2.6/types/DLD.js +0 -20
- package/esm/dictionary/2.6/types/DLN.js +0 -17
- package/esm/dictionary/2.6/types/DLT.js +0 -34
- package/esm/dictionary/2.6/types/DR.js +0 -15
- package/esm/dictionary/2.6/types/DTM.js +0 -3
- package/esm/dictionary/2.6/types/DTN.js +0 -20
- package/esm/dictionary/2.6/types/ED.js +0 -27
- package/esm/dictionary/2.6/types/EI.js +0 -20
- package/esm/dictionary/2.6/types/EIP.js +0 -19
- package/esm/dictionary/2.6/types/ELD.js +0 -34
- package/esm/dictionary/2.6/types/ERL.js +0 -47
- package/esm/dictionary/2.6/types/FC.js +0 -14
- package/esm/dictionary/2.6/types/FN.js +0 -27
- package/esm/dictionary/2.6/types/GTS.js +0 -3
- package/esm/dictionary/2.6/types/HD.js +0 -17
- package/esm/dictionary/2.6/types/ICD.js +0 -28
- package/esm/dictionary/2.6/types/JCC.js +0 -20
- package/esm/dictionary/2.6/types/LA1.js +0 -75
- package/esm/dictionary/2.6/types/LA2.js +0 -126
- package/esm/dictionary/2.6/types/MA.js +0 -26
- package/esm/dictionary/2.6/types/MO.js +0 -10
- package/esm/dictionary/2.6/types/MOC.js +0 -19
- package/esm/dictionary/2.6/types/MOP.js +0 -27
- package/esm/dictionary/2.6/types/MSG.js +0 -29
- package/esm/dictionary/2.6/types/NA.js +0 -59
- package/esm/dictionary/2.6/types/NDL.js +0 -88
- package/esm/dictionary/2.6/types/NR.js +0 -19
- package/esm/dictionary/2.6/types/OCD.js +0 -20
- package/esm/dictionary/2.6/types/OSD.js +0 -87
- package/esm/dictionary/2.6/types/OSP.js +0 -27
- package/esm/dictionary/2.6/types/PIP.js +0 -42
- package/esm/dictionary/2.6/types/PL.js +0 -57
- package/esm/dictionary/2.6/types/PLN.js +0 -34
- package/esm/dictionary/2.6/types/PPN.js +0 -117
- package/esm/dictionary/2.6/types/PRL.js +0 -26
- package/esm/dictionary/2.6/types/PT.js +0 -14
- package/esm/dictionary/2.6/types/PTA.js +0 -35
- package/esm/dictionary/2.6/types/QIP.js +0 -13
- package/esm/dictionary/2.6/types/QSC.js +0 -20
- package/esm/dictionary/2.6/types/RCD.js +0 -17
- package/esm/dictionary/2.6/types/RFR.js +0 -55
- package/esm/dictionary/2.6/types/RI.js +0 -11
- package/esm/dictionary/2.6/types/RMC.js +0 -35
- package/esm/dictionary/2.6/types/RP.js +0 -19
- package/esm/dictionary/2.6/types/RPT.js +0 -86
- package/esm/dictionary/2.6/types/SAD.js +0 -14
- package/esm/dictionary/2.6/types/SCV.js +0 -12
- package/esm/dictionary/2.6/types/SI.js +0 -3
- package/esm/dictionary/2.6/types/SN.js +0 -17
- package/esm/dictionary/2.6/types/SPD.js +0 -34
- package/esm/dictionary/2.6/types/SPS.js +0 -58
- package/esm/dictionary/2.6/types/SRT.js +0 -12
- package/esm/dictionary/2.6/types/TQ.js +0 -86
- package/esm/dictionary/2.6/types/TS.js +0 -18
- package/esm/dictionary/2.6/types/UVC.js +0 -20
- package/esm/dictionary/2.6/types/VH.js +0 -18
- package/esm/dictionary/2.6/types/VID.js +0 -28
- package/esm/dictionary/2.6/types/VR.js +0 -19
- package/esm/dictionary/2.6/types/WVI.js +0 -19
- package/esm/dictionary/2.6/types/WVS.js +0 -18
- package/esm/dictionary/2.6/types/XAD.js +0 -134
- package/esm/dictionary/2.6/types/XCN.js +0 -116
- package/esm/dictionary/2.6/types/XON.js +0 -52
- package/esm/dictionary/2.6/types/XPN.js +0 -67
- package/esm/dictionary/2.6/types/XTN.js +0 -100
- package/esm/dictionary/2.6/types/index.js +0 -81
- package/esm/dictionary/2.7/index.js +0 -10
- package/esm/dictionary/2.7/segments/ABS.js +0 -92
- package/esm/dictionary/2.7/segments/ACC.js +0 -75
- package/esm/dictionary/2.7/segments/ADD.js +0 -10
- package/esm/dictionary/2.7/segments/ADJ.js +0 -16
- package/esm/dictionary/2.7/segments/AFF.js +0 -36
- package/esm/dictionary/2.7/segments/AIG.js +0 -86
- package/esm/dictionary/2.7/segments/AIL.js +0 -76
- package/esm/dictionary/2.7/segments/AIP.js +0 -74
- package/esm/dictionary/2.7/segments/AIS.js +0 -76
- package/esm/dictionary/2.7/segments/AL1.js +0 -23
- package/esm/dictionary/2.7/segments/APR.js +0 -38
- package/esm/dictionary/2.7/segments/ARQ.js +0 -147
- package/esm/dictionary/2.7/segments/ARV.js +0 -8
- package/esm/dictionary/2.7/segments/AUT.js +0 -73
- package/esm/dictionary/2.7/segments/BHS.js +0 -64
- package/esm/dictionary/2.7/segments/BLC.js +0 -17
- package/esm/dictionary/2.7/segments/BLG.js +0 -21
- package/esm/dictionary/2.7/segments/BPO.js +0 -10
- package/esm/dictionary/2.7/segments/BPX.js +0 -36
- package/esm/dictionary/2.7/segments/BTS.js +0 -19
- package/esm/dictionary/2.7/segments/BTX.js +0 -35
- package/esm/dictionary/2.7/segments/CDM.js +0 -84
- package/esm/dictionary/2.7/segments/CER.js +0 -20
- package/esm/dictionary/2.7/segments/CM0.js +0 -67
- package/esm/dictionary/2.7/segments/CM1.js +0 -22
- package/esm/dictionary/2.7/segments/CM2.js +0 -27
- package/esm/dictionary/2.7/segments/CNS.js +0 -37
- package/esm/dictionary/2.7/segments/CON_.js +0 -8
- package/esm/dictionary/2.7/segments/CSP.js +0 -25
- package/esm/dictionary/2.7/segments/CSR.js +0 -86
- package/esm/dictionary/2.7/segments/CSS.js +0 -19
- package/esm/dictionary/2.7/segments/CTD.js +0 -46
- package/esm/dictionary/2.7/segments/CTI.js +0 -21
- package/esm/dictionary/2.7/segments/DB1.js +0 -50
- package/esm/dictionary/2.7/segments/DG1.js +0 -135
- package/esm/dictionary/2.7/segments/DMI.js +0 -20
- package/esm/dictionary/2.7/segments/DRG.js +0 -109
- package/esm/dictionary/2.7/segments/DSC.js +0 -18
- package/esm/dictionary/2.7/segments/DSP.js +0 -32
- package/esm/dictionary/2.7/segments/ECD.js +0 -36
- package/esm/dictionary/2.7/segments/ECR.js +0 -21
- package/esm/dictionary/2.7/segments/EDU.js +0 -55
- package/esm/dictionary/2.7/segments/EQP.js +0 -35
- package/esm/dictionary/2.7/segments/EQU.js +0 -34
- package/esm/dictionary/2.7/segments/ERR.js +0 -19
- package/esm/dictionary/2.7/segments/EVN.js +0 -39
- package/esm/dictionary/2.7/segments/FHS.js +0 -64
- package/esm/dictionary/2.7/segments/FT1.js +0 -230
- package/esm/dictionary/2.7/segments/FTS.js +0 -14
- package/esm/dictionary/2.7/segments/GOL.js +0 -122
- package/esm/dictionary/2.7/segments/GP1.js +0 -39
- package/esm/dictionary/2.7/segments/GP2.js +0 -95
- package/esm/dictionary/2.7/segments/GT1.js +0 -340
- package/esm/dictionary/2.7/segments/IAM.js +0 -181
- package/esm/dictionary/2.7/segments/IAR.js +0 -31
- package/esm/dictionary/2.7/segments/ILT.js +0 -11
- package/esm/dictionary/2.7/segments/IN1.js +0 -287
- package/esm/dictionary/2.7/segments/IN2.js +0 -350
- package/esm/dictionary/2.7/segments/IN3.js +0 -88
- package/esm/dictionary/2.7/segments/INV.js +0 -109
- package/esm/dictionary/2.7/segments/IPC.js +0 -10
- package/esm/dictionary/2.7/segments/ISD.js +0 -23
- package/esm/dictionary/2.7/segments/ITM.js +0 -160
- package/esm/dictionary/2.7/segments/IVC.js +0 -31
- package/esm/dictionary/2.7/segments/IVT.js +0 -22
- package/esm/dictionary/2.7/segments/LAN.js +0 -30
- package/esm/dictionary/2.7/segments/LCC.js +0 -28
- package/esm/dictionary/2.7/segments/LCH.js +0 -35
- package/esm/dictionary/2.7/segments/LDP.js +0 -78
- package/esm/dictionary/2.7/segments/LOC.js +0 -57
- package/esm/dictionary/2.7/segments/LRL.js +0 -41
- package/esm/dictionary/2.7/segments/MFA.js +0 -22
- package/esm/dictionary/2.7/segments/MFE.js +0 -18
- package/esm/dictionary/2.7/segments/MFI.js +0 -42
- package/esm/dictionary/2.7/segments/MRG.js +0 -44
- package/esm/dictionary/2.7/segments/MSA.js +0 -42
- package/esm/dictionary/2.7/segments/MSH.js +0 -107
- package/esm/dictionary/2.7/segments/NCK.js +0 -8
- package/esm/dictionary/2.7/segments/NDS.js +0 -27
- package/esm/dictionary/2.7/segments/NK1.js +0 -203
- package/esm/dictionary/2.7/segments/NPU.js +0 -15
- package/esm/dictionary/2.7/segments/NSC.js +0 -53
- package/esm/dictionary/2.7/segments/NST.js +0 -82
- package/esm/dictionary/2.7/segments/NTE.js +0 -24
- package/esm/dictionary/2.7/segments/OBR.js +0 -292
- package/esm/dictionary/2.7/segments/OBX.js +0 -126
- package/esm/dictionary/2.7/segments/ODS.js +0 -17
- package/esm/dictionary/2.7/segments/ODT.js +0 -14
- package/esm/dictionary/2.7/segments/OM1.js +0 -211
- package/esm/dictionary/2.7/segments/OM2.js +0 -42
- package/esm/dictionary/2.7/segments/OM3.js +0 -28
- package/esm/dictionary/2.7/segments/OM4.js +0 -63
- package/esm/dictionary/2.7/segments/OM5.js +0 -17
- package/esm/dictionary/2.7/segments/OM6.js +0 -11
- package/esm/dictionary/2.7/segments/OM7.js +0 -145
- package/esm/dictionary/2.7/segments/ORC.js +0 -109
- package/esm/dictionary/2.7/segments/ORG.js +0 -90
- package/esm/dictionary/2.7/segments/PAC.js +0 -58
- package/esm/dictionary/2.7/segments/PCE.js +0 -12
- package/esm/dictionary/2.7/segments/PCR.js +0 -146
- package/esm/dictionary/2.7/segments/PD1.js +0 -140
- package/esm/dictionary/2.7/segments/PDA.js +0 -62
- package/esm/dictionary/2.7/segments/PEO.js +0 -161
- package/esm/dictionary/2.7/segments/PES.js +0 -86
- package/esm/dictionary/2.7/segments/PID.js +0 -197
- package/esm/dictionary/2.7/segments/PKG.js +0 -8
- package/esm/dictionary/2.7/segments/PMT.js +0 -7
- package/esm/dictionary/2.7/segments/PR1.js +0 -137
- package/esm/dictionary/2.7/segments/PRA.js +0 -44
- package/esm/dictionary/2.7/segments/PRB.js +0 -142
- package/esm/dictionary/2.7/segments/PRC.js +0 -115
- package/esm/dictionary/2.7/segments/PRD.js +0 -51
- package/esm/dictionary/2.7/segments/PRT.js +0 -100
- package/esm/dictionary/2.7/segments/PSL.js +0 -45
- package/esm/dictionary/2.7/segments/PTH.js +0 -40
- package/esm/dictionary/2.7/segments/PV1.js +0 -299
- package/esm/dictionary/2.7/segments/PV2.js +0 -265
- package/esm/dictionary/2.7/segments/PYE.js +0 -29
- package/esm/dictionary/2.7/segments/QAK.js +0 -40
- package/esm/dictionary/2.7/segments/QID.js +0 -17
- package/esm/dictionary/2.7/segments/QPD.js +0 -23
- package/esm/dictionary/2.7/segments/QRD.js +0 -67
- package/esm/dictionary/2.7/segments/QRF.js +0 -50
- package/esm/dictionary/2.7/segments/QRI.js +0 -25
- package/esm/dictionary/2.7/segments/RCP.js +0 -52
- package/esm/dictionary/2.7/segments/RDF.js +0 -18
- package/esm/dictionary/2.7/segments/RDT.js +0 -10
- package/esm/dictionary/2.7/segments/REL.js +0 -12
- package/esm/dictionary/2.7/segments/RF1.js +0 -71
- package/esm/dictionary/2.7/segments/RFI.js +0 -7
- package/esm/dictionary/2.7/segments/RGS.js +0 -25
- package/esm/dictionary/2.7/segments/RMI.js +0 -22
- package/esm/dictionary/2.7/segments/ROL.js +0 -74
- package/esm/dictionary/2.7/segments/RQ1.js +0 -22
- package/esm/dictionary/2.7/segments/RQD.js +0 -27
- package/esm/dictionary/2.7/segments/RXA.js +0 -84
- package/esm/dictionary/2.7/segments/RXC.js +0 -21
- package/esm/dictionary/2.7/segments/RXD.js +0 -110
- package/esm/dictionary/2.7/segments/RXE.js +0 -110
- package/esm/dictionary/2.7/segments/RXG.js +0 -66
- package/esm/dictionary/2.7/segments/RXO.js +0 -80
- package/esm/dictionary/2.7/segments/RXR.js +0 -17
- package/esm/dictionary/2.7/segments/SAC.js +0 -256
- package/esm/dictionary/2.7/segments/SCD.js +0 -13
- package/esm/dictionary/2.7/segments/SCH.js +0 -159
- package/esm/dictionary/2.7/segments/SCP.js +0 -8
- package/esm/dictionary/2.7/segments/SDD.js +0 -10
- package/esm/dictionary/2.7/segments/SHP.js +0 -77
- package/esm/dictionary/2.7/segments/SID.js +0 -28
- package/esm/dictionary/2.7/segments/SLT.js +0 -8
- package/esm/dictionary/2.7/segments/SPM.js +0 -64
- package/esm/dictionary/2.7/segments/STF.js +0 -131
- package/esm/dictionary/2.7/segments/STZ.js +0 -10
- package/esm/dictionary/2.7/segments/TCC.js +0 -93
- package/esm/dictionary/2.7/segments/TCD.js +0 -56
- package/esm/dictionary/2.7/segments/TQ1.js +0 -12
- package/esm/dictionary/2.7/segments/TQ2.js +0 -22
- package/esm/dictionary/2.7/segments/TXA.js +0 -164
- package/esm/dictionary/2.7/segments/UAC.js +0 -8
- package/esm/dictionary/2.7/segments/UB1.js +0 -142
- package/esm/dictionary/2.7/segments/UB2.js +0 -71
- package/esm/dictionary/2.7/segments/URD.js +0 -42
- package/esm/dictionary/2.7/segments/URS.js +0 -45
- package/esm/dictionary/2.7/segments/VAR.js +0 -37
- package/esm/dictionary/2.7/segments/VND.js +0 -14
- package/esm/dictionary/2.7/segments/index.js +0 -165
- package/esm/dictionary/2.7/types/AD.js +0 -41
- package/esm/dictionary/2.7/types/AUI.js +0 -7
- package/esm/dictionary/2.7/types/CCD.js +0 -7
- package/esm/dictionary/2.7/types/CD.js +0 -36
- package/esm/dictionary/2.7/types/CF.js +0 -134
- package/esm/dictionary/2.7/types/CNE.js +0 -134
- package/esm/dictionary/2.7/types/CNN.js +0 -62
- package/esm/dictionary/2.7/types/CP.js +0 -38
- package/esm/dictionary/2.7/types/CQ.js +0 -15
- package/esm/dictionary/2.7/types/CSU.js +0 -111
- package/esm/dictionary/2.7/types/CWE.js +0 -92
- package/esm/dictionary/2.7/types/CX.js +0 -71
- package/esm/dictionary/2.7/types/DLD.js +0 -8
- package/esm/dictionary/2.7/types/DLN.js +0 -21
- package/esm/dictionary/2.7/types/DR.js +0 -12
- package/esm/dictionary/2.7/types/DT.js +0 -3
- package/esm/dictionary/2.7/types/DTN.js +0 -7
- package/esm/dictionary/2.7/types/ED.js +0 -30
- package/esm/dictionary/2.7/types/EI.js +0 -27
- package/esm/dictionary/2.7/types/FC.js +0 -14
- package/esm/dictionary/2.7/types/FN.js +0 -29
- package/esm/dictionary/2.7/types/FT.js +0 -3
- package/esm/dictionary/2.7/types/HD.js +0 -21
- package/esm/dictionary/2.7/types/ICD.js +0 -7
- package/esm/dictionary/2.7/types/ID.js +0 -3
- package/esm/dictionary/2.7/types/IS.js +0 -3
- package/esm/dictionary/2.7/types/JCC.js +0 -16
- package/esm/dictionary/2.7/types/LA2.js +0 -7
- package/esm/dictionary/2.7/types/MA.js +0 -65
- package/esm/dictionary/2.7/types/MO.js +0 -18
- package/esm/dictionary/2.7/types/MOP.js +0 -8
- package/esm/dictionary/2.7/types/MSG.js +0 -10
- package/esm/dictionary/2.7/types/NA.js +0 -29
- package/esm/dictionary/2.7/types/NDL.js +0 -20
- package/esm/dictionary/2.7/types/NM.js +0 -3
- package/esm/dictionary/2.7/types/PL.js +0 -60
- package/esm/dictionary/2.7/types/PLN.js +0 -7
- package/esm/dictionary/2.7/types/PPN.js +0 -124
- package/esm/dictionary/2.7/types/PT.js +0 -15
- package/esm/dictionary/2.7/types/PTA.js +0 -14
- package/esm/dictionary/2.7/types/QIP.js +0 -14
- package/esm/dictionary/2.7/types/QSC.js +0 -27
- package/esm/dictionary/2.7/types/RCD.js +0 -21
- package/esm/dictionary/2.7/types/RFR.js +0 -7
- package/esm/dictionary/2.7/types/RI.js +0 -17
- package/esm/dictionary/2.7/types/RMC.js +0 -14
- package/esm/dictionary/2.7/types/RP.js +0 -28
- package/esm/dictionary/2.7/types/RPT.js +0 -13
- package/esm/dictionary/2.7/types/SAD.js +0 -22
- package/esm/dictionary/2.7/types/SCV.js +0 -16
- package/esm/dictionary/2.7/types/SN.js +0 -28
- package/esm/dictionary/2.7/types/SRT.js +0 -16
- package/esm/dictionary/2.7/types/ST.js +0 -3
- package/esm/dictionary/2.7/types/TM.js +0 -3
- package/esm/dictionary/2.7/types/TQ.js +0 -16
- package/esm/dictionary/2.7/types/TX.js +0 -3
- package/esm/dictionary/2.7/types/UVC.js +0 -19
- package/esm/dictionary/2.7/types/VH.js +0 -29
- package/esm/dictionary/2.7/types/VID.js +0 -10
- package/esm/dictionary/2.7/types/WVI.js +0 -7
- package/esm/dictionary/2.7/types/WVS.js +0 -3
- package/esm/dictionary/2.7/types/XAD.js +0 -71
- package/esm/dictionary/2.7/types/XCN.js +0 -121
- package/esm/dictionary/2.7/types/XON.js +0 -49
- package/esm/dictionary/2.7/types/XPN.js +0 -75
- package/esm/dictionary/2.7/types/XTN.js +0 -65
- package/esm/dictionary/2.7/types/index.js +0 -66
- package/esm/dictionary/2.7.1/index.js +0 -10
- package/esm/dictionary/2.7.1/segments/ABS.js +0 -28
- package/esm/dictionary/2.7.1/segments/ACC.js +0 -22
- package/esm/dictionary/2.7.1/segments/ADD.js +0 -7
- package/esm/dictionary/2.7.1/segments/ADJ.js +0 -96
- package/esm/dictionary/2.7.1/segments/AIG.js +0 -28
- package/esm/dictionary/2.7.1/segments/AIL.js +0 -25
- package/esm/dictionary/2.7.1/segments/AIP.js +0 -27
- package/esm/dictionary/2.7.1/segments/AIS.js +0 -26
- package/esm/dictionary/2.7.1/segments/AL1.js +0 -37
- package/esm/dictionary/2.7.1/segments/ARQ.js +0 -34
- package/esm/dictionary/2.7.1/segments/ARV.js +0 -43
- package/esm/dictionary/2.7.1/segments/AUT.js +0 -20
- package/esm/dictionary/2.7.1/segments/BHS.js +0 -53
- package/esm/dictionary/2.7.1/segments/BLC.js +0 -7
- package/esm/dictionary/2.7.1/segments/BLG.js +0 -22
- package/esm/dictionary/2.7.1/segments/BPO.js +0 -92
- package/esm/dictionary/2.7.1/segments/BPX.js +0 -122
- package/esm/dictionary/2.7.1/segments/BTS.js +0 -14
- package/esm/dictionary/2.7.1/segments/BTX.js +0 -113
- package/esm/dictionary/2.7.1/segments/CDM.js +0 -27
- package/esm/dictionary/2.7.1/segments/CER.js +0 -198
- package/esm/dictionary/2.7.1/segments/CM0.js +0 -19
- package/esm/dictionary/2.7.1/segments/CM1.js +0 -10
- package/esm/dictionary/2.7.1/segments/CM2.js +0 -13
- package/esm/dictionary/2.7.1/segments/CNS.js +0 -16
- package/esm/dictionary/2.7.1/segments/CON_.js +0 -170
- package/esm/dictionary/2.7.1/segments/CSP.js +0 -16
- package/esm/dictionary/2.7.1/segments/CSR.js +0 -45
- package/esm/dictionary/2.7.1/segments/CSS.js +0 -14
- package/esm/dictionary/2.7.1/segments/CTD.js +0 -14
- package/esm/dictionary/2.7.1/segments/CTI.js +0 -10
- package/esm/dictionary/2.7.1/segments/DB1.js +0 -23
- package/esm/dictionary/2.7.1/segments/DG1.js +0 -70
- package/esm/dictionary/2.7.1/segments/DMI.js +0 -31
- package/esm/dictionary/2.7.1/segments/DRG.js +0 -149
- package/esm/dictionary/2.7.1/segments/DSC.js +0 -7
- package/esm/dictionary/2.7.1/segments/DSP.js +0 -19
- package/esm/dictionary/2.7.1/segments/ECD.js +0 -10
- package/esm/dictionary/2.7.1/segments/ECR.js +0 -13
- package/esm/dictionary/2.7.1/segments/EDU.js +0 -13
- package/esm/dictionary/2.7.1/segments/EQP.js +0 -7
- package/esm/dictionary/2.7.1/segments/EQU.js +0 -16
- package/esm/dictionary/2.7.1/segments/ERR.js +0 -77
- package/esm/dictionary/2.7.1/segments/EVN.js +0 -26
- package/esm/dictionary/2.7.1/segments/FHS.js +0 -53
- package/esm/dictionary/2.7.1/segments/FT1.js +0 -85
- package/esm/dictionary/2.7.1/segments/FTS.js +0 -11
- package/esm/dictionary/2.7.1/segments/GOL.js +0 -52
- package/esm/dictionary/2.7.1/segments/GP2.js +0 -13
- package/esm/dictionary/2.7.1/segments/GT1.js +0 -86
- package/esm/dictionary/2.7.1/segments/IAM.js +0 -38
- package/esm/dictionary/2.7.1/segments/IIM.js +0 -97
- package/esm/dictionary/2.7.1/segments/ILT.js +0 -65
- package/esm/dictionary/2.7.1/segments/IN1.js +0 -139
- package/esm/dictionary/2.7.1/segments/IN2.js +0 -228
- package/esm/dictionary/2.7.1/segments/IN3.js +0 -123
- package/esm/dictionary/2.7.1/segments/INV.js +0 -51
- package/esm/dictionary/2.7.1/segments/IPC.js +0 -57
- package/esm/dictionary/2.7.1/segments/IPR.js +0 -54
- package/esm/dictionary/2.7.1/segments/ISD.js +0 -10
- package/esm/dictionary/2.7.1/segments/ITM.js +0 -43
- package/esm/dictionary/2.7.1/segments/IVC.js +0 -183
- package/esm/dictionary/2.7.1/segments/IVT.js +0 -166
- package/esm/dictionary/2.7.1/segments/LAN.js +0 -13
- package/esm/dictionary/2.7.1/segments/LCC.js +0 -16
- package/esm/dictionary/2.7.1/segments/LCH.js +0 -13
- package/esm/dictionary/2.7.1/segments/LDP.js +0 -23
- package/esm/dictionary/2.7.1/segments/LOC.js +0 -20
- package/esm/dictionary/2.7.1/segments/LRL.js +0 -13
- package/esm/dictionary/2.7.1/segments/MFA.js +0 -38
- package/esm/dictionary/2.7.1/segments/MFE.js +0 -45
- package/esm/dictionary/2.7.1/segments/MFI.js +0 -17
- package/esm/dictionary/2.7.1/segments/MRG.js +0 -22
- package/esm/dictionary/2.7.1/segments/MSA.js +0 -36
- package/esm/dictionary/2.7.1/segments/MSH.js +0 -99
- package/esm/dictionary/2.7.1/segments/NCK.js +0 -10
- package/esm/dictionary/2.7.1/segments/NDS.js +0 -13
- package/esm/dictionary/2.7.1/segments/NK1.js +0 -128
- package/esm/dictionary/2.7.1/segments/NPU.js +0 -11
- package/esm/dictionary/2.7.1/segments/NSC.js +0 -31
- package/esm/dictionary/2.7.1/segments/NST.js +0 -44
- package/esm/dictionary/2.7.1/segments/NTE.js +0 -44
- package/esm/dictionary/2.7.1/segments/OBR.js +0 -134
- package/esm/dictionary/2.7.1/segments/OBX.js +0 -86
- package/esm/dictionary/2.7.1/segments/ODS.js +0 -26
- package/esm/dictionary/2.7.1/segments/ODT.js +0 -20
- package/esm/dictionary/2.7.1/segments/OM1.js +0 -190
- package/esm/dictionary/2.7.1/segments/OM2.js +0 -47
- package/esm/dictionary/2.7.1/segments/OM3.js +0 -39
- package/esm/dictionary/2.7.1/segments/OM4.js +0 -64
- package/esm/dictionary/2.7.1/segments/OM5.js +0 -16
- package/esm/dictionary/2.7.1/segments/OM6.js +0 -14
- package/esm/dictionary/2.7.1/segments/OM7.js +0 -43
- package/esm/dictionary/2.7.1/segments/ORC.js +0 -141
- package/esm/dictionary/2.7.1/segments/ORG.js +0 -23
- package/esm/dictionary/2.7.1/segments/OVR.js +0 -37
- package/esm/dictionary/2.7.1/segments/PCE.js +0 -28
- package/esm/dictionary/2.7.1/segments/PCR.js +0 -46
- package/esm/dictionary/2.7.1/segments/PD1.js +0 -30
- package/esm/dictionary/2.7.1/segments/PDA.js +0 -11
- package/esm/dictionary/2.7.1/segments/PEO.js +0 -34
- package/esm/dictionary/2.7.1/segments/PES.js +0 -13
- package/esm/dictionary/2.7.1/segments/PID.js +0 -129
- package/esm/dictionary/2.7.1/segments/PKG.js +0 -48
- package/esm/dictionary/2.7.1/segments/PMT.js +0 -77
- package/esm/dictionary/2.7.1/segments/PR1.js +0 -71
- package/esm/dictionary/2.7.1/segments/PRA.js +0 -60
- package/esm/dictionary/2.7.1/segments/PRB.js +0 -78
- package/esm/dictionary/2.7.1/segments/PRC.js +0 -25
- package/esm/dictionary/2.7.1/segments/PRD.js +0 -58
- package/esm/dictionary/2.7.1/segments/PSG.js +0 -44
- package/esm/dictionary/2.7.1/segments/PSL.js +0 -295
- package/esm/dictionary/2.7.1/segments/PSS.js +0 -36
- package/esm/dictionary/2.7.1/segments/PTH.js +0 -24
- package/esm/dictionary/2.7.1/segments/PV1.js +0 -157
- package/esm/dictionary/2.7.1/segments/PV2.js +0 -111
- package/esm/dictionary/2.7.1/segments/PYE.js +0 -40
- package/esm/dictionary/2.7.1/segments/QAK.js +0 -14
- package/esm/dictionary/2.7.1/segments/QID.js +0 -7
- package/esm/dictionary/2.7.1/segments/QPD.js +0 -7
- package/esm/dictionary/2.7.1/segments/QRD.js +0 -44
- package/esm/dictionary/2.7.1/segments/QRF.js +0 -38
- package/esm/dictionary/2.7.1/segments/QRI.js +0 -7
- package/esm/dictionary/2.7.1/segments/RCP.js +0 -13
- package/esm/dictionary/2.7.1/segments/RDT.js +0 -7
- package/esm/dictionary/2.7.1/segments/REL.js +0 -102
- package/esm/dictionary/2.7.1/segments/RF1.js +0 -37
- package/esm/dictionary/2.7.1/segments/RFI.js +0 -30
- package/esm/dictionary/2.7.1/segments/RGS.js +0 -7
- package/esm/dictionary/2.7.1/segments/RMI.js +0 -13
- package/esm/dictionary/2.7.1/segments/ROL.js +0 -41
- package/esm/dictionary/2.7.1/segments/RQ1.js +0 -44
- package/esm/dictionary/2.7.1/segments/RQD.js +0 -59
- package/esm/dictionary/2.7.1/segments/RXA.js +0 -129
- package/esm/dictionary/2.7.1/segments/RXC.js +0 -48
- package/esm/dictionary/2.7.1/segments/RXD.js +0 -150
- package/esm/dictionary/2.7.1/segments/RXE.js +0 -220
- package/esm/dictionary/2.7.1/segments/RXG.js +0 -154
- package/esm/dictionary/2.7.1/segments/RXO.js +0 -184
- package/esm/dictionary/2.7.1/segments/RXR.js +0 -41
- package/esm/dictionary/2.7.1/segments/SAC.js +0 -74
- package/esm/dictionary/2.7.1/segments/SCD.js +0 -236
- package/esm/dictionary/2.7.1/segments/SCH.js +0 -37
- package/esm/dictionary/2.7.1/segments/SCP.js +0 -55
- package/esm/dictionary/2.7.1/segments/SDD.js +0 -47
- package/esm/dictionary/2.7.1/segments/SFT.js +0 -41
- package/esm/dictionary/2.7.1/segments/SID.js +0 -10
- package/esm/dictionary/2.7.1/segments/SLT.js +0 -33
- package/esm/dictionary/2.7.1/segments/SPM.js +0 -183
- package/esm/dictionary/2.7.1/segments/STF.js +0 -185
- package/esm/dictionary/2.7.1/segments/STZ.js +0 -31
- package/esm/dictionary/2.7.1/segments/TCC.js +0 -13
- package/esm/dictionary/2.7.1/segments/TCD.js +0 -10
- package/esm/dictionary/2.7.1/segments/TQ1.js +0 -89
- package/esm/dictionary/2.7.1/segments/TQ2.js +0 -67
- package/esm/dictionary/2.7.1/segments/TXA.js +0 -28
- package/esm/dictionary/2.7.1/segments/UAC.js +0 -16
- package/esm/dictionary/2.7.1/segments/UB1.js +0 -7
- package/esm/dictionary/2.7.1/segments/UB2.js +0 -86
- package/esm/dictionary/2.7.1/segments/URD.js +0 -24
- package/esm/dictionary/2.7.1/segments/URS.js +0 -37
- package/esm/dictionary/2.7.1/segments/VAR.js +0 -16
- package/esm/dictionary/2.7.1/segments/VND.js +0 -33
- package/esm/dictionary/2.7.1/segments/index.js +0 -163
- package/esm/dictionary/2.7.1/types/AD.js +0 -28
- package/esm/dictionary/2.7.1/types/AUI.js +0 -22
- package/esm/dictionary/2.7.1/types/CCD.js +0 -18
- package/esm/dictionary/2.7.1/types/CCP.js +0 -23
- package/esm/dictionary/2.7.1/types/CD.js +0 -19
- package/esm/dictionary/2.7.1/types/CF.js +0 -21
- package/esm/dictionary/2.7.1/types/CNE.js +0 -21
- package/esm/dictionary/2.7.1/types/CNN.js +0 -30
- package/esm/dictionary/2.7.1/types/CP.js +0 -19
- package/esm/dictionary/2.7.1/types/CQ.js +0 -8
- package/esm/dictionary/2.7.1/types/CSU.js +0 -47
- package/esm/dictionary/2.7.1/types/CWE.js +0 -59
- package/esm/dictionary/2.7.1/types/CX.js +0 -29
- package/esm/dictionary/2.7.1/types/DDI.js +0 -23
- package/esm/dictionary/2.7.1/types/DIN.js +0 -18
- package/esm/dictionary/2.7.1/types/DLD.js +0 -16
- package/esm/dictionary/2.7.1/types/DLN.js +0 -11
- package/esm/dictionary/2.7.1/types/DLT.js +0 -30
- package/esm/dictionary/2.7.1/types/DR.js +0 -13
- package/esm/dictionary/2.7.1/types/DTM.js +0 -3
- package/esm/dictionary/2.7.1/types/DTN.js +0 -17
- package/esm/dictionary/2.7.1/types/ED.js +0 -22
- package/esm/dictionary/2.7.1/types/EI.js +0 -15
- package/esm/dictionary/2.7.1/types/EIP.js +0 -17
- package/esm/dictionary/2.7.1/types/ERL.js +0 -42
- package/esm/dictionary/2.7.1/types/FC.js +0 -12
- package/esm/dictionary/2.7.1/types/FN.js +0 -14
- package/esm/dictionary/2.7.1/types/GTS.js +0 -3
- package/esm/dictionary/2.7.1/types/HD.js +0 -15
- package/esm/dictionary/2.7.1/types/ICD.js +0 -25
- package/esm/dictionary/2.7.1/types/JCC.js +0 -17
- package/esm/dictionary/2.7.1/types/LA1.js +0 -66
- package/esm/dictionary/2.7.1/types/LA2.js +0 -111
- package/esm/dictionary/2.7.1/types/MO.js +0 -7
- package/esm/dictionary/2.7.1/types/MOC.js +0 -17
- package/esm/dictionary/2.7.1/types/MOP.js +0 -24
- package/esm/dictionary/2.7.1/types/MSG.js +0 -27
- package/esm/dictionary/2.7.1/types/NA.js +0 -40
- package/esm/dictionary/2.7.1/types/NDL.js +0 -72
- package/esm/dictionary/2.7.1/types/NR.js +0 -17
- package/esm/dictionary/2.7.1/types/OCD.js +0 -18
- package/esm/dictionary/2.7.1/types/OSD.js +0 -76
- package/esm/dictionary/2.7.1/types/OSP.js +0 -24
- package/esm/dictionary/2.7.1/types/PIP.js +0 -37
- package/esm/dictionary/2.7.1/types/PL.js +0 -41
- package/esm/dictionary/2.7.1/types/PLN.js +0 -29
- package/esm/dictionary/2.7.1/types/PPN.js +0 -74
- package/esm/dictionary/2.7.1/types/PRL.js +0 -23
- package/esm/dictionary/2.7.1/types/PT.js +0 -14
- package/esm/dictionary/2.7.1/types/PTA.js +0 -27
- package/esm/dictionary/2.7.1/types/QIP.js +0 -12
- package/esm/dictionary/2.7.1/types/QSC.js +0 -16
- package/esm/dictionary/2.7.1/types/RCD.js +0 -14
- package/esm/dictionary/2.7.1/types/RFR.js +0 -47
- package/esm/dictionary/2.7.1/types/RI.js +0 -7
- package/esm/dictionary/2.7.1/types/RMC.js +0 -27
- package/esm/dictionary/2.7.1/types/RP.js +0 -12
- package/esm/dictionary/2.7.1/types/RPT.js +0 -75
- package/esm/dictionary/2.7.1/types/SAD.js +0 -7
- package/esm/dictionary/2.7.1/types/SCV.js +0 -8
- package/esm/dictionary/2.7.1/types/SI.js +0 -3
- package/esm/dictionary/2.7.1/types/SN.js +0 -11
- package/esm/dictionary/2.7.1/types/SPD.js +0 -31
- package/esm/dictionary/2.7.1/types/SRT.js +0 -12
- package/esm/dictionary/2.7.1/types/TQ.js +0 -74
- package/esm/dictionary/2.7.1/types/UVC.js +0 -17
- package/esm/dictionary/2.7.1/types/VH.js +0 -12
- package/esm/dictionary/2.7.1/types/VID.js +0 -24
- package/esm/dictionary/2.7.1/types/VR.js +0 -17
- package/esm/dictionary/2.7.1/types/WVI.js +0 -16
- package/esm/dictionary/2.7.1/types/WVS.js +0 -16
- package/esm/dictionary/2.7.1/types/XAD.js +0 -106
- package/esm/dictionary/2.7.1/types/XCN.js +0 -78
- package/esm/dictionary/2.7.1/types/XON.js +0 -40
- package/esm/dictionary/2.7.1/types/XPN.js +0 -43
- package/esm/dictionary/2.7.1/types/XTN.js +0 -74
- package/esm/dictionary/2.7.1/types/index.js +0 -76
- package/esm/dictionary/2.8/index.js +0 -6
- package/esm/dictionary/index.js +0 -33
- package/esm/dictionary/segment-fields/abs-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/acc-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/add-segment.enum.js +0 -4
- package/esm/dictionary/segment-fields/adj-segment.enum.js +0 -18
- package/esm/dictionary/segment-fields/aff-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/aig-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/ail-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/aip-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/ais-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/al1-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/apr-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/arq-segment.enum.js +0 -28
- package/esm/dictionary/segment-fields/arv-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/aut-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/bhs-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/blc-segment.enum.js +0 -5
- package/esm/dictionary/segment-fields/blg-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/bpo-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/bpx-segment.enum.js +0 -24
- package/esm/dictionary/segment-fields/bts-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/btx-segment.enum.js +0 -22
- package/esm/dictionary/segment-fields/cdm-segment.enum.js +0 -16
- package/esm/dictionary/segment-fields/cer-segment.enum.js +0 -34
- package/esm/dictionary/segment-fields/cm0-segment.enum.js +0 -14
- package/esm/dictionary/segment-fields/cm1-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/cm2-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/cns-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/con-segment.enum.js +0 -28
- package/esm/dictionary/segment-fields/csp-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/csr-segment.enum.js +0 -19
- package/esm/dictionary/segment-fields/css-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/ctd-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/cti-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/db1-segment.enum.js +0 -11
- package/esm/dictionary/segment-fields/dg1-segment.enum.js +0 -29
- package/esm/dictionary/segment-fields/dmi-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/drg-segment.enum.js +0 -36
- package/esm/dictionary/segment-fields/dsc-segment.enum.js +0 -5
- package/esm/dictionary/segment-fields/dsp-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/ecd-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/ecr-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/ed-segment.enum.js +0 -4
- package/esm/dictionary/segment-fields/edu-segment.enum.js +0 -12
- package/esm/dictionary/segment-fields/eql-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/eqp-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/equ-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/erq-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/err-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/evn-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/fac-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/fhs-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/ft1-segment.enum.js +0 -46
- package/esm/dictionary/segment-fields/fts-segment.enum.js +0 -5
- package/esm/dictionary/segment-fields/gol-segment.enum.js +0 -25
- package/esm/dictionary/segment-fields/gp1-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/gp2-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/gt1-segment.enum.js +0 -60
- package/esm/dictionary/segment-fields/iam-segment.enum.js +0 -33
- package/esm/dictionary/segment-fields/iar-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/iim-segment.enum.js +0 -18
- package/esm/dictionary/segment-fields/ilt-segment.enum.js +0 -13
- package/esm/dictionary/segment-fields/in1-segment.enum.js +0 -57
- package/esm/dictionary/segment-fields/in2-segment.enum.js +0 -75
- package/esm/dictionary/segment-fields/in3-segment.enum.js +0 -28
- package/esm/dictionary/segment-fields/index.js +0 -182
- package/esm/dictionary/segment-fields/inv-segment.enum.js +0 -23
- package/esm/dictionary/segment-fields/ipc-segment.enum.js +0 -12
- package/esm/dictionary/segment-fields/ipr-segment.enum.js +0 -11
- package/esm/dictionary/segment-fields/isd-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/itm-segment.enum.js +0 -32
- package/esm/dictionary/segment-fields/ivc-segment.enum.js +0 -33
- package/esm/dictionary/segment-fields/ivt-segment.enum.js +0 -29
- package/esm/dictionary/segment-fields/lan-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/lcc-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/lch-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/ldp-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/loc-segment.enum.js +0 -12
- package/esm/dictionary/segment-fields/lrl-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/mfa-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/mfe-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/mfi-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/mrg-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/msa-segment.enum.js +0 -11
- package/esm/dictionary/segment-fields/msh-segment.enum.js +0 -28
- package/esm/dictionary/segment-fields/nck-segment.enum.js +0 -4
- package/esm/dictionary/segment-fields/nds-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/nk1-segment.enum.js +0 -44
- package/esm/dictionary/segment-fields/npu-segment.enum.js +0 -5
- package/esm/dictionary/segment-fields/nsc-segment.enum.js +0 -12
- package/esm/dictionary/segment-fields/nst-segment.enum.js +0 -18
- package/esm/dictionary/segment-fields/nte-segment.enum.js +0 -11
- package/esm/dictionary/segment-fields/obr-segment.enum.js +0 -57
- package/esm/dictionary/segment-fields/obx-segment.enum.js +0 -29
- package/esm/dictionary/segment-fields/ods-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/odt-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/om1-segment.enum.js +0 -50
- package/esm/dictionary/segment-fields/om2-segment.enum.js +0 -14
- package/esm/dictionary/segment-fields/om3-segment.enum.js +0 -11
- package/esm/dictionary/segment-fields/om4-segment.enum.js +0 -18
- package/esm/dictionary/segment-fields/om5-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/om6-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/om7-segment.enum.js +0 -27
- package/esm/dictionary/segment-fields/orc-segment.enum.js +0 -36
- package/esm/dictionary/segment-fields/org-segment.enum.js +0 -16
- package/esm/dictionary/segment-fields/oro-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/ovr-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/pac-segment.enum.js +0 -11
- package/esm/dictionary/segment-fields/pce-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/pcr-segment.enum.js +0 -26
- package/esm/dictionary/segment-fields/pd1-segment.enum.js +0 -25
- package/esm/dictionary/segment-fields/pda-segment.enum.js +0 -12
- package/esm/dictionary/segment-fields/pdc-segment.enum.js +0 -18
- package/esm/dictionary/segment-fields/peo-segment.enum.js +0 -28
- package/esm/dictionary/segment-fields/pes-segment.enum.js +0 -16
- package/esm/dictionary/segment-fields/pid-segment.enum.js +0 -43
- package/esm/dictionary/segment-fields/pkg-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/pmt-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/pr1-segment.enum.js +0 -28
- package/esm/dictionary/segment-fields/pra-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/prb-segment.enum.js +0 -31
- package/esm/dictionary/segment-fields/prc-segment.enum.js +0 -21
- package/esm/dictionary/segment-fields/prd-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/prt-segment.enum.js +0 -18
- package/esm/dictionary/segment-fields/psg-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/psh-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/psl-segment.enum.js +0 -51
- package/esm/dictionary/segment-fields/pss-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/pth-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/pv1-segment.enum.js +0 -57
- package/esm/dictionary/segment-fields/pv2-segment.enum.js +0 -53
- package/esm/dictionary/segment-fields/pye-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/qak-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/qck-segment.enum.js +0 -4
- package/esm/dictionary/segment-fields/qid-segment.enum.js +0 -5
- package/esm/dictionary/segment-fields/qpd-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/qrd-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/qrf-segment.enum.js +0 -13
- package/esm/dictionary/segment-fields/qri-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/rcp-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/rdf-segment.enum.js +0 -5
- package/esm/dictionary/segment-fields/rdt-segment.enum.js +0 -4
- package/esm/dictionary/segment-fields/rel-segment.enum.js +0 -19
- package/esm/dictionary/segment-fields/rf1-segment.enum.js +0 -15
- package/esm/dictionary/segment-fields/rfi-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/rgs-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/rmi-segment.enum.js +0 -6
- package/esm/dictionary/segment-fields/rol-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/rq1-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/rqd-segment.enum.js +0 -13
- package/esm/dictionary/segment-fields/rx1-segment.enum.js +0 -28
- package/esm/dictionary/segment-fields/rxa-segment.enum.js +0 -31
- package/esm/dictionary/segment-fields/rxc-segment.enum.js +0 -12
- package/esm/dictionary/segment-fields/rxd-segment.enum.js +0 -37
- package/esm/dictionary/segment-fields/rxe-segment.enum.js +0 -48
- package/esm/dictionary/segment-fields/rxg-segment.enum.js +0 -33
- package/esm/dictionary/segment-fields/rxo-segment.enum.js +0 -39
- package/esm/dictionary/segment-fields/rxr-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/sac-segment.enum.js +0 -47
- package/esm/dictionary/segment-fields/scd-segment.enum.js +0 -40
- package/esm/dictionary/segment-fields/sch-segment.enum.js +0 -30
- package/esm/dictionary/segment-fields/scp-segment.enum.js +0 -11
- package/esm/dictionary/segment-fields/sdd-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/sft-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/shp-segment.enum.js +0 -14
- package/esm/dictionary/segment-fields/sid-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/slt-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/spm-segment.enum.js +0 -35
- package/esm/dictionary/segment-fields/spr-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/stf-segment.enum.js +0 -44
- package/esm/dictionary/segment-fields/stz-segment.enum.js +0 -7
- package/esm/dictionary/segment-fields/tcc-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/tcd-segment.enum.js +0 -11
- package/esm/dictionary/segment-fields/tq1-segment.enum.js +0 -17
- package/esm/dictionary/segment-fields/tq2-segment.enum.js +0 -13
- package/esm/dictionary/segment-fields/txa-segment.enum.js +0 -29
- package/esm/dictionary/segment-fields/uac-segment.enum.js +0 -5
- package/esm/dictionary/segment-fields/ub1-segment.enum.js +0 -26
- package/esm/dictionary/segment-fields/ub2-segment.enum.js +0 -20
- package/esm/dictionary/segment-fields/urd-segment.enum.js +0 -10
- package/esm/dictionary/segment-fields/urs-segment.enum.js +0 -12
- package/esm/dictionary/segment-fields/var-segment.enum.js +0 -9
- package/esm/dictionary/segment-fields/vnd-segment.enum.js +0 -8
- package/esm/dictionary/segment-fields/vtq-segment.enum.js +0 -8
- package/esm/dictionary/tables/acknowledgment-code.enum.js +0 -1
- package/esm/dictionary/tables/index.js +0 -1
- package/esm/dictionary/type-fields/ad-type.enum.js +0 -11
- package/esm/dictionary/type-fields/aui-type.enum.js +0 -6
- package/esm/dictionary/type-fields/ccd-type.enum.js +0 -5
- package/esm/dictionary/type-fields/ccp-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cd-type.enum.js +0 -9
- package/esm/dictionary/type-fields/ce-type.enum.js +0 -9
- package/esm/dictionary/type-fields/cf-type.enum.js +0 -25
- package/esm/dictionary/type-fields/ck-type.enum.js +0 -7
- package/esm/dictionary/type-fields/ck_account_no-type.enum.js +0 -7
- package/esm/dictionary/type-fields/cm_abs_range-type.enum.js +0 -7
- package/esm/dictionary/type-fields/cm_aui-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_batch_total-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_ccd-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_ccp-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_cd_electrode-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_csu-type.enum.js +0 -10
- package/esm/dictionary/type-fields/cm_ddi-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_din-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_dld-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_dlt-type.enum.js +0 -7
- package/esm/dictionary/type-fields/cm_dtn-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_eip-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_eld-type.enum.js +0 -7
- package/esm/dictionary/type-fields/cm_filler-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_finance-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_group_id-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_internal_location-type.enum.js +0 -11
- package/esm/dictionary/type-fields/cm_job_code-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_la1-type.enum.js +0 -19
- package/esm/dictionary/type-fields/cm_license_no-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_mdv-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_moc-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_msg-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_ndl-type.enum.js +0 -14
- package/esm/dictionary/type-fields/cm_ocd-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_osd-type.enum.js +0 -14
- package/esm/dictionary/type-fields/cm_osp-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_parent_result-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_pat_id-type.enum.js +0 -8
- package/esm/dictionary/type-fields/cm_pat_id_0192-type.enum.js +0 -8
- package/esm/dictionary/type-fields/cm_pcf-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_pen-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_pi-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_pip-type.enum.js +0 -7
- package/esm/dictionary/type-fields/cm_placer-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_pln-type.enum.js +0 -7
- package/esm/dictionary/type-fields/cm_position-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_practitioner-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_prl-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_pta-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_range-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_rfr-type.enum.js +0 -10
- package/esm/dictionary/type-fields/cm_ri-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_rmc-type.enum.js +0 -6
- package/esm/dictionary/type-fields/cm_spd-type.enum.js +0 -7
- package/esm/dictionary/type-fields/cm_sps-type.enum.js +0 -9
- package/esm/dictionary/type-fields/cm_uvc-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_vr-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cm_wvi-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cn-type.enum.js +0 -16
- package/esm/dictionary/type-fields/cn_person-type.enum.js +0 -11
- package/esm/dictionary/type-fields/cne-type.enum.js +0 -25
- package/esm/dictionary/type-fields/cnn-type.enum.js +0 -14
- package/esm/dictionary/type-fields/cns-type.enum.js +0 -14
- package/esm/dictionary/type-fields/cp-type.enum.js +0 -9
- package/esm/dictionary/type-fields/cq-type.enum.js +0 -5
- package/esm/dictionary/type-fields/cq_quantity-type.enum.js +0 -5
- package/esm/dictionary/type-fields/csu-type.enum.js +0 -26
- package/esm/dictionary/type-fields/cwe-type.enum.js +0 -25
- package/esm/dictionary/type-fields/cx-type.enum.js +0 -15
- package/esm/dictionary/type-fields/ddi-type.enum.js +0 -6
- package/esm/dictionary/type-fields/din-type.enum.js +0 -5
- package/esm/dictionary/type-fields/dld-type.enum.js +0 -5
- package/esm/dictionary/type-fields/dln-type.enum.js +0 -6
- package/esm/dictionary/type-fields/dlt-type.enum.js +0 -7
- package/esm/dictionary/type-fields/dr-type.enum.js +0 -5
- package/esm/dictionary/type-fields/dtn-type.enum.js +0 -5
- package/esm/dictionary/type-fields/ed-type.enum.js +0 -8
- package/esm/dictionary/type-fields/ei-type.enum.js +0 -7
- package/esm/dictionary/type-fields/eip-type.enum.js +0 -5
- package/esm/dictionary/type-fields/eld-type.enum.js +0 -7
- package/esm/dictionary/type-fields/erl-type.enum.js +0 -9
- package/esm/dictionary/type-fields/fc-type.enum.js +0 -5
- package/esm/dictionary/type-fields/fn-type.enum.js +0 -8
- package/esm/dictionary/type-fields/hd-type.enum.js +0 -6
- package/esm/dictionary/type-fields/icd-type.enum.js +0 -6
- package/esm/dictionary/type-fields/index.js +0 -137
- package/esm/dictionary/type-fields/jcc-type.enum.js +0 -6
- package/esm/dictionary/type-fields/la1-type.enum.js +0 -12
- package/esm/dictionary/type-fields/la2-type.enum.js +0 -19
- package/esm/dictionary/type-fields/ma-type.enum.js +0 -13
- package/esm/dictionary/type-fields/mo-type.enum.js +0 -5
- package/esm/dictionary/type-fields/moc-type.enum.js +0 -5
- package/esm/dictionary/type-fields/mop-type.enum.js +0 -6
- package/esm/dictionary/type-fields/msg-type.enum.js +0 -6
- package/esm/dictionary/type-fields/na-type.enum.js +0 -13
- package/esm/dictionary/type-fields/ndl-type.enum.js +0 -14
- package/esm/dictionary/type-fields/nr-type.enum.js +0 -5
- package/esm/dictionary/type-fields/ocd-type.enum.js +0 -5
- package/esm/dictionary/type-fields/osd-type.enum.js +0 -14
- package/esm/dictionary/type-fields/osp-type.enum.js +0 -6
- package/esm/dictionary/type-fields/pcf-type.enum.js +0 -6
- package/esm/dictionary/type-fields/pi-type.enum.js +0 -6
- package/esm/dictionary/type-fields/pip-type.enum.js +0 -8
- package/esm/dictionary/type-fields/pl-type.enum.js +0 -14
- package/esm/dictionary/type-fields/pln-type.enum.js +0 -7
- package/esm/dictionary/type-fields/pn-type.enum.js +0 -9
- package/esm/dictionary/type-fields/ppn-type.enum.js +0 -29
- package/esm/dictionary/type-fields/prl-type.enum.js +0 -6
- package/esm/dictionary/type-fields/pt-type.enum.js +0 -5
- package/esm/dictionary/type-fields/pta-type.enum.js +0 -7
- package/esm/dictionary/type-fields/qip-type.enum.js +0 -5
- package/esm/dictionary/type-fields/qsc-type.enum.js +0 -7
- package/esm/dictionary/type-fields/rcd-type.enum.js +0 -6
- package/esm/dictionary/type-fields/rfr-type.enum.js +0 -10
- package/esm/dictionary/type-fields/ri-type.enum.js +0 -5
- package/esm/dictionary/type-fields/rmc-type.enum.js +0 -7
- package/esm/dictionary/type-fields/rp-type.enum.js +0 -7
- package/esm/dictionary/type-fields/rpt-type.enum.js +0 -14
- package/esm/dictionary/type-fields/sad-type.enum.js +0 -6
- package/esm/dictionary/type-fields/scv-type.enum.js +0 -5
- package/esm/dictionary/type-fields/sn-type.enum.js +0 -7
- package/esm/dictionary/type-fields/spd-type.enum.js +0 -7
- package/esm/dictionary/type-fields/sps-type.enum.js +0 -10
- package/esm/dictionary/type-fields/srt-type.enum.js +0 -5
- package/esm/dictionary/type-fields/tq-type.enum.js +0 -15
- package/esm/dictionary/type-fields/ts-type.enum.js +0 -5
- package/esm/dictionary/type-fields/uvc-type.enum.js +0 -7
- package/esm/dictionary/type-fields/vh-type.enum.js +0 -7
- package/esm/dictionary/type-fields/vid-type.enum.js +0 -6
- package/esm/dictionary/type-fields/vr-type.enum.js +0 -5
- package/esm/dictionary/type-fields/wvi-type.enum.js +0 -5
- package/esm/dictionary/type-fields/wvs-type.enum.js +0 -5
- package/esm/dictionary/type-fields/xad-type.enum.js +0 -26
- package/esm/dictionary/type-fields/xcn-type.enum.js +0 -28
- package/esm/dictionary/type-fields/xon-type.enum.js +0 -13
- package/esm/dictionary/type-fields/xpn-type.enum.js +0 -18
- package/esm/dictionary/type-fields/xtn-type.enum.js +0 -21
- package/esm/hl7-dictionary.js +0 -29
- package/esm/interfaces/dictionary.types.js +0 -3
- package/esm/interfaces/index.js +0 -2
- package/esm/interfaces/version.enum.js +0 -14
- package/esm/utils/hl7-date.js +0 -22
- package/types/dictionary/2.1/dictionary.d.ts +0 -3
- package/types/dictionary/2.1/index.d.ts +0 -3
- package/types/dictionary/2.1/patches.d.ts +0 -1
- package/types/dictionary/2.1/segments/ACC.d.ts +0 -2
- package/types/dictionary/2.1/segments/ADD.d.ts +0 -2
- package/types/dictionary/2.1/segments/BHS.d.ts +0 -2
- package/types/dictionary/2.1/segments/BLG.d.ts +0 -2
- package/types/dictionary/2.1/segments/BTS.d.ts +0 -2
- package/types/dictionary/2.1/segments/DG1.d.ts +0 -2
- package/types/dictionary/2.1/segments/DSC.d.ts +0 -2
- package/types/dictionary/2.1/segments/DSP.d.ts +0 -2
- package/types/dictionary/2.1/segments/ERR.d.ts +0 -2
- package/types/dictionary/2.1/segments/EVN.d.ts +0 -2
- package/types/dictionary/2.1/segments/FHS.d.ts +0 -2
- package/types/dictionary/2.1/segments/FT1.d.ts +0 -2
- package/types/dictionary/2.1/segments/FTS.d.ts +0 -2
- package/types/dictionary/2.1/segments/GT1.d.ts +0 -2
- package/types/dictionary/2.1/segments/IN1.d.ts +0 -2
- package/types/dictionary/2.1/segments/MFI.d.ts +0 -2
- package/types/dictionary/2.1/segments/MRG.d.ts +0 -2
- package/types/dictionary/2.1/segments/MSA.d.ts +0 -2
- package/types/dictionary/2.1/segments/MSH.d.ts +0 -2
- package/types/dictionary/2.1/segments/NCK.d.ts +0 -2
- package/types/dictionary/2.1/segments/NK1.d.ts +0 -2
- package/types/dictionary/2.1/segments/NPU.d.ts +0 -2
- package/types/dictionary/2.1/segments/NSC.d.ts +0 -2
- package/types/dictionary/2.1/segments/NST.d.ts +0 -2
- package/types/dictionary/2.1/segments/NTE.d.ts +0 -2
- package/types/dictionary/2.1/segments/OBR.d.ts +0 -2
- package/types/dictionary/2.1/segments/OBX.d.ts +0 -2
- package/types/dictionary/2.1/segments/ORC.d.ts +0 -2
- package/types/dictionary/2.1/segments/ORO.d.ts +0 -2
- package/types/dictionary/2.1/segments/PID.d.ts +0 -2
- package/types/dictionary/2.1/segments/PR1.d.ts +0 -2
- package/types/dictionary/2.1/segments/PV1.d.ts +0 -2
- package/types/dictionary/2.1/segments/QRD.d.ts +0 -2
- package/types/dictionary/2.1/segments/QRF.d.ts +0 -2
- package/types/dictionary/2.1/segments/RX1.d.ts +0 -2
- package/types/dictionary/2.1/segments/UB1.d.ts +0 -2
- package/types/dictionary/2.1/segments/URD.d.ts +0 -2
- package/types/dictionary/2.1/segments/URS.d.ts +0 -2
- package/types/dictionary/2.1/segments/index.d.ts +0 -38
- package/types/dictionary/2.1/types/AD.d.ts +0 -2
- package/types/dictionary/2.1/types/CE.d.ts +0 -2
- package/types/dictionary/2.1/types/CK.d.ts +0 -2
- package/types/dictionary/2.1/types/CM.d.ts +0 -2
- package/types/dictionary/2.1/types/CM_MSG.d.ts +0 -2
- package/types/dictionary/2.1/types/CN.d.ts +0 -2
- package/types/dictionary/2.1/types/CQ.d.ts +0 -2
- package/types/dictionary/2.1/types/DT.d.ts +0 -2
- package/types/dictionary/2.1/types/FT.d.ts +0 -2
- package/types/dictionary/2.1/types/ID.d.ts +0 -2
- package/types/dictionary/2.1/types/IS.d.ts +0 -2
- package/types/dictionary/2.1/types/NM.d.ts +0 -2
- package/types/dictionary/2.1/types/PN.d.ts +0 -2
- package/types/dictionary/2.1/types/SI.d.ts +0 -2
- package/types/dictionary/2.1/types/ST.d.ts +0 -2
- package/types/dictionary/2.1/types/TM.d.ts +0 -2
- package/types/dictionary/2.1/types/TN.d.ts +0 -2
- package/types/dictionary/2.1/types/TS.d.ts +0 -2
- package/types/dictionary/2.1/types/TX.d.ts +0 -2
- package/types/dictionary/2.1/types/VARIES.d.ts +0 -2
- package/types/dictionary/2.1/types/index.d.ts +0 -20
- package/types/dictionary/2.2/index.d.ts +0 -2
- package/types/dictionary/2.2/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.2/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.2/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.2/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.2/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.2/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.2/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.2/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.2/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.2/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.2/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.2/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.2/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.2/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.2/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.2/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.2/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.2/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.2/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.2/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.2/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.2/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.2/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.2/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.2/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.2/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.2/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.2/segments/NST.d.ts +0 -3
- package/types/dictionary/2.2/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.2/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.2/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.2/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.2/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.2/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.2/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.2/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.2/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.2/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.2/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.2/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.2/segments/PID.d.ts +0 -3
- package/types/dictionary/2.2/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.2/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.2/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.2/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.2/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.2/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.2/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.2/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.2/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.2/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.2/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.2/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.2/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.2/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.2/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.2/segments/STF.d.ts +0 -3
- package/types/dictionary/2.2/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.2/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.2/segments/URD.d.ts +0 -3
- package/types/dictionary/2.2/segments/URS.d.ts +0 -3
- package/types/dictionary/2.2/segments/index.d.ts +0 -61
- package/types/dictionary/2.2/types/AD.d.ts +0 -3
- package/types/dictionary/2.2/types/CK.d.ts +0 -3
- package/types/dictionary/2.2/types/CK_ACCOUNT_NO.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_ABS_RANGE.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_AUI.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_BATCH_TOTAL.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_CCD.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_DDI.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_DIN.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_DLD.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_DLT.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_DTN.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_EIP.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_ELD.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_FILLER.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_FINANCE.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_GROUP_ID.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_INTERNAL_LOCATION.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_JOB_CODE.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_LA1.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_LICENSE_NO.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_MOC.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_NDL.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_OCD.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_OSP.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PARENT_RESULT.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PAT_ID.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PAT_ID_0192.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PCF.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PEN.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PIP.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PLACER.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PLN.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_POSITION.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PRACTITIONER.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_PTA.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_RANGE.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_RFR.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_RI.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_RMC.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_SPD.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_SPS.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_UVC.d.ts +0 -3
- package/types/dictionary/2.2/types/CM_VR.d.ts +0 -3
- package/types/dictionary/2.2/types/CN.d.ts +0 -3
- package/types/dictionary/2.2/types/CN_PERSON.d.ts +0 -3
- package/types/dictionary/2.2/types/CQ_QUANTITY.d.ts +0 -3
- package/types/dictionary/2.2/types/SI.d.ts +0 -3
- package/types/dictionary/2.2/types/TQ.d.ts +0 -3
- package/types/dictionary/2.2/types/index.d.ts +0 -49
- package/types/dictionary/2.3/index.d.ts +0 -2
- package/types/dictionary/2.3/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.3/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.3/segments/AIG.d.ts +0 -3
- package/types/dictionary/2.3/segments/AIL.d.ts +0 -3
- package/types/dictionary/2.3/segments/AIP.d.ts +0 -3
- package/types/dictionary/2.3/segments/AIS.d.ts +0 -3
- package/types/dictionary/2.3/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.3/segments/APR.d.ts +0 -3
- package/types/dictionary/2.3/segments/ARQ.d.ts +0 -3
- package/types/dictionary/2.3/segments/AUT.d.ts +0 -3
- package/types/dictionary/2.3/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.3/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.3/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.3/segments/CDM.d.ts +0 -3
- package/types/dictionary/2.3/segments/CM0.d.ts +0 -3
- package/types/dictionary/2.3/segments/CM1.d.ts +0 -3
- package/types/dictionary/2.3/segments/CM2.d.ts +0 -3
- package/types/dictionary/2.3/segments/CSP.d.ts +0 -3
- package/types/dictionary/2.3/segments/CSR.d.ts +0 -3
- package/types/dictionary/2.3/segments/CSS.d.ts +0 -3
- package/types/dictionary/2.3/segments/CTD.d.ts +0 -3
- package/types/dictionary/2.3/segments/CTI.d.ts +0 -3
- package/types/dictionary/2.3/segments/DB1.d.ts +0 -3
- package/types/dictionary/2.3/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.3/segments/DRG.d.ts +0 -3
- package/types/dictionary/2.3/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.3/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.3/segments/EQL.d.ts +0 -3
- package/types/dictionary/2.3/segments/ERQ.d.ts +0 -3
- package/types/dictionary/2.3/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.3/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.3/segments/FAC.d.ts +0 -3
- package/types/dictionary/2.3/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.3/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.3/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.3/segments/GOL.d.ts +0 -3
- package/types/dictionary/2.3/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.3/segments/IAM.d.ts +0 -3
- package/types/dictionary/2.3/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.3/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.3/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.3/segments/LCC.d.ts +0 -3
- package/types/dictionary/2.3/segments/LCH.d.ts +0 -3
- package/types/dictionary/2.3/segments/LDP.d.ts +0 -3
- package/types/dictionary/2.3/segments/LOC.d.ts +0 -3
- package/types/dictionary/2.3/segments/LRL.d.ts +0 -3
- package/types/dictionary/2.3/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.3/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.3/segments/MFI.d.ts +0 -3
- package/types/dictionary/2.3/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.3/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.3/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.3/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.3/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.3/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.3/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.3/segments/NST.d.ts +0 -3
- package/types/dictionary/2.3/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.3/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.3/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.3/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.3/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.3/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.3/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.3/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.3/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.3/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.3/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.3/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.3/segments/PCR.d.ts +0 -3
- package/types/dictionary/2.3/segments/PD1.d.ts +0 -3
- package/types/dictionary/2.3/segments/PDC.d.ts +0 -3
- package/types/dictionary/2.3/segments/PEO.d.ts +0 -3
- package/types/dictionary/2.3/segments/PES.d.ts +0 -3
- package/types/dictionary/2.3/segments/PID.d.ts +0 -3
- package/types/dictionary/2.3/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.3/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.3/segments/PRB.d.ts +0 -3
- package/types/dictionary/2.3/segments/PRC.d.ts +0 -3
- package/types/dictionary/2.3/segments/PRD.d.ts +0 -3
- package/types/dictionary/2.3/segments/PSH.d.ts +0 -3
- package/types/dictionary/2.3/segments/PTH.d.ts +0 -3
- package/types/dictionary/2.3/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.3/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.3/segments/QAK.d.ts +0 -3
- package/types/dictionary/2.3/segments/QCK.d.ts +0 -3
- package/types/dictionary/2.3/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.3/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.3/segments/RDF.d.ts +0 -3
- package/types/dictionary/2.3/segments/RDT.d.ts +0 -3
- package/types/dictionary/2.3/segments/RF1.d.ts +0 -3
- package/types/dictionary/2.3/segments/RGS.d.ts +0 -3
- package/types/dictionary/2.3/segments/ROL.d.ts +0 -3
- package/types/dictionary/2.3/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.3/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.3/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.3/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.3/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.3/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.3/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.3/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.3/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.3/segments/SCH.d.ts +0 -3
- package/types/dictionary/2.3/segments/SPR.d.ts +0 -3
- package/types/dictionary/2.3/segments/STF.d.ts +0 -3
- package/types/dictionary/2.3/segments/TXA.d.ts +0 -3
- package/types/dictionary/2.3/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.3/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.3/segments/URD.d.ts +0 -3
- package/types/dictionary/2.3/segments/URS.d.ts +0 -3
- package/types/dictionary/2.3/segments/VAR.d.ts +0 -3
- package/types/dictionary/2.3/segments/VTQ.d.ts +0 -3
- package/types/dictionary/2.3/segments/index.d.ts +0 -112
- package/types/dictionary/2.3/types/AD.d.ts +0 -3
- package/types/dictionary/2.3/types/CD.d.ts +0 -3
- package/types/dictionary/2.3/types/CE.d.ts +0 -3
- package/types/dictionary/2.3/types/CF.d.ts +0 -3
- package/types/dictionary/2.3/types/CK.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_AUI.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_CCD.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_CCP.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_CD_ELECTRODE.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_CSU.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_DDI.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_DTN.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_EIP.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_ELD.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_LA1.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_MDV.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_MOC.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_MSG.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_NDL.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_OCD.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_OSD.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_OSP.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_PCF.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_PEN.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_PI.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_PLN.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_PRL.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_PTA.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_RFR.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_RI.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_RMC.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_SPS.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_UVC.d.ts +0 -3
- package/types/dictionary/2.3/types/CM_WVI.d.ts +0 -3
- package/types/dictionary/2.3/types/CN.d.ts +0 -3
- package/types/dictionary/2.3/types/CNE.d.ts +0 -3
- package/types/dictionary/2.3/types/CP.d.ts +0 -3
- package/types/dictionary/2.3/types/CQ.d.ts +0 -3
- package/types/dictionary/2.3/types/CX.d.ts +0 -3
- package/types/dictionary/2.3/types/DLN.d.ts +0 -3
- package/types/dictionary/2.3/types/DR.d.ts +0 -3
- package/types/dictionary/2.3/types/DT.d.ts +0 -3
- package/types/dictionary/2.3/types/ED.d.ts +0 -3
- package/types/dictionary/2.3/types/EI.d.ts +0 -3
- package/types/dictionary/2.3/types/FC.d.ts +0 -3
- package/types/dictionary/2.3/types/FT.d.ts +0 -3
- package/types/dictionary/2.3/types/HD.d.ts +0 -3
- package/types/dictionary/2.3/types/ID.d.ts +0 -3
- package/types/dictionary/2.3/types/IS.d.ts +0 -3
- package/types/dictionary/2.3/types/JCC.d.ts +0 -3
- package/types/dictionary/2.3/types/MA.d.ts +0 -3
- package/types/dictionary/2.3/types/MO.d.ts +0 -3
- package/types/dictionary/2.3/types/NA.d.ts +0 -3
- package/types/dictionary/2.3/types/NM.d.ts +0 -3
- package/types/dictionary/2.3/types/PL.d.ts +0 -3
- package/types/dictionary/2.3/types/PPN.d.ts +0 -3
- package/types/dictionary/2.3/types/PT.d.ts +0 -3
- package/types/dictionary/2.3/types/QIP.d.ts +0 -3
- package/types/dictionary/2.3/types/QSC.d.ts +0 -3
- package/types/dictionary/2.3/types/RCD.d.ts +0 -3
- package/types/dictionary/2.3/types/RI.d.ts +0 -3
- package/types/dictionary/2.3/types/RP.d.ts +0 -3
- package/types/dictionary/2.3/types/SCV.d.ts +0 -3
- package/types/dictionary/2.3/types/SN.d.ts +0 -3
- package/types/dictionary/2.3/types/ST.d.ts +0 -3
- package/types/dictionary/2.3/types/TM.d.ts +0 -3
- package/types/dictionary/2.3/types/TN.d.ts +0 -3
- package/types/dictionary/2.3/types/TQ.d.ts +0 -3
- package/types/dictionary/2.3/types/TS.d.ts +0 -3
- package/types/dictionary/2.3/types/TX.d.ts +0 -3
- package/types/dictionary/2.3/types/VARIES.d.ts +0 -3
- package/types/dictionary/2.3/types/VH.d.ts +0 -3
- package/types/dictionary/2.3/types/XAD.d.ts +0 -3
- package/types/dictionary/2.3/types/XCN.d.ts +0 -3
- package/types/dictionary/2.3/types/XON.d.ts +0 -3
- package/types/dictionary/2.3/types/XPN.d.ts +0 -3
- package/types/dictionary/2.3/types/XTN.d.ts +0 -3
- package/types/dictionary/2.3/types/index.d.ts +0 -77
- package/types/dictionary/2.3.1/index.d.ts +0 -2
- package/types/dictionary/2.3.1/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/AIG.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/AIL.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/AIP.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/AIS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/APR.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/ARQ.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/AUT.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CDM.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CM0.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CM1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CM2.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CSP.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CSR.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CSS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CTD.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/CTI.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/DB1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/DRG.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/EQL.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/ERQ.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/FAC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/GOL.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/LCC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/LCH.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/LDP.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/LOC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/LRL.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/NST.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PCR.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PD1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PDC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PEO.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PES.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PID.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PRC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PRD.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PSH.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PTH.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/QAK.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RDF.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RDT.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RF1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RGS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/ROL.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/SCH.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/SPR.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/STF.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/TXA.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/URD.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/URS.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/VAR.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/VTQ.d.ts +0 -3
- package/types/dictionary/2.3.1/segments/index.d.ts +0 -108
- package/types/dictionary/2.3.1/types/AD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/AUI.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CCD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CCP.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CE.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CF.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CK.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CNE.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CNS.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CP.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CSU.d.ts +0 -3
- package/types/dictionary/2.3.1/types/CWE.d.ts +0 -3
- package/types/dictionary/2.3.1/types/DDI.d.ts +0 -3
- package/types/dictionary/2.3.1/types/DIN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/DLD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/DLT.d.ts +0 -3
- package/types/dictionary/2.3.1/types/DR.d.ts +0 -3
- package/types/dictionary/2.3.1/types/DTN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/ED.d.ts +0 -3
- package/types/dictionary/2.3.1/types/EI.d.ts +0 -3
- package/types/dictionary/2.3.1/types/EIP.d.ts +0 -3
- package/types/dictionary/2.3.1/types/ELD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/FC.d.ts +0 -3
- package/types/dictionary/2.3.1/types/FN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/HD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/JCC.d.ts +0 -3
- package/types/dictionary/2.3.1/types/LA1.d.ts +0 -3
- package/types/dictionary/2.3.1/types/LA2.d.ts +0 -3
- package/types/dictionary/2.3.1/types/MOC.d.ts +0 -3
- package/types/dictionary/2.3.1/types/MOP.d.ts +0 -3
- package/types/dictionary/2.3.1/types/MSG.d.ts +0 -3
- package/types/dictionary/2.3.1/types/NDL.d.ts +0 -3
- package/types/dictionary/2.3.1/types/NR.d.ts +0 -3
- package/types/dictionary/2.3.1/types/OCD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/OSD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/OSP.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PCF.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PI.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PIP.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PL.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PLN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PPN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PRL.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PT.d.ts +0 -3
- package/types/dictionary/2.3.1/types/PTA.d.ts +0 -3
- package/types/dictionary/2.3.1/types/QSC.d.ts +0 -3
- package/types/dictionary/2.3.1/types/RCD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/RFR.d.ts +0 -3
- package/types/dictionary/2.3.1/types/RMC.d.ts +0 -3
- package/types/dictionary/2.3.1/types/SCV.d.ts +0 -3
- package/types/dictionary/2.3.1/types/SI.d.ts +0 -3
- package/types/dictionary/2.3.1/types/SPD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/SPS.d.ts +0 -3
- package/types/dictionary/2.3.1/types/TQ.d.ts +0 -3
- package/types/dictionary/2.3.1/types/UVC.d.ts +0 -3
- package/types/dictionary/2.3.1/types/VID.d.ts +0 -3
- package/types/dictionary/2.3.1/types/VR.d.ts +0 -3
- package/types/dictionary/2.3.1/types/WVI.d.ts +0 -3
- package/types/dictionary/2.3.1/types/WVS.d.ts +0 -3
- package/types/dictionary/2.3.1/types/XAD.d.ts +0 -3
- package/types/dictionary/2.3.1/types/XCN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/XON.d.ts +0 -3
- package/types/dictionary/2.3.1/types/XPN.d.ts +0 -3
- package/types/dictionary/2.3.1/types/index.d.ts +0 -66
- package/types/dictionary/2.4/dictionary.d.ts +0 -2
- package/types/dictionary/2.4/index.d.ts +0 -3
- package/types/dictionary/2.4/patches.d.ts +0 -1
- package/types/dictionary/2.4/segments/ABS.d.ts +0 -3
- package/types/dictionary/2.4/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.4/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.4/segments/AFF.d.ts +0 -3
- package/types/dictionary/2.4/segments/AIG.d.ts +0 -3
- package/types/dictionary/2.4/segments/AIL.d.ts +0 -3
- package/types/dictionary/2.4/segments/AIP.d.ts +0 -3
- package/types/dictionary/2.4/segments/AIS.d.ts +0 -3
- package/types/dictionary/2.4/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.4/segments/APR.d.ts +0 -3
- package/types/dictionary/2.4/segments/ARQ.d.ts +0 -3
- package/types/dictionary/2.4/segments/AUT.d.ts +0 -3
- package/types/dictionary/2.4/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.4/segments/BLC.d.ts +0 -3
- package/types/dictionary/2.4/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.4/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.4/segments/CDM.d.ts +0 -3
- package/types/dictionary/2.4/segments/CM0.d.ts +0 -3
- package/types/dictionary/2.4/segments/CM1.d.ts +0 -3
- package/types/dictionary/2.4/segments/CM2.d.ts +0 -3
- package/types/dictionary/2.4/segments/CNS.d.ts +0 -3
- package/types/dictionary/2.4/segments/CSP.d.ts +0 -3
- package/types/dictionary/2.4/segments/CSR.d.ts +0 -3
- package/types/dictionary/2.4/segments/CSS.d.ts +0 -3
- package/types/dictionary/2.4/segments/CTD.d.ts +0 -3
- package/types/dictionary/2.4/segments/CTI.d.ts +0 -3
- package/types/dictionary/2.4/segments/DB1.d.ts +0 -3
- package/types/dictionary/2.4/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.4/segments/DRG.d.ts +0 -3
- package/types/dictionary/2.4/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.4/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.4/segments/ECD.d.ts +0 -3
- package/types/dictionary/2.4/segments/ECR.d.ts +0 -3
- package/types/dictionary/2.4/segments/EDU.d.ts +0 -3
- package/types/dictionary/2.4/segments/EQL.d.ts +0 -3
- package/types/dictionary/2.4/segments/EQP.d.ts +0 -3
- package/types/dictionary/2.4/segments/EQU.d.ts +0 -3
- package/types/dictionary/2.4/segments/ERQ.d.ts +0 -3
- package/types/dictionary/2.4/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.4/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.4/segments/FAC.d.ts +0 -3
- package/types/dictionary/2.4/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.4/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.4/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.4/segments/GOL.d.ts +0 -3
- package/types/dictionary/2.4/segments/GP1.d.ts +0 -3
- package/types/dictionary/2.4/segments/GP2.d.ts +0 -3
- package/types/dictionary/2.4/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.4/segments/IAM.d.ts +0 -3
- package/types/dictionary/2.4/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.4/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.4/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.4/segments/INV.d.ts +0 -3
- package/types/dictionary/2.4/segments/ISD.d.ts +0 -3
- package/types/dictionary/2.4/segments/LAN.d.ts +0 -3
- package/types/dictionary/2.4/segments/LCC.d.ts +0 -3
- package/types/dictionary/2.4/segments/LCH.d.ts +0 -3
- package/types/dictionary/2.4/segments/LDP.d.ts +0 -3
- package/types/dictionary/2.4/segments/LOC.d.ts +0 -3
- package/types/dictionary/2.4/segments/LRL.d.ts +0 -3
- package/types/dictionary/2.4/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.4/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.4/segments/MFI.d.ts +0 -3
- package/types/dictionary/2.4/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.4/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.4/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.4/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.4/segments/NDS.d.ts +0 -3
- package/types/dictionary/2.4/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.4/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.4/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.4/segments/NST.d.ts +0 -3
- package/types/dictionary/2.4/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.4/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.4/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.4/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.4/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.4/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.4/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.4/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.4/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.4/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.4/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.4/segments/OM7.d.ts +0 -3
- package/types/dictionary/2.4/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.4/segments/ORG.d.ts +0 -3
- package/types/dictionary/2.4/segments/PCR.d.ts +0 -3
- package/types/dictionary/2.4/segments/PD1.d.ts +0 -3
- package/types/dictionary/2.4/segments/PDA.d.ts +0 -3
- package/types/dictionary/2.4/segments/PDC.d.ts +0 -3
- package/types/dictionary/2.4/segments/PEO.d.ts +0 -3
- package/types/dictionary/2.4/segments/PES.d.ts +0 -3
- package/types/dictionary/2.4/segments/PID.d.ts +0 -3
- package/types/dictionary/2.4/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.4/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.4/segments/PRB.d.ts +0 -3
- package/types/dictionary/2.4/segments/PRC.d.ts +0 -3
- package/types/dictionary/2.4/segments/PRD.d.ts +0 -3
- package/types/dictionary/2.4/segments/PSH.d.ts +0 -3
- package/types/dictionary/2.4/segments/PTH.d.ts +0 -3
- package/types/dictionary/2.4/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.4/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.4/segments/QAK.d.ts +0 -3
- package/types/dictionary/2.4/segments/QID.d.ts +0 -3
- package/types/dictionary/2.4/segments/QPD.d.ts +0 -3
- package/types/dictionary/2.4/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.4/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.4/segments/QRI.d.ts +0 -3
- package/types/dictionary/2.4/segments/RCP.d.ts +0 -3
- package/types/dictionary/2.4/segments/RDF.d.ts +0 -3
- package/types/dictionary/2.4/segments/RDT.d.ts +0 -3
- package/types/dictionary/2.4/segments/RF1.d.ts +0 -3
- package/types/dictionary/2.4/segments/RGS.d.ts +0 -3
- package/types/dictionary/2.4/segments/RMI.d.ts +0 -3
- package/types/dictionary/2.4/segments/ROL.d.ts +0 -3
- package/types/dictionary/2.4/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.4/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.4/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.4/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.4/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.4/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.4/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.4/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.4/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.4/segments/SAC.d.ts +0 -3
- package/types/dictionary/2.4/segments/SCH.d.ts +0 -3
- package/types/dictionary/2.4/segments/SID.d.ts +0 -3
- package/types/dictionary/2.4/segments/SPR.d.ts +0 -3
- package/types/dictionary/2.4/segments/STF.d.ts +0 -3
- package/types/dictionary/2.4/segments/TCC.d.ts +0 -3
- package/types/dictionary/2.4/segments/TCD.d.ts +0 -3
- package/types/dictionary/2.4/segments/TXA.d.ts +0 -3
- package/types/dictionary/2.4/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.4/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.4/segments/URD.d.ts +0 -3
- package/types/dictionary/2.4/segments/URS.d.ts +0 -3
- package/types/dictionary/2.4/segments/VAR.d.ts +0 -3
- package/types/dictionary/2.4/segments/VTQ.d.ts +0 -3
- package/types/dictionary/2.4/segments/index.d.ts +0 -138
- package/types/dictionary/2.4/types/AD.d.ts +0 -3
- package/types/dictionary/2.4/types/AUI.d.ts +0 -3
- package/types/dictionary/2.4/types/CD.d.ts +0 -3
- package/types/dictionary/2.4/types/CE.d.ts +0 -3
- package/types/dictionary/2.4/types/CF.d.ts +0 -3
- package/types/dictionary/2.4/types/CK.d.ts +0 -3
- package/types/dictionary/2.4/types/CN.d.ts +0 -3
- package/types/dictionary/2.4/types/CNE.d.ts +0 -3
- package/types/dictionary/2.4/types/CNN.d.ts +0 -3
- package/types/dictionary/2.4/types/CP.d.ts +0 -3
- package/types/dictionary/2.4/types/CQ.d.ts +0 -3
- package/types/dictionary/2.4/types/CWE.d.ts +0 -3
- package/types/dictionary/2.4/types/CX.d.ts +0 -3
- package/types/dictionary/2.4/types/DLD.d.ts +0 -3
- package/types/dictionary/2.4/types/DLN.d.ts +0 -3
- package/types/dictionary/2.4/types/DR.d.ts +0 -3
- package/types/dictionary/2.4/types/DT.d.ts +0 -3
- package/types/dictionary/2.4/types/DTM.d.ts +0 -3
- package/types/dictionary/2.4/types/ED.d.ts +0 -3
- package/types/dictionary/2.4/types/EI.d.ts +0 -3
- package/types/dictionary/2.4/types/FC.d.ts +0 -3
- package/types/dictionary/2.4/types/FN.d.ts +0 -3
- package/types/dictionary/2.4/types/FT.d.ts +0 -3
- package/types/dictionary/2.4/types/HD.d.ts +0 -3
- package/types/dictionary/2.4/types/ID.d.ts +0 -3
- package/types/dictionary/2.4/types/IS.d.ts +0 -3
- package/types/dictionary/2.4/types/JCC.d.ts +0 -3
- package/types/dictionary/2.4/types/MA.d.ts +0 -3
- package/types/dictionary/2.4/types/MO.d.ts +0 -3
- package/types/dictionary/2.4/types/NA.d.ts +0 -3
- package/types/dictionary/2.4/types/NDL.d.ts +0 -3
- package/types/dictionary/2.4/types/NM.d.ts +0 -3
- package/types/dictionary/2.4/types/OCD.d.ts +0 -3
- package/types/dictionary/2.4/types/PL.d.ts +0 -3
- package/types/dictionary/2.4/types/PN.d.ts +0 -3
- package/types/dictionary/2.4/types/PPN.d.ts +0 -3
- package/types/dictionary/2.4/types/PT.d.ts +0 -3
- package/types/dictionary/2.4/types/QIP.d.ts +0 -3
- package/types/dictionary/2.4/types/QSC.d.ts +0 -3
- package/types/dictionary/2.4/types/RCD.d.ts +0 -3
- package/types/dictionary/2.4/types/RFR.d.ts +0 -3
- package/types/dictionary/2.4/types/RI.d.ts +0 -3
- package/types/dictionary/2.4/types/RP.d.ts +0 -3
- package/types/dictionary/2.4/types/SAD.d.ts +0 -3
- package/types/dictionary/2.4/types/SCV.d.ts +0 -3
- package/types/dictionary/2.4/types/SN.d.ts +0 -3
- package/types/dictionary/2.4/types/SRT.d.ts +0 -3
- package/types/dictionary/2.4/types/ST.d.ts +0 -3
- package/types/dictionary/2.4/types/TM.d.ts +0 -3
- package/types/dictionary/2.4/types/TN.d.ts +0 -3
- package/types/dictionary/2.4/types/TQ.d.ts +0 -3
- package/types/dictionary/2.4/types/TS.d.ts +0 -3
- package/types/dictionary/2.4/types/TX.d.ts +0 -3
- package/types/dictionary/2.4/types/VARIES.d.ts +0 -3
- package/types/dictionary/2.4/types/VH.d.ts +0 -3
- package/types/dictionary/2.4/types/WVS.d.ts +0 -3
- package/types/dictionary/2.4/types/XAD.d.ts +0 -3
- package/types/dictionary/2.4/types/XCN.d.ts +0 -3
- package/types/dictionary/2.4/types/XON.d.ts +0 -3
- package/types/dictionary/2.4/types/XPN.d.ts +0 -3
- package/types/dictionary/2.4/types/XTN.d.ts +0 -3
- package/types/dictionary/2.4/types/index.d.ts +0 -61
- package/types/dictionary/2.5/index.d.ts +0 -2
- package/types/dictionary/2.5/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.5/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.5/segments/AFF.d.ts +0 -3
- package/types/dictionary/2.5/segments/AIL.d.ts +0 -3
- package/types/dictionary/2.5/segments/AIP.d.ts +0 -3
- package/types/dictionary/2.5/segments/AIS.d.ts +0 -3
- package/types/dictionary/2.5/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.5/segments/ARQ.d.ts +0 -3
- package/types/dictionary/2.5/segments/AUT.d.ts +0 -3
- package/types/dictionary/2.5/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.5/segments/BLC.d.ts +0 -3
- package/types/dictionary/2.5/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.5/segments/BPO.d.ts +0 -3
- package/types/dictionary/2.5/segments/BPX.d.ts +0 -3
- package/types/dictionary/2.5/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.5/segments/BTX.d.ts +0 -3
- package/types/dictionary/2.5/segments/CDM.d.ts +0 -3
- package/types/dictionary/2.5/segments/CER.d.ts +0 -3
- package/types/dictionary/2.5/segments/CM0.d.ts +0 -3
- package/types/dictionary/2.5/segments/CM1.d.ts +0 -3
- package/types/dictionary/2.5/segments/CM2.d.ts +0 -3
- package/types/dictionary/2.5/segments/CSR.d.ts +0 -3
- package/types/dictionary/2.5/segments/CSS.d.ts +0 -3
- package/types/dictionary/2.5/segments/CTD.d.ts +0 -3
- package/types/dictionary/2.5/segments/DB1.d.ts +0 -3
- package/types/dictionary/2.5/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.5/segments/DRG.d.ts +0 -3
- package/types/dictionary/2.5/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.5/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.5/segments/ECD.d.ts +0 -3
- package/types/dictionary/2.5/segments/ECR.d.ts +0 -3
- package/types/dictionary/2.5/segments/EDU.d.ts +0 -3
- package/types/dictionary/2.5/segments/EQL.d.ts +0 -3
- package/types/dictionary/2.5/segments/ERQ.d.ts +0 -3
- package/types/dictionary/2.5/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.5/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.5/segments/FAC.d.ts +0 -3
- package/types/dictionary/2.5/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.5/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.5/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.5/segments/GOL.d.ts +0 -3
- package/types/dictionary/2.5/segments/GP2.d.ts +0 -3
- package/types/dictionary/2.5/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.5/segments/IAM.d.ts +0 -3
- package/types/dictionary/2.5/segments/IIM.d.ts +0 -3
- package/types/dictionary/2.5/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.5/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.5/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.5/segments/INV.d.ts +0 -3
- package/types/dictionary/2.5/segments/IPC.d.ts +0 -3
- package/types/dictionary/2.5/segments/LAN.d.ts +0 -3
- package/types/dictionary/2.5/segments/LCC.d.ts +0 -3
- package/types/dictionary/2.5/segments/LCH.d.ts +0 -3
- package/types/dictionary/2.5/segments/LDP.d.ts +0 -3
- package/types/dictionary/2.5/segments/LOC.d.ts +0 -3
- package/types/dictionary/2.5/segments/LRL.d.ts +0 -3
- package/types/dictionary/2.5/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.5/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.5/segments/MFI.d.ts +0 -3
- package/types/dictionary/2.5/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.5/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.5/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.5/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.5/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.5/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.5/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.5/segments/NST.d.ts +0 -3
- package/types/dictionary/2.5/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.5/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.5/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.5/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.5/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.5/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.5/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.5/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.5/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.5/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.5/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.5/segments/OM7.d.ts +0 -3
- package/types/dictionary/2.5/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.5/segments/ORG.d.ts +0 -3
- package/types/dictionary/2.5/segments/OVR.d.ts +0 -3
- package/types/dictionary/2.5/segments/PCR.d.ts +0 -3
- package/types/dictionary/2.5/segments/PD1.d.ts +0 -3
- package/types/dictionary/2.5/segments/PDA.d.ts +0 -3
- package/types/dictionary/2.5/segments/PDC.d.ts +0 -3
- package/types/dictionary/2.5/segments/PEO.d.ts +0 -3
- package/types/dictionary/2.5/segments/PES.d.ts +0 -3
- package/types/dictionary/2.5/segments/PID.d.ts +0 -3
- package/types/dictionary/2.5/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.5/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.5/segments/PRC.d.ts +0 -3
- package/types/dictionary/2.5/segments/PRD.d.ts +0 -3
- package/types/dictionary/2.5/segments/PSH.d.ts +0 -3
- package/types/dictionary/2.5/segments/PTH.d.ts +0 -3
- package/types/dictionary/2.5/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.5/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.5/segments/QAK.d.ts +0 -3
- package/types/dictionary/2.5/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.5/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.5/segments/RDT.d.ts +0 -3
- package/types/dictionary/2.5/segments/ROL.d.ts +0 -3
- package/types/dictionary/2.5/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.5/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.5/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.5/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.5/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.5/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.5/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.5/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.5/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.5/segments/SAC.d.ts +0 -3
- package/types/dictionary/2.5/segments/SCH.d.ts +0 -3
- package/types/dictionary/2.5/segments/SFT.d.ts +0 -3
- package/types/dictionary/2.5/segments/SPM.d.ts +0 -3
- package/types/dictionary/2.5/segments/SPR.d.ts +0 -3
- package/types/dictionary/2.5/segments/STF.d.ts +0 -3
- package/types/dictionary/2.5/segments/TQ1.d.ts +0 -3
- package/types/dictionary/2.5/segments/TQ2.d.ts +0 -3
- package/types/dictionary/2.5/segments/TXA.d.ts +0 -3
- package/types/dictionary/2.5/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.5/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.5/segments/URD.d.ts +0 -3
- package/types/dictionary/2.5/segments/URS.d.ts +0 -3
- package/types/dictionary/2.5/segments/VAR.d.ts +0 -3
- package/types/dictionary/2.5/segments/VTQ.d.ts +0 -3
- package/types/dictionary/2.5/segments/index.d.ts +0 -126
- package/types/dictionary/2.5/types/AD.d.ts +0 -3
- package/types/dictionary/2.5/types/AUI.d.ts +0 -3
- package/types/dictionary/2.5/types/CCD.d.ts +0 -3
- package/types/dictionary/2.5/types/CCP.d.ts +0 -3
- package/types/dictionary/2.5/types/CD.d.ts +0 -3
- package/types/dictionary/2.5/types/CE.d.ts +0 -3
- package/types/dictionary/2.5/types/CF.d.ts +0 -3
- package/types/dictionary/2.5/types/CNE.d.ts +0 -3
- package/types/dictionary/2.5/types/CNN.d.ts +0 -3
- package/types/dictionary/2.5/types/CP.d.ts +0 -3
- package/types/dictionary/2.5/types/CQ.d.ts +0 -3
- package/types/dictionary/2.5/types/CSU.d.ts +0 -3
- package/types/dictionary/2.5/types/CWE.d.ts +0 -3
- package/types/dictionary/2.5/types/CX.d.ts +0 -3
- package/types/dictionary/2.5/types/DDI.d.ts +0 -3
- package/types/dictionary/2.5/types/DIN.d.ts +0 -3
- package/types/dictionary/2.5/types/DLD.d.ts +0 -3
- package/types/dictionary/2.5/types/DLN.d.ts +0 -3
- package/types/dictionary/2.5/types/DLT.d.ts +0 -3
- package/types/dictionary/2.5/types/DR.d.ts +0 -3
- package/types/dictionary/2.5/types/DTM.d.ts +0 -3
- package/types/dictionary/2.5/types/DTN.d.ts +0 -3
- package/types/dictionary/2.5/types/ED.d.ts +0 -3
- package/types/dictionary/2.5/types/EI.d.ts +0 -3
- package/types/dictionary/2.5/types/EIP.d.ts +0 -3
- package/types/dictionary/2.5/types/ELD.d.ts +0 -3
- package/types/dictionary/2.5/types/ERL.d.ts +0 -3
- package/types/dictionary/2.5/types/FC.d.ts +0 -3
- package/types/dictionary/2.5/types/FN.d.ts +0 -3
- package/types/dictionary/2.5/types/GTS.d.ts +0 -3
- package/types/dictionary/2.5/types/HD.d.ts +0 -3
- package/types/dictionary/2.5/types/ICD.d.ts +0 -3
- package/types/dictionary/2.5/types/JCC.d.ts +0 -3
- package/types/dictionary/2.5/types/LA1.d.ts +0 -3
- package/types/dictionary/2.5/types/LA2.d.ts +0 -3
- package/types/dictionary/2.5/types/MA.d.ts +0 -3
- package/types/dictionary/2.5/types/MO.d.ts +0 -3
- package/types/dictionary/2.5/types/MOC.d.ts +0 -3
- package/types/dictionary/2.5/types/MOP.d.ts +0 -3
- package/types/dictionary/2.5/types/MSG.d.ts +0 -3
- package/types/dictionary/2.5/types/NA.d.ts +0 -3
- package/types/dictionary/2.5/types/NDL.d.ts +0 -3
- package/types/dictionary/2.5/types/NR.d.ts +0 -3
- package/types/dictionary/2.5/types/OCD.d.ts +0 -3
- package/types/dictionary/2.5/types/OSD.d.ts +0 -3
- package/types/dictionary/2.5/types/OSP.d.ts +0 -3
- package/types/dictionary/2.5/types/PIP.d.ts +0 -3
- package/types/dictionary/2.5/types/PL.d.ts +0 -3
- package/types/dictionary/2.5/types/PLN.d.ts +0 -3
- package/types/dictionary/2.5/types/PPN.d.ts +0 -3
- package/types/dictionary/2.5/types/PRL.d.ts +0 -3
- package/types/dictionary/2.5/types/PT.d.ts +0 -3
- package/types/dictionary/2.5/types/PTA.d.ts +0 -3
- package/types/dictionary/2.5/types/QIP.d.ts +0 -3
- package/types/dictionary/2.5/types/QSC.d.ts +0 -3
- package/types/dictionary/2.5/types/RCD.d.ts +0 -3
- package/types/dictionary/2.5/types/RFR.d.ts +0 -3
- package/types/dictionary/2.5/types/RI.d.ts +0 -3
- package/types/dictionary/2.5/types/RMC.d.ts +0 -3
- package/types/dictionary/2.5/types/RP.d.ts +0 -3
- package/types/dictionary/2.5/types/RPT.d.ts +0 -3
- package/types/dictionary/2.5/types/SAD.d.ts +0 -3
- package/types/dictionary/2.5/types/SCV.d.ts +0 -3
- package/types/dictionary/2.5/types/SI.d.ts +0 -3
- package/types/dictionary/2.5/types/SN.d.ts +0 -3
- package/types/dictionary/2.5/types/SPD.d.ts +0 -3
- package/types/dictionary/2.5/types/SPS.d.ts +0 -3
- package/types/dictionary/2.5/types/SRT.d.ts +0 -3
- package/types/dictionary/2.5/types/TQ.d.ts +0 -3
- package/types/dictionary/2.5/types/TS.d.ts +0 -3
- package/types/dictionary/2.5/types/UVC.d.ts +0 -3
- package/types/dictionary/2.5/types/VH.d.ts +0 -3
- package/types/dictionary/2.5/types/VID.d.ts +0 -3
- package/types/dictionary/2.5/types/VR.d.ts +0 -3
- package/types/dictionary/2.5/types/WVI.d.ts +0 -3
- package/types/dictionary/2.5/types/WVS.d.ts +0 -3
- package/types/dictionary/2.5/types/XAD.d.ts +0 -3
- package/types/dictionary/2.5/types/XCN.d.ts +0 -3
- package/types/dictionary/2.5/types/XON.d.ts +0 -3
- package/types/dictionary/2.5/types/XPN.d.ts +0 -3
- package/types/dictionary/2.5/types/XTN.d.ts +0 -3
- package/types/dictionary/2.5/types/index.d.ts +0 -81
- package/types/dictionary/2.5.1/index.d.ts +0 -2
- package/types/dictionary/2.5.1/segments/ABS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/AFF.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/AIG.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/AIL.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/AIP.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/AIS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/APR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ARQ.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/AUT.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/BLC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CDM.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CM0.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CM1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CM2.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CNS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CSP.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CSR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CSS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CTD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/CTI.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/DB1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/DRG.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ECD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ECR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/EDU.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/EQL.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/EQP.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/EQU.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ERQ.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/FAC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/GOL.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/GP1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/GP2.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/IAM.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/INV.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ISD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/LAN.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/LCC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/LCH.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/LDP.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/LOC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/LRL.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/MFI.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/NDS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/NST.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/OM7.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ORG.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PCR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PD1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PDA.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PDC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PEO.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PES.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PID.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PRB.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PRC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PRD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PSH.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PTH.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/QAK.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/QID.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/QPD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/QRI.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RCP.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RDF.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RDT.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RF1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RGS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RMI.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/ROL.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/SAC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/SCH.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/SID.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/SPR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/STF.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/TCC.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/TCD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/TXA.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/URD.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/URS.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/VAR.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/VTQ.d.ts +0 -3
- package/types/dictionary/2.5.1/segments/index.d.ts +0 -138
- package/types/dictionary/2.5.1/types/AD.d.ts +0 -3
- package/types/dictionary/2.5.1/types/AUI.d.ts +0 -3
- package/types/dictionary/2.5.1/types/CD.d.ts +0 -3
- package/types/dictionary/2.5.1/types/CE.d.ts +0 -3
- package/types/dictionary/2.5.1/types/CF.d.ts +0 -3
- package/types/dictionary/2.5.1/types/CNE.d.ts +0 -3
- package/types/dictionary/2.5.1/types/CNN.d.ts +0 -3
- package/types/dictionary/2.5.1/types/CP.d.ts +0 -3
- package/types/dictionary/2.5.1/types/CQ.d.ts +0 -3
- package/types/dictionary/2.5.1/types/CX.d.ts +0 -3
- package/types/dictionary/2.5.1/types/DLN.d.ts +0 -3
- package/types/dictionary/2.5.1/types/DR.d.ts +0 -3
- package/types/dictionary/2.5.1/types/DT.d.ts +0 -3
- package/types/dictionary/2.5.1/types/ED.d.ts +0 -3
- package/types/dictionary/2.5.1/types/EI.d.ts +0 -3
- package/types/dictionary/2.5.1/types/FC.d.ts +0 -3
- package/types/dictionary/2.5.1/types/FN.d.ts +0 -3
- package/types/dictionary/2.5.1/types/FT.d.ts +0 -3
- package/types/dictionary/2.5.1/types/HD.d.ts +0 -3
- package/types/dictionary/2.5.1/types/ID.d.ts +0 -3
- package/types/dictionary/2.5.1/types/IS.d.ts +0 -3
- package/types/dictionary/2.5.1/types/JCC.d.ts +0 -3
- package/types/dictionary/2.5.1/types/MA.d.ts +0 -3
- package/types/dictionary/2.5.1/types/MO.d.ts +0 -3
- package/types/dictionary/2.5.1/types/NA.d.ts +0 -3
- package/types/dictionary/2.5.1/types/NDL.d.ts +0 -3
- package/types/dictionary/2.5.1/types/NM.d.ts +0 -3
- package/types/dictionary/2.5.1/types/PL.d.ts +0 -3
- package/types/dictionary/2.5.1/types/PPN.d.ts +0 -3
- package/types/dictionary/2.5.1/types/PT.d.ts +0 -3
- package/types/dictionary/2.5.1/types/QIP.d.ts +0 -3
- package/types/dictionary/2.5.1/types/QSC.d.ts +0 -3
- package/types/dictionary/2.5.1/types/RCD.d.ts +0 -3
- package/types/dictionary/2.5.1/types/RI.d.ts +0 -3
- package/types/dictionary/2.5.1/types/RP.d.ts +0 -3
- package/types/dictionary/2.5.1/types/SAD.d.ts +0 -3
- package/types/dictionary/2.5.1/types/SCV.d.ts +0 -3
- package/types/dictionary/2.5.1/types/SN.d.ts +0 -3
- package/types/dictionary/2.5.1/types/SRT.d.ts +0 -3
- package/types/dictionary/2.5.1/types/ST.d.ts +0 -3
- package/types/dictionary/2.5.1/types/TM.d.ts +0 -3
- package/types/dictionary/2.5.1/types/TQ.d.ts +0 -3
- package/types/dictionary/2.5.1/types/TS.d.ts +0 -3
- package/types/dictionary/2.5.1/types/TX.d.ts +0 -3
- package/types/dictionary/2.5.1/types/VARIES.d.ts +0 -3
- package/types/dictionary/2.5.1/types/VH.d.ts +0 -3
- package/types/dictionary/2.5.1/types/WVS.d.ts +0 -3
- package/types/dictionary/2.5.1/types/XAD.d.ts +0 -3
- package/types/dictionary/2.5.1/types/XCN.d.ts +0 -3
- package/types/dictionary/2.5.1/types/XON.d.ts +0 -3
- package/types/dictionary/2.5.1/types/XPN.d.ts +0 -3
- package/types/dictionary/2.5.1/types/XTN.d.ts +0 -3
- package/types/dictionary/2.5.1/types/index.d.ts +0 -52
- package/types/dictionary/2.6/index.d.ts +0 -2
- package/types/dictionary/2.6/segments/ABS.d.ts +0 -3
- package/types/dictionary/2.6/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.6/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.6/segments/ADJ.d.ts +0 -3
- package/types/dictionary/2.6/segments/AFF.d.ts +0 -3
- package/types/dictionary/2.6/segments/AIG.d.ts +0 -3
- package/types/dictionary/2.6/segments/AIL.d.ts +0 -3
- package/types/dictionary/2.6/segments/AIP.d.ts +0 -3
- package/types/dictionary/2.6/segments/AIS.d.ts +0 -3
- package/types/dictionary/2.6/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.6/segments/ARQ.d.ts +0 -3
- package/types/dictionary/2.6/segments/ARV.d.ts +0 -3
- package/types/dictionary/2.6/segments/AUT.d.ts +0 -3
- package/types/dictionary/2.6/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.6/segments/BLC.d.ts +0 -3
- package/types/dictionary/2.6/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.6/segments/BPO.d.ts +0 -3
- package/types/dictionary/2.6/segments/BPX.d.ts +0 -3
- package/types/dictionary/2.6/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.6/segments/BTX.d.ts +0 -3
- package/types/dictionary/2.6/segments/CDM.d.ts +0 -3
- package/types/dictionary/2.6/segments/CER.d.ts +0 -3
- package/types/dictionary/2.6/segments/CM0.d.ts +0 -3
- package/types/dictionary/2.6/segments/CM1.d.ts +0 -3
- package/types/dictionary/2.6/segments/CM2.d.ts +0 -3
- package/types/dictionary/2.6/segments/CNS.d.ts +0 -3
- package/types/dictionary/2.6/segments/CON_.d.ts +0 -3
- package/types/dictionary/2.6/segments/CSP.d.ts +0 -3
- package/types/dictionary/2.6/segments/CSR.d.ts +0 -3
- package/types/dictionary/2.6/segments/CSS.d.ts +0 -3
- package/types/dictionary/2.6/segments/CTD.d.ts +0 -3
- package/types/dictionary/2.6/segments/CTI.d.ts +0 -3
- package/types/dictionary/2.6/segments/DB1.d.ts +0 -3
- package/types/dictionary/2.6/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.6/segments/DMI.d.ts +0 -3
- package/types/dictionary/2.6/segments/DRG.d.ts +0 -3
- package/types/dictionary/2.6/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.6/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.6/segments/ECD.d.ts +0 -3
- package/types/dictionary/2.6/segments/ECR.d.ts +0 -3
- package/types/dictionary/2.6/segments/ED.d.ts +0 -3
- package/types/dictionary/2.6/segments/EDU.d.ts +0 -3
- package/types/dictionary/2.6/segments/EQL.d.ts +0 -3
- package/types/dictionary/2.6/segments/EQP.d.ts +0 -3
- package/types/dictionary/2.6/segments/EQU.d.ts +0 -3
- package/types/dictionary/2.6/segments/ERQ.d.ts +0 -3
- package/types/dictionary/2.6/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.6/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.6/segments/FAC.d.ts +0 -3
- package/types/dictionary/2.6/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.6/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.6/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.6/segments/GOL.d.ts +0 -3
- package/types/dictionary/2.6/segments/GP2.d.ts +0 -3
- package/types/dictionary/2.6/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.6/segments/IAM.d.ts +0 -3
- package/types/dictionary/2.6/segments/IIM.d.ts +0 -3
- package/types/dictionary/2.6/segments/ILT.d.ts +0 -3
- package/types/dictionary/2.6/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.6/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.6/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.6/segments/INV.d.ts +0 -3
- package/types/dictionary/2.6/segments/IPC.d.ts +0 -3
- package/types/dictionary/2.6/segments/IPR.d.ts +0 -3
- package/types/dictionary/2.6/segments/ISD.d.ts +0 -3
- package/types/dictionary/2.6/segments/ITM.d.ts +0 -3
- package/types/dictionary/2.6/segments/IVC.d.ts +0 -3
- package/types/dictionary/2.6/segments/IVT.d.ts +0 -3
- package/types/dictionary/2.6/segments/LAN.d.ts +0 -3
- package/types/dictionary/2.6/segments/LCC.d.ts +0 -3
- package/types/dictionary/2.6/segments/LCH.d.ts +0 -3
- package/types/dictionary/2.6/segments/LDP.d.ts +0 -3
- package/types/dictionary/2.6/segments/LOC.d.ts +0 -3
- package/types/dictionary/2.6/segments/LRL.d.ts +0 -3
- package/types/dictionary/2.6/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.6/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.6/segments/MFI.d.ts +0 -3
- package/types/dictionary/2.6/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.6/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.6/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.6/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.6/segments/NDS.d.ts +0 -3
- package/types/dictionary/2.6/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.6/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.6/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.6/segments/NST.d.ts +0 -3
- package/types/dictionary/2.6/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.6/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.6/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.6/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.6/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.6/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.6/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.6/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.6/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.6/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.6/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.6/segments/OM7.d.ts +0 -3
- package/types/dictionary/2.6/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.6/segments/ORG.d.ts +0 -3
- package/types/dictionary/2.6/segments/OVR.d.ts +0 -3
- package/types/dictionary/2.6/segments/PCE.d.ts +0 -3
- package/types/dictionary/2.6/segments/PCR.d.ts +0 -3
- package/types/dictionary/2.6/segments/PD1.d.ts +0 -3
- package/types/dictionary/2.6/segments/PDA.d.ts +0 -3
- package/types/dictionary/2.6/segments/PDC.d.ts +0 -3
- package/types/dictionary/2.6/segments/PEO.d.ts +0 -3
- package/types/dictionary/2.6/segments/PES.d.ts +0 -3
- package/types/dictionary/2.6/segments/PID.d.ts +0 -3
- package/types/dictionary/2.6/segments/PKG.d.ts +0 -3
- package/types/dictionary/2.6/segments/PMT.d.ts +0 -3
- package/types/dictionary/2.6/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.6/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.6/segments/PRB.d.ts +0 -3
- package/types/dictionary/2.6/segments/PRC.d.ts +0 -3
- package/types/dictionary/2.6/segments/PRD.d.ts +0 -3
- package/types/dictionary/2.6/segments/PSG.d.ts +0 -3
- package/types/dictionary/2.6/segments/PSH.d.ts +0 -3
- package/types/dictionary/2.6/segments/PSL.d.ts +0 -3
- package/types/dictionary/2.6/segments/PSS.d.ts +0 -3
- package/types/dictionary/2.6/segments/PTH.d.ts +0 -3
- package/types/dictionary/2.6/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.6/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.6/segments/PYE.d.ts +0 -3
- package/types/dictionary/2.6/segments/QAK.d.ts +0 -3
- package/types/dictionary/2.6/segments/QID.d.ts +0 -3
- package/types/dictionary/2.6/segments/QPD.d.ts +0 -3
- package/types/dictionary/2.6/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.6/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.6/segments/QRI.d.ts +0 -3
- package/types/dictionary/2.6/segments/RCP.d.ts +0 -3
- package/types/dictionary/2.6/segments/RDT.d.ts +0 -3
- package/types/dictionary/2.6/segments/REL.d.ts +0 -3
- package/types/dictionary/2.6/segments/RF1.d.ts +0 -3
- package/types/dictionary/2.6/segments/RFI.d.ts +0 -3
- package/types/dictionary/2.6/segments/RGS.d.ts +0 -3
- package/types/dictionary/2.6/segments/RMI.d.ts +0 -3
- package/types/dictionary/2.6/segments/ROL.d.ts +0 -3
- package/types/dictionary/2.6/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.6/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.6/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.6/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.6/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.6/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.6/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.6/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.6/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.6/segments/SAC.d.ts +0 -3
- package/types/dictionary/2.6/segments/SCD.d.ts +0 -3
- package/types/dictionary/2.6/segments/SCH.d.ts +0 -3
- package/types/dictionary/2.6/segments/SCP.d.ts +0 -3
- package/types/dictionary/2.6/segments/SDD.d.ts +0 -3
- package/types/dictionary/2.6/segments/SFT.d.ts +0 -3
- package/types/dictionary/2.6/segments/SID.d.ts +0 -3
- package/types/dictionary/2.6/segments/SLT.d.ts +0 -3
- package/types/dictionary/2.6/segments/SPM.d.ts +0 -3
- package/types/dictionary/2.6/segments/SPR.d.ts +0 -3
- package/types/dictionary/2.6/segments/STF.d.ts +0 -3
- package/types/dictionary/2.6/segments/STZ.d.ts +0 -3
- package/types/dictionary/2.6/segments/TCC.d.ts +0 -3
- package/types/dictionary/2.6/segments/TCD.d.ts +0 -3
- package/types/dictionary/2.6/segments/TQ1.d.ts +0 -3
- package/types/dictionary/2.6/segments/TQ2.d.ts +0 -3
- package/types/dictionary/2.6/segments/TXA.d.ts +0 -3
- package/types/dictionary/2.6/segments/UAC.d.ts +0 -3
- package/types/dictionary/2.6/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.6/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.6/segments/URD.d.ts +0 -3
- package/types/dictionary/2.6/segments/URS.d.ts +0 -3
- package/types/dictionary/2.6/segments/VAR.d.ts +0 -3
- package/types/dictionary/2.6/segments/VND.d.ts +0 -3
- package/types/dictionary/2.6/segments/VTQ.d.ts +0 -3
- package/types/dictionary/2.6/segments/index.d.ts +0 -172
- package/types/dictionary/2.6/types/AD.d.ts +0 -3
- package/types/dictionary/2.6/types/AUI.d.ts +0 -3
- package/types/dictionary/2.6/types/CCD.d.ts +0 -3
- package/types/dictionary/2.6/types/CCP.d.ts +0 -3
- package/types/dictionary/2.6/types/CD.d.ts +0 -3
- package/types/dictionary/2.6/types/CE.d.ts +0 -3
- package/types/dictionary/2.6/types/CF.d.ts +0 -3
- package/types/dictionary/2.6/types/CNE.d.ts +0 -3
- package/types/dictionary/2.6/types/CNN.d.ts +0 -3
- package/types/dictionary/2.6/types/CP.d.ts +0 -3
- package/types/dictionary/2.6/types/CQ.d.ts +0 -3
- package/types/dictionary/2.6/types/CSU.d.ts +0 -3
- package/types/dictionary/2.6/types/CWE.d.ts +0 -3
- package/types/dictionary/2.6/types/CX.d.ts +0 -3
- package/types/dictionary/2.6/types/DDI.d.ts +0 -3
- package/types/dictionary/2.6/types/DIN.d.ts +0 -3
- package/types/dictionary/2.6/types/DLD.d.ts +0 -3
- package/types/dictionary/2.6/types/DLN.d.ts +0 -3
- package/types/dictionary/2.6/types/DLT.d.ts +0 -3
- package/types/dictionary/2.6/types/DR.d.ts +0 -3
- package/types/dictionary/2.6/types/DTM.d.ts +0 -3
- package/types/dictionary/2.6/types/DTN.d.ts +0 -3
- package/types/dictionary/2.6/types/ED.d.ts +0 -3
- package/types/dictionary/2.6/types/EI.d.ts +0 -3
- package/types/dictionary/2.6/types/EIP.d.ts +0 -3
- package/types/dictionary/2.6/types/ELD.d.ts +0 -3
- package/types/dictionary/2.6/types/ERL.d.ts +0 -3
- package/types/dictionary/2.6/types/FC.d.ts +0 -3
- package/types/dictionary/2.6/types/FN.d.ts +0 -3
- package/types/dictionary/2.6/types/GTS.d.ts +0 -3
- package/types/dictionary/2.6/types/HD.d.ts +0 -3
- package/types/dictionary/2.6/types/ICD.d.ts +0 -3
- package/types/dictionary/2.6/types/JCC.d.ts +0 -3
- package/types/dictionary/2.6/types/LA1.d.ts +0 -3
- package/types/dictionary/2.6/types/LA2.d.ts +0 -3
- package/types/dictionary/2.6/types/MA.d.ts +0 -3
- package/types/dictionary/2.6/types/MO.d.ts +0 -3
- package/types/dictionary/2.6/types/MOC.d.ts +0 -3
- package/types/dictionary/2.6/types/MOP.d.ts +0 -3
- package/types/dictionary/2.6/types/MSG.d.ts +0 -3
- package/types/dictionary/2.6/types/NA.d.ts +0 -3
- package/types/dictionary/2.6/types/NDL.d.ts +0 -3
- package/types/dictionary/2.6/types/NR.d.ts +0 -3
- package/types/dictionary/2.6/types/OCD.d.ts +0 -3
- package/types/dictionary/2.6/types/OSD.d.ts +0 -3
- package/types/dictionary/2.6/types/OSP.d.ts +0 -3
- package/types/dictionary/2.6/types/PIP.d.ts +0 -3
- package/types/dictionary/2.6/types/PL.d.ts +0 -3
- package/types/dictionary/2.6/types/PLN.d.ts +0 -3
- package/types/dictionary/2.6/types/PPN.d.ts +0 -3
- package/types/dictionary/2.6/types/PRL.d.ts +0 -3
- package/types/dictionary/2.6/types/PT.d.ts +0 -3
- package/types/dictionary/2.6/types/PTA.d.ts +0 -3
- package/types/dictionary/2.6/types/QIP.d.ts +0 -3
- package/types/dictionary/2.6/types/QSC.d.ts +0 -3
- package/types/dictionary/2.6/types/RCD.d.ts +0 -3
- package/types/dictionary/2.6/types/RFR.d.ts +0 -3
- package/types/dictionary/2.6/types/RI.d.ts +0 -3
- package/types/dictionary/2.6/types/RMC.d.ts +0 -3
- package/types/dictionary/2.6/types/RP.d.ts +0 -3
- package/types/dictionary/2.6/types/RPT.d.ts +0 -3
- package/types/dictionary/2.6/types/SAD.d.ts +0 -3
- package/types/dictionary/2.6/types/SCV.d.ts +0 -3
- package/types/dictionary/2.6/types/SI.d.ts +0 -3
- package/types/dictionary/2.6/types/SN.d.ts +0 -3
- package/types/dictionary/2.6/types/SPD.d.ts +0 -3
- package/types/dictionary/2.6/types/SPS.d.ts +0 -3
- package/types/dictionary/2.6/types/SRT.d.ts +0 -3
- package/types/dictionary/2.6/types/TQ.d.ts +0 -3
- package/types/dictionary/2.6/types/TS.d.ts +0 -3
- package/types/dictionary/2.6/types/UVC.d.ts +0 -3
- package/types/dictionary/2.6/types/VH.d.ts +0 -3
- package/types/dictionary/2.6/types/VID.d.ts +0 -3
- package/types/dictionary/2.6/types/VR.d.ts +0 -3
- package/types/dictionary/2.6/types/WVI.d.ts +0 -3
- package/types/dictionary/2.6/types/WVS.d.ts +0 -3
- package/types/dictionary/2.6/types/XAD.d.ts +0 -3
- package/types/dictionary/2.6/types/XCN.d.ts +0 -3
- package/types/dictionary/2.6/types/XON.d.ts +0 -3
- package/types/dictionary/2.6/types/XPN.d.ts +0 -3
- package/types/dictionary/2.6/types/XTN.d.ts +0 -3
- package/types/dictionary/2.6/types/index.d.ts +0 -81
- package/types/dictionary/2.7/index.d.ts +0 -2
- package/types/dictionary/2.7/segments/ABS.d.ts +0 -3
- package/types/dictionary/2.7/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.7/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.7/segments/ADJ.d.ts +0 -3
- package/types/dictionary/2.7/segments/AFF.d.ts +0 -3
- package/types/dictionary/2.7/segments/AIG.d.ts +0 -3
- package/types/dictionary/2.7/segments/AIL.d.ts +0 -3
- package/types/dictionary/2.7/segments/AIP.d.ts +0 -3
- package/types/dictionary/2.7/segments/AIS.d.ts +0 -3
- package/types/dictionary/2.7/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.7/segments/APR.d.ts +0 -3
- package/types/dictionary/2.7/segments/ARQ.d.ts +0 -3
- package/types/dictionary/2.7/segments/ARV.d.ts +0 -3
- package/types/dictionary/2.7/segments/AUT.d.ts +0 -3
- package/types/dictionary/2.7/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.7/segments/BLC.d.ts +0 -3
- package/types/dictionary/2.7/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.7/segments/BPO.d.ts +0 -3
- package/types/dictionary/2.7/segments/BPX.d.ts +0 -3
- package/types/dictionary/2.7/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.7/segments/BTX.d.ts +0 -3
- package/types/dictionary/2.7/segments/CDM.d.ts +0 -3
- package/types/dictionary/2.7/segments/CER.d.ts +0 -3
- package/types/dictionary/2.7/segments/CM0.d.ts +0 -3
- package/types/dictionary/2.7/segments/CM1.d.ts +0 -3
- package/types/dictionary/2.7/segments/CM2.d.ts +0 -3
- package/types/dictionary/2.7/segments/CNS.d.ts +0 -3
- package/types/dictionary/2.7/segments/CON_.d.ts +0 -3
- package/types/dictionary/2.7/segments/CSP.d.ts +0 -3
- package/types/dictionary/2.7/segments/CSR.d.ts +0 -3
- package/types/dictionary/2.7/segments/CSS.d.ts +0 -3
- package/types/dictionary/2.7/segments/CTD.d.ts +0 -3
- package/types/dictionary/2.7/segments/CTI.d.ts +0 -3
- package/types/dictionary/2.7/segments/DB1.d.ts +0 -3
- package/types/dictionary/2.7/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.7/segments/DMI.d.ts +0 -3
- package/types/dictionary/2.7/segments/DRG.d.ts +0 -3
- package/types/dictionary/2.7/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.7/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.7/segments/ECD.d.ts +0 -3
- package/types/dictionary/2.7/segments/ECR.d.ts +0 -3
- package/types/dictionary/2.7/segments/EDU.d.ts +0 -3
- package/types/dictionary/2.7/segments/EQP.d.ts +0 -3
- package/types/dictionary/2.7/segments/EQU.d.ts +0 -3
- package/types/dictionary/2.7/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.7/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.7/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.7/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.7/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.7/segments/GOL.d.ts +0 -3
- package/types/dictionary/2.7/segments/GP1.d.ts +0 -3
- package/types/dictionary/2.7/segments/GP2.d.ts +0 -3
- package/types/dictionary/2.7/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.7/segments/IAM.d.ts +0 -3
- package/types/dictionary/2.7/segments/IAR.d.ts +0 -3
- package/types/dictionary/2.7/segments/ILT.d.ts +0 -3
- package/types/dictionary/2.7/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.7/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.7/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.7/segments/INV.d.ts +0 -3
- package/types/dictionary/2.7/segments/IPC.d.ts +0 -3
- package/types/dictionary/2.7/segments/ISD.d.ts +0 -3
- package/types/dictionary/2.7/segments/ITM.d.ts +0 -3
- package/types/dictionary/2.7/segments/IVC.d.ts +0 -3
- package/types/dictionary/2.7/segments/IVT.d.ts +0 -3
- package/types/dictionary/2.7/segments/LAN.d.ts +0 -3
- package/types/dictionary/2.7/segments/LCC.d.ts +0 -3
- package/types/dictionary/2.7/segments/LCH.d.ts +0 -3
- package/types/dictionary/2.7/segments/LDP.d.ts +0 -3
- package/types/dictionary/2.7/segments/LOC.d.ts +0 -3
- package/types/dictionary/2.7/segments/LRL.d.ts +0 -3
- package/types/dictionary/2.7/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.7/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.7/segments/MFI.d.ts +0 -3
- package/types/dictionary/2.7/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.7/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.7/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.7/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.7/segments/NDS.d.ts +0 -3
- package/types/dictionary/2.7/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.7/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.7/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.7/segments/NST.d.ts +0 -3
- package/types/dictionary/2.7/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.7/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.7/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.7/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.7/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.7/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.7/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.7/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.7/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.7/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.7/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.7/segments/OM7.d.ts +0 -3
- package/types/dictionary/2.7/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.7/segments/ORG.d.ts +0 -3
- package/types/dictionary/2.7/segments/PAC.d.ts +0 -3
- package/types/dictionary/2.7/segments/PCE.d.ts +0 -3
- package/types/dictionary/2.7/segments/PCR.d.ts +0 -3
- package/types/dictionary/2.7/segments/PD1.d.ts +0 -3
- package/types/dictionary/2.7/segments/PDA.d.ts +0 -3
- package/types/dictionary/2.7/segments/PEO.d.ts +0 -3
- package/types/dictionary/2.7/segments/PES.d.ts +0 -3
- package/types/dictionary/2.7/segments/PID.d.ts +0 -3
- package/types/dictionary/2.7/segments/PKG.d.ts +0 -3
- package/types/dictionary/2.7/segments/PMT.d.ts +0 -3
- package/types/dictionary/2.7/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.7/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.7/segments/PRB.d.ts +0 -3
- package/types/dictionary/2.7/segments/PRC.d.ts +0 -3
- package/types/dictionary/2.7/segments/PRD.d.ts +0 -3
- package/types/dictionary/2.7/segments/PRT.d.ts +0 -3
- package/types/dictionary/2.7/segments/PSL.d.ts +0 -3
- package/types/dictionary/2.7/segments/PTH.d.ts +0 -3
- package/types/dictionary/2.7/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.7/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.7/segments/PYE.d.ts +0 -3
- package/types/dictionary/2.7/segments/QAK.d.ts +0 -3
- package/types/dictionary/2.7/segments/QID.d.ts +0 -3
- package/types/dictionary/2.7/segments/QPD.d.ts +0 -3
- package/types/dictionary/2.7/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.7/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.7/segments/QRI.d.ts +0 -3
- package/types/dictionary/2.7/segments/RCP.d.ts +0 -3
- package/types/dictionary/2.7/segments/RDF.d.ts +0 -3
- package/types/dictionary/2.7/segments/RDT.d.ts +0 -3
- package/types/dictionary/2.7/segments/REL.d.ts +0 -3
- package/types/dictionary/2.7/segments/RF1.d.ts +0 -3
- package/types/dictionary/2.7/segments/RFI.d.ts +0 -3
- package/types/dictionary/2.7/segments/RGS.d.ts +0 -3
- package/types/dictionary/2.7/segments/RMI.d.ts +0 -3
- package/types/dictionary/2.7/segments/ROL.d.ts +0 -3
- package/types/dictionary/2.7/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.7/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.7/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.7/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.7/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.7/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.7/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.7/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.7/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.7/segments/SAC.d.ts +0 -3
- package/types/dictionary/2.7/segments/SCD.d.ts +0 -3
- package/types/dictionary/2.7/segments/SCH.d.ts +0 -3
- package/types/dictionary/2.7/segments/SCP.d.ts +0 -3
- package/types/dictionary/2.7/segments/SDD.d.ts +0 -3
- package/types/dictionary/2.7/segments/SHP.d.ts +0 -3
- package/types/dictionary/2.7/segments/SID.d.ts +0 -3
- package/types/dictionary/2.7/segments/SLT.d.ts +0 -3
- package/types/dictionary/2.7/segments/SPM.d.ts +0 -3
- package/types/dictionary/2.7/segments/STF.d.ts +0 -3
- package/types/dictionary/2.7/segments/STZ.d.ts +0 -3
- package/types/dictionary/2.7/segments/TCC.d.ts +0 -3
- package/types/dictionary/2.7/segments/TCD.d.ts +0 -3
- package/types/dictionary/2.7/segments/TQ1.d.ts +0 -3
- package/types/dictionary/2.7/segments/TQ2.d.ts +0 -3
- package/types/dictionary/2.7/segments/TXA.d.ts +0 -3
- package/types/dictionary/2.7/segments/UAC.d.ts +0 -3
- package/types/dictionary/2.7/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.7/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.7/segments/URD.d.ts +0 -3
- package/types/dictionary/2.7/segments/URS.d.ts +0 -3
- package/types/dictionary/2.7/segments/VAR.d.ts +0 -3
- package/types/dictionary/2.7/segments/VND.d.ts +0 -3
- package/types/dictionary/2.7/segments/index.d.ts +0 -165
- package/types/dictionary/2.7/types/AD.d.ts +0 -3
- package/types/dictionary/2.7/types/AUI.d.ts +0 -3
- package/types/dictionary/2.7/types/CCD.d.ts +0 -3
- package/types/dictionary/2.7/types/CD.d.ts +0 -3
- package/types/dictionary/2.7/types/CF.d.ts +0 -3
- package/types/dictionary/2.7/types/CNE.d.ts +0 -3
- package/types/dictionary/2.7/types/CNN.d.ts +0 -3
- package/types/dictionary/2.7/types/CP.d.ts +0 -3
- package/types/dictionary/2.7/types/CQ.d.ts +0 -3
- package/types/dictionary/2.7/types/CSU.d.ts +0 -3
- package/types/dictionary/2.7/types/CWE.d.ts +0 -3
- package/types/dictionary/2.7/types/CX.d.ts +0 -3
- package/types/dictionary/2.7/types/DLD.d.ts +0 -3
- package/types/dictionary/2.7/types/DLN.d.ts +0 -3
- package/types/dictionary/2.7/types/DR.d.ts +0 -3
- package/types/dictionary/2.7/types/DT.d.ts +0 -3
- package/types/dictionary/2.7/types/DTN.d.ts +0 -3
- package/types/dictionary/2.7/types/ED.d.ts +0 -3
- package/types/dictionary/2.7/types/EI.d.ts +0 -3
- package/types/dictionary/2.7/types/FC.d.ts +0 -3
- package/types/dictionary/2.7/types/FN.d.ts +0 -3
- package/types/dictionary/2.7/types/FT.d.ts +0 -3
- package/types/dictionary/2.7/types/HD.d.ts +0 -3
- package/types/dictionary/2.7/types/ICD.d.ts +0 -3
- package/types/dictionary/2.7/types/ID.d.ts +0 -3
- package/types/dictionary/2.7/types/IS.d.ts +0 -3
- package/types/dictionary/2.7/types/JCC.d.ts +0 -3
- package/types/dictionary/2.7/types/LA2.d.ts +0 -3
- package/types/dictionary/2.7/types/MA.d.ts +0 -3
- package/types/dictionary/2.7/types/MO.d.ts +0 -3
- package/types/dictionary/2.7/types/MOP.d.ts +0 -3
- package/types/dictionary/2.7/types/MSG.d.ts +0 -3
- package/types/dictionary/2.7/types/NA.d.ts +0 -3
- package/types/dictionary/2.7/types/NDL.d.ts +0 -3
- package/types/dictionary/2.7/types/NM.d.ts +0 -3
- package/types/dictionary/2.7/types/PL.d.ts +0 -3
- package/types/dictionary/2.7/types/PLN.d.ts +0 -3
- package/types/dictionary/2.7/types/PPN.d.ts +0 -3
- package/types/dictionary/2.7/types/PT.d.ts +0 -3
- package/types/dictionary/2.7/types/PTA.d.ts +0 -3
- package/types/dictionary/2.7/types/QIP.d.ts +0 -3
- package/types/dictionary/2.7/types/QSC.d.ts +0 -3
- package/types/dictionary/2.7/types/RCD.d.ts +0 -3
- package/types/dictionary/2.7/types/RFR.d.ts +0 -3
- package/types/dictionary/2.7/types/RI.d.ts +0 -3
- package/types/dictionary/2.7/types/RMC.d.ts +0 -3
- package/types/dictionary/2.7/types/RP.d.ts +0 -3
- package/types/dictionary/2.7/types/RPT.d.ts +0 -3
- package/types/dictionary/2.7/types/SAD.d.ts +0 -3
- package/types/dictionary/2.7/types/SCV.d.ts +0 -3
- package/types/dictionary/2.7/types/SN.d.ts +0 -3
- package/types/dictionary/2.7/types/SRT.d.ts +0 -3
- package/types/dictionary/2.7/types/ST.d.ts +0 -3
- package/types/dictionary/2.7/types/TM.d.ts +0 -3
- package/types/dictionary/2.7/types/TQ.d.ts +0 -3
- package/types/dictionary/2.7/types/TX.d.ts +0 -3
- package/types/dictionary/2.7/types/UVC.d.ts +0 -3
- package/types/dictionary/2.7/types/VH.d.ts +0 -3
- package/types/dictionary/2.7/types/VID.d.ts +0 -3
- package/types/dictionary/2.7/types/WVI.d.ts +0 -3
- package/types/dictionary/2.7/types/WVS.d.ts +0 -3
- package/types/dictionary/2.7/types/XAD.d.ts +0 -3
- package/types/dictionary/2.7/types/XCN.d.ts +0 -3
- package/types/dictionary/2.7/types/XON.d.ts +0 -3
- package/types/dictionary/2.7/types/XPN.d.ts +0 -3
- package/types/dictionary/2.7/types/XTN.d.ts +0 -3
- package/types/dictionary/2.7/types/index.d.ts +0 -66
- package/types/dictionary/2.7.1/index.d.ts +0 -2
- package/types/dictionary/2.7.1/segments/ABS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ACC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ADD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ADJ.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/AIG.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/AIL.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/AIP.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/AIS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/AL1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ARQ.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ARV.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/AUT.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/BHS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/BLC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/BLG.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/BPO.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/BPX.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/BTS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/BTX.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CDM.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CER.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CM0.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CM1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CM2.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CNS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CON_.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CSP.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CSR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CSS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CTD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/CTI.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/DB1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/DG1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/DMI.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/DRG.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/DSC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/DSP.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ECD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ECR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/EDU.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/EQP.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/EQU.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ERR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/EVN.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/FHS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/FT1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/FTS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/GOL.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/GP2.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/GT1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IAM.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IIM.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ILT.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IN1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IN2.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IN3.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/INV.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IPC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IPR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ISD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ITM.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IVC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/IVT.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/LAN.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/LCC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/LCH.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/LDP.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/LOC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/LRL.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/MFA.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/MFE.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/MFI.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/MRG.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/MSA.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/MSH.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/NCK.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/NDS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/NK1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/NPU.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/NSC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/NST.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/NTE.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OBR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OBX.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ODS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ODT.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OM1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OM2.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OM3.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OM4.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OM5.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OM6.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OM7.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ORC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ORG.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/OVR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PCE.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PCR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PD1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PDA.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PEO.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PES.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PID.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PKG.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PMT.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PR1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PRA.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PRB.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PRC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PRD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PSG.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PSL.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PSS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PTH.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PV1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PV2.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/PYE.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/QAK.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/QID.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/QPD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/QRD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/QRF.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/QRI.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RCP.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RDT.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/REL.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RF1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RFI.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RGS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RMI.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/ROL.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RQ1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RQD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RXA.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RXC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RXD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RXE.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RXG.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RXO.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/RXR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SAC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SCD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SCH.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SCP.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SDD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SFT.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SID.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SLT.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/SPM.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/STF.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/STZ.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/TCC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/TCD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/TQ1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/TQ2.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/TXA.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/UAC.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/UB1.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/UB2.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/URD.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/URS.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/VAR.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/VND.d.ts +0 -3
- package/types/dictionary/2.7.1/segments/index.d.ts +0 -163
- package/types/dictionary/2.7.1/types/AD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/AUI.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CCD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CCP.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CF.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CNE.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CNN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CP.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CQ.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CSU.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CWE.d.ts +0 -3
- package/types/dictionary/2.7.1/types/CX.d.ts +0 -3
- package/types/dictionary/2.7.1/types/DDI.d.ts +0 -3
- package/types/dictionary/2.7.1/types/DIN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/DLD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/DLN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/DLT.d.ts +0 -3
- package/types/dictionary/2.7.1/types/DR.d.ts +0 -3
- package/types/dictionary/2.7.1/types/DTM.d.ts +0 -3
- package/types/dictionary/2.7.1/types/DTN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/ED.d.ts +0 -3
- package/types/dictionary/2.7.1/types/EI.d.ts +0 -3
- package/types/dictionary/2.7.1/types/EIP.d.ts +0 -3
- package/types/dictionary/2.7.1/types/ERL.d.ts +0 -3
- package/types/dictionary/2.7.1/types/FC.d.ts +0 -3
- package/types/dictionary/2.7.1/types/FN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/GTS.d.ts +0 -3
- package/types/dictionary/2.7.1/types/HD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/ICD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/JCC.d.ts +0 -3
- package/types/dictionary/2.7.1/types/LA1.d.ts +0 -3
- package/types/dictionary/2.7.1/types/LA2.d.ts +0 -3
- package/types/dictionary/2.7.1/types/MO.d.ts +0 -3
- package/types/dictionary/2.7.1/types/MOC.d.ts +0 -3
- package/types/dictionary/2.7.1/types/MOP.d.ts +0 -3
- package/types/dictionary/2.7.1/types/MSG.d.ts +0 -3
- package/types/dictionary/2.7.1/types/NA.d.ts +0 -3
- package/types/dictionary/2.7.1/types/NDL.d.ts +0 -3
- package/types/dictionary/2.7.1/types/NR.d.ts +0 -3
- package/types/dictionary/2.7.1/types/OCD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/OSD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/OSP.d.ts +0 -3
- package/types/dictionary/2.7.1/types/PIP.d.ts +0 -3
- package/types/dictionary/2.7.1/types/PL.d.ts +0 -3
- package/types/dictionary/2.7.1/types/PLN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/PPN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/PRL.d.ts +0 -3
- package/types/dictionary/2.7.1/types/PT.d.ts +0 -3
- package/types/dictionary/2.7.1/types/PTA.d.ts +0 -3
- package/types/dictionary/2.7.1/types/QIP.d.ts +0 -3
- package/types/dictionary/2.7.1/types/QSC.d.ts +0 -3
- package/types/dictionary/2.7.1/types/RCD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/RFR.d.ts +0 -3
- package/types/dictionary/2.7.1/types/RI.d.ts +0 -3
- package/types/dictionary/2.7.1/types/RMC.d.ts +0 -3
- package/types/dictionary/2.7.1/types/RP.d.ts +0 -3
- package/types/dictionary/2.7.1/types/RPT.d.ts +0 -3
- package/types/dictionary/2.7.1/types/SAD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/SCV.d.ts +0 -3
- package/types/dictionary/2.7.1/types/SI.d.ts +0 -3
- package/types/dictionary/2.7.1/types/SN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/SPD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/SRT.d.ts +0 -3
- package/types/dictionary/2.7.1/types/TQ.d.ts +0 -3
- package/types/dictionary/2.7.1/types/UVC.d.ts +0 -3
- package/types/dictionary/2.7.1/types/VH.d.ts +0 -3
- package/types/dictionary/2.7.1/types/VID.d.ts +0 -3
- package/types/dictionary/2.7.1/types/VR.d.ts +0 -3
- package/types/dictionary/2.7.1/types/WVI.d.ts +0 -3
- package/types/dictionary/2.7.1/types/WVS.d.ts +0 -3
- package/types/dictionary/2.7.1/types/XAD.d.ts +0 -3
- package/types/dictionary/2.7.1/types/XCN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/XON.d.ts +0 -3
- package/types/dictionary/2.7.1/types/XPN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/XTN.d.ts +0 -3
- package/types/dictionary/2.7.1/types/index.d.ts +0 -76
- package/types/dictionary/2.8/index.d.ts +0 -2
- package/types/dictionary/index.d.ts +0 -7
- package/types/dictionary/segment-fields/abs-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/acc-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/add-segment.enum.d.ts +0 -3
- package/types/dictionary/segment-fields/adj-segment.enum.d.ts +0 -17
- package/types/dictionary/segment-fields/aff-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/aig-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/ail-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/aip-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/ais-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/al1-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/apr-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/arq-segment.enum.d.ts +0 -27
- package/types/dictionary/segment-fields/arv-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/aut-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/bhs-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/blc-segment.enum.d.ts +0 -4
- package/types/dictionary/segment-fields/blg-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/bpo-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/bpx-segment.enum.d.ts +0 -23
- package/types/dictionary/segment-fields/bts-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/btx-segment.enum.d.ts +0 -21
- package/types/dictionary/segment-fields/cdm-segment.enum.d.ts +0 -15
- package/types/dictionary/segment-fields/cer-segment.enum.d.ts +0 -33
- package/types/dictionary/segment-fields/cm0-segment.enum.d.ts +0 -13
- package/types/dictionary/segment-fields/cm1-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/cm2-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/cns-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/con-segment.enum.d.ts +0 -27
- package/types/dictionary/segment-fields/csp-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/csr-segment.enum.d.ts +0 -18
- package/types/dictionary/segment-fields/css-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/ctd-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/cti-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/db1-segment.enum.d.ts +0 -10
- package/types/dictionary/segment-fields/dg1-segment.enum.d.ts +0 -28
- package/types/dictionary/segment-fields/dmi-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/drg-segment.enum.d.ts +0 -35
- package/types/dictionary/segment-fields/dsc-segment.enum.d.ts +0 -4
- package/types/dictionary/segment-fields/dsp-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/ecd-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/ecr-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/ed-segment.enum.d.ts +0 -3
- package/types/dictionary/segment-fields/edu-segment.enum.d.ts +0 -11
- package/types/dictionary/segment-fields/eql-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/eqp-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/equ-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/erq-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/err-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/evn-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/fac-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/fhs-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/ft1-segment.enum.d.ts +0 -45
- package/types/dictionary/segment-fields/fts-segment.enum.d.ts +0 -4
- package/types/dictionary/segment-fields/gol-segment.enum.d.ts +0 -24
- package/types/dictionary/segment-fields/gp1-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/gp2-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/gt1-segment.enum.d.ts +0 -59
- package/types/dictionary/segment-fields/iam-segment.enum.d.ts +0 -32
- package/types/dictionary/segment-fields/iar-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/iim-segment.enum.d.ts +0 -17
- package/types/dictionary/segment-fields/ilt-segment.enum.d.ts +0 -12
- package/types/dictionary/segment-fields/in1-segment.enum.d.ts +0 -56
- package/types/dictionary/segment-fields/in2-segment.enum.d.ts +0 -74
- package/types/dictionary/segment-fields/in3-segment.enum.d.ts +0 -27
- package/types/dictionary/segment-fields/index.d.ts +0 -182
- package/types/dictionary/segment-fields/inv-segment.enum.d.ts +0 -22
- package/types/dictionary/segment-fields/ipc-segment.enum.d.ts +0 -11
- package/types/dictionary/segment-fields/ipr-segment.enum.d.ts +0 -10
- package/types/dictionary/segment-fields/isd-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/itm-segment.enum.d.ts +0 -31
- package/types/dictionary/segment-fields/ivc-segment.enum.d.ts +0 -32
- package/types/dictionary/segment-fields/ivt-segment.enum.d.ts +0 -28
- package/types/dictionary/segment-fields/lan-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/lcc-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/lch-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/ldp-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/loc-segment.enum.d.ts +0 -11
- package/types/dictionary/segment-fields/lrl-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/mfa-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/mfe-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/mfi-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/mrg-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/msa-segment.enum.d.ts +0 -10
- package/types/dictionary/segment-fields/msh-segment.enum.d.ts +0 -27
- package/types/dictionary/segment-fields/nck-segment.enum.d.ts +0 -3
- package/types/dictionary/segment-fields/nds-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/nk1-segment.enum.d.ts +0 -43
- package/types/dictionary/segment-fields/npu-segment.enum.d.ts +0 -4
- package/types/dictionary/segment-fields/nsc-segment.enum.d.ts +0 -11
- package/types/dictionary/segment-fields/nst-segment.enum.d.ts +0 -17
- package/types/dictionary/segment-fields/nte-segment.enum.d.ts +0 -10
- package/types/dictionary/segment-fields/obr-segment.enum.d.ts +0 -56
- package/types/dictionary/segment-fields/obx-segment.enum.d.ts +0 -28
- package/types/dictionary/segment-fields/ods-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/odt-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/om1-segment.enum.d.ts +0 -49
- package/types/dictionary/segment-fields/om2-segment.enum.d.ts +0 -13
- package/types/dictionary/segment-fields/om3-segment.enum.d.ts +0 -10
- package/types/dictionary/segment-fields/om4-segment.enum.d.ts +0 -17
- package/types/dictionary/segment-fields/om5-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/om6-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/om7-segment.enum.d.ts +0 -26
- package/types/dictionary/segment-fields/orc-segment.enum.d.ts +0 -35
- package/types/dictionary/segment-fields/org-segment.enum.d.ts +0 -15
- package/types/dictionary/segment-fields/oro-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/ovr-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/pac-segment.enum.d.ts +0 -10
- package/types/dictionary/segment-fields/pce-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/pcr-segment.enum.d.ts +0 -25
- package/types/dictionary/segment-fields/pd1-segment.enum.d.ts +0 -24
- package/types/dictionary/segment-fields/pda-segment.enum.d.ts +0 -11
- package/types/dictionary/segment-fields/pdc-segment.enum.d.ts +0 -17
- package/types/dictionary/segment-fields/peo-segment.enum.d.ts +0 -27
- package/types/dictionary/segment-fields/pes-segment.enum.d.ts +0 -15
- package/types/dictionary/segment-fields/pid-segment.enum.d.ts +0 -42
- package/types/dictionary/segment-fields/pkg-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/pmt-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/pr1-segment.enum.d.ts +0 -27
- package/types/dictionary/segment-fields/pra-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/prb-segment.enum.d.ts +0 -30
- package/types/dictionary/segment-fields/prc-segment.enum.d.ts +0 -20
- package/types/dictionary/segment-fields/prd-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/prt-segment.enum.d.ts +0 -17
- package/types/dictionary/segment-fields/psg-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/psh-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/psl-segment.enum.d.ts +0 -50
- package/types/dictionary/segment-fields/pss-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/pth-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/pv1-segment.enum.d.ts +0 -56
- package/types/dictionary/segment-fields/pv2-segment.enum.d.ts +0 -52
- package/types/dictionary/segment-fields/pye-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/qak-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/qck-segment.enum.d.ts +0 -3
- package/types/dictionary/segment-fields/qid-segment.enum.d.ts +0 -4
- package/types/dictionary/segment-fields/qpd-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/qrd-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/qrf-segment.enum.d.ts +0 -12
- package/types/dictionary/segment-fields/qri-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/rcp-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/rdf-segment.enum.d.ts +0 -4
- package/types/dictionary/segment-fields/rdt-segment.enum.d.ts +0 -3
- package/types/dictionary/segment-fields/rel-segment.enum.d.ts +0 -18
- package/types/dictionary/segment-fields/rf1-segment.enum.d.ts +0 -14
- package/types/dictionary/segment-fields/rfi-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/rgs-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/rmi-segment.enum.d.ts +0 -5
- package/types/dictionary/segment-fields/rol-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/rq1-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/rqd-segment.enum.d.ts +0 -12
- package/types/dictionary/segment-fields/rx1-segment.enum.d.ts +0 -27
- package/types/dictionary/segment-fields/rxa-segment.enum.d.ts +0 -30
- package/types/dictionary/segment-fields/rxc-segment.enum.d.ts +0 -11
- package/types/dictionary/segment-fields/rxd-segment.enum.d.ts +0 -36
- package/types/dictionary/segment-fields/rxe-segment.enum.d.ts +0 -47
- package/types/dictionary/segment-fields/rxg-segment.enum.d.ts +0 -32
- package/types/dictionary/segment-fields/rxo-segment.enum.d.ts +0 -38
- package/types/dictionary/segment-fields/rxr-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/sac-segment.enum.d.ts +0 -46
- package/types/dictionary/segment-fields/scd-segment.enum.d.ts +0 -39
- package/types/dictionary/segment-fields/sch-segment.enum.d.ts +0 -29
- package/types/dictionary/segment-fields/scp-segment.enum.d.ts +0 -10
- package/types/dictionary/segment-fields/sdd-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/sft-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/shp-segment.enum.d.ts +0 -13
- package/types/dictionary/segment-fields/sid-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/slt-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/spm-segment.enum.d.ts +0 -34
- package/types/dictionary/segment-fields/spr-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/stf-segment.enum.d.ts +0 -43
- package/types/dictionary/segment-fields/stz-segment.enum.d.ts +0 -6
- package/types/dictionary/segment-fields/tcc-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/tcd-segment.enum.d.ts +0 -10
- package/types/dictionary/segment-fields/tq1-segment.enum.d.ts +0 -16
- package/types/dictionary/segment-fields/tq2-segment.enum.d.ts +0 -12
- package/types/dictionary/segment-fields/txa-segment.enum.d.ts +0 -28
- package/types/dictionary/segment-fields/uac-segment.enum.d.ts +0 -4
- package/types/dictionary/segment-fields/ub1-segment.enum.d.ts +0 -25
- package/types/dictionary/segment-fields/ub2-segment.enum.d.ts +0 -19
- package/types/dictionary/segment-fields/urd-segment.enum.d.ts +0 -9
- package/types/dictionary/segment-fields/urs-segment.enum.d.ts +0 -11
- package/types/dictionary/segment-fields/var-segment.enum.d.ts +0 -8
- package/types/dictionary/segment-fields/vnd-segment.enum.d.ts +0 -7
- package/types/dictionary/segment-fields/vtq-segment.enum.d.ts +0 -7
- package/types/dictionary/tables/acknowledgment-code.enum.d.ts +0 -25
- package/types/dictionary/tables/index.d.ts +0 -1
- package/types/dictionary/type-fields/ad-type.enum.d.ts +0 -10
- package/types/dictionary/type-fields/aui-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/ccd-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/ccp-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cd-type.enum.d.ts +0 -8
- package/types/dictionary/type-fields/ce-type.enum.d.ts +0 -8
- package/types/dictionary/type-fields/cf-type.enum.d.ts +0 -24
- package/types/dictionary/type-fields/ck-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/ck_account_no-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/cm_abs_range-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/cm_aui-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_batch_total-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_ccd-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_ccp-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_cd_electrode-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_csu-type.enum.d.ts +0 -9
- package/types/dictionary/type-fields/cm_ddi-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_din-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_dld-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_dlt-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/cm_dtn-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_eip-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_eld-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/cm_filler-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_finance-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_group_id-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_internal_location-type.enum.d.ts +0 -10
- package/types/dictionary/type-fields/cm_job_code-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_la1-type.enum.d.ts +0 -18
- package/types/dictionary/type-fields/cm_license_no-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_mdv-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_moc-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_msg-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_ndl-type.enum.d.ts +0 -13
- package/types/dictionary/type-fields/cm_ocd-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_osd-type.enum.d.ts +0 -13
- package/types/dictionary/type-fields/cm_osp-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_parent_result-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_pat_id-type.enum.d.ts +0 -7
- package/types/dictionary/type-fields/cm_pat_id_0192-type.enum.d.ts +0 -7
- package/types/dictionary/type-fields/cm_pcf-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_pen-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_pi-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_pip-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/cm_placer-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_pln-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/cm_position-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_practitioner-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_prl-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_pta-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_range-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_rfr-type.enum.d.ts +0 -9
- package/types/dictionary/type-fields/cm_ri-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_rmc-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/cm_spd-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/cm_sps-type.enum.d.ts +0 -8
- package/types/dictionary/type-fields/cm_uvc-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_vr-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cm_wvi-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cn-type.enum.d.ts +0 -15
- package/types/dictionary/type-fields/cn_person-type.enum.d.ts +0 -10
- package/types/dictionary/type-fields/cne-type.enum.d.ts +0 -24
- package/types/dictionary/type-fields/cnn-type.enum.d.ts +0 -13
- package/types/dictionary/type-fields/cns-type.enum.d.ts +0 -13
- package/types/dictionary/type-fields/cp-type.enum.d.ts +0 -8
- package/types/dictionary/type-fields/cq-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/cq_quantity-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/csu-type.enum.d.ts +0 -25
- package/types/dictionary/type-fields/cwe-type.enum.d.ts +0 -24
- package/types/dictionary/type-fields/cx-type.enum.d.ts +0 -14
- package/types/dictionary/type-fields/ddi-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/din-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/dld-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/dln-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/dlt-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/dr-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/dtn-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/ed-type.enum.d.ts +0 -7
- package/types/dictionary/type-fields/ei-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/eip-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/eld-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/erl-type.enum.d.ts +0 -8
- package/types/dictionary/type-fields/fc-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/fn-type.enum.d.ts +0 -7
- package/types/dictionary/type-fields/hd-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/icd-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/index.d.ts +0 -137
- package/types/dictionary/type-fields/jcc-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/la1-type.enum.d.ts +0 -11
- package/types/dictionary/type-fields/la2-type.enum.d.ts +0 -18
- package/types/dictionary/type-fields/ma-type.enum.d.ts +0 -12
- package/types/dictionary/type-fields/mo-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/moc-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/mop-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/msg-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/na-type.enum.d.ts +0 -12
- package/types/dictionary/type-fields/ndl-type.enum.d.ts +0 -13
- package/types/dictionary/type-fields/nr-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/ocd-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/osd-type.enum.d.ts +0 -13
- package/types/dictionary/type-fields/osp-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/pcf-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/pi-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/pip-type.enum.d.ts +0 -7
- package/types/dictionary/type-fields/pl-type.enum.d.ts +0 -13
- package/types/dictionary/type-fields/pln-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/pn-type.enum.d.ts +0 -8
- package/types/dictionary/type-fields/ppn-type.enum.d.ts +0 -28
- package/types/dictionary/type-fields/prl-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/pt-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/pta-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/qip-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/qsc-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/rcd-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/rfr-type.enum.d.ts +0 -9
- package/types/dictionary/type-fields/ri-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/rmc-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/rp-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/rpt-type.enum.d.ts +0 -13
- package/types/dictionary/type-fields/sad-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/scv-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/sn-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/spd-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/sps-type.enum.d.ts +0 -9
- package/types/dictionary/type-fields/srt-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/tq-type.enum.d.ts +0 -14
- package/types/dictionary/type-fields/ts-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/uvc-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/vh-type.enum.d.ts +0 -6
- package/types/dictionary/type-fields/vid-type.enum.d.ts +0 -5
- package/types/dictionary/type-fields/vr-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/wvi-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/wvs-type.enum.d.ts +0 -4
- package/types/dictionary/type-fields/xad-type.enum.d.ts +0 -25
- package/types/dictionary/type-fields/xcn-type.enum.d.ts +0 -27
- package/types/dictionary/type-fields/xon-type.enum.d.ts +0 -12
- package/types/dictionary/type-fields/xpn-type.enum.d.ts +0 -17
- package/types/dictionary/type-fields/xtn-type.enum.d.ts +0 -20
- package/types/hl7-dictionary.d.ts +0 -19
- package/types/interfaces/dictionary.types.d.ts +0 -24
- package/types/interfaces/index.d.ts +0 -2
- package/types/interfaces/version.enum.d.ts +0 -14
- package/types/utils/hl7-date.d.ts +0 -6
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PDCSegment = void 0;
|
|
4
|
-
var PDCSegment;
|
|
5
|
-
(function (PDCSegment) {
|
|
6
|
-
PDCSegment[PDCSegment["ManufacturerDistributor"] = 1] = "ManufacturerDistributor";
|
|
7
|
-
PDCSegment[PDCSegment["Country"] = 2] = "Country";
|
|
8
|
-
PDCSegment[PDCSegment["BrandName"] = 3] = "BrandName";
|
|
9
|
-
PDCSegment[PDCSegment["DeviceFamilyName"] = 4] = "DeviceFamilyName";
|
|
10
|
-
PDCSegment[PDCSegment["GenericName"] = 5] = "GenericName";
|
|
11
|
-
PDCSegment[PDCSegment["ModelIdentifier"] = 6] = "ModelIdentifier";
|
|
12
|
-
PDCSegment[PDCSegment["CatalogueIdentifier"] = 7] = "CatalogueIdentifier";
|
|
13
|
-
PDCSegment[PDCSegment["OtherIdentifier"] = 8] = "OtherIdentifier";
|
|
14
|
-
PDCSegment[PDCSegment["ProductCode"] = 9] = "ProductCode";
|
|
15
|
-
PDCSegment[PDCSegment["MarketingBasis"] = 10] = "MarketingBasis";
|
|
16
|
-
PDCSegment[PDCSegment["MarketingApprovalID"] = 11] = "MarketingApprovalID";
|
|
17
|
-
PDCSegment[PDCSegment["LabeledShelfLife"] = 12] = "LabeledShelfLife";
|
|
18
|
-
PDCSegment[PDCSegment["ExpectedShelfLife"] = 13] = "ExpectedShelfLife";
|
|
19
|
-
PDCSegment[PDCSegment["DateFirstMarketed"] = 14] = "DateFirstMarketed";
|
|
20
|
-
PDCSegment[PDCSegment["DateLastMarketed"] = 15] = "DateLastMarketed";
|
|
21
|
-
})(PDCSegment || (exports.PDCSegment = PDCSegment = {}));
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PEOSegment = void 0;
|
|
4
|
-
var PEOSegment;
|
|
5
|
-
(function (PEOSegment) {
|
|
6
|
-
PEOSegment[PEOSegment["EventIdentifiersUsed"] = 1] = "EventIdentifiersUsed";
|
|
7
|
-
PEOSegment[PEOSegment["EventSymptomDiagnosisCode"] = 2] = "EventSymptomDiagnosisCode";
|
|
8
|
-
PEOSegment[PEOSegment["EventOnsetDateTime"] = 3] = "EventOnsetDateTime";
|
|
9
|
-
PEOSegment[PEOSegment["EventExacerbationDateTime"] = 4] = "EventExacerbationDateTime";
|
|
10
|
-
PEOSegment[PEOSegment["EventImprovedDateTime"] = 5] = "EventImprovedDateTime";
|
|
11
|
-
PEOSegment[PEOSegment["EventEndedDataTime"] = 6] = "EventEndedDataTime";
|
|
12
|
-
PEOSegment[PEOSegment["EventLocationOccurredAddress"] = 7] = "EventLocationOccurredAddress";
|
|
13
|
-
PEOSegment[PEOSegment["EventQualification"] = 8] = "EventQualification";
|
|
14
|
-
PEOSegment[PEOSegment["EventSerious"] = 9] = "EventSerious";
|
|
15
|
-
PEOSegment[PEOSegment["EventExpected"] = 10] = "EventExpected";
|
|
16
|
-
PEOSegment[PEOSegment["EventOutcome"] = 11] = "EventOutcome";
|
|
17
|
-
PEOSegment[PEOSegment["PatientOutcome"] = 12] = "PatientOutcome";
|
|
18
|
-
PEOSegment[PEOSegment["EventDescriptionFromOthers"] = 13] = "EventDescriptionFromOthers";
|
|
19
|
-
PEOSegment[PEOSegment["EventDescriptionFromOriginalReporter"] = 14] = "EventDescriptionFromOriginalReporter";
|
|
20
|
-
PEOSegment[PEOSegment["EventDescriptionFromPatient"] = 15] = "EventDescriptionFromPatient";
|
|
21
|
-
PEOSegment[PEOSegment["EventDescriptionFromPractitioner"] = 16] = "EventDescriptionFromPractitioner";
|
|
22
|
-
PEOSegment[PEOSegment["EventDescriptionFromAutopsy"] = 17] = "EventDescriptionFromAutopsy";
|
|
23
|
-
PEOSegment[PEOSegment["CauseOfDeath"] = 18] = "CauseOfDeath";
|
|
24
|
-
PEOSegment[PEOSegment["PrimaryObserverName"] = 19] = "PrimaryObserverName";
|
|
25
|
-
PEOSegment[PEOSegment["PrimaryObserverAddress"] = 20] = "PrimaryObserverAddress";
|
|
26
|
-
PEOSegment[PEOSegment["PrimaryObserverTelephone"] = 21] = "PrimaryObserverTelephone";
|
|
27
|
-
PEOSegment[PEOSegment["PrimaryObserverSQualification"] = 22] = "PrimaryObserverSQualification";
|
|
28
|
-
PEOSegment[PEOSegment["ConfirmationProvidedBy"] = 23] = "ConfirmationProvidedBy";
|
|
29
|
-
PEOSegment[PEOSegment["PrimaryObserverAwareDateTime"] = 24] = "PrimaryObserverAwareDateTime";
|
|
30
|
-
PEOSegment[PEOSegment["PrimaryObserverSIdentityMayBeDivulged"] = 25] = "PrimaryObserverSIdentityMayBeDivulged";
|
|
31
|
-
})(PEOSegment || (exports.PEOSegment = PEOSegment = {}));
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PESSegment = void 0;
|
|
4
|
-
var PESSegment;
|
|
5
|
-
(function (PESSegment) {
|
|
6
|
-
PESSegment[PESSegment["SenderOrganizationName"] = 1] = "SenderOrganizationName";
|
|
7
|
-
PESSegment[PESSegment["SenderIndividualName"] = 2] = "SenderIndividualName";
|
|
8
|
-
PESSegment[PESSegment["SenderAddress"] = 3] = "SenderAddress";
|
|
9
|
-
PESSegment[PESSegment["SenderTelephone"] = 4] = "SenderTelephone";
|
|
10
|
-
PESSegment[PESSegment["SenderEventIdentifier"] = 5] = "SenderEventIdentifier";
|
|
11
|
-
PESSegment[PESSegment["SenderSequenceNumber"] = 6] = "SenderSequenceNumber";
|
|
12
|
-
PESSegment[PESSegment["SenderEventDescription"] = 7] = "SenderEventDescription";
|
|
13
|
-
PESSegment[PESSegment["SenderComment"] = 8] = "SenderComment";
|
|
14
|
-
PESSegment[PESSegment["SenderAwareDateTime"] = 9] = "SenderAwareDateTime";
|
|
15
|
-
PESSegment[PESSegment["EventReportDate"] = 10] = "EventReportDate";
|
|
16
|
-
PESSegment[PESSegment["EventReportTimingType"] = 11] = "EventReportTimingType";
|
|
17
|
-
PESSegment[PESSegment["EventReportSource"] = 12] = "EventReportSource";
|
|
18
|
-
PESSegment[PESSegment["EventReportedTo"] = 13] = "EventReportedTo";
|
|
19
|
-
})(PESSegment || (exports.PESSegment = PESSegment = {}));
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PIDSegment = void 0;
|
|
4
|
-
var PIDSegment;
|
|
5
|
-
(function (PIDSegment) {
|
|
6
|
-
PIDSegment[PIDSegment["SetIDPID"] = 1] = "SetIDPID";
|
|
7
|
-
PIDSegment[PIDSegment["PatientID"] = 2] = "PatientID";
|
|
8
|
-
PIDSegment[PIDSegment["PatientIdentifierList"] = 3] = "PatientIdentifierList";
|
|
9
|
-
PIDSegment[PIDSegment["AlternatePatientIDPID"] = 4] = "AlternatePatientIDPID";
|
|
10
|
-
PIDSegment[PIDSegment["PatientName"] = 5] = "PatientName";
|
|
11
|
-
PIDSegment[PIDSegment["MotherSMaidenName"] = 6] = "MotherSMaidenName";
|
|
12
|
-
PIDSegment[PIDSegment["DateTimeOfBirth"] = 7] = "DateTimeOfBirth";
|
|
13
|
-
PIDSegment[PIDSegment["AdministrativeSex"] = 8] = "AdministrativeSex";
|
|
14
|
-
PIDSegment[PIDSegment["PatientAlias"] = 9] = "PatientAlias";
|
|
15
|
-
PIDSegment[PIDSegment["Race"] = 10] = "Race";
|
|
16
|
-
PIDSegment[PIDSegment["PatientAddress"] = 11] = "PatientAddress";
|
|
17
|
-
PIDSegment[PIDSegment["CountyCode"] = 12] = "CountyCode";
|
|
18
|
-
PIDSegment[PIDSegment["PhoneNumberHome"] = 13] = "PhoneNumberHome";
|
|
19
|
-
PIDSegment[PIDSegment["PhoneNumberBusiness"] = 14] = "PhoneNumberBusiness";
|
|
20
|
-
PIDSegment[PIDSegment["PrimaryLanguage"] = 15] = "PrimaryLanguage";
|
|
21
|
-
PIDSegment[PIDSegment["MaritalStatus"] = 16] = "MaritalStatus";
|
|
22
|
-
PIDSegment[PIDSegment["Religion"] = 17] = "Religion";
|
|
23
|
-
PIDSegment[PIDSegment["PatientAccountNumber"] = 18] = "PatientAccountNumber";
|
|
24
|
-
PIDSegment[PIDSegment["SSNNumberPatient"] = 19] = "SSNNumberPatient";
|
|
25
|
-
PIDSegment[PIDSegment["DriverSLicenseNumberPatient"] = 20] = "DriverSLicenseNumberPatient";
|
|
26
|
-
PIDSegment[PIDSegment["MotherSIdentifier"] = 21] = "MotherSIdentifier";
|
|
27
|
-
PIDSegment[PIDSegment["EthnicGroup"] = 22] = "EthnicGroup";
|
|
28
|
-
PIDSegment[PIDSegment["BirthPlace"] = 23] = "BirthPlace";
|
|
29
|
-
PIDSegment[PIDSegment["MultipleBirthIndicator"] = 24] = "MultipleBirthIndicator";
|
|
30
|
-
PIDSegment[PIDSegment["BirthOrder"] = 25] = "BirthOrder";
|
|
31
|
-
PIDSegment[PIDSegment["Citizenship"] = 26] = "Citizenship";
|
|
32
|
-
PIDSegment[PIDSegment["VeteransMilitaryStatus"] = 27] = "VeteransMilitaryStatus";
|
|
33
|
-
PIDSegment[PIDSegment["Nationality"] = 28] = "Nationality";
|
|
34
|
-
PIDSegment[PIDSegment["PatientDeathDateAndTime"] = 29] = "PatientDeathDateAndTime";
|
|
35
|
-
PIDSegment[PIDSegment["PatientDeathIndicator"] = 30] = "PatientDeathIndicator";
|
|
36
|
-
PIDSegment[PIDSegment["IdentityUnknownIndicator"] = 31] = "IdentityUnknownIndicator";
|
|
37
|
-
PIDSegment[PIDSegment["IdentityReliabilityCode"] = 32] = "IdentityReliabilityCode";
|
|
38
|
-
PIDSegment[PIDSegment["LastUpdateDateTime"] = 33] = "LastUpdateDateTime";
|
|
39
|
-
PIDSegment[PIDSegment["LastUpdateFacility"] = 34] = "LastUpdateFacility";
|
|
40
|
-
PIDSegment[PIDSegment["SpeciesCode"] = 35] = "SpeciesCode";
|
|
41
|
-
PIDSegment[PIDSegment["BreedCode"] = 36] = "BreedCode";
|
|
42
|
-
PIDSegment[PIDSegment["Strain"] = 37] = "Strain";
|
|
43
|
-
PIDSegment[PIDSegment["ProductionClassCode"] = 38] = "ProductionClassCode";
|
|
44
|
-
PIDSegment[PIDSegment["TribalCitizenship"] = 39] = "TribalCitizenship";
|
|
45
|
-
PIDSegment[PIDSegment["PatientTelecommunicationInformation"] = 40] = "PatientTelecommunicationInformation";
|
|
46
|
-
})(PIDSegment || (exports.PIDSegment = PIDSegment = {}));
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PKGSegment = void 0;
|
|
4
|
-
var PKGSegment;
|
|
5
|
-
(function (PKGSegment) {
|
|
6
|
-
PKGSegment[PKGSegment["SetIdPKG"] = 1] = "SetIdPKG";
|
|
7
|
-
PKGSegment[PKGSegment["PackagingUnits"] = 2] = "PackagingUnits";
|
|
8
|
-
PKGSegment[PKGSegment["DefaultOrderUnitOfMeasureIndicator"] = 3] = "DefaultOrderUnitOfMeasureIndicator";
|
|
9
|
-
PKGSegment[PKGSegment["PackageQuantity"] = 4] = "PackageQuantity";
|
|
10
|
-
PKGSegment[PKGSegment["Price"] = 5] = "Price";
|
|
11
|
-
PKGSegment[PKGSegment["FutureItemPrice"] = 6] = "FutureItemPrice";
|
|
12
|
-
PKGSegment[PKGSegment["FutureItemPriceEffectiveDate"] = 7] = "FutureItemPriceEffectiveDate";
|
|
13
|
-
})(PKGSegment || (exports.PKGSegment = PKGSegment = {}));
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PMTSegment = void 0;
|
|
4
|
-
var PMTSegment;
|
|
5
|
-
(function (PMTSegment) {
|
|
6
|
-
PMTSegment[PMTSegment["PaymentRemittanceAdviceNumber"] = 1] = "PaymentRemittanceAdviceNumber";
|
|
7
|
-
PMTSegment[PMTSegment["PaymentRemittanceEffectiveDateTime"] = 2] = "PaymentRemittanceEffectiveDateTime";
|
|
8
|
-
PMTSegment[PMTSegment["PaymentRemittanceExpirationDateTime"] = 3] = "PaymentRemittanceExpirationDateTime";
|
|
9
|
-
PMTSegment[PMTSegment["PaymentMethod"] = 4] = "PaymentMethod";
|
|
10
|
-
PMTSegment[PMTSegment["PaymentRemittanceDateTime"] = 5] = "PaymentRemittanceDateTime";
|
|
11
|
-
PMTSegment[PMTSegment["PaymentRemittanceAmount"] = 6] = "PaymentRemittanceAmount";
|
|
12
|
-
PMTSegment[PMTSegment["CheckNumber"] = 7] = "CheckNumber";
|
|
13
|
-
PMTSegment[PMTSegment["PayeeBankIdentification"] = 8] = "PayeeBankIdentification";
|
|
14
|
-
PMTSegment[PMTSegment["PayeeTransitNumber"] = 9] = "PayeeTransitNumber";
|
|
15
|
-
PMTSegment[PMTSegment["PayeeBankAccountID"] = 10] = "PayeeBankAccountID";
|
|
16
|
-
PMTSegment[PMTSegment["PaymentOrganization"] = 11] = "PaymentOrganization";
|
|
17
|
-
PMTSegment[PMTSegment["ESRCodeLine"] = 12] = "ESRCodeLine";
|
|
18
|
-
})(PMTSegment || (exports.PMTSegment = PMTSegment = {}));
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PR1Segment = void 0;
|
|
4
|
-
var PR1Segment;
|
|
5
|
-
(function (PR1Segment) {
|
|
6
|
-
PR1Segment[PR1Segment["SetIDPR1"] = 1] = "SetIDPR1";
|
|
7
|
-
PR1Segment[PR1Segment["ProcedureCodingMethod"] = 2] = "ProcedureCodingMethod";
|
|
8
|
-
PR1Segment[PR1Segment["ProcedureCode"] = 3] = "ProcedureCode";
|
|
9
|
-
PR1Segment[PR1Segment["ProcedureDescription"] = 4] = "ProcedureDescription";
|
|
10
|
-
PR1Segment[PR1Segment["ProcedureDateTime"] = 5] = "ProcedureDateTime";
|
|
11
|
-
PR1Segment[PR1Segment["ProcedureFunctionalType"] = 6] = "ProcedureFunctionalType";
|
|
12
|
-
PR1Segment[PR1Segment["ProcedureMinutes"] = 7] = "ProcedureMinutes";
|
|
13
|
-
PR1Segment[PR1Segment["Anesthesiologist"] = 8] = "Anesthesiologist";
|
|
14
|
-
PR1Segment[PR1Segment["AnesthesiaCode"] = 9] = "AnesthesiaCode";
|
|
15
|
-
PR1Segment[PR1Segment["AnesthesiaMinutes"] = 10] = "AnesthesiaMinutes";
|
|
16
|
-
PR1Segment[PR1Segment["Surgeon"] = 11] = "Surgeon";
|
|
17
|
-
PR1Segment[PR1Segment["ProcedurePractitioner"] = 12] = "ProcedurePractitioner";
|
|
18
|
-
PR1Segment[PR1Segment["ConsentCode"] = 13] = "ConsentCode";
|
|
19
|
-
PR1Segment[PR1Segment["ProcedurePriority"] = 14] = "ProcedurePriority";
|
|
20
|
-
PR1Segment[PR1Segment["AssociatedDiagnosisCode"] = 15] = "AssociatedDiagnosisCode";
|
|
21
|
-
PR1Segment[PR1Segment["ProcedureCodeModifier"] = 16] = "ProcedureCodeModifier";
|
|
22
|
-
PR1Segment[PR1Segment["ProcedureDRGType"] = 17] = "ProcedureDRGType";
|
|
23
|
-
PR1Segment[PR1Segment["TissueTypeCode"] = 18] = "TissueTypeCode";
|
|
24
|
-
PR1Segment[PR1Segment["ProcedureIdentifier"] = 19] = "ProcedureIdentifier";
|
|
25
|
-
PR1Segment[PR1Segment["ProcedureActionCode"] = 20] = "ProcedureActionCode";
|
|
26
|
-
PR1Segment[PR1Segment["DRGProcedureDeterminationStatus"] = 21] = "DRGProcedureDeterminationStatus";
|
|
27
|
-
PR1Segment[PR1Segment["DRGProcedureRelevance"] = 22] = "DRGProcedureRelevance";
|
|
28
|
-
PR1Segment[PR1Segment["TreatingOrganizationalUnit"] = 23] = "TreatingOrganizationalUnit";
|
|
29
|
-
PR1Segment[PR1Segment["RespiratoryWithinSurgery"] = 24] = "RespiratoryWithinSurgery";
|
|
30
|
-
PR1Segment[PR1Segment["ParentProcedureID"] = 25] = "ParentProcedureID";
|
|
31
|
-
})(PR1Segment || (exports.PR1Segment = PR1Segment = {}));
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PRASegment = void 0;
|
|
4
|
-
var PRASegment;
|
|
5
|
-
(function (PRASegment) {
|
|
6
|
-
PRASegment[PRASegment["PrimaryKeyValuePRA"] = 1] = "PrimaryKeyValuePRA";
|
|
7
|
-
PRASegment[PRASegment["PractitionerGroup"] = 2] = "PractitionerGroup";
|
|
8
|
-
PRASegment[PRASegment["PractitionerCategory"] = 3] = "PractitionerCategory";
|
|
9
|
-
PRASegment[PRASegment["ProviderBilling"] = 4] = "ProviderBilling";
|
|
10
|
-
PRASegment[PRASegment["Specialty"] = 5] = "Specialty";
|
|
11
|
-
PRASegment[PRASegment["PractitionerIDNumbers"] = 6] = "PractitionerIDNumbers";
|
|
12
|
-
PRASegment[PRASegment["Privileges"] = 7] = "Privileges";
|
|
13
|
-
PRASegment[PRASegment["DateEnteredPractice"] = 8] = "DateEnteredPractice";
|
|
14
|
-
PRASegment[PRASegment["Institution"] = 9] = "Institution";
|
|
15
|
-
PRASegment[PRASegment["DateLeftPractice"] = 10] = "DateLeftPractice";
|
|
16
|
-
PRASegment[PRASegment["GovernmentReimbursementBillingEligibility"] = 11] = "GovernmentReimbursementBillingEligibility";
|
|
17
|
-
PRASegment[PRASegment["SetIDPRA"] = 12] = "SetIDPRA";
|
|
18
|
-
})(PRASegment || (exports.PRASegment = PRASegment = {}));
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PRBSegment = void 0;
|
|
4
|
-
var PRBSegment;
|
|
5
|
-
(function (PRBSegment) {
|
|
6
|
-
PRBSegment[PRBSegment["ActionCode"] = 1] = "ActionCode";
|
|
7
|
-
PRBSegment[PRBSegment["ActionDateTime"] = 2] = "ActionDateTime";
|
|
8
|
-
PRBSegment[PRBSegment["ProblemID"] = 3] = "ProblemID";
|
|
9
|
-
PRBSegment[PRBSegment["ProblemInstanceID"] = 4] = "ProblemInstanceID";
|
|
10
|
-
PRBSegment[PRBSegment["EpisodeOfCareID"] = 5] = "EpisodeOfCareID";
|
|
11
|
-
PRBSegment[PRBSegment["ProblemListPriority"] = 6] = "ProblemListPriority";
|
|
12
|
-
PRBSegment[PRBSegment["ProblemEstablishedDateTime"] = 7] = "ProblemEstablishedDateTime";
|
|
13
|
-
PRBSegment[PRBSegment["AnticipatedProblemResolutionDateTime"] = 8] = "AnticipatedProblemResolutionDateTime";
|
|
14
|
-
PRBSegment[PRBSegment["ActualProblemResolutionDateTime"] = 9] = "ActualProblemResolutionDateTime";
|
|
15
|
-
PRBSegment[PRBSegment["ProblemClassification"] = 10] = "ProblemClassification";
|
|
16
|
-
PRBSegment[PRBSegment["ProblemManagementDiscipline"] = 11] = "ProblemManagementDiscipline";
|
|
17
|
-
PRBSegment[PRBSegment["ProblemPersistence"] = 12] = "ProblemPersistence";
|
|
18
|
-
PRBSegment[PRBSegment["ProblemConfirmationStatus"] = 13] = "ProblemConfirmationStatus";
|
|
19
|
-
PRBSegment[PRBSegment["ProblemLifeCycleStatus"] = 14] = "ProblemLifeCycleStatus";
|
|
20
|
-
PRBSegment[PRBSegment["ProblemLifeCycleStatusDateTime"] = 15] = "ProblemLifeCycleStatusDateTime";
|
|
21
|
-
PRBSegment[PRBSegment["ProblemDateOfOnset"] = 16] = "ProblemDateOfOnset";
|
|
22
|
-
PRBSegment[PRBSegment["ProblemOnsetText"] = 17] = "ProblemOnsetText";
|
|
23
|
-
PRBSegment[PRBSegment["ProblemRanking"] = 18] = "ProblemRanking";
|
|
24
|
-
PRBSegment[PRBSegment["CertaintyOfProblem"] = 19] = "CertaintyOfProblem";
|
|
25
|
-
PRBSegment[PRBSegment["ProbabilityOfProblem"] = 20] = "ProbabilityOfProblem";
|
|
26
|
-
PRBSegment[PRBSegment["IndividualAwarenessOfProblem"] = 21] = "IndividualAwarenessOfProblem";
|
|
27
|
-
PRBSegment[PRBSegment["ProblemPrognosis"] = 22] = "ProblemPrognosis";
|
|
28
|
-
PRBSegment[PRBSegment["IndividualAwarenessOfPrognosis"] = 23] = "IndividualAwarenessOfPrognosis";
|
|
29
|
-
PRBSegment[PRBSegment["FamilySignificantOtherAwarenessOfProblemPrognosis"] = 24] = "FamilySignificantOtherAwarenessOfProblemPrognosis";
|
|
30
|
-
PRBSegment[PRBSegment["SecuritySensitivity"] = 25] = "SecuritySensitivity";
|
|
31
|
-
PRBSegment[PRBSegment["ProblemSeverity"] = 26] = "ProblemSeverity";
|
|
32
|
-
PRBSegment[PRBSegment["ProblemPerspective"] = 27] = "ProblemPerspective";
|
|
33
|
-
PRBSegment[PRBSegment["MoodCode"] = 28] = "MoodCode";
|
|
34
|
-
})(PRBSegment || (exports.PRBSegment = PRBSegment = {}));
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PRCSegment = void 0;
|
|
4
|
-
var PRCSegment;
|
|
5
|
-
(function (PRCSegment) {
|
|
6
|
-
PRCSegment[PRCSegment["PrimaryKeyValuePRC"] = 1] = "PrimaryKeyValuePRC";
|
|
7
|
-
PRCSegment[PRCSegment["FacilityIDPRC"] = 2] = "FacilityIDPRC";
|
|
8
|
-
PRCSegment[PRCSegment["Department"] = 3] = "Department";
|
|
9
|
-
PRCSegment[PRCSegment["ValidPatientClasses"] = 4] = "ValidPatientClasses";
|
|
10
|
-
PRCSegment[PRCSegment["Price"] = 5] = "Price";
|
|
11
|
-
PRCSegment[PRCSegment["Formula"] = 6] = "Formula";
|
|
12
|
-
PRCSegment[PRCSegment["MinimumQuantity"] = 7] = "MinimumQuantity";
|
|
13
|
-
PRCSegment[PRCSegment["MaximumQuantity"] = 8] = "MaximumQuantity";
|
|
14
|
-
PRCSegment[PRCSegment["MinimumPrice"] = 9] = "MinimumPrice";
|
|
15
|
-
PRCSegment[PRCSegment["MaximumPrice"] = 10] = "MaximumPrice";
|
|
16
|
-
PRCSegment[PRCSegment["EffectiveStartDate"] = 11] = "EffectiveStartDate";
|
|
17
|
-
PRCSegment[PRCSegment["EffectiveEndDate"] = 12] = "EffectiveEndDate";
|
|
18
|
-
PRCSegment[PRCSegment["PriceOverrideFlag"] = 13] = "PriceOverrideFlag";
|
|
19
|
-
PRCSegment[PRCSegment["BillingCategory"] = 14] = "BillingCategory";
|
|
20
|
-
PRCSegment[PRCSegment["ChargeableFlag"] = 15] = "ChargeableFlag";
|
|
21
|
-
PRCSegment[PRCSegment["ActiveInactiveFlag"] = 16] = "ActiveInactiveFlag";
|
|
22
|
-
PRCSegment[PRCSegment["Cost"] = 17] = "Cost";
|
|
23
|
-
PRCSegment[PRCSegment["ChargeOnIndicator"] = 18] = "ChargeOnIndicator";
|
|
24
|
-
})(PRCSegment || (exports.PRCSegment = PRCSegment = {}));
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PRDSegment = void 0;
|
|
4
|
-
var PRDSegment;
|
|
5
|
-
(function (PRDSegment) {
|
|
6
|
-
PRDSegment[PRDSegment["ProviderRole"] = 1] = "ProviderRole";
|
|
7
|
-
PRDSegment[PRDSegment["ProviderName"] = 2] = "ProviderName";
|
|
8
|
-
PRDSegment[PRDSegment["ProviderAddress"] = 3] = "ProviderAddress";
|
|
9
|
-
PRDSegment[PRDSegment["ProviderLocation"] = 4] = "ProviderLocation";
|
|
10
|
-
PRDSegment[PRDSegment["ProviderCommunicationInformation"] = 5] = "ProviderCommunicationInformation";
|
|
11
|
-
PRDSegment[PRDSegment["PreferredMethodOfContact"] = 6] = "PreferredMethodOfContact";
|
|
12
|
-
PRDSegment[PRDSegment["ProviderIdentifiers"] = 7] = "ProviderIdentifiers";
|
|
13
|
-
PRDSegment[PRDSegment["EffectiveStartDateOfProviderRole"] = 8] = "EffectiveStartDateOfProviderRole";
|
|
14
|
-
PRDSegment[PRDSegment["EffectiveEndDateOfProviderRole"] = 9] = "EffectiveEndDateOfProviderRole";
|
|
15
|
-
PRDSegment[PRDSegment["ProviderOrganizationNameAndIdentifier"] = 10] = "ProviderOrganizationNameAndIdentifier";
|
|
16
|
-
PRDSegment[PRDSegment["ProviderOrganizationAddress"] = 11] = "ProviderOrganizationAddress";
|
|
17
|
-
PRDSegment[PRDSegment["ProviderOrganizationLocationInformation"] = 12] = "ProviderOrganizationLocationInformation";
|
|
18
|
-
PRDSegment[PRDSegment["ProviderOrganizationCommunicationInformation"] = 13] = "ProviderOrganizationCommunicationInformation";
|
|
19
|
-
PRDSegment[PRDSegment["ProviderOrganizationMethodOfContact"] = 14] = "ProviderOrganizationMethodOfContact";
|
|
20
|
-
})(PRDSegment || (exports.PRDSegment = PRDSegment = {}));
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PRTSegment = void 0;
|
|
4
|
-
var PRTSegment;
|
|
5
|
-
(function (PRTSegment) {
|
|
6
|
-
PRTSegment[PRTSegment["ParticipationInstanceID"] = 1] = "ParticipationInstanceID";
|
|
7
|
-
PRTSegment[PRTSegment["ActionCode"] = 2] = "ActionCode";
|
|
8
|
-
PRTSegment[PRTSegment["ActionReason"] = 3] = "ActionReason";
|
|
9
|
-
PRTSegment[PRTSegment["Participation"] = 4] = "Participation";
|
|
10
|
-
PRTSegment[PRTSegment["ParticipationPerson"] = 5] = "ParticipationPerson";
|
|
11
|
-
PRTSegment[PRTSegment["ParticipationPersonProviderType"] = 6] = "ParticipationPersonProviderType";
|
|
12
|
-
PRTSegment[PRTSegment["ParticipantOrganizationUnitType"] = 7] = "ParticipantOrganizationUnitType";
|
|
13
|
-
PRTSegment[PRTSegment["ParticipationOrganization"] = 8] = "ParticipationOrganization";
|
|
14
|
-
PRTSegment[PRTSegment["ParticipantLocation"] = 9] = "ParticipantLocation";
|
|
15
|
-
PRTSegment[PRTSegment["ParticipationDevice"] = 10] = "ParticipationDevice";
|
|
16
|
-
PRTSegment[PRTSegment["ParticipationBeginDateTime"] = 11] = "ParticipationBeginDateTime";
|
|
17
|
-
PRTSegment[PRTSegment["ParticipationEndDateTime"] = 12] = "ParticipationEndDateTime";
|
|
18
|
-
PRTSegment[PRTSegment["ParticipationQualitativeDuration"] = 13] = "ParticipationQualitativeDuration";
|
|
19
|
-
PRTSegment[PRTSegment["ParticipationAddress"] = 14] = "ParticipationAddress";
|
|
20
|
-
PRTSegment[PRTSegment["ParticipantTelecommunicationAddress"] = 15] = "ParticipantTelecommunicationAddress";
|
|
21
|
-
})(PRTSegment || (exports.PRTSegment = PRTSegment = {}));
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PSGSegment = void 0;
|
|
4
|
-
var PSGSegment;
|
|
5
|
-
(function (PSGSegment) {
|
|
6
|
-
PSGSegment[PSGSegment["ProviderProductServiceGroupNumber"] = 1] = "ProviderProductServiceGroupNumber";
|
|
7
|
-
PSGSegment[PSGSegment["PayerProductServiceGroupNumber"] = 2] = "PayerProductServiceGroupNumber";
|
|
8
|
-
PSGSegment[PSGSegment["ProductServiceGroupSequenceNumber"] = 3] = "ProductServiceGroupSequenceNumber";
|
|
9
|
-
PSGSegment[PSGSegment["AdjudicateAsGroup"] = 4] = "AdjudicateAsGroup";
|
|
10
|
-
PSGSegment[PSGSegment["ProductServiceGroupBilledAmount"] = 5] = "ProductServiceGroupBilledAmount";
|
|
11
|
-
PSGSegment[PSGSegment["ProductServiceGroupDescription"] = 6] = "ProductServiceGroupDescription";
|
|
12
|
-
})(PSGSegment || (exports.PSGSegment = PSGSegment = {}));
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PSHSegment = void 0;
|
|
4
|
-
var PSHSegment;
|
|
5
|
-
(function (PSHSegment) {
|
|
6
|
-
PSHSegment[PSHSegment["ReportType"] = 1] = "ReportType";
|
|
7
|
-
PSHSegment[PSHSegment["ReportFormIdentifier"] = 2] = "ReportFormIdentifier";
|
|
8
|
-
PSHSegment[PSHSegment["ReportDate"] = 3] = "ReportDate";
|
|
9
|
-
PSHSegment[PSHSegment["ReportIntervalStartDate"] = 4] = "ReportIntervalStartDate";
|
|
10
|
-
PSHSegment[PSHSegment["ReportIntervalEndDate"] = 5] = "ReportIntervalEndDate";
|
|
11
|
-
PSHSegment[PSHSegment["QuantityManufactured"] = 6] = "QuantityManufactured";
|
|
12
|
-
PSHSegment[PSHSegment["QuantityDistributed"] = 7] = "QuantityDistributed";
|
|
13
|
-
PSHSegment[PSHSegment["QuantityDistributedMethod"] = 8] = "QuantityDistributedMethod";
|
|
14
|
-
PSHSegment[PSHSegment["QuantityDistributedComment"] = 9] = "QuantityDistributedComment";
|
|
15
|
-
PSHSegment[PSHSegment["QuantityInUse"] = 10] = "QuantityInUse";
|
|
16
|
-
PSHSegment[PSHSegment["QuantityInUseMethod"] = 11] = "QuantityInUseMethod";
|
|
17
|
-
PSHSegment[PSHSegment["QuantityInUseComment"] = 12] = "QuantityInUseComment";
|
|
18
|
-
PSHSegment[PSHSegment["NumberOfProductExperienceReportsFiledByFacility"] = 13] = "NumberOfProductExperienceReportsFiledByFacility";
|
|
19
|
-
PSHSegment[PSHSegment["NumberOfProductExperienceReportsFiledByDistributor"] = 14] = "NumberOfProductExperienceReportsFiledByDistributor";
|
|
20
|
-
})(PSHSegment || (exports.PSHSegment = PSHSegment = {}));
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PSLSegment = void 0;
|
|
4
|
-
var PSLSegment;
|
|
5
|
-
(function (PSLSegment) {
|
|
6
|
-
PSLSegment[PSLSegment["ProviderProductServiceLineItemNumber"] = 1] = "ProviderProductServiceLineItemNumber";
|
|
7
|
-
PSLSegment[PSLSegment["PayerProductServiceLineItemNumber"] = 2] = "PayerProductServiceLineItemNumber";
|
|
8
|
-
PSLSegment[PSLSegment["ProductServiceLineItemSequenceNumber"] = 3] = "ProductServiceLineItemSequenceNumber";
|
|
9
|
-
PSLSegment[PSLSegment["ProviderTrackingID"] = 4] = "ProviderTrackingID";
|
|
10
|
-
PSLSegment[PSLSegment["PayerTrackingID"] = 5] = "PayerTrackingID";
|
|
11
|
-
PSLSegment[PSLSegment["ProductServiceLineItemStatus"] = 6] = "ProductServiceLineItemStatus";
|
|
12
|
-
PSLSegment[PSLSegment["ProductServiceCode"] = 7] = "ProductServiceCode";
|
|
13
|
-
PSLSegment[PSLSegment["ProductServiceCodeModifier"] = 8] = "ProductServiceCodeModifier";
|
|
14
|
-
PSLSegment[PSLSegment["ProductServiceCodeDescription"] = 9] = "ProductServiceCodeDescription";
|
|
15
|
-
PSLSegment[PSLSegment["ProductServiceEffectiveDate"] = 10] = "ProductServiceEffectiveDate";
|
|
16
|
-
PSLSegment[PSLSegment["ProductServiceExpirationDate"] = 11] = "ProductServiceExpirationDate";
|
|
17
|
-
PSLSegment[PSLSegment["ProductServiceQuantity"] = 12] = "ProductServiceQuantity";
|
|
18
|
-
PSLSegment[PSLSegment["ProductServiceUnitCost"] = 13] = "ProductServiceUnitCost";
|
|
19
|
-
PSLSegment[PSLSegment["NumberOfItemsPerUnit"] = 14] = "NumberOfItemsPerUnit";
|
|
20
|
-
PSLSegment[PSLSegment["ProductServiceGrossAmount"] = 15] = "ProductServiceGrossAmount";
|
|
21
|
-
PSLSegment[PSLSegment["ProductServiceBilledAmount"] = 16] = "ProductServiceBilledAmount";
|
|
22
|
-
PSLSegment[PSLSegment["ProductServiceClarificationCodeType"] = 17] = "ProductServiceClarificationCodeType";
|
|
23
|
-
PSLSegment[PSLSegment["ProductServiceClarificationCodeValue"] = 18] = "ProductServiceClarificationCodeValue";
|
|
24
|
-
PSLSegment[PSLSegment["HealthDocumentReferenceIdentifier"] = 19] = "HealthDocumentReferenceIdentifier";
|
|
25
|
-
PSLSegment[PSLSegment["ProcessingConsiderationCode"] = 20] = "ProcessingConsiderationCode";
|
|
26
|
-
PSLSegment[PSLSegment["RestrictedDisclosureIndicator"] = 21] = "RestrictedDisclosureIndicator";
|
|
27
|
-
PSLSegment[PSLSegment["RelatedProductServiceCodeIndicator"] = 22] = "RelatedProductServiceCodeIndicator";
|
|
28
|
-
PSLSegment[PSLSegment["ProductServiceAmountForPhysician"] = 23] = "ProductServiceAmountForPhysician";
|
|
29
|
-
PSLSegment[PSLSegment["ProductServiceCostFactor"] = 24] = "ProductServiceCostFactor";
|
|
30
|
-
PSLSegment[PSLSegment["CostCenter"] = 25] = "CostCenter";
|
|
31
|
-
PSLSegment[PSLSegment["BillingPeriod"] = 26] = "BillingPeriod";
|
|
32
|
-
PSLSegment[PSLSegment["DaysWithoutBilling"] = 27] = "DaysWithoutBilling";
|
|
33
|
-
PSLSegment[PSLSegment["SessionNo"] = 28] = "SessionNo";
|
|
34
|
-
PSLSegment[PSLSegment["ExecutingPhysicianID"] = 29] = "ExecutingPhysicianID";
|
|
35
|
-
PSLSegment[PSLSegment["ResponsiblePhysicianID"] = 30] = "ResponsiblePhysicianID";
|
|
36
|
-
PSLSegment[PSLSegment["RoleExecutingPhysician"] = 31] = "RoleExecutingPhysician";
|
|
37
|
-
PSLSegment[PSLSegment["MedicalRoleExecutingPhysician"] = 32] = "MedicalRoleExecutingPhysician";
|
|
38
|
-
PSLSegment[PSLSegment["SideOfBody"] = 33] = "SideOfBody";
|
|
39
|
-
PSLSegment[PSLSegment["NumberOfTPSPP"] = 34] = "NumberOfTPSPP";
|
|
40
|
-
PSLSegment[PSLSegment["TPValuePP"] = 35] = "TPValuePP";
|
|
41
|
-
PSLSegment[PSLSegment["InternalScalingFactorPP"] = 36] = "InternalScalingFactorPP";
|
|
42
|
-
PSLSegment[PSLSegment["ExternalScalingFactorPP"] = 37] = "ExternalScalingFactorPP";
|
|
43
|
-
PSLSegment[PSLSegment["AmountPP"] = 38] = "AmountPP";
|
|
44
|
-
PSLSegment[PSLSegment["NumberOfTPSTechnicalPart"] = 39] = "NumberOfTPSTechnicalPart";
|
|
45
|
-
PSLSegment[PSLSegment["TPValueTechnicalPart"] = 40] = "TPValueTechnicalPart";
|
|
46
|
-
PSLSegment[PSLSegment["InternalScalingFactorTechnicalPart"] = 41] = "InternalScalingFactorTechnicalPart";
|
|
47
|
-
PSLSegment[PSLSegment["ExternalScalingFactorTechnicalPart"] = 42] = "ExternalScalingFactorTechnicalPart";
|
|
48
|
-
PSLSegment[PSLSegment["AmountTechnicalPart"] = 43] = "AmountTechnicalPart";
|
|
49
|
-
PSLSegment[PSLSegment["TotalAmountProfessionalPartTechnicalPart"] = 44] = "TotalAmountProfessionalPartTechnicalPart";
|
|
50
|
-
PSLSegment[PSLSegment["VATRate"] = 45] = "VATRate";
|
|
51
|
-
PSLSegment[PSLSegment["MainService"] = 46] = "MainService";
|
|
52
|
-
PSLSegment[PSLSegment["Validation"] = 47] = "Validation";
|
|
53
|
-
PSLSegment[PSLSegment["Comment"] = 48] = "Comment";
|
|
54
|
-
})(PSLSegment || (exports.PSLSegment = PSLSegment = {}));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PSSSegment = void 0;
|
|
4
|
-
var PSSSegment;
|
|
5
|
-
(function (PSSSegment) {
|
|
6
|
-
PSSSegment[PSSSegment["ProviderProductServiceSectionNumber"] = 1] = "ProviderProductServiceSectionNumber";
|
|
7
|
-
PSSSegment[PSSSegment["PayerProductServiceSectionNumber"] = 2] = "PayerProductServiceSectionNumber";
|
|
8
|
-
PSSSegment[PSSSegment["ProductServiceSectionSequenceNumber"] = 3] = "ProductServiceSectionSequenceNumber";
|
|
9
|
-
PSSSegment[PSSSegment["BilledAmount"] = 4] = "BilledAmount";
|
|
10
|
-
PSSSegment[PSSSegment["SectionDescriptionOrHeading"] = 5] = "SectionDescriptionOrHeading";
|
|
11
|
-
})(PSSSegment || (exports.PSSSegment = PSSSegment = {}));
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PTHSegment = void 0;
|
|
4
|
-
var PTHSegment;
|
|
5
|
-
(function (PTHSegment) {
|
|
6
|
-
PTHSegment[PTHSegment["ActionCode"] = 1] = "ActionCode";
|
|
7
|
-
PTHSegment[PTHSegment["PathwayID"] = 2] = "PathwayID";
|
|
8
|
-
PTHSegment[PTHSegment["PathwayInstanceID"] = 3] = "PathwayInstanceID";
|
|
9
|
-
PTHSegment[PTHSegment["PathwayEstablishedDateTime"] = 4] = "PathwayEstablishedDateTime";
|
|
10
|
-
PTHSegment[PTHSegment["PathwayLifeCycleStatus"] = 5] = "PathwayLifeCycleStatus";
|
|
11
|
-
PTHSegment[PTHSegment["ChangePathwayLifeCycleStatusDateTime"] = 6] = "ChangePathwayLifeCycleStatusDateTime";
|
|
12
|
-
PTHSegment[PTHSegment["MoodCode"] = 7] = "MoodCode";
|
|
13
|
-
})(PTHSegment || (exports.PTHSegment = PTHSegment = {}));
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PV1Segment = void 0;
|
|
4
|
-
var PV1Segment;
|
|
5
|
-
(function (PV1Segment) {
|
|
6
|
-
PV1Segment[PV1Segment["SetIDPV1"] = 1] = "SetIDPV1";
|
|
7
|
-
PV1Segment[PV1Segment["PatientClass"] = 2] = "PatientClass";
|
|
8
|
-
PV1Segment[PV1Segment["AssignedPatientLocation"] = 3] = "AssignedPatientLocation";
|
|
9
|
-
PV1Segment[PV1Segment["AdmissionType"] = 4] = "AdmissionType";
|
|
10
|
-
PV1Segment[PV1Segment["PreadmitNumber"] = 5] = "PreadmitNumber";
|
|
11
|
-
PV1Segment[PV1Segment["PriorPatientLocation"] = 6] = "PriorPatientLocation";
|
|
12
|
-
PV1Segment[PV1Segment["AttendingDoctor"] = 7] = "AttendingDoctor";
|
|
13
|
-
PV1Segment[PV1Segment["ReferringDoctor"] = 8] = "ReferringDoctor";
|
|
14
|
-
PV1Segment[PV1Segment["ConsultingDoctor"] = 9] = "ConsultingDoctor";
|
|
15
|
-
PV1Segment[PV1Segment["HospitalService"] = 10] = "HospitalService";
|
|
16
|
-
PV1Segment[PV1Segment["TemporaryLocation"] = 11] = "TemporaryLocation";
|
|
17
|
-
PV1Segment[PV1Segment["PreadmitTestIndicator"] = 12] = "PreadmitTestIndicator";
|
|
18
|
-
PV1Segment[PV1Segment["ReAdmissionIndicator"] = 13] = "ReAdmissionIndicator";
|
|
19
|
-
PV1Segment[PV1Segment["AdmitSource"] = 14] = "AdmitSource";
|
|
20
|
-
PV1Segment[PV1Segment["AmbulatoryStatus"] = 15] = "AmbulatoryStatus";
|
|
21
|
-
PV1Segment[PV1Segment["VIPIndicator"] = 16] = "VIPIndicator";
|
|
22
|
-
PV1Segment[PV1Segment["AdmittingDoctor"] = 17] = "AdmittingDoctor";
|
|
23
|
-
PV1Segment[PV1Segment["PatientType"] = 18] = "PatientType";
|
|
24
|
-
PV1Segment[PV1Segment["VisitNumber"] = 19] = "VisitNumber";
|
|
25
|
-
PV1Segment[PV1Segment["FinancialClass"] = 20] = "FinancialClass";
|
|
26
|
-
PV1Segment[PV1Segment["ChargePriceIndicator"] = 21] = "ChargePriceIndicator";
|
|
27
|
-
PV1Segment[PV1Segment["CourtesyCode"] = 22] = "CourtesyCode";
|
|
28
|
-
PV1Segment[PV1Segment["CreditRating"] = 23] = "CreditRating";
|
|
29
|
-
PV1Segment[PV1Segment["ContractCode"] = 24] = "ContractCode";
|
|
30
|
-
PV1Segment[PV1Segment["ContractEffectiveDate"] = 25] = "ContractEffectiveDate";
|
|
31
|
-
PV1Segment[PV1Segment["ContractAmount"] = 26] = "ContractAmount";
|
|
32
|
-
PV1Segment[PV1Segment["ContractPeriod"] = 27] = "ContractPeriod";
|
|
33
|
-
PV1Segment[PV1Segment["InterestCode"] = 28] = "InterestCode";
|
|
34
|
-
PV1Segment[PV1Segment["TransferToBadDebtCode"] = 29] = "TransferToBadDebtCode";
|
|
35
|
-
PV1Segment[PV1Segment["TransferToBadDebtDate"] = 30] = "TransferToBadDebtDate";
|
|
36
|
-
PV1Segment[PV1Segment["BadDebtAgencyCode"] = 31] = "BadDebtAgencyCode";
|
|
37
|
-
PV1Segment[PV1Segment["BadDebtTransferAmount"] = 32] = "BadDebtTransferAmount";
|
|
38
|
-
PV1Segment[PV1Segment["BadDebtRecoveryAmount"] = 33] = "BadDebtRecoveryAmount";
|
|
39
|
-
PV1Segment[PV1Segment["DeleteAccountIndicator"] = 34] = "DeleteAccountIndicator";
|
|
40
|
-
PV1Segment[PV1Segment["DeleteAccountDate"] = 35] = "DeleteAccountDate";
|
|
41
|
-
PV1Segment[PV1Segment["DischargeDisposition"] = 36] = "DischargeDisposition";
|
|
42
|
-
PV1Segment[PV1Segment["DischargedToLocation"] = 37] = "DischargedToLocation";
|
|
43
|
-
PV1Segment[PV1Segment["DietType"] = 38] = "DietType";
|
|
44
|
-
PV1Segment[PV1Segment["ServicingFacility"] = 39] = "ServicingFacility";
|
|
45
|
-
PV1Segment[PV1Segment["BedStatus"] = 40] = "BedStatus";
|
|
46
|
-
PV1Segment[PV1Segment["AccountStatus"] = 41] = "AccountStatus";
|
|
47
|
-
PV1Segment[PV1Segment["PendingLocation"] = 42] = "PendingLocation";
|
|
48
|
-
PV1Segment[PV1Segment["PriorTemporaryLocation"] = 43] = "PriorTemporaryLocation";
|
|
49
|
-
PV1Segment[PV1Segment["AdmitDateTime"] = 44] = "AdmitDateTime";
|
|
50
|
-
PV1Segment[PV1Segment["DischargeDateTime"] = 45] = "DischargeDateTime";
|
|
51
|
-
PV1Segment[PV1Segment["CurrentPatientBalance"] = 46] = "CurrentPatientBalance";
|
|
52
|
-
PV1Segment[PV1Segment["TotalCharges"] = 47] = "TotalCharges";
|
|
53
|
-
PV1Segment[PV1Segment["TotalAdjustments"] = 48] = "TotalAdjustments";
|
|
54
|
-
PV1Segment[PV1Segment["TotalPayments"] = 49] = "TotalPayments";
|
|
55
|
-
PV1Segment[PV1Segment["AlternateVisitID"] = 50] = "AlternateVisitID";
|
|
56
|
-
PV1Segment[PV1Segment["VisitIndicator"] = 51] = "VisitIndicator";
|
|
57
|
-
PV1Segment[PV1Segment["OtherHealthcareProvider"] = 52] = "OtherHealthcareProvider";
|
|
58
|
-
PV1Segment[PV1Segment["ServiceEpisodeDescription"] = 53] = "ServiceEpisodeDescription";
|
|
59
|
-
PV1Segment[PV1Segment["ServiceEpisodeIdentifier"] = 54] = "ServiceEpisodeIdentifier";
|
|
60
|
-
})(PV1Segment || (exports.PV1Segment = PV1Segment = {}));
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PV2Segment = void 0;
|
|
4
|
-
var PV2Segment;
|
|
5
|
-
(function (PV2Segment) {
|
|
6
|
-
PV2Segment[PV2Segment["PriorPendingLocation"] = 1] = "PriorPendingLocation";
|
|
7
|
-
PV2Segment[PV2Segment["AccommodationCode"] = 2] = "AccommodationCode";
|
|
8
|
-
PV2Segment[PV2Segment["AdmitReason"] = 3] = "AdmitReason";
|
|
9
|
-
PV2Segment[PV2Segment["TransferReason"] = 4] = "TransferReason";
|
|
10
|
-
PV2Segment[PV2Segment["PatientValuables"] = 5] = "PatientValuables";
|
|
11
|
-
PV2Segment[PV2Segment["PatientValuablesLocation"] = 6] = "PatientValuablesLocation";
|
|
12
|
-
PV2Segment[PV2Segment["VisitUserCode"] = 7] = "VisitUserCode";
|
|
13
|
-
PV2Segment[PV2Segment["ExpectedAdmitDateTime"] = 8] = "ExpectedAdmitDateTime";
|
|
14
|
-
PV2Segment[PV2Segment["ExpectedDischargeDateTime"] = 9] = "ExpectedDischargeDateTime";
|
|
15
|
-
PV2Segment[PV2Segment["EstimatedLengthOfInpatientStay"] = 10] = "EstimatedLengthOfInpatientStay";
|
|
16
|
-
PV2Segment[PV2Segment["ActualLengthOfInpatientStay"] = 11] = "ActualLengthOfInpatientStay";
|
|
17
|
-
PV2Segment[PV2Segment["VisitDescription"] = 12] = "VisitDescription";
|
|
18
|
-
PV2Segment[PV2Segment["ReferralSourceCode"] = 13] = "ReferralSourceCode";
|
|
19
|
-
PV2Segment[PV2Segment["PreviousServiceDate"] = 14] = "PreviousServiceDate";
|
|
20
|
-
PV2Segment[PV2Segment["EmploymentIllnessRelatedIndicator"] = 15] = "EmploymentIllnessRelatedIndicator";
|
|
21
|
-
PV2Segment[PV2Segment["PurgeStatusCode"] = 16] = "PurgeStatusCode";
|
|
22
|
-
PV2Segment[PV2Segment["PurgeStatusDate"] = 17] = "PurgeStatusDate";
|
|
23
|
-
PV2Segment[PV2Segment["SpecialProgramCode"] = 18] = "SpecialProgramCode";
|
|
24
|
-
PV2Segment[PV2Segment["RetentionIndicator"] = 19] = "RetentionIndicator";
|
|
25
|
-
PV2Segment[PV2Segment["ExpectedNumberOfInsurancePlans"] = 20] = "ExpectedNumberOfInsurancePlans";
|
|
26
|
-
PV2Segment[PV2Segment["VisitPublicityCode"] = 21] = "VisitPublicityCode";
|
|
27
|
-
PV2Segment[PV2Segment["VisitProtectionIndicator"] = 22] = "VisitProtectionIndicator";
|
|
28
|
-
PV2Segment[PV2Segment["ClinicOrganizationName"] = 23] = "ClinicOrganizationName";
|
|
29
|
-
PV2Segment[PV2Segment["PatientStatusCode"] = 24] = "PatientStatusCode";
|
|
30
|
-
PV2Segment[PV2Segment["VisitPriorityCode"] = 25] = "VisitPriorityCode";
|
|
31
|
-
PV2Segment[PV2Segment["PreviousTreatmentDate"] = 26] = "PreviousTreatmentDate";
|
|
32
|
-
PV2Segment[PV2Segment["ExpectedDischargeDisposition"] = 27] = "ExpectedDischargeDisposition";
|
|
33
|
-
PV2Segment[PV2Segment["SignatureOnFileDate"] = 28] = "SignatureOnFileDate";
|
|
34
|
-
PV2Segment[PV2Segment["FirstSimilarIllnessDate"] = 29] = "FirstSimilarIllnessDate";
|
|
35
|
-
PV2Segment[PV2Segment["PatientChargeAdjustmentCode"] = 30] = "PatientChargeAdjustmentCode";
|
|
36
|
-
PV2Segment[PV2Segment["RecurringServiceCode"] = 31] = "RecurringServiceCode";
|
|
37
|
-
PV2Segment[PV2Segment["BillingMediaCode"] = 32] = "BillingMediaCode";
|
|
38
|
-
PV2Segment[PV2Segment["ExpectedSurgeryDateAndTime"] = 33] = "ExpectedSurgeryDateAndTime";
|
|
39
|
-
PV2Segment[PV2Segment["MilitaryPartnershipCode"] = 34] = "MilitaryPartnershipCode";
|
|
40
|
-
PV2Segment[PV2Segment["MilitaryNonAvailabilityCode"] = 35] = "MilitaryNonAvailabilityCode";
|
|
41
|
-
PV2Segment[PV2Segment["NewbornBabyIndicator"] = 36] = "NewbornBabyIndicator";
|
|
42
|
-
PV2Segment[PV2Segment["BabyDetainedIndicator"] = 37] = "BabyDetainedIndicator";
|
|
43
|
-
PV2Segment[PV2Segment["ModeOfArrivalCode"] = 38] = "ModeOfArrivalCode";
|
|
44
|
-
PV2Segment[PV2Segment["RecreationalDrugUseCode"] = 39] = "RecreationalDrugUseCode";
|
|
45
|
-
PV2Segment[PV2Segment["AdmissionLevelOfCareCode"] = 40] = "AdmissionLevelOfCareCode";
|
|
46
|
-
PV2Segment[PV2Segment["PrecautionCode"] = 41] = "PrecautionCode";
|
|
47
|
-
PV2Segment[PV2Segment["PatientConditionCode"] = 42] = "PatientConditionCode";
|
|
48
|
-
PV2Segment[PV2Segment["LivingWillCode"] = 43] = "LivingWillCode";
|
|
49
|
-
PV2Segment[PV2Segment["OrganDonorCode"] = 44] = "OrganDonorCode";
|
|
50
|
-
PV2Segment[PV2Segment["AdvanceDirectiveCode"] = 45] = "AdvanceDirectiveCode";
|
|
51
|
-
PV2Segment[PV2Segment["PatientStatusEffectiveDate"] = 46] = "PatientStatusEffectiveDate";
|
|
52
|
-
PV2Segment[PV2Segment["ExpectedLOAReturnDateTime"] = 47] = "ExpectedLOAReturnDateTime";
|
|
53
|
-
PV2Segment[PV2Segment["ExpectedPreAdmissionTestingDateTime"] = 48] = "ExpectedPreAdmissionTestingDateTime";
|
|
54
|
-
PV2Segment[PV2Segment["NotifyClergyCode"] = 49] = "NotifyClergyCode";
|
|
55
|
-
PV2Segment[PV2Segment["AdvanceDirectiveLastVerifiedDate"] = 50] = "AdvanceDirectiveLastVerifiedDate";
|
|
56
|
-
})(PV2Segment || (exports.PV2Segment = PV2Segment = {}));
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PYESegment = void 0;
|
|
4
|
-
var PYESegment;
|
|
5
|
-
(function (PYESegment) {
|
|
6
|
-
PYESegment[PYESegment["SetIDPYE"] = 1] = "SetIDPYE";
|
|
7
|
-
PYESegment[PYESegment["PayeeType"] = 2] = "PayeeType";
|
|
8
|
-
PYESegment[PYESegment["PayeeRelationshipToInvoice"] = 3] = "PayeeRelationshipToInvoice";
|
|
9
|
-
PYESegment[PYESegment["PayeeIdentificationList"] = 4] = "PayeeIdentificationList";
|
|
10
|
-
PYESegment[PYESegment["PayeePersonName"] = 5] = "PayeePersonName";
|
|
11
|
-
PYESegment[PYESegment["PayeeAddress"] = 6] = "PayeeAddress";
|
|
12
|
-
PYESegment[PYESegment["PaymentMethod"] = 7] = "PaymentMethod";
|
|
13
|
-
})(PYESegment || (exports.PYESegment = PYESegment = {}));
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QAKSegment = void 0;
|
|
4
|
-
var QAKSegment;
|
|
5
|
-
(function (QAKSegment) {
|
|
6
|
-
QAKSegment[QAKSegment["QueryTag"] = 1] = "QueryTag";
|
|
7
|
-
QAKSegment[QAKSegment["QueryResponseStatus"] = 2] = "QueryResponseStatus";
|
|
8
|
-
QAKSegment[QAKSegment["MessageQueryName"] = 3] = "MessageQueryName";
|
|
9
|
-
QAKSegment[QAKSegment["HitCountTotal"] = 4] = "HitCountTotal";
|
|
10
|
-
QAKSegment[QAKSegment["ThisPayload"] = 5] = "ThisPayload";
|
|
11
|
-
QAKSegment[QAKSegment["HitsRemaining"] = 6] = "HitsRemaining";
|
|
12
|
-
})(QAKSegment || (exports.QAKSegment = QAKSegment = {}));
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QCKSegment = void 0;
|
|
4
|
-
var QCKSegment;
|
|
5
|
-
(function (QCKSegment) {
|
|
6
|
-
QCKSegment[QCKSegment["Contents"] = 1] = "Contents";
|
|
7
|
-
})(QCKSegment || (exports.QCKSegment = QCKSegment = {}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QIDSegment = void 0;
|
|
4
|
-
var QIDSegment;
|
|
5
|
-
(function (QIDSegment) {
|
|
6
|
-
QIDSegment[QIDSegment["QueryTag"] = 1] = "QueryTag";
|
|
7
|
-
QIDSegment[QIDSegment["MessageQueryName"] = 2] = "MessageQueryName";
|
|
8
|
-
})(QIDSegment || (exports.QIDSegment = QIDSegment = {}));
|