hl7v2 0.13.0 → 1.0.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.
Files changed (6719) hide show
  1. package/README.md +23 -17
  2. package/cjs/constants.js +12 -0
  3. package/cjs/dictionary/2.1/dictionary.js +13 -0
  4. package/cjs/dictionary/2.1/index.js +6 -0
  5. package/cjs/dictionary/2.1/patches.js +30 -0
  6. package/cjs/dictionary/2.1/segments/ACC.js +30 -0
  7. package/cjs/dictionary/2.1/segments/ADD.js +15 -0
  8. package/cjs/dictionary/2.1/segments/BHS.js +92 -0
  9. package/cjs/dictionary/2.1/segments/BLG.js +30 -0
  10. package/cjs/dictionary/2.1/segments/BTS.js +29 -0
  11. package/cjs/dictionary/2.1/segments/DG1.js +112 -0
  12. package/cjs/dictionary/2.1/segments/DSC.js +15 -0
  13. package/cjs/dictionary/2.1/segments/DSP.js +43 -0
  14. package/cjs/dictionary/2.1/segments/ERR.js +16 -0
  15. package/cjs/dictionary/2.1/segments/EVN.js +38 -0
  16. package/cjs/dictionary/2.1/segments/FHS.js +92 -0
  17. package/cjs/dictionary/2.1/segments/FT1.js +168 -0
  18. package/cjs/dictionary/2.1/segments/FTS.js +22 -0
  19. package/cjs/dictionary/2.1/segments/GT1.js +152 -0
  20. package/cjs/dictionary/2.1/segments/IN1.js +326 -0
  21. package/cjs/dictionary/2.1/segments/MFI.js +53 -0
  22. package/cjs/dictionary/2.1/segments/MRG.js +29 -0
  23. package/cjs/dictionary/2.1/segments/MSA.js +45 -0
  24. package/cjs/dictionary/2.1/segments/MSH.js +107 -0
  25. package/cjs/dictionary/2.1/segments/NCK.js +15 -0
  26. package/cjs/dictionary/2.1/segments/NK1.js +43 -0
  27. package/cjs/dictionary/2.1/segments/NPU.js +24 -0
  28. package/cjs/dictionary/2.1/segments/NSC.js +71 -0
  29. package/cjs/dictionary/2.1/segments/NST.js +113 -0
  30. package/cjs/dictionary/2.1/segments/NTE.js +30 -0
  31. package/cjs/dictionary/2.1/segments/OBR.js +263 -0
  32. package/cjs/dictionary/2.1/segments/OBX.js +95 -0
  33. package/cjs/dictionary/2.1/segments/ORC.js +106 -0
  34. package/cjs/dictionary/2.1/segments/ORO.js +37 -0
  35. package/cjs/dictionary/2.1/segments/PID.js +152 -0
  36. package/cjs/dictionary/2.1/segments/PR1.js +104 -0
  37. package/cjs/dictionary/2.1/segments/PV1.js +379 -0
  38. package/cjs/dictionary/2.1/segments/QRD.js +97 -0
  39. package/cjs/dictionary/2.1/segments/QRF.js +43 -0
  40. package/cjs/dictionary/2.1/segments/RX1.js +214 -0
  41. package/cjs/dictionary/2.1/segments/UB1.js +170 -0
  42. package/cjs/dictionary/2.1/segments/URD.js +60 -0
  43. package/cjs/dictionary/2.1/segments/URS.js +43 -0
  44. package/cjs/dictionary/2.1/segments/index.js +41 -0
  45. package/cjs/dictionary/2.1/types/AD.js +44 -0
  46. package/cjs/dictionary/2.1/types/CE.js +44 -0
  47. package/cjs/dictionary/2.1/types/CK.js +26 -0
  48. package/cjs/dictionary/2.1/types/CM.js +6 -0
  49. package/cjs/dictionary/2.1/types/CM_MSG.js +20 -0
  50. package/cjs/dictionary/2.1/types/CN.js +38 -0
  51. package/cjs/dictionary/2.1/types/CQ.js +20 -0
  52. package/cjs/dictionary/2.1/types/DT.js +6 -0
  53. package/cjs/dictionary/2.1/types/FT.js +6 -0
  54. package/cjs/dictionary/2.1/types/ID.js +6 -0
  55. package/cjs/dictionary/2.1/types/IS.js +6 -0
  56. package/cjs/dictionary/2.1/types/NM.js +6 -0
  57. package/cjs/dictionary/2.1/types/PN.js +44 -0
  58. package/cjs/dictionary/2.1/types/SI.js +6 -0
  59. package/cjs/dictionary/2.1/types/ST.js +6 -0
  60. package/cjs/dictionary/2.1/types/TM.js +6 -0
  61. package/cjs/dictionary/2.1/types/TN.js +6 -0
  62. package/cjs/dictionary/2.1/types/TS.js +20 -0
  63. package/cjs/dictionary/2.1/types/TX.js +6 -0
  64. package/cjs/dictionary/2.1/types/VARIES.js +6 -0
  65. package/cjs/dictionary/2.1/types/index.js +23 -0
  66. package/cjs/dictionary/2.2/index.js +13 -0
  67. package/cjs/dictionary/2.2/segments/ACC.js +11 -0
  68. package/cjs/dictionary/2.2/segments/ADD.js +11 -0
  69. package/cjs/dictionary/2.2/segments/AL1.js +52 -0
  70. package/cjs/dictionary/2.2/segments/BHS.js +46 -0
  71. package/cjs/dictionary/2.2/segments/BLG.js +18 -0
  72. package/cjs/dictionary/2.2/segments/BTS.js +18 -0
  73. package/cjs/dictionary/2.2/segments/DG1.js +44 -0
  74. package/cjs/dictionary/2.2/segments/DSC.js +11 -0
  75. package/cjs/dictionary/2.2/segments/DSP.js +22 -0
  76. package/cjs/dictionary/2.2/segments/ERR.js +11 -0
  77. package/cjs/dictionary/2.2/segments/EVN.js +29 -0
  78. package/cjs/dictionary/2.2/segments/FHS.js +46 -0
  79. package/cjs/dictionary/2.2/segments/FT1.js +54 -0
  80. package/cjs/dictionary/2.2/segments/FTS.js +14 -0
  81. package/cjs/dictionary/2.2/segments/GT1.js +38 -0
  82. package/cjs/dictionary/2.2/segments/IN1.js +92 -0
  83. package/cjs/dictionary/2.2/segments/IN2.js +228 -0
  84. package/cjs/dictionary/2.2/segments/IN3.js +186 -0
  85. package/cjs/dictionary/2.2/segments/MFA.js +44 -0
  86. package/cjs/dictionary/2.2/segments/MFE.js +37 -0
  87. package/cjs/dictionary/2.2/segments/MRG.js +26 -0
  88. package/cjs/dictionary/2.2/segments/MSA.js +29 -0
  89. package/cjs/dictionary/2.2/segments/MSH.js +51 -0
  90. package/cjs/dictionary/2.2/segments/NCK.js +11 -0
  91. package/cjs/dictionary/2.2/segments/NK1.js +81 -0
  92. package/cjs/dictionary/2.2/segments/NPU.js +15 -0
  93. package/cjs/dictionary/2.2/segments/NSC.js +34 -0
  94. package/cjs/dictionary/2.2/segments/NST.js +55 -0
  95. package/cjs/dictionary/2.2/segments/NTE.js +18 -0
  96. package/cjs/dictionary/2.2/segments/OBR.js +143 -0
  97. package/cjs/dictionary/2.2/segments/OBX.js +78 -0
  98. package/cjs/dictionary/2.2/segments/ODS.js +37 -0
  99. package/cjs/dictionary/2.2/segments/ODT.js +29 -0
  100. package/cjs/dictionary/2.2/segments/OM1.js +310 -0
  101. package/cjs/dictionary/2.2/segments/OM2.js +85 -0
  102. package/cjs/dictionary/2.2/segments/OM3.js +64 -0
  103. package/cjs/dictionary/2.2/segments/OM4.js +115 -0
  104. package/cjs/dictionary/2.2/segments/OM5.js +36 -0
  105. package/cjs/dictionary/2.2/segments/OM6.js +29 -0
  106. package/cjs/dictionary/2.2/segments/ORC.js +99 -0
  107. package/cjs/dictionary/2.2/segments/PID.js +116 -0
  108. package/cjs/dictionary/2.2/segments/PR1.js +37 -0
  109. package/cjs/dictionary/2.2/segments/PRA.js +59 -0
  110. package/cjs/dictionary/2.2/segments/PV1.js +177 -0
  111. package/cjs/dictionary/2.2/segments/PV2.js +72 -0
  112. package/cjs/dictionary/2.2/segments/QRD.js +48 -0
  113. package/cjs/dictionary/2.2/segments/QRF.js +48 -0
  114. package/cjs/dictionary/2.2/segments/RQ1.js +59 -0
  115. package/cjs/dictionary/2.2/segments/RQD.js +78 -0
  116. package/cjs/dictionary/2.2/segments/RXA.js +92 -0
  117. package/cjs/dictionary/2.2/segments/RXC.js +37 -0
  118. package/cjs/dictionary/2.2/segments/RXD.js +114 -0
  119. package/cjs/dictionary/2.2/segments/RXE.js +177 -0
  120. package/cjs/dictionary/2.2/segments/RXG.js +121 -0
  121. package/cjs/dictionary/2.2/segments/RXO.js +128 -0
  122. package/cjs/dictionary/2.2/segments/RXR.js +36 -0
  123. package/cjs/dictionary/2.2/segments/STF.js +124 -0
  124. package/cjs/dictionary/2.2/segments/UB1.js +73 -0
  125. package/cjs/dictionary/2.2/segments/UB2.js +121 -0
  126. package/cjs/dictionary/2.2/segments/URD.js +29 -0
  127. package/cjs/dictionary/2.2/segments/URS.js +48 -0
  128. package/cjs/dictionary/2.2/segments/index.js +64 -0
  129. package/cjs/dictionary/2.2/types/AD.js +26 -0
  130. package/cjs/dictionary/2.2/types/CK.js +19 -0
  131. package/cjs/dictionary/2.2/types/CK_ACCOUNT_NO.js +32 -0
  132. package/cjs/dictionary/2.2/types/CM_ABS_RANGE.js +32 -0
  133. package/cjs/dictionary/2.2/types/CM_AUI.js +26 -0
  134. package/cjs/dictionary/2.2/types/CM_BATCH_TOTAL.js +20 -0
  135. package/cjs/dictionary/2.2/types/CM_CCD.js +20 -0
  136. package/cjs/dictionary/2.2/types/CM_DDI.js +26 -0
  137. package/cjs/dictionary/2.2/types/CM_DIN.js +20 -0
  138. package/cjs/dictionary/2.2/types/CM_DLD.js +20 -0
  139. package/cjs/dictionary/2.2/types/CM_DLT.js +32 -0
  140. package/cjs/dictionary/2.2/types/CM_DTN.js +20 -0
  141. package/cjs/dictionary/2.2/types/CM_EIP.js +20 -0
  142. package/cjs/dictionary/2.2/types/CM_ELD.js +32 -0
  143. package/cjs/dictionary/2.2/types/CM_FILLER.js +20 -0
  144. package/cjs/dictionary/2.2/types/CM_FINANCE.js +20 -0
  145. package/cjs/dictionary/2.2/types/CM_GROUP_ID.js +20 -0
  146. package/cjs/dictionary/2.2/types/CM_INTERNAL_LOCATION.js +56 -0
  147. package/cjs/dictionary/2.2/types/CM_JOB_CODE.js +20 -0
  148. package/cjs/dictionary/2.2/types/CM_LA1.js +20 -0
  149. package/cjs/dictionary/2.2/types/CM_LICENSE_NO.js +20 -0
  150. package/cjs/dictionary/2.2/types/CM_MOC.js +20 -0
  151. package/cjs/dictionary/2.2/types/CM_NDL.js +32 -0
  152. package/cjs/dictionary/2.2/types/CM_OCD.js +20 -0
  153. package/cjs/dictionary/2.2/types/CM_OSP.js +26 -0
  154. package/cjs/dictionary/2.2/types/CM_PARENT_RESULT.js +26 -0
  155. package/cjs/dictionary/2.2/types/CM_PAT_ID.js +38 -0
  156. package/cjs/dictionary/2.2/types/CM_PAT_ID_0192.js +39 -0
  157. package/cjs/dictionary/2.2/types/CM_PCF.js +26 -0
  158. package/cjs/dictionary/2.2/types/CM_PEN.js +20 -0
  159. package/cjs/dictionary/2.2/types/CM_PIP.js +32 -0
  160. package/cjs/dictionary/2.2/types/CM_PLACER.js +20 -0
  161. package/cjs/dictionary/2.2/types/CM_PLN.js +26 -0
  162. package/cjs/dictionary/2.2/types/CM_POSITION.js +26 -0
  163. package/cjs/dictionary/2.2/types/CM_PRACTITIONER.js +20 -0
  164. package/cjs/dictionary/2.2/types/CM_PTA.js +28 -0
  165. package/cjs/dictionary/2.2/types/CM_RANGE.js +20 -0
  166. package/cjs/dictionary/2.2/types/CM_RFR.js +50 -0
  167. package/cjs/dictionary/2.2/types/CM_RI.js +20 -0
  168. package/cjs/dictionary/2.2/types/CM_RMC.js +26 -0
  169. package/cjs/dictionary/2.2/types/CM_SPD.js +32 -0
  170. package/cjs/dictionary/2.2/types/CM_SPS.js +38 -0
  171. package/cjs/dictionary/2.2/types/CM_UVC.js +20 -0
  172. package/cjs/dictionary/2.2/types/CM_VR.js +20 -0
  173. package/cjs/dictionary/2.2/types/CN.js +62 -0
  174. package/cjs/dictionary/2.2/types/CN_PERSON.js +56 -0
  175. package/cjs/dictionary/2.2/types/CQ_QUANTITY.js +20 -0
  176. package/cjs/dictionary/2.2/types/SI.js +6 -0
  177. package/cjs/dictionary/2.2/types/TQ.js +68 -0
  178. package/cjs/dictionary/2.2/types/index.js +52 -0
  179. package/cjs/dictionary/2.3/index.js +13 -0
  180. package/cjs/dictionary/2.3/segments/ACC.js +52 -0
  181. package/cjs/dictionary/2.3/segments/ADD.js +13 -0
  182. package/cjs/dictionary/2.3/segments/AIG.js +109 -0
  183. package/cjs/dictionary/2.3/segments/AIL.js +95 -0
  184. package/cjs/dictionary/2.3/segments/AIP.js +95 -0
  185. package/cjs/dictionary/2.3/segments/AIS.js +81 -0
  186. package/cjs/dictionary/2.3/segments/AL1.js +17 -0
  187. package/cjs/dictionary/2.3/segments/APR.js +43 -0
  188. package/cjs/dictionary/2.3/segments/ARQ.js +171 -0
  189. package/cjs/dictionary/2.3/segments/AUT.js +80 -0
  190. package/cjs/dictionary/2.3/segments/BHS.js +81 -0
  191. package/cjs/dictionary/2.3/segments/BLG.js +26 -0
  192. package/cjs/dictionary/2.3/segments/BTS.js +25 -0
  193. package/cjs/dictionary/2.3/segments/CDM.js +103 -0
  194. package/cjs/dictionary/2.3/segments/CM0.js +85 -0
  195. package/cjs/dictionary/2.3/segments/CM1.js +29 -0
  196. package/cjs/dictionary/2.3/segments/CM2.js +36 -0
  197. package/cjs/dictionary/2.3/segments/CSP.js +36 -0
  198. package/cjs/dictionary/2.3/segments/CSR.js +120 -0
  199. package/cjs/dictionary/2.3/segments/CSS.js +29 -0
  200. package/cjs/dictionary/2.3/segments/CTD.js +58 -0
  201. package/cjs/dictionary/2.3/segments/CTI.js +29 -0
  202. package/cjs/dictionary/2.3/segments/DB1.js +66 -0
  203. package/cjs/dictionary/2.3/segments/DG1.js +140 -0
  204. package/cjs/dictionary/2.3/segments/DRG.js +82 -0
  205. package/cjs/dictionary/2.3/segments/DSC.js +13 -0
  206. package/cjs/dictionary/2.3/segments/DSP.js +38 -0
  207. package/cjs/dictionary/2.3/segments/EQL.js +37 -0
  208. package/cjs/dictionary/2.3/segments/ERQ.js +29 -0
  209. package/cjs/dictionary/2.3/segments/ERR.js +13 -0
  210. package/cjs/dictionary/2.3/segments/EVN.js +45 -0
  211. package/cjs/dictionary/2.3/segments/FAC.js +93 -0
  212. package/cjs/dictionary/2.3/segments/FHS.js +81 -0
  213. package/cjs/dictionary/2.3/segments/FT1.js +174 -0
  214. package/cjs/dictionary/2.3/segments/FTS.js +19 -0
  215. package/cjs/dictionary/2.3/segments/GOL.js +156 -0
  216. package/cjs/dictionary/2.3/segments/GT1.js +410 -0
  217. package/cjs/dictionary/2.3/segments/IAM.js +148 -0
  218. package/cjs/dictionary/2.3/segments/IN1.js +345 -0
  219. package/cjs/dictionary/2.3/segments/IN2.js +435 -0
  220. package/cjs/dictionary/2.3/segments/IN3.js +93 -0
  221. package/cjs/dictionary/2.3/segments/LCC.js +37 -0
  222. package/cjs/dictionary/2.3/segments/LCH.js +44 -0
  223. package/cjs/dictionary/2.3/segments/LDP.js +89 -0
  224. package/cjs/dictionary/2.3/segments/LOC.js +66 -0
  225. package/cjs/dictionary/2.3/segments/LRL.js +50 -0
  226. package/cjs/dictionary/2.3/segments/MFA.js +23 -0
  227. package/cjs/dictionary/2.3/segments/MFE.js +20 -0
  228. package/cjs/dictionary/2.3/segments/MFI.js +52 -0
  229. package/cjs/dictionary/2.3/segments/MRG.js +46 -0
  230. package/cjs/dictionary/2.3/segments/MSA.js +41 -0
  231. package/cjs/dictionary/2.3/segments/MSH.js +124 -0
  232. package/cjs/dictionary/2.3/segments/NCK.js +13 -0
  233. package/cjs/dictionary/2.3/segments/NK1.js +240 -0
  234. package/cjs/dictionary/2.3/segments/NPU.js +20 -0
  235. package/cjs/dictionary/2.3/segments/NSC.js +56 -0
  236. package/cjs/dictionary/2.3/segments/NST.js +99 -0
  237. package/cjs/dictionary/2.3/segments/NTE.js +25 -0
  238. package/cjs/dictionary/2.3/segments/OBR.js +271 -0
  239. package/cjs/dictionary/2.3/segments/OBX.js +93 -0
  240. package/cjs/dictionary/2.3/segments/ODS.js +10 -0
  241. package/cjs/dictionary/2.3/segments/ODT.js +11 -0
  242. package/cjs/dictionary/2.3/segments/OM1.js +270 -0
  243. package/cjs/dictionary/2.3/segments/OM2.js +59 -0
  244. package/cjs/dictionary/2.3/segments/OM3.js +40 -0
  245. package/cjs/dictionary/2.3/segments/OM4.js +74 -0
  246. package/cjs/dictionary/2.3/segments/OM5.js +23 -0
  247. package/cjs/dictionary/2.3/segments/OM6.js +18 -0
  248. package/cjs/dictionary/2.3/segments/ORC.js +96 -0
  249. package/cjs/dictionary/2.3/segments/PCR.js +179 -0
  250. package/cjs/dictionary/2.3/segments/PD1.js +100 -0
  251. package/cjs/dictionary/2.3/segments/PDC.js +114 -0
  252. package/cjs/dictionary/2.3/segments/PEO.js +191 -0
  253. package/cjs/dictionary/2.3/segments/PES.js +102 -0
  254. package/cjs/dictionary/2.3/segments/PID.js +176 -0
  255. package/cjs/dictionary/2.3/segments/PR1.js +108 -0
  256. package/cjs/dictionary/2.3/segments/PRA.js +23 -0
  257. package/cjs/dictionary/2.3/segments/PRB.js +184 -0
  258. package/cjs/dictionary/2.3/segments/PRC.js +139 -0
  259. package/cjs/dictionary/2.3/segments/PRD.js +71 -0
  260. package/cjs/dictionary/2.3/segments/PSH.js +108 -0
  261. package/cjs/dictionary/2.3/segments/PTH.js +51 -0
  262. package/cjs/dictionary/2.3/segments/PV1.js +338 -0
  263. package/cjs/dictionary/2.3/segments/PV2.js +231 -0
  264. package/cjs/dictionary/2.3/segments/QAK.js +23 -0
  265. package/cjs/dictionary/2.3/segments/QCK.js +15 -0
  266. package/cjs/dictionary/2.3/segments/QRD.js +83 -0
  267. package/cjs/dictionary/2.3/segments/QRF.js +54 -0
  268. package/cjs/dictionary/2.3/segments/RDF.js +22 -0
  269. package/cjs/dictionary/2.3/segments/RDT.js +14 -0
  270. package/cjs/dictionary/2.3/segments/RF1.js +85 -0
  271. package/cjs/dictionary/2.3/segments/RGS.js +30 -0
  272. package/cjs/dictionary/2.3/segments/ROL.js +64 -0
  273. package/cjs/dictionary/2.3/segments/RQ1.js +14 -0
  274. package/cjs/dictionary/2.3/segments/RQD.js +16 -0
  275. package/cjs/dictionary/2.3/segments/RXA.js +99 -0
  276. package/cjs/dictionary/2.3/segments/RXC.js +25 -0
  277. package/cjs/dictionary/2.3/segments/RXD.js +102 -0
  278. package/cjs/dictionary/2.3/segments/RXE.js +82 -0
  279. package/cjs/dictionary/2.3/segments/RXG.js +79 -0
  280. package/cjs/dictionary/2.3/segments/RXO.js +53 -0
  281. package/cjs/dictionary/2.3/segments/RXR.js +6 -0
  282. package/cjs/dictionary/2.3/segments/SCH.js +183 -0
  283. package/cjs/dictionary/2.3/segments/SPR.js +37 -0
  284. package/cjs/dictionary/2.3/segments/STF.js +110 -0
  285. package/cjs/dictionary/2.3/segments/TXA.js +175 -0
  286. package/cjs/dictionary/2.3/segments/UB1.js +160 -0
  287. package/cjs/dictionary/2.3/segments/UB2.js +60 -0
  288. package/cjs/dictionary/2.3/segments/URD.js +53 -0
  289. package/cjs/dictionary/2.3/segments/URS.js +54 -0
  290. package/cjs/dictionary/2.3/segments/VAR.js +50 -0
  291. package/cjs/dictionary/2.3/segments/VTQ.js +44 -0
  292. package/cjs/dictionary/2.3/segments/index.js +115 -0
  293. package/cjs/dictionary/2.3/types/AD.js +45 -0
  294. package/cjs/dictionary/2.3/types/CD.js +44 -0
  295. package/cjs/dictionary/2.3/types/CE.js +44 -0
  296. package/cjs/dictionary/2.3/types/CF.js +44 -0
  297. package/cjs/dictionary/2.3/types/CK.js +27 -0
  298. package/cjs/dictionary/2.3/types/CM_AUI.js +10 -0
  299. package/cjs/dictionary/2.3/types/CM_CCD.js +10 -0
  300. package/cjs/dictionary/2.3/types/CM_CCP.js +26 -0
  301. package/cjs/dictionary/2.3/types/CM_CD_ELECTRODE.js +20 -0
  302. package/cjs/dictionary/2.3/types/CM_CSU.js +50 -0
  303. package/cjs/dictionary/2.3/types/CM_DDI.js +10 -0
  304. package/cjs/dictionary/2.3/types/CM_DTN.js +10 -0
  305. package/cjs/dictionary/2.3/types/CM_EIP.js +13 -0
  306. package/cjs/dictionary/2.3/types/CM_ELD.js +13 -0
  307. package/cjs/dictionary/2.3/types/CM_LA1.js +99 -0
  308. package/cjs/dictionary/2.3/types/CM_MDV.js +20 -0
  309. package/cjs/dictionary/2.3/types/CM_MOC.js +13 -0
  310. package/cjs/dictionary/2.3/types/CM_MSG.js +20 -0
  311. package/cjs/dictionary/2.3/types/CM_NDL.js +56 -0
  312. package/cjs/dictionary/2.3/types/CM_OCD.js +10 -0
  313. package/cjs/dictionary/2.3/types/CM_OSD.js +74 -0
  314. package/cjs/dictionary/2.3/types/CM_OSP.js +10 -0
  315. package/cjs/dictionary/2.3/types/CM_PCF.js +16 -0
  316. package/cjs/dictionary/2.3/types/CM_PEN.js +11 -0
  317. package/cjs/dictionary/2.3/types/CM_PI.js +26 -0
  318. package/cjs/dictionary/2.3/types/CM_PLN.js +19 -0
  319. package/cjs/dictionary/2.3/types/CM_PRL.js +26 -0
  320. package/cjs/dictionary/2.3/types/CM_PTA.js +13 -0
  321. package/cjs/dictionary/2.3/types/CM_RFR.js +24 -0
  322. package/cjs/dictionary/2.3/types/CM_RI.js +13 -0
  323. package/cjs/dictionary/2.3/types/CM_RMC.js +14 -0
  324. package/cjs/dictionary/2.3/types/CM_SPS.js +13 -0
  325. package/cjs/dictionary/2.3/types/CM_UVC.js +10 -0
  326. package/cjs/dictionary/2.3/types/CM_WVI.js +20 -0
  327. package/cjs/dictionary/2.3/types/CN.js +43 -0
  328. package/cjs/dictionary/2.3/types/CNE.js +64 -0
  329. package/cjs/dictionary/2.3/types/CP.js +44 -0
  330. package/cjs/dictionary/2.3/types/CQ.js +20 -0
  331. package/cjs/dictionary/2.3/types/CX.js +45 -0
  332. package/cjs/dictionary/2.3/types/DLN.js +26 -0
  333. package/cjs/dictionary/2.3/types/DR.js +20 -0
  334. package/cjs/dictionary/2.3/types/DT.js +6 -0
  335. package/cjs/dictionary/2.3/types/ED.js +38 -0
  336. package/cjs/dictionary/2.3/types/EI.js +32 -0
  337. package/cjs/dictionary/2.3/types/FC.js +20 -0
  338. package/cjs/dictionary/2.3/types/FT.js +6 -0
  339. package/cjs/dictionary/2.3/types/HD.js +26 -0
  340. package/cjs/dictionary/2.3/types/ID.js +6 -0
  341. package/cjs/dictionary/2.3/types/IS.js +6 -0
  342. package/cjs/dictionary/2.3/types/JCC.js +20 -0
  343. package/cjs/dictionary/2.3/types/MA.js +44 -0
  344. package/cjs/dictionary/2.3/types/MO.js +20 -0
  345. package/cjs/dictionary/2.3/types/NA.js +32 -0
  346. package/cjs/dictionary/2.3/types/NM.js +6 -0
  347. package/cjs/dictionary/2.3/types/PL.js +62 -0
  348. package/cjs/dictionary/2.3/types/PPN.js +98 -0
  349. package/cjs/dictionary/2.3/types/PT.js +20 -0
  350. package/cjs/dictionary/2.3/types/QIP.js +20 -0
  351. package/cjs/dictionary/2.3/types/QSC.js +32 -0
  352. package/cjs/dictionary/2.3/types/RCD.js +26 -0
  353. package/cjs/dictionary/2.3/types/RI.js +20 -0
  354. package/cjs/dictionary/2.3/types/RP.js +32 -0
  355. package/cjs/dictionary/2.3/types/SCV.js +20 -0
  356. package/cjs/dictionary/2.3/types/SN.js +32 -0
  357. package/cjs/dictionary/2.3/types/ST.js +6 -0
  358. package/cjs/dictionary/2.3/types/TM.js +6 -0
  359. package/cjs/dictionary/2.3/types/TN.js +6 -0
  360. package/cjs/dictionary/2.3/types/TQ.js +19 -0
  361. package/cjs/dictionary/2.3/types/TS.js +14 -0
  362. package/cjs/dictionary/2.3/types/TX.js +6 -0
  363. package/cjs/dictionary/2.3/types/VARIES.js +6 -0
  364. package/cjs/dictionary/2.3/types/VH.js +32 -0
  365. package/cjs/dictionary/2.3/types/XAD.js +68 -0
  366. package/cjs/dictionary/2.3/types/XCN.js +92 -0
  367. package/cjs/dictionary/2.3/types/XON.js +56 -0
  368. package/cjs/dictionary/2.3/types/XPN.js +56 -0
  369. package/cjs/dictionary/2.3/types/XTN.js +62 -0
  370. package/cjs/dictionary/2.3/types/index.js +80 -0
  371. package/cjs/dictionary/2.3.1/index.js +13 -0
  372. package/cjs/dictionary/2.3.1/segments/ACC.js +21 -0
  373. package/cjs/dictionary/2.3.1/segments/ADD.js +12 -0
  374. package/cjs/dictionary/2.3.1/segments/AIG.js +6 -0
  375. package/cjs/dictionary/2.3.1/segments/AIL.js +18 -0
  376. package/cjs/dictionary/2.3.1/segments/AIP.js +17 -0
  377. package/cjs/dictionary/2.3.1/segments/AIS.js +11 -0
  378. package/cjs/dictionary/2.3.1/segments/AL1.js +50 -0
  379. package/cjs/dictionary/2.3.1/segments/APR.js +6 -0
  380. package/cjs/dictionary/2.3.1/segments/ARQ.js +30 -0
  381. package/cjs/dictionary/2.3.1/segments/AUT.js +10 -0
  382. package/cjs/dictionary/2.3.1/segments/BHS.js +41 -0
  383. package/cjs/dictionary/2.3.1/segments/BLG.js +19 -0
  384. package/cjs/dictionary/2.3.1/segments/BTS.js +18 -0
  385. package/cjs/dictionary/2.3.1/segments/CDM.js +18 -0
  386. package/cjs/dictionary/2.3.1/segments/CM0.js +23 -0
  387. package/cjs/dictionary/2.3.1/segments/CM1.js +11 -0
  388. package/cjs/dictionary/2.3.1/segments/CM2.js +14 -0
  389. package/cjs/dictionary/2.3.1/segments/CSP.js +6 -0
  390. package/cjs/dictionary/2.3.1/segments/CSR.js +31 -0
  391. package/cjs/dictionary/2.3.1/segments/CSS.js +14 -0
  392. package/cjs/dictionary/2.3.1/segments/CTD.js +23 -0
  393. package/cjs/dictionary/2.3.1/segments/CTI.js +6 -0
  394. package/cjs/dictionary/2.3.1/segments/DB1.js +27 -0
  395. package/cjs/dictionary/2.3.1/segments/DG1.js +42 -0
  396. package/cjs/dictionary/2.3.1/segments/DRG.js +14 -0
  397. package/cjs/dictionary/2.3.1/segments/DSC.js +11 -0
  398. package/cjs/dictionary/2.3.1/segments/DSP.js +22 -0
  399. package/cjs/dictionary/2.3.1/segments/EQL.js +17 -0
  400. package/cjs/dictionary/2.3.1/segments/ERQ.js +17 -0
  401. package/cjs/dictionary/2.3.1/segments/ERR.js +11 -0
  402. package/cjs/dictionary/2.3.1/segments/EVN.js +29 -0
  403. package/cjs/dictionary/2.3.1/segments/FAC.js +25 -0
  404. package/cjs/dictionary/2.3.1/segments/FHS.js +40 -0
  405. package/cjs/dictionary/2.3.1/segments/FT1.js +75 -0
  406. package/cjs/dictionary/2.3.1/segments/FTS.js +14 -0
  407. package/cjs/dictionary/2.3.1/segments/GOL.js +10 -0
  408. package/cjs/dictionary/2.3.1/segments/GT1.js +79 -0
  409. package/cjs/dictionary/2.3.1/segments/IN1.js +135 -0
  410. package/cjs/dictionary/2.3.1/segments/IN2.js +261 -0
  411. package/cjs/dictionary/2.3.1/segments/IN3.js +149 -0
  412. package/cjs/dictionary/2.3.1/segments/LCC.js +11 -0
  413. package/cjs/dictionary/2.3.1/segments/LCH.js +15 -0
  414. package/cjs/dictionary/2.3.1/segments/LDP.js +25 -0
  415. package/cjs/dictionary/2.3.1/segments/LOC.js +25 -0
  416. package/cjs/dictionary/2.3.1/segments/LRL.js +16 -0
  417. package/cjs/dictionary/2.3.1/segments/MFA.js +49 -0
  418. package/cjs/dictionary/2.3.1/segments/MFE.js +41 -0
  419. package/cjs/dictionary/2.3.1/segments/MRG.js +36 -0
  420. package/cjs/dictionary/2.3.1/segments/MSA.js +30 -0
  421. package/cjs/dictionary/2.3.1/segments/MSH.js +66 -0
  422. package/cjs/dictionary/2.3.1/segments/NCK.js +10 -0
  423. package/cjs/dictionary/2.3.1/segments/NK1.js +130 -0
  424. package/cjs/dictionary/2.3.1/segments/NPU.js +15 -0
  425. package/cjs/dictionary/2.3.1/segments/NSC.js +40 -0
  426. package/cjs/dictionary/2.3.1/segments/NST.js +48 -0
  427. package/cjs/dictionary/2.3.1/segments/NTE.js +25 -0
  428. package/cjs/dictionary/2.3.1/segments/OBR.js +162 -0
  429. package/cjs/dictionary/2.3.1/segments/OBX.js +81 -0
  430. package/cjs/dictionary/2.3.1/segments/ODS.js +37 -0
  431. package/cjs/dictionary/2.3.1/segments/ODT.js +27 -0
  432. package/cjs/dictionary/2.3.1/segments/OM1.js +196 -0
  433. package/cjs/dictionary/2.3.1/segments/OM2.js +51 -0
  434. package/cjs/dictionary/2.3.1/segments/OM3.js +43 -0
  435. package/cjs/dictionary/2.3.1/segments/OM4.js +71 -0
  436. package/cjs/dictionary/2.3.1/segments/OM5.js +21 -0
  437. package/cjs/dictionary/2.3.1/segments/OM6.js +17 -0
  438. package/cjs/dictionary/2.3.1/segments/ORC.js +128 -0
  439. package/cjs/dictionary/2.3.1/segments/PCR.js +23 -0
  440. package/cjs/dictionary/2.3.1/segments/PD1.js +24 -0
  441. package/cjs/dictionary/2.3.1/segments/PDC.js +20 -0
  442. package/cjs/dictionary/2.3.1/segments/PEO.js +20 -0
  443. package/cjs/dictionary/2.3.1/segments/PES.js +14 -0
  444. package/cjs/dictionary/2.3.1/segments/PID.js +124 -0
  445. package/cjs/dictionary/2.3.1/segments/PR1.js +43 -0
  446. package/cjs/dictionary/2.3.1/segments/PRA.js +64 -0
  447. package/cjs/dictionary/2.3.1/segments/PRC.js +28 -0
  448. package/cjs/dictionary/2.3.1/segments/PRD.js +28 -0
  449. package/cjs/dictionary/2.3.1/segments/PSH.js +6 -0
  450. package/cjs/dictionary/2.3.1/segments/PTH.js +13 -0
  451. package/cjs/dictionary/2.3.1/segments/PV1.js +193 -0
  452. package/cjs/dictionary/2.3.1/segments/PV2.js +82 -0
  453. package/cjs/dictionary/2.3.1/segments/QAK.js +13 -0
  454. package/cjs/dictionary/2.3.1/segments/QRD.js +47 -0
  455. package/cjs/dictionary/2.3.1/segments/QRF.js +44 -0
  456. package/cjs/dictionary/2.3.1/segments/RDF.js +6 -0
  457. package/cjs/dictionary/2.3.1/segments/RDT.js +12 -0
  458. package/cjs/dictionary/2.3.1/segments/RF1.js +6 -0
  459. package/cjs/dictionary/2.3.1/segments/RGS.js +6 -0
  460. package/cjs/dictionary/2.3.1/segments/ROL.js +18 -0
  461. package/cjs/dictionary/2.3.1/segments/RQ1.js +57 -0
  462. package/cjs/dictionary/2.3.1/segments/RQD.js +78 -0
  463. package/cjs/dictionary/2.3.1/segments/RXA.js +89 -0
  464. package/cjs/dictionary/2.3.1/segments/RXC.js +36 -0
  465. package/cjs/dictionary/2.3.1/segments/RXD.js +108 -0
  466. package/cjs/dictionary/2.3.1/segments/RXE.js +171 -0
  467. package/cjs/dictionary/2.3.1/segments/RXG.js +116 -0
  468. package/cjs/dictionary/2.3.1/segments/RXO.js +137 -0
  469. package/cjs/dictionary/2.3.1/segments/RXR.js +43 -0
  470. package/cjs/dictionary/2.3.1/segments/SCH.js +40 -0
  471. package/cjs/dictionary/2.3.1/segments/SPR.js +17 -0
  472. package/cjs/dictionary/2.3.1/segments/STF.js +128 -0
  473. package/cjs/dictionary/2.3.1/segments/TXA.js +22 -0
  474. package/cjs/dictionary/2.3.1/segments/UB1.js +75 -0
  475. package/cjs/dictionary/2.3.1/segments/UB2.js +106 -0
  476. package/cjs/dictionary/2.3.1/segments/URD.js +25 -0
  477. package/cjs/dictionary/2.3.1/segments/URS.js +43 -0
  478. package/cjs/dictionary/2.3.1/segments/VAR.js +11 -0
  479. package/cjs/dictionary/2.3.1/segments/VTQ.js +11 -0
  480. package/cjs/dictionary/2.3.1/segments/index.js +111 -0
  481. package/cjs/dictionary/2.3.1/types/AD.js +24 -0
  482. package/cjs/dictionary/2.3.1/types/AUI.js +26 -0
  483. package/cjs/dictionary/2.3.1/types/CCD.js +20 -0
  484. package/cjs/dictionary/2.3.1/types/CCP.js +26 -0
  485. package/cjs/dictionary/2.3.1/types/CD.js +22 -0
  486. package/cjs/dictionary/2.3.1/types/CE.js +13 -0
  487. package/cjs/dictionary/2.3.1/types/CF.js +13 -0
  488. package/cjs/dictionary/2.3.1/types/CK.js +18 -0
  489. package/cjs/dictionary/2.3.1/types/CN.js +34 -0
  490. package/cjs/dictionary/2.3.1/types/CNE.js +16 -0
  491. package/cjs/dictionary/2.3.1/types/CNS.js +74 -0
  492. package/cjs/dictionary/2.3.1/types/CP.js +14 -0
  493. package/cjs/dictionary/2.3.1/types/CSU.js +50 -0
  494. package/cjs/dictionary/2.3.1/types/CWE.js +62 -0
  495. package/cjs/dictionary/2.3.1/types/DDI.js +26 -0
  496. package/cjs/dictionary/2.3.1/types/DIN.js +20 -0
  497. package/cjs/dictionary/2.3.1/types/DLD.js +20 -0
  498. package/cjs/dictionary/2.3.1/types/DLT.js +32 -0
  499. package/cjs/dictionary/2.3.1/types/DR.js +6 -0
  500. package/cjs/dictionary/2.3.1/types/DTN.js +20 -0
  501. package/cjs/dictionary/2.3.1/types/ED.js +16 -0
  502. package/cjs/dictionary/2.3.1/types/EI.js +13 -0
  503. package/cjs/dictionary/2.3.1/types/EIP.js +20 -0
  504. package/cjs/dictionary/2.3.1/types/ELD.js +32 -0
  505. package/cjs/dictionary/2.3.1/types/FC.js +10 -0
  506. package/cjs/dictionary/2.3.1/types/FN.js +20 -0
  507. package/cjs/dictionary/2.3.1/types/HD.js +13 -0
  508. package/cjs/dictionary/2.3.1/types/JCC.js +14 -0
  509. package/cjs/dictionary/2.3.1/types/LA1.js +62 -0
  510. package/cjs/dictionary/2.3.1/types/LA2.js +104 -0
  511. package/cjs/dictionary/2.3.1/types/MOC.js +20 -0
  512. package/cjs/dictionary/2.3.1/types/MOP.js +20 -0
  513. package/cjs/dictionary/2.3.1/types/MSG.js +26 -0
  514. package/cjs/dictionary/2.3.1/types/NDL.js +74 -0
  515. package/cjs/dictionary/2.3.1/types/NR.js +20 -0
  516. package/cjs/dictionary/2.3.1/types/OCD.js +20 -0
  517. package/cjs/dictionary/2.3.1/types/OSD.js +74 -0
  518. package/cjs/dictionary/2.3.1/types/OSP.js +26 -0
  519. package/cjs/dictionary/2.3.1/types/PCF.js +26 -0
  520. package/cjs/dictionary/2.3.1/types/PI.js +26 -0
  521. package/cjs/dictionary/2.3.1/types/PIP.js +38 -0
  522. package/cjs/dictionary/2.3.1/types/PL.js +16 -0
  523. package/cjs/dictionary/2.3.1/types/PLN.js +32 -0
  524. package/cjs/dictionary/2.3.1/types/PN.js +44 -0
  525. package/cjs/dictionary/2.3.1/types/PPN.js +23 -0
  526. package/cjs/dictionary/2.3.1/types/PRL.js +26 -0
  527. package/cjs/dictionary/2.3.1/types/PT.js +13 -0
  528. package/cjs/dictionary/2.3.1/types/PTA.js +26 -0
  529. package/cjs/dictionary/2.3.1/types/QSC.js +10 -0
  530. package/cjs/dictionary/2.3.1/types/RCD.js +10 -0
  531. package/cjs/dictionary/2.3.1/types/RFR.js +50 -0
  532. package/cjs/dictionary/2.3.1/types/RMC.js +26 -0
  533. package/cjs/dictionary/2.3.1/types/SCV.js +10 -0
  534. package/cjs/dictionary/2.3.1/types/SI.js +6 -0
  535. package/cjs/dictionary/2.3.1/types/SPD.js +32 -0
  536. package/cjs/dictionary/2.3.1/types/SPS.js +50 -0
  537. package/cjs/dictionary/2.3.1/types/TQ.js +77 -0
  538. package/cjs/dictionary/2.3.1/types/UVC.js +20 -0
  539. package/cjs/dictionary/2.3.1/types/VID.js +26 -0
  540. package/cjs/dictionary/2.3.1/types/VR.js +20 -0
  541. package/cjs/dictionary/2.3.1/types/WVI.js +20 -0
  542. package/cjs/dictionary/2.3.1/types/WVS.js +20 -0
  543. package/cjs/dictionary/2.3.1/types/XAD.js +13 -0
  544. package/cjs/dictionary/2.3.1/types/XCN.js +30 -0
  545. package/cjs/dictionary/2.3.1/types/XON.js +14 -0
  546. package/cjs/dictionary/2.3.1/types/XPN.js +14 -0
  547. package/cjs/dictionary/2.3.1/types/index.js +69 -0
  548. package/cjs/dictionary/2.4/dictionary.js +13 -0
  549. package/cjs/dictionary/2.4/index.js +6 -0
  550. package/cjs/dictionary/2.4/patches.js +11 -0
  551. package/cjs/dictionary/2.4/segments/ABS.js +115 -0
  552. package/cjs/dictionary/2.4/segments/ACC.js +79 -0
  553. package/cjs/dictionary/2.4/segments/ADD.js +13 -0
  554. package/cjs/dictionary/2.4/segments/AFF.js +43 -0
  555. package/cjs/dictionary/2.4/segments/AIG.js +109 -0
  556. package/cjs/dictionary/2.4/segments/AIL.js +91 -0
  557. package/cjs/dictionary/2.4/segments/AIP.js +92 -0
  558. package/cjs/dictionary/2.4/segments/AIS.js +97 -0
  559. package/cjs/dictionary/2.4/segments/AL1.js +30 -0
  560. package/cjs/dictionary/2.4/segments/APR.js +46 -0
  561. package/cjs/dictionary/2.4/segments/ARQ.js +179 -0
  562. package/cjs/dictionary/2.4/segments/AUT.js +79 -0
  563. package/cjs/dictionary/2.4/segments/BHS.js +81 -0
  564. package/cjs/dictionary/2.4/segments/BLC.js +23 -0
  565. package/cjs/dictionary/2.4/segments/BLG.js +26 -0
  566. package/cjs/dictionary/2.4/segments/BTS.js +25 -0
  567. package/cjs/dictionary/2.4/segments/CDM.js +102 -0
  568. package/cjs/dictionary/2.4/segments/CM0.js +80 -0
  569. package/cjs/dictionary/2.4/segments/CM1.js +28 -0
  570. package/cjs/dictionary/2.4/segments/CM2.js +35 -0
  571. package/cjs/dictionary/2.4/segments/CNS.js +50 -0
  572. package/cjs/dictionary/2.4/segments/CSP.js +36 -0
  573. package/cjs/dictionary/2.4/segments/CSR.js +111 -0
  574. package/cjs/dictionary/2.4/segments/CSS.js +27 -0
  575. package/cjs/dictionary/2.4/segments/CTD.js +58 -0
  576. package/cjs/dictionary/2.4/segments/CTI.js +29 -0
  577. package/cjs/dictionary/2.4/segments/DB1.js +59 -0
  578. package/cjs/dictionary/2.4/segments/DG1.js +139 -0
  579. package/cjs/dictionary/2.4/segments/DRG.js +91 -0
  580. package/cjs/dictionary/2.4/segments/DSC.js +21 -0
  581. package/cjs/dictionary/2.4/segments/DSP.js +38 -0
  582. package/cjs/dictionary/2.4/segments/ECD.js +45 -0
  583. package/cjs/dictionary/2.4/segments/ECR.js +30 -0
  584. package/cjs/dictionary/2.4/segments/EDU.js +66 -0
  585. package/cjs/dictionary/2.4/segments/EQL.js +36 -0
  586. package/cjs/dictionary/2.4/segments/EQP.js +44 -0
  587. package/cjs/dictionary/2.4/segments/EQU.js +46 -0
  588. package/cjs/dictionary/2.4/segments/ERQ.js +26 -0
  589. package/cjs/dictionary/2.4/segments/ERR.js +13 -0
  590. package/cjs/dictionary/2.4/segments/EVN.js +49 -0
  591. package/cjs/dictionary/2.4/segments/FAC.js +87 -0
  592. package/cjs/dictionary/2.4/segments/FHS.js +81 -0
  593. package/cjs/dictionary/2.4/segments/FT1.js +174 -0
  594. package/cjs/dictionary/2.4/segments/FTS.js +19 -0
  595. package/cjs/dictionary/2.4/segments/GOL.js +155 -0
  596. package/cjs/dictionary/2.4/segments/GP1.js +47 -0
  597. package/cjs/dictionary/2.4/segments/GP2.js +115 -0
  598. package/cjs/dictionary/2.4/segments/GT1.js +400 -0
  599. package/cjs/dictionary/2.4/segments/IAM.js +155 -0
  600. package/cjs/dictionary/2.4/segments/IN1.js +320 -0
  601. package/cjs/dictionary/2.4/segments/IN2.js +410 -0
  602. package/cjs/dictionary/2.4/segments/IN3.js +107 -0
  603. package/cjs/dictionary/2.4/segments/INV.js +139 -0
  604. package/cjs/dictionary/2.4/segments/ISD.js +31 -0
  605. package/cjs/dictionary/2.4/segments/LAN.js +39 -0
  606. package/cjs/dictionary/2.4/segments/LCC.js +38 -0
  607. package/cjs/dictionary/2.4/segments/LCH.js +43 -0
  608. package/cjs/dictionary/2.4/segments/LDP.js +92 -0
  609. package/cjs/dictionary/2.4/segments/LOC.js +68 -0
  610. package/cjs/dictionary/2.4/segments/LRL.js +49 -0
  611. package/cjs/dictionary/2.4/segments/MFA.js +25 -0
  612. package/cjs/dictionary/2.4/segments/MFE.js +17 -0
  613. package/cjs/dictionary/2.4/segments/MFI.js +53 -0
  614. package/cjs/dictionary/2.4/segments/MRG.js +49 -0
  615. package/cjs/dictionary/2.4/segments/MSA.js +44 -0
  616. package/cjs/dictionary/2.4/segments/MSH.js +122 -0
  617. package/cjs/dictionary/2.4/segments/NCK.js +14 -0
  618. package/cjs/dictionary/2.4/segments/NDS.js +37 -0
  619. package/cjs/dictionary/2.4/segments/NK1.js +228 -0
  620. package/cjs/dictionary/2.4/segments/NPU.js +20 -0
  621. package/cjs/dictionary/2.4/segments/NSC.js +60 -0
  622. package/cjs/dictionary/2.4/segments/NST.js +101 -0
  623. package/cjs/dictionary/2.4/segments/NTE.js +29 -0
  624. package/cjs/dictionary/2.4/segments/OBR.js +277 -0
  625. package/cjs/dictionary/2.4/segments/OBX.js +112 -0
  626. package/cjs/dictionary/2.4/segments/ODS.js +14 -0
  627. package/cjs/dictionary/2.4/segments/ODT.js +18 -0
  628. package/cjs/dictionary/2.4/segments/OM1.js +263 -0
  629. package/cjs/dictionary/2.4/segments/OM2.js +59 -0
  630. package/cjs/dictionary/2.4/segments/OM3.js +42 -0
  631. package/cjs/dictionary/2.4/segments/OM4.js +77 -0
  632. package/cjs/dictionary/2.4/segments/OM5.js +24 -0
  633. package/cjs/dictionary/2.4/segments/OM6.js +18 -0
  634. package/cjs/dictionary/2.4/segments/OM7.js +185 -0
  635. package/cjs/dictionary/2.4/segments/ORC.js +124 -0
  636. package/cjs/dictionary/2.4/segments/ORG.js +101 -0
  637. package/cjs/dictionary/2.4/segments/PCR.js +177 -0
  638. package/cjs/dictionary/2.4/segments/PD1.js +164 -0
  639. package/cjs/dictionary/2.4/segments/PDA.js +74 -0
  640. package/cjs/dictionary/2.4/segments/PDC.js +110 -0
  641. package/cjs/dictionary/2.4/segments/PEO.js +189 -0
  642. package/cjs/dictionary/2.4/segments/PES.js +100 -0
  643. package/cjs/dictionary/2.4/segments/PID.js +232 -0
  644. package/cjs/dictionary/2.4/segments/PR1.js +130 -0
  645. package/cjs/dictionary/2.4/segments/PRA.js +54 -0
  646. package/cjs/dictionary/2.4/segments/PRB.js +184 -0
  647. package/cjs/dictionary/2.4/segments/PRC.js +136 -0
  648. package/cjs/dictionary/2.4/segments/PRD.js +68 -0
  649. package/cjs/dictionary/2.4/segments/PSH.js +108 -0
  650. package/cjs/dictionary/2.4/segments/PTH.js +49 -0
  651. package/cjs/dictionary/2.4/segments/PV1.js +318 -0
  652. package/cjs/dictionary/2.4/segments/PV2.js +316 -0
  653. package/cjs/dictionary/2.4/segments/QAK.js +49 -0
  654. package/cjs/dictionary/2.4/segments/QID.js +23 -0
  655. package/cjs/dictionary/2.4/segments/QPD.js +30 -0
  656. package/cjs/dictionary/2.4/segments/QRD.js +83 -0
  657. package/cjs/dictionary/2.4/segments/QRF.js +61 -0
  658. package/cjs/dictionary/2.4/segments/QRI.js +31 -0
  659. package/cjs/dictionary/2.4/segments/RCP.js +61 -0
  660. package/cjs/dictionary/2.4/segments/RDF.js +23 -0
  661. package/cjs/dictionary/2.4/segments/RDT.js +13 -0
  662. package/cjs/dictionary/2.4/segments/RF1.js +91 -0
  663. package/cjs/dictionary/2.4/segments/RGS.js +30 -0
  664. package/cjs/dictionary/2.4/segments/RMI.js +31 -0
  665. package/cjs/dictionary/2.4/segments/ROL.js +91 -0
  666. package/cjs/dictionary/2.4/segments/RQ1.js +21 -0
  667. package/cjs/dictionary/2.4/segments/RQD.js +25 -0
  668. package/cjs/dictionary/2.4/segments/RXA.js +109 -0
  669. package/cjs/dictionary/2.4/segments/RXC.js +35 -0
  670. package/cjs/dictionary/2.4/segments/RXD.js +129 -0
  671. package/cjs/dictionary/2.4/segments/RXE.js +117 -0
  672. package/cjs/dictionary/2.4/segments/RXG.js +87 -0
  673. package/cjs/dictionary/2.4/segments/RXO.js +90 -0
  674. package/cjs/dictionary/2.4/segments/RXR.js +28 -0
  675. package/cjs/dictionary/2.4/segments/SAC.js +328 -0
  676. package/cjs/dictionary/2.4/segments/SCH.js +190 -0
  677. package/cjs/dictionary/2.4/segments/SID.js +37 -0
  678. package/cjs/dictionary/2.4/segments/SPR.js +34 -0
  679. package/cjs/dictionary/2.4/segments/STF.js +148 -0
  680. package/cjs/dictionary/2.4/segments/TCC.js +110 -0
  681. package/cjs/dictionary/2.4/segments/TCD.js +67 -0
  682. package/cjs/dictionary/2.4/segments/TXA.js +171 -0
  683. package/cjs/dictionary/2.4/segments/UB1.js +149 -0
  684. package/cjs/dictionary/2.4/segments/UB2.js +63 -0
  685. package/cjs/dictionary/2.4/segments/URD.js +54 -0
  686. package/cjs/dictionary/2.4/segments/URS.js +54 -0
  687. package/cjs/dictionary/2.4/segments/VAR.js +49 -0
  688. package/cjs/dictionary/2.4/segments/VTQ.js +43 -0
  689. package/cjs/dictionary/2.4/segments/index.js +141 -0
  690. package/cjs/dictionary/2.4/types/AD.js +45 -0
  691. package/cjs/dictionary/2.4/types/AUI.js +10 -0
  692. package/cjs/dictionary/2.4/types/CD.js +39 -0
  693. package/cjs/dictionary/2.4/types/CE.js +42 -0
  694. package/cjs/dictionary/2.4/types/CF.js +44 -0
  695. package/cjs/dictionary/2.4/types/CK.js +27 -0
  696. package/cjs/dictionary/2.4/types/CN.js +43 -0
  697. package/cjs/dictionary/2.4/types/CNE.js +59 -0
  698. package/cjs/dictionary/2.4/types/CNN.js +74 -0
  699. package/cjs/dictionary/2.4/types/CP.js +43 -0
  700. package/cjs/dictionary/2.4/types/CQ.js +20 -0
  701. package/cjs/dictionary/2.4/types/CWE.js +13 -0
  702. package/cjs/dictionary/2.4/types/CX.js +57 -0
  703. package/cjs/dictionary/2.4/types/DLD.js +10 -0
  704. package/cjs/dictionary/2.4/types/DLN.js +26 -0
  705. package/cjs/dictionary/2.4/types/DR.js +19 -0
  706. package/cjs/dictionary/2.4/types/DT.js +6 -0
  707. package/cjs/dictionary/2.4/types/DTM.js +6 -0
  708. package/cjs/dictionary/2.4/types/ED.js +38 -0
  709. package/cjs/dictionary/2.4/types/EI.js +32 -0
  710. package/cjs/dictionary/2.4/types/FC.js +20 -0
  711. package/cjs/dictionary/2.4/types/FN.js +32 -0
  712. package/cjs/dictionary/2.4/types/FT.js +6 -0
  713. package/cjs/dictionary/2.4/types/HD.js +26 -0
  714. package/cjs/dictionary/2.4/types/ID.js +6 -0
  715. package/cjs/dictionary/2.4/types/IS.js +6 -0
  716. package/cjs/dictionary/2.4/types/JCC.js +19 -0
  717. package/cjs/dictionary/2.4/types/MA.js +44 -0
  718. package/cjs/dictionary/2.4/types/MO.js +20 -0
  719. package/cjs/dictionary/2.4/types/NA.js +32 -0
  720. package/cjs/dictionary/2.4/types/NDL.js +10 -0
  721. package/cjs/dictionary/2.4/types/NM.js +6 -0
  722. package/cjs/dictionary/2.4/types/OCD.js +10 -0
  723. package/cjs/dictionary/2.4/types/PL.js +59 -0
  724. package/cjs/dictionary/2.4/types/PN.js +13 -0
  725. package/cjs/dictionary/2.4/types/PPN.js +113 -0
  726. package/cjs/dictionary/2.4/types/PT.js +18 -0
  727. package/cjs/dictionary/2.4/types/QIP.js +20 -0
  728. package/cjs/dictionary/2.4/types/QSC.js +31 -0
  729. package/cjs/dictionary/2.4/types/RCD.js +25 -0
  730. package/cjs/dictionary/2.4/types/RFR.js +10 -0
  731. package/cjs/dictionary/2.4/types/RI.js +20 -0
  732. package/cjs/dictionary/2.4/types/RP.js +32 -0
  733. package/cjs/dictionary/2.4/types/SAD.js +26 -0
  734. package/cjs/dictionary/2.4/types/SCV.js +20 -0
  735. package/cjs/dictionary/2.4/types/SN.js +32 -0
  736. package/cjs/dictionary/2.4/types/SRT.js +20 -0
  737. package/cjs/dictionary/2.4/types/ST.js +6 -0
  738. package/cjs/dictionary/2.4/types/TM.js +6 -0
  739. package/cjs/dictionary/2.4/types/TN.js +6 -0
  740. package/cjs/dictionary/2.4/types/TQ.js +20 -0
  741. package/cjs/dictionary/2.4/types/TS.js +14 -0
  742. package/cjs/dictionary/2.4/types/TX.js +6 -0
  743. package/cjs/dictionary/2.4/types/VARIES.js +6 -0
  744. package/cjs/dictionary/2.4/types/VH.js +32 -0
  745. package/cjs/dictionary/2.4/types/WVS.js +6 -0
  746. package/cjs/dictionary/2.4/types/XAD.js +74 -0
  747. package/cjs/dictionary/2.4/types/XCN.js +104 -0
  748. package/cjs/dictionary/2.4/types/XON.js +55 -0
  749. package/cjs/dictionary/2.4/types/XPN.js +72 -0
  750. package/cjs/dictionary/2.4/types/XTN.js +62 -0
  751. package/cjs/dictionary/2.4/types/index.js +64 -0
  752. package/cjs/dictionary/2.5/index.js +13 -0
  753. package/cjs/dictionary/2.5/segments/ACC.js +26 -0
  754. package/cjs/dictionary/2.5/segments/ADD.js +11 -0
  755. package/cjs/dictionary/2.5/segments/AFF.js +10 -0
  756. package/cjs/dictionary/2.5/segments/AIL.js +19 -0
  757. package/cjs/dictionary/2.5/segments/AIP.js +21 -0
  758. package/cjs/dictionary/2.5/segments/AIS.js +6 -0
  759. package/cjs/dictionary/2.5/segments/AL1.js +42 -0
  760. package/cjs/dictionary/2.5/segments/ARQ.js +25 -0
  761. package/cjs/dictionary/2.5/segments/AUT.js +10 -0
  762. package/cjs/dictionary/2.5/segments/BHS.js +48 -0
  763. package/cjs/dictionary/2.5/segments/BLC.js +10 -0
  764. package/cjs/dictionary/2.5/segments/BLG.js +26 -0
  765. package/cjs/dictionary/2.5/segments/BPO.js +109 -0
  766. package/cjs/dictionary/2.5/segments/BPX.js +158 -0
  767. package/cjs/dictionary/2.5/segments/BTS.js +17 -0
  768. package/cjs/dictionary/2.5/segments/BTX.js +146 -0
  769. package/cjs/dictionary/2.5/segments/CDM.js +19 -0
  770. package/cjs/dictionary/2.5/segments/CER.js +234 -0
  771. package/cjs/dictionary/2.5/segments/CM0.js +23 -0
  772. package/cjs/dictionary/2.5/segments/CM1.js +10 -0
  773. package/cjs/dictionary/2.5/segments/CM2.js +10 -0
  774. package/cjs/dictionary/2.5/segments/CSR.js +30 -0
  775. package/cjs/dictionary/2.5/segments/CSS.js +13 -0
  776. package/cjs/dictionary/2.5/segments/CTD.js +10 -0
  777. package/cjs/dictionary/2.5/segments/DB1.js +29 -0
  778. package/cjs/dictionary/2.5/segments/DG1.js +51 -0
  779. package/cjs/dictionary/2.5/segments/DRG.js +10 -0
  780. package/cjs/dictionary/2.5/segments/DSC.js +11 -0
  781. package/cjs/dictionary/2.5/segments/DSP.js +22 -0
  782. package/cjs/dictionary/2.5/segments/ECD.js +10 -0
  783. package/cjs/dictionary/2.5/segments/ECR.js +10 -0
  784. package/cjs/dictionary/2.5/segments/EDU.js +17 -0
  785. package/cjs/dictionary/2.5/segments/EQL.js +10 -0
  786. package/cjs/dictionary/2.5/segments/ERQ.js +17 -0
  787. package/cjs/dictionary/2.5/segments/ERR.js +96 -0
  788. package/cjs/dictionary/2.5/segments/EVN.js +31 -0
  789. package/cjs/dictionary/2.5/segments/FAC.js +21 -0
  790. package/cjs/dictionary/2.5/segments/FHS.js +48 -0
  791. package/cjs/dictionary/2.5/segments/FT1.js +111 -0
  792. package/cjs/dictionary/2.5/segments/FTS.js +14 -0
  793. package/cjs/dictionary/2.5/segments/GOL.js +10 -0
  794. package/cjs/dictionary/2.5/segments/GP2.js +13 -0
  795. package/cjs/dictionary/2.5/segments/GT1.js +75 -0
  796. package/cjs/dictionary/2.5/segments/IAM.js +12 -0
  797. package/cjs/dictionary/2.5/segments/IIM.js +115 -0
  798. package/cjs/dictionary/2.5/segments/IN1.js +149 -0
  799. package/cjs/dictionary/2.5/segments/IN2.js +243 -0
  800. package/cjs/dictionary/2.5/segments/IN3.js +139 -0
  801. package/cjs/dictionary/2.5/segments/INV.js +21 -0
  802. package/cjs/dictionary/2.5/segments/IPC.js +71 -0
  803. package/cjs/dictionary/2.5/segments/LAN.js +10 -0
  804. package/cjs/dictionary/2.5/segments/LCC.js +10 -0
  805. package/cjs/dictionary/2.5/segments/LCH.js +11 -0
  806. package/cjs/dictionary/2.5/segments/LDP.js +24 -0
  807. package/cjs/dictionary/2.5/segments/LOC.js +24 -0
  808. package/cjs/dictionary/2.5/segments/LRL.js +14 -0
  809. package/cjs/dictionary/2.5/segments/MFA.js +45 -0
  810. package/cjs/dictionary/2.5/segments/MFE.js +41 -0
  811. package/cjs/dictionary/2.5/segments/MFI.js +10 -0
  812. package/cjs/dictionary/2.5/segments/MRG.js +26 -0
  813. package/cjs/dictionary/2.5/segments/MSA.js +28 -0
  814. package/cjs/dictionary/2.5/segments/MSH.js +81 -0
  815. package/cjs/dictionary/2.5/segments/NCK.js +11 -0
  816. package/cjs/dictionary/2.5/segments/NK1.js +127 -0
  817. package/cjs/dictionary/2.5/segments/NPU.js +15 -0
  818. package/cjs/dictionary/2.5/segments/NSC.js +37 -0
  819. package/cjs/dictionary/2.5/segments/NST.js +45 -0
  820. package/cjs/dictionary/2.5/segments/NTE.js +24 -0
  821. package/cjs/dictionary/2.5/segments/OBR.js +170 -0
  822. package/cjs/dictionary/2.5/segments/OBX.js +73 -0
  823. package/cjs/dictionary/2.5/segments/ODS.js +34 -0
  824. package/cjs/dictionary/2.5/segments/ODT.js +25 -0
  825. package/cjs/dictionary/2.5/segments/OM1.js +191 -0
  826. package/cjs/dictionary/2.5/segments/OM2.js +49 -0
  827. package/cjs/dictionary/2.5/segments/OM3.js +40 -0
  828. package/cjs/dictionary/2.5/segments/OM4.js +68 -0
  829. package/cjs/dictionary/2.5/segments/OM5.js +19 -0
  830. package/cjs/dictionary/2.5/segments/OM6.js +17 -0
  831. package/cjs/dictionary/2.5/segments/OM7.js +10 -0
  832. package/cjs/dictionary/2.5/segments/ORC.js +156 -0
  833. package/cjs/dictionary/2.5/segments/ORG.js +16 -0
  834. package/cjs/dictionary/2.5/segments/OVR.js +45 -0
  835. package/cjs/dictionary/2.5/segments/PCR.js +24 -0
  836. package/cjs/dictionary/2.5/segments/PD1.js +23 -0
  837. package/cjs/dictionary/2.5/segments/PDA.js +6 -0
  838. package/cjs/dictionary/2.5/segments/PDC.js +19 -0
  839. package/cjs/dictionary/2.5/segments/PEO.js +13 -0
  840. package/cjs/dictionary/2.5/segments/PES.js +16 -0
  841. package/cjs/dictionary/2.5/segments/PID.js +129 -0
  842. package/cjs/dictionary/2.5/segments/PR1.js +55 -0
  843. package/cjs/dictionary/2.5/segments/PRA.js +65 -0
  844. package/cjs/dictionary/2.5/segments/PRC.js +24 -0
  845. package/cjs/dictionary/2.5/segments/PRD.js +22 -0
  846. package/cjs/dictionary/2.5/segments/PSH.js +13 -0
  847. package/cjs/dictionary/2.5/segments/PTH.js +13 -0
  848. package/cjs/dictionary/2.5/segments/PV1.js +191 -0
  849. package/cjs/dictionary/2.5/segments/PV2.js +92 -0
  850. package/cjs/dictionary/2.5/segments/QAK.js +19 -0
  851. package/cjs/dictionary/2.5/segments/QRD.js +46 -0
  852. package/cjs/dictionary/2.5/segments/QRF.js +44 -0
  853. package/cjs/dictionary/2.5/segments/RDT.js +11 -0
  854. package/cjs/dictionary/2.5/segments/ROL.js +23 -0
  855. package/cjs/dictionary/2.5/segments/RQ1.js +54 -0
  856. package/cjs/dictionary/2.5/segments/RQD.js +72 -0
  857. package/cjs/dictionary/2.5/segments/RXA.js +112 -0
  858. package/cjs/dictionary/2.5/segments/RXC.js +48 -0
  859. package/cjs/dictionary/2.5/segments/RXD.js +147 -0
  860. package/cjs/dictionary/2.5/segments/RXE.js +251 -0
  861. package/cjs/dictionary/2.5/segments/RXG.js +139 -0
  862. package/cjs/dictionary/2.5/segments/RXO.js +151 -0
  863. package/cjs/dictionary/2.5/segments/RXR.js +44 -0
  864. package/cjs/dictionary/2.5/segments/SAC.js +21 -0
  865. package/cjs/dictionary/2.5/segments/SCH.js +38 -0
  866. package/cjs/dictionary/2.5/segments/SFT.js +50 -0
  867. package/cjs/dictionary/2.5/segments/SPM.js +227 -0
  868. package/cjs/dictionary/2.5/segments/SPR.js +16 -0
  869. package/cjs/dictionary/2.5/segments/STF.js +190 -0
  870. package/cjs/dictionary/2.5/segments/TQ1.js +109 -0
  871. package/cjs/dictionary/2.5/segments/TQ2.js +82 -0
  872. package/cjs/dictionary/2.5/segments/TXA.js +19 -0
  873. package/cjs/dictionary/2.5/segments/UB1.js +79 -0
  874. package/cjs/dictionary/2.5/segments/UB2.js +107 -0
  875. package/cjs/dictionary/2.5/segments/URD.js +25 -0
  876. package/cjs/dictionary/2.5/segments/URS.js +43 -0
  877. package/cjs/dictionary/2.5/segments/VAR.js +10 -0
  878. package/cjs/dictionary/2.5/segments/VTQ.js +10 -0
  879. package/cjs/dictionary/2.5/segments/index.js +129 -0
  880. package/cjs/dictionary/2.5/types/AD.js +43 -0
  881. package/cjs/dictionary/2.5/types/AUI.js +28 -0
  882. package/cjs/dictionary/2.5/types/CCD.js +23 -0
  883. package/cjs/dictionary/2.5/types/CCP.js +29 -0
  884. package/cjs/dictionary/2.5/types/CD.js +32 -0
  885. package/cjs/dictionary/2.5/types/CE.js +33 -0
  886. package/cjs/dictionary/2.5/types/CF.js +34 -0
  887. package/cjs/dictionary/2.5/types/CNE.js +43 -0
  888. package/cjs/dictionary/2.5/types/CNN.js +53 -0
  889. package/cjs/dictionary/2.5/types/CP.js +29 -0
  890. package/cjs/dictionary/2.5/types/CQ.js +14 -0
  891. package/cjs/dictionary/2.5/types/CSU.js +59 -0
  892. package/cjs/dictionary/2.5/types/CWE.js +73 -0
  893. package/cjs/dictionary/2.5/types/CX.js +51 -0
  894. package/cjs/dictionary/2.5/types/DDI.js +29 -0
  895. package/cjs/dictionary/2.5/types/DIN.js +23 -0
  896. package/cjs/dictionary/2.5/types/DLD.js +23 -0
  897. package/cjs/dictionary/2.5/types/DLN.js +20 -0
  898. package/cjs/dictionary/2.5/types/DLT.js +37 -0
  899. package/cjs/dictionary/2.5/types/DR.js +16 -0
  900. package/cjs/dictionary/2.5/types/DTM.js +6 -0
  901. package/cjs/dictionary/2.5/types/DTN.js +23 -0
  902. package/cjs/dictionary/2.5/types/ED.js +30 -0
  903. package/cjs/dictionary/2.5/types/EI.js +23 -0
  904. package/cjs/dictionary/2.5/types/EIP.js +22 -0
  905. package/cjs/dictionary/2.5/types/ELD.js +37 -0
  906. package/cjs/dictionary/2.5/types/ERL.js +50 -0
  907. package/cjs/dictionary/2.5/types/FC.js +16 -0
  908. package/cjs/dictionary/2.5/types/FN.js +30 -0
  909. package/cjs/dictionary/2.5/types/GTS.js +6 -0
  910. package/cjs/dictionary/2.5/types/HD.js +20 -0
  911. package/cjs/dictionary/2.5/types/ICD.js +31 -0
  912. package/cjs/dictionary/2.5/types/JCC.js +23 -0
  913. package/cjs/dictionary/2.5/types/LA1.js +78 -0
  914. package/cjs/dictionary/2.5/types/LA2.js +129 -0
  915. package/cjs/dictionary/2.5/types/MA.js +29 -0
  916. package/cjs/dictionary/2.5/types/MO.js +13 -0
  917. package/cjs/dictionary/2.5/types/MOC.js +22 -0
  918. package/cjs/dictionary/2.5/types/MOP.js +30 -0
  919. package/cjs/dictionary/2.5/types/MSG.js +32 -0
  920. package/cjs/dictionary/2.5/types/NA.js +62 -0
  921. package/cjs/dictionary/2.5/types/NDL.js +91 -0
  922. package/cjs/dictionary/2.5/types/NR.js +22 -0
  923. package/cjs/dictionary/2.5/types/OCD.js +23 -0
  924. package/cjs/dictionary/2.5/types/OSD.js +90 -0
  925. package/cjs/dictionary/2.5/types/OSP.js +30 -0
  926. package/cjs/dictionary/2.5/types/PIP.js +45 -0
  927. package/cjs/dictionary/2.5/types/PL.js +60 -0
  928. package/cjs/dictionary/2.5/types/PLN.js +37 -0
  929. package/cjs/dictionary/2.5/types/PPN.js +118 -0
  930. package/cjs/dictionary/2.5/types/PRL.js +29 -0
  931. package/cjs/dictionary/2.5/types/PT.js +17 -0
  932. package/cjs/dictionary/2.5/types/PTA.js +38 -0
  933. package/cjs/dictionary/2.5/types/QIP.js +16 -0
  934. package/cjs/dictionary/2.5/types/QSC.js +23 -0
  935. package/cjs/dictionary/2.5/types/RCD.js +20 -0
  936. package/cjs/dictionary/2.5/types/RFR.js +58 -0
  937. package/cjs/dictionary/2.5/types/RI.js +14 -0
  938. package/cjs/dictionary/2.5/types/RMC.js +38 -0
  939. package/cjs/dictionary/2.5/types/RP.js +22 -0
  940. package/cjs/dictionary/2.5/types/RPT.js +89 -0
  941. package/cjs/dictionary/2.5/types/SAD.js +17 -0
  942. package/cjs/dictionary/2.5/types/SCV.js +14 -0
  943. package/cjs/dictionary/2.5/types/SI.js +6 -0
  944. package/cjs/dictionary/2.5/types/SN.js +20 -0
  945. package/cjs/dictionary/2.5/types/SPD.js +37 -0
  946. package/cjs/dictionary/2.5/types/SPS.js +61 -0
  947. package/cjs/dictionary/2.5/types/SRT.js +15 -0
  948. package/cjs/dictionary/2.5/types/TQ.js +89 -0
  949. package/cjs/dictionary/2.5/types/TS.js +21 -0
  950. package/cjs/dictionary/2.5/types/UVC.js +23 -0
  951. package/cjs/dictionary/2.5/types/VH.js +21 -0
  952. package/cjs/dictionary/2.5/types/VID.js +31 -0
  953. package/cjs/dictionary/2.5/types/VR.js +22 -0
  954. package/cjs/dictionary/2.5/types/WVI.js +22 -0
  955. package/cjs/dictionary/2.5/types/WVS.js +21 -0
  956. package/cjs/dictionary/2.5/types/XAD.js +69 -0
  957. package/cjs/dictionary/2.5/types/XCN.js +120 -0
  958. package/cjs/dictionary/2.5/types/XON.js +55 -0
  959. package/cjs/dictionary/2.5/types/XPN.js +69 -0
  960. package/cjs/dictionary/2.5/types/XTN.js +60 -0
  961. package/cjs/dictionary/2.5/types/index.js +84 -0
  962. package/cjs/dictionary/2.5.1/index.js +13 -0
  963. package/cjs/dictionary/2.5.1/segments/ABS.js +115 -0
  964. package/cjs/dictionary/2.5.1/segments/ACC.js +79 -0
  965. package/cjs/dictionary/2.5.1/segments/ADD.js +13 -0
  966. package/cjs/dictionary/2.5.1/segments/AFF.js +42 -0
  967. package/cjs/dictionary/2.5.1/segments/AIG.js +109 -0
  968. package/cjs/dictionary/2.5.1/segments/AIL.js +90 -0
  969. package/cjs/dictionary/2.5.1/segments/AIP.js +90 -0
  970. package/cjs/dictionary/2.5.1/segments/AIS.js +96 -0
  971. package/cjs/dictionary/2.5.1/segments/AL1.js +27 -0
  972. package/cjs/dictionary/2.5.1/segments/APR.js +46 -0
  973. package/cjs/dictionary/2.5.1/segments/ARQ.js +179 -0
  974. package/cjs/dictionary/2.5.1/segments/AUT.js +79 -0
  975. package/cjs/dictionary/2.5.1/segments/BHS.js +73 -0
  976. package/cjs/dictionary/2.5.1/segments/BLC.js +22 -0
  977. package/cjs/dictionary/2.5.1/segments/BLG.js +26 -0
  978. package/cjs/dictionary/2.5.1/segments/BTS.js +25 -0
  979. package/cjs/dictionary/2.5.1/segments/CDM.js +101 -0
  980. package/cjs/dictionary/2.5.1/segments/CM0.js +79 -0
  981. package/cjs/dictionary/2.5.1/segments/CM1.js +28 -0
  982. package/cjs/dictionary/2.5.1/segments/CM2.js +35 -0
  983. package/cjs/dictionary/2.5.1/segments/CNS.js +50 -0
  984. package/cjs/dictionary/2.5.1/segments/CSP.js +36 -0
  985. package/cjs/dictionary/2.5.1/segments/CSR.js +111 -0
  986. package/cjs/dictionary/2.5.1/segments/CSS.js +27 -0
  987. package/cjs/dictionary/2.5.1/segments/CTD.js +58 -0
  988. package/cjs/dictionary/2.5.1/segments/CTI.js +29 -0
  989. package/cjs/dictionary/2.5.1/segments/DB1.js +58 -0
  990. package/cjs/dictionary/2.5.1/segments/DG1.js +139 -0
  991. package/cjs/dictionary/2.5.1/segments/DRG.js +91 -0
  992. package/cjs/dictionary/2.5.1/segments/DSC.js +21 -0
  993. package/cjs/dictionary/2.5.1/segments/DSP.js +38 -0
  994. package/cjs/dictionary/2.5.1/segments/ECD.js +44 -0
  995. package/cjs/dictionary/2.5.1/segments/ECR.js +29 -0
  996. package/cjs/dictionary/2.5.1/segments/EDU.js +65 -0
  997. package/cjs/dictionary/2.5.1/segments/EQL.js +36 -0
  998. package/cjs/dictionary/2.5.1/segments/EQP.js +44 -0
  999. package/cjs/dictionary/2.5.1/segments/EQU.js +46 -0
  1000. package/cjs/dictionary/2.5.1/segments/ERQ.js +25 -0
  1001. package/cjs/dictionary/2.5.1/segments/ERR.js +11 -0
  1002. package/cjs/dictionary/2.5.1/segments/EVN.js +48 -0
  1003. package/cjs/dictionary/2.5.1/segments/FAC.js +87 -0
  1004. package/cjs/dictionary/2.5.1/segments/FHS.js +73 -0
  1005. package/cjs/dictionary/2.5.1/segments/FT1.js +172 -0
  1006. package/cjs/dictionary/2.5.1/segments/FTS.js +19 -0
  1007. package/cjs/dictionary/2.5.1/segments/GOL.js +155 -0
  1008. package/cjs/dictionary/2.5.1/segments/GP1.js +47 -0
  1009. package/cjs/dictionary/2.5.1/segments/GP2.js +113 -0
  1010. package/cjs/dictionary/2.5.1/segments/GT1.js +397 -0
  1011. package/cjs/dictionary/2.5.1/segments/IAM.js +152 -0
  1012. package/cjs/dictionary/2.5.1/segments/IN1.js +319 -0
  1013. package/cjs/dictionary/2.5.1/segments/IN2.js +402 -0
  1014. package/cjs/dictionary/2.5.1/segments/IN3.js +101 -0
  1015. package/cjs/dictionary/2.5.1/segments/INV.js +139 -0
  1016. package/cjs/dictionary/2.5.1/segments/ISD.js +31 -0
  1017. package/cjs/dictionary/2.5.1/segments/LAN.js +39 -0
  1018. package/cjs/dictionary/2.5.1/segments/LCC.js +38 -0
  1019. package/cjs/dictionary/2.5.1/segments/LCH.js +43 -0
  1020. package/cjs/dictionary/2.5.1/segments/LDP.js +92 -0
  1021. package/cjs/dictionary/2.5.1/segments/LOC.js +68 -0
  1022. package/cjs/dictionary/2.5.1/segments/LRL.js +49 -0
  1023. package/cjs/dictionary/2.5.1/segments/MFA.js +25 -0
  1024. package/cjs/dictionary/2.5.1/segments/MFE.js +17 -0
  1025. package/cjs/dictionary/2.5.1/segments/MFI.js +53 -0
  1026. package/cjs/dictionary/2.5.1/segments/MRG.js +48 -0
  1027. package/cjs/dictionary/2.5.1/segments/MSA.js +42 -0
  1028. package/cjs/dictionary/2.5.1/segments/MSH.js +114 -0
  1029. package/cjs/dictionary/2.5.1/segments/NCK.js +13 -0
  1030. package/cjs/dictionary/2.5.1/segments/NDS.js +37 -0
  1031. package/cjs/dictionary/2.5.1/segments/NK1.js +227 -0
  1032. package/cjs/dictionary/2.5.1/segments/NPU.js +19 -0
  1033. package/cjs/dictionary/2.5.1/segments/NSC.js +60 -0
  1034. package/cjs/dictionary/2.5.1/segments/NST.js +101 -0
  1035. package/cjs/dictionary/2.5.1/segments/NTE.js +29 -0
  1036. package/cjs/dictionary/2.5.1/segments/OBR.js +281 -0
  1037. package/cjs/dictionary/2.5.1/segments/OBX.js +146 -0
  1038. package/cjs/dictionary/2.5.1/segments/ODS.js +14 -0
  1039. package/cjs/dictionary/2.5.1/segments/ODT.js +18 -0
  1040. package/cjs/dictionary/2.5.1/segments/OM1.js +257 -0
  1041. package/cjs/dictionary/2.5.1/segments/OM2.js +56 -0
  1042. package/cjs/dictionary/2.5.1/segments/OM3.js +39 -0
  1043. package/cjs/dictionary/2.5.1/segments/OM4.js +76 -0
  1044. package/cjs/dictionary/2.5.1/segments/OM5.js +23 -0
  1045. package/cjs/dictionary/2.5.1/segments/OM6.js +16 -0
  1046. package/cjs/dictionary/2.5.1/segments/OM7.js +184 -0
  1047. package/cjs/dictionary/2.5.1/segments/ORC.js +130 -0
  1048. package/cjs/dictionary/2.5.1/segments/ORG.js +98 -0
  1049. package/cjs/dictionary/2.5.1/segments/PCR.js +173 -0
  1050. package/cjs/dictionary/2.5.1/segments/PD1.js +163 -0
  1051. package/cjs/dictionary/2.5.1/segments/PDA.js +73 -0
  1052. package/cjs/dictionary/2.5.1/segments/PDC.js +110 -0
  1053. package/cjs/dictionary/2.5.1/segments/PEO.js +189 -0
  1054. package/cjs/dictionary/2.5.1/segments/PES.js +99 -0
  1055. package/cjs/dictionary/2.5.1/segments/PID.js +229 -0
  1056. package/cjs/dictionary/2.5.1/segments/PR1.js +130 -0
  1057. package/cjs/dictionary/2.5.1/segments/PRA.js +51 -0
  1058. package/cjs/dictionary/2.5.1/segments/PRB.js +184 -0
  1059. package/cjs/dictionary/2.5.1/segments/PRC.js +136 -0
  1060. package/cjs/dictionary/2.5.1/segments/PRD.js +68 -0
  1061. package/cjs/dictionary/2.5.1/segments/PSH.js +106 -0
  1062. package/cjs/dictionary/2.5.1/segments/PTH.js +49 -0
  1063. package/cjs/dictionary/2.5.1/segments/PV1.js +316 -0
  1064. package/cjs/dictionary/2.5.1/segments/PV2.js +315 -0
  1065. package/cjs/dictionary/2.5.1/segments/QAK.js +48 -0
  1066. package/cjs/dictionary/2.5.1/segments/QID.js +23 -0
  1067. package/cjs/dictionary/2.5.1/segments/QPD.js +30 -0
  1068. package/cjs/dictionary/2.5.1/segments/QRD.js +83 -0
  1069. package/cjs/dictionary/2.5.1/segments/QRF.js +60 -0
  1070. package/cjs/dictionary/2.5.1/segments/QRI.js +31 -0
  1071. package/cjs/dictionary/2.5.1/segments/RCP.js +61 -0
  1072. package/cjs/dictionary/2.5.1/segments/RDF.js +23 -0
  1073. package/cjs/dictionary/2.5.1/segments/RDT.js +13 -0
  1074. package/cjs/dictionary/2.5.1/segments/RF1.js +91 -0
  1075. package/cjs/dictionary/2.5.1/segments/RGS.js +30 -0
  1076. package/cjs/dictionary/2.5.1/segments/RMI.js +31 -0
  1077. package/cjs/dictionary/2.5.1/segments/ROL.js +89 -0
  1078. package/cjs/dictionary/2.5.1/segments/RQ1.js +21 -0
  1079. package/cjs/dictionary/2.5.1/segments/RQD.js +25 -0
  1080. package/cjs/dictionary/2.5.1/segments/RXA.js +108 -0
  1081. package/cjs/dictionary/2.5.1/segments/RXC.js +35 -0
  1082. package/cjs/dictionary/2.5.1/segments/RXD.js +128 -0
  1083. package/cjs/dictionary/2.5.1/segments/RXE.js +112 -0
  1084. package/cjs/dictionary/2.5.1/segments/RXG.js +85 -0
  1085. package/cjs/dictionary/2.5.1/segments/RXO.js +87 -0
  1086. package/cjs/dictionary/2.5.1/segments/RXR.js +28 -0
  1087. package/cjs/dictionary/2.5.1/segments/SAC.js +322 -0
  1088. package/cjs/dictionary/2.5.1/segments/SCH.js +189 -0
  1089. package/cjs/dictionary/2.5.1/segments/SID.js +37 -0
  1090. package/cjs/dictionary/2.5.1/segments/SPR.js +34 -0
  1091. package/cjs/dictionary/2.5.1/segments/STF.js +140 -0
  1092. package/cjs/dictionary/2.5.1/segments/TCC.js +110 -0
  1093. package/cjs/dictionary/2.5.1/segments/TCD.js +67 -0
  1094. package/cjs/dictionary/2.5.1/segments/TXA.js +171 -0
  1095. package/cjs/dictionary/2.5.1/segments/UB1.js +141 -0
  1096. package/cjs/dictionary/2.5.1/segments/UB2.js +54 -0
  1097. package/cjs/dictionary/2.5.1/segments/URD.js +54 -0
  1098. package/cjs/dictionary/2.5.1/segments/URS.js +54 -0
  1099. package/cjs/dictionary/2.5.1/segments/VAR.js +49 -0
  1100. package/cjs/dictionary/2.5.1/segments/VTQ.js +43 -0
  1101. package/cjs/dictionary/2.5.1/segments/index.js +141 -0
  1102. package/cjs/dictionary/2.5.1/types/AD.js +44 -0
  1103. package/cjs/dictionary/2.5.1/types/AUI.js +10 -0
  1104. package/cjs/dictionary/2.5.1/types/CD.js +37 -0
  1105. package/cjs/dictionary/2.5.1/types/CE.js +38 -0
  1106. package/cjs/dictionary/2.5.1/types/CF.js +37 -0
  1107. package/cjs/dictionary/2.5.1/types/CNE.js +55 -0
  1108. package/cjs/dictionary/2.5.1/types/CNN.js +65 -0
  1109. package/cjs/dictionary/2.5.1/types/CP.js +42 -0
  1110. package/cjs/dictionary/2.5.1/types/CQ.js +19 -0
  1111. package/cjs/dictionary/2.5.1/types/CX.js +53 -0
  1112. package/cjs/dictionary/2.5.1/types/DLN.js +23 -0
  1113. package/cjs/dictionary/2.5.1/types/DR.js +17 -0
  1114. package/cjs/dictionary/2.5.1/types/DT.js +6 -0
  1115. package/cjs/dictionary/2.5.1/types/ED.js +33 -0
  1116. package/cjs/dictionary/2.5.1/types/EI.js +30 -0
  1117. package/cjs/dictionary/2.5.1/types/FC.js +18 -0
  1118. package/cjs/dictionary/2.5.1/types/FN.js +30 -0
  1119. package/cjs/dictionary/2.5.1/types/FT.js +6 -0
  1120. package/cjs/dictionary/2.5.1/types/HD.js +24 -0
  1121. package/cjs/dictionary/2.5.1/types/ID.js +6 -0
  1122. package/cjs/dictionary/2.5.1/types/IS.js +6 -0
  1123. package/cjs/dictionary/2.5.1/types/JCC.js +19 -0
  1124. package/cjs/dictionary/2.5.1/types/MA.js +40 -0
  1125. package/cjs/dictionary/2.5.1/types/MO.js +20 -0
  1126. package/cjs/dictionary/2.5.1/types/NA.js +31 -0
  1127. package/cjs/dictionary/2.5.1/types/NDL.js +10 -0
  1128. package/cjs/dictionary/2.5.1/types/NM.js +6 -0
  1129. package/cjs/dictionary/2.5.1/types/PL.js +57 -0
  1130. package/cjs/dictionary/2.5.1/types/PPN.js +108 -0
  1131. package/cjs/dictionary/2.5.1/types/PT.js +18 -0
  1132. package/cjs/dictionary/2.5.1/types/QIP.js +17 -0
  1133. package/cjs/dictionary/2.5.1/types/QSC.js +30 -0
  1134. package/cjs/dictionary/2.5.1/types/RCD.js +23 -0
  1135. package/cjs/dictionary/2.5.1/types/RI.js +20 -0
  1136. package/cjs/dictionary/2.5.1/types/RP.js +31 -0
  1137. package/cjs/dictionary/2.5.1/types/SAD.js +25 -0
  1138. package/cjs/dictionary/2.5.1/types/SCV.js +19 -0
  1139. package/cjs/dictionary/2.5.1/types/SN.js +31 -0
  1140. package/cjs/dictionary/2.5.1/types/SRT.js +19 -0
  1141. package/cjs/dictionary/2.5.1/types/ST.js +6 -0
  1142. package/cjs/dictionary/2.5.1/types/TM.js +6 -0
  1143. package/cjs/dictionary/2.5.1/types/TQ.js +19 -0
  1144. package/cjs/dictionary/2.5.1/types/TS.js +11 -0
  1145. package/cjs/dictionary/2.5.1/types/TX.js +6 -0
  1146. package/cjs/dictionary/2.5.1/types/VARIES.js +6 -0
  1147. package/cjs/dictionary/2.5.1/types/VH.js +32 -0
  1148. package/cjs/dictionary/2.5.1/types/WVS.js +6 -0
  1149. package/cjs/dictionary/2.5.1/types/XAD.js +71 -0
  1150. package/cjs/dictionary/2.5.1/types/XCN.js +99 -0
  1151. package/cjs/dictionary/2.5.1/types/XON.js +51 -0
  1152. package/cjs/dictionary/2.5.1/types/XPN.js +71 -0
  1153. package/cjs/dictionary/2.5.1/types/XTN.js +59 -0
  1154. package/cjs/dictionary/2.5.1/types/index.js +55 -0
  1155. package/cjs/dictionary/2.6/index.js +13 -0
  1156. package/cjs/dictionary/2.6/segments/ABS.js +31 -0
  1157. package/cjs/dictionary/2.6/segments/ACC.js +30 -0
  1158. package/cjs/dictionary/2.6/segments/ADD.js +11 -0
  1159. package/cjs/dictionary/2.6/segments/ADJ.js +117 -0
  1160. package/cjs/dictionary/2.6/segments/AFF.js +10 -0
  1161. package/cjs/dictionary/2.6/segments/AIG.js +31 -0
  1162. package/cjs/dictionary/2.6/segments/AIL.js +34 -0
  1163. package/cjs/dictionary/2.6/segments/AIP.js +34 -0
  1164. package/cjs/dictionary/2.6/segments/AIS.js +31 -0
  1165. package/cjs/dictionary/2.6/segments/AL1.js +47 -0
  1166. package/cjs/dictionary/2.6/segments/ARQ.js +46 -0
  1167. package/cjs/dictionary/2.6/segments/ARV.js +53 -0
  1168. package/cjs/dictionary/2.6/segments/AUT.js +26 -0
  1169. package/cjs/dictionary/2.6/segments/BHS.js +63 -0
  1170. package/cjs/dictionary/2.6/segments/BLC.js +13 -0
  1171. package/cjs/dictionary/2.6/segments/BLG.js +26 -0
  1172. package/cjs/dictionary/2.6/segments/BPO.js +109 -0
  1173. package/cjs/dictionary/2.6/segments/BPX.js +158 -0
  1174. package/cjs/dictionary/2.6/segments/BTS.js +17 -0
  1175. package/cjs/dictionary/2.6/segments/BTX.js +146 -0
  1176. package/cjs/dictionary/2.6/segments/CDM.js +32 -0
  1177. package/cjs/dictionary/2.6/segments/CER.js +234 -0
  1178. package/cjs/dictionary/2.6/segments/CM0.js +27 -0
  1179. package/cjs/dictionary/2.6/segments/CM1.js +14 -0
  1180. package/cjs/dictionary/2.6/segments/CM2.js +17 -0
  1181. package/cjs/dictionary/2.6/segments/CNS.js +23 -0
  1182. package/cjs/dictionary/2.6/segments/CON_.js +195 -0
  1183. package/cjs/dictionary/2.6/segments/CSP.js +23 -0
  1184. package/cjs/dictionary/2.6/segments/CSR.js +74 -0
  1185. package/cjs/dictionary/2.6/segments/CSS.js +21 -0
  1186. package/cjs/dictionary/2.6/segments/CTD.js +22 -0
  1187. package/cjs/dictionary/2.6/segments/CTI.js +18 -0
  1188. package/cjs/dictionary/2.6/segments/DB1.js +29 -0
  1189. package/cjs/dictionary/2.6/segments/DG1.js +102 -0
  1190. package/cjs/dictionary/2.6/segments/DMI.js +45 -0
  1191. package/cjs/dictionary/2.6/segments/DRG.js +186 -0
  1192. package/cjs/dictionary/2.6/segments/DSC.js +11 -0
  1193. package/cjs/dictionary/2.6/segments/DSP.js +22 -0
  1194. package/cjs/dictionary/2.6/segments/ECD.js +13 -0
  1195. package/cjs/dictionary/2.6/segments/ECR.js +17 -0
  1196. package/cjs/dictionary/2.6/segments/ED.js +15 -0
  1197. package/cjs/dictionary/2.6/segments/EDU.js +20 -0
  1198. package/cjs/dictionary/2.6/segments/EQL.js +10 -0
  1199. package/cjs/dictionary/2.6/segments/EQP.js +17 -0
  1200. package/cjs/dictionary/2.6/segments/EQU.js +26 -0
  1201. package/cjs/dictionary/2.6/segments/ERQ.js +17 -0
  1202. package/cjs/dictionary/2.6/segments/ERR.js +96 -0
  1203. package/cjs/dictionary/2.6/segments/EVN.js +37 -0
  1204. package/cjs/dictionary/2.6/segments/FAC.js +42 -0
  1205. package/cjs/dictionary/2.6/segments/FHS.js +63 -0
  1206. package/cjs/dictionary/2.6/segments/FT1.js +124 -0
  1207. package/cjs/dictionary/2.6/segments/FTS.js +14 -0
  1208. package/cjs/dictionary/2.6/segments/GOL.js +72 -0
  1209. package/cjs/dictionary/2.6/segments/GP2.js +16 -0
  1210. package/cjs/dictionary/2.6/segments/GT1.js +102 -0
  1211. package/cjs/dictionary/2.6/segments/IAM.js +53 -0
  1212. package/cjs/dictionary/2.6/segments/IIM.js +115 -0
  1213. package/cjs/dictionary/2.6/segments/ILT.js +78 -0
  1214. package/cjs/dictionary/2.6/segments/IN1.js +154 -0
  1215. package/cjs/dictionary/2.6/segments/IN2.js +261 -0
  1216. package/cjs/dictionary/2.6/segments/IN3.js +139 -0
  1217. package/cjs/dictionary/2.6/segments/INV.js +67 -0
  1218. package/cjs/dictionary/2.6/segments/IPC.js +71 -0
  1219. package/cjs/dictionary/2.6/segments/IPR.js +65 -0
  1220. package/cjs/dictionary/2.6/segments/ISD.js +15 -0
  1221. package/cjs/dictionary/2.6/segments/ITM.js +53 -0
  1222. package/cjs/dictionary/2.6/segments/IVC.js +225 -0
  1223. package/cjs/dictionary/2.6/segments/IVT.js +199 -0
  1224. package/cjs/dictionary/2.6/segments/LAN.js +19 -0
  1225. package/cjs/dictionary/2.6/segments/LCC.js +19 -0
  1226. package/cjs/dictionary/2.6/segments/LCH.js +18 -0
  1227. package/cjs/dictionary/2.6/segments/LDP.js +33 -0
  1228. package/cjs/dictionary/2.6/segments/LOC.js +27 -0
  1229. package/cjs/dictionary/2.6/segments/LRL.js +17 -0
  1230. package/cjs/dictionary/2.6/segments/MFA.js +45 -0
  1231. package/cjs/dictionary/2.6/segments/MFE.js +55 -0
  1232. package/cjs/dictionary/2.6/segments/MFI.js +22 -0
  1233. package/cjs/dictionary/2.6/segments/MRG.js +26 -0
  1234. package/cjs/dictionary/2.6/segments/MSA.js +45 -0
  1235. package/cjs/dictionary/2.6/segments/MSH.js +116 -0
  1236. package/cjs/dictionary/2.6/segments/NCK.js +13 -0
  1237. package/cjs/dictionary/2.6/segments/NDS.js +19 -0
  1238. package/cjs/dictionary/2.6/segments/NK1.js +150 -0
  1239. package/cjs/dictionary/2.6/segments/NPU.js +15 -0
  1240. package/cjs/dictionary/2.6/segments/NSC.js +37 -0
  1241. package/cjs/dictionary/2.6/segments/NST.js +49 -0
  1242. package/cjs/dictionary/2.6/segments/NTE.js +52 -0
  1243. package/cjs/dictionary/2.6/segments/OBR.js +232 -0
  1244. package/cjs/dictionary/2.6/segments/OBX.js +118 -0
  1245. package/cjs/dictionary/2.6/segments/ODS.js +34 -0
  1246. package/cjs/dictionary/2.6/segments/ODT.js +25 -0
  1247. package/cjs/dictionary/2.6/segments/OM1.js +210 -0
  1248. package/cjs/dictionary/2.6/segments/OM2.js +51 -0
  1249. package/cjs/dictionary/2.6/segments/OM3.js +43 -0
  1250. package/cjs/dictionary/2.6/segments/OM4.js +69 -0
  1251. package/cjs/dictionary/2.6/segments/OM5.js +20 -0
  1252. package/cjs/dictionary/2.6/segments/OM6.js +17 -0
  1253. package/cjs/dictionary/2.6/segments/OM7.js +55 -0
  1254. package/cjs/dictionary/2.6/segments/ORC.js +162 -0
  1255. package/cjs/dictionary/2.6/segments/ORG.js +30 -0
  1256. package/cjs/dictionary/2.6/segments/OVR.js +45 -0
  1257. package/cjs/dictionary/2.6/segments/PCE.js +38 -0
  1258. package/cjs/dictionary/2.6/segments/PCR.js +72 -0
  1259. package/cjs/dictionary/2.6/segments/PD1.js +39 -0
  1260. package/cjs/dictionary/2.6/segments/PDA.js +16 -0
  1261. package/cjs/dictionary/2.6/segments/PDC.js +42 -0
  1262. package/cjs/dictionary/2.6/segments/PEO.js +53 -0
  1263. package/cjs/dictionary/2.6/segments/PES.js +37 -0
  1264. package/cjs/dictionary/2.6/segments/PID.js +161 -0
  1265. package/cjs/dictionary/2.6/segments/PKG.js +59 -0
  1266. package/cjs/dictionary/2.6/segments/PMT.js +93 -0
  1267. package/cjs/dictionary/2.6/segments/PR1.js +90 -0
  1268. package/cjs/dictionary/2.6/segments/PRA.js +69 -0
  1269. package/cjs/dictionary/2.6/segments/PRB.js +103 -0
  1270. package/cjs/dictionary/2.6/segments/PRC.js +39 -0
  1271. package/cjs/dictionary/2.6/segments/PRD.js +70 -0
  1272. package/cjs/dictionary/2.6/segments/PSG.js +51 -0
  1273. package/cjs/dictionary/2.6/segments/PSH.js +36 -0
  1274. package/cjs/dictionary/2.6/segments/PSL.js +356 -0
  1275. package/cjs/dictionary/2.6/segments/PSS.js +43 -0
  1276. package/cjs/dictionary/2.6/segments/PTH.js +32 -0
  1277. package/cjs/dictionary/2.6/segments/PV1.js +195 -0
  1278. package/cjs/dictionary/2.6/segments/PV2.js +137 -0
  1279. package/cjs/dictionary/2.6/segments/PYE.js +60 -0
  1280. package/cjs/dictionary/2.6/segments/QAK.js +20 -0
  1281. package/cjs/dictionary/2.6/segments/QID.js +10 -0
  1282. package/cjs/dictionary/2.6/segments/QPD.js +10 -0
  1283. package/cjs/dictionary/2.6/segments/QRD.js +50 -0
  1284. package/cjs/dictionary/2.6/segments/QRF.js +46 -0
  1285. package/cjs/dictionary/2.6/segments/QRI.js +10 -0
  1286. package/cjs/dictionary/2.6/segments/RCP.js +17 -0
  1287. package/cjs/dictionary/2.6/segments/RDT.js +11 -0
  1288. package/cjs/dictionary/2.6/segments/REL.js +122 -0
  1289. package/cjs/dictionary/2.6/segments/RF1.js +51 -0
  1290. package/cjs/dictionary/2.6/segments/RFI.js +37 -0
  1291. package/cjs/dictionary/2.6/segments/RGS.js +10 -0
  1292. package/cjs/dictionary/2.6/segments/RMI.js +17 -0
  1293. package/cjs/dictionary/2.6/segments/ROL.js +47 -0
  1294. package/cjs/dictionary/2.6/segments/RQ1.js +54 -0
  1295. package/cjs/dictionary/2.6/segments/RQD.js +72 -0
  1296. package/cjs/dictionary/2.6/segments/RXA.js +148 -0
  1297. package/cjs/dictionary/2.6/segments/RXC.js +54 -0
  1298. package/cjs/dictionary/2.6/segments/RXD.js +169 -0
  1299. package/cjs/dictionary/2.6/segments/RXE.js +262 -0
  1300. package/cjs/dictionary/2.6/segments/RXG.js +179 -0
  1301. package/cjs/dictionary/2.6/segments/RXO.js +211 -0
  1302. package/cjs/dictionary/2.6/segments/RXR.js +45 -0
  1303. package/cjs/dictionary/2.6/segments/SAC.js +113 -0
  1304. package/cjs/dictionary/2.6/segments/SCD.js +279 -0
  1305. package/cjs/dictionary/2.6/segments/SCH.js +62 -0
  1306. package/cjs/dictionary/2.6/segments/SCP.js +68 -0
  1307. package/cjs/dictionary/2.6/segments/SDD.js +59 -0
  1308. package/cjs/dictionary/2.6/segments/SFT.js +50 -0
  1309. package/cjs/dictionary/2.6/segments/SID.js +15 -0
  1310. package/cjs/dictionary/2.6/segments/SLT.js +43 -0
  1311. package/cjs/dictionary/2.6/segments/SPM.js +227 -0
  1312. package/cjs/dictionary/2.6/segments/SPR.js +16 -0
  1313. package/cjs/dictionary/2.6/segments/STF.js +211 -0
  1314. package/cjs/dictionary/2.6/segments/STZ.js +39 -0
  1315. package/cjs/dictionary/2.6/segments/TCC.js +37 -0
  1316. package/cjs/dictionary/2.6/segments/TCD.js +27 -0
  1317. package/cjs/dictionary/2.6/segments/TQ1.js +108 -0
  1318. package/cjs/dictionary/2.6/segments/TQ2.js +82 -0
  1319. package/cjs/dictionary/2.6/segments/TXA.js +47 -0
  1320. package/cjs/dictionary/2.6/segments/UAC.js +23 -0
  1321. package/cjs/dictionary/2.6/segments/UB1.js +80 -0
  1322. package/cjs/dictionary/2.6/segments/UB2.js +107 -0
  1323. package/cjs/dictionary/2.6/segments/URD.js +28 -0
  1324. package/cjs/dictionary/2.6/segments/URS.js +45 -0
  1325. package/cjs/dictionary/2.6/segments/VAR.js +22 -0
  1326. package/cjs/dictionary/2.6/segments/VND.js +43 -0
  1327. package/cjs/dictionary/2.6/segments/VTQ.js +10 -0
  1328. package/cjs/dictionary/2.6/segments/index.js +175 -0
  1329. package/cjs/dictionary/2.6/types/AD.js +43 -0
  1330. package/cjs/dictionary/2.6/types/AUI.js +28 -0
  1331. package/cjs/dictionary/2.6/types/CCD.js +23 -0
  1332. package/cjs/dictionary/2.6/types/CCP.js +29 -0
  1333. package/cjs/dictionary/2.6/types/CD.js +32 -0
  1334. package/cjs/dictionary/2.6/types/CE.js +33 -0
  1335. package/cjs/dictionary/2.6/types/CF.js +34 -0
  1336. package/cjs/dictionary/2.6/types/CNE.js +43 -0
  1337. package/cjs/dictionary/2.6/types/CNN.js +53 -0
  1338. package/cjs/dictionary/2.6/types/CP.js +30 -0
  1339. package/cjs/dictionary/2.6/types/CQ.js +15 -0
  1340. package/cjs/dictionary/2.6/types/CSU.js +59 -0
  1341. package/cjs/dictionary/2.6/types/CWE.js +73 -0
  1342. package/cjs/dictionary/2.6/types/CX.js +51 -0
  1343. package/cjs/dictionary/2.6/types/DDI.js +29 -0
  1344. package/cjs/dictionary/2.6/types/DIN.js +23 -0
  1345. package/cjs/dictionary/2.6/types/DLD.js +23 -0
  1346. package/cjs/dictionary/2.6/types/DLN.js +20 -0
  1347. package/cjs/dictionary/2.6/types/DLT.js +37 -0
  1348. package/cjs/dictionary/2.6/types/DR.js +18 -0
  1349. package/cjs/dictionary/2.6/types/DTM.js +6 -0
  1350. package/cjs/dictionary/2.6/types/DTN.js +23 -0
  1351. package/cjs/dictionary/2.6/types/ED.js +30 -0
  1352. package/cjs/dictionary/2.6/types/EI.js +23 -0
  1353. package/cjs/dictionary/2.6/types/EIP.js +22 -0
  1354. package/cjs/dictionary/2.6/types/ELD.js +37 -0
  1355. package/cjs/dictionary/2.6/types/ERL.js +50 -0
  1356. package/cjs/dictionary/2.6/types/FC.js +17 -0
  1357. package/cjs/dictionary/2.6/types/FN.js +30 -0
  1358. package/cjs/dictionary/2.6/types/GTS.js +6 -0
  1359. package/cjs/dictionary/2.6/types/HD.js +20 -0
  1360. package/cjs/dictionary/2.6/types/ICD.js +31 -0
  1361. package/cjs/dictionary/2.6/types/JCC.js +23 -0
  1362. package/cjs/dictionary/2.6/types/LA1.js +78 -0
  1363. package/cjs/dictionary/2.6/types/LA2.js +129 -0
  1364. package/cjs/dictionary/2.6/types/MA.js +29 -0
  1365. package/cjs/dictionary/2.6/types/MO.js +13 -0
  1366. package/cjs/dictionary/2.6/types/MOC.js +22 -0
  1367. package/cjs/dictionary/2.6/types/MOP.js +30 -0
  1368. package/cjs/dictionary/2.6/types/MSG.js +32 -0
  1369. package/cjs/dictionary/2.6/types/NA.js +62 -0
  1370. package/cjs/dictionary/2.6/types/NDL.js +91 -0
  1371. package/cjs/dictionary/2.6/types/NR.js +22 -0
  1372. package/cjs/dictionary/2.6/types/OCD.js +23 -0
  1373. package/cjs/dictionary/2.6/types/OSD.js +90 -0
  1374. package/cjs/dictionary/2.6/types/OSP.js +30 -0
  1375. package/cjs/dictionary/2.6/types/PIP.js +45 -0
  1376. package/cjs/dictionary/2.6/types/PL.js +60 -0
  1377. package/cjs/dictionary/2.6/types/PLN.js +37 -0
  1378. package/cjs/dictionary/2.6/types/PPN.js +120 -0
  1379. package/cjs/dictionary/2.6/types/PRL.js +29 -0
  1380. package/cjs/dictionary/2.6/types/PT.js +17 -0
  1381. package/cjs/dictionary/2.6/types/PTA.js +38 -0
  1382. package/cjs/dictionary/2.6/types/QIP.js +16 -0
  1383. package/cjs/dictionary/2.6/types/QSC.js +23 -0
  1384. package/cjs/dictionary/2.6/types/RCD.js +20 -0
  1385. package/cjs/dictionary/2.6/types/RFR.js +58 -0
  1386. package/cjs/dictionary/2.6/types/RI.js +14 -0
  1387. package/cjs/dictionary/2.6/types/RMC.js +38 -0
  1388. package/cjs/dictionary/2.6/types/RP.js +22 -0
  1389. package/cjs/dictionary/2.6/types/RPT.js +89 -0
  1390. package/cjs/dictionary/2.6/types/SAD.js +17 -0
  1391. package/cjs/dictionary/2.6/types/SCV.js +15 -0
  1392. package/cjs/dictionary/2.6/types/SI.js +6 -0
  1393. package/cjs/dictionary/2.6/types/SN.js +20 -0
  1394. package/cjs/dictionary/2.6/types/SPD.js +37 -0
  1395. package/cjs/dictionary/2.6/types/SPS.js +61 -0
  1396. package/cjs/dictionary/2.6/types/SRT.js +15 -0
  1397. package/cjs/dictionary/2.6/types/TQ.js +89 -0
  1398. package/cjs/dictionary/2.6/types/TS.js +21 -0
  1399. package/cjs/dictionary/2.6/types/UVC.js +23 -0
  1400. package/cjs/dictionary/2.6/types/VH.js +21 -0
  1401. package/cjs/dictionary/2.6/types/VID.js +31 -0
  1402. package/cjs/dictionary/2.6/types/VR.js +22 -0
  1403. package/cjs/dictionary/2.6/types/WVI.js +22 -0
  1404. package/cjs/dictionary/2.6/types/WVS.js +21 -0
  1405. package/cjs/dictionary/2.6/types/XAD.js +137 -0
  1406. package/cjs/dictionary/2.6/types/XCN.js +119 -0
  1407. package/cjs/dictionary/2.6/types/XON.js +55 -0
  1408. package/cjs/dictionary/2.6/types/XPN.js +70 -0
  1409. package/cjs/dictionary/2.6/types/XTN.js +103 -0
  1410. package/cjs/dictionary/2.6/types/index.js +84 -0
  1411. package/cjs/dictionary/2.7/index.js +13 -0
  1412. package/cjs/dictionary/2.7/segments/ABS.js +95 -0
  1413. package/cjs/dictionary/2.7/segments/ACC.js +78 -0
  1414. package/cjs/dictionary/2.7/segments/ADD.js +13 -0
  1415. package/cjs/dictionary/2.7/segments/ADJ.js +19 -0
  1416. package/cjs/dictionary/2.7/segments/AFF.js +39 -0
  1417. package/cjs/dictionary/2.7/segments/AIG.js +89 -0
  1418. package/cjs/dictionary/2.7/segments/AIL.js +79 -0
  1419. package/cjs/dictionary/2.7/segments/AIP.js +77 -0
  1420. package/cjs/dictionary/2.7/segments/AIS.js +79 -0
  1421. package/cjs/dictionary/2.7/segments/AL1.js +26 -0
  1422. package/cjs/dictionary/2.7/segments/APR.js +41 -0
  1423. package/cjs/dictionary/2.7/segments/ARQ.js +150 -0
  1424. package/cjs/dictionary/2.7/segments/ARV.js +11 -0
  1425. package/cjs/dictionary/2.7/segments/AUT.js +76 -0
  1426. package/cjs/dictionary/2.7/segments/BHS.js +67 -0
  1427. package/cjs/dictionary/2.7/segments/BLC.js +20 -0
  1428. package/cjs/dictionary/2.7/segments/BLG.js +24 -0
  1429. package/cjs/dictionary/2.7/segments/BPO.js +13 -0
  1430. package/cjs/dictionary/2.7/segments/BPX.js +39 -0
  1431. package/cjs/dictionary/2.7/segments/BTS.js +22 -0
  1432. package/cjs/dictionary/2.7/segments/BTX.js +38 -0
  1433. package/cjs/dictionary/2.7/segments/CDM.js +87 -0
  1434. package/cjs/dictionary/2.7/segments/CER.js +23 -0
  1435. package/cjs/dictionary/2.7/segments/CM0.js +70 -0
  1436. package/cjs/dictionary/2.7/segments/CM1.js +25 -0
  1437. package/cjs/dictionary/2.7/segments/CM2.js +30 -0
  1438. package/cjs/dictionary/2.7/segments/CNS.js +40 -0
  1439. package/cjs/dictionary/2.7/segments/CON_.js +11 -0
  1440. package/cjs/dictionary/2.7/segments/CSP.js +28 -0
  1441. package/cjs/dictionary/2.7/segments/CSR.js +89 -0
  1442. package/cjs/dictionary/2.7/segments/CSS.js +22 -0
  1443. package/cjs/dictionary/2.7/segments/CTD.js +49 -0
  1444. package/cjs/dictionary/2.7/segments/CTI.js +24 -0
  1445. package/cjs/dictionary/2.7/segments/DB1.js +53 -0
  1446. package/cjs/dictionary/2.7/segments/DG1.js +138 -0
  1447. package/cjs/dictionary/2.7/segments/DMI.js +23 -0
  1448. package/cjs/dictionary/2.7/segments/DRG.js +112 -0
  1449. package/cjs/dictionary/2.7/segments/DSC.js +21 -0
  1450. package/cjs/dictionary/2.7/segments/DSP.js +35 -0
  1451. package/cjs/dictionary/2.7/segments/ECD.js +39 -0
  1452. package/cjs/dictionary/2.7/segments/ECR.js +24 -0
  1453. package/cjs/dictionary/2.7/segments/EDU.js +58 -0
  1454. package/cjs/dictionary/2.7/segments/EQP.js +38 -0
  1455. package/cjs/dictionary/2.7/segments/EQU.js +37 -0
  1456. package/cjs/dictionary/2.7/segments/ERR.js +22 -0
  1457. package/cjs/dictionary/2.7/segments/EVN.js +42 -0
  1458. package/cjs/dictionary/2.7/segments/FHS.js +67 -0
  1459. package/cjs/dictionary/2.7/segments/FT1.js +233 -0
  1460. package/cjs/dictionary/2.7/segments/FTS.js +17 -0
  1461. package/cjs/dictionary/2.7/segments/GOL.js +125 -0
  1462. package/cjs/dictionary/2.7/segments/GP1.js +42 -0
  1463. package/cjs/dictionary/2.7/segments/GP2.js +98 -0
  1464. package/cjs/dictionary/2.7/segments/GT1.js +343 -0
  1465. package/cjs/dictionary/2.7/segments/IAM.js +184 -0
  1466. package/cjs/dictionary/2.7/segments/IAR.js +34 -0
  1467. package/cjs/dictionary/2.7/segments/ILT.js +14 -0
  1468. package/cjs/dictionary/2.7/segments/IN1.js +290 -0
  1469. package/cjs/dictionary/2.7/segments/IN2.js +353 -0
  1470. package/cjs/dictionary/2.7/segments/IN3.js +91 -0
  1471. package/cjs/dictionary/2.7/segments/INV.js +112 -0
  1472. package/cjs/dictionary/2.7/segments/IPC.js +13 -0
  1473. package/cjs/dictionary/2.7/segments/ISD.js +26 -0
  1474. package/cjs/dictionary/2.7/segments/ITM.js +163 -0
  1475. package/cjs/dictionary/2.7/segments/IVC.js +34 -0
  1476. package/cjs/dictionary/2.7/segments/IVT.js +25 -0
  1477. package/cjs/dictionary/2.7/segments/LAN.js +33 -0
  1478. package/cjs/dictionary/2.7/segments/LCC.js +31 -0
  1479. package/cjs/dictionary/2.7/segments/LCH.js +38 -0
  1480. package/cjs/dictionary/2.7/segments/LDP.js +81 -0
  1481. package/cjs/dictionary/2.7/segments/LOC.js +60 -0
  1482. package/cjs/dictionary/2.7/segments/LRL.js +44 -0
  1483. package/cjs/dictionary/2.7/segments/MFA.js +25 -0
  1484. package/cjs/dictionary/2.7/segments/MFE.js +21 -0
  1485. package/cjs/dictionary/2.7/segments/MFI.js +45 -0
  1486. package/cjs/dictionary/2.7/segments/MRG.js +47 -0
  1487. package/cjs/dictionary/2.7/segments/MSA.js +45 -0
  1488. package/cjs/dictionary/2.7/segments/MSH.js +110 -0
  1489. package/cjs/dictionary/2.7/segments/NCK.js +11 -0
  1490. package/cjs/dictionary/2.7/segments/NDS.js +30 -0
  1491. package/cjs/dictionary/2.7/segments/NK1.js +206 -0
  1492. package/cjs/dictionary/2.7/segments/NPU.js +18 -0
  1493. package/cjs/dictionary/2.7/segments/NSC.js +56 -0
  1494. package/cjs/dictionary/2.7/segments/NST.js +85 -0
  1495. package/cjs/dictionary/2.7/segments/NTE.js +27 -0
  1496. package/cjs/dictionary/2.7/segments/OBR.js +295 -0
  1497. package/cjs/dictionary/2.7/segments/OBX.js +129 -0
  1498. package/cjs/dictionary/2.7/segments/ODS.js +20 -0
  1499. package/cjs/dictionary/2.7/segments/ODT.js +17 -0
  1500. package/cjs/dictionary/2.7/segments/OM1.js +214 -0
  1501. package/cjs/dictionary/2.7/segments/OM2.js +45 -0
  1502. package/cjs/dictionary/2.7/segments/OM3.js +31 -0
  1503. package/cjs/dictionary/2.7/segments/OM4.js +66 -0
  1504. package/cjs/dictionary/2.7/segments/OM5.js +20 -0
  1505. package/cjs/dictionary/2.7/segments/OM6.js +14 -0
  1506. package/cjs/dictionary/2.7/segments/OM7.js +148 -0
  1507. package/cjs/dictionary/2.7/segments/ORC.js +112 -0
  1508. package/cjs/dictionary/2.7/segments/ORG.js +93 -0
  1509. package/cjs/dictionary/2.7/segments/PAC.js +61 -0
  1510. package/cjs/dictionary/2.7/segments/PCE.js +15 -0
  1511. package/cjs/dictionary/2.7/segments/PCR.js +149 -0
  1512. package/cjs/dictionary/2.7/segments/PD1.js +143 -0
  1513. package/cjs/dictionary/2.7/segments/PDA.js +65 -0
  1514. package/cjs/dictionary/2.7/segments/PEO.js +164 -0
  1515. package/cjs/dictionary/2.7/segments/PES.js +89 -0
  1516. package/cjs/dictionary/2.7/segments/PID.js +200 -0
  1517. package/cjs/dictionary/2.7/segments/PKG.js +11 -0
  1518. package/cjs/dictionary/2.7/segments/PMT.js +10 -0
  1519. package/cjs/dictionary/2.7/segments/PR1.js +140 -0
  1520. package/cjs/dictionary/2.7/segments/PRA.js +47 -0
  1521. package/cjs/dictionary/2.7/segments/PRB.js +145 -0
  1522. package/cjs/dictionary/2.7/segments/PRC.js +118 -0
  1523. package/cjs/dictionary/2.7/segments/PRD.js +54 -0
  1524. package/cjs/dictionary/2.7/segments/PRT.js +103 -0
  1525. package/cjs/dictionary/2.7/segments/PSL.js +48 -0
  1526. package/cjs/dictionary/2.7/segments/PTH.js +43 -0
  1527. package/cjs/dictionary/2.7/segments/PV1.js +302 -0
  1528. package/cjs/dictionary/2.7/segments/PV2.js +268 -0
  1529. package/cjs/dictionary/2.7/segments/PYE.js +32 -0
  1530. package/cjs/dictionary/2.7/segments/QAK.js +43 -0
  1531. package/cjs/dictionary/2.7/segments/QID.js +20 -0
  1532. package/cjs/dictionary/2.7/segments/QPD.js +26 -0
  1533. package/cjs/dictionary/2.7/segments/QRD.js +70 -0
  1534. package/cjs/dictionary/2.7/segments/QRF.js +53 -0
  1535. package/cjs/dictionary/2.7/segments/QRI.js +28 -0
  1536. package/cjs/dictionary/2.7/segments/RCP.js +55 -0
  1537. package/cjs/dictionary/2.7/segments/RDF.js +21 -0
  1538. package/cjs/dictionary/2.7/segments/RDT.js +13 -0
  1539. package/cjs/dictionary/2.7/segments/REL.js +15 -0
  1540. package/cjs/dictionary/2.7/segments/RF1.js +74 -0
  1541. package/cjs/dictionary/2.7/segments/RFI.js +10 -0
  1542. package/cjs/dictionary/2.7/segments/RGS.js +28 -0
  1543. package/cjs/dictionary/2.7/segments/RMI.js +25 -0
  1544. package/cjs/dictionary/2.7/segments/ROL.js +77 -0
  1545. package/cjs/dictionary/2.7/segments/RQ1.js +25 -0
  1546. package/cjs/dictionary/2.7/segments/RQD.js +30 -0
  1547. package/cjs/dictionary/2.7/segments/RXA.js +87 -0
  1548. package/cjs/dictionary/2.7/segments/RXC.js +24 -0
  1549. package/cjs/dictionary/2.7/segments/RXD.js +113 -0
  1550. package/cjs/dictionary/2.7/segments/RXE.js +113 -0
  1551. package/cjs/dictionary/2.7/segments/RXG.js +69 -0
  1552. package/cjs/dictionary/2.7/segments/RXO.js +83 -0
  1553. package/cjs/dictionary/2.7/segments/RXR.js +20 -0
  1554. package/cjs/dictionary/2.7/segments/SAC.js +259 -0
  1555. package/cjs/dictionary/2.7/segments/SCD.js +16 -0
  1556. package/cjs/dictionary/2.7/segments/SCH.js +162 -0
  1557. package/cjs/dictionary/2.7/segments/SCP.js +11 -0
  1558. package/cjs/dictionary/2.7/segments/SDD.js +13 -0
  1559. package/cjs/dictionary/2.7/segments/SHP.js +80 -0
  1560. package/cjs/dictionary/2.7/segments/SID.js +31 -0
  1561. package/cjs/dictionary/2.7/segments/SLT.js +11 -0
  1562. package/cjs/dictionary/2.7/segments/SPM.js +67 -0
  1563. package/cjs/dictionary/2.7/segments/STF.js +134 -0
  1564. package/cjs/dictionary/2.7/segments/STZ.js +13 -0
  1565. package/cjs/dictionary/2.7/segments/TCC.js +96 -0
  1566. package/cjs/dictionary/2.7/segments/TCD.js +59 -0
  1567. package/cjs/dictionary/2.7/segments/TQ1.js +15 -0
  1568. package/cjs/dictionary/2.7/segments/TQ2.js +25 -0
  1569. package/cjs/dictionary/2.7/segments/TXA.js +167 -0
  1570. package/cjs/dictionary/2.7/segments/UAC.js +11 -0
  1571. package/cjs/dictionary/2.7/segments/UB1.js +145 -0
  1572. package/cjs/dictionary/2.7/segments/UB2.js +74 -0
  1573. package/cjs/dictionary/2.7/segments/URD.js +45 -0
  1574. package/cjs/dictionary/2.7/segments/URS.js +48 -0
  1575. package/cjs/dictionary/2.7/segments/VAR.js +40 -0
  1576. package/cjs/dictionary/2.7/segments/VND.js +17 -0
  1577. package/cjs/dictionary/2.7/segments/index.js +168 -0
  1578. package/cjs/dictionary/2.7/types/AD.js +44 -0
  1579. package/cjs/dictionary/2.7/types/AUI.js +10 -0
  1580. package/cjs/dictionary/2.7/types/CCD.js +10 -0
  1581. package/cjs/dictionary/2.7/types/CD.js +39 -0
  1582. package/cjs/dictionary/2.7/types/CF.js +137 -0
  1583. package/cjs/dictionary/2.7/types/CNE.js +137 -0
  1584. package/cjs/dictionary/2.7/types/CNN.js +65 -0
  1585. package/cjs/dictionary/2.7/types/CP.js +41 -0
  1586. package/cjs/dictionary/2.7/types/CQ.js +18 -0
  1587. package/cjs/dictionary/2.7/types/CSU.js +114 -0
  1588. package/cjs/dictionary/2.7/types/CWE.js +95 -0
  1589. package/cjs/dictionary/2.7/types/CX.js +74 -0
  1590. package/cjs/dictionary/2.7/types/DLD.js +11 -0
  1591. package/cjs/dictionary/2.7/types/DLN.js +24 -0
  1592. package/cjs/dictionary/2.7/types/DR.js +15 -0
  1593. package/cjs/dictionary/2.7/types/DT.js +6 -0
  1594. package/cjs/dictionary/2.7/types/DTN.js +10 -0
  1595. package/cjs/dictionary/2.7/types/ED.js +33 -0
  1596. package/cjs/dictionary/2.7/types/EI.js +30 -0
  1597. package/cjs/dictionary/2.7/types/FC.js +17 -0
  1598. package/cjs/dictionary/2.7/types/FN.js +32 -0
  1599. package/cjs/dictionary/2.7/types/FT.js +6 -0
  1600. package/cjs/dictionary/2.7/types/HD.js +24 -0
  1601. package/cjs/dictionary/2.7/types/ICD.js +10 -0
  1602. package/cjs/dictionary/2.7/types/ID.js +6 -0
  1603. package/cjs/dictionary/2.7/types/IS.js +6 -0
  1604. package/cjs/dictionary/2.7/types/JCC.js +19 -0
  1605. package/cjs/dictionary/2.7/types/LA2.js +10 -0
  1606. package/cjs/dictionary/2.7/types/MA.js +68 -0
  1607. package/cjs/dictionary/2.7/types/MO.js +21 -0
  1608. package/cjs/dictionary/2.7/types/MOP.js +11 -0
  1609. package/cjs/dictionary/2.7/types/MSG.js +13 -0
  1610. package/cjs/dictionary/2.7/types/NA.js +32 -0
  1611. package/cjs/dictionary/2.7/types/NDL.js +23 -0
  1612. package/cjs/dictionary/2.7/types/NM.js +6 -0
  1613. package/cjs/dictionary/2.7/types/PL.js +63 -0
  1614. package/cjs/dictionary/2.7/types/PLN.js +10 -0
  1615. package/cjs/dictionary/2.7/types/PPN.js +127 -0
  1616. package/cjs/dictionary/2.7/types/PT.js +18 -0
  1617. package/cjs/dictionary/2.7/types/PTA.js +17 -0
  1618. package/cjs/dictionary/2.7/types/QIP.js +17 -0
  1619. package/cjs/dictionary/2.7/types/QSC.js +30 -0
  1620. package/cjs/dictionary/2.7/types/RCD.js +24 -0
  1621. package/cjs/dictionary/2.7/types/RFR.js +10 -0
  1622. package/cjs/dictionary/2.7/types/RI.js +20 -0
  1623. package/cjs/dictionary/2.7/types/RMC.js +17 -0
  1624. package/cjs/dictionary/2.7/types/RP.js +31 -0
  1625. package/cjs/dictionary/2.7/types/RPT.js +16 -0
  1626. package/cjs/dictionary/2.7/types/SAD.js +25 -0
  1627. package/cjs/dictionary/2.7/types/SCV.js +19 -0
  1628. package/cjs/dictionary/2.7/types/SN.js +31 -0
  1629. package/cjs/dictionary/2.7/types/SRT.js +19 -0
  1630. package/cjs/dictionary/2.7/types/ST.js +6 -0
  1631. package/cjs/dictionary/2.7/types/TM.js +6 -0
  1632. package/cjs/dictionary/2.7/types/TQ.js +19 -0
  1633. package/cjs/dictionary/2.7/types/TX.js +6 -0
  1634. package/cjs/dictionary/2.7/types/UVC.js +22 -0
  1635. package/cjs/dictionary/2.7/types/VH.js +32 -0
  1636. package/cjs/dictionary/2.7/types/VID.js +13 -0
  1637. package/cjs/dictionary/2.7/types/WVI.js +10 -0
  1638. package/cjs/dictionary/2.7/types/WVS.js +6 -0
  1639. package/cjs/dictionary/2.7/types/XAD.js +74 -0
  1640. package/cjs/dictionary/2.7/types/XCN.js +124 -0
  1641. package/cjs/dictionary/2.7/types/XON.js +52 -0
  1642. package/cjs/dictionary/2.7/types/XPN.js +78 -0
  1643. package/cjs/dictionary/2.7/types/XTN.js +68 -0
  1644. package/cjs/dictionary/2.7/types/index.js +69 -0
  1645. package/cjs/dictionary/2.7.1/index.js +13 -0
  1646. package/cjs/dictionary/2.7.1/segments/ABS.js +31 -0
  1647. package/cjs/dictionary/2.7.1/segments/ACC.js +25 -0
  1648. package/cjs/dictionary/2.7.1/segments/ADD.js +10 -0
  1649. package/cjs/dictionary/2.7.1/segments/ADJ.js +99 -0
  1650. package/cjs/dictionary/2.7.1/segments/AIG.js +31 -0
  1651. package/cjs/dictionary/2.7.1/segments/AIL.js +28 -0
  1652. package/cjs/dictionary/2.7.1/segments/AIP.js +30 -0
  1653. package/cjs/dictionary/2.7.1/segments/AIS.js +29 -0
  1654. package/cjs/dictionary/2.7.1/segments/AL1.js +40 -0
  1655. package/cjs/dictionary/2.7.1/segments/ARQ.js +37 -0
  1656. package/cjs/dictionary/2.7.1/segments/ARV.js +46 -0
  1657. package/cjs/dictionary/2.7.1/segments/AUT.js +23 -0
  1658. package/cjs/dictionary/2.7.1/segments/BHS.js +56 -0
  1659. package/cjs/dictionary/2.7.1/segments/BLC.js +10 -0
  1660. package/cjs/dictionary/2.7.1/segments/BLG.js +25 -0
  1661. package/cjs/dictionary/2.7.1/segments/BPO.js +95 -0
  1662. package/cjs/dictionary/2.7.1/segments/BPX.js +125 -0
  1663. package/cjs/dictionary/2.7.1/segments/BTS.js +17 -0
  1664. package/cjs/dictionary/2.7.1/segments/BTX.js +116 -0
  1665. package/cjs/dictionary/2.7.1/segments/CDM.js +30 -0
  1666. package/cjs/dictionary/2.7.1/segments/CER.js +201 -0
  1667. package/cjs/dictionary/2.7.1/segments/CM0.js +22 -0
  1668. package/cjs/dictionary/2.7.1/segments/CM1.js +13 -0
  1669. package/cjs/dictionary/2.7.1/segments/CM2.js +16 -0
  1670. package/cjs/dictionary/2.7.1/segments/CNS.js +19 -0
  1671. package/cjs/dictionary/2.7.1/segments/CON_.js +173 -0
  1672. package/cjs/dictionary/2.7.1/segments/CSP.js +19 -0
  1673. package/cjs/dictionary/2.7.1/segments/CSR.js +48 -0
  1674. package/cjs/dictionary/2.7.1/segments/CSS.js +17 -0
  1675. package/cjs/dictionary/2.7.1/segments/CTD.js +17 -0
  1676. package/cjs/dictionary/2.7.1/segments/CTI.js +13 -0
  1677. package/cjs/dictionary/2.7.1/segments/DB1.js +26 -0
  1678. package/cjs/dictionary/2.7.1/segments/DG1.js +73 -0
  1679. package/cjs/dictionary/2.7.1/segments/DMI.js +34 -0
  1680. package/cjs/dictionary/2.7.1/segments/DRG.js +152 -0
  1681. package/cjs/dictionary/2.7.1/segments/DSC.js +10 -0
  1682. package/cjs/dictionary/2.7.1/segments/DSP.js +22 -0
  1683. package/cjs/dictionary/2.7.1/segments/ECD.js +13 -0
  1684. package/cjs/dictionary/2.7.1/segments/ECR.js +16 -0
  1685. package/cjs/dictionary/2.7.1/segments/EDU.js +16 -0
  1686. package/cjs/dictionary/2.7.1/segments/EQP.js +10 -0
  1687. package/cjs/dictionary/2.7.1/segments/EQU.js +19 -0
  1688. package/cjs/dictionary/2.7.1/segments/ERR.js +80 -0
  1689. package/cjs/dictionary/2.7.1/segments/EVN.js +29 -0
  1690. package/cjs/dictionary/2.7.1/segments/FHS.js +56 -0
  1691. package/cjs/dictionary/2.7.1/segments/FT1.js +88 -0
  1692. package/cjs/dictionary/2.7.1/segments/FTS.js +14 -0
  1693. package/cjs/dictionary/2.7.1/segments/GOL.js +55 -0
  1694. package/cjs/dictionary/2.7.1/segments/GP2.js +16 -0
  1695. package/cjs/dictionary/2.7.1/segments/GT1.js +89 -0
  1696. package/cjs/dictionary/2.7.1/segments/IAM.js +41 -0
  1697. package/cjs/dictionary/2.7.1/segments/IIM.js +100 -0
  1698. package/cjs/dictionary/2.7.1/segments/ILT.js +68 -0
  1699. package/cjs/dictionary/2.7.1/segments/IN1.js +142 -0
  1700. package/cjs/dictionary/2.7.1/segments/IN2.js +231 -0
  1701. package/cjs/dictionary/2.7.1/segments/IN3.js +126 -0
  1702. package/cjs/dictionary/2.7.1/segments/INV.js +54 -0
  1703. package/cjs/dictionary/2.7.1/segments/IPC.js +60 -0
  1704. package/cjs/dictionary/2.7.1/segments/IPR.js +57 -0
  1705. package/cjs/dictionary/2.7.1/segments/ISD.js +13 -0
  1706. package/cjs/dictionary/2.7.1/segments/ITM.js +46 -0
  1707. package/cjs/dictionary/2.7.1/segments/IVC.js +186 -0
  1708. package/cjs/dictionary/2.7.1/segments/IVT.js +169 -0
  1709. package/cjs/dictionary/2.7.1/segments/LAN.js +16 -0
  1710. package/cjs/dictionary/2.7.1/segments/LCC.js +19 -0
  1711. package/cjs/dictionary/2.7.1/segments/LCH.js +16 -0
  1712. package/cjs/dictionary/2.7.1/segments/LDP.js +26 -0
  1713. package/cjs/dictionary/2.7.1/segments/LOC.js +23 -0
  1714. package/cjs/dictionary/2.7.1/segments/LRL.js +16 -0
  1715. package/cjs/dictionary/2.7.1/segments/MFA.js +41 -0
  1716. package/cjs/dictionary/2.7.1/segments/MFE.js +48 -0
  1717. package/cjs/dictionary/2.7.1/segments/MFI.js +20 -0
  1718. package/cjs/dictionary/2.7.1/segments/MRG.js +25 -0
  1719. package/cjs/dictionary/2.7.1/segments/MSA.js +39 -0
  1720. package/cjs/dictionary/2.7.1/segments/MSH.js +102 -0
  1721. package/cjs/dictionary/2.7.1/segments/NCK.js +13 -0
  1722. package/cjs/dictionary/2.7.1/segments/NDS.js +16 -0
  1723. package/cjs/dictionary/2.7.1/segments/NK1.js +131 -0
  1724. package/cjs/dictionary/2.7.1/segments/NPU.js +14 -0
  1725. package/cjs/dictionary/2.7.1/segments/NSC.js +34 -0
  1726. package/cjs/dictionary/2.7.1/segments/NST.js +47 -0
  1727. package/cjs/dictionary/2.7.1/segments/NTE.js +47 -0
  1728. package/cjs/dictionary/2.7.1/segments/OBR.js +137 -0
  1729. package/cjs/dictionary/2.7.1/segments/OBX.js +89 -0
  1730. package/cjs/dictionary/2.7.1/segments/ODS.js +29 -0
  1731. package/cjs/dictionary/2.7.1/segments/ODT.js +23 -0
  1732. package/cjs/dictionary/2.7.1/segments/OM1.js +193 -0
  1733. package/cjs/dictionary/2.7.1/segments/OM2.js +50 -0
  1734. package/cjs/dictionary/2.7.1/segments/OM3.js +42 -0
  1735. package/cjs/dictionary/2.7.1/segments/OM4.js +67 -0
  1736. package/cjs/dictionary/2.7.1/segments/OM5.js +19 -0
  1737. package/cjs/dictionary/2.7.1/segments/OM6.js +17 -0
  1738. package/cjs/dictionary/2.7.1/segments/OM7.js +46 -0
  1739. package/cjs/dictionary/2.7.1/segments/ORC.js +144 -0
  1740. package/cjs/dictionary/2.7.1/segments/ORG.js +26 -0
  1741. package/cjs/dictionary/2.7.1/segments/OVR.js +40 -0
  1742. package/cjs/dictionary/2.7.1/segments/PCE.js +31 -0
  1743. package/cjs/dictionary/2.7.1/segments/PCR.js +49 -0
  1744. package/cjs/dictionary/2.7.1/segments/PD1.js +33 -0
  1745. package/cjs/dictionary/2.7.1/segments/PDA.js +14 -0
  1746. package/cjs/dictionary/2.7.1/segments/PEO.js +37 -0
  1747. package/cjs/dictionary/2.7.1/segments/PES.js +16 -0
  1748. package/cjs/dictionary/2.7.1/segments/PID.js +132 -0
  1749. package/cjs/dictionary/2.7.1/segments/PKG.js +51 -0
  1750. package/cjs/dictionary/2.7.1/segments/PMT.js +80 -0
  1751. package/cjs/dictionary/2.7.1/segments/PR1.js +74 -0
  1752. package/cjs/dictionary/2.7.1/segments/PRA.js +63 -0
  1753. package/cjs/dictionary/2.7.1/segments/PRB.js +81 -0
  1754. package/cjs/dictionary/2.7.1/segments/PRC.js +28 -0
  1755. package/cjs/dictionary/2.7.1/segments/PRD.js +61 -0
  1756. package/cjs/dictionary/2.7.1/segments/PSG.js +47 -0
  1757. package/cjs/dictionary/2.7.1/segments/PSL.js +298 -0
  1758. package/cjs/dictionary/2.7.1/segments/PSS.js +39 -0
  1759. package/cjs/dictionary/2.7.1/segments/PTH.js +27 -0
  1760. package/cjs/dictionary/2.7.1/segments/PV1.js +160 -0
  1761. package/cjs/dictionary/2.7.1/segments/PV2.js +114 -0
  1762. package/cjs/dictionary/2.7.1/segments/PYE.js +43 -0
  1763. package/cjs/dictionary/2.7.1/segments/QAK.js +17 -0
  1764. package/cjs/dictionary/2.7.1/segments/QID.js +10 -0
  1765. package/cjs/dictionary/2.7.1/segments/QPD.js +10 -0
  1766. package/cjs/dictionary/2.7.1/segments/QRD.js +47 -0
  1767. package/cjs/dictionary/2.7.1/segments/QRF.js +41 -0
  1768. package/cjs/dictionary/2.7.1/segments/QRI.js +10 -0
  1769. package/cjs/dictionary/2.7.1/segments/RCP.js +16 -0
  1770. package/cjs/dictionary/2.7.1/segments/RDT.js +10 -0
  1771. package/cjs/dictionary/2.7.1/segments/REL.js +105 -0
  1772. package/cjs/dictionary/2.7.1/segments/RF1.js +40 -0
  1773. package/cjs/dictionary/2.7.1/segments/RFI.js +33 -0
  1774. package/cjs/dictionary/2.7.1/segments/RGS.js +10 -0
  1775. package/cjs/dictionary/2.7.1/segments/RMI.js +16 -0
  1776. package/cjs/dictionary/2.7.1/segments/ROL.js +44 -0
  1777. package/cjs/dictionary/2.7.1/segments/RQ1.js +47 -0
  1778. package/cjs/dictionary/2.7.1/segments/RQD.js +62 -0
  1779. package/cjs/dictionary/2.7.1/segments/RXA.js +132 -0
  1780. package/cjs/dictionary/2.7.1/segments/RXC.js +51 -0
  1781. package/cjs/dictionary/2.7.1/segments/RXD.js +153 -0
  1782. package/cjs/dictionary/2.7.1/segments/RXE.js +223 -0
  1783. package/cjs/dictionary/2.7.1/segments/RXG.js +157 -0
  1784. package/cjs/dictionary/2.7.1/segments/RXO.js +187 -0
  1785. package/cjs/dictionary/2.7.1/segments/RXR.js +44 -0
  1786. package/cjs/dictionary/2.7.1/segments/SAC.js +77 -0
  1787. package/cjs/dictionary/2.7.1/segments/SCD.js +239 -0
  1788. package/cjs/dictionary/2.7.1/segments/SCH.js +40 -0
  1789. package/cjs/dictionary/2.7.1/segments/SCP.js +58 -0
  1790. package/cjs/dictionary/2.7.1/segments/SDD.js +50 -0
  1791. package/cjs/dictionary/2.7.1/segments/SFT.js +44 -0
  1792. package/cjs/dictionary/2.7.1/segments/SID.js +13 -0
  1793. package/cjs/dictionary/2.7.1/segments/SLT.js +36 -0
  1794. package/cjs/dictionary/2.7.1/segments/SPM.js +186 -0
  1795. package/cjs/dictionary/2.7.1/segments/STF.js +188 -0
  1796. package/cjs/dictionary/2.7.1/segments/STZ.js +34 -0
  1797. package/cjs/dictionary/2.7.1/segments/TCC.js +16 -0
  1798. package/cjs/dictionary/2.7.1/segments/TCD.js +13 -0
  1799. package/cjs/dictionary/2.7.1/segments/TQ1.js +92 -0
  1800. package/cjs/dictionary/2.7.1/segments/TQ2.js +70 -0
  1801. package/cjs/dictionary/2.7.1/segments/TXA.js +31 -0
  1802. package/cjs/dictionary/2.7.1/segments/UAC.js +19 -0
  1803. package/cjs/dictionary/2.7.1/segments/UB1.js +10 -0
  1804. package/cjs/dictionary/2.7.1/segments/UB2.js +89 -0
  1805. package/cjs/dictionary/2.7.1/segments/URD.js +27 -0
  1806. package/cjs/dictionary/2.7.1/segments/URS.js +40 -0
  1807. package/cjs/dictionary/2.7.1/segments/VAR.js +19 -0
  1808. package/cjs/dictionary/2.7.1/segments/VND.js +36 -0
  1809. package/cjs/dictionary/2.7.1/segments/index.js +166 -0
  1810. package/cjs/dictionary/2.7.1/types/AD.js +31 -0
  1811. package/cjs/dictionary/2.7.1/types/AUI.js +25 -0
  1812. package/cjs/dictionary/2.7.1/types/CCD.js +21 -0
  1813. package/cjs/dictionary/2.7.1/types/CCP.js +26 -0
  1814. package/cjs/dictionary/2.7.1/types/CD.js +22 -0
  1815. package/cjs/dictionary/2.7.1/types/CF.js +24 -0
  1816. package/cjs/dictionary/2.7.1/types/CNE.js +24 -0
  1817. package/cjs/dictionary/2.7.1/types/CNN.js +33 -0
  1818. package/cjs/dictionary/2.7.1/types/CP.js +22 -0
  1819. package/cjs/dictionary/2.7.1/types/CQ.js +11 -0
  1820. package/cjs/dictionary/2.7.1/types/CSU.js +50 -0
  1821. package/cjs/dictionary/2.7.1/types/CWE.js +62 -0
  1822. package/cjs/dictionary/2.7.1/types/CX.js +32 -0
  1823. package/cjs/dictionary/2.7.1/types/DDI.js +26 -0
  1824. package/cjs/dictionary/2.7.1/types/DIN.js +21 -0
  1825. package/cjs/dictionary/2.7.1/types/DLD.js +19 -0
  1826. package/cjs/dictionary/2.7.1/types/DLN.js +14 -0
  1827. package/cjs/dictionary/2.7.1/types/DLT.js +33 -0
  1828. package/cjs/dictionary/2.7.1/types/DR.js +16 -0
  1829. package/cjs/dictionary/2.7.1/types/DTM.js +6 -0
  1830. package/cjs/dictionary/2.7.1/types/DTN.js +20 -0
  1831. package/cjs/dictionary/2.7.1/types/ED.js +25 -0
  1832. package/cjs/dictionary/2.7.1/types/EI.js +18 -0
  1833. package/cjs/dictionary/2.7.1/types/EIP.js +20 -0
  1834. package/cjs/dictionary/2.7.1/types/ERL.js +45 -0
  1835. package/cjs/dictionary/2.7.1/types/FC.js +15 -0
  1836. package/cjs/dictionary/2.7.1/types/FN.js +17 -0
  1837. package/cjs/dictionary/2.7.1/types/GTS.js +6 -0
  1838. package/cjs/dictionary/2.7.1/types/HD.js +18 -0
  1839. package/cjs/dictionary/2.7.1/types/ICD.js +28 -0
  1840. package/cjs/dictionary/2.7.1/types/JCC.js +20 -0
  1841. package/cjs/dictionary/2.7.1/types/LA1.js +69 -0
  1842. package/cjs/dictionary/2.7.1/types/LA2.js +114 -0
  1843. package/cjs/dictionary/2.7.1/types/MO.js +10 -0
  1844. package/cjs/dictionary/2.7.1/types/MOC.js +20 -0
  1845. package/cjs/dictionary/2.7.1/types/MOP.js +27 -0
  1846. package/cjs/dictionary/2.7.1/types/MSG.js +30 -0
  1847. package/cjs/dictionary/2.7.1/types/NA.js +43 -0
  1848. package/cjs/dictionary/2.7.1/types/NDL.js +75 -0
  1849. package/cjs/dictionary/2.7.1/types/NR.js +20 -0
  1850. package/cjs/dictionary/2.7.1/types/OCD.js +21 -0
  1851. package/cjs/dictionary/2.7.1/types/OSD.js +79 -0
  1852. package/cjs/dictionary/2.7.1/types/OSP.js +27 -0
  1853. package/cjs/dictionary/2.7.1/types/PIP.js +40 -0
  1854. package/cjs/dictionary/2.7.1/types/PL.js +44 -0
  1855. package/cjs/dictionary/2.7.1/types/PLN.js +32 -0
  1856. package/cjs/dictionary/2.7.1/types/PPN.js +77 -0
  1857. package/cjs/dictionary/2.7.1/types/PRL.js +26 -0
  1858. package/cjs/dictionary/2.7.1/types/PT.js +17 -0
  1859. package/cjs/dictionary/2.7.1/types/PTA.js +30 -0
  1860. package/cjs/dictionary/2.7.1/types/QIP.js +15 -0
  1861. package/cjs/dictionary/2.7.1/types/QSC.js +19 -0
  1862. package/cjs/dictionary/2.7.1/types/RCD.js +17 -0
  1863. package/cjs/dictionary/2.7.1/types/RFR.js +50 -0
  1864. package/cjs/dictionary/2.7.1/types/RI.js +10 -0
  1865. package/cjs/dictionary/2.7.1/types/RMC.js +30 -0
  1866. package/cjs/dictionary/2.7.1/types/RP.js +15 -0
  1867. package/cjs/dictionary/2.7.1/types/RPT.js +78 -0
  1868. package/cjs/dictionary/2.7.1/types/SAD.js +10 -0
  1869. package/cjs/dictionary/2.7.1/types/SCV.js +11 -0
  1870. package/cjs/dictionary/2.7.1/types/SI.js +6 -0
  1871. package/cjs/dictionary/2.7.1/types/SN.js +14 -0
  1872. package/cjs/dictionary/2.7.1/types/SPD.js +34 -0
  1873. package/cjs/dictionary/2.7.1/types/SRT.js +15 -0
  1874. package/cjs/dictionary/2.7.1/types/TQ.js +77 -0
  1875. package/cjs/dictionary/2.7.1/types/UVC.js +20 -0
  1876. package/cjs/dictionary/2.7.1/types/VH.js +15 -0
  1877. package/cjs/dictionary/2.7.1/types/VID.js +27 -0
  1878. package/cjs/dictionary/2.7.1/types/VR.js +20 -0
  1879. package/cjs/dictionary/2.7.1/types/WVI.js +19 -0
  1880. package/cjs/dictionary/2.7.1/types/WVS.js +19 -0
  1881. package/cjs/dictionary/2.7.1/types/XAD.js +109 -0
  1882. package/cjs/dictionary/2.7.1/types/XCN.js +81 -0
  1883. package/cjs/dictionary/2.7.1/types/XON.js +43 -0
  1884. package/cjs/dictionary/2.7.1/types/XPN.js +46 -0
  1885. package/cjs/dictionary/2.7.1/types/XTN.js +77 -0
  1886. package/cjs/dictionary/2.7.1/types/index.js +79 -0
  1887. package/cjs/dictionary/2.8/index.js +9 -0
  1888. package/cjs/dictionary/index.js +38 -0
  1889. package/cjs/dictionary/segment-fields/abs-segment.enum.js +20 -0
  1890. package/cjs/dictionary/segment-fields/acc-segment.enum.js +18 -0
  1891. package/cjs/dictionary/segment-fields/add-segment.enum.js +7 -0
  1892. package/cjs/dictionary/segment-fields/adj-segment.enum.js +21 -0
  1893. package/cjs/dictionary/segment-fields/aff-segment.enum.js +11 -0
  1894. package/cjs/dictionary/segment-fields/aig-segment.enum.js +20 -0
  1895. package/cjs/dictionary/segment-fields/ail-segment.enum.js +18 -0
  1896. package/cjs/dictionary/segment-fields/aip-segment.enum.js +18 -0
  1897. package/cjs/dictionary/segment-fields/ais-segment.enum.js +18 -0
  1898. package/cjs/dictionary/segment-fields/al1-segment.enum.js +12 -0
  1899. package/cjs/dictionary/segment-fields/apr-segment.enum.js +11 -0
  1900. package/cjs/dictionary/segment-fields/arq-segment.enum.js +31 -0
  1901. package/cjs/dictionary/segment-fields/arv-segment.enum.js +12 -0
  1902. package/cjs/dictionary/segment-fields/aut-segment.enum.js +18 -0
  1903. package/cjs/dictionary/segment-fields/bhs-segment.enum.js +20 -0
  1904. package/cjs/dictionary/segment-fields/blc-segment.enum.js +8 -0
  1905. package/cjs/dictionary/segment-fields/blg-segment.enum.js +10 -0
  1906. package/cjs/dictionary/segment-fields/bpo-segment.enum.js +20 -0
  1907. package/cjs/dictionary/segment-fields/bpx-segment.enum.js +27 -0
  1908. package/cjs/dictionary/segment-fields/bts-segment.enum.js +9 -0
  1909. package/cjs/dictionary/segment-fields/btx-segment.enum.js +25 -0
  1910. package/cjs/dictionary/segment-fields/cdm-segment.enum.js +19 -0
  1911. package/cjs/dictionary/segment-fields/cer-segment.enum.js +37 -0
  1912. package/cjs/dictionary/segment-fields/cm0-segment.enum.js +17 -0
  1913. package/cjs/dictionary/segment-fields/cm1-segment.enum.js +9 -0
  1914. package/cjs/dictionary/segment-fields/cm2-segment.enum.js +10 -0
  1915. package/cjs/dictionary/segment-fields/cns-segment.enum.js +12 -0
  1916. package/cjs/dictionary/segment-fields/con-segment.enum.js +31 -0
  1917. package/cjs/dictionary/segment-fields/csp-segment.enum.js +10 -0
  1918. package/cjs/dictionary/segment-fields/csr-segment.enum.js +22 -0
  1919. package/cjs/dictionary/segment-fields/css-segment.enum.js +9 -0
  1920. package/cjs/dictionary/segment-fields/ctd-segment.enum.js +13 -0
  1921. package/cjs/dictionary/segment-fields/cti-segment.enum.js +9 -0
  1922. package/cjs/dictionary/segment-fields/db1-segment.enum.js +14 -0
  1923. package/cjs/dictionary/segment-fields/dg1-segment.enum.js +32 -0
  1924. package/cjs/dictionary/segment-fields/dmi-segment.enum.js +11 -0
  1925. package/cjs/dictionary/segment-fields/drg-segment.enum.js +39 -0
  1926. package/cjs/dictionary/segment-fields/dsc-segment.enum.js +8 -0
  1927. package/cjs/dictionary/segment-fields/dsp-segment.enum.js +11 -0
  1928. package/cjs/dictionary/segment-fields/ecd-segment.enum.js +11 -0
  1929. package/cjs/dictionary/segment-fields/ecr-segment.enum.js +9 -0
  1930. package/cjs/dictionary/segment-fields/ed-segment.enum.js +7 -0
  1931. package/cjs/dictionary/segment-fields/edu-segment.enum.js +15 -0
  1932. package/cjs/dictionary/segment-fields/eql-segment.enum.js +10 -0
  1933. package/cjs/dictionary/segment-fields/eqp-segment.enum.js +11 -0
  1934. package/cjs/dictionary/segment-fields/equ-segment.enum.js +11 -0
  1935. package/cjs/dictionary/segment-fields/erq-segment.enum.js +9 -0
  1936. package/cjs/dictionary/segment-fields/err-segment.enum.js +18 -0
  1937. package/cjs/dictionary/segment-fields/evn-segment.enum.js +13 -0
  1938. package/cjs/dictionary/segment-fields/fac-segment.enum.js +18 -0
  1939. package/cjs/dictionary/segment-fields/fhs-segment.enum.js +20 -0
  1940. package/cjs/dictionary/segment-fields/ft1-segment.enum.js +49 -0
  1941. package/cjs/dictionary/segment-fields/fts-segment.enum.js +8 -0
  1942. package/cjs/dictionary/segment-fields/gol-segment.enum.js +28 -0
  1943. package/cjs/dictionary/segment-fields/gp1-segment.enum.js +11 -0
  1944. package/cjs/dictionary/segment-fields/gp2-segment.enum.js +20 -0
  1945. package/cjs/dictionary/segment-fields/gt1-segment.enum.js +63 -0
  1946. package/cjs/dictionary/segment-fields/iam-segment.enum.js +36 -0
  1947. package/cjs/dictionary/segment-fields/iar-segment.enum.js +10 -0
  1948. package/cjs/dictionary/segment-fields/iim-segment.enum.js +21 -0
  1949. package/cjs/dictionary/segment-fields/ilt-segment.enum.js +16 -0
  1950. package/cjs/dictionary/segment-fields/in1-segment.enum.js +60 -0
  1951. package/cjs/dictionary/segment-fields/in2-segment.enum.js +78 -0
  1952. package/cjs/dictionary/segment-fields/in3-segment.enum.js +31 -0
  1953. package/cjs/dictionary/segment-fields/index.js +185 -0
  1954. package/cjs/dictionary/segment-fields/inv-segment.enum.js +26 -0
  1955. package/cjs/dictionary/segment-fields/ipc-segment.enum.js +15 -0
  1956. package/cjs/dictionary/segment-fields/ipr-segment.enum.js +14 -0
  1957. package/cjs/dictionary/segment-fields/isd-segment.enum.js +9 -0
  1958. package/cjs/dictionary/segment-fields/itm-segment.enum.js +35 -0
  1959. package/cjs/dictionary/segment-fields/ivc-segment.enum.js +36 -0
  1960. package/cjs/dictionary/segment-fields/ivt-segment.enum.js +32 -0
  1961. package/cjs/dictionary/segment-fields/lan-segment.enum.js +10 -0
  1962. package/cjs/dictionary/segment-fields/lcc-segment.enum.js +10 -0
  1963. package/cjs/dictionary/segment-fields/lch-segment.enum.js +11 -0
  1964. package/cjs/dictionary/segment-fields/ldp-segment.enum.js +18 -0
  1965. package/cjs/dictionary/segment-fields/loc-segment.enum.js +15 -0
  1966. package/cjs/dictionary/segment-fields/lrl-segment.enum.js +12 -0
  1967. package/cjs/dictionary/segment-fields/mfa-segment.enum.js +12 -0
  1968. package/cjs/dictionary/segment-fields/mfe-segment.enum.js +13 -0
  1969. package/cjs/dictionary/segment-fields/mfi-segment.enum.js +12 -0
  1970. package/cjs/dictionary/segment-fields/mrg-segment.enum.js +13 -0
  1971. package/cjs/dictionary/segment-fields/msa-segment.enum.js +14 -0
  1972. package/cjs/dictionary/segment-fields/msh-segment.enum.js +31 -0
  1973. package/cjs/dictionary/segment-fields/nck-segment.enum.js +7 -0
  1974. package/cjs/dictionary/segment-fields/nds-segment.enum.js +10 -0
  1975. package/cjs/dictionary/segment-fields/nk1-segment.enum.js +47 -0
  1976. package/cjs/dictionary/segment-fields/npu-segment.enum.js +8 -0
  1977. package/cjs/dictionary/segment-fields/nsc-segment.enum.js +15 -0
  1978. package/cjs/dictionary/segment-fields/nst-segment.enum.js +21 -0
  1979. package/cjs/dictionary/segment-fields/nte-segment.enum.js +14 -0
  1980. package/cjs/dictionary/segment-fields/obr-segment.enum.js +60 -0
  1981. package/cjs/dictionary/segment-fields/obx-segment.enum.js +32 -0
  1982. package/cjs/dictionary/segment-fields/ods-segment.enum.js +10 -0
  1983. package/cjs/dictionary/segment-fields/odt-segment.enum.js +9 -0
  1984. package/cjs/dictionary/segment-fields/om1-segment.enum.js +53 -0
  1985. package/cjs/dictionary/segment-fields/om2-segment.enum.js +17 -0
  1986. package/cjs/dictionary/segment-fields/om3-segment.enum.js +14 -0
  1987. package/cjs/dictionary/segment-fields/om4-segment.enum.js +21 -0
  1988. package/cjs/dictionary/segment-fields/om5-segment.enum.js +10 -0
  1989. package/cjs/dictionary/segment-fields/om6-segment.enum.js +9 -0
  1990. package/cjs/dictionary/segment-fields/om7-segment.enum.js +30 -0
  1991. package/cjs/dictionary/segment-fields/orc-segment.enum.js +39 -0
  1992. package/cjs/dictionary/segment-fields/org-segment.enum.js +19 -0
  1993. package/cjs/dictionary/segment-fields/oro-segment.enum.js +10 -0
  1994. package/cjs/dictionary/segment-fields/ovr-segment.enum.js +11 -0
  1995. package/cjs/dictionary/segment-fields/pac-segment.enum.js +14 -0
  1996. package/cjs/dictionary/segment-fields/pce-segment.enum.js +10 -0
  1997. package/cjs/dictionary/segment-fields/pcr-segment.enum.js +29 -0
  1998. package/cjs/dictionary/segment-fields/pd1-segment.enum.js +28 -0
  1999. package/cjs/dictionary/segment-fields/pda-segment.enum.js +15 -0
  2000. package/cjs/dictionary/segment-fields/pdc-segment.enum.js +21 -0
  2001. package/cjs/dictionary/segment-fields/peo-segment.enum.js +31 -0
  2002. package/cjs/dictionary/segment-fields/pes-segment.enum.js +19 -0
  2003. package/cjs/dictionary/segment-fields/pid-segment.enum.js +46 -0
  2004. package/cjs/dictionary/segment-fields/pkg-segment.enum.js +13 -0
  2005. package/cjs/dictionary/segment-fields/pmt-segment.enum.js +18 -0
  2006. package/cjs/dictionary/segment-fields/pr1-segment.enum.js +31 -0
  2007. package/cjs/dictionary/segment-fields/pra-segment.enum.js +18 -0
  2008. package/cjs/dictionary/segment-fields/prb-segment.enum.js +34 -0
  2009. package/cjs/dictionary/segment-fields/prc-segment.enum.js +24 -0
  2010. package/cjs/dictionary/segment-fields/prd-segment.enum.js +20 -0
  2011. package/cjs/dictionary/segment-fields/prt-segment.enum.js +21 -0
  2012. package/cjs/dictionary/segment-fields/psg-segment.enum.js +12 -0
  2013. package/cjs/dictionary/segment-fields/psh-segment.enum.js +20 -0
  2014. package/cjs/dictionary/segment-fields/psl-segment.enum.js +54 -0
  2015. package/cjs/dictionary/segment-fields/pss-segment.enum.js +11 -0
  2016. package/cjs/dictionary/segment-fields/pth-segment.enum.js +13 -0
  2017. package/cjs/dictionary/segment-fields/pv1-segment.enum.js +60 -0
  2018. package/cjs/dictionary/segment-fields/pv2-segment.enum.js +56 -0
  2019. package/cjs/dictionary/segment-fields/pye-segment.enum.js +13 -0
  2020. package/cjs/dictionary/segment-fields/qak-segment.enum.js +12 -0
  2021. package/cjs/dictionary/segment-fields/qck-segment.enum.js +7 -0
  2022. package/cjs/dictionary/segment-fields/qid-segment.enum.js +8 -0
  2023. package/cjs/dictionary/segment-fields/qpd-segment.enum.js +9 -0
  2024. package/cjs/dictionary/segment-fields/qrd-segment.enum.js +18 -0
  2025. package/cjs/dictionary/segment-fields/qrf-segment.enum.js +16 -0
  2026. package/cjs/dictionary/segment-fields/qri-segment.enum.js +9 -0
  2027. package/cjs/dictionary/segment-fields/rcp-segment.enum.js +13 -0
  2028. package/cjs/dictionary/segment-fields/rdf-segment.enum.js +8 -0
  2029. package/cjs/dictionary/segment-fields/rdt-segment.enum.js +7 -0
  2030. package/cjs/dictionary/segment-fields/rel-segment.enum.js +22 -0
  2031. package/cjs/dictionary/segment-fields/rf1-segment.enum.js +18 -0
  2032. package/cjs/dictionary/segment-fields/rfi-segment.enum.js +10 -0
  2033. package/cjs/dictionary/segment-fields/rgs-segment.enum.js +9 -0
  2034. package/cjs/dictionary/segment-fields/rmi-segment.enum.js +9 -0
  2035. package/cjs/dictionary/segment-fields/rol-segment.enum.js +20 -0
  2036. package/cjs/dictionary/segment-fields/rq1-segment.enum.js +13 -0
  2037. package/cjs/dictionary/segment-fields/rqd-segment.enum.js +16 -0
  2038. package/cjs/dictionary/segment-fields/rx1-segment.enum.js +31 -0
  2039. package/cjs/dictionary/segment-fields/rxa-segment.enum.js +34 -0
  2040. package/cjs/dictionary/segment-fields/rxc-segment.enum.js +15 -0
  2041. package/cjs/dictionary/segment-fields/rxd-segment.enum.js +40 -0
  2042. package/cjs/dictionary/segment-fields/rxe-segment.enum.js +51 -0
  2043. package/cjs/dictionary/segment-fields/rxg-segment.enum.js +36 -0
  2044. package/cjs/dictionary/segment-fields/rxo-segment.enum.js +42 -0
  2045. package/cjs/dictionary/segment-fields/rxr-segment.enum.js +12 -0
  2046. package/cjs/dictionary/segment-fields/sac-segment.enum.js +50 -0
  2047. package/cjs/dictionary/segment-fields/scd-segment.enum.js +43 -0
  2048. package/cjs/dictionary/segment-fields/sch-segment.enum.js +33 -0
  2049. package/cjs/dictionary/segment-fields/scp-segment.enum.js +14 -0
  2050. package/cjs/dictionary/segment-fields/sdd-segment.enum.js +13 -0
  2051. package/cjs/dictionary/segment-fields/sft-segment.enum.js +12 -0
  2052. package/cjs/dictionary/segment-fields/shp-segment.enum.js +17 -0
  2053. package/cjs/dictionary/segment-fields/sid-segment.enum.js +10 -0
  2054. package/cjs/dictionary/segment-fields/slt-segment.enum.js +11 -0
  2055. package/cjs/dictionary/segment-fields/spm-segment.enum.js +38 -0
  2056. package/cjs/dictionary/segment-fields/spr-segment.enum.js +10 -0
  2057. package/cjs/dictionary/segment-fields/stf-segment.enum.js +47 -0
  2058. package/cjs/dictionary/segment-fields/stz-segment.enum.js +10 -0
  2059. package/cjs/dictionary/segment-fields/tcc-segment.enum.js +20 -0
  2060. package/cjs/dictionary/segment-fields/tcd-segment.enum.js +14 -0
  2061. package/cjs/dictionary/segment-fields/tq1-segment.enum.js +20 -0
  2062. package/cjs/dictionary/segment-fields/tq2-segment.enum.js +16 -0
  2063. package/cjs/dictionary/segment-fields/txa-segment.enum.js +32 -0
  2064. package/cjs/dictionary/segment-fields/uac-segment.enum.js +8 -0
  2065. package/cjs/dictionary/segment-fields/ub1-segment.enum.js +29 -0
  2066. package/cjs/dictionary/segment-fields/ub2-segment.enum.js +23 -0
  2067. package/cjs/dictionary/segment-fields/urd-segment.enum.js +13 -0
  2068. package/cjs/dictionary/segment-fields/urs-segment.enum.js +15 -0
  2069. package/cjs/dictionary/segment-fields/var-segment.enum.js +12 -0
  2070. package/cjs/dictionary/segment-fields/vnd-segment.enum.js +11 -0
  2071. package/cjs/dictionary/segment-fields/vtq-segment.enum.js +11 -0
  2072. package/cjs/dictionary/tables/acknowledgment-code.enum.js +2 -0
  2073. package/cjs/dictionary/tables/index.js +4 -0
  2074. package/cjs/dictionary/type-fields/ad-type.enum.js +14 -0
  2075. package/cjs/dictionary/type-fields/aui-type.enum.js +9 -0
  2076. package/cjs/dictionary/type-fields/ccd-type.enum.js +8 -0
  2077. package/cjs/dictionary/type-fields/ccp-type.enum.js +9 -0
  2078. package/cjs/dictionary/type-fields/cd-type.enum.js +12 -0
  2079. package/cjs/dictionary/type-fields/ce-type.enum.js +12 -0
  2080. package/cjs/dictionary/type-fields/cf-type.enum.js +28 -0
  2081. package/cjs/dictionary/type-fields/ck-type.enum.js +10 -0
  2082. package/cjs/dictionary/type-fields/ck_account_no-type.enum.js +10 -0
  2083. package/cjs/dictionary/type-fields/cm_abs_range-type.enum.js +10 -0
  2084. package/cjs/dictionary/type-fields/cm_aui-type.enum.js +9 -0
  2085. package/cjs/dictionary/type-fields/cm_batch_total-type.enum.js +8 -0
  2086. package/cjs/dictionary/type-fields/cm_ccd-type.enum.js +8 -0
  2087. package/cjs/dictionary/type-fields/cm_ccp-type.enum.js +9 -0
  2088. package/cjs/dictionary/type-fields/cm_cd_electrode-type.enum.js +8 -0
  2089. package/cjs/dictionary/type-fields/cm_csu-type.enum.js +13 -0
  2090. package/cjs/dictionary/type-fields/cm_ddi-type.enum.js +9 -0
  2091. package/cjs/dictionary/type-fields/cm_din-type.enum.js +8 -0
  2092. package/cjs/dictionary/type-fields/cm_dld-type.enum.js +8 -0
  2093. package/cjs/dictionary/type-fields/cm_dlt-type.enum.js +10 -0
  2094. package/cjs/dictionary/type-fields/cm_dtn-type.enum.js +8 -0
  2095. package/cjs/dictionary/type-fields/cm_eip-type.enum.js +8 -0
  2096. package/cjs/dictionary/type-fields/cm_eld-type.enum.js +10 -0
  2097. package/cjs/dictionary/type-fields/cm_filler-type.enum.js +8 -0
  2098. package/cjs/dictionary/type-fields/cm_finance-type.enum.js +8 -0
  2099. package/cjs/dictionary/type-fields/cm_group_id-type.enum.js +8 -0
  2100. package/cjs/dictionary/type-fields/cm_internal_location-type.enum.js +14 -0
  2101. package/cjs/dictionary/type-fields/cm_job_code-type.enum.js +8 -0
  2102. package/cjs/dictionary/type-fields/cm_la1-type.enum.js +22 -0
  2103. package/cjs/dictionary/type-fields/cm_license_no-type.enum.js +8 -0
  2104. package/cjs/dictionary/type-fields/cm_mdv-type.enum.js +8 -0
  2105. package/cjs/dictionary/type-fields/cm_moc-type.enum.js +8 -0
  2106. package/cjs/dictionary/type-fields/cm_msg-type.enum.js +8 -0
  2107. package/cjs/dictionary/type-fields/cm_ndl-type.enum.js +17 -0
  2108. package/cjs/dictionary/type-fields/cm_ocd-type.enum.js +8 -0
  2109. package/cjs/dictionary/type-fields/cm_osd-type.enum.js +17 -0
  2110. package/cjs/dictionary/type-fields/cm_osp-type.enum.js +9 -0
  2111. package/cjs/dictionary/type-fields/cm_parent_result-type.enum.js +9 -0
  2112. package/cjs/dictionary/type-fields/cm_pat_id-type.enum.js +11 -0
  2113. package/cjs/dictionary/type-fields/cm_pat_id_0192-type.enum.js +11 -0
  2114. package/cjs/dictionary/type-fields/cm_pcf-type.enum.js +9 -0
  2115. package/cjs/dictionary/type-fields/cm_pen-type.enum.js +8 -0
  2116. package/cjs/dictionary/type-fields/cm_pi-type.enum.js +9 -0
  2117. package/cjs/dictionary/type-fields/cm_pip-type.enum.js +10 -0
  2118. package/cjs/dictionary/type-fields/cm_placer-type.enum.js +8 -0
  2119. package/cjs/dictionary/type-fields/cm_pln-type.enum.js +10 -0
  2120. package/cjs/dictionary/type-fields/cm_position-type.enum.js +9 -0
  2121. package/cjs/dictionary/type-fields/cm_practitioner-type.enum.js +8 -0
  2122. package/cjs/dictionary/type-fields/cm_prl-type.enum.js +9 -0
  2123. package/cjs/dictionary/type-fields/cm_pta-type.enum.js +9 -0
  2124. package/cjs/dictionary/type-fields/cm_range-type.enum.js +8 -0
  2125. package/cjs/dictionary/type-fields/cm_rfr-type.enum.js +13 -0
  2126. package/cjs/dictionary/type-fields/cm_ri-type.enum.js +8 -0
  2127. package/cjs/dictionary/type-fields/cm_rmc-type.enum.js +9 -0
  2128. package/cjs/dictionary/type-fields/cm_spd-type.enum.js +10 -0
  2129. package/cjs/dictionary/type-fields/cm_sps-type.enum.js +12 -0
  2130. package/cjs/dictionary/type-fields/cm_uvc-type.enum.js +8 -0
  2131. package/cjs/dictionary/type-fields/cm_vr-type.enum.js +8 -0
  2132. package/cjs/dictionary/type-fields/cm_wvi-type.enum.js +8 -0
  2133. package/cjs/dictionary/type-fields/cn-type.enum.js +19 -0
  2134. package/cjs/dictionary/type-fields/cn_person-type.enum.js +14 -0
  2135. package/cjs/dictionary/type-fields/cne-type.enum.js +28 -0
  2136. package/cjs/dictionary/type-fields/cnn-type.enum.js +17 -0
  2137. package/cjs/dictionary/type-fields/cns-type.enum.js +17 -0
  2138. package/cjs/dictionary/type-fields/cp-type.enum.js +12 -0
  2139. package/cjs/dictionary/type-fields/cq-type.enum.js +8 -0
  2140. package/cjs/dictionary/type-fields/cq_quantity-type.enum.js +8 -0
  2141. package/cjs/dictionary/type-fields/csu-type.enum.js +29 -0
  2142. package/cjs/dictionary/type-fields/cwe-type.enum.js +28 -0
  2143. package/cjs/dictionary/type-fields/cx-type.enum.js +18 -0
  2144. package/cjs/dictionary/type-fields/ddi-type.enum.js +9 -0
  2145. package/cjs/dictionary/type-fields/din-type.enum.js +8 -0
  2146. package/cjs/dictionary/type-fields/dld-type.enum.js +8 -0
  2147. package/cjs/dictionary/type-fields/dln-type.enum.js +9 -0
  2148. package/cjs/dictionary/type-fields/dlt-type.enum.js +10 -0
  2149. package/cjs/dictionary/type-fields/dr-type.enum.js +8 -0
  2150. package/cjs/dictionary/type-fields/dtn-type.enum.js +8 -0
  2151. package/cjs/dictionary/type-fields/ed-type.enum.js +11 -0
  2152. package/cjs/dictionary/type-fields/ei-type.enum.js +10 -0
  2153. package/cjs/dictionary/type-fields/eip-type.enum.js +8 -0
  2154. package/cjs/dictionary/type-fields/eld-type.enum.js +10 -0
  2155. package/cjs/dictionary/type-fields/erl-type.enum.js +12 -0
  2156. package/cjs/dictionary/type-fields/fc-type.enum.js +8 -0
  2157. package/cjs/dictionary/type-fields/fn-type.enum.js +11 -0
  2158. package/cjs/dictionary/type-fields/hd-type.enum.js +9 -0
  2159. package/cjs/dictionary/type-fields/icd-type.enum.js +9 -0
  2160. package/cjs/dictionary/type-fields/index.js +140 -0
  2161. package/cjs/dictionary/type-fields/jcc-type.enum.js +9 -0
  2162. package/cjs/dictionary/type-fields/la1-type.enum.js +15 -0
  2163. package/cjs/dictionary/type-fields/la2-type.enum.js +22 -0
  2164. package/cjs/dictionary/type-fields/ma-type.enum.js +16 -0
  2165. package/cjs/dictionary/type-fields/mo-type.enum.js +8 -0
  2166. package/cjs/dictionary/type-fields/moc-type.enum.js +8 -0
  2167. package/cjs/dictionary/type-fields/mop-type.enum.js +9 -0
  2168. package/cjs/dictionary/type-fields/msg-type.enum.js +9 -0
  2169. package/cjs/dictionary/type-fields/na-type.enum.js +16 -0
  2170. package/cjs/dictionary/type-fields/ndl-type.enum.js +17 -0
  2171. package/cjs/dictionary/type-fields/nr-type.enum.js +8 -0
  2172. package/cjs/dictionary/type-fields/ocd-type.enum.js +8 -0
  2173. package/cjs/dictionary/type-fields/osd-type.enum.js +17 -0
  2174. package/cjs/dictionary/type-fields/osp-type.enum.js +9 -0
  2175. package/cjs/dictionary/type-fields/pcf-type.enum.js +9 -0
  2176. package/cjs/dictionary/type-fields/pi-type.enum.js +9 -0
  2177. package/cjs/dictionary/type-fields/pip-type.enum.js +11 -0
  2178. package/cjs/dictionary/type-fields/pl-type.enum.js +17 -0
  2179. package/cjs/dictionary/type-fields/pln-type.enum.js +10 -0
  2180. package/cjs/dictionary/type-fields/pn-type.enum.js +12 -0
  2181. package/cjs/dictionary/type-fields/ppn-type.enum.js +32 -0
  2182. package/cjs/dictionary/type-fields/prl-type.enum.js +9 -0
  2183. package/cjs/dictionary/type-fields/pt-type.enum.js +8 -0
  2184. package/cjs/dictionary/type-fields/pta-type.enum.js +10 -0
  2185. package/cjs/dictionary/type-fields/qip-type.enum.js +8 -0
  2186. package/cjs/dictionary/type-fields/qsc-type.enum.js +10 -0
  2187. package/cjs/dictionary/type-fields/rcd-type.enum.js +9 -0
  2188. package/cjs/dictionary/type-fields/rfr-type.enum.js +13 -0
  2189. package/cjs/dictionary/type-fields/ri-type.enum.js +8 -0
  2190. package/cjs/dictionary/type-fields/rmc-type.enum.js +10 -0
  2191. package/cjs/dictionary/type-fields/rp-type.enum.js +10 -0
  2192. package/cjs/dictionary/type-fields/rpt-type.enum.js +17 -0
  2193. package/cjs/dictionary/type-fields/sad-type.enum.js +9 -0
  2194. package/cjs/dictionary/type-fields/scv-type.enum.js +8 -0
  2195. package/cjs/dictionary/type-fields/sn-type.enum.js +10 -0
  2196. package/cjs/dictionary/type-fields/spd-type.enum.js +10 -0
  2197. package/cjs/dictionary/type-fields/sps-type.enum.js +13 -0
  2198. package/cjs/dictionary/type-fields/srt-type.enum.js +8 -0
  2199. package/cjs/dictionary/type-fields/tq-type.enum.js +18 -0
  2200. package/cjs/dictionary/type-fields/ts-type.enum.js +8 -0
  2201. package/cjs/dictionary/type-fields/uvc-type.enum.js +10 -0
  2202. package/cjs/dictionary/type-fields/vh-type.enum.js +10 -0
  2203. package/cjs/dictionary/type-fields/vid-type.enum.js +9 -0
  2204. package/cjs/dictionary/type-fields/vr-type.enum.js +8 -0
  2205. package/cjs/dictionary/type-fields/wvi-type.enum.js +8 -0
  2206. package/cjs/dictionary/type-fields/wvs-type.enum.js +8 -0
  2207. package/cjs/dictionary/type-fields/xad-type.enum.js +29 -0
  2208. package/cjs/dictionary/type-fields/xcn-type.enum.js +31 -0
  2209. package/cjs/dictionary/type-fields/xon-type.enum.js +16 -0
  2210. package/cjs/dictionary/type-fields/xpn-type.enum.js +21 -0
  2211. package/cjs/dictionary/type-fields/xtn-type.enum.js +24 -0
  2212. package/cjs/hl7-component.js +154 -0
  2213. package/cjs/hl7-dictionary.js +33 -0
  2214. package/cjs/hl7-error.js +28 -0
  2215. package/cjs/hl7-field.js +81 -0
  2216. package/cjs/hl7-message.js +226 -0
  2217. package/cjs/hl7-repetition.js +73 -0
  2218. package/cjs/hl7-segment.js +86 -0
  2219. package/cjs/hl7-sub-component.js +83 -0
  2220. package/cjs/index.js +16 -0
  2221. package/cjs/interfaces/dictionary.types.js +4 -0
  2222. package/cjs/interfaces/index.js +5 -0
  2223. package/cjs/interfaces/version.enum.js +17 -0
  2224. package/cjs/package.json +3 -0
  2225. package/cjs/utils/hl7-date.js +28 -0
  2226. package/cjs/utils/hl7-escape.js +88 -0
  2227. package/esm/constants.js +9 -0
  2228. package/esm/dictionary/2.1/dictionary.js +10 -0
  2229. package/esm/dictionary/2.1/index.js +3 -0
  2230. package/esm/dictionary/2.1/patches.js +27 -0
  2231. package/esm/dictionary/2.1/segments/ACC.js +27 -0
  2232. package/esm/dictionary/2.1/segments/ADD.js +12 -0
  2233. package/esm/dictionary/2.1/segments/BHS.js +89 -0
  2234. package/esm/dictionary/2.1/segments/BLG.js +27 -0
  2235. package/esm/dictionary/2.1/segments/BTS.js +26 -0
  2236. package/esm/dictionary/2.1/segments/DG1.js +109 -0
  2237. package/esm/dictionary/2.1/segments/DSC.js +12 -0
  2238. package/esm/dictionary/2.1/segments/DSP.js +40 -0
  2239. package/esm/dictionary/2.1/segments/ERR.js +13 -0
  2240. package/esm/dictionary/2.1/segments/EVN.js +35 -0
  2241. package/esm/dictionary/2.1/segments/FHS.js +89 -0
  2242. package/esm/dictionary/2.1/segments/FT1.js +165 -0
  2243. package/esm/dictionary/2.1/segments/FTS.js +19 -0
  2244. package/esm/dictionary/2.1/segments/GT1.js +149 -0
  2245. package/esm/dictionary/2.1/segments/IN1.js +323 -0
  2246. package/esm/dictionary/2.1/segments/MFI.js +50 -0
  2247. package/esm/dictionary/2.1/segments/MRG.js +26 -0
  2248. package/esm/dictionary/2.1/segments/MSA.js +42 -0
  2249. package/esm/dictionary/2.1/segments/MSH.js +104 -0
  2250. package/esm/dictionary/2.1/segments/NCK.js +12 -0
  2251. package/esm/dictionary/2.1/segments/NK1.js +40 -0
  2252. package/esm/dictionary/2.1/segments/NPU.js +21 -0
  2253. package/esm/dictionary/2.1/segments/NSC.js +68 -0
  2254. package/esm/dictionary/2.1/segments/NST.js +110 -0
  2255. package/esm/dictionary/2.1/segments/NTE.js +27 -0
  2256. package/esm/dictionary/2.1/segments/OBR.js +260 -0
  2257. package/esm/dictionary/2.1/segments/OBX.js +92 -0
  2258. package/esm/dictionary/2.1/segments/ORC.js +103 -0
  2259. package/esm/dictionary/2.1/segments/ORO.js +34 -0
  2260. package/esm/dictionary/2.1/segments/PID.js +149 -0
  2261. package/esm/dictionary/2.1/segments/PR1.js +101 -0
  2262. package/esm/dictionary/2.1/segments/PV1.js +376 -0
  2263. package/esm/dictionary/2.1/segments/QRD.js +94 -0
  2264. package/esm/dictionary/2.1/segments/QRF.js +40 -0
  2265. package/esm/dictionary/2.1/segments/RX1.js +211 -0
  2266. package/esm/dictionary/2.1/segments/UB1.js +167 -0
  2267. package/esm/dictionary/2.1/segments/URD.js +57 -0
  2268. package/esm/dictionary/2.1/segments/URS.js +40 -0
  2269. package/esm/dictionary/2.1/segments/index.js +38 -0
  2270. package/esm/dictionary/2.1/types/AD.js +41 -0
  2271. package/esm/dictionary/2.1/types/CE.js +41 -0
  2272. package/esm/dictionary/2.1/types/CK.js +23 -0
  2273. package/esm/dictionary/2.1/types/CM.js +3 -0
  2274. package/esm/dictionary/2.1/types/CM_MSG.js +17 -0
  2275. package/esm/dictionary/2.1/types/CN.js +35 -0
  2276. package/esm/dictionary/2.1/types/CQ.js +17 -0
  2277. package/esm/dictionary/2.1/types/DT.js +3 -0
  2278. package/esm/dictionary/2.1/types/FT.js +3 -0
  2279. package/esm/dictionary/2.1/types/ID.js +3 -0
  2280. package/esm/dictionary/2.1/types/IS.js +3 -0
  2281. package/esm/dictionary/2.1/types/NM.js +3 -0
  2282. package/esm/dictionary/2.1/types/PN.js +41 -0
  2283. package/esm/dictionary/2.1/types/SI.js +3 -0
  2284. package/esm/dictionary/2.1/types/ST.js +3 -0
  2285. package/esm/dictionary/2.1/types/TM.js +3 -0
  2286. package/esm/dictionary/2.1/types/TN.js +3 -0
  2287. package/esm/dictionary/2.1/types/TS.js +17 -0
  2288. package/esm/dictionary/2.1/types/TX.js +3 -0
  2289. package/esm/dictionary/2.1/types/VARIES.js +3 -0
  2290. package/esm/dictionary/2.1/types/index.js +20 -0
  2291. package/esm/dictionary/2.2/index.js +10 -0
  2292. package/esm/dictionary/2.2/segments/ACC.js +8 -0
  2293. package/esm/dictionary/2.2/segments/ADD.js +8 -0
  2294. package/esm/dictionary/2.2/segments/AL1.js +49 -0
  2295. package/esm/dictionary/2.2/segments/BHS.js +43 -0
  2296. package/esm/dictionary/2.2/segments/BLG.js +15 -0
  2297. package/esm/dictionary/2.2/segments/BTS.js +15 -0
  2298. package/esm/dictionary/2.2/segments/DG1.js +41 -0
  2299. package/esm/dictionary/2.2/segments/DSC.js +8 -0
  2300. package/esm/dictionary/2.2/segments/DSP.js +19 -0
  2301. package/esm/dictionary/2.2/segments/ERR.js +8 -0
  2302. package/esm/dictionary/2.2/segments/EVN.js +26 -0
  2303. package/esm/dictionary/2.2/segments/FHS.js +43 -0
  2304. package/esm/dictionary/2.2/segments/FT1.js +51 -0
  2305. package/esm/dictionary/2.2/segments/FTS.js +11 -0
  2306. package/esm/dictionary/2.2/segments/GT1.js +35 -0
  2307. package/esm/dictionary/2.2/segments/IN1.js +89 -0
  2308. package/esm/dictionary/2.2/segments/IN2.js +225 -0
  2309. package/esm/dictionary/2.2/segments/IN3.js +183 -0
  2310. package/esm/dictionary/2.2/segments/MFA.js +41 -0
  2311. package/esm/dictionary/2.2/segments/MFE.js +34 -0
  2312. package/esm/dictionary/2.2/segments/MRG.js +23 -0
  2313. package/esm/dictionary/2.2/segments/MSA.js +26 -0
  2314. package/esm/dictionary/2.2/segments/MSH.js +48 -0
  2315. package/esm/dictionary/2.2/segments/NCK.js +8 -0
  2316. package/esm/dictionary/2.2/segments/NK1.js +78 -0
  2317. package/esm/dictionary/2.2/segments/NPU.js +12 -0
  2318. package/esm/dictionary/2.2/segments/NSC.js +31 -0
  2319. package/esm/dictionary/2.2/segments/NST.js +52 -0
  2320. package/esm/dictionary/2.2/segments/NTE.js +15 -0
  2321. package/esm/dictionary/2.2/segments/OBR.js +140 -0
  2322. package/esm/dictionary/2.2/segments/OBX.js +75 -0
  2323. package/esm/dictionary/2.2/segments/ODS.js +34 -0
  2324. package/esm/dictionary/2.2/segments/ODT.js +26 -0
  2325. package/esm/dictionary/2.2/segments/OM1.js +307 -0
  2326. package/esm/dictionary/2.2/segments/OM2.js +82 -0
  2327. package/esm/dictionary/2.2/segments/OM3.js +61 -0
  2328. package/esm/dictionary/2.2/segments/OM4.js +112 -0
  2329. package/esm/dictionary/2.2/segments/OM5.js +33 -0
  2330. package/esm/dictionary/2.2/segments/OM6.js +26 -0
  2331. package/esm/dictionary/2.2/segments/ORC.js +96 -0
  2332. package/esm/dictionary/2.2/segments/PID.js +113 -0
  2333. package/esm/dictionary/2.2/segments/PR1.js +34 -0
  2334. package/esm/dictionary/2.2/segments/PRA.js +56 -0
  2335. package/esm/dictionary/2.2/segments/PV1.js +174 -0
  2336. package/esm/dictionary/2.2/segments/PV2.js +69 -0
  2337. package/esm/dictionary/2.2/segments/QRD.js +45 -0
  2338. package/esm/dictionary/2.2/segments/QRF.js +45 -0
  2339. package/esm/dictionary/2.2/segments/RQ1.js +56 -0
  2340. package/esm/dictionary/2.2/segments/RQD.js +75 -0
  2341. package/esm/dictionary/2.2/segments/RXA.js +89 -0
  2342. package/esm/dictionary/2.2/segments/RXC.js +34 -0
  2343. package/esm/dictionary/2.2/segments/RXD.js +111 -0
  2344. package/esm/dictionary/2.2/segments/RXE.js +174 -0
  2345. package/esm/dictionary/2.2/segments/RXG.js +118 -0
  2346. package/esm/dictionary/2.2/segments/RXO.js +125 -0
  2347. package/esm/dictionary/2.2/segments/RXR.js +33 -0
  2348. package/esm/dictionary/2.2/segments/STF.js +121 -0
  2349. package/esm/dictionary/2.2/segments/UB1.js +70 -0
  2350. package/esm/dictionary/2.2/segments/UB2.js +118 -0
  2351. package/esm/dictionary/2.2/segments/URD.js +26 -0
  2352. package/esm/dictionary/2.2/segments/URS.js +45 -0
  2353. package/esm/dictionary/2.2/segments/index.js +61 -0
  2354. package/esm/dictionary/2.2/types/AD.js +23 -0
  2355. package/esm/dictionary/2.2/types/CK.js +16 -0
  2356. package/esm/dictionary/2.2/types/CK_ACCOUNT_NO.js +29 -0
  2357. package/esm/dictionary/2.2/types/CM_ABS_RANGE.js +29 -0
  2358. package/esm/dictionary/2.2/types/CM_AUI.js +23 -0
  2359. package/esm/dictionary/2.2/types/CM_BATCH_TOTAL.js +17 -0
  2360. package/esm/dictionary/2.2/types/CM_CCD.js +17 -0
  2361. package/esm/dictionary/2.2/types/CM_DDI.js +23 -0
  2362. package/esm/dictionary/2.2/types/CM_DIN.js +17 -0
  2363. package/esm/dictionary/2.2/types/CM_DLD.js +17 -0
  2364. package/esm/dictionary/2.2/types/CM_DLT.js +29 -0
  2365. package/esm/dictionary/2.2/types/CM_DTN.js +17 -0
  2366. package/esm/dictionary/2.2/types/CM_EIP.js +17 -0
  2367. package/esm/dictionary/2.2/types/CM_ELD.js +29 -0
  2368. package/esm/dictionary/2.2/types/CM_FILLER.js +17 -0
  2369. package/esm/dictionary/2.2/types/CM_FINANCE.js +17 -0
  2370. package/esm/dictionary/2.2/types/CM_GROUP_ID.js +17 -0
  2371. package/esm/dictionary/2.2/types/CM_INTERNAL_LOCATION.js +53 -0
  2372. package/esm/dictionary/2.2/types/CM_JOB_CODE.js +17 -0
  2373. package/esm/dictionary/2.2/types/CM_LA1.js +17 -0
  2374. package/esm/dictionary/2.2/types/CM_LICENSE_NO.js +17 -0
  2375. package/esm/dictionary/2.2/types/CM_MOC.js +17 -0
  2376. package/esm/dictionary/2.2/types/CM_NDL.js +29 -0
  2377. package/esm/dictionary/2.2/types/CM_OCD.js +17 -0
  2378. package/esm/dictionary/2.2/types/CM_OSP.js +23 -0
  2379. package/esm/dictionary/2.2/types/CM_PARENT_RESULT.js +23 -0
  2380. package/esm/dictionary/2.2/types/CM_PAT_ID.js +35 -0
  2381. package/esm/dictionary/2.2/types/CM_PAT_ID_0192.js +36 -0
  2382. package/esm/dictionary/2.2/types/CM_PCF.js +23 -0
  2383. package/esm/dictionary/2.2/types/CM_PEN.js +17 -0
  2384. package/esm/dictionary/2.2/types/CM_PIP.js +29 -0
  2385. package/esm/dictionary/2.2/types/CM_PLACER.js +17 -0
  2386. package/esm/dictionary/2.2/types/CM_PLN.js +23 -0
  2387. package/esm/dictionary/2.2/types/CM_POSITION.js +23 -0
  2388. package/esm/dictionary/2.2/types/CM_PRACTITIONER.js +17 -0
  2389. package/esm/dictionary/2.2/types/CM_PTA.js +25 -0
  2390. package/esm/dictionary/2.2/types/CM_RANGE.js +17 -0
  2391. package/esm/dictionary/2.2/types/CM_RFR.js +47 -0
  2392. package/esm/dictionary/2.2/types/CM_RI.js +17 -0
  2393. package/esm/dictionary/2.2/types/CM_RMC.js +23 -0
  2394. package/esm/dictionary/2.2/types/CM_SPD.js +29 -0
  2395. package/esm/dictionary/2.2/types/CM_SPS.js +35 -0
  2396. package/esm/dictionary/2.2/types/CM_UVC.js +17 -0
  2397. package/esm/dictionary/2.2/types/CM_VR.js +17 -0
  2398. package/esm/dictionary/2.2/types/CN.js +59 -0
  2399. package/esm/dictionary/2.2/types/CN_PERSON.js +53 -0
  2400. package/esm/dictionary/2.2/types/CQ_QUANTITY.js +17 -0
  2401. package/esm/dictionary/2.2/types/SI.js +3 -0
  2402. package/esm/dictionary/2.2/types/TQ.js +65 -0
  2403. package/esm/dictionary/2.2/types/index.js +49 -0
  2404. package/esm/dictionary/2.3/index.js +10 -0
  2405. package/esm/dictionary/2.3/segments/ACC.js +49 -0
  2406. package/esm/dictionary/2.3/segments/ADD.js +10 -0
  2407. package/esm/dictionary/2.3/segments/AIG.js +106 -0
  2408. package/esm/dictionary/2.3/segments/AIL.js +92 -0
  2409. package/esm/dictionary/2.3/segments/AIP.js +92 -0
  2410. package/esm/dictionary/2.3/segments/AIS.js +78 -0
  2411. package/esm/dictionary/2.3/segments/AL1.js +14 -0
  2412. package/esm/dictionary/2.3/segments/APR.js +40 -0
  2413. package/esm/dictionary/2.3/segments/ARQ.js +168 -0
  2414. package/esm/dictionary/2.3/segments/AUT.js +77 -0
  2415. package/esm/dictionary/2.3/segments/BHS.js +78 -0
  2416. package/esm/dictionary/2.3/segments/BLG.js +23 -0
  2417. package/esm/dictionary/2.3/segments/BTS.js +22 -0
  2418. package/esm/dictionary/2.3/segments/CDM.js +100 -0
  2419. package/esm/dictionary/2.3/segments/CM0.js +82 -0
  2420. package/esm/dictionary/2.3/segments/CM1.js +26 -0
  2421. package/esm/dictionary/2.3/segments/CM2.js +33 -0
  2422. package/esm/dictionary/2.3/segments/CSP.js +33 -0
  2423. package/esm/dictionary/2.3/segments/CSR.js +117 -0
  2424. package/esm/dictionary/2.3/segments/CSS.js +26 -0
  2425. package/esm/dictionary/2.3/segments/CTD.js +55 -0
  2426. package/esm/dictionary/2.3/segments/CTI.js +26 -0
  2427. package/esm/dictionary/2.3/segments/DB1.js +63 -0
  2428. package/esm/dictionary/2.3/segments/DG1.js +137 -0
  2429. package/esm/dictionary/2.3/segments/DRG.js +79 -0
  2430. package/esm/dictionary/2.3/segments/DSC.js +10 -0
  2431. package/esm/dictionary/2.3/segments/DSP.js +35 -0
  2432. package/esm/dictionary/2.3/segments/EQL.js +34 -0
  2433. package/esm/dictionary/2.3/segments/ERQ.js +26 -0
  2434. package/esm/dictionary/2.3/segments/ERR.js +10 -0
  2435. package/esm/dictionary/2.3/segments/EVN.js +42 -0
  2436. package/esm/dictionary/2.3/segments/FAC.js +90 -0
  2437. package/esm/dictionary/2.3/segments/FHS.js +78 -0
  2438. package/esm/dictionary/2.3/segments/FT1.js +171 -0
  2439. package/esm/dictionary/2.3/segments/FTS.js +16 -0
  2440. package/esm/dictionary/2.3/segments/GOL.js +153 -0
  2441. package/esm/dictionary/2.3/segments/GT1.js +407 -0
  2442. package/esm/dictionary/2.3/segments/IAM.js +145 -0
  2443. package/esm/dictionary/2.3/segments/IN1.js +342 -0
  2444. package/esm/dictionary/2.3/segments/IN2.js +432 -0
  2445. package/esm/dictionary/2.3/segments/IN3.js +90 -0
  2446. package/esm/dictionary/2.3/segments/LCC.js +34 -0
  2447. package/esm/dictionary/2.3/segments/LCH.js +41 -0
  2448. package/esm/dictionary/2.3/segments/LDP.js +86 -0
  2449. package/esm/dictionary/2.3/segments/LOC.js +63 -0
  2450. package/esm/dictionary/2.3/segments/LRL.js +47 -0
  2451. package/esm/dictionary/2.3/segments/MFA.js +20 -0
  2452. package/esm/dictionary/2.3/segments/MFE.js +17 -0
  2453. package/esm/dictionary/2.3/segments/MFI.js +49 -0
  2454. package/esm/dictionary/2.3/segments/MRG.js +43 -0
  2455. package/esm/dictionary/2.3/segments/MSA.js +38 -0
  2456. package/esm/dictionary/2.3/segments/MSH.js +121 -0
  2457. package/esm/dictionary/2.3/segments/NCK.js +10 -0
  2458. package/esm/dictionary/2.3/segments/NK1.js +237 -0
  2459. package/esm/dictionary/2.3/segments/NPU.js +17 -0
  2460. package/esm/dictionary/2.3/segments/NSC.js +53 -0
  2461. package/esm/dictionary/2.3/segments/NST.js +96 -0
  2462. package/esm/dictionary/2.3/segments/NTE.js +22 -0
  2463. package/esm/dictionary/2.3/segments/OBR.js +268 -0
  2464. package/esm/dictionary/2.3/segments/OBX.js +90 -0
  2465. package/esm/dictionary/2.3/segments/ODS.js +7 -0
  2466. package/esm/dictionary/2.3/segments/ODT.js +8 -0
  2467. package/esm/dictionary/2.3/segments/OM1.js +267 -0
  2468. package/esm/dictionary/2.3/segments/OM2.js +56 -0
  2469. package/esm/dictionary/2.3/segments/OM3.js +37 -0
  2470. package/esm/dictionary/2.3/segments/OM4.js +71 -0
  2471. package/esm/dictionary/2.3/segments/OM5.js +20 -0
  2472. package/esm/dictionary/2.3/segments/OM6.js +15 -0
  2473. package/esm/dictionary/2.3/segments/ORC.js +93 -0
  2474. package/esm/dictionary/2.3/segments/PCR.js +176 -0
  2475. package/esm/dictionary/2.3/segments/PD1.js +97 -0
  2476. package/esm/dictionary/2.3/segments/PDC.js +111 -0
  2477. package/esm/dictionary/2.3/segments/PEO.js +188 -0
  2478. package/esm/dictionary/2.3/segments/PES.js +99 -0
  2479. package/esm/dictionary/2.3/segments/PID.js +173 -0
  2480. package/esm/dictionary/2.3/segments/PR1.js +105 -0
  2481. package/esm/dictionary/2.3/segments/PRA.js +20 -0
  2482. package/esm/dictionary/2.3/segments/PRB.js +181 -0
  2483. package/esm/dictionary/2.3/segments/PRC.js +136 -0
  2484. package/esm/dictionary/2.3/segments/PRD.js +68 -0
  2485. package/esm/dictionary/2.3/segments/PSH.js +105 -0
  2486. package/esm/dictionary/2.3/segments/PTH.js +48 -0
  2487. package/esm/dictionary/2.3/segments/PV1.js +335 -0
  2488. package/esm/dictionary/2.3/segments/PV2.js +228 -0
  2489. package/esm/dictionary/2.3/segments/QAK.js +20 -0
  2490. package/esm/dictionary/2.3/segments/QCK.js +12 -0
  2491. package/esm/dictionary/2.3/segments/QRD.js +80 -0
  2492. package/esm/dictionary/2.3/segments/QRF.js +51 -0
  2493. package/esm/dictionary/2.3/segments/RDF.js +19 -0
  2494. package/esm/dictionary/2.3/segments/RDT.js +11 -0
  2495. package/esm/dictionary/2.3/segments/RF1.js +82 -0
  2496. package/esm/dictionary/2.3/segments/RGS.js +27 -0
  2497. package/esm/dictionary/2.3/segments/ROL.js +61 -0
  2498. package/esm/dictionary/2.3/segments/RQ1.js +11 -0
  2499. package/esm/dictionary/2.3/segments/RQD.js +13 -0
  2500. package/esm/dictionary/2.3/segments/RXA.js +96 -0
  2501. package/esm/dictionary/2.3/segments/RXC.js +22 -0
  2502. package/esm/dictionary/2.3/segments/RXD.js +99 -0
  2503. package/esm/dictionary/2.3/segments/RXE.js +79 -0
  2504. package/esm/dictionary/2.3/segments/RXG.js +76 -0
  2505. package/esm/dictionary/2.3/segments/RXO.js +50 -0
  2506. package/esm/dictionary/2.3/segments/RXR.js +3 -0
  2507. package/esm/dictionary/2.3/segments/SCH.js +180 -0
  2508. package/esm/dictionary/2.3/segments/SPR.js +34 -0
  2509. package/esm/dictionary/2.3/segments/STF.js +107 -0
  2510. package/esm/dictionary/2.3/segments/TXA.js +172 -0
  2511. package/esm/dictionary/2.3/segments/UB1.js +157 -0
  2512. package/esm/dictionary/2.3/segments/UB2.js +57 -0
  2513. package/esm/dictionary/2.3/segments/URD.js +50 -0
  2514. package/esm/dictionary/2.3/segments/URS.js +51 -0
  2515. package/esm/dictionary/2.3/segments/VAR.js +47 -0
  2516. package/esm/dictionary/2.3/segments/VTQ.js +41 -0
  2517. package/esm/dictionary/2.3/segments/index.js +112 -0
  2518. package/esm/dictionary/2.3/types/AD.js +42 -0
  2519. package/esm/dictionary/2.3/types/CD.js +41 -0
  2520. package/esm/dictionary/2.3/types/CE.js +41 -0
  2521. package/esm/dictionary/2.3/types/CF.js +41 -0
  2522. package/esm/dictionary/2.3/types/CK.js +24 -0
  2523. package/esm/dictionary/2.3/types/CM_AUI.js +7 -0
  2524. package/esm/dictionary/2.3/types/CM_CCD.js +7 -0
  2525. package/esm/dictionary/2.3/types/CM_CCP.js +23 -0
  2526. package/esm/dictionary/2.3/types/CM_CD_ELECTRODE.js +17 -0
  2527. package/esm/dictionary/2.3/types/CM_CSU.js +47 -0
  2528. package/esm/dictionary/2.3/types/CM_DDI.js +7 -0
  2529. package/esm/dictionary/2.3/types/CM_DTN.js +7 -0
  2530. package/esm/dictionary/2.3/types/CM_EIP.js +10 -0
  2531. package/esm/dictionary/2.3/types/CM_ELD.js +10 -0
  2532. package/esm/dictionary/2.3/types/CM_LA1.js +96 -0
  2533. package/esm/dictionary/2.3/types/CM_MDV.js +17 -0
  2534. package/esm/dictionary/2.3/types/CM_MOC.js +10 -0
  2535. package/esm/dictionary/2.3/types/CM_MSG.js +17 -0
  2536. package/esm/dictionary/2.3/types/CM_NDL.js +53 -0
  2537. package/esm/dictionary/2.3/types/CM_OCD.js +7 -0
  2538. package/esm/dictionary/2.3/types/CM_OSD.js +71 -0
  2539. package/esm/dictionary/2.3/types/CM_OSP.js +7 -0
  2540. package/esm/dictionary/2.3/types/CM_PCF.js +13 -0
  2541. package/esm/dictionary/2.3/types/CM_PEN.js +8 -0
  2542. package/esm/dictionary/2.3/types/CM_PI.js +23 -0
  2543. package/esm/dictionary/2.3/types/CM_PLN.js +16 -0
  2544. package/esm/dictionary/2.3/types/CM_PRL.js +23 -0
  2545. package/esm/dictionary/2.3/types/CM_PTA.js +10 -0
  2546. package/esm/dictionary/2.3/types/CM_RFR.js +21 -0
  2547. package/esm/dictionary/2.3/types/CM_RI.js +10 -0
  2548. package/esm/dictionary/2.3/types/CM_RMC.js +11 -0
  2549. package/esm/dictionary/2.3/types/CM_SPS.js +10 -0
  2550. package/esm/dictionary/2.3/types/CM_UVC.js +7 -0
  2551. package/esm/dictionary/2.3/types/CM_WVI.js +17 -0
  2552. package/esm/dictionary/2.3/types/CN.js +40 -0
  2553. package/esm/dictionary/2.3/types/CNE.js +61 -0
  2554. package/esm/dictionary/2.3/types/CP.js +41 -0
  2555. package/esm/dictionary/2.3/types/CQ.js +17 -0
  2556. package/esm/dictionary/2.3/types/CX.js +42 -0
  2557. package/esm/dictionary/2.3/types/DLN.js +23 -0
  2558. package/esm/dictionary/2.3/types/DR.js +17 -0
  2559. package/esm/dictionary/2.3/types/DT.js +3 -0
  2560. package/esm/dictionary/2.3/types/ED.js +35 -0
  2561. package/esm/dictionary/2.3/types/EI.js +29 -0
  2562. package/esm/dictionary/2.3/types/FC.js +17 -0
  2563. package/esm/dictionary/2.3/types/FT.js +3 -0
  2564. package/esm/dictionary/2.3/types/HD.js +23 -0
  2565. package/esm/dictionary/2.3/types/ID.js +3 -0
  2566. package/esm/dictionary/2.3/types/IS.js +3 -0
  2567. package/esm/dictionary/2.3/types/JCC.js +17 -0
  2568. package/esm/dictionary/2.3/types/MA.js +41 -0
  2569. package/esm/dictionary/2.3/types/MO.js +17 -0
  2570. package/esm/dictionary/2.3/types/NA.js +29 -0
  2571. package/esm/dictionary/2.3/types/NM.js +3 -0
  2572. package/esm/dictionary/2.3/types/PL.js +59 -0
  2573. package/esm/dictionary/2.3/types/PPN.js +95 -0
  2574. package/esm/dictionary/2.3/types/PT.js +17 -0
  2575. package/esm/dictionary/2.3/types/QIP.js +17 -0
  2576. package/esm/dictionary/2.3/types/QSC.js +29 -0
  2577. package/esm/dictionary/2.3/types/RCD.js +23 -0
  2578. package/esm/dictionary/2.3/types/RI.js +17 -0
  2579. package/esm/dictionary/2.3/types/RP.js +29 -0
  2580. package/esm/dictionary/2.3/types/SCV.js +17 -0
  2581. package/esm/dictionary/2.3/types/SN.js +29 -0
  2582. package/esm/dictionary/2.3/types/ST.js +3 -0
  2583. package/esm/dictionary/2.3/types/TM.js +3 -0
  2584. package/esm/dictionary/2.3/types/TN.js +3 -0
  2585. package/esm/dictionary/2.3/types/TQ.js +16 -0
  2586. package/esm/dictionary/2.3/types/TS.js +11 -0
  2587. package/esm/dictionary/2.3/types/TX.js +3 -0
  2588. package/esm/dictionary/2.3/types/VARIES.js +3 -0
  2589. package/esm/dictionary/2.3/types/VH.js +29 -0
  2590. package/esm/dictionary/2.3/types/XAD.js +65 -0
  2591. package/esm/dictionary/2.3/types/XCN.js +89 -0
  2592. package/esm/dictionary/2.3/types/XON.js +53 -0
  2593. package/esm/dictionary/2.3/types/XPN.js +53 -0
  2594. package/esm/dictionary/2.3/types/XTN.js +59 -0
  2595. package/esm/dictionary/2.3/types/index.js +77 -0
  2596. package/esm/dictionary/2.3.1/index.js +10 -0
  2597. package/esm/dictionary/2.3.1/segments/ACC.js +18 -0
  2598. package/esm/dictionary/2.3.1/segments/ADD.js +9 -0
  2599. package/esm/dictionary/2.3.1/segments/AIG.js +3 -0
  2600. package/esm/dictionary/2.3.1/segments/AIL.js +15 -0
  2601. package/esm/dictionary/2.3.1/segments/AIP.js +14 -0
  2602. package/esm/dictionary/2.3.1/segments/AIS.js +8 -0
  2603. package/esm/dictionary/2.3.1/segments/AL1.js +47 -0
  2604. package/esm/dictionary/2.3.1/segments/APR.js +3 -0
  2605. package/esm/dictionary/2.3.1/segments/ARQ.js +27 -0
  2606. package/esm/dictionary/2.3.1/segments/AUT.js +7 -0
  2607. package/esm/dictionary/2.3.1/segments/BHS.js +38 -0
  2608. package/esm/dictionary/2.3.1/segments/BLG.js +16 -0
  2609. package/esm/dictionary/2.3.1/segments/BTS.js +15 -0
  2610. package/esm/dictionary/2.3.1/segments/CDM.js +15 -0
  2611. package/esm/dictionary/2.3.1/segments/CM0.js +20 -0
  2612. package/esm/dictionary/2.3.1/segments/CM1.js +8 -0
  2613. package/esm/dictionary/2.3.1/segments/CM2.js +11 -0
  2614. package/esm/dictionary/2.3.1/segments/CSP.js +3 -0
  2615. package/esm/dictionary/2.3.1/segments/CSR.js +28 -0
  2616. package/esm/dictionary/2.3.1/segments/CSS.js +11 -0
  2617. package/esm/dictionary/2.3.1/segments/CTD.js +20 -0
  2618. package/esm/dictionary/2.3.1/segments/CTI.js +3 -0
  2619. package/esm/dictionary/2.3.1/segments/DB1.js +24 -0
  2620. package/esm/dictionary/2.3.1/segments/DG1.js +39 -0
  2621. package/esm/dictionary/2.3.1/segments/DRG.js +11 -0
  2622. package/esm/dictionary/2.3.1/segments/DSC.js +8 -0
  2623. package/esm/dictionary/2.3.1/segments/DSP.js +19 -0
  2624. package/esm/dictionary/2.3.1/segments/EQL.js +14 -0
  2625. package/esm/dictionary/2.3.1/segments/ERQ.js +14 -0
  2626. package/esm/dictionary/2.3.1/segments/ERR.js +8 -0
  2627. package/esm/dictionary/2.3.1/segments/EVN.js +26 -0
  2628. package/esm/dictionary/2.3.1/segments/FAC.js +22 -0
  2629. package/esm/dictionary/2.3.1/segments/FHS.js +37 -0
  2630. package/esm/dictionary/2.3.1/segments/FT1.js +72 -0
  2631. package/esm/dictionary/2.3.1/segments/FTS.js +11 -0
  2632. package/esm/dictionary/2.3.1/segments/GOL.js +7 -0
  2633. package/esm/dictionary/2.3.1/segments/GT1.js +76 -0
  2634. package/esm/dictionary/2.3.1/segments/IN1.js +132 -0
  2635. package/esm/dictionary/2.3.1/segments/IN2.js +258 -0
  2636. package/esm/dictionary/2.3.1/segments/IN3.js +146 -0
  2637. package/esm/dictionary/2.3.1/segments/LCC.js +8 -0
  2638. package/esm/dictionary/2.3.1/segments/LCH.js +12 -0
  2639. package/esm/dictionary/2.3.1/segments/LDP.js +22 -0
  2640. package/esm/dictionary/2.3.1/segments/LOC.js +22 -0
  2641. package/esm/dictionary/2.3.1/segments/LRL.js +13 -0
  2642. package/esm/dictionary/2.3.1/segments/MFA.js +46 -0
  2643. package/esm/dictionary/2.3.1/segments/MFE.js +38 -0
  2644. package/esm/dictionary/2.3.1/segments/MRG.js +33 -0
  2645. package/esm/dictionary/2.3.1/segments/MSA.js +27 -0
  2646. package/esm/dictionary/2.3.1/segments/MSH.js +63 -0
  2647. package/esm/dictionary/2.3.1/segments/NCK.js +7 -0
  2648. package/esm/dictionary/2.3.1/segments/NK1.js +127 -0
  2649. package/esm/dictionary/2.3.1/segments/NPU.js +12 -0
  2650. package/esm/dictionary/2.3.1/segments/NSC.js +37 -0
  2651. package/esm/dictionary/2.3.1/segments/NST.js +45 -0
  2652. package/esm/dictionary/2.3.1/segments/NTE.js +22 -0
  2653. package/esm/dictionary/2.3.1/segments/OBR.js +159 -0
  2654. package/esm/dictionary/2.3.1/segments/OBX.js +78 -0
  2655. package/esm/dictionary/2.3.1/segments/ODS.js +34 -0
  2656. package/esm/dictionary/2.3.1/segments/ODT.js +24 -0
  2657. package/esm/dictionary/2.3.1/segments/OM1.js +193 -0
  2658. package/esm/dictionary/2.3.1/segments/OM2.js +48 -0
  2659. package/esm/dictionary/2.3.1/segments/OM3.js +40 -0
  2660. package/esm/dictionary/2.3.1/segments/OM4.js +68 -0
  2661. package/esm/dictionary/2.3.1/segments/OM5.js +18 -0
  2662. package/esm/dictionary/2.3.1/segments/OM6.js +14 -0
  2663. package/esm/dictionary/2.3.1/segments/ORC.js +125 -0
  2664. package/esm/dictionary/2.3.1/segments/PCR.js +20 -0
  2665. package/esm/dictionary/2.3.1/segments/PD1.js +21 -0
  2666. package/esm/dictionary/2.3.1/segments/PDC.js +17 -0
  2667. package/esm/dictionary/2.3.1/segments/PEO.js +17 -0
  2668. package/esm/dictionary/2.3.1/segments/PES.js +11 -0
  2669. package/esm/dictionary/2.3.1/segments/PID.js +121 -0
  2670. package/esm/dictionary/2.3.1/segments/PR1.js +40 -0
  2671. package/esm/dictionary/2.3.1/segments/PRA.js +61 -0
  2672. package/esm/dictionary/2.3.1/segments/PRC.js +25 -0
  2673. package/esm/dictionary/2.3.1/segments/PRD.js +25 -0
  2674. package/esm/dictionary/2.3.1/segments/PSH.js +3 -0
  2675. package/esm/dictionary/2.3.1/segments/PTH.js +10 -0
  2676. package/esm/dictionary/2.3.1/segments/PV1.js +190 -0
  2677. package/esm/dictionary/2.3.1/segments/PV2.js +79 -0
  2678. package/esm/dictionary/2.3.1/segments/QAK.js +10 -0
  2679. package/esm/dictionary/2.3.1/segments/QRD.js +44 -0
  2680. package/esm/dictionary/2.3.1/segments/QRF.js +41 -0
  2681. package/esm/dictionary/2.3.1/segments/RDF.js +3 -0
  2682. package/esm/dictionary/2.3.1/segments/RDT.js +9 -0
  2683. package/esm/dictionary/2.3.1/segments/RF1.js +3 -0
  2684. package/esm/dictionary/2.3.1/segments/RGS.js +3 -0
  2685. package/esm/dictionary/2.3.1/segments/ROL.js +15 -0
  2686. package/esm/dictionary/2.3.1/segments/RQ1.js +54 -0
  2687. package/esm/dictionary/2.3.1/segments/RQD.js +75 -0
  2688. package/esm/dictionary/2.3.1/segments/RXA.js +86 -0
  2689. package/esm/dictionary/2.3.1/segments/RXC.js +33 -0
  2690. package/esm/dictionary/2.3.1/segments/RXD.js +105 -0
  2691. package/esm/dictionary/2.3.1/segments/RXE.js +168 -0
  2692. package/esm/dictionary/2.3.1/segments/RXG.js +113 -0
  2693. package/esm/dictionary/2.3.1/segments/RXO.js +134 -0
  2694. package/esm/dictionary/2.3.1/segments/RXR.js +40 -0
  2695. package/esm/dictionary/2.3.1/segments/SCH.js +37 -0
  2696. package/esm/dictionary/2.3.1/segments/SPR.js +14 -0
  2697. package/esm/dictionary/2.3.1/segments/STF.js +125 -0
  2698. package/esm/dictionary/2.3.1/segments/TXA.js +19 -0
  2699. package/esm/dictionary/2.3.1/segments/UB1.js +72 -0
  2700. package/esm/dictionary/2.3.1/segments/UB2.js +103 -0
  2701. package/esm/dictionary/2.3.1/segments/URD.js +22 -0
  2702. package/esm/dictionary/2.3.1/segments/URS.js +40 -0
  2703. package/esm/dictionary/2.3.1/segments/VAR.js +8 -0
  2704. package/esm/dictionary/2.3.1/segments/VTQ.js +8 -0
  2705. package/esm/dictionary/2.3.1/segments/index.js +108 -0
  2706. package/esm/dictionary/2.3.1/types/AD.js +21 -0
  2707. package/esm/dictionary/2.3.1/types/AUI.js +23 -0
  2708. package/esm/dictionary/2.3.1/types/CCD.js +17 -0
  2709. package/esm/dictionary/2.3.1/types/CCP.js +23 -0
  2710. package/esm/dictionary/2.3.1/types/CD.js +19 -0
  2711. package/esm/dictionary/2.3.1/types/CE.js +10 -0
  2712. package/esm/dictionary/2.3.1/types/CF.js +10 -0
  2713. package/esm/dictionary/2.3.1/types/CK.js +15 -0
  2714. package/esm/dictionary/2.3.1/types/CN.js +31 -0
  2715. package/esm/dictionary/2.3.1/types/CNE.js +13 -0
  2716. package/esm/dictionary/2.3.1/types/CNS.js +71 -0
  2717. package/esm/dictionary/2.3.1/types/CP.js +11 -0
  2718. package/esm/dictionary/2.3.1/types/CSU.js +47 -0
  2719. package/esm/dictionary/2.3.1/types/CWE.js +59 -0
  2720. package/esm/dictionary/2.3.1/types/DDI.js +23 -0
  2721. package/esm/dictionary/2.3.1/types/DIN.js +17 -0
  2722. package/esm/dictionary/2.3.1/types/DLD.js +17 -0
  2723. package/esm/dictionary/2.3.1/types/DLT.js +29 -0
  2724. package/esm/dictionary/2.3.1/types/DR.js +3 -0
  2725. package/esm/dictionary/2.3.1/types/DTN.js +17 -0
  2726. package/esm/dictionary/2.3.1/types/ED.js +13 -0
  2727. package/esm/dictionary/2.3.1/types/EI.js +10 -0
  2728. package/esm/dictionary/2.3.1/types/EIP.js +17 -0
  2729. package/esm/dictionary/2.3.1/types/ELD.js +29 -0
  2730. package/esm/dictionary/2.3.1/types/FC.js +7 -0
  2731. package/esm/dictionary/2.3.1/types/FN.js +17 -0
  2732. package/esm/dictionary/2.3.1/types/HD.js +10 -0
  2733. package/esm/dictionary/2.3.1/types/JCC.js +11 -0
  2734. package/esm/dictionary/2.3.1/types/LA1.js +59 -0
  2735. package/esm/dictionary/2.3.1/types/LA2.js +101 -0
  2736. package/esm/dictionary/2.3.1/types/MOC.js +17 -0
  2737. package/esm/dictionary/2.3.1/types/MOP.js +17 -0
  2738. package/esm/dictionary/2.3.1/types/MSG.js +23 -0
  2739. package/esm/dictionary/2.3.1/types/NDL.js +71 -0
  2740. package/esm/dictionary/2.3.1/types/NR.js +17 -0
  2741. package/esm/dictionary/2.3.1/types/OCD.js +17 -0
  2742. package/esm/dictionary/2.3.1/types/OSD.js +71 -0
  2743. package/esm/dictionary/2.3.1/types/OSP.js +23 -0
  2744. package/esm/dictionary/2.3.1/types/PCF.js +23 -0
  2745. package/esm/dictionary/2.3.1/types/PI.js +23 -0
  2746. package/esm/dictionary/2.3.1/types/PIP.js +35 -0
  2747. package/esm/dictionary/2.3.1/types/PL.js +13 -0
  2748. package/esm/dictionary/2.3.1/types/PLN.js +29 -0
  2749. package/esm/dictionary/2.3.1/types/PN.js +41 -0
  2750. package/esm/dictionary/2.3.1/types/PPN.js +20 -0
  2751. package/esm/dictionary/2.3.1/types/PRL.js +23 -0
  2752. package/esm/dictionary/2.3.1/types/PT.js +10 -0
  2753. package/esm/dictionary/2.3.1/types/PTA.js +23 -0
  2754. package/esm/dictionary/2.3.1/types/QSC.js +7 -0
  2755. package/esm/dictionary/2.3.1/types/RCD.js +7 -0
  2756. package/esm/dictionary/2.3.1/types/RFR.js +47 -0
  2757. package/esm/dictionary/2.3.1/types/RMC.js +23 -0
  2758. package/esm/dictionary/2.3.1/types/SCV.js +7 -0
  2759. package/esm/dictionary/2.3.1/types/SI.js +3 -0
  2760. package/esm/dictionary/2.3.1/types/SPD.js +29 -0
  2761. package/esm/dictionary/2.3.1/types/SPS.js +47 -0
  2762. package/esm/dictionary/2.3.1/types/TQ.js +74 -0
  2763. package/esm/dictionary/2.3.1/types/UVC.js +17 -0
  2764. package/esm/dictionary/2.3.1/types/VID.js +23 -0
  2765. package/esm/dictionary/2.3.1/types/VR.js +17 -0
  2766. package/esm/dictionary/2.3.1/types/WVI.js +17 -0
  2767. package/esm/dictionary/2.3.1/types/WVS.js +17 -0
  2768. package/esm/dictionary/2.3.1/types/XAD.js +10 -0
  2769. package/esm/dictionary/2.3.1/types/XCN.js +27 -0
  2770. package/esm/dictionary/2.3.1/types/XON.js +11 -0
  2771. package/esm/dictionary/2.3.1/types/XPN.js +11 -0
  2772. package/esm/dictionary/2.3.1/types/index.js +66 -0
  2773. package/esm/dictionary/2.4/dictionary.js +10 -0
  2774. package/esm/dictionary/2.4/index.js +3 -0
  2775. package/esm/dictionary/2.4/patches.js +8 -0
  2776. package/esm/dictionary/2.4/segments/ABS.js +112 -0
  2777. package/esm/dictionary/2.4/segments/ACC.js +76 -0
  2778. package/esm/dictionary/2.4/segments/ADD.js +10 -0
  2779. package/esm/dictionary/2.4/segments/AFF.js +40 -0
  2780. package/esm/dictionary/2.4/segments/AIG.js +106 -0
  2781. package/esm/dictionary/2.4/segments/AIL.js +88 -0
  2782. package/esm/dictionary/2.4/segments/AIP.js +89 -0
  2783. package/esm/dictionary/2.4/segments/AIS.js +94 -0
  2784. package/esm/dictionary/2.4/segments/AL1.js +27 -0
  2785. package/esm/dictionary/2.4/segments/APR.js +43 -0
  2786. package/esm/dictionary/2.4/segments/ARQ.js +176 -0
  2787. package/esm/dictionary/2.4/segments/AUT.js +76 -0
  2788. package/esm/dictionary/2.4/segments/BHS.js +78 -0
  2789. package/esm/dictionary/2.4/segments/BLC.js +20 -0
  2790. package/esm/dictionary/2.4/segments/BLG.js +23 -0
  2791. package/esm/dictionary/2.4/segments/BTS.js +22 -0
  2792. package/esm/dictionary/2.4/segments/CDM.js +99 -0
  2793. package/esm/dictionary/2.4/segments/CM0.js +77 -0
  2794. package/esm/dictionary/2.4/segments/CM1.js +25 -0
  2795. package/esm/dictionary/2.4/segments/CM2.js +32 -0
  2796. package/esm/dictionary/2.4/segments/CNS.js +47 -0
  2797. package/esm/dictionary/2.4/segments/CSP.js +33 -0
  2798. package/esm/dictionary/2.4/segments/CSR.js +108 -0
  2799. package/esm/dictionary/2.4/segments/CSS.js +24 -0
  2800. package/esm/dictionary/2.4/segments/CTD.js +55 -0
  2801. package/esm/dictionary/2.4/segments/CTI.js +26 -0
  2802. package/esm/dictionary/2.4/segments/DB1.js +56 -0
  2803. package/esm/dictionary/2.4/segments/DG1.js +136 -0
  2804. package/esm/dictionary/2.4/segments/DRG.js +88 -0
  2805. package/esm/dictionary/2.4/segments/DSC.js +18 -0
  2806. package/esm/dictionary/2.4/segments/DSP.js +35 -0
  2807. package/esm/dictionary/2.4/segments/ECD.js +42 -0
  2808. package/esm/dictionary/2.4/segments/ECR.js +27 -0
  2809. package/esm/dictionary/2.4/segments/EDU.js +63 -0
  2810. package/esm/dictionary/2.4/segments/EQL.js +33 -0
  2811. package/esm/dictionary/2.4/segments/EQP.js +41 -0
  2812. package/esm/dictionary/2.4/segments/EQU.js +43 -0
  2813. package/esm/dictionary/2.4/segments/ERQ.js +23 -0
  2814. package/esm/dictionary/2.4/segments/ERR.js +10 -0
  2815. package/esm/dictionary/2.4/segments/EVN.js +46 -0
  2816. package/esm/dictionary/2.4/segments/FAC.js +84 -0
  2817. package/esm/dictionary/2.4/segments/FHS.js +78 -0
  2818. package/esm/dictionary/2.4/segments/FT1.js +171 -0
  2819. package/esm/dictionary/2.4/segments/FTS.js +16 -0
  2820. package/esm/dictionary/2.4/segments/GOL.js +152 -0
  2821. package/esm/dictionary/2.4/segments/GP1.js +44 -0
  2822. package/esm/dictionary/2.4/segments/GP2.js +112 -0
  2823. package/esm/dictionary/2.4/segments/GT1.js +397 -0
  2824. package/esm/dictionary/2.4/segments/IAM.js +152 -0
  2825. package/esm/dictionary/2.4/segments/IN1.js +317 -0
  2826. package/esm/dictionary/2.4/segments/IN2.js +407 -0
  2827. package/esm/dictionary/2.4/segments/IN3.js +104 -0
  2828. package/esm/dictionary/2.4/segments/INV.js +136 -0
  2829. package/esm/dictionary/2.4/segments/ISD.js +28 -0
  2830. package/esm/dictionary/2.4/segments/LAN.js +36 -0
  2831. package/esm/dictionary/2.4/segments/LCC.js +35 -0
  2832. package/esm/dictionary/2.4/segments/LCH.js +40 -0
  2833. package/esm/dictionary/2.4/segments/LDP.js +89 -0
  2834. package/esm/dictionary/2.4/segments/LOC.js +65 -0
  2835. package/esm/dictionary/2.4/segments/LRL.js +46 -0
  2836. package/esm/dictionary/2.4/segments/MFA.js +22 -0
  2837. package/esm/dictionary/2.4/segments/MFE.js +14 -0
  2838. package/esm/dictionary/2.4/segments/MFI.js +50 -0
  2839. package/esm/dictionary/2.4/segments/MRG.js +46 -0
  2840. package/esm/dictionary/2.4/segments/MSA.js +41 -0
  2841. package/esm/dictionary/2.4/segments/MSH.js +119 -0
  2842. package/esm/dictionary/2.4/segments/NCK.js +11 -0
  2843. package/esm/dictionary/2.4/segments/NDS.js +34 -0
  2844. package/esm/dictionary/2.4/segments/NK1.js +225 -0
  2845. package/esm/dictionary/2.4/segments/NPU.js +17 -0
  2846. package/esm/dictionary/2.4/segments/NSC.js +57 -0
  2847. package/esm/dictionary/2.4/segments/NST.js +98 -0
  2848. package/esm/dictionary/2.4/segments/NTE.js +26 -0
  2849. package/esm/dictionary/2.4/segments/OBR.js +274 -0
  2850. package/esm/dictionary/2.4/segments/OBX.js +109 -0
  2851. package/esm/dictionary/2.4/segments/ODS.js +11 -0
  2852. package/esm/dictionary/2.4/segments/ODT.js +15 -0
  2853. package/esm/dictionary/2.4/segments/OM1.js +260 -0
  2854. package/esm/dictionary/2.4/segments/OM2.js +56 -0
  2855. package/esm/dictionary/2.4/segments/OM3.js +39 -0
  2856. package/esm/dictionary/2.4/segments/OM4.js +74 -0
  2857. package/esm/dictionary/2.4/segments/OM5.js +21 -0
  2858. package/esm/dictionary/2.4/segments/OM6.js +15 -0
  2859. package/esm/dictionary/2.4/segments/OM7.js +182 -0
  2860. package/esm/dictionary/2.4/segments/ORC.js +121 -0
  2861. package/esm/dictionary/2.4/segments/ORG.js +98 -0
  2862. package/esm/dictionary/2.4/segments/PCR.js +174 -0
  2863. package/esm/dictionary/2.4/segments/PD1.js +161 -0
  2864. package/esm/dictionary/2.4/segments/PDA.js +71 -0
  2865. package/esm/dictionary/2.4/segments/PDC.js +107 -0
  2866. package/esm/dictionary/2.4/segments/PEO.js +186 -0
  2867. package/esm/dictionary/2.4/segments/PES.js +97 -0
  2868. package/esm/dictionary/2.4/segments/PID.js +229 -0
  2869. package/esm/dictionary/2.4/segments/PR1.js +127 -0
  2870. package/esm/dictionary/2.4/segments/PRA.js +51 -0
  2871. package/esm/dictionary/2.4/segments/PRB.js +181 -0
  2872. package/esm/dictionary/2.4/segments/PRC.js +133 -0
  2873. package/esm/dictionary/2.4/segments/PRD.js +65 -0
  2874. package/esm/dictionary/2.4/segments/PSH.js +105 -0
  2875. package/esm/dictionary/2.4/segments/PTH.js +46 -0
  2876. package/esm/dictionary/2.4/segments/PV1.js +315 -0
  2877. package/esm/dictionary/2.4/segments/PV2.js +313 -0
  2878. package/esm/dictionary/2.4/segments/QAK.js +46 -0
  2879. package/esm/dictionary/2.4/segments/QID.js +20 -0
  2880. package/esm/dictionary/2.4/segments/QPD.js +27 -0
  2881. package/esm/dictionary/2.4/segments/QRD.js +80 -0
  2882. package/esm/dictionary/2.4/segments/QRF.js +58 -0
  2883. package/esm/dictionary/2.4/segments/QRI.js +28 -0
  2884. package/esm/dictionary/2.4/segments/RCP.js +58 -0
  2885. package/esm/dictionary/2.4/segments/RDF.js +20 -0
  2886. package/esm/dictionary/2.4/segments/RDT.js +10 -0
  2887. package/esm/dictionary/2.4/segments/RF1.js +88 -0
  2888. package/esm/dictionary/2.4/segments/RGS.js +27 -0
  2889. package/esm/dictionary/2.4/segments/RMI.js +28 -0
  2890. package/esm/dictionary/2.4/segments/ROL.js +88 -0
  2891. package/esm/dictionary/2.4/segments/RQ1.js +18 -0
  2892. package/esm/dictionary/2.4/segments/RQD.js +22 -0
  2893. package/esm/dictionary/2.4/segments/RXA.js +106 -0
  2894. package/esm/dictionary/2.4/segments/RXC.js +32 -0
  2895. package/esm/dictionary/2.4/segments/RXD.js +126 -0
  2896. package/esm/dictionary/2.4/segments/RXE.js +114 -0
  2897. package/esm/dictionary/2.4/segments/RXG.js +84 -0
  2898. package/esm/dictionary/2.4/segments/RXO.js +87 -0
  2899. package/esm/dictionary/2.4/segments/RXR.js +25 -0
  2900. package/esm/dictionary/2.4/segments/SAC.js +325 -0
  2901. package/esm/dictionary/2.4/segments/SCH.js +187 -0
  2902. package/esm/dictionary/2.4/segments/SID.js +34 -0
  2903. package/esm/dictionary/2.4/segments/SPR.js +31 -0
  2904. package/esm/dictionary/2.4/segments/STF.js +145 -0
  2905. package/esm/dictionary/2.4/segments/TCC.js +107 -0
  2906. package/esm/dictionary/2.4/segments/TCD.js +64 -0
  2907. package/esm/dictionary/2.4/segments/TXA.js +168 -0
  2908. package/esm/dictionary/2.4/segments/UB1.js +146 -0
  2909. package/esm/dictionary/2.4/segments/UB2.js +60 -0
  2910. package/esm/dictionary/2.4/segments/URD.js +51 -0
  2911. package/esm/dictionary/2.4/segments/URS.js +51 -0
  2912. package/esm/dictionary/2.4/segments/VAR.js +46 -0
  2913. package/esm/dictionary/2.4/segments/VTQ.js +40 -0
  2914. package/esm/dictionary/2.4/segments/index.js +138 -0
  2915. package/esm/dictionary/2.4/types/AD.js +42 -0
  2916. package/esm/dictionary/2.4/types/AUI.js +7 -0
  2917. package/esm/dictionary/2.4/types/CD.js +36 -0
  2918. package/esm/dictionary/2.4/types/CE.js +39 -0
  2919. package/esm/dictionary/2.4/types/CF.js +41 -0
  2920. package/esm/dictionary/2.4/types/CK.js +24 -0
  2921. package/esm/dictionary/2.4/types/CN.js +40 -0
  2922. package/esm/dictionary/2.4/types/CNE.js +56 -0
  2923. package/esm/dictionary/2.4/types/CNN.js +71 -0
  2924. package/esm/dictionary/2.4/types/CP.js +40 -0
  2925. package/esm/dictionary/2.4/types/CQ.js +17 -0
  2926. package/esm/dictionary/2.4/types/CWE.js +10 -0
  2927. package/esm/dictionary/2.4/types/CX.js +54 -0
  2928. package/esm/dictionary/2.4/types/DLD.js +7 -0
  2929. package/esm/dictionary/2.4/types/DLN.js +23 -0
  2930. package/esm/dictionary/2.4/types/DR.js +16 -0
  2931. package/esm/dictionary/2.4/types/DT.js +3 -0
  2932. package/esm/dictionary/2.4/types/DTM.js +3 -0
  2933. package/esm/dictionary/2.4/types/ED.js +35 -0
  2934. package/esm/dictionary/2.4/types/EI.js +29 -0
  2935. package/esm/dictionary/2.4/types/FC.js +17 -0
  2936. package/esm/dictionary/2.4/types/FN.js +29 -0
  2937. package/esm/dictionary/2.4/types/FT.js +3 -0
  2938. package/esm/dictionary/2.4/types/HD.js +23 -0
  2939. package/esm/dictionary/2.4/types/ID.js +3 -0
  2940. package/esm/dictionary/2.4/types/IS.js +3 -0
  2941. package/esm/dictionary/2.4/types/JCC.js +16 -0
  2942. package/esm/dictionary/2.4/types/MA.js +41 -0
  2943. package/esm/dictionary/2.4/types/MO.js +17 -0
  2944. package/esm/dictionary/2.4/types/NA.js +29 -0
  2945. package/esm/dictionary/2.4/types/NDL.js +7 -0
  2946. package/esm/dictionary/2.4/types/NM.js +3 -0
  2947. package/esm/dictionary/2.4/types/OCD.js +7 -0
  2948. package/esm/dictionary/2.4/types/PL.js +56 -0
  2949. package/esm/dictionary/2.4/types/PN.js +10 -0
  2950. package/esm/dictionary/2.4/types/PPN.js +110 -0
  2951. package/esm/dictionary/2.4/types/PT.js +15 -0
  2952. package/esm/dictionary/2.4/types/QIP.js +17 -0
  2953. package/esm/dictionary/2.4/types/QSC.js +28 -0
  2954. package/esm/dictionary/2.4/types/RCD.js +22 -0
  2955. package/esm/dictionary/2.4/types/RFR.js +7 -0
  2956. package/esm/dictionary/2.4/types/RI.js +17 -0
  2957. package/esm/dictionary/2.4/types/RP.js +29 -0
  2958. package/esm/dictionary/2.4/types/SAD.js +23 -0
  2959. package/esm/dictionary/2.4/types/SCV.js +17 -0
  2960. package/esm/dictionary/2.4/types/SN.js +29 -0
  2961. package/esm/dictionary/2.4/types/SRT.js +17 -0
  2962. package/esm/dictionary/2.4/types/ST.js +3 -0
  2963. package/esm/dictionary/2.4/types/TM.js +3 -0
  2964. package/esm/dictionary/2.4/types/TN.js +3 -0
  2965. package/esm/dictionary/2.4/types/TQ.js +17 -0
  2966. package/esm/dictionary/2.4/types/TS.js +11 -0
  2967. package/esm/dictionary/2.4/types/TX.js +3 -0
  2968. package/esm/dictionary/2.4/types/VARIES.js +3 -0
  2969. package/esm/dictionary/2.4/types/VH.js +29 -0
  2970. package/esm/dictionary/2.4/types/WVS.js +3 -0
  2971. package/esm/dictionary/2.4/types/XAD.js +71 -0
  2972. package/esm/dictionary/2.4/types/XCN.js +101 -0
  2973. package/esm/dictionary/2.4/types/XON.js +52 -0
  2974. package/esm/dictionary/2.4/types/XPN.js +69 -0
  2975. package/esm/dictionary/2.4/types/XTN.js +59 -0
  2976. package/esm/dictionary/2.4/types/index.js +61 -0
  2977. package/esm/dictionary/2.5/index.js +10 -0
  2978. package/esm/dictionary/2.5/segments/ACC.js +23 -0
  2979. package/esm/dictionary/2.5/segments/ADD.js +8 -0
  2980. package/esm/dictionary/2.5/segments/AFF.js +7 -0
  2981. package/esm/dictionary/2.5/segments/AIL.js +16 -0
  2982. package/esm/dictionary/2.5/segments/AIP.js +18 -0
  2983. package/esm/dictionary/2.5/segments/AIS.js +3 -0
  2984. package/esm/dictionary/2.5/segments/AL1.js +39 -0
  2985. package/esm/dictionary/2.5/segments/ARQ.js +22 -0
  2986. package/esm/dictionary/2.5/segments/AUT.js +7 -0
  2987. package/esm/dictionary/2.5/segments/BHS.js +45 -0
  2988. package/esm/dictionary/2.5/segments/BLC.js +7 -0
  2989. package/esm/dictionary/2.5/segments/BLG.js +23 -0
  2990. package/esm/dictionary/2.5/segments/BPO.js +106 -0
  2991. package/esm/dictionary/2.5/segments/BPX.js +155 -0
  2992. package/esm/dictionary/2.5/segments/BTS.js +14 -0
  2993. package/esm/dictionary/2.5/segments/BTX.js +143 -0
  2994. package/esm/dictionary/2.5/segments/CDM.js +16 -0
  2995. package/esm/dictionary/2.5/segments/CER.js +231 -0
  2996. package/esm/dictionary/2.5/segments/CM0.js +20 -0
  2997. package/esm/dictionary/2.5/segments/CM1.js +7 -0
  2998. package/esm/dictionary/2.5/segments/CM2.js +7 -0
  2999. package/esm/dictionary/2.5/segments/CSR.js +27 -0
  3000. package/esm/dictionary/2.5/segments/CSS.js +10 -0
  3001. package/esm/dictionary/2.5/segments/CTD.js +7 -0
  3002. package/esm/dictionary/2.5/segments/DB1.js +26 -0
  3003. package/esm/dictionary/2.5/segments/DG1.js +48 -0
  3004. package/esm/dictionary/2.5/segments/DRG.js +7 -0
  3005. package/esm/dictionary/2.5/segments/DSC.js +8 -0
  3006. package/esm/dictionary/2.5/segments/DSP.js +19 -0
  3007. package/esm/dictionary/2.5/segments/ECD.js +7 -0
  3008. package/esm/dictionary/2.5/segments/ECR.js +7 -0
  3009. package/esm/dictionary/2.5/segments/EDU.js +14 -0
  3010. package/esm/dictionary/2.5/segments/EQL.js +7 -0
  3011. package/esm/dictionary/2.5/segments/ERQ.js +14 -0
  3012. package/esm/dictionary/2.5/segments/ERR.js +93 -0
  3013. package/esm/dictionary/2.5/segments/EVN.js +28 -0
  3014. package/esm/dictionary/2.5/segments/FAC.js +18 -0
  3015. package/esm/dictionary/2.5/segments/FHS.js +45 -0
  3016. package/esm/dictionary/2.5/segments/FT1.js +108 -0
  3017. package/esm/dictionary/2.5/segments/FTS.js +11 -0
  3018. package/esm/dictionary/2.5/segments/GOL.js +7 -0
  3019. package/esm/dictionary/2.5/segments/GP2.js +10 -0
  3020. package/esm/dictionary/2.5/segments/GT1.js +72 -0
  3021. package/esm/dictionary/2.5/segments/IAM.js +9 -0
  3022. package/esm/dictionary/2.5/segments/IIM.js +112 -0
  3023. package/esm/dictionary/2.5/segments/IN1.js +146 -0
  3024. package/esm/dictionary/2.5/segments/IN2.js +240 -0
  3025. package/esm/dictionary/2.5/segments/IN3.js +136 -0
  3026. package/esm/dictionary/2.5/segments/INV.js +18 -0
  3027. package/esm/dictionary/2.5/segments/IPC.js +68 -0
  3028. package/esm/dictionary/2.5/segments/LAN.js +7 -0
  3029. package/esm/dictionary/2.5/segments/LCC.js +7 -0
  3030. package/esm/dictionary/2.5/segments/LCH.js +8 -0
  3031. package/esm/dictionary/2.5/segments/LDP.js +21 -0
  3032. package/esm/dictionary/2.5/segments/LOC.js +21 -0
  3033. package/esm/dictionary/2.5/segments/LRL.js +11 -0
  3034. package/esm/dictionary/2.5/segments/MFA.js +42 -0
  3035. package/esm/dictionary/2.5/segments/MFE.js +38 -0
  3036. package/esm/dictionary/2.5/segments/MFI.js +7 -0
  3037. package/esm/dictionary/2.5/segments/MRG.js +23 -0
  3038. package/esm/dictionary/2.5/segments/MSA.js +25 -0
  3039. package/esm/dictionary/2.5/segments/MSH.js +78 -0
  3040. package/esm/dictionary/2.5/segments/NCK.js +8 -0
  3041. package/esm/dictionary/2.5/segments/NK1.js +124 -0
  3042. package/esm/dictionary/2.5/segments/NPU.js +12 -0
  3043. package/esm/dictionary/2.5/segments/NSC.js +34 -0
  3044. package/esm/dictionary/2.5/segments/NST.js +42 -0
  3045. package/esm/dictionary/2.5/segments/NTE.js +21 -0
  3046. package/esm/dictionary/2.5/segments/OBR.js +167 -0
  3047. package/esm/dictionary/2.5/segments/OBX.js +70 -0
  3048. package/esm/dictionary/2.5/segments/ODS.js +31 -0
  3049. package/esm/dictionary/2.5/segments/ODT.js +22 -0
  3050. package/esm/dictionary/2.5/segments/OM1.js +188 -0
  3051. package/esm/dictionary/2.5/segments/OM2.js +46 -0
  3052. package/esm/dictionary/2.5/segments/OM3.js +37 -0
  3053. package/esm/dictionary/2.5/segments/OM4.js +65 -0
  3054. package/esm/dictionary/2.5/segments/OM5.js +16 -0
  3055. package/esm/dictionary/2.5/segments/OM6.js +14 -0
  3056. package/esm/dictionary/2.5/segments/OM7.js +7 -0
  3057. package/esm/dictionary/2.5/segments/ORC.js +153 -0
  3058. package/esm/dictionary/2.5/segments/ORG.js +13 -0
  3059. package/esm/dictionary/2.5/segments/OVR.js +42 -0
  3060. package/esm/dictionary/2.5/segments/PCR.js +21 -0
  3061. package/esm/dictionary/2.5/segments/PD1.js +20 -0
  3062. package/esm/dictionary/2.5/segments/PDA.js +3 -0
  3063. package/esm/dictionary/2.5/segments/PDC.js +16 -0
  3064. package/esm/dictionary/2.5/segments/PEO.js +10 -0
  3065. package/esm/dictionary/2.5/segments/PES.js +13 -0
  3066. package/esm/dictionary/2.5/segments/PID.js +126 -0
  3067. package/esm/dictionary/2.5/segments/PR1.js +52 -0
  3068. package/esm/dictionary/2.5/segments/PRA.js +62 -0
  3069. package/esm/dictionary/2.5/segments/PRC.js +21 -0
  3070. package/esm/dictionary/2.5/segments/PRD.js +19 -0
  3071. package/esm/dictionary/2.5/segments/PSH.js +10 -0
  3072. package/esm/dictionary/2.5/segments/PTH.js +10 -0
  3073. package/esm/dictionary/2.5/segments/PV1.js +188 -0
  3074. package/esm/dictionary/2.5/segments/PV2.js +89 -0
  3075. package/esm/dictionary/2.5/segments/QAK.js +16 -0
  3076. package/esm/dictionary/2.5/segments/QRD.js +43 -0
  3077. package/esm/dictionary/2.5/segments/QRF.js +41 -0
  3078. package/esm/dictionary/2.5/segments/RDT.js +8 -0
  3079. package/esm/dictionary/2.5/segments/ROL.js +20 -0
  3080. package/esm/dictionary/2.5/segments/RQ1.js +51 -0
  3081. package/esm/dictionary/2.5/segments/RQD.js +69 -0
  3082. package/esm/dictionary/2.5/segments/RXA.js +109 -0
  3083. package/esm/dictionary/2.5/segments/RXC.js +45 -0
  3084. package/esm/dictionary/2.5/segments/RXD.js +144 -0
  3085. package/esm/dictionary/2.5/segments/RXE.js +248 -0
  3086. package/esm/dictionary/2.5/segments/RXG.js +136 -0
  3087. package/esm/dictionary/2.5/segments/RXO.js +148 -0
  3088. package/esm/dictionary/2.5/segments/RXR.js +41 -0
  3089. package/esm/dictionary/2.5/segments/SAC.js +18 -0
  3090. package/esm/dictionary/2.5/segments/SCH.js +35 -0
  3091. package/esm/dictionary/2.5/segments/SFT.js +47 -0
  3092. package/esm/dictionary/2.5/segments/SPM.js +224 -0
  3093. package/esm/dictionary/2.5/segments/SPR.js +13 -0
  3094. package/esm/dictionary/2.5/segments/STF.js +187 -0
  3095. package/esm/dictionary/2.5/segments/TQ1.js +106 -0
  3096. package/esm/dictionary/2.5/segments/TQ2.js +79 -0
  3097. package/esm/dictionary/2.5/segments/TXA.js +16 -0
  3098. package/esm/dictionary/2.5/segments/UB1.js +76 -0
  3099. package/esm/dictionary/2.5/segments/UB2.js +104 -0
  3100. package/esm/dictionary/2.5/segments/URD.js +22 -0
  3101. package/esm/dictionary/2.5/segments/URS.js +40 -0
  3102. package/esm/dictionary/2.5/segments/VAR.js +7 -0
  3103. package/esm/dictionary/2.5/segments/VTQ.js +7 -0
  3104. package/esm/dictionary/2.5/segments/index.js +126 -0
  3105. package/esm/dictionary/2.5/types/AD.js +40 -0
  3106. package/esm/dictionary/2.5/types/AUI.js +25 -0
  3107. package/esm/dictionary/2.5/types/CCD.js +20 -0
  3108. package/esm/dictionary/2.5/types/CCP.js +26 -0
  3109. package/esm/dictionary/2.5/types/CD.js +29 -0
  3110. package/esm/dictionary/2.5/types/CE.js +30 -0
  3111. package/esm/dictionary/2.5/types/CF.js +31 -0
  3112. package/esm/dictionary/2.5/types/CNE.js +40 -0
  3113. package/esm/dictionary/2.5/types/CNN.js +50 -0
  3114. package/esm/dictionary/2.5/types/CP.js +26 -0
  3115. package/esm/dictionary/2.5/types/CQ.js +11 -0
  3116. package/esm/dictionary/2.5/types/CSU.js +56 -0
  3117. package/esm/dictionary/2.5/types/CWE.js +70 -0
  3118. package/esm/dictionary/2.5/types/CX.js +48 -0
  3119. package/esm/dictionary/2.5/types/DDI.js +26 -0
  3120. package/esm/dictionary/2.5/types/DIN.js +20 -0
  3121. package/esm/dictionary/2.5/types/DLD.js +20 -0
  3122. package/esm/dictionary/2.5/types/DLN.js +17 -0
  3123. package/esm/dictionary/2.5/types/DLT.js +34 -0
  3124. package/esm/dictionary/2.5/types/DR.js +13 -0
  3125. package/esm/dictionary/2.5/types/DTM.js +3 -0
  3126. package/esm/dictionary/2.5/types/DTN.js +20 -0
  3127. package/esm/dictionary/2.5/types/ED.js +27 -0
  3128. package/esm/dictionary/2.5/types/EI.js +20 -0
  3129. package/esm/dictionary/2.5/types/EIP.js +19 -0
  3130. package/esm/dictionary/2.5/types/ELD.js +34 -0
  3131. package/esm/dictionary/2.5/types/ERL.js +47 -0
  3132. package/esm/dictionary/2.5/types/FC.js +13 -0
  3133. package/esm/dictionary/2.5/types/FN.js +27 -0
  3134. package/esm/dictionary/2.5/types/GTS.js +3 -0
  3135. package/esm/dictionary/2.5/types/HD.js +17 -0
  3136. package/esm/dictionary/2.5/types/ICD.js +28 -0
  3137. package/esm/dictionary/2.5/types/JCC.js +20 -0
  3138. package/esm/dictionary/2.5/types/LA1.js +75 -0
  3139. package/esm/dictionary/2.5/types/LA2.js +126 -0
  3140. package/esm/dictionary/2.5/types/MA.js +26 -0
  3141. package/esm/dictionary/2.5/types/MO.js +10 -0
  3142. package/esm/dictionary/2.5/types/MOC.js +19 -0
  3143. package/esm/dictionary/2.5/types/MOP.js +27 -0
  3144. package/esm/dictionary/2.5/types/MSG.js +29 -0
  3145. package/esm/dictionary/2.5/types/NA.js +59 -0
  3146. package/esm/dictionary/2.5/types/NDL.js +88 -0
  3147. package/esm/dictionary/2.5/types/NR.js +19 -0
  3148. package/esm/dictionary/2.5/types/OCD.js +20 -0
  3149. package/esm/dictionary/2.5/types/OSD.js +87 -0
  3150. package/esm/dictionary/2.5/types/OSP.js +27 -0
  3151. package/esm/dictionary/2.5/types/PIP.js +42 -0
  3152. package/esm/dictionary/2.5/types/PL.js +57 -0
  3153. package/esm/dictionary/2.5/types/PLN.js +34 -0
  3154. package/esm/dictionary/2.5/types/PPN.js +115 -0
  3155. package/esm/dictionary/2.5/types/PRL.js +26 -0
  3156. package/esm/dictionary/2.5/types/PT.js +14 -0
  3157. package/esm/dictionary/2.5/types/PTA.js +35 -0
  3158. package/esm/dictionary/2.5/types/QIP.js +13 -0
  3159. package/esm/dictionary/2.5/types/QSC.js +20 -0
  3160. package/esm/dictionary/2.5/types/RCD.js +17 -0
  3161. package/esm/dictionary/2.5/types/RFR.js +55 -0
  3162. package/esm/dictionary/2.5/types/RI.js +11 -0
  3163. package/esm/dictionary/2.5/types/RMC.js +35 -0
  3164. package/esm/dictionary/2.5/types/RP.js +19 -0
  3165. package/esm/dictionary/2.5/types/RPT.js +86 -0
  3166. package/esm/dictionary/2.5/types/SAD.js +14 -0
  3167. package/esm/dictionary/2.5/types/SCV.js +11 -0
  3168. package/esm/dictionary/2.5/types/SI.js +3 -0
  3169. package/esm/dictionary/2.5/types/SN.js +17 -0
  3170. package/esm/dictionary/2.5/types/SPD.js +34 -0
  3171. package/esm/dictionary/2.5/types/SPS.js +58 -0
  3172. package/esm/dictionary/2.5/types/SRT.js +12 -0
  3173. package/esm/dictionary/2.5/types/TQ.js +86 -0
  3174. package/esm/dictionary/2.5/types/TS.js +18 -0
  3175. package/esm/dictionary/2.5/types/UVC.js +20 -0
  3176. package/esm/dictionary/2.5/types/VH.js +18 -0
  3177. package/esm/dictionary/2.5/types/VID.js +28 -0
  3178. package/esm/dictionary/2.5/types/VR.js +19 -0
  3179. package/esm/dictionary/2.5/types/WVI.js +19 -0
  3180. package/esm/dictionary/2.5/types/WVS.js +18 -0
  3181. package/esm/dictionary/2.5/types/XAD.js +66 -0
  3182. package/esm/dictionary/2.5/types/XCN.js +117 -0
  3183. package/esm/dictionary/2.5/types/XON.js +52 -0
  3184. package/esm/dictionary/2.5/types/XPN.js +66 -0
  3185. package/esm/dictionary/2.5/types/XTN.js +57 -0
  3186. package/esm/dictionary/2.5/types/index.js +81 -0
  3187. package/esm/dictionary/2.5.1/index.js +10 -0
  3188. package/esm/dictionary/2.5.1/segments/ABS.js +112 -0
  3189. package/esm/dictionary/2.5.1/segments/ACC.js +76 -0
  3190. package/esm/dictionary/2.5.1/segments/ADD.js +10 -0
  3191. package/esm/dictionary/2.5.1/segments/AFF.js +39 -0
  3192. package/esm/dictionary/2.5.1/segments/AIG.js +106 -0
  3193. package/esm/dictionary/2.5.1/segments/AIL.js +87 -0
  3194. package/esm/dictionary/2.5.1/segments/AIP.js +87 -0
  3195. package/esm/dictionary/2.5.1/segments/AIS.js +93 -0
  3196. package/esm/dictionary/2.5.1/segments/AL1.js +24 -0
  3197. package/esm/dictionary/2.5.1/segments/APR.js +43 -0
  3198. package/esm/dictionary/2.5.1/segments/ARQ.js +176 -0
  3199. package/esm/dictionary/2.5.1/segments/AUT.js +76 -0
  3200. package/esm/dictionary/2.5.1/segments/BHS.js +70 -0
  3201. package/esm/dictionary/2.5.1/segments/BLC.js +19 -0
  3202. package/esm/dictionary/2.5.1/segments/BLG.js +23 -0
  3203. package/esm/dictionary/2.5.1/segments/BTS.js +22 -0
  3204. package/esm/dictionary/2.5.1/segments/CDM.js +98 -0
  3205. package/esm/dictionary/2.5.1/segments/CM0.js +76 -0
  3206. package/esm/dictionary/2.5.1/segments/CM1.js +25 -0
  3207. package/esm/dictionary/2.5.1/segments/CM2.js +32 -0
  3208. package/esm/dictionary/2.5.1/segments/CNS.js +47 -0
  3209. package/esm/dictionary/2.5.1/segments/CSP.js +33 -0
  3210. package/esm/dictionary/2.5.1/segments/CSR.js +108 -0
  3211. package/esm/dictionary/2.5.1/segments/CSS.js +24 -0
  3212. package/esm/dictionary/2.5.1/segments/CTD.js +55 -0
  3213. package/esm/dictionary/2.5.1/segments/CTI.js +26 -0
  3214. package/esm/dictionary/2.5.1/segments/DB1.js +55 -0
  3215. package/esm/dictionary/2.5.1/segments/DG1.js +136 -0
  3216. package/esm/dictionary/2.5.1/segments/DRG.js +88 -0
  3217. package/esm/dictionary/2.5.1/segments/DSC.js +18 -0
  3218. package/esm/dictionary/2.5.1/segments/DSP.js +35 -0
  3219. package/esm/dictionary/2.5.1/segments/ECD.js +41 -0
  3220. package/esm/dictionary/2.5.1/segments/ECR.js +26 -0
  3221. package/esm/dictionary/2.5.1/segments/EDU.js +62 -0
  3222. package/esm/dictionary/2.5.1/segments/EQL.js +33 -0
  3223. package/esm/dictionary/2.5.1/segments/EQP.js +41 -0
  3224. package/esm/dictionary/2.5.1/segments/EQU.js +43 -0
  3225. package/esm/dictionary/2.5.1/segments/ERQ.js +22 -0
  3226. package/esm/dictionary/2.5.1/segments/ERR.js +8 -0
  3227. package/esm/dictionary/2.5.1/segments/EVN.js +45 -0
  3228. package/esm/dictionary/2.5.1/segments/FAC.js +84 -0
  3229. package/esm/dictionary/2.5.1/segments/FHS.js +70 -0
  3230. package/esm/dictionary/2.5.1/segments/FT1.js +169 -0
  3231. package/esm/dictionary/2.5.1/segments/FTS.js +16 -0
  3232. package/esm/dictionary/2.5.1/segments/GOL.js +152 -0
  3233. package/esm/dictionary/2.5.1/segments/GP1.js +44 -0
  3234. package/esm/dictionary/2.5.1/segments/GP2.js +110 -0
  3235. package/esm/dictionary/2.5.1/segments/GT1.js +394 -0
  3236. package/esm/dictionary/2.5.1/segments/IAM.js +149 -0
  3237. package/esm/dictionary/2.5.1/segments/IN1.js +316 -0
  3238. package/esm/dictionary/2.5.1/segments/IN2.js +399 -0
  3239. package/esm/dictionary/2.5.1/segments/IN3.js +98 -0
  3240. package/esm/dictionary/2.5.1/segments/INV.js +136 -0
  3241. package/esm/dictionary/2.5.1/segments/ISD.js +28 -0
  3242. package/esm/dictionary/2.5.1/segments/LAN.js +36 -0
  3243. package/esm/dictionary/2.5.1/segments/LCC.js +35 -0
  3244. package/esm/dictionary/2.5.1/segments/LCH.js +40 -0
  3245. package/esm/dictionary/2.5.1/segments/LDP.js +89 -0
  3246. package/esm/dictionary/2.5.1/segments/LOC.js +65 -0
  3247. package/esm/dictionary/2.5.1/segments/LRL.js +46 -0
  3248. package/esm/dictionary/2.5.1/segments/MFA.js +22 -0
  3249. package/esm/dictionary/2.5.1/segments/MFE.js +14 -0
  3250. package/esm/dictionary/2.5.1/segments/MFI.js +50 -0
  3251. package/esm/dictionary/2.5.1/segments/MRG.js +45 -0
  3252. package/esm/dictionary/2.5.1/segments/MSA.js +39 -0
  3253. package/esm/dictionary/2.5.1/segments/MSH.js +111 -0
  3254. package/esm/dictionary/2.5.1/segments/NCK.js +10 -0
  3255. package/esm/dictionary/2.5.1/segments/NDS.js +34 -0
  3256. package/esm/dictionary/2.5.1/segments/NK1.js +224 -0
  3257. package/esm/dictionary/2.5.1/segments/NPU.js +16 -0
  3258. package/esm/dictionary/2.5.1/segments/NSC.js +57 -0
  3259. package/esm/dictionary/2.5.1/segments/NST.js +98 -0
  3260. package/esm/dictionary/2.5.1/segments/NTE.js +26 -0
  3261. package/esm/dictionary/2.5.1/segments/OBR.js +278 -0
  3262. package/esm/dictionary/2.5.1/segments/OBX.js +143 -0
  3263. package/esm/dictionary/2.5.1/segments/ODS.js +11 -0
  3264. package/esm/dictionary/2.5.1/segments/ODT.js +15 -0
  3265. package/esm/dictionary/2.5.1/segments/OM1.js +254 -0
  3266. package/esm/dictionary/2.5.1/segments/OM2.js +53 -0
  3267. package/esm/dictionary/2.5.1/segments/OM3.js +36 -0
  3268. package/esm/dictionary/2.5.1/segments/OM4.js +73 -0
  3269. package/esm/dictionary/2.5.1/segments/OM5.js +20 -0
  3270. package/esm/dictionary/2.5.1/segments/OM6.js +13 -0
  3271. package/esm/dictionary/2.5.1/segments/OM7.js +181 -0
  3272. package/esm/dictionary/2.5.1/segments/ORC.js +127 -0
  3273. package/esm/dictionary/2.5.1/segments/ORG.js +95 -0
  3274. package/esm/dictionary/2.5.1/segments/PCR.js +170 -0
  3275. package/esm/dictionary/2.5.1/segments/PD1.js +160 -0
  3276. package/esm/dictionary/2.5.1/segments/PDA.js +70 -0
  3277. package/esm/dictionary/2.5.1/segments/PDC.js +107 -0
  3278. package/esm/dictionary/2.5.1/segments/PEO.js +186 -0
  3279. package/esm/dictionary/2.5.1/segments/PES.js +96 -0
  3280. package/esm/dictionary/2.5.1/segments/PID.js +226 -0
  3281. package/esm/dictionary/2.5.1/segments/PR1.js +127 -0
  3282. package/esm/dictionary/2.5.1/segments/PRA.js +48 -0
  3283. package/esm/dictionary/2.5.1/segments/PRB.js +181 -0
  3284. package/esm/dictionary/2.5.1/segments/PRC.js +133 -0
  3285. package/esm/dictionary/2.5.1/segments/PRD.js +65 -0
  3286. package/esm/dictionary/2.5.1/segments/PSH.js +103 -0
  3287. package/esm/dictionary/2.5.1/segments/PTH.js +46 -0
  3288. package/esm/dictionary/2.5.1/segments/PV1.js +313 -0
  3289. package/esm/dictionary/2.5.1/segments/PV2.js +312 -0
  3290. package/esm/dictionary/2.5.1/segments/QAK.js +45 -0
  3291. package/esm/dictionary/2.5.1/segments/QID.js +20 -0
  3292. package/esm/dictionary/2.5.1/segments/QPD.js +27 -0
  3293. package/esm/dictionary/2.5.1/segments/QRD.js +80 -0
  3294. package/esm/dictionary/2.5.1/segments/QRF.js +57 -0
  3295. package/esm/dictionary/2.5.1/segments/QRI.js +28 -0
  3296. package/esm/dictionary/2.5.1/segments/RCP.js +58 -0
  3297. package/esm/dictionary/2.5.1/segments/RDF.js +20 -0
  3298. package/esm/dictionary/2.5.1/segments/RDT.js +10 -0
  3299. package/esm/dictionary/2.5.1/segments/RF1.js +88 -0
  3300. package/esm/dictionary/2.5.1/segments/RGS.js +27 -0
  3301. package/esm/dictionary/2.5.1/segments/RMI.js +28 -0
  3302. package/esm/dictionary/2.5.1/segments/ROL.js +86 -0
  3303. package/esm/dictionary/2.5.1/segments/RQ1.js +18 -0
  3304. package/esm/dictionary/2.5.1/segments/RQD.js +22 -0
  3305. package/esm/dictionary/2.5.1/segments/RXA.js +105 -0
  3306. package/esm/dictionary/2.5.1/segments/RXC.js +32 -0
  3307. package/esm/dictionary/2.5.1/segments/RXD.js +125 -0
  3308. package/esm/dictionary/2.5.1/segments/RXE.js +109 -0
  3309. package/esm/dictionary/2.5.1/segments/RXG.js +82 -0
  3310. package/esm/dictionary/2.5.1/segments/RXO.js +84 -0
  3311. package/esm/dictionary/2.5.1/segments/RXR.js +25 -0
  3312. package/esm/dictionary/2.5.1/segments/SAC.js +319 -0
  3313. package/esm/dictionary/2.5.1/segments/SCH.js +186 -0
  3314. package/esm/dictionary/2.5.1/segments/SID.js +34 -0
  3315. package/esm/dictionary/2.5.1/segments/SPR.js +31 -0
  3316. package/esm/dictionary/2.5.1/segments/STF.js +137 -0
  3317. package/esm/dictionary/2.5.1/segments/TCC.js +107 -0
  3318. package/esm/dictionary/2.5.1/segments/TCD.js +64 -0
  3319. package/esm/dictionary/2.5.1/segments/TXA.js +168 -0
  3320. package/esm/dictionary/2.5.1/segments/UB1.js +138 -0
  3321. package/esm/dictionary/2.5.1/segments/UB2.js +51 -0
  3322. package/esm/dictionary/2.5.1/segments/URD.js +51 -0
  3323. package/esm/dictionary/2.5.1/segments/URS.js +51 -0
  3324. package/esm/dictionary/2.5.1/segments/VAR.js +46 -0
  3325. package/esm/dictionary/2.5.1/segments/VTQ.js +40 -0
  3326. package/esm/dictionary/2.5.1/segments/index.js +138 -0
  3327. package/esm/dictionary/2.5.1/types/AD.js +41 -0
  3328. package/esm/dictionary/2.5.1/types/AUI.js +7 -0
  3329. package/esm/dictionary/2.5.1/types/CD.js +34 -0
  3330. package/esm/dictionary/2.5.1/types/CE.js +35 -0
  3331. package/esm/dictionary/2.5.1/types/CF.js +34 -0
  3332. package/esm/dictionary/2.5.1/types/CNE.js +52 -0
  3333. package/esm/dictionary/2.5.1/types/CNN.js +62 -0
  3334. package/esm/dictionary/2.5.1/types/CP.js +39 -0
  3335. package/esm/dictionary/2.5.1/types/CQ.js +16 -0
  3336. package/esm/dictionary/2.5.1/types/CX.js +50 -0
  3337. package/esm/dictionary/2.5.1/types/DLN.js +20 -0
  3338. package/esm/dictionary/2.5.1/types/DR.js +14 -0
  3339. package/esm/dictionary/2.5.1/types/DT.js +3 -0
  3340. package/esm/dictionary/2.5.1/types/ED.js +30 -0
  3341. package/esm/dictionary/2.5.1/types/EI.js +27 -0
  3342. package/esm/dictionary/2.5.1/types/FC.js +15 -0
  3343. package/esm/dictionary/2.5.1/types/FN.js +27 -0
  3344. package/esm/dictionary/2.5.1/types/FT.js +3 -0
  3345. package/esm/dictionary/2.5.1/types/HD.js +21 -0
  3346. package/esm/dictionary/2.5.1/types/ID.js +3 -0
  3347. package/esm/dictionary/2.5.1/types/IS.js +3 -0
  3348. package/esm/dictionary/2.5.1/types/JCC.js +16 -0
  3349. package/esm/dictionary/2.5.1/types/MA.js +37 -0
  3350. package/esm/dictionary/2.5.1/types/MO.js +17 -0
  3351. package/esm/dictionary/2.5.1/types/NA.js +28 -0
  3352. package/esm/dictionary/2.5.1/types/NDL.js +7 -0
  3353. package/esm/dictionary/2.5.1/types/NM.js +3 -0
  3354. package/esm/dictionary/2.5.1/types/PL.js +54 -0
  3355. package/esm/dictionary/2.5.1/types/PPN.js +105 -0
  3356. package/esm/dictionary/2.5.1/types/PT.js +15 -0
  3357. package/esm/dictionary/2.5.1/types/QIP.js +14 -0
  3358. package/esm/dictionary/2.5.1/types/QSC.js +27 -0
  3359. package/esm/dictionary/2.5.1/types/RCD.js +20 -0
  3360. package/esm/dictionary/2.5.1/types/RI.js +17 -0
  3361. package/esm/dictionary/2.5.1/types/RP.js +28 -0
  3362. package/esm/dictionary/2.5.1/types/SAD.js +22 -0
  3363. package/esm/dictionary/2.5.1/types/SCV.js +16 -0
  3364. package/esm/dictionary/2.5.1/types/SN.js +28 -0
  3365. package/esm/dictionary/2.5.1/types/SRT.js +16 -0
  3366. package/esm/dictionary/2.5.1/types/ST.js +3 -0
  3367. package/esm/dictionary/2.5.1/types/TM.js +3 -0
  3368. package/esm/dictionary/2.5.1/types/TQ.js +16 -0
  3369. package/esm/dictionary/2.5.1/types/TS.js +8 -0
  3370. package/esm/dictionary/2.5.1/types/TX.js +3 -0
  3371. package/esm/dictionary/2.5.1/types/VARIES.js +3 -0
  3372. package/esm/dictionary/2.5.1/types/VH.js +29 -0
  3373. package/esm/dictionary/2.5.1/types/WVS.js +3 -0
  3374. package/esm/dictionary/2.5.1/types/XAD.js +68 -0
  3375. package/esm/dictionary/2.5.1/types/XCN.js +96 -0
  3376. package/esm/dictionary/2.5.1/types/XON.js +48 -0
  3377. package/esm/dictionary/2.5.1/types/XPN.js +68 -0
  3378. package/esm/dictionary/2.5.1/types/XTN.js +56 -0
  3379. package/esm/dictionary/2.5.1/types/index.js +52 -0
  3380. package/esm/dictionary/2.6/index.js +10 -0
  3381. package/esm/dictionary/2.6/segments/ABS.js +28 -0
  3382. package/esm/dictionary/2.6/segments/ACC.js +27 -0
  3383. package/esm/dictionary/2.6/segments/ADD.js +8 -0
  3384. package/esm/dictionary/2.6/segments/ADJ.js +114 -0
  3385. package/esm/dictionary/2.6/segments/AFF.js +7 -0
  3386. package/esm/dictionary/2.6/segments/AIG.js +28 -0
  3387. package/esm/dictionary/2.6/segments/AIL.js +31 -0
  3388. package/esm/dictionary/2.6/segments/AIP.js +31 -0
  3389. package/esm/dictionary/2.6/segments/AIS.js +28 -0
  3390. package/esm/dictionary/2.6/segments/AL1.js +44 -0
  3391. package/esm/dictionary/2.6/segments/ARQ.js +43 -0
  3392. package/esm/dictionary/2.6/segments/ARV.js +50 -0
  3393. package/esm/dictionary/2.6/segments/AUT.js +23 -0
  3394. package/esm/dictionary/2.6/segments/BHS.js +60 -0
  3395. package/esm/dictionary/2.6/segments/BLC.js +10 -0
  3396. package/esm/dictionary/2.6/segments/BLG.js +23 -0
  3397. package/esm/dictionary/2.6/segments/BPO.js +106 -0
  3398. package/esm/dictionary/2.6/segments/BPX.js +155 -0
  3399. package/esm/dictionary/2.6/segments/BTS.js +14 -0
  3400. package/esm/dictionary/2.6/segments/BTX.js +143 -0
  3401. package/esm/dictionary/2.6/segments/CDM.js +29 -0
  3402. package/esm/dictionary/2.6/segments/CER.js +231 -0
  3403. package/esm/dictionary/2.6/segments/CM0.js +24 -0
  3404. package/esm/dictionary/2.6/segments/CM1.js +11 -0
  3405. package/esm/dictionary/2.6/segments/CM2.js +14 -0
  3406. package/esm/dictionary/2.6/segments/CNS.js +20 -0
  3407. package/esm/dictionary/2.6/segments/CON_.js +192 -0
  3408. package/esm/dictionary/2.6/segments/CSP.js +20 -0
  3409. package/esm/dictionary/2.6/segments/CSR.js +71 -0
  3410. package/esm/dictionary/2.6/segments/CSS.js +18 -0
  3411. package/esm/dictionary/2.6/segments/CTD.js +19 -0
  3412. package/esm/dictionary/2.6/segments/CTI.js +15 -0
  3413. package/esm/dictionary/2.6/segments/DB1.js +26 -0
  3414. package/esm/dictionary/2.6/segments/DG1.js +99 -0
  3415. package/esm/dictionary/2.6/segments/DMI.js +42 -0
  3416. package/esm/dictionary/2.6/segments/DRG.js +183 -0
  3417. package/esm/dictionary/2.6/segments/DSC.js +8 -0
  3418. package/esm/dictionary/2.6/segments/DSP.js +19 -0
  3419. package/esm/dictionary/2.6/segments/ECD.js +10 -0
  3420. package/esm/dictionary/2.6/segments/ECR.js +14 -0
  3421. package/esm/dictionary/2.6/segments/ED.js +12 -0
  3422. package/esm/dictionary/2.6/segments/EDU.js +17 -0
  3423. package/esm/dictionary/2.6/segments/EQL.js +7 -0
  3424. package/esm/dictionary/2.6/segments/EQP.js +14 -0
  3425. package/esm/dictionary/2.6/segments/EQU.js +23 -0
  3426. package/esm/dictionary/2.6/segments/ERQ.js +14 -0
  3427. package/esm/dictionary/2.6/segments/ERR.js +93 -0
  3428. package/esm/dictionary/2.6/segments/EVN.js +34 -0
  3429. package/esm/dictionary/2.6/segments/FAC.js +39 -0
  3430. package/esm/dictionary/2.6/segments/FHS.js +60 -0
  3431. package/esm/dictionary/2.6/segments/FT1.js +121 -0
  3432. package/esm/dictionary/2.6/segments/FTS.js +11 -0
  3433. package/esm/dictionary/2.6/segments/GOL.js +69 -0
  3434. package/esm/dictionary/2.6/segments/GP2.js +13 -0
  3435. package/esm/dictionary/2.6/segments/GT1.js +99 -0
  3436. package/esm/dictionary/2.6/segments/IAM.js +50 -0
  3437. package/esm/dictionary/2.6/segments/IIM.js +112 -0
  3438. package/esm/dictionary/2.6/segments/ILT.js +75 -0
  3439. package/esm/dictionary/2.6/segments/IN1.js +151 -0
  3440. package/esm/dictionary/2.6/segments/IN2.js +258 -0
  3441. package/esm/dictionary/2.6/segments/IN3.js +136 -0
  3442. package/esm/dictionary/2.6/segments/INV.js +64 -0
  3443. package/esm/dictionary/2.6/segments/IPC.js +68 -0
  3444. package/esm/dictionary/2.6/segments/IPR.js +62 -0
  3445. package/esm/dictionary/2.6/segments/ISD.js +12 -0
  3446. package/esm/dictionary/2.6/segments/ITM.js +50 -0
  3447. package/esm/dictionary/2.6/segments/IVC.js +222 -0
  3448. package/esm/dictionary/2.6/segments/IVT.js +196 -0
  3449. package/esm/dictionary/2.6/segments/LAN.js +16 -0
  3450. package/esm/dictionary/2.6/segments/LCC.js +16 -0
  3451. package/esm/dictionary/2.6/segments/LCH.js +15 -0
  3452. package/esm/dictionary/2.6/segments/LDP.js +30 -0
  3453. package/esm/dictionary/2.6/segments/LOC.js +24 -0
  3454. package/esm/dictionary/2.6/segments/LRL.js +14 -0
  3455. package/esm/dictionary/2.6/segments/MFA.js +42 -0
  3456. package/esm/dictionary/2.6/segments/MFE.js +52 -0
  3457. package/esm/dictionary/2.6/segments/MFI.js +19 -0
  3458. package/esm/dictionary/2.6/segments/MRG.js +23 -0
  3459. package/esm/dictionary/2.6/segments/MSA.js +42 -0
  3460. package/esm/dictionary/2.6/segments/MSH.js +113 -0
  3461. package/esm/dictionary/2.6/segments/NCK.js +10 -0
  3462. package/esm/dictionary/2.6/segments/NDS.js +16 -0
  3463. package/esm/dictionary/2.6/segments/NK1.js +147 -0
  3464. package/esm/dictionary/2.6/segments/NPU.js +12 -0
  3465. package/esm/dictionary/2.6/segments/NSC.js +34 -0
  3466. package/esm/dictionary/2.6/segments/NST.js +46 -0
  3467. package/esm/dictionary/2.6/segments/NTE.js +49 -0
  3468. package/esm/dictionary/2.6/segments/OBR.js +229 -0
  3469. package/esm/dictionary/2.6/segments/OBX.js +115 -0
  3470. package/esm/dictionary/2.6/segments/ODS.js +31 -0
  3471. package/esm/dictionary/2.6/segments/ODT.js +22 -0
  3472. package/esm/dictionary/2.6/segments/OM1.js +207 -0
  3473. package/esm/dictionary/2.6/segments/OM2.js +48 -0
  3474. package/esm/dictionary/2.6/segments/OM3.js +40 -0
  3475. package/esm/dictionary/2.6/segments/OM4.js +66 -0
  3476. package/esm/dictionary/2.6/segments/OM5.js +17 -0
  3477. package/esm/dictionary/2.6/segments/OM6.js +14 -0
  3478. package/esm/dictionary/2.6/segments/OM7.js +52 -0
  3479. package/esm/dictionary/2.6/segments/ORC.js +159 -0
  3480. package/esm/dictionary/2.6/segments/ORG.js +27 -0
  3481. package/esm/dictionary/2.6/segments/OVR.js +42 -0
  3482. package/esm/dictionary/2.6/segments/PCE.js +35 -0
  3483. package/esm/dictionary/2.6/segments/PCR.js +69 -0
  3484. package/esm/dictionary/2.6/segments/PD1.js +36 -0
  3485. package/esm/dictionary/2.6/segments/PDA.js +13 -0
  3486. package/esm/dictionary/2.6/segments/PDC.js +39 -0
  3487. package/esm/dictionary/2.6/segments/PEO.js +50 -0
  3488. package/esm/dictionary/2.6/segments/PES.js +34 -0
  3489. package/esm/dictionary/2.6/segments/PID.js +158 -0
  3490. package/esm/dictionary/2.6/segments/PKG.js +56 -0
  3491. package/esm/dictionary/2.6/segments/PMT.js +90 -0
  3492. package/esm/dictionary/2.6/segments/PR1.js +87 -0
  3493. package/esm/dictionary/2.6/segments/PRA.js +66 -0
  3494. package/esm/dictionary/2.6/segments/PRB.js +100 -0
  3495. package/esm/dictionary/2.6/segments/PRC.js +36 -0
  3496. package/esm/dictionary/2.6/segments/PRD.js +67 -0
  3497. package/esm/dictionary/2.6/segments/PSG.js +48 -0
  3498. package/esm/dictionary/2.6/segments/PSH.js +33 -0
  3499. package/esm/dictionary/2.6/segments/PSL.js +353 -0
  3500. package/esm/dictionary/2.6/segments/PSS.js +40 -0
  3501. package/esm/dictionary/2.6/segments/PTH.js +29 -0
  3502. package/esm/dictionary/2.6/segments/PV1.js +192 -0
  3503. package/esm/dictionary/2.6/segments/PV2.js +134 -0
  3504. package/esm/dictionary/2.6/segments/PYE.js +57 -0
  3505. package/esm/dictionary/2.6/segments/QAK.js +17 -0
  3506. package/esm/dictionary/2.6/segments/QID.js +7 -0
  3507. package/esm/dictionary/2.6/segments/QPD.js +7 -0
  3508. package/esm/dictionary/2.6/segments/QRD.js +47 -0
  3509. package/esm/dictionary/2.6/segments/QRF.js +43 -0
  3510. package/esm/dictionary/2.6/segments/QRI.js +7 -0
  3511. package/esm/dictionary/2.6/segments/RCP.js +14 -0
  3512. package/esm/dictionary/2.6/segments/RDT.js +8 -0
  3513. package/esm/dictionary/2.6/segments/REL.js +119 -0
  3514. package/esm/dictionary/2.6/segments/RF1.js +48 -0
  3515. package/esm/dictionary/2.6/segments/RFI.js +34 -0
  3516. package/esm/dictionary/2.6/segments/RGS.js +7 -0
  3517. package/esm/dictionary/2.6/segments/RMI.js +14 -0
  3518. package/esm/dictionary/2.6/segments/ROL.js +44 -0
  3519. package/esm/dictionary/2.6/segments/RQ1.js +51 -0
  3520. package/esm/dictionary/2.6/segments/RQD.js +69 -0
  3521. package/esm/dictionary/2.6/segments/RXA.js +145 -0
  3522. package/esm/dictionary/2.6/segments/RXC.js +51 -0
  3523. package/esm/dictionary/2.6/segments/RXD.js +166 -0
  3524. package/esm/dictionary/2.6/segments/RXE.js +259 -0
  3525. package/esm/dictionary/2.6/segments/RXG.js +176 -0
  3526. package/esm/dictionary/2.6/segments/RXO.js +208 -0
  3527. package/esm/dictionary/2.6/segments/RXR.js +42 -0
  3528. package/esm/dictionary/2.6/segments/SAC.js +110 -0
  3529. package/esm/dictionary/2.6/segments/SCD.js +276 -0
  3530. package/esm/dictionary/2.6/segments/SCH.js +59 -0
  3531. package/esm/dictionary/2.6/segments/SCP.js +65 -0
  3532. package/esm/dictionary/2.6/segments/SDD.js +56 -0
  3533. package/esm/dictionary/2.6/segments/SFT.js +47 -0
  3534. package/esm/dictionary/2.6/segments/SID.js +12 -0
  3535. package/esm/dictionary/2.6/segments/SLT.js +40 -0
  3536. package/esm/dictionary/2.6/segments/SPM.js +224 -0
  3537. package/esm/dictionary/2.6/segments/SPR.js +13 -0
  3538. package/esm/dictionary/2.6/segments/STF.js +208 -0
  3539. package/esm/dictionary/2.6/segments/STZ.js +36 -0
  3540. package/esm/dictionary/2.6/segments/TCC.js +34 -0
  3541. package/esm/dictionary/2.6/segments/TCD.js +24 -0
  3542. package/esm/dictionary/2.6/segments/TQ1.js +105 -0
  3543. package/esm/dictionary/2.6/segments/TQ2.js +79 -0
  3544. package/esm/dictionary/2.6/segments/TXA.js +44 -0
  3545. package/esm/dictionary/2.6/segments/UAC.js +20 -0
  3546. package/esm/dictionary/2.6/segments/UB1.js +77 -0
  3547. package/esm/dictionary/2.6/segments/UB2.js +104 -0
  3548. package/esm/dictionary/2.6/segments/URD.js +25 -0
  3549. package/esm/dictionary/2.6/segments/URS.js +42 -0
  3550. package/esm/dictionary/2.6/segments/VAR.js +19 -0
  3551. package/esm/dictionary/2.6/segments/VND.js +40 -0
  3552. package/esm/dictionary/2.6/segments/VTQ.js +7 -0
  3553. package/esm/dictionary/2.6/segments/index.js +172 -0
  3554. package/esm/dictionary/2.6/types/AD.js +40 -0
  3555. package/esm/dictionary/2.6/types/AUI.js +25 -0
  3556. package/esm/dictionary/2.6/types/CCD.js +20 -0
  3557. package/esm/dictionary/2.6/types/CCP.js +26 -0
  3558. package/esm/dictionary/2.6/types/CD.js +29 -0
  3559. package/esm/dictionary/2.6/types/CE.js +30 -0
  3560. package/esm/dictionary/2.6/types/CF.js +31 -0
  3561. package/esm/dictionary/2.6/types/CNE.js +40 -0
  3562. package/esm/dictionary/2.6/types/CNN.js +50 -0
  3563. package/esm/dictionary/2.6/types/CP.js +27 -0
  3564. package/esm/dictionary/2.6/types/CQ.js +12 -0
  3565. package/esm/dictionary/2.6/types/CSU.js +56 -0
  3566. package/esm/dictionary/2.6/types/CWE.js +70 -0
  3567. package/esm/dictionary/2.6/types/CX.js +48 -0
  3568. package/esm/dictionary/2.6/types/DDI.js +26 -0
  3569. package/esm/dictionary/2.6/types/DIN.js +20 -0
  3570. package/esm/dictionary/2.6/types/DLD.js +20 -0
  3571. package/esm/dictionary/2.6/types/DLN.js +17 -0
  3572. package/esm/dictionary/2.6/types/DLT.js +34 -0
  3573. package/esm/dictionary/2.6/types/DR.js +15 -0
  3574. package/esm/dictionary/2.6/types/DTM.js +3 -0
  3575. package/esm/dictionary/2.6/types/DTN.js +20 -0
  3576. package/esm/dictionary/2.6/types/ED.js +27 -0
  3577. package/esm/dictionary/2.6/types/EI.js +20 -0
  3578. package/esm/dictionary/2.6/types/EIP.js +19 -0
  3579. package/esm/dictionary/2.6/types/ELD.js +34 -0
  3580. package/esm/dictionary/2.6/types/ERL.js +47 -0
  3581. package/esm/dictionary/2.6/types/FC.js +14 -0
  3582. package/esm/dictionary/2.6/types/FN.js +27 -0
  3583. package/esm/dictionary/2.6/types/GTS.js +3 -0
  3584. package/esm/dictionary/2.6/types/HD.js +17 -0
  3585. package/esm/dictionary/2.6/types/ICD.js +28 -0
  3586. package/esm/dictionary/2.6/types/JCC.js +20 -0
  3587. package/esm/dictionary/2.6/types/LA1.js +75 -0
  3588. package/esm/dictionary/2.6/types/LA2.js +126 -0
  3589. package/esm/dictionary/2.6/types/MA.js +26 -0
  3590. package/esm/dictionary/2.6/types/MO.js +10 -0
  3591. package/esm/dictionary/2.6/types/MOC.js +19 -0
  3592. package/esm/dictionary/2.6/types/MOP.js +27 -0
  3593. package/esm/dictionary/2.6/types/MSG.js +29 -0
  3594. package/esm/dictionary/2.6/types/NA.js +59 -0
  3595. package/esm/dictionary/2.6/types/NDL.js +88 -0
  3596. package/esm/dictionary/2.6/types/NR.js +19 -0
  3597. package/esm/dictionary/2.6/types/OCD.js +20 -0
  3598. package/esm/dictionary/2.6/types/OSD.js +87 -0
  3599. package/esm/dictionary/2.6/types/OSP.js +27 -0
  3600. package/esm/dictionary/2.6/types/PIP.js +42 -0
  3601. package/esm/dictionary/2.6/types/PL.js +57 -0
  3602. package/esm/dictionary/2.6/types/PLN.js +34 -0
  3603. package/esm/dictionary/2.6/types/PPN.js +117 -0
  3604. package/esm/dictionary/2.6/types/PRL.js +26 -0
  3605. package/esm/dictionary/2.6/types/PT.js +14 -0
  3606. package/esm/dictionary/2.6/types/PTA.js +35 -0
  3607. package/esm/dictionary/2.6/types/QIP.js +13 -0
  3608. package/esm/dictionary/2.6/types/QSC.js +20 -0
  3609. package/esm/dictionary/2.6/types/RCD.js +17 -0
  3610. package/esm/dictionary/2.6/types/RFR.js +55 -0
  3611. package/esm/dictionary/2.6/types/RI.js +11 -0
  3612. package/esm/dictionary/2.6/types/RMC.js +35 -0
  3613. package/esm/dictionary/2.6/types/RP.js +19 -0
  3614. package/esm/dictionary/2.6/types/RPT.js +86 -0
  3615. package/esm/dictionary/2.6/types/SAD.js +14 -0
  3616. package/esm/dictionary/2.6/types/SCV.js +12 -0
  3617. package/esm/dictionary/2.6/types/SI.js +3 -0
  3618. package/esm/dictionary/2.6/types/SN.js +17 -0
  3619. package/esm/dictionary/2.6/types/SPD.js +34 -0
  3620. package/esm/dictionary/2.6/types/SPS.js +58 -0
  3621. package/esm/dictionary/2.6/types/SRT.js +12 -0
  3622. package/esm/dictionary/2.6/types/TQ.js +86 -0
  3623. package/esm/dictionary/2.6/types/TS.js +18 -0
  3624. package/esm/dictionary/2.6/types/UVC.js +20 -0
  3625. package/esm/dictionary/2.6/types/VH.js +18 -0
  3626. package/esm/dictionary/2.6/types/VID.js +28 -0
  3627. package/esm/dictionary/2.6/types/VR.js +19 -0
  3628. package/esm/dictionary/2.6/types/WVI.js +19 -0
  3629. package/esm/dictionary/2.6/types/WVS.js +18 -0
  3630. package/esm/dictionary/2.6/types/XAD.js +134 -0
  3631. package/esm/dictionary/2.6/types/XCN.js +116 -0
  3632. package/esm/dictionary/2.6/types/XON.js +52 -0
  3633. package/esm/dictionary/2.6/types/XPN.js +67 -0
  3634. package/esm/dictionary/2.6/types/XTN.js +100 -0
  3635. package/esm/dictionary/2.6/types/index.js +81 -0
  3636. package/esm/dictionary/2.7/index.js +10 -0
  3637. package/esm/dictionary/2.7/segments/ABS.js +92 -0
  3638. package/esm/dictionary/2.7/segments/ACC.js +75 -0
  3639. package/esm/dictionary/2.7/segments/ADD.js +10 -0
  3640. package/esm/dictionary/2.7/segments/ADJ.js +16 -0
  3641. package/esm/dictionary/2.7/segments/AFF.js +36 -0
  3642. package/esm/dictionary/2.7/segments/AIG.js +86 -0
  3643. package/esm/dictionary/2.7/segments/AIL.js +76 -0
  3644. package/esm/dictionary/2.7/segments/AIP.js +74 -0
  3645. package/esm/dictionary/2.7/segments/AIS.js +76 -0
  3646. package/esm/dictionary/2.7/segments/AL1.js +23 -0
  3647. package/esm/dictionary/2.7/segments/APR.js +38 -0
  3648. package/esm/dictionary/2.7/segments/ARQ.js +147 -0
  3649. package/esm/dictionary/2.7/segments/ARV.js +8 -0
  3650. package/esm/dictionary/2.7/segments/AUT.js +73 -0
  3651. package/esm/dictionary/2.7/segments/BHS.js +64 -0
  3652. package/esm/dictionary/2.7/segments/BLC.js +17 -0
  3653. package/esm/dictionary/2.7/segments/BLG.js +21 -0
  3654. package/esm/dictionary/2.7/segments/BPO.js +10 -0
  3655. package/esm/dictionary/2.7/segments/BPX.js +36 -0
  3656. package/esm/dictionary/2.7/segments/BTS.js +19 -0
  3657. package/esm/dictionary/2.7/segments/BTX.js +35 -0
  3658. package/esm/dictionary/2.7/segments/CDM.js +84 -0
  3659. package/esm/dictionary/2.7/segments/CER.js +20 -0
  3660. package/esm/dictionary/2.7/segments/CM0.js +67 -0
  3661. package/esm/dictionary/2.7/segments/CM1.js +22 -0
  3662. package/esm/dictionary/2.7/segments/CM2.js +27 -0
  3663. package/esm/dictionary/2.7/segments/CNS.js +37 -0
  3664. package/esm/dictionary/2.7/segments/CON_.js +8 -0
  3665. package/esm/dictionary/2.7/segments/CSP.js +25 -0
  3666. package/esm/dictionary/2.7/segments/CSR.js +86 -0
  3667. package/esm/dictionary/2.7/segments/CSS.js +19 -0
  3668. package/esm/dictionary/2.7/segments/CTD.js +46 -0
  3669. package/esm/dictionary/2.7/segments/CTI.js +21 -0
  3670. package/esm/dictionary/2.7/segments/DB1.js +50 -0
  3671. package/esm/dictionary/2.7/segments/DG1.js +135 -0
  3672. package/esm/dictionary/2.7/segments/DMI.js +20 -0
  3673. package/esm/dictionary/2.7/segments/DRG.js +109 -0
  3674. package/esm/dictionary/2.7/segments/DSC.js +18 -0
  3675. package/esm/dictionary/2.7/segments/DSP.js +32 -0
  3676. package/esm/dictionary/2.7/segments/ECD.js +36 -0
  3677. package/esm/dictionary/2.7/segments/ECR.js +21 -0
  3678. package/esm/dictionary/2.7/segments/EDU.js +55 -0
  3679. package/esm/dictionary/2.7/segments/EQP.js +35 -0
  3680. package/esm/dictionary/2.7/segments/EQU.js +34 -0
  3681. package/esm/dictionary/2.7/segments/ERR.js +19 -0
  3682. package/esm/dictionary/2.7/segments/EVN.js +39 -0
  3683. package/esm/dictionary/2.7/segments/FHS.js +64 -0
  3684. package/esm/dictionary/2.7/segments/FT1.js +230 -0
  3685. package/esm/dictionary/2.7/segments/FTS.js +14 -0
  3686. package/esm/dictionary/2.7/segments/GOL.js +122 -0
  3687. package/esm/dictionary/2.7/segments/GP1.js +39 -0
  3688. package/esm/dictionary/2.7/segments/GP2.js +95 -0
  3689. package/esm/dictionary/2.7/segments/GT1.js +340 -0
  3690. package/esm/dictionary/2.7/segments/IAM.js +181 -0
  3691. package/esm/dictionary/2.7/segments/IAR.js +31 -0
  3692. package/esm/dictionary/2.7/segments/ILT.js +11 -0
  3693. package/esm/dictionary/2.7/segments/IN1.js +287 -0
  3694. package/esm/dictionary/2.7/segments/IN2.js +350 -0
  3695. package/esm/dictionary/2.7/segments/IN3.js +88 -0
  3696. package/esm/dictionary/2.7/segments/INV.js +109 -0
  3697. package/esm/dictionary/2.7/segments/IPC.js +10 -0
  3698. package/esm/dictionary/2.7/segments/ISD.js +23 -0
  3699. package/esm/dictionary/2.7/segments/ITM.js +160 -0
  3700. package/esm/dictionary/2.7/segments/IVC.js +31 -0
  3701. package/esm/dictionary/2.7/segments/IVT.js +22 -0
  3702. package/esm/dictionary/2.7/segments/LAN.js +30 -0
  3703. package/esm/dictionary/2.7/segments/LCC.js +28 -0
  3704. package/esm/dictionary/2.7/segments/LCH.js +35 -0
  3705. package/esm/dictionary/2.7/segments/LDP.js +78 -0
  3706. package/esm/dictionary/2.7/segments/LOC.js +57 -0
  3707. package/esm/dictionary/2.7/segments/LRL.js +41 -0
  3708. package/esm/dictionary/2.7/segments/MFA.js +22 -0
  3709. package/esm/dictionary/2.7/segments/MFE.js +18 -0
  3710. package/esm/dictionary/2.7/segments/MFI.js +42 -0
  3711. package/esm/dictionary/2.7/segments/MRG.js +44 -0
  3712. package/esm/dictionary/2.7/segments/MSA.js +42 -0
  3713. package/esm/dictionary/2.7/segments/MSH.js +107 -0
  3714. package/esm/dictionary/2.7/segments/NCK.js +8 -0
  3715. package/esm/dictionary/2.7/segments/NDS.js +27 -0
  3716. package/esm/dictionary/2.7/segments/NK1.js +203 -0
  3717. package/esm/dictionary/2.7/segments/NPU.js +15 -0
  3718. package/esm/dictionary/2.7/segments/NSC.js +53 -0
  3719. package/esm/dictionary/2.7/segments/NST.js +82 -0
  3720. package/esm/dictionary/2.7/segments/NTE.js +24 -0
  3721. package/esm/dictionary/2.7/segments/OBR.js +292 -0
  3722. package/esm/dictionary/2.7/segments/OBX.js +126 -0
  3723. package/esm/dictionary/2.7/segments/ODS.js +17 -0
  3724. package/esm/dictionary/2.7/segments/ODT.js +14 -0
  3725. package/esm/dictionary/2.7/segments/OM1.js +211 -0
  3726. package/esm/dictionary/2.7/segments/OM2.js +42 -0
  3727. package/esm/dictionary/2.7/segments/OM3.js +28 -0
  3728. package/esm/dictionary/2.7/segments/OM4.js +63 -0
  3729. package/esm/dictionary/2.7/segments/OM5.js +17 -0
  3730. package/esm/dictionary/2.7/segments/OM6.js +11 -0
  3731. package/esm/dictionary/2.7/segments/OM7.js +145 -0
  3732. package/esm/dictionary/2.7/segments/ORC.js +109 -0
  3733. package/esm/dictionary/2.7/segments/ORG.js +90 -0
  3734. package/esm/dictionary/2.7/segments/PAC.js +58 -0
  3735. package/esm/dictionary/2.7/segments/PCE.js +12 -0
  3736. package/esm/dictionary/2.7/segments/PCR.js +146 -0
  3737. package/esm/dictionary/2.7/segments/PD1.js +140 -0
  3738. package/esm/dictionary/2.7/segments/PDA.js +62 -0
  3739. package/esm/dictionary/2.7/segments/PEO.js +161 -0
  3740. package/esm/dictionary/2.7/segments/PES.js +86 -0
  3741. package/esm/dictionary/2.7/segments/PID.js +197 -0
  3742. package/esm/dictionary/2.7/segments/PKG.js +8 -0
  3743. package/esm/dictionary/2.7/segments/PMT.js +7 -0
  3744. package/esm/dictionary/2.7/segments/PR1.js +137 -0
  3745. package/esm/dictionary/2.7/segments/PRA.js +44 -0
  3746. package/esm/dictionary/2.7/segments/PRB.js +142 -0
  3747. package/esm/dictionary/2.7/segments/PRC.js +115 -0
  3748. package/esm/dictionary/2.7/segments/PRD.js +51 -0
  3749. package/esm/dictionary/2.7/segments/PRT.js +100 -0
  3750. package/esm/dictionary/2.7/segments/PSL.js +45 -0
  3751. package/esm/dictionary/2.7/segments/PTH.js +40 -0
  3752. package/esm/dictionary/2.7/segments/PV1.js +299 -0
  3753. package/esm/dictionary/2.7/segments/PV2.js +265 -0
  3754. package/esm/dictionary/2.7/segments/PYE.js +29 -0
  3755. package/esm/dictionary/2.7/segments/QAK.js +40 -0
  3756. package/esm/dictionary/2.7/segments/QID.js +17 -0
  3757. package/esm/dictionary/2.7/segments/QPD.js +23 -0
  3758. package/esm/dictionary/2.7/segments/QRD.js +67 -0
  3759. package/esm/dictionary/2.7/segments/QRF.js +50 -0
  3760. package/esm/dictionary/2.7/segments/QRI.js +25 -0
  3761. package/esm/dictionary/2.7/segments/RCP.js +52 -0
  3762. package/esm/dictionary/2.7/segments/RDF.js +18 -0
  3763. package/esm/dictionary/2.7/segments/RDT.js +10 -0
  3764. package/esm/dictionary/2.7/segments/REL.js +12 -0
  3765. package/esm/dictionary/2.7/segments/RF1.js +71 -0
  3766. package/esm/dictionary/2.7/segments/RFI.js +7 -0
  3767. package/esm/dictionary/2.7/segments/RGS.js +25 -0
  3768. package/esm/dictionary/2.7/segments/RMI.js +22 -0
  3769. package/esm/dictionary/2.7/segments/ROL.js +74 -0
  3770. package/esm/dictionary/2.7/segments/RQ1.js +22 -0
  3771. package/esm/dictionary/2.7/segments/RQD.js +27 -0
  3772. package/esm/dictionary/2.7/segments/RXA.js +84 -0
  3773. package/esm/dictionary/2.7/segments/RXC.js +21 -0
  3774. package/esm/dictionary/2.7/segments/RXD.js +110 -0
  3775. package/esm/dictionary/2.7/segments/RXE.js +110 -0
  3776. package/esm/dictionary/2.7/segments/RXG.js +66 -0
  3777. package/esm/dictionary/2.7/segments/RXO.js +80 -0
  3778. package/esm/dictionary/2.7/segments/RXR.js +17 -0
  3779. package/esm/dictionary/2.7/segments/SAC.js +256 -0
  3780. package/esm/dictionary/2.7/segments/SCD.js +13 -0
  3781. package/esm/dictionary/2.7/segments/SCH.js +159 -0
  3782. package/esm/dictionary/2.7/segments/SCP.js +8 -0
  3783. package/esm/dictionary/2.7/segments/SDD.js +10 -0
  3784. package/esm/dictionary/2.7/segments/SHP.js +77 -0
  3785. package/esm/dictionary/2.7/segments/SID.js +28 -0
  3786. package/esm/dictionary/2.7/segments/SLT.js +8 -0
  3787. package/esm/dictionary/2.7/segments/SPM.js +64 -0
  3788. package/esm/dictionary/2.7/segments/STF.js +131 -0
  3789. package/esm/dictionary/2.7/segments/STZ.js +10 -0
  3790. package/esm/dictionary/2.7/segments/TCC.js +93 -0
  3791. package/esm/dictionary/2.7/segments/TCD.js +56 -0
  3792. package/esm/dictionary/2.7/segments/TQ1.js +12 -0
  3793. package/esm/dictionary/2.7/segments/TQ2.js +22 -0
  3794. package/esm/dictionary/2.7/segments/TXA.js +164 -0
  3795. package/esm/dictionary/2.7/segments/UAC.js +8 -0
  3796. package/esm/dictionary/2.7/segments/UB1.js +142 -0
  3797. package/esm/dictionary/2.7/segments/UB2.js +71 -0
  3798. package/esm/dictionary/2.7/segments/URD.js +42 -0
  3799. package/esm/dictionary/2.7/segments/URS.js +45 -0
  3800. package/esm/dictionary/2.7/segments/VAR.js +37 -0
  3801. package/esm/dictionary/2.7/segments/VND.js +14 -0
  3802. package/esm/dictionary/2.7/segments/index.js +165 -0
  3803. package/esm/dictionary/2.7/types/AD.js +41 -0
  3804. package/esm/dictionary/2.7/types/AUI.js +7 -0
  3805. package/esm/dictionary/2.7/types/CCD.js +7 -0
  3806. package/esm/dictionary/2.7/types/CD.js +36 -0
  3807. package/esm/dictionary/2.7/types/CF.js +134 -0
  3808. package/esm/dictionary/2.7/types/CNE.js +134 -0
  3809. package/esm/dictionary/2.7/types/CNN.js +62 -0
  3810. package/esm/dictionary/2.7/types/CP.js +38 -0
  3811. package/esm/dictionary/2.7/types/CQ.js +15 -0
  3812. package/esm/dictionary/2.7/types/CSU.js +111 -0
  3813. package/esm/dictionary/2.7/types/CWE.js +92 -0
  3814. package/esm/dictionary/2.7/types/CX.js +71 -0
  3815. package/esm/dictionary/2.7/types/DLD.js +8 -0
  3816. package/esm/dictionary/2.7/types/DLN.js +21 -0
  3817. package/esm/dictionary/2.7/types/DR.js +12 -0
  3818. package/esm/dictionary/2.7/types/DT.js +3 -0
  3819. package/esm/dictionary/2.7/types/DTN.js +7 -0
  3820. package/esm/dictionary/2.7/types/ED.js +30 -0
  3821. package/esm/dictionary/2.7/types/EI.js +27 -0
  3822. package/esm/dictionary/2.7/types/FC.js +14 -0
  3823. package/esm/dictionary/2.7/types/FN.js +29 -0
  3824. package/esm/dictionary/2.7/types/FT.js +3 -0
  3825. package/esm/dictionary/2.7/types/HD.js +21 -0
  3826. package/esm/dictionary/2.7/types/ICD.js +7 -0
  3827. package/esm/dictionary/2.7/types/ID.js +3 -0
  3828. package/esm/dictionary/2.7/types/IS.js +3 -0
  3829. package/esm/dictionary/2.7/types/JCC.js +16 -0
  3830. package/esm/dictionary/2.7/types/LA2.js +7 -0
  3831. package/esm/dictionary/2.7/types/MA.js +65 -0
  3832. package/esm/dictionary/2.7/types/MO.js +18 -0
  3833. package/esm/dictionary/2.7/types/MOP.js +8 -0
  3834. package/esm/dictionary/2.7/types/MSG.js +10 -0
  3835. package/esm/dictionary/2.7/types/NA.js +29 -0
  3836. package/esm/dictionary/2.7/types/NDL.js +20 -0
  3837. package/esm/dictionary/2.7/types/NM.js +3 -0
  3838. package/esm/dictionary/2.7/types/PL.js +60 -0
  3839. package/esm/dictionary/2.7/types/PLN.js +7 -0
  3840. package/esm/dictionary/2.7/types/PPN.js +124 -0
  3841. package/esm/dictionary/2.7/types/PT.js +15 -0
  3842. package/esm/dictionary/2.7/types/PTA.js +14 -0
  3843. package/esm/dictionary/2.7/types/QIP.js +14 -0
  3844. package/esm/dictionary/2.7/types/QSC.js +27 -0
  3845. package/esm/dictionary/2.7/types/RCD.js +21 -0
  3846. package/esm/dictionary/2.7/types/RFR.js +7 -0
  3847. package/esm/dictionary/2.7/types/RI.js +17 -0
  3848. package/esm/dictionary/2.7/types/RMC.js +14 -0
  3849. package/esm/dictionary/2.7/types/RP.js +28 -0
  3850. package/esm/dictionary/2.7/types/RPT.js +13 -0
  3851. package/esm/dictionary/2.7/types/SAD.js +22 -0
  3852. package/esm/dictionary/2.7/types/SCV.js +16 -0
  3853. package/esm/dictionary/2.7/types/SN.js +28 -0
  3854. package/esm/dictionary/2.7/types/SRT.js +16 -0
  3855. package/esm/dictionary/2.7/types/ST.js +3 -0
  3856. package/esm/dictionary/2.7/types/TM.js +3 -0
  3857. package/esm/dictionary/2.7/types/TQ.js +16 -0
  3858. package/esm/dictionary/2.7/types/TX.js +3 -0
  3859. package/esm/dictionary/2.7/types/UVC.js +19 -0
  3860. package/esm/dictionary/2.7/types/VH.js +29 -0
  3861. package/esm/dictionary/2.7/types/VID.js +10 -0
  3862. package/esm/dictionary/2.7/types/WVI.js +7 -0
  3863. package/esm/dictionary/2.7/types/WVS.js +3 -0
  3864. package/esm/dictionary/2.7/types/XAD.js +71 -0
  3865. package/esm/dictionary/2.7/types/XCN.js +121 -0
  3866. package/esm/dictionary/2.7/types/XON.js +49 -0
  3867. package/esm/dictionary/2.7/types/XPN.js +75 -0
  3868. package/esm/dictionary/2.7/types/XTN.js +65 -0
  3869. package/esm/dictionary/2.7/types/index.js +66 -0
  3870. package/esm/dictionary/2.7.1/index.js +10 -0
  3871. package/esm/dictionary/2.7.1/segments/ABS.js +28 -0
  3872. package/esm/dictionary/2.7.1/segments/ACC.js +22 -0
  3873. package/esm/dictionary/2.7.1/segments/ADD.js +7 -0
  3874. package/esm/dictionary/2.7.1/segments/ADJ.js +96 -0
  3875. package/esm/dictionary/2.7.1/segments/AIG.js +28 -0
  3876. package/esm/dictionary/2.7.1/segments/AIL.js +25 -0
  3877. package/esm/dictionary/2.7.1/segments/AIP.js +27 -0
  3878. package/esm/dictionary/2.7.1/segments/AIS.js +26 -0
  3879. package/esm/dictionary/2.7.1/segments/AL1.js +37 -0
  3880. package/esm/dictionary/2.7.1/segments/ARQ.js +34 -0
  3881. package/esm/dictionary/2.7.1/segments/ARV.js +43 -0
  3882. package/esm/dictionary/2.7.1/segments/AUT.js +20 -0
  3883. package/esm/dictionary/2.7.1/segments/BHS.js +53 -0
  3884. package/esm/dictionary/2.7.1/segments/BLC.js +7 -0
  3885. package/esm/dictionary/2.7.1/segments/BLG.js +22 -0
  3886. package/esm/dictionary/2.7.1/segments/BPO.js +92 -0
  3887. package/esm/dictionary/2.7.1/segments/BPX.js +122 -0
  3888. package/esm/dictionary/2.7.1/segments/BTS.js +14 -0
  3889. package/esm/dictionary/2.7.1/segments/BTX.js +113 -0
  3890. package/esm/dictionary/2.7.1/segments/CDM.js +27 -0
  3891. package/esm/dictionary/2.7.1/segments/CER.js +198 -0
  3892. package/esm/dictionary/2.7.1/segments/CM0.js +19 -0
  3893. package/esm/dictionary/2.7.1/segments/CM1.js +10 -0
  3894. package/esm/dictionary/2.7.1/segments/CM2.js +13 -0
  3895. package/esm/dictionary/2.7.1/segments/CNS.js +16 -0
  3896. package/esm/dictionary/2.7.1/segments/CON_.js +170 -0
  3897. package/esm/dictionary/2.7.1/segments/CSP.js +16 -0
  3898. package/esm/dictionary/2.7.1/segments/CSR.js +45 -0
  3899. package/esm/dictionary/2.7.1/segments/CSS.js +14 -0
  3900. package/esm/dictionary/2.7.1/segments/CTD.js +14 -0
  3901. package/esm/dictionary/2.7.1/segments/CTI.js +10 -0
  3902. package/esm/dictionary/2.7.1/segments/DB1.js +23 -0
  3903. package/esm/dictionary/2.7.1/segments/DG1.js +70 -0
  3904. package/esm/dictionary/2.7.1/segments/DMI.js +31 -0
  3905. package/esm/dictionary/2.7.1/segments/DRG.js +149 -0
  3906. package/esm/dictionary/2.7.1/segments/DSC.js +7 -0
  3907. package/esm/dictionary/2.7.1/segments/DSP.js +19 -0
  3908. package/esm/dictionary/2.7.1/segments/ECD.js +10 -0
  3909. package/esm/dictionary/2.7.1/segments/ECR.js +13 -0
  3910. package/esm/dictionary/2.7.1/segments/EDU.js +13 -0
  3911. package/esm/dictionary/2.7.1/segments/EQP.js +7 -0
  3912. package/esm/dictionary/2.7.1/segments/EQU.js +16 -0
  3913. package/esm/dictionary/2.7.1/segments/ERR.js +77 -0
  3914. package/esm/dictionary/2.7.1/segments/EVN.js +26 -0
  3915. package/esm/dictionary/2.7.1/segments/FHS.js +53 -0
  3916. package/esm/dictionary/2.7.1/segments/FT1.js +85 -0
  3917. package/esm/dictionary/2.7.1/segments/FTS.js +11 -0
  3918. package/esm/dictionary/2.7.1/segments/GOL.js +52 -0
  3919. package/esm/dictionary/2.7.1/segments/GP2.js +13 -0
  3920. package/esm/dictionary/2.7.1/segments/GT1.js +86 -0
  3921. package/esm/dictionary/2.7.1/segments/IAM.js +38 -0
  3922. package/esm/dictionary/2.7.1/segments/IIM.js +97 -0
  3923. package/esm/dictionary/2.7.1/segments/ILT.js +65 -0
  3924. package/esm/dictionary/2.7.1/segments/IN1.js +139 -0
  3925. package/esm/dictionary/2.7.1/segments/IN2.js +228 -0
  3926. package/esm/dictionary/2.7.1/segments/IN3.js +123 -0
  3927. package/esm/dictionary/2.7.1/segments/INV.js +51 -0
  3928. package/esm/dictionary/2.7.1/segments/IPC.js +57 -0
  3929. package/esm/dictionary/2.7.1/segments/IPR.js +54 -0
  3930. package/esm/dictionary/2.7.1/segments/ISD.js +10 -0
  3931. package/esm/dictionary/2.7.1/segments/ITM.js +43 -0
  3932. package/esm/dictionary/2.7.1/segments/IVC.js +183 -0
  3933. package/esm/dictionary/2.7.1/segments/IVT.js +166 -0
  3934. package/esm/dictionary/2.7.1/segments/LAN.js +13 -0
  3935. package/esm/dictionary/2.7.1/segments/LCC.js +16 -0
  3936. package/esm/dictionary/2.7.1/segments/LCH.js +13 -0
  3937. package/esm/dictionary/2.7.1/segments/LDP.js +23 -0
  3938. package/esm/dictionary/2.7.1/segments/LOC.js +20 -0
  3939. package/esm/dictionary/2.7.1/segments/LRL.js +13 -0
  3940. package/esm/dictionary/2.7.1/segments/MFA.js +38 -0
  3941. package/esm/dictionary/2.7.1/segments/MFE.js +45 -0
  3942. package/esm/dictionary/2.7.1/segments/MFI.js +17 -0
  3943. package/esm/dictionary/2.7.1/segments/MRG.js +22 -0
  3944. package/esm/dictionary/2.7.1/segments/MSA.js +36 -0
  3945. package/esm/dictionary/2.7.1/segments/MSH.js +99 -0
  3946. package/esm/dictionary/2.7.1/segments/NCK.js +10 -0
  3947. package/esm/dictionary/2.7.1/segments/NDS.js +13 -0
  3948. package/esm/dictionary/2.7.1/segments/NK1.js +128 -0
  3949. package/esm/dictionary/2.7.1/segments/NPU.js +11 -0
  3950. package/esm/dictionary/2.7.1/segments/NSC.js +31 -0
  3951. package/esm/dictionary/2.7.1/segments/NST.js +44 -0
  3952. package/esm/dictionary/2.7.1/segments/NTE.js +44 -0
  3953. package/esm/dictionary/2.7.1/segments/OBR.js +134 -0
  3954. package/esm/dictionary/2.7.1/segments/OBX.js +86 -0
  3955. package/esm/dictionary/2.7.1/segments/ODS.js +26 -0
  3956. package/esm/dictionary/2.7.1/segments/ODT.js +20 -0
  3957. package/esm/dictionary/2.7.1/segments/OM1.js +190 -0
  3958. package/esm/dictionary/2.7.1/segments/OM2.js +47 -0
  3959. package/esm/dictionary/2.7.1/segments/OM3.js +39 -0
  3960. package/esm/dictionary/2.7.1/segments/OM4.js +64 -0
  3961. package/esm/dictionary/2.7.1/segments/OM5.js +16 -0
  3962. package/esm/dictionary/2.7.1/segments/OM6.js +14 -0
  3963. package/esm/dictionary/2.7.1/segments/OM7.js +43 -0
  3964. package/esm/dictionary/2.7.1/segments/ORC.js +141 -0
  3965. package/esm/dictionary/2.7.1/segments/ORG.js +23 -0
  3966. package/esm/dictionary/2.7.1/segments/OVR.js +37 -0
  3967. package/esm/dictionary/2.7.1/segments/PCE.js +28 -0
  3968. package/esm/dictionary/2.7.1/segments/PCR.js +46 -0
  3969. package/esm/dictionary/2.7.1/segments/PD1.js +30 -0
  3970. package/esm/dictionary/2.7.1/segments/PDA.js +11 -0
  3971. package/esm/dictionary/2.7.1/segments/PEO.js +34 -0
  3972. package/esm/dictionary/2.7.1/segments/PES.js +13 -0
  3973. package/esm/dictionary/2.7.1/segments/PID.js +129 -0
  3974. package/esm/dictionary/2.7.1/segments/PKG.js +48 -0
  3975. package/esm/dictionary/2.7.1/segments/PMT.js +77 -0
  3976. package/esm/dictionary/2.7.1/segments/PR1.js +71 -0
  3977. package/esm/dictionary/2.7.1/segments/PRA.js +60 -0
  3978. package/esm/dictionary/2.7.1/segments/PRB.js +78 -0
  3979. package/esm/dictionary/2.7.1/segments/PRC.js +25 -0
  3980. package/esm/dictionary/2.7.1/segments/PRD.js +58 -0
  3981. package/esm/dictionary/2.7.1/segments/PSG.js +44 -0
  3982. package/esm/dictionary/2.7.1/segments/PSL.js +295 -0
  3983. package/esm/dictionary/2.7.1/segments/PSS.js +36 -0
  3984. package/esm/dictionary/2.7.1/segments/PTH.js +24 -0
  3985. package/esm/dictionary/2.7.1/segments/PV1.js +157 -0
  3986. package/esm/dictionary/2.7.1/segments/PV2.js +111 -0
  3987. package/esm/dictionary/2.7.1/segments/PYE.js +40 -0
  3988. package/esm/dictionary/2.7.1/segments/QAK.js +14 -0
  3989. package/esm/dictionary/2.7.1/segments/QID.js +7 -0
  3990. package/esm/dictionary/2.7.1/segments/QPD.js +7 -0
  3991. package/esm/dictionary/2.7.1/segments/QRD.js +44 -0
  3992. package/esm/dictionary/2.7.1/segments/QRF.js +38 -0
  3993. package/esm/dictionary/2.7.1/segments/QRI.js +7 -0
  3994. package/esm/dictionary/2.7.1/segments/RCP.js +13 -0
  3995. package/esm/dictionary/2.7.1/segments/RDT.js +7 -0
  3996. package/esm/dictionary/2.7.1/segments/REL.js +102 -0
  3997. package/esm/dictionary/2.7.1/segments/RF1.js +37 -0
  3998. package/esm/dictionary/2.7.1/segments/RFI.js +30 -0
  3999. package/esm/dictionary/2.7.1/segments/RGS.js +7 -0
  4000. package/esm/dictionary/2.7.1/segments/RMI.js +13 -0
  4001. package/esm/dictionary/2.7.1/segments/ROL.js +41 -0
  4002. package/esm/dictionary/2.7.1/segments/RQ1.js +44 -0
  4003. package/esm/dictionary/2.7.1/segments/RQD.js +59 -0
  4004. package/esm/dictionary/2.7.1/segments/RXA.js +129 -0
  4005. package/esm/dictionary/2.7.1/segments/RXC.js +48 -0
  4006. package/esm/dictionary/2.7.1/segments/RXD.js +150 -0
  4007. package/esm/dictionary/2.7.1/segments/RXE.js +220 -0
  4008. package/esm/dictionary/2.7.1/segments/RXG.js +154 -0
  4009. package/esm/dictionary/2.7.1/segments/RXO.js +184 -0
  4010. package/esm/dictionary/2.7.1/segments/RXR.js +41 -0
  4011. package/esm/dictionary/2.7.1/segments/SAC.js +74 -0
  4012. package/esm/dictionary/2.7.1/segments/SCD.js +236 -0
  4013. package/esm/dictionary/2.7.1/segments/SCH.js +37 -0
  4014. package/esm/dictionary/2.7.1/segments/SCP.js +55 -0
  4015. package/esm/dictionary/2.7.1/segments/SDD.js +47 -0
  4016. package/esm/dictionary/2.7.1/segments/SFT.js +41 -0
  4017. package/esm/dictionary/2.7.1/segments/SID.js +10 -0
  4018. package/esm/dictionary/2.7.1/segments/SLT.js +33 -0
  4019. package/esm/dictionary/2.7.1/segments/SPM.js +183 -0
  4020. package/esm/dictionary/2.7.1/segments/STF.js +185 -0
  4021. package/esm/dictionary/2.7.1/segments/STZ.js +31 -0
  4022. package/esm/dictionary/2.7.1/segments/TCC.js +13 -0
  4023. package/esm/dictionary/2.7.1/segments/TCD.js +10 -0
  4024. package/esm/dictionary/2.7.1/segments/TQ1.js +89 -0
  4025. package/esm/dictionary/2.7.1/segments/TQ2.js +67 -0
  4026. package/esm/dictionary/2.7.1/segments/TXA.js +28 -0
  4027. package/esm/dictionary/2.7.1/segments/UAC.js +16 -0
  4028. package/esm/dictionary/2.7.1/segments/UB1.js +7 -0
  4029. package/esm/dictionary/2.7.1/segments/UB2.js +86 -0
  4030. package/esm/dictionary/2.7.1/segments/URD.js +24 -0
  4031. package/esm/dictionary/2.7.1/segments/URS.js +37 -0
  4032. package/esm/dictionary/2.7.1/segments/VAR.js +16 -0
  4033. package/esm/dictionary/2.7.1/segments/VND.js +33 -0
  4034. package/esm/dictionary/2.7.1/segments/index.js +163 -0
  4035. package/esm/dictionary/2.7.1/types/AD.js +28 -0
  4036. package/esm/dictionary/2.7.1/types/AUI.js +22 -0
  4037. package/esm/dictionary/2.7.1/types/CCD.js +18 -0
  4038. package/esm/dictionary/2.7.1/types/CCP.js +23 -0
  4039. package/esm/dictionary/2.7.1/types/CD.js +19 -0
  4040. package/esm/dictionary/2.7.1/types/CF.js +21 -0
  4041. package/esm/dictionary/2.7.1/types/CNE.js +21 -0
  4042. package/esm/dictionary/2.7.1/types/CNN.js +30 -0
  4043. package/esm/dictionary/2.7.1/types/CP.js +19 -0
  4044. package/esm/dictionary/2.7.1/types/CQ.js +8 -0
  4045. package/esm/dictionary/2.7.1/types/CSU.js +47 -0
  4046. package/esm/dictionary/2.7.1/types/CWE.js +59 -0
  4047. package/esm/dictionary/2.7.1/types/CX.js +29 -0
  4048. package/esm/dictionary/2.7.1/types/DDI.js +23 -0
  4049. package/esm/dictionary/2.7.1/types/DIN.js +18 -0
  4050. package/esm/dictionary/2.7.1/types/DLD.js +16 -0
  4051. package/esm/dictionary/2.7.1/types/DLN.js +11 -0
  4052. package/esm/dictionary/2.7.1/types/DLT.js +30 -0
  4053. package/esm/dictionary/2.7.1/types/DR.js +13 -0
  4054. package/esm/dictionary/2.7.1/types/DTM.js +3 -0
  4055. package/esm/dictionary/2.7.1/types/DTN.js +17 -0
  4056. package/esm/dictionary/2.7.1/types/ED.js +22 -0
  4057. package/esm/dictionary/2.7.1/types/EI.js +15 -0
  4058. package/esm/dictionary/2.7.1/types/EIP.js +17 -0
  4059. package/esm/dictionary/2.7.1/types/ERL.js +42 -0
  4060. package/esm/dictionary/2.7.1/types/FC.js +12 -0
  4061. package/esm/dictionary/2.7.1/types/FN.js +14 -0
  4062. package/esm/dictionary/2.7.1/types/GTS.js +3 -0
  4063. package/esm/dictionary/2.7.1/types/HD.js +15 -0
  4064. package/esm/dictionary/2.7.1/types/ICD.js +25 -0
  4065. package/esm/dictionary/2.7.1/types/JCC.js +17 -0
  4066. package/esm/dictionary/2.7.1/types/LA1.js +66 -0
  4067. package/esm/dictionary/2.7.1/types/LA2.js +111 -0
  4068. package/esm/dictionary/2.7.1/types/MO.js +7 -0
  4069. package/esm/dictionary/2.7.1/types/MOC.js +17 -0
  4070. package/esm/dictionary/2.7.1/types/MOP.js +24 -0
  4071. package/esm/dictionary/2.7.1/types/MSG.js +27 -0
  4072. package/esm/dictionary/2.7.1/types/NA.js +40 -0
  4073. package/esm/dictionary/2.7.1/types/NDL.js +72 -0
  4074. package/esm/dictionary/2.7.1/types/NR.js +17 -0
  4075. package/esm/dictionary/2.7.1/types/OCD.js +18 -0
  4076. package/esm/dictionary/2.7.1/types/OSD.js +76 -0
  4077. package/esm/dictionary/2.7.1/types/OSP.js +24 -0
  4078. package/esm/dictionary/2.7.1/types/PIP.js +37 -0
  4079. package/esm/dictionary/2.7.1/types/PL.js +41 -0
  4080. package/esm/dictionary/2.7.1/types/PLN.js +29 -0
  4081. package/esm/dictionary/2.7.1/types/PPN.js +74 -0
  4082. package/esm/dictionary/2.7.1/types/PRL.js +23 -0
  4083. package/esm/dictionary/2.7.1/types/PT.js +14 -0
  4084. package/esm/dictionary/2.7.1/types/PTA.js +27 -0
  4085. package/esm/dictionary/2.7.1/types/QIP.js +12 -0
  4086. package/esm/dictionary/2.7.1/types/QSC.js +16 -0
  4087. package/esm/dictionary/2.7.1/types/RCD.js +14 -0
  4088. package/esm/dictionary/2.7.1/types/RFR.js +47 -0
  4089. package/esm/dictionary/2.7.1/types/RI.js +7 -0
  4090. package/esm/dictionary/2.7.1/types/RMC.js +27 -0
  4091. package/esm/dictionary/2.7.1/types/RP.js +12 -0
  4092. package/esm/dictionary/2.7.1/types/RPT.js +75 -0
  4093. package/esm/dictionary/2.7.1/types/SAD.js +7 -0
  4094. package/esm/dictionary/2.7.1/types/SCV.js +8 -0
  4095. package/esm/dictionary/2.7.1/types/SI.js +3 -0
  4096. package/esm/dictionary/2.7.1/types/SN.js +11 -0
  4097. package/esm/dictionary/2.7.1/types/SPD.js +31 -0
  4098. package/esm/dictionary/2.7.1/types/SRT.js +12 -0
  4099. package/esm/dictionary/2.7.1/types/TQ.js +74 -0
  4100. package/esm/dictionary/2.7.1/types/UVC.js +17 -0
  4101. package/esm/dictionary/2.7.1/types/VH.js +12 -0
  4102. package/esm/dictionary/2.7.1/types/VID.js +24 -0
  4103. package/esm/dictionary/2.7.1/types/VR.js +17 -0
  4104. package/esm/dictionary/2.7.1/types/WVI.js +16 -0
  4105. package/esm/dictionary/2.7.1/types/WVS.js +16 -0
  4106. package/esm/dictionary/2.7.1/types/XAD.js +106 -0
  4107. package/esm/dictionary/2.7.1/types/XCN.js +78 -0
  4108. package/esm/dictionary/2.7.1/types/XON.js +40 -0
  4109. package/esm/dictionary/2.7.1/types/XPN.js +43 -0
  4110. package/esm/dictionary/2.7.1/types/XTN.js +74 -0
  4111. package/esm/dictionary/2.7.1/types/index.js +76 -0
  4112. package/esm/dictionary/2.8/index.js +6 -0
  4113. package/esm/dictionary/index.js +33 -0
  4114. package/esm/dictionary/segment-fields/abs-segment.enum.js +17 -0
  4115. package/esm/dictionary/segment-fields/acc-segment.enum.js +15 -0
  4116. package/esm/dictionary/segment-fields/add-segment.enum.js +4 -0
  4117. package/esm/dictionary/segment-fields/adj-segment.enum.js +18 -0
  4118. package/esm/dictionary/segment-fields/aff-segment.enum.js +8 -0
  4119. package/esm/dictionary/segment-fields/aig-segment.enum.js +17 -0
  4120. package/esm/dictionary/segment-fields/ail-segment.enum.js +15 -0
  4121. package/esm/dictionary/segment-fields/aip-segment.enum.js +15 -0
  4122. package/esm/dictionary/segment-fields/ais-segment.enum.js +15 -0
  4123. package/esm/dictionary/segment-fields/al1-segment.enum.js +9 -0
  4124. package/esm/dictionary/segment-fields/apr-segment.enum.js +8 -0
  4125. package/esm/dictionary/segment-fields/arq-segment.enum.js +28 -0
  4126. package/esm/dictionary/segment-fields/arv-segment.enum.js +9 -0
  4127. package/esm/dictionary/segment-fields/aut-segment.enum.js +15 -0
  4128. package/esm/dictionary/segment-fields/bhs-segment.enum.js +17 -0
  4129. package/esm/dictionary/segment-fields/blc-segment.enum.js +5 -0
  4130. package/esm/dictionary/segment-fields/blg-segment.enum.js +7 -0
  4131. package/esm/dictionary/segment-fields/bpo-segment.enum.js +17 -0
  4132. package/esm/dictionary/segment-fields/bpx-segment.enum.js +24 -0
  4133. package/esm/dictionary/segment-fields/bts-segment.enum.js +6 -0
  4134. package/esm/dictionary/segment-fields/btx-segment.enum.js +22 -0
  4135. package/esm/dictionary/segment-fields/cdm-segment.enum.js +16 -0
  4136. package/esm/dictionary/segment-fields/cer-segment.enum.js +34 -0
  4137. package/esm/dictionary/segment-fields/cm0-segment.enum.js +14 -0
  4138. package/esm/dictionary/segment-fields/cm1-segment.enum.js +6 -0
  4139. package/esm/dictionary/segment-fields/cm2-segment.enum.js +7 -0
  4140. package/esm/dictionary/segment-fields/cns-segment.enum.js +9 -0
  4141. package/esm/dictionary/segment-fields/con-segment.enum.js +28 -0
  4142. package/esm/dictionary/segment-fields/csp-segment.enum.js +7 -0
  4143. package/esm/dictionary/segment-fields/csr-segment.enum.js +19 -0
  4144. package/esm/dictionary/segment-fields/css-segment.enum.js +6 -0
  4145. package/esm/dictionary/segment-fields/ctd-segment.enum.js +10 -0
  4146. package/esm/dictionary/segment-fields/cti-segment.enum.js +6 -0
  4147. package/esm/dictionary/segment-fields/db1-segment.enum.js +11 -0
  4148. package/esm/dictionary/segment-fields/dg1-segment.enum.js +29 -0
  4149. package/esm/dictionary/segment-fields/dmi-segment.enum.js +8 -0
  4150. package/esm/dictionary/segment-fields/drg-segment.enum.js +36 -0
  4151. package/esm/dictionary/segment-fields/dsc-segment.enum.js +5 -0
  4152. package/esm/dictionary/segment-fields/dsp-segment.enum.js +8 -0
  4153. package/esm/dictionary/segment-fields/ecd-segment.enum.js +8 -0
  4154. package/esm/dictionary/segment-fields/ecr-segment.enum.js +6 -0
  4155. package/esm/dictionary/segment-fields/ed-segment.enum.js +4 -0
  4156. package/esm/dictionary/segment-fields/edu-segment.enum.js +12 -0
  4157. package/esm/dictionary/segment-fields/eql-segment.enum.js +7 -0
  4158. package/esm/dictionary/segment-fields/eqp-segment.enum.js +8 -0
  4159. package/esm/dictionary/segment-fields/equ-segment.enum.js +8 -0
  4160. package/esm/dictionary/segment-fields/erq-segment.enum.js +6 -0
  4161. package/esm/dictionary/segment-fields/err-segment.enum.js +15 -0
  4162. package/esm/dictionary/segment-fields/evn-segment.enum.js +10 -0
  4163. package/esm/dictionary/segment-fields/fac-segment.enum.js +15 -0
  4164. package/esm/dictionary/segment-fields/fhs-segment.enum.js +17 -0
  4165. package/esm/dictionary/segment-fields/ft1-segment.enum.js +46 -0
  4166. package/esm/dictionary/segment-fields/fts-segment.enum.js +5 -0
  4167. package/esm/dictionary/segment-fields/gol-segment.enum.js +25 -0
  4168. package/esm/dictionary/segment-fields/gp1-segment.enum.js +8 -0
  4169. package/esm/dictionary/segment-fields/gp2-segment.enum.js +17 -0
  4170. package/esm/dictionary/segment-fields/gt1-segment.enum.js +60 -0
  4171. package/esm/dictionary/segment-fields/iam-segment.enum.js +33 -0
  4172. package/esm/dictionary/segment-fields/iar-segment.enum.js +7 -0
  4173. package/esm/dictionary/segment-fields/iim-segment.enum.js +18 -0
  4174. package/esm/dictionary/segment-fields/ilt-segment.enum.js +13 -0
  4175. package/esm/dictionary/segment-fields/in1-segment.enum.js +57 -0
  4176. package/esm/dictionary/segment-fields/in2-segment.enum.js +75 -0
  4177. package/esm/dictionary/segment-fields/in3-segment.enum.js +28 -0
  4178. package/esm/dictionary/segment-fields/index.js +182 -0
  4179. package/esm/dictionary/segment-fields/inv-segment.enum.js +23 -0
  4180. package/esm/dictionary/segment-fields/ipc-segment.enum.js +12 -0
  4181. package/esm/dictionary/segment-fields/ipr-segment.enum.js +11 -0
  4182. package/esm/dictionary/segment-fields/isd-segment.enum.js +6 -0
  4183. package/esm/dictionary/segment-fields/itm-segment.enum.js +32 -0
  4184. package/esm/dictionary/segment-fields/ivc-segment.enum.js +33 -0
  4185. package/esm/dictionary/segment-fields/ivt-segment.enum.js +29 -0
  4186. package/esm/dictionary/segment-fields/lan-segment.enum.js +7 -0
  4187. package/esm/dictionary/segment-fields/lcc-segment.enum.js +7 -0
  4188. package/esm/dictionary/segment-fields/lch-segment.enum.js +8 -0
  4189. package/esm/dictionary/segment-fields/ldp-segment.enum.js +15 -0
  4190. package/esm/dictionary/segment-fields/loc-segment.enum.js +12 -0
  4191. package/esm/dictionary/segment-fields/lrl-segment.enum.js +9 -0
  4192. package/esm/dictionary/segment-fields/mfa-segment.enum.js +9 -0
  4193. package/esm/dictionary/segment-fields/mfe-segment.enum.js +10 -0
  4194. package/esm/dictionary/segment-fields/mfi-segment.enum.js +9 -0
  4195. package/esm/dictionary/segment-fields/mrg-segment.enum.js +10 -0
  4196. package/esm/dictionary/segment-fields/msa-segment.enum.js +11 -0
  4197. package/esm/dictionary/segment-fields/msh-segment.enum.js +28 -0
  4198. package/esm/dictionary/segment-fields/nck-segment.enum.js +4 -0
  4199. package/esm/dictionary/segment-fields/nds-segment.enum.js +7 -0
  4200. package/esm/dictionary/segment-fields/nk1-segment.enum.js +44 -0
  4201. package/esm/dictionary/segment-fields/npu-segment.enum.js +5 -0
  4202. package/esm/dictionary/segment-fields/nsc-segment.enum.js +12 -0
  4203. package/esm/dictionary/segment-fields/nst-segment.enum.js +18 -0
  4204. package/esm/dictionary/segment-fields/nte-segment.enum.js +11 -0
  4205. package/esm/dictionary/segment-fields/obr-segment.enum.js +57 -0
  4206. package/esm/dictionary/segment-fields/obx-segment.enum.js +29 -0
  4207. package/esm/dictionary/segment-fields/ods-segment.enum.js +7 -0
  4208. package/esm/dictionary/segment-fields/odt-segment.enum.js +6 -0
  4209. package/esm/dictionary/segment-fields/om1-segment.enum.js +50 -0
  4210. package/esm/dictionary/segment-fields/om2-segment.enum.js +14 -0
  4211. package/esm/dictionary/segment-fields/om3-segment.enum.js +11 -0
  4212. package/esm/dictionary/segment-fields/om4-segment.enum.js +18 -0
  4213. package/esm/dictionary/segment-fields/om5-segment.enum.js +7 -0
  4214. package/esm/dictionary/segment-fields/om6-segment.enum.js +6 -0
  4215. package/esm/dictionary/segment-fields/om7-segment.enum.js +27 -0
  4216. package/esm/dictionary/segment-fields/orc-segment.enum.js +36 -0
  4217. package/esm/dictionary/segment-fields/org-segment.enum.js +16 -0
  4218. package/esm/dictionary/segment-fields/oro-segment.enum.js +7 -0
  4219. package/esm/dictionary/segment-fields/ovr-segment.enum.js +8 -0
  4220. package/esm/dictionary/segment-fields/pac-segment.enum.js +11 -0
  4221. package/esm/dictionary/segment-fields/pce-segment.enum.js +7 -0
  4222. package/esm/dictionary/segment-fields/pcr-segment.enum.js +26 -0
  4223. package/esm/dictionary/segment-fields/pd1-segment.enum.js +25 -0
  4224. package/esm/dictionary/segment-fields/pda-segment.enum.js +12 -0
  4225. package/esm/dictionary/segment-fields/pdc-segment.enum.js +18 -0
  4226. package/esm/dictionary/segment-fields/peo-segment.enum.js +28 -0
  4227. package/esm/dictionary/segment-fields/pes-segment.enum.js +16 -0
  4228. package/esm/dictionary/segment-fields/pid-segment.enum.js +43 -0
  4229. package/esm/dictionary/segment-fields/pkg-segment.enum.js +10 -0
  4230. package/esm/dictionary/segment-fields/pmt-segment.enum.js +15 -0
  4231. package/esm/dictionary/segment-fields/pr1-segment.enum.js +28 -0
  4232. package/esm/dictionary/segment-fields/pra-segment.enum.js +15 -0
  4233. package/esm/dictionary/segment-fields/prb-segment.enum.js +31 -0
  4234. package/esm/dictionary/segment-fields/prc-segment.enum.js +21 -0
  4235. package/esm/dictionary/segment-fields/prd-segment.enum.js +17 -0
  4236. package/esm/dictionary/segment-fields/prt-segment.enum.js +18 -0
  4237. package/esm/dictionary/segment-fields/psg-segment.enum.js +9 -0
  4238. package/esm/dictionary/segment-fields/psh-segment.enum.js +17 -0
  4239. package/esm/dictionary/segment-fields/psl-segment.enum.js +51 -0
  4240. package/esm/dictionary/segment-fields/pss-segment.enum.js +8 -0
  4241. package/esm/dictionary/segment-fields/pth-segment.enum.js +10 -0
  4242. package/esm/dictionary/segment-fields/pv1-segment.enum.js +57 -0
  4243. package/esm/dictionary/segment-fields/pv2-segment.enum.js +53 -0
  4244. package/esm/dictionary/segment-fields/pye-segment.enum.js +10 -0
  4245. package/esm/dictionary/segment-fields/qak-segment.enum.js +9 -0
  4246. package/esm/dictionary/segment-fields/qck-segment.enum.js +4 -0
  4247. package/esm/dictionary/segment-fields/qid-segment.enum.js +5 -0
  4248. package/esm/dictionary/segment-fields/qpd-segment.enum.js +6 -0
  4249. package/esm/dictionary/segment-fields/qrd-segment.enum.js +15 -0
  4250. package/esm/dictionary/segment-fields/qrf-segment.enum.js +13 -0
  4251. package/esm/dictionary/segment-fields/qri-segment.enum.js +6 -0
  4252. package/esm/dictionary/segment-fields/rcp-segment.enum.js +10 -0
  4253. package/esm/dictionary/segment-fields/rdf-segment.enum.js +5 -0
  4254. package/esm/dictionary/segment-fields/rdt-segment.enum.js +4 -0
  4255. package/esm/dictionary/segment-fields/rel-segment.enum.js +19 -0
  4256. package/esm/dictionary/segment-fields/rf1-segment.enum.js +15 -0
  4257. package/esm/dictionary/segment-fields/rfi-segment.enum.js +7 -0
  4258. package/esm/dictionary/segment-fields/rgs-segment.enum.js +6 -0
  4259. package/esm/dictionary/segment-fields/rmi-segment.enum.js +6 -0
  4260. package/esm/dictionary/segment-fields/rol-segment.enum.js +17 -0
  4261. package/esm/dictionary/segment-fields/rq1-segment.enum.js +10 -0
  4262. package/esm/dictionary/segment-fields/rqd-segment.enum.js +13 -0
  4263. package/esm/dictionary/segment-fields/rx1-segment.enum.js +28 -0
  4264. package/esm/dictionary/segment-fields/rxa-segment.enum.js +31 -0
  4265. package/esm/dictionary/segment-fields/rxc-segment.enum.js +12 -0
  4266. package/esm/dictionary/segment-fields/rxd-segment.enum.js +37 -0
  4267. package/esm/dictionary/segment-fields/rxe-segment.enum.js +48 -0
  4268. package/esm/dictionary/segment-fields/rxg-segment.enum.js +33 -0
  4269. package/esm/dictionary/segment-fields/rxo-segment.enum.js +39 -0
  4270. package/esm/dictionary/segment-fields/rxr-segment.enum.js +9 -0
  4271. package/esm/dictionary/segment-fields/sac-segment.enum.js +47 -0
  4272. package/esm/dictionary/segment-fields/scd-segment.enum.js +40 -0
  4273. package/esm/dictionary/segment-fields/sch-segment.enum.js +30 -0
  4274. package/esm/dictionary/segment-fields/scp-segment.enum.js +11 -0
  4275. package/esm/dictionary/segment-fields/sdd-segment.enum.js +10 -0
  4276. package/esm/dictionary/segment-fields/sft-segment.enum.js +9 -0
  4277. package/esm/dictionary/segment-fields/shp-segment.enum.js +14 -0
  4278. package/esm/dictionary/segment-fields/sid-segment.enum.js +7 -0
  4279. package/esm/dictionary/segment-fields/slt-segment.enum.js +8 -0
  4280. package/esm/dictionary/segment-fields/spm-segment.enum.js +35 -0
  4281. package/esm/dictionary/segment-fields/spr-segment.enum.js +7 -0
  4282. package/esm/dictionary/segment-fields/stf-segment.enum.js +44 -0
  4283. package/esm/dictionary/segment-fields/stz-segment.enum.js +7 -0
  4284. package/esm/dictionary/segment-fields/tcc-segment.enum.js +17 -0
  4285. package/esm/dictionary/segment-fields/tcd-segment.enum.js +11 -0
  4286. package/esm/dictionary/segment-fields/tq1-segment.enum.js +17 -0
  4287. package/esm/dictionary/segment-fields/tq2-segment.enum.js +13 -0
  4288. package/esm/dictionary/segment-fields/txa-segment.enum.js +29 -0
  4289. package/esm/dictionary/segment-fields/uac-segment.enum.js +5 -0
  4290. package/esm/dictionary/segment-fields/ub1-segment.enum.js +26 -0
  4291. package/esm/dictionary/segment-fields/ub2-segment.enum.js +20 -0
  4292. package/esm/dictionary/segment-fields/urd-segment.enum.js +10 -0
  4293. package/esm/dictionary/segment-fields/urs-segment.enum.js +12 -0
  4294. package/esm/dictionary/segment-fields/var-segment.enum.js +9 -0
  4295. package/esm/dictionary/segment-fields/vnd-segment.enum.js +8 -0
  4296. package/esm/dictionary/segment-fields/vtq-segment.enum.js +8 -0
  4297. package/esm/dictionary/tables/acknowledgment-code.enum.js +1 -0
  4298. package/esm/dictionary/tables/index.js +1 -0
  4299. package/esm/dictionary/type-fields/ad-type.enum.js +11 -0
  4300. package/esm/dictionary/type-fields/aui-type.enum.js +6 -0
  4301. package/esm/dictionary/type-fields/ccd-type.enum.js +5 -0
  4302. package/esm/dictionary/type-fields/ccp-type.enum.js +6 -0
  4303. package/esm/dictionary/type-fields/cd-type.enum.js +9 -0
  4304. package/esm/dictionary/type-fields/ce-type.enum.js +9 -0
  4305. package/esm/dictionary/type-fields/cf-type.enum.js +25 -0
  4306. package/esm/dictionary/type-fields/ck-type.enum.js +7 -0
  4307. package/esm/dictionary/type-fields/ck_account_no-type.enum.js +7 -0
  4308. package/esm/dictionary/type-fields/cm_abs_range-type.enum.js +7 -0
  4309. package/esm/dictionary/type-fields/cm_aui-type.enum.js +6 -0
  4310. package/esm/dictionary/type-fields/cm_batch_total-type.enum.js +5 -0
  4311. package/esm/dictionary/type-fields/cm_ccd-type.enum.js +5 -0
  4312. package/esm/dictionary/type-fields/cm_ccp-type.enum.js +6 -0
  4313. package/esm/dictionary/type-fields/cm_cd_electrode-type.enum.js +5 -0
  4314. package/esm/dictionary/type-fields/cm_csu-type.enum.js +10 -0
  4315. package/esm/dictionary/type-fields/cm_ddi-type.enum.js +6 -0
  4316. package/esm/dictionary/type-fields/cm_din-type.enum.js +5 -0
  4317. package/esm/dictionary/type-fields/cm_dld-type.enum.js +5 -0
  4318. package/esm/dictionary/type-fields/cm_dlt-type.enum.js +7 -0
  4319. package/esm/dictionary/type-fields/cm_dtn-type.enum.js +5 -0
  4320. package/esm/dictionary/type-fields/cm_eip-type.enum.js +5 -0
  4321. package/esm/dictionary/type-fields/cm_eld-type.enum.js +7 -0
  4322. package/esm/dictionary/type-fields/cm_filler-type.enum.js +5 -0
  4323. package/esm/dictionary/type-fields/cm_finance-type.enum.js +5 -0
  4324. package/esm/dictionary/type-fields/cm_group_id-type.enum.js +5 -0
  4325. package/esm/dictionary/type-fields/cm_internal_location-type.enum.js +11 -0
  4326. package/esm/dictionary/type-fields/cm_job_code-type.enum.js +5 -0
  4327. package/esm/dictionary/type-fields/cm_la1-type.enum.js +19 -0
  4328. package/esm/dictionary/type-fields/cm_license_no-type.enum.js +5 -0
  4329. package/esm/dictionary/type-fields/cm_mdv-type.enum.js +5 -0
  4330. package/esm/dictionary/type-fields/cm_moc-type.enum.js +5 -0
  4331. package/esm/dictionary/type-fields/cm_msg-type.enum.js +5 -0
  4332. package/esm/dictionary/type-fields/cm_ndl-type.enum.js +14 -0
  4333. package/esm/dictionary/type-fields/cm_ocd-type.enum.js +5 -0
  4334. package/esm/dictionary/type-fields/cm_osd-type.enum.js +14 -0
  4335. package/esm/dictionary/type-fields/cm_osp-type.enum.js +6 -0
  4336. package/esm/dictionary/type-fields/cm_parent_result-type.enum.js +6 -0
  4337. package/esm/dictionary/type-fields/cm_pat_id-type.enum.js +8 -0
  4338. package/esm/dictionary/type-fields/cm_pat_id_0192-type.enum.js +8 -0
  4339. package/esm/dictionary/type-fields/cm_pcf-type.enum.js +6 -0
  4340. package/esm/dictionary/type-fields/cm_pen-type.enum.js +5 -0
  4341. package/esm/dictionary/type-fields/cm_pi-type.enum.js +6 -0
  4342. package/esm/dictionary/type-fields/cm_pip-type.enum.js +7 -0
  4343. package/esm/dictionary/type-fields/cm_placer-type.enum.js +5 -0
  4344. package/esm/dictionary/type-fields/cm_pln-type.enum.js +7 -0
  4345. package/esm/dictionary/type-fields/cm_position-type.enum.js +6 -0
  4346. package/esm/dictionary/type-fields/cm_practitioner-type.enum.js +5 -0
  4347. package/esm/dictionary/type-fields/cm_prl-type.enum.js +6 -0
  4348. package/esm/dictionary/type-fields/cm_pta-type.enum.js +6 -0
  4349. package/esm/dictionary/type-fields/cm_range-type.enum.js +5 -0
  4350. package/esm/dictionary/type-fields/cm_rfr-type.enum.js +10 -0
  4351. package/esm/dictionary/type-fields/cm_ri-type.enum.js +5 -0
  4352. package/esm/dictionary/type-fields/cm_rmc-type.enum.js +6 -0
  4353. package/esm/dictionary/type-fields/cm_spd-type.enum.js +7 -0
  4354. package/esm/dictionary/type-fields/cm_sps-type.enum.js +9 -0
  4355. package/esm/dictionary/type-fields/cm_uvc-type.enum.js +5 -0
  4356. package/esm/dictionary/type-fields/cm_vr-type.enum.js +5 -0
  4357. package/esm/dictionary/type-fields/cm_wvi-type.enum.js +5 -0
  4358. package/esm/dictionary/type-fields/cn-type.enum.js +16 -0
  4359. package/esm/dictionary/type-fields/cn_person-type.enum.js +11 -0
  4360. package/esm/dictionary/type-fields/cne-type.enum.js +25 -0
  4361. package/esm/dictionary/type-fields/cnn-type.enum.js +14 -0
  4362. package/esm/dictionary/type-fields/cns-type.enum.js +14 -0
  4363. package/esm/dictionary/type-fields/cp-type.enum.js +9 -0
  4364. package/esm/dictionary/type-fields/cq-type.enum.js +5 -0
  4365. package/esm/dictionary/type-fields/cq_quantity-type.enum.js +5 -0
  4366. package/esm/dictionary/type-fields/csu-type.enum.js +26 -0
  4367. package/esm/dictionary/type-fields/cwe-type.enum.js +25 -0
  4368. package/esm/dictionary/type-fields/cx-type.enum.js +15 -0
  4369. package/esm/dictionary/type-fields/ddi-type.enum.js +6 -0
  4370. package/esm/dictionary/type-fields/din-type.enum.js +5 -0
  4371. package/esm/dictionary/type-fields/dld-type.enum.js +5 -0
  4372. package/esm/dictionary/type-fields/dln-type.enum.js +6 -0
  4373. package/esm/dictionary/type-fields/dlt-type.enum.js +7 -0
  4374. package/esm/dictionary/type-fields/dr-type.enum.js +5 -0
  4375. package/esm/dictionary/type-fields/dtn-type.enum.js +5 -0
  4376. package/esm/dictionary/type-fields/ed-type.enum.js +8 -0
  4377. package/esm/dictionary/type-fields/ei-type.enum.js +7 -0
  4378. package/esm/dictionary/type-fields/eip-type.enum.js +5 -0
  4379. package/esm/dictionary/type-fields/eld-type.enum.js +7 -0
  4380. package/esm/dictionary/type-fields/erl-type.enum.js +9 -0
  4381. package/esm/dictionary/type-fields/fc-type.enum.js +5 -0
  4382. package/esm/dictionary/type-fields/fn-type.enum.js +8 -0
  4383. package/esm/dictionary/type-fields/hd-type.enum.js +6 -0
  4384. package/esm/dictionary/type-fields/icd-type.enum.js +6 -0
  4385. package/esm/dictionary/type-fields/index.js +137 -0
  4386. package/esm/dictionary/type-fields/jcc-type.enum.js +6 -0
  4387. package/esm/dictionary/type-fields/la1-type.enum.js +12 -0
  4388. package/esm/dictionary/type-fields/la2-type.enum.js +19 -0
  4389. package/esm/dictionary/type-fields/ma-type.enum.js +13 -0
  4390. package/esm/dictionary/type-fields/mo-type.enum.js +5 -0
  4391. package/esm/dictionary/type-fields/moc-type.enum.js +5 -0
  4392. package/esm/dictionary/type-fields/mop-type.enum.js +6 -0
  4393. package/esm/dictionary/type-fields/msg-type.enum.js +6 -0
  4394. package/esm/dictionary/type-fields/na-type.enum.js +13 -0
  4395. package/esm/dictionary/type-fields/ndl-type.enum.js +14 -0
  4396. package/esm/dictionary/type-fields/nr-type.enum.js +5 -0
  4397. package/esm/dictionary/type-fields/ocd-type.enum.js +5 -0
  4398. package/esm/dictionary/type-fields/osd-type.enum.js +14 -0
  4399. package/esm/dictionary/type-fields/osp-type.enum.js +6 -0
  4400. package/esm/dictionary/type-fields/pcf-type.enum.js +6 -0
  4401. package/esm/dictionary/type-fields/pi-type.enum.js +6 -0
  4402. package/esm/dictionary/type-fields/pip-type.enum.js +8 -0
  4403. package/esm/dictionary/type-fields/pl-type.enum.js +14 -0
  4404. package/esm/dictionary/type-fields/pln-type.enum.js +7 -0
  4405. package/esm/dictionary/type-fields/pn-type.enum.js +9 -0
  4406. package/esm/dictionary/type-fields/ppn-type.enum.js +29 -0
  4407. package/esm/dictionary/type-fields/prl-type.enum.js +6 -0
  4408. package/esm/dictionary/type-fields/pt-type.enum.js +5 -0
  4409. package/esm/dictionary/type-fields/pta-type.enum.js +7 -0
  4410. package/esm/dictionary/type-fields/qip-type.enum.js +5 -0
  4411. package/esm/dictionary/type-fields/qsc-type.enum.js +7 -0
  4412. package/esm/dictionary/type-fields/rcd-type.enum.js +6 -0
  4413. package/esm/dictionary/type-fields/rfr-type.enum.js +10 -0
  4414. package/esm/dictionary/type-fields/ri-type.enum.js +5 -0
  4415. package/esm/dictionary/type-fields/rmc-type.enum.js +7 -0
  4416. package/esm/dictionary/type-fields/rp-type.enum.js +7 -0
  4417. package/esm/dictionary/type-fields/rpt-type.enum.js +14 -0
  4418. package/esm/dictionary/type-fields/sad-type.enum.js +6 -0
  4419. package/esm/dictionary/type-fields/scv-type.enum.js +5 -0
  4420. package/esm/dictionary/type-fields/sn-type.enum.js +7 -0
  4421. package/esm/dictionary/type-fields/spd-type.enum.js +7 -0
  4422. package/esm/dictionary/type-fields/sps-type.enum.js +10 -0
  4423. package/esm/dictionary/type-fields/srt-type.enum.js +5 -0
  4424. package/esm/dictionary/type-fields/tq-type.enum.js +15 -0
  4425. package/esm/dictionary/type-fields/ts-type.enum.js +5 -0
  4426. package/esm/dictionary/type-fields/uvc-type.enum.js +7 -0
  4427. package/esm/dictionary/type-fields/vh-type.enum.js +7 -0
  4428. package/esm/dictionary/type-fields/vid-type.enum.js +6 -0
  4429. package/esm/dictionary/type-fields/vr-type.enum.js +5 -0
  4430. package/esm/dictionary/type-fields/wvi-type.enum.js +5 -0
  4431. package/esm/dictionary/type-fields/wvs-type.enum.js +5 -0
  4432. package/esm/dictionary/type-fields/xad-type.enum.js +26 -0
  4433. package/esm/dictionary/type-fields/xcn-type.enum.js +28 -0
  4434. package/esm/dictionary/type-fields/xon-type.enum.js +13 -0
  4435. package/esm/dictionary/type-fields/xpn-type.enum.js +18 -0
  4436. package/esm/dictionary/type-fields/xtn-type.enum.js +21 -0
  4437. package/esm/hl7-component.js +150 -0
  4438. package/esm/hl7-dictionary.js +29 -0
  4439. package/esm/hl7-error.js +24 -0
  4440. package/esm/hl7-field.js +77 -0
  4441. package/esm/hl7-message.js +221 -0
  4442. package/esm/hl7-repetition.js +69 -0
  4443. package/esm/hl7-segment.js +82 -0
  4444. package/esm/hl7-sub-component.js +79 -0
  4445. package/esm/index.js +13 -0
  4446. package/esm/interfaces/dictionary.types.js +3 -0
  4447. package/esm/interfaces/index.js +2 -0
  4448. package/esm/interfaces/version.enum.js +14 -0
  4449. package/esm/package.json +3 -0
  4450. package/esm/utils/hl7-date.js +22 -0
  4451. package/esm/utils/hl7-escape.js +83 -0
  4452. package/package.json +47 -41
  4453. package/types/constants.d.ts +9 -0
  4454. package/types/dictionary/2.1/dictionary.d.ts +3 -0
  4455. package/types/dictionary/2.1/index.d.ts +3 -0
  4456. package/types/dictionary/2.1/patches.d.ts +1 -0
  4457. package/types/dictionary/2.1/segments/ACC.d.ts +2 -0
  4458. package/types/dictionary/2.1/segments/ADD.d.ts +2 -0
  4459. package/types/dictionary/2.1/segments/BHS.d.ts +2 -0
  4460. package/types/dictionary/2.1/segments/BLG.d.ts +2 -0
  4461. package/types/dictionary/2.1/segments/BTS.d.ts +2 -0
  4462. package/types/dictionary/2.1/segments/DG1.d.ts +2 -0
  4463. package/types/dictionary/2.1/segments/DSC.d.ts +2 -0
  4464. package/types/dictionary/2.1/segments/DSP.d.ts +2 -0
  4465. package/types/dictionary/2.1/segments/ERR.d.ts +2 -0
  4466. package/types/dictionary/2.1/segments/EVN.d.ts +2 -0
  4467. package/types/dictionary/2.1/segments/FHS.d.ts +2 -0
  4468. package/types/dictionary/2.1/segments/FT1.d.ts +2 -0
  4469. package/types/dictionary/2.1/segments/FTS.d.ts +2 -0
  4470. package/types/dictionary/2.1/segments/GT1.d.ts +2 -0
  4471. package/types/dictionary/2.1/segments/IN1.d.ts +2 -0
  4472. package/types/dictionary/2.1/segments/MFI.d.ts +2 -0
  4473. package/types/dictionary/2.1/segments/MRG.d.ts +2 -0
  4474. package/types/dictionary/2.1/segments/MSA.d.ts +2 -0
  4475. package/types/dictionary/2.1/segments/MSH.d.ts +2 -0
  4476. package/types/dictionary/2.1/segments/NCK.d.ts +2 -0
  4477. package/types/dictionary/2.1/segments/NK1.d.ts +2 -0
  4478. package/types/dictionary/2.1/segments/NPU.d.ts +2 -0
  4479. package/types/dictionary/2.1/segments/NSC.d.ts +2 -0
  4480. package/types/dictionary/2.1/segments/NST.d.ts +2 -0
  4481. package/types/dictionary/2.1/segments/NTE.d.ts +2 -0
  4482. package/types/dictionary/2.1/segments/OBR.d.ts +2 -0
  4483. package/types/dictionary/2.1/segments/OBX.d.ts +2 -0
  4484. package/types/dictionary/2.1/segments/ORC.d.ts +2 -0
  4485. package/types/dictionary/2.1/segments/ORO.d.ts +2 -0
  4486. package/types/dictionary/2.1/segments/PID.d.ts +2 -0
  4487. package/types/dictionary/2.1/segments/PR1.d.ts +2 -0
  4488. package/types/dictionary/2.1/segments/PV1.d.ts +2 -0
  4489. package/types/dictionary/2.1/segments/QRD.d.ts +2 -0
  4490. package/types/dictionary/2.1/segments/QRF.d.ts +2 -0
  4491. package/types/dictionary/2.1/segments/RX1.d.ts +2 -0
  4492. package/types/dictionary/2.1/segments/UB1.d.ts +2 -0
  4493. package/types/dictionary/2.1/segments/URD.d.ts +2 -0
  4494. package/types/dictionary/2.1/segments/URS.d.ts +2 -0
  4495. package/types/dictionary/2.1/segments/index.d.ts +38 -0
  4496. package/types/dictionary/2.1/types/AD.d.ts +2 -0
  4497. package/types/dictionary/2.1/types/CE.d.ts +2 -0
  4498. package/types/dictionary/2.1/types/CK.d.ts +2 -0
  4499. package/types/dictionary/2.1/types/CM.d.ts +2 -0
  4500. package/types/dictionary/2.1/types/CM_MSG.d.ts +2 -0
  4501. package/types/dictionary/2.1/types/CN.d.ts +2 -0
  4502. package/types/dictionary/2.1/types/CQ.d.ts +2 -0
  4503. package/types/dictionary/2.1/types/DT.d.ts +2 -0
  4504. package/types/dictionary/2.1/types/FT.d.ts +2 -0
  4505. package/types/dictionary/2.1/types/ID.d.ts +2 -0
  4506. package/types/dictionary/2.1/types/IS.d.ts +2 -0
  4507. package/types/dictionary/2.1/types/NM.d.ts +2 -0
  4508. package/types/dictionary/2.1/types/PN.d.ts +2 -0
  4509. package/types/dictionary/2.1/types/SI.d.ts +2 -0
  4510. package/types/dictionary/2.1/types/ST.d.ts +2 -0
  4511. package/types/dictionary/2.1/types/TM.d.ts +2 -0
  4512. package/types/dictionary/2.1/types/TN.d.ts +2 -0
  4513. package/types/dictionary/2.1/types/TS.d.ts +2 -0
  4514. package/types/dictionary/2.1/types/TX.d.ts +2 -0
  4515. package/types/dictionary/2.1/types/VARIES.d.ts +2 -0
  4516. package/types/dictionary/2.1/types/index.d.ts +20 -0
  4517. package/types/dictionary/2.2/index.d.ts +2 -0
  4518. package/types/dictionary/2.2/segments/ACC.d.ts +3 -0
  4519. package/types/dictionary/2.2/segments/ADD.d.ts +3 -0
  4520. package/types/dictionary/2.2/segments/AL1.d.ts +3 -0
  4521. package/types/dictionary/2.2/segments/BHS.d.ts +3 -0
  4522. package/types/dictionary/2.2/segments/BLG.d.ts +3 -0
  4523. package/types/dictionary/2.2/segments/BTS.d.ts +3 -0
  4524. package/types/dictionary/2.2/segments/DG1.d.ts +3 -0
  4525. package/types/dictionary/2.2/segments/DSC.d.ts +3 -0
  4526. package/types/dictionary/2.2/segments/DSP.d.ts +3 -0
  4527. package/types/dictionary/2.2/segments/ERR.d.ts +3 -0
  4528. package/types/dictionary/2.2/segments/EVN.d.ts +3 -0
  4529. package/types/dictionary/2.2/segments/FHS.d.ts +3 -0
  4530. package/types/dictionary/2.2/segments/FT1.d.ts +3 -0
  4531. package/types/dictionary/2.2/segments/FTS.d.ts +3 -0
  4532. package/types/dictionary/2.2/segments/GT1.d.ts +3 -0
  4533. package/types/dictionary/2.2/segments/IN1.d.ts +3 -0
  4534. package/types/dictionary/2.2/segments/IN2.d.ts +3 -0
  4535. package/types/dictionary/2.2/segments/IN3.d.ts +3 -0
  4536. package/types/dictionary/2.2/segments/MFA.d.ts +3 -0
  4537. package/types/dictionary/2.2/segments/MFE.d.ts +3 -0
  4538. package/types/dictionary/2.2/segments/MRG.d.ts +3 -0
  4539. package/types/dictionary/2.2/segments/MSA.d.ts +3 -0
  4540. package/types/dictionary/2.2/segments/MSH.d.ts +3 -0
  4541. package/types/dictionary/2.2/segments/NCK.d.ts +3 -0
  4542. package/types/dictionary/2.2/segments/NK1.d.ts +3 -0
  4543. package/types/dictionary/2.2/segments/NPU.d.ts +3 -0
  4544. package/types/dictionary/2.2/segments/NSC.d.ts +3 -0
  4545. package/types/dictionary/2.2/segments/NST.d.ts +3 -0
  4546. package/types/dictionary/2.2/segments/NTE.d.ts +3 -0
  4547. package/types/dictionary/2.2/segments/OBR.d.ts +3 -0
  4548. package/types/dictionary/2.2/segments/OBX.d.ts +3 -0
  4549. package/types/dictionary/2.2/segments/ODS.d.ts +3 -0
  4550. package/types/dictionary/2.2/segments/ODT.d.ts +3 -0
  4551. package/types/dictionary/2.2/segments/OM1.d.ts +3 -0
  4552. package/types/dictionary/2.2/segments/OM2.d.ts +3 -0
  4553. package/types/dictionary/2.2/segments/OM3.d.ts +3 -0
  4554. package/types/dictionary/2.2/segments/OM4.d.ts +3 -0
  4555. package/types/dictionary/2.2/segments/OM5.d.ts +3 -0
  4556. package/types/dictionary/2.2/segments/OM6.d.ts +3 -0
  4557. package/types/dictionary/2.2/segments/ORC.d.ts +3 -0
  4558. package/types/dictionary/2.2/segments/PID.d.ts +3 -0
  4559. package/types/dictionary/2.2/segments/PR1.d.ts +3 -0
  4560. package/types/dictionary/2.2/segments/PRA.d.ts +3 -0
  4561. package/types/dictionary/2.2/segments/PV1.d.ts +3 -0
  4562. package/types/dictionary/2.2/segments/PV2.d.ts +3 -0
  4563. package/types/dictionary/2.2/segments/QRD.d.ts +3 -0
  4564. package/types/dictionary/2.2/segments/QRF.d.ts +3 -0
  4565. package/types/dictionary/2.2/segments/RQ1.d.ts +3 -0
  4566. package/types/dictionary/2.2/segments/RQD.d.ts +3 -0
  4567. package/types/dictionary/2.2/segments/RXA.d.ts +3 -0
  4568. package/types/dictionary/2.2/segments/RXC.d.ts +3 -0
  4569. package/types/dictionary/2.2/segments/RXD.d.ts +3 -0
  4570. package/types/dictionary/2.2/segments/RXE.d.ts +3 -0
  4571. package/types/dictionary/2.2/segments/RXG.d.ts +3 -0
  4572. package/types/dictionary/2.2/segments/RXO.d.ts +3 -0
  4573. package/types/dictionary/2.2/segments/RXR.d.ts +3 -0
  4574. package/types/dictionary/2.2/segments/STF.d.ts +3 -0
  4575. package/types/dictionary/2.2/segments/UB1.d.ts +3 -0
  4576. package/types/dictionary/2.2/segments/UB2.d.ts +3 -0
  4577. package/types/dictionary/2.2/segments/URD.d.ts +3 -0
  4578. package/types/dictionary/2.2/segments/URS.d.ts +3 -0
  4579. package/types/dictionary/2.2/segments/index.d.ts +61 -0
  4580. package/types/dictionary/2.2/types/AD.d.ts +3 -0
  4581. package/types/dictionary/2.2/types/CK.d.ts +3 -0
  4582. package/types/dictionary/2.2/types/CK_ACCOUNT_NO.d.ts +3 -0
  4583. package/types/dictionary/2.2/types/CM_ABS_RANGE.d.ts +3 -0
  4584. package/types/dictionary/2.2/types/CM_AUI.d.ts +3 -0
  4585. package/types/dictionary/2.2/types/CM_BATCH_TOTAL.d.ts +3 -0
  4586. package/types/dictionary/2.2/types/CM_CCD.d.ts +3 -0
  4587. package/types/dictionary/2.2/types/CM_DDI.d.ts +3 -0
  4588. package/types/dictionary/2.2/types/CM_DIN.d.ts +3 -0
  4589. package/types/dictionary/2.2/types/CM_DLD.d.ts +3 -0
  4590. package/types/dictionary/2.2/types/CM_DLT.d.ts +3 -0
  4591. package/types/dictionary/2.2/types/CM_DTN.d.ts +3 -0
  4592. package/types/dictionary/2.2/types/CM_EIP.d.ts +3 -0
  4593. package/types/dictionary/2.2/types/CM_ELD.d.ts +3 -0
  4594. package/types/dictionary/2.2/types/CM_FILLER.d.ts +3 -0
  4595. package/types/dictionary/2.2/types/CM_FINANCE.d.ts +3 -0
  4596. package/types/dictionary/2.2/types/CM_GROUP_ID.d.ts +3 -0
  4597. package/types/dictionary/2.2/types/CM_INTERNAL_LOCATION.d.ts +3 -0
  4598. package/types/dictionary/2.2/types/CM_JOB_CODE.d.ts +3 -0
  4599. package/types/dictionary/2.2/types/CM_LA1.d.ts +3 -0
  4600. package/types/dictionary/2.2/types/CM_LICENSE_NO.d.ts +3 -0
  4601. package/types/dictionary/2.2/types/CM_MOC.d.ts +3 -0
  4602. package/types/dictionary/2.2/types/CM_NDL.d.ts +3 -0
  4603. package/types/dictionary/2.2/types/CM_OCD.d.ts +3 -0
  4604. package/types/dictionary/2.2/types/CM_OSP.d.ts +3 -0
  4605. package/types/dictionary/2.2/types/CM_PARENT_RESULT.d.ts +3 -0
  4606. package/types/dictionary/2.2/types/CM_PAT_ID.d.ts +3 -0
  4607. package/types/dictionary/2.2/types/CM_PAT_ID_0192.d.ts +3 -0
  4608. package/types/dictionary/2.2/types/CM_PCF.d.ts +3 -0
  4609. package/types/dictionary/2.2/types/CM_PEN.d.ts +3 -0
  4610. package/types/dictionary/2.2/types/CM_PIP.d.ts +3 -0
  4611. package/types/dictionary/2.2/types/CM_PLACER.d.ts +3 -0
  4612. package/types/dictionary/2.2/types/CM_PLN.d.ts +3 -0
  4613. package/types/dictionary/2.2/types/CM_POSITION.d.ts +3 -0
  4614. package/types/dictionary/2.2/types/CM_PRACTITIONER.d.ts +3 -0
  4615. package/types/dictionary/2.2/types/CM_PTA.d.ts +3 -0
  4616. package/types/dictionary/2.2/types/CM_RANGE.d.ts +3 -0
  4617. package/types/dictionary/2.2/types/CM_RFR.d.ts +3 -0
  4618. package/types/dictionary/2.2/types/CM_RI.d.ts +3 -0
  4619. package/types/dictionary/2.2/types/CM_RMC.d.ts +3 -0
  4620. package/types/dictionary/2.2/types/CM_SPD.d.ts +3 -0
  4621. package/types/dictionary/2.2/types/CM_SPS.d.ts +3 -0
  4622. package/types/dictionary/2.2/types/CM_UVC.d.ts +3 -0
  4623. package/types/dictionary/2.2/types/CM_VR.d.ts +3 -0
  4624. package/types/dictionary/2.2/types/CN.d.ts +3 -0
  4625. package/types/dictionary/2.2/types/CN_PERSON.d.ts +3 -0
  4626. package/types/dictionary/2.2/types/CQ_QUANTITY.d.ts +3 -0
  4627. package/types/dictionary/2.2/types/SI.d.ts +3 -0
  4628. package/types/dictionary/2.2/types/TQ.d.ts +3 -0
  4629. package/types/dictionary/2.2/types/index.d.ts +49 -0
  4630. package/types/dictionary/2.3/index.d.ts +2 -0
  4631. package/types/dictionary/2.3/segments/ACC.d.ts +3 -0
  4632. package/types/dictionary/2.3/segments/ADD.d.ts +3 -0
  4633. package/types/dictionary/2.3/segments/AIG.d.ts +3 -0
  4634. package/types/dictionary/2.3/segments/AIL.d.ts +3 -0
  4635. package/types/dictionary/2.3/segments/AIP.d.ts +3 -0
  4636. package/types/dictionary/2.3/segments/AIS.d.ts +3 -0
  4637. package/types/dictionary/2.3/segments/AL1.d.ts +3 -0
  4638. package/types/dictionary/2.3/segments/APR.d.ts +3 -0
  4639. package/types/dictionary/2.3/segments/ARQ.d.ts +3 -0
  4640. package/types/dictionary/2.3/segments/AUT.d.ts +3 -0
  4641. package/types/dictionary/2.3/segments/BHS.d.ts +3 -0
  4642. package/types/dictionary/2.3/segments/BLG.d.ts +3 -0
  4643. package/types/dictionary/2.3/segments/BTS.d.ts +3 -0
  4644. package/types/dictionary/2.3/segments/CDM.d.ts +3 -0
  4645. package/types/dictionary/2.3/segments/CM0.d.ts +3 -0
  4646. package/types/dictionary/2.3/segments/CM1.d.ts +3 -0
  4647. package/types/dictionary/2.3/segments/CM2.d.ts +3 -0
  4648. package/types/dictionary/2.3/segments/CSP.d.ts +3 -0
  4649. package/types/dictionary/2.3/segments/CSR.d.ts +3 -0
  4650. package/types/dictionary/2.3/segments/CSS.d.ts +3 -0
  4651. package/types/dictionary/2.3/segments/CTD.d.ts +3 -0
  4652. package/types/dictionary/2.3/segments/CTI.d.ts +3 -0
  4653. package/types/dictionary/2.3/segments/DB1.d.ts +3 -0
  4654. package/types/dictionary/2.3/segments/DG1.d.ts +3 -0
  4655. package/types/dictionary/2.3/segments/DRG.d.ts +3 -0
  4656. package/types/dictionary/2.3/segments/DSC.d.ts +3 -0
  4657. package/types/dictionary/2.3/segments/DSP.d.ts +3 -0
  4658. package/types/dictionary/2.3/segments/EQL.d.ts +3 -0
  4659. package/types/dictionary/2.3/segments/ERQ.d.ts +3 -0
  4660. package/types/dictionary/2.3/segments/ERR.d.ts +3 -0
  4661. package/types/dictionary/2.3/segments/EVN.d.ts +3 -0
  4662. package/types/dictionary/2.3/segments/FAC.d.ts +3 -0
  4663. package/types/dictionary/2.3/segments/FHS.d.ts +3 -0
  4664. package/types/dictionary/2.3/segments/FT1.d.ts +3 -0
  4665. package/types/dictionary/2.3/segments/FTS.d.ts +3 -0
  4666. package/types/dictionary/2.3/segments/GOL.d.ts +3 -0
  4667. package/types/dictionary/2.3/segments/GT1.d.ts +3 -0
  4668. package/types/dictionary/2.3/segments/IAM.d.ts +3 -0
  4669. package/types/dictionary/2.3/segments/IN1.d.ts +3 -0
  4670. package/types/dictionary/2.3/segments/IN2.d.ts +3 -0
  4671. package/types/dictionary/2.3/segments/IN3.d.ts +3 -0
  4672. package/types/dictionary/2.3/segments/LCC.d.ts +3 -0
  4673. package/types/dictionary/2.3/segments/LCH.d.ts +3 -0
  4674. package/types/dictionary/2.3/segments/LDP.d.ts +3 -0
  4675. package/types/dictionary/2.3/segments/LOC.d.ts +3 -0
  4676. package/types/dictionary/2.3/segments/LRL.d.ts +3 -0
  4677. package/types/dictionary/2.3/segments/MFA.d.ts +3 -0
  4678. package/types/dictionary/2.3/segments/MFE.d.ts +3 -0
  4679. package/types/dictionary/2.3/segments/MFI.d.ts +3 -0
  4680. package/types/dictionary/2.3/segments/MRG.d.ts +3 -0
  4681. package/types/dictionary/2.3/segments/MSA.d.ts +3 -0
  4682. package/types/dictionary/2.3/segments/MSH.d.ts +3 -0
  4683. package/types/dictionary/2.3/segments/NCK.d.ts +3 -0
  4684. package/types/dictionary/2.3/segments/NK1.d.ts +3 -0
  4685. package/types/dictionary/2.3/segments/NPU.d.ts +3 -0
  4686. package/types/dictionary/2.3/segments/NSC.d.ts +3 -0
  4687. package/types/dictionary/2.3/segments/NST.d.ts +3 -0
  4688. package/types/dictionary/2.3/segments/NTE.d.ts +3 -0
  4689. package/types/dictionary/2.3/segments/OBR.d.ts +3 -0
  4690. package/types/dictionary/2.3/segments/OBX.d.ts +3 -0
  4691. package/types/dictionary/2.3/segments/ODS.d.ts +3 -0
  4692. package/types/dictionary/2.3/segments/ODT.d.ts +3 -0
  4693. package/types/dictionary/2.3/segments/OM1.d.ts +3 -0
  4694. package/types/dictionary/2.3/segments/OM2.d.ts +3 -0
  4695. package/types/dictionary/2.3/segments/OM3.d.ts +3 -0
  4696. package/types/dictionary/2.3/segments/OM4.d.ts +3 -0
  4697. package/types/dictionary/2.3/segments/OM5.d.ts +3 -0
  4698. package/types/dictionary/2.3/segments/OM6.d.ts +3 -0
  4699. package/types/dictionary/2.3/segments/ORC.d.ts +3 -0
  4700. package/types/dictionary/2.3/segments/PCR.d.ts +3 -0
  4701. package/types/dictionary/2.3/segments/PD1.d.ts +3 -0
  4702. package/types/dictionary/2.3/segments/PDC.d.ts +3 -0
  4703. package/types/dictionary/2.3/segments/PEO.d.ts +3 -0
  4704. package/types/dictionary/2.3/segments/PES.d.ts +3 -0
  4705. package/types/dictionary/2.3/segments/PID.d.ts +3 -0
  4706. package/types/dictionary/2.3/segments/PR1.d.ts +3 -0
  4707. package/types/dictionary/2.3/segments/PRA.d.ts +3 -0
  4708. package/types/dictionary/2.3/segments/PRB.d.ts +3 -0
  4709. package/types/dictionary/2.3/segments/PRC.d.ts +3 -0
  4710. package/types/dictionary/2.3/segments/PRD.d.ts +3 -0
  4711. package/types/dictionary/2.3/segments/PSH.d.ts +3 -0
  4712. package/types/dictionary/2.3/segments/PTH.d.ts +3 -0
  4713. package/types/dictionary/2.3/segments/PV1.d.ts +3 -0
  4714. package/types/dictionary/2.3/segments/PV2.d.ts +3 -0
  4715. package/types/dictionary/2.3/segments/QAK.d.ts +3 -0
  4716. package/types/dictionary/2.3/segments/QCK.d.ts +3 -0
  4717. package/types/dictionary/2.3/segments/QRD.d.ts +3 -0
  4718. package/types/dictionary/2.3/segments/QRF.d.ts +3 -0
  4719. package/types/dictionary/2.3/segments/RDF.d.ts +3 -0
  4720. package/types/dictionary/2.3/segments/RDT.d.ts +3 -0
  4721. package/types/dictionary/2.3/segments/RF1.d.ts +3 -0
  4722. package/types/dictionary/2.3/segments/RGS.d.ts +3 -0
  4723. package/types/dictionary/2.3/segments/ROL.d.ts +3 -0
  4724. package/types/dictionary/2.3/segments/RQ1.d.ts +3 -0
  4725. package/types/dictionary/2.3/segments/RQD.d.ts +3 -0
  4726. package/types/dictionary/2.3/segments/RXA.d.ts +3 -0
  4727. package/types/dictionary/2.3/segments/RXC.d.ts +3 -0
  4728. package/types/dictionary/2.3/segments/RXD.d.ts +3 -0
  4729. package/types/dictionary/2.3/segments/RXE.d.ts +3 -0
  4730. package/types/dictionary/2.3/segments/RXG.d.ts +3 -0
  4731. package/types/dictionary/2.3/segments/RXO.d.ts +3 -0
  4732. package/types/dictionary/2.3/segments/RXR.d.ts +3 -0
  4733. package/types/dictionary/2.3/segments/SCH.d.ts +3 -0
  4734. package/types/dictionary/2.3/segments/SPR.d.ts +3 -0
  4735. package/types/dictionary/2.3/segments/STF.d.ts +3 -0
  4736. package/types/dictionary/2.3/segments/TXA.d.ts +3 -0
  4737. package/types/dictionary/2.3/segments/UB1.d.ts +3 -0
  4738. package/types/dictionary/2.3/segments/UB2.d.ts +3 -0
  4739. package/types/dictionary/2.3/segments/URD.d.ts +3 -0
  4740. package/types/dictionary/2.3/segments/URS.d.ts +3 -0
  4741. package/types/dictionary/2.3/segments/VAR.d.ts +3 -0
  4742. package/types/dictionary/2.3/segments/VTQ.d.ts +3 -0
  4743. package/types/dictionary/2.3/segments/index.d.ts +112 -0
  4744. package/types/dictionary/2.3/types/AD.d.ts +3 -0
  4745. package/types/dictionary/2.3/types/CD.d.ts +3 -0
  4746. package/types/dictionary/2.3/types/CE.d.ts +3 -0
  4747. package/types/dictionary/2.3/types/CF.d.ts +3 -0
  4748. package/types/dictionary/2.3/types/CK.d.ts +3 -0
  4749. package/types/dictionary/2.3/types/CM_AUI.d.ts +3 -0
  4750. package/types/dictionary/2.3/types/CM_CCD.d.ts +3 -0
  4751. package/types/dictionary/2.3/types/CM_CCP.d.ts +3 -0
  4752. package/types/dictionary/2.3/types/CM_CD_ELECTRODE.d.ts +3 -0
  4753. package/types/dictionary/2.3/types/CM_CSU.d.ts +3 -0
  4754. package/types/dictionary/2.3/types/CM_DDI.d.ts +3 -0
  4755. package/types/dictionary/2.3/types/CM_DTN.d.ts +3 -0
  4756. package/types/dictionary/2.3/types/CM_EIP.d.ts +3 -0
  4757. package/types/dictionary/2.3/types/CM_ELD.d.ts +3 -0
  4758. package/types/dictionary/2.3/types/CM_LA1.d.ts +3 -0
  4759. package/types/dictionary/2.3/types/CM_MDV.d.ts +3 -0
  4760. package/types/dictionary/2.3/types/CM_MOC.d.ts +3 -0
  4761. package/types/dictionary/2.3/types/CM_MSG.d.ts +3 -0
  4762. package/types/dictionary/2.3/types/CM_NDL.d.ts +3 -0
  4763. package/types/dictionary/2.3/types/CM_OCD.d.ts +3 -0
  4764. package/types/dictionary/2.3/types/CM_OSD.d.ts +3 -0
  4765. package/types/dictionary/2.3/types/CM_OSP.d.ts +3 -0
  4766. package/types/dictionary/2.3/types/CM_PCF.d.ts +3 -0
  4767. package/types/dictionary/2.3/types/CM_PEN.d.ts +3 -0
  4768. package/types/dictionary/2.3/types/CM_PI.d.ts +3 -0
  4769. package/types/dictionary/2.3/types/CM_PLN.d.ts +3 -0
  4770. package/types/dictionary/2.3/types/CM_PRL.d.ts +3 -0
  4771. package/types/dictionary/2.3/types/CM_PTA.d.ts +3 -0
  4772. package/types/dictionary/2.3/types/CM_RFR.d.ts +3 -0
  4773. package/types/dictionary/2.3/types/CM_RI.d.ts +3 -0
  4774. package/types/dictionary/2.3/types/CM_RMC.d.ts +3 -0
  4775. package/types/dictionary/2.3/types/CM_SPS.d.ts +3 -0
  4776. package/types/dictionary/2.3/types/CM_UVC.d.ts +3 -0
  4777. package/types/dictionary/2.3/types/CM_WVI.d.ts +3 -0
  4778. package/types/dictionary/2.3/types/CN.d.ts +3 -0
  4779. package/types/dictionary/2.3/types/CNE.d.ts +3 -0
  4780. package/types/dictionary/2.3/types/CP.d.ts +3 -0
  4781. package/types/dictionary/2.3/types/CQ.d.ts +3 -0
  4782. package/types/dictionary/2.3/types/CX.d.ts +3 -0
  4783. package/types/dictionary/2.3/types/DLN.d.ts +3 -0
  4784. package/types/dictionary/2.3/types/DR.d.ts +3 -0
  4785. package/types/dictionary/2.3/types/DT.d.ts +3 -0
  4786. package/types/dictionary/2.3/types/ED.d.ts +3 -0
  4787. package/types/dictionary/2.3/types/EI.d.ts +3 -0
  4788. package/types/dictionary/2.3/types/FC.d.ts +3 -0
  4789. package/types/dictionary/2.3/types/FT.d.ts +3 -0
  4790. package/types/dictionary/2.3/types/HD.d.ts +3 -0
  4791. package/types/dictionary/2.3/types/ID.d.ts +3 -0
  4792. package/types/dictionary/2.3/types/IS.d.ts +3 -0
  4793. package/types/dictionary/2.3/types/JCC.d.ts +3 -0
  4794. package/types/dictionary/2.3/types/MA.d.ts +3 -0
  4795. package/types/dictionary/2.3/types/MO.d.ts +3 -0
  4796. package/types/dictionary/2.3/types/NA.d.ts +3 -0
  4797. package/types/dictionary/2.3/types/NM.d.ts +3 -0
  4798. package/types/dictionary/2.3/types/PL.d.ts +3 -0
  4799. package/types/dictionary/2.3/types/PPN.d.ts +3 -0
  4800. package/types/dictionary/2.3/types/PT.d.ts +3 -0
  4801. package/types/dictionary/2.3/types/QIP.d.ts +3 -0
  4802. package/types/dictionary/2.3/types/QSC.d.ts +3 -0
  4803. package/types/dictionary/2.3/types/RCD.d.ts +3 -0
  4804. package/types/dictionary/2.3/types/RI.d.ts +3 -0
  4805. package/types/dictionary/2.3/types/RP.d.ts +3 -0
  4806. package/types/dictionary/2.3/types/SCV.d.ts +3 -0
  4807. package/types/dictionary/2.3/types/SN.d.ts +3 -0
  4808. package/types/dictionary/2.3/types/ST.d.ts +3 -0
  4809. package/types/dictionary/2.3/types/TM.d.ts +3 -0
  4810. package/types/dictionary/2.3/types/TN.d.ts +3 -0
  4811. package/types/dictionary/2.3/types/TQ.d.ts +3 -0
  4812. package/types/dictionary/2.3/types/TS.d.ts +3 -0
  4813. package/types/dictionary/2.3/types/TX.d.ts +3 -0
  4814. package/types/dictionary/2.3/types/VARIES.d.ts +3 -0
  4815. package/types/dictionary/2.3/types/VH.d.ts +3 -0
  4816. package/types/dictionary/2.3/types/XAD.d.ts +3 -0
  4817. package/types/dictionary/2.3/types/XCN.d.ts +3 -0
  4818. package/types/dictionary/2.3/types/XON.d.ts +3 -0
  4819. package/types/dictionary/2.3/types/XPN.d.ts +3 -0
  4820. package/types/dictionary/2.3/types/XTN.d.ts +3 -0
  4821. package/types/dictionary/2.3/types/index.d.ts +77 -0
  4822. package/types/dictionary/2.3.1/index.d.ts +2 -0
  4823. package/types/dictionary/2.3.1/segments/ACC.d.ts +3 -0
  4824. package/types/dictionary/2.3.1/segments/ADD.d.ts +3 -0
  4825. package/types/dictionary/2.3.1/segments/AIG.d.ts +3 -0
  4826. package/types/dictionary/2.3.1/segments/AIL.d.ts +3 -0
  4827. package/types/dictionary/2.3.1/segments/AIP.d.ts +3 -0
  4828. package/types/dictionary/2.3.1/segments/AIS.d.ts +3 -0
  4829. package/types/dictionary/2.3.1/segments/AL1.d.ts +3 -0
  4830. package/types/dictionary/2.3.1/segments/APR.d.ts +3 -0
  4831. package/types/dictionary/2.3.1/segments/ARQ.d.ts +3 -0
  4832. package/types/dictionary/2.3.1/segments/AUT.d.ts +3 -0
  4833. package/types/dictionary/2.3.1/segments/BHS.d.ts +3 -0
  4834. package/types/dictionary/2.3.1/segments/BLG.d.ts +3 -0
  4835. package/types/dictionary/2.3.1/segments/BTS.d.ts +3 -0
  4836. package/types/dictionary/2.3.1/segments/CDM.d.ts +3 -0
  4837. package/types/dictionary/2.3.1/segments/CM0.d.ts +3 -0
  4838. package/types/dictionary/2.3.1/segments/CM1.d.ts +3 -0
  4839. package/types/dictionary/2.3.1/segments/CM2.d.ts +3 -0
  4840. package/types/dictionary/2.3.1/segments/CSP.d.ts +3 -0
  4841. package/types/dictionary/2.3.1/segments/CSR.d.ts +3 -0
  4842. package/types/dictionary/2.3.1/segments/CSS.d.ts +3 -0
  4843. package/types/dictionary/2.3.1/segments/CTD.d.ts +3 -0
  4844. package/types/dictionary/2.3.1/segments/CTI.d.ts +3 -0
  4845. package/types/dictionary/2.3.1/segments/DB1.d.ts +3 -0
  4846. package/types/dictionary/2.3.1/segments/DG1.d.ts +3 -0
  4847. package/types/dictionary/2.3.1/segments/DRG.d.ts +3 -0
  4848. package/types/dictionary/2.3.1/segments/DSC.d.ts +3 -0
  4849. package/types/dictionary/2.3.1/segments/DSP.d.ts +3 -0
  4850. package/types/dictionary/2.3.1/segments/EQL.d.ts +3 -0
  4851. package/types/dictionary/2.3.1/segments/ERQ.d.ts +3 -0
  4852. package/types/dictionary/2.3.1/segments/ERR.d.ts +3 -0
  4853. package/types/dictionary/2.3.1/segments/EVN.d.ts +3 -0
  4854. package/types/dictionary/2.3.1/segments/FAC.d.ts +3 -0
  4855. package/types/dictionary/2.3.1/segments/FHS.d.ts +3 -0
  4856. package/types/dictionary/2.3.1/segments/FT1.d.ts +3 -0
  4857. package/types/dictionary/2.3.1/segments/FTS.d.ts +3 -0
  4858. package/types/dictionary/2.3.1/segments/GOL.d.ts +3 -0
  4859. package/types/dictionary/2.3.1/segments/GT1.d.ts +3 -0
  4860. package/types/dictionary/2.3.1/segments/IN1.d.ts +3 -0
  4861. package/types/dictionary/2.3.1/segments/IN2.d.ts +3 -0
  4862. package/types/dictionary/2.3.1/segments/IN3.d.ts +3 -0
  4863. package/types/dictionary/2.3.1/segments/LCC.d.ts +3 -0
  4864. package/types/dictionary/2.3.1/segments/LCH.d.ts +3 -0
  4865. package/types/dictionary/2.3.1/segments/LDP.d.ts +3 -0
  4866. package/types/dictionary/2.3.1/segments/LOC.d.ts +3 -0
  4867. package/types/dictionary/2.3.1/segments/LRL.d.ts +3 -0
  4868. package/types/dictionary/2.3.1/segments/MFA.d.ts +3 -0
  4869. package/types/dictionary/2.3.1/segments/MFE.d.ts +3 -0
  4870. package/types/dictionary/2.3.1/segments/MRG.d.ts +3 -0
  4871. package/types/dictionary/2.3.1/segments/MSA.d.ts +3 -0
  4872. package/types/dictionary/2.3.1/segments/MSH.d.ts +3 -0
  4873. package/types/dictionary/2.3.1/segments/NCK.d.ts +3 -0
  4874. package/types/dictionary/2.3.1/segments/NK1.d.ts +3 -0
  4875. package/types/dictionary/2.3.1/segments/NPU.d.ts +3 -0
  4876. package/types/dictionary/2.3.1/segments/NSC.d.ts +3 -0
  4877. package/types/dictionary/2.3.1/segments/NST.d.ts +3 -0
  4878. package/types/dictionary/2.3.1/segments/NTE.d.ts +3 -0
  4879. package/types/dictionary/2.3.1/segments/OBR.d.ts +3 -0
  4880. package/types/dictionary/2.3.1/segments/OBX.d.ts +3 -0
  4881. package/types/dictionary/2.3.1/segments/ODS.d.ts +3 -0
  4882. package/types/dictionary/2.3.1/segments/ODT.d.ts +3 -0
  4883. package/types/dictionary/2.3.1/segments/OM1.d.ts +3 -0
  4884. package/types/dictionary/2.3.1/segments/OM2.d.ts +3 -0
  4885. package/types/dictionary/2.3.1/segments/OM3.d.ts +3 -0
  4886. package/types/dictionary/2.3.1/segments/OM4.d.ts +3 -0
  4887. package/types/dictionary/2.3.1/segments/OM5.d.ts +3 -0
  4888. package/types/dictionary/2.3.1/segments/OM6.d.ts +3 -0
  4889. package/types/dictionary/2.3.1/segments/ORC.d.ts +3 -0
  4890. package/types/dictionary/2.3.1/segments/PCR.d.ts +3 -0
  4891. package/types/dictionary/2.3.1/segments/PD1.d.ts +3 -0
  4892. package/types/dictionary/2.3.1/segments/PDC.d.ts +3 -0
  4893. package/types/dictionary/2.3.1/segments/PEO.d.ts +3 -0
  4894. package/types/dictionary/2.3.1/segments/PES.d.ts +3 -0
  4895. package/types/dictionary/2.3.1/segments/PID.d.ts +3 -0
  4896. package/types/dictionary/2.3.1/segments/PR1.d.ts +3 -0
  4897. package/types/dictionary/2.3.1/segments/PRA.d.ts +3 -0
  4898. package/types/dictionary/2.3.1/segments/PRC.d.ts +3 -0
  4899. package/types/dictionary/2.3.1/segments/PRD.d.ts +3 -0
  4900. package/types/dictionary/2.3.1/segments/PSH.d.ts +3 -0
  4901. package/types/dictionary/2.3.1/segments/PTH.d.ts +3 -0
  4902. package/types/dictionary/2.3.1/segments/PV1.d.ts +3 -0
  4903. package/types/dictionary/2.3.1/segments/PV2.d.ts +3 -0
  4904. package/types/dictionary/2.3.1/segments/QAK.d.ts +3 -0
  4905. package/types/dictionary/2.3.1/segments/QRD.d.ts +3 -0
  4906. package/types/dictionary/2.3.1/segments/QRF.d.ts +3 -0
  4907. package/types/dictionary/2.3.1/segments/RDF.d.ts +3 -0
  4908. package/types/dictionary/2.3.1/segments/RDT.d.ts +3 -0
  4909. package/types/dictionary/2.3.1/segments/RF1.d.ts +3 -0
  4910. package/types/dictionary/2.3.1/segments/RGS.d.ts +3 -0
  4911. package/types/dictionary/2.3.1/segments/ROL.d.ts +3 -0
  4912. package/types/dictionary/2.3.1/segments/RQ1.d.ts +3 -0
  4913. package/types/dictionary/2.3.1/segments/RQD.d.ts +3 -0
  4914. package/types/dictionary/2.3.1/segments/RXA.d.ts +3 -0
  4915. package/types/dictionary/2.3.1/segments/RXC.d.ts +3 -0
  4916. package/types/dictionary/2.3.1/segments/RXD.d.ts +3 -0
  4917. package/types/dictionary/2.3.1/segments/RXE.d.ts +3 -0
  4918. package/types/dictionary/2.3.1/segments/RXG.d.ts +3 -0
  4919. package/types/dictionary/2.3.1/segments/RXO.d.ts +3 -0
  4920. package/types/dictionary/2.3.1/segments/RXR.d.ts +3 -0
  4921. package/types/dictionary/2.3.1/segments/SCH.d.ts +3 -0
  4922. package/types/dictionary/2.3.1/segments/SPR.d.ts +3 -0
  4923. package/types/dictionary/2.3.1/segments/STF.d.ts +3 -0
  4924. package/types/dictionary/2.3.1/segments/TXA.d.ts +3 -0
  4925. package/types/dictionary/2.3.1/segments/UB1.d.ts +3 -0
  4926. package/types/dictionary/2.3.1/segments/UB2.d.ts +3 -0
  4927. package/types/dictionary/2.3.1/segments/URD.d.ts +3 -0
  4928. package/types/dictionary/2.3.1/segments/URS.d.ts +3 -0
  4929. package/types/dictionary/2.3.1/segments/VAR.d.ts +3 -0
  4930. package/types/dictionary/2.3.1/segments/VTQ.d.ts +3 -0
  4931. package/types/dictionary/2.3.1/segments/index.d.ts +108 -0
  4932. package/types/dictionary/2.3.1/types/AD.d.ts +3 -0
  4933. package/types/dictionary/2.3.1/types/AUI.d.ts +3 -0
  4934. package/types/dictionary/2.3.1/types/CCD.d.ts +3 -0
  4935. package/types/dictionary/2.3.1/types/CCP.d.ts +3 -0
  4936. package/types/dictionary/2.3.1/types/CD.d.ts +3 -0
  4937. package/types/dictionary/2.3.1/types/CE.d.ts +3 -0
  4938. package/types/dictionary/2.3.1/types/CF.d.ts +3 -0
  4939. package/types/dictionary/2.3.1/types/CK.d.ts +3 -0
  4940. package/types/dictionary/2.3.1/types/CN.d.ts +3 -0
  4941. package/types/dictionary/2.3.1/types/CNE.d.ts +3 -0
  4942. package/types/dictionary/2.3.1/types/CNS.d.ts +3 -0
  4943. package/types/dictionary/2.3.1/types/CP.d.ts +3 -0
  4944. package/types/dictionary/2.3.1/types/CSU.d.ts +3 -0
  4945. package/types/dictionary/2.3.1/types/CWE.d.ts +3 -0
  4946. package/types/dictionary/2.3.1/types/DDI.d.ts +3 -0
  4947. package/types/dictionary/2.3.1/types/DIN.d.ts +3 -0
  4948. package/types/dictionary/2.3.1/types/DLD.d.ts +3 -0
  4949. package/types/dictionary/2.3.1/types/DLT.d.ts +3 -0
  4950. package/types/dictionary/2.3.1/types/DR.d.ts +3 -0
  4951. package/types/dictionary/2.3.1/types/DTN.d.ts +3 -0
  4952. package/types/dictionary/2.3.1/types/ED.d.ts +3 -0
  4953. package/types/dictionary/2.3.1/types/EI.d.ts +3 -0
  4954. package/types/dictionary/2.3.1/types/EIP.d.ts +3 -0
  4955. package/types/dictionary/2.3.1/types/ELD.d.ts +3 -0
  4956. package/types/dictionary/2.3.1/types/FC.d.ts +3 -0
  4957. package/types/dictionary/2.3.1/types/FN.d.ts +3 -0
  4958. package/types/dictionary/2.3.1/types/HD.d.ts +3 -0
  4959. package/types/dictionary/2.3.1/types/JCC.d.ts +3 -0
  4960. package/types/dictionary/2.3.1/types/LA1.d.ts +3 -0
  4961. package/types/dictionary/2.3.1/types/LA2.d.ts +3 -0
  4962. package/types/dictionary/2.3.1/types/MOC.d.ts +3 -0
  4963. package/types/dictionary/2.3.1/types/MOP.d.ts +3 -0
  4964. package/types/dictionary/2.3.1/types/MSG.d.ts +3 -0
  4965. package/types/dictionary/2.3.1/types/NDL.d.ts +3 -0
  4966. package/types/dictionary/2.3.1/types/NR.d.ts +3 -0
  4967. package/types/dictionary/2.3.1/types/OCD.d.ts +3 -0
  4968. package/types/dictionary/2.3.1/types/OSD.d.ts +3 -0
  4969. package/types/dictionary/2.3.1/types/OSP.d.ts +3 -0
  4970. package/types/dictionary/2.3.1/types/PCF.d.ts +3 -0
  4971. package/types/dictionary/2.3.1/types/PI.d.ts +3 -0
  4972. package/types/dictionary/2.3.1/types/PIP.d.ts +3 -0
  4973. package/types/dictionary/2.3.1/types/PL.d.ts +3 -0
  4974. package/types/dictionary/2.3.1/types/PLN.d.ts +3 -0
  4975. package/types/dictionary/2.3.1/types/PN.d.ts +3 -0
  4976. package/types/dictionary/2.3.1/types/PPN.d.ts +3 -0
  4977. package/types/dictionary/2.3.1/types/PRL.d.ts +3 -0
  4978. package/types/dictionary/2.3.1/types/PT.d.ts +3 -0
  4979. package/types/dictionary/2.3.1/types/PTA.d.ts +3 -0
  4980. package/types/dictionary/2.3.1/types/QSC.d.ts +3 -0
  4981. package/types/dictionary/2.3.1/types/RCD.d.ts +3 -0
  4982. package/types/dictionary/2.3.1/types/RFR.d.ts +3 -0
  4983. package/types/dictionary/2.3.1/types/RMC.d.ts +3 -0
  4984. package/types/dictionary/2.3.1/types/SCV.d.ts +3 -0
  4985. package/types/dictionary/2.3.1/types/SI.d.ts +3 -0
  4986. package/types/dictionary/2.3.1/types/SPD.d.ts +3 -0
  4987. package/types/dictionary/2.3.1/types/SPS.d.ts +3 -0
  4988. package/types/dictionary/2.3.1/types/TQ.d.ts +3 -0
  4989. package/types/dictionary/2.3.1/types/UVC.d.ts +3 -0
  4990. package/types/dictionary/2.3.1/types/VID.d.ts +3 -0
  4991. package/types/dictionary/2.3.1/types/VR.d.ts +3 -0
  4992. package/types/dictionary/2.3.1/types/WVI.d.ts +3 -0
  4993. package/types/dictionary/2.3.1/types/WVS.d.ts +3 -0
  4994. package/types/dictionary/2.3.1/types/XAD.d.ts +3 -0
  4995. package/types/dictionary/2.3.1/types/XCN.d.ts +3 -0
  4996. package/types/dictionary/2.3.1/types/XON.d.ts +3 -0
  4997. package/types/dictionary/2.3.1/types/XPN.d.ts +3 -0
  4998. package/types/dictionary/2.3.1/types/index.d.ts +66 -0
  4999. package/types/dictionary/2.4/dictionary.d.ts +2 -0
  5000. package/types/dictionary/2.4/index.d.ts +3 -0
  5001. package/types/dictionary/2.4/patches.d.ts +1 -0
  5002. package/types/dictionary/2.4/segments/ABS.d.ts +3 -0
  5003. package/types/dictionary/2.4/segments/ACC.d.ts +3 -0
  5004. package/types/dictionary/2.4/segments/ADD.d.ts +3 -0
  5005. package/types/dictionary/2.4/segments/AFF.d.ts +3 -0
  5006. package/types/dictionary/2.4/segments/AIG.d.ts +3 -0
  5007. package/types/dictionary/2.4/segments/AIL.d.ts +3 -0
  5008. package/types/dictionary/2.4/segments/AIP.d.ts +3 -0
  5009. package/types/dictionary/2.4/segments/AIS.d.ts +3 -0
  5010. package/types/dictionary/2.4/segments/AL1.d.ts +3 -0
  5011. package/types/dictionary/2.4/segments/APR.d.ts +3 -0
  5012. package/types/dictionary/2.4/segments/ARQ.d.ts +3 -0
  5013. package/types/dictionary/2.4/segments/AUT.d.ts +3 -0
  5014. package/types/dictionary/2.4/segments/BHS.d.ts +3 -0
  5015. package/types/dictionary/2.4/segments/BLC.d.ts +3 -0
  5016. package/types/dictionary/2.4/segments/BLG.d.ts +3 -0
  5017. package/types/dictionary/2.4/segments/BTS.d.ts +3 -0
  5018. package/types/dictionary/2.4/segments/CDM.d.ts +3 -0
  5019. package/types/dictionary/2.4/segments/CM0.d.ts +3 -0
  5020. package/types/dictionary/2.4/segments/CM1.d.ts +3 -0
  5021. package/types/dictionary/2.4/segments/CM2.d.ts +3 -0
  5022. package/types/dictionary/2.4/segments/CNS.d.ts +3 -0
  5023. package/types/dictionary/2.4/segments/CSP.d.ts +3 -0
  5024. package/types/dictionary/2.4/segments/CSR.d.ts +3 -0
  5025. package/types/dictionary/2.4/segments/CSS.d.ts +3 -0
  5026. package/types/dictionary/2.4/segments/CTD.d.ts +3 -0
  5027. package/types/dictionary/2.4/segments/CTI.d.ts +3 -0
  5028. package/types/dictionary/2.4/segments/DB1.d.ts +3 -0
  5029. package/types/dictionary/2.4/segments/DG1.d.ts +3 -0
  5030. package/types/dictionary/2.4/segments/DRG.d.ts +3 -0
  5031. package/types/dictionary/2.4/segments/DSC.d.ts +3 -0
  5032. package/types/dictionary/2.4/segments/DSP.d.ts +3 -0
  5033. package/types/dictionary/2.4/segments/ECD.d.ts +3 -0
  5034. package/types/dictionary/2.4/segments/ECR.d.ts +3 -0
  5035. package/types/dictionary/2.4/segments/EDU.d.ts +3 -0
  5036. package/types/dictionary/2.4/segments/EQL.d.ts +3 -0
  5037. package/types/dictionary/2.4/segments/EQP.d.ts +3 -0
  5038. package/types/dictionary/2.4/segments/EQU.d.ts +3 -0
  5039. package/types/dictionary/2.4/segments/ERQ.d.ts +3 -0
  5040. package/types/dictionary/2.4/segments/ERR.d.ts +3 -0
  5041. package/types/dictionary/2.4/segments/EVN.d.ts +3 -0
  5042. package/types/dictionary/2.4/segments/FAC.d.ts +3 -0
  5043. package/types/dictionary/2.4/segments/FHS.d.ts +3 -0
  5044. package/types/dictionary/2.4/segments/FT1.d.ts +3 -0
  5045. package/types/dictionary/2.4/segments/FTS.d.ts +3 -0
  5046. package/types/dictionary/2.4/segments/GOL.d.ts +3 -0
  5047. package/types/dictionary/2.4/segments/GP1.d.ts +3 -0
  5048. package/types/dictionary/2.4/segments/GP2.d.ts +3 -0
  5049. package/types/dictionary/2.4/segments/GT1.d.ts +3 -0
  5050. package/types/dictionary/2.4/segments/IAM.d.ts +3 -0
  5051. package/types/dictionary/2.4/segments/IN1.d.ts +3 -0
  5052. package/types/dictionary/2.4/segments/IN2.d.ts +3 -0
  5053. package/types/dictionary/2.4/segments/IN3.d.ts +3 -0
  5054. package/types/dictionary/2.4/segments/INV.d.ts +3 -0
  5055. package/types/dictionary/2.4/segments/ISD.d.ts +3 -0
  5056. package/types/dictionary/2.4/segments/LAN.d.ts +3 -0
  5057. package/types/dictionary/2.4/segments/LCC.d.ts +3 -0
  5058. package/types/dictionary/2.4/segments/LCH.d.ts +3 -0
  5059. package/types/dictionary/2.4/segments/LDP.d.ts +3 -0
  5060. package/types/dictionary/2.4/segments/LOC.d.ts +3 -0
  5061. package/types/dictionary/2.4/segments/LRL.d.ts +3 -0
  5062. package/types/dictionary/2.4/segments/MFA.d.ts +3 -0
  5063. package/types/dictionary/2.4/segments/MFE.d.ts +3 -0
  5064. package/types/dictionary/2.4/segments/MFI.d.ts +3 -0
  5065. package/types/dictionary/2.4/segments/MRG.d.ts +3 -0
  5066. package/types/dictionary/2.4/segments/MSA.d.ts +3 -0
  5067. package/types/dictionary/2.4/segments/MSH.d.ts +3 -0
  5068. package/types/dictionary/2.4/segments/NCK.d.ts +3 -0
  5069. package/types/dictionary/2.4/segments/NDS.d.ts +3 -0
  5070. package/types/dictionary/2.4/segments/NK1.d.ts +3 -0
  5071. package/types/dictionary/2.4/segments/NPU.d.ts +3 -0
  5072. package/types/dictionary/2.4/segments/NSC.d.ts +3 -0
  5073. package/types/dictionary/2.4/segments/NST.d.ts +3 -0
  5074. package/types/dictionary/2.4/segments/NTE.d.ts +3 -0
  5075. package/types/dictionary/2.4/segments/OBR.d.ts +3 -0
  5076. package/types/dictionary/2.4/segments/OBX.d.ts +3 -0
  5077. package/types/dictionary/2.4/segments/ODS.d.ts +3 -0
  5078. package/types/dictionary/2.4/segments/ODT.d.ts +3 -0
  5079. package/types/dictionary/2.4/segments/OM1.d.ts +3 -0
  5080. package/types/dictionary/2.4/segments/OM2.d.ts +3 -0
  5081. package/types/dictionary/2.4/segments/OM3.d.ts +3 -0
  5082. package/types/dictionary/2.4/segments/OM4.d.ts +3 -0
  5083. package/types/dictionary/2.4/segments/OM5.d.ts +3 -0
  5084. package/types/dictionary/2.4/segments/OM6.d.ts +3 -0
  5085. package/types/dictionary/2.4/segments/OM7.d.ts +3 -0
  5086. package/types/dictionary/2.4/segments/ORC.d.ts +3 -0
  5087. package/types/dictionary/2.4/segments/ORG.d.ts +3 -0
  5088. package/types/dictionary/2.4/segments/PCR.d.ts +3 -0
  5089. package/types/dictionary/2.4/segments/PD1.d.ts +3 -0
  5090. package/types/dictionary/2.4/segments/PDA.d.ts +3 -0
  5091. package/types/dictionary/2.4/segments/PDC.d.ts +3 -0
  5092. package/types/dictionary/2.4/segments/PEO.d.ts +3 -0
  5093. package/types/dictionary/2.4/segments/PES.d.ts +3 -0
  5094. package/types/dictionary/2.4/segments/PID.d.ts +3 -0
  5095. package/types/dictionary/2.4/segments/PR1.d.ts +3 -0
  5096. package/types/dictionary/2.4/segments/PRA.d.ts +3 -0
  5097. package/types/dictionary/2.4/segments/PRB.d.ts +3 -0
  5098. package/types/dictionary/2.4/segments/PRC.d.ts +3 -0
  5099. package/types/dictionary/2.4/segments/PRD.d.ts +3 -0
  5100. package/types/dictionary/2.4/segments/PSH.d.ts +3 -0
  5101. package/types/dictionary/2.4/segments/PTH.d.ts +3 -0
  5102. package/types/dictionary/2.4/segments/PV1.d.ts +3 -0
  5103. package/types/dictionary/2.4/segments/PV2.d.ts +3 -0
  5104. package/types/dictionary/2.4/segments/QAK.d.ts +3 -0
  5105. package/types/dictionary/2.4/segments/QID.d.ts +3 -0
  5106. package/types/dictionary/2.4/segments/QPD.d.ts +3 -0
  5107. package/types/dictionary/2.4/segments/QRD.d.ts +3 -0
  5108. package/types/dictionary/2.4/segments/QRF.d.ts +3 -0
  5109. package/types/dictionary/2.4/segments/QRI.d.ts +3 -0
  5110. package/types/dictionary/2.4/segments/RCP.d.ts +3 -0
  5111. package/types/dictionary/2.4/segments/RDF.d.ts +3 -0
  5112. package/types/dictionary/2.4/segments/RDT.d.ts +3 -0
  5113. package/types/dictionary/2.4/segments/RF1.d.ts +3 -0
  5114. package/types/dictionary/2.4/segments/RGS.d.ts +3 -0
  5115. package/types/dictionary/2.4/segments/RMI.d.ts +3 -0
  5116. package/types/dictionary/2.4/segments/ROL.d.ts +3 -0
  5117. package/types/dictionary/2.4/segments/RQ1.d.ts +3 -0
  5118. package/types/dictionary/2.4/segments/RQD.d.ts +3 -0
  5119. package/types/dictionary/2.4/segments/RXA.d.ts +3 -0
  5120. package/types/dictionary/2.4/segments/RXC.d.ts +3 -0
  5121. package/types/dictionary/2.4/segments/RXD.d.ts +3 -0
  5122. package/types/dictionary/2.4/segments/RXE.d.ts +3 -0
  5123. package/types/dictionary/2.4/segments/RXG.d.ts +3 -0
  5124. package/types/dictionary/2.4/segments/RXO.d.ts +3 -0
  5125. package/types/dictionary/2.4/segments/RXR.d.ts +3 -0
  5126. package/types/dictionary/2.4/segments/SAC.d.ts +3 -0
  5127. package/types/dictionary/2.4/segments/SCH.d.ts +3 -0
  5128. package/types/dictionary/2.4/segments/SID.d.ts +3 -0
  5129. package/types/dictionary/2.4/segments/SPR.d.ts +3 -0
  5130. package/types/dictionary/2.4/segments/STF.d.ts +3 -0
  5131. package/types/dictionary/2.4/segments/TCC.d.ts +3 -0
  5132. package/types/dictionary/2.4/segments/TCD.d.ts +3 -0
  5133. package/types/dictionary/2.4/segments/TXA.d.ts +3 -0
  5134. package/types/dictionary/2.4/segments/UB1.d.ts +3 -0
  5135. package/types/dictionary/2.4/segments/UB2.d.ts +3 -0
  5136. package/types/dictionary/2.4/segments/URD.d.ts +3 -0
  5137. package/types/dictionary/2.4/segments/URS.d.ts +3 -0
  5138. package/types/dictionary/2.4/segments/VAR.d.ts +3 -0
  5139. package/types/dictionary/2.4/segments/VTQ.d.ts +3 -0
  5140. package/types/dictionary/2.4/segments/index.d.ts +138 -0
  5141. package/types/dictionary/2.4/types/AD.d.ts +3 -0
  5142. package/types/dictionary/2.4/types/AUI.d.ts +3 -0
  5143. package/types/dictionary/2.4/types/CD.d.ts +3 -0
  5144. package/types/dictionary/2.4/types/CE.d.ts +3 -0
  5145. package/types/dictionary/2.4/types/CF.d.ts +3 -0
  5146. package/types/dictionary/2.4/types/CK.d.ts +3 -0
  5147. package/types/dictionary/2.4/types/CN.d.ts +3 -0
  5148. package/types/dictionary/2.4/types/CNE.d.ts +3 -0
  5149. package/types/dictionary/2.4/types/CNN.d.ts +3 -0
  5150. package/types/dictionary/2.4/types/CP.d.ts +3 -0
  5151. package/types/dictionary/2.4/types/CQ.d.ts +3 -0
  5152. package/types/dictionary/2.4/types/CWE.d.ts +3 -0
  5153. package/types/dictionary/2.4/types/CX.d.ts +3 -0
  5154. package/types/dictionary/2.4/types/DLD.d.ts +3 -0
  5155. package/types/dictionary/2.4/types/DLN.d.ts +3 -0
  5156. package/types/dictionary/2.4/types/DR.d.ts +3 -0
  5157. package/types/dictionary/2.4/types/DT.d.ts +3 -0
  5158. package/types/dictionary/2.4/types/DTM.d.ts +3 -0
  5159. package/types/dictionary/2.4/types/ED.d.ts +3 -0
  5160. package/types/dictionary/2.4/types/EI.d.ts +3 -0
  5161. package/types/dictionary/2.4/types/FC.d.ts +3 -0
  5162. package/types/dictionary/2.4/types/FN.d.ts +3 -0
  5163. package/types/dictionary/2.4/types/FT.d.ts +3 -0
  5164. package/types/dictionary/2.4/types/HD.d.ts +3 -0
  5165. package/types/dictionary/2.4/types/ID.d.ts +3 -0
  5166. package/types/dictionary/2.4/types/IS.d.ts +3 -0
  5167. package/types/dictionary/2.4/types/JCC.d.ts +3 -0
  5168. package/types/dictionary/2.4/types/MA.d.ts +3 -0
  5169. package/types/dictionary/2.4/types/MO.d.ts +3 -0
  5170. package/types/dictionary/2.4/types/NA.d.ts +3 -0
  5171. package/types/dictionary/2.4/types/NDL.d.ts +3 -0
  5172. package/types/dictionary/2.4/types/NM.d.ts +3 -0
  5173. package/types/dictionary/2.4/types/OCD.d.ts +3 -0
  5174. package/types/dictionary/2.4/types/PL.d.ts +3 -0
  5175. package/types/dictionary/2.4/types/PN.d.ts +3 -0
  5176. package/types/dictionary/2.4/types/PPN.d.ts +3 -0
  5177. package/types/dictionary/2.4/types/PT.d.ts +3 -0
  5178. package/types/dictionary/2.4/types/QIP.d.ts +3 -0
  5179. package/types/dictionary/2.4/types/QSC.d.ts +3 -0
  5180. package/types/dictionary/2.4/types/RCD.d.ts +3 -0
  5181. package/types/dictionary/2.4/types/RFR.d.ts +3 -0
  5182. package/types/dictionary/2.4/types/RI.d.ts +3 -0
  5183. package/types/dictionary/2.4/types/RP.d.ts +3 -0
  5184. package/types/dictionary/2.4/types/SAD.d.ts +3 -0
  5185. package/types/dictionary/2.4/types/SCV.d.ts +3 -0
  5186. package/types/dictionary/2.4/types/SN.d.ts +3 -0
  5187. package/types/dictionary/2.4/types/SRT.d.ts +3 -0
  5188. package/types/dictionary/2.4/types/ST.d.ts +3 -0
  5189. package/types/dictionary/2.4/types/TM.d.ts +3 -0
  5190. package/types/dictionary/2.4/types/TN.d.ts +3 -0
  5191. package/types/dictionary/2.4/types/TQ.d.ts +3 -0
  5192. package/types/dictionary/2.4/types/TS.d.ts +3 -0
  5193. package/types/dictionary/2.4/types/TX.d.ts +3 -0
  5194. package/types/dictionary/2.4/types/VARIES.d.ts +3 -0
  5195. package/types/dictionary/2.4/types/VH.d.ts +3 -0
  5196. package/types/dictionary/2.4/types/WVS.d.ts +3 -0
  5197. package/types/dictionary/2.4/types/XAD.d.ts +3 -0
  5198. package/types/dictionary/2.4/types/XCN.d.ts +3 -0
  5199. package/types/dictionary/2.4/types/XON.d.ts +3 -0
  5200. package/types/dictionary/2.4/types/XPN.d.ts +3 -0
  5201. package/types/dictionary/2.4/types/XTN.d.ts +3 -0
  5202. package/types/dictionary/2.4/types/index.d.ts +61 -0
  5203. package/types/dictionary/2.5/index.d.ts +2 -0
  5204. package/types/dictionary/2.5/segments/ACC.d.ts +3 -0
  5205. package/types/dictionary/2.5/segments/ADD.d.ts +3 -0
  5206. package/types/dictionary/2.5/segments/AFF.d.ts +3 -0
  5207. package/types/dictionary/2.5/segments/AIL.d.ts +3 -0
  5208. package/types/dictionary/2.5/segments/AIP.d.ts +3 -0
  5209. package/types/dictionary/2.5/segments/AIS.d.ts +3 -0
  5210. package/types/dictionary/2.5/segments/AL1.d.ts +3 -0
  5211. package/types/dictionary/2.5/segments/ARQ.d.ts +3 -0
  5212. package/types/dictionary/2.5/segments/AUT.d.ts +3 -0
  5213. package/types/dictionary/2.5/segments/BHS.d.ts +3 -0
  5214. package/types/dictionary/2.5/segments/BLC.d.ts +3 -0
  5215. package/types/dictionary/2.5/segments/BLG.d.ts +3 -0
  5216. package/types/dictionary/2.5/segments/BPO.d.ts +3 -0
  5217. package/types/dictionary/2.5/segments/BPX.d.ts +3 -0
  5218. package/types/dictionary/2.5/segments/BTS.d.ts +3 -0
  5219. package/types/dictionary/2.5/segments/BTX.d.ts +3 -0
  5220. package/types/dictionary/2.5/segments/CDM.d.ts +3 -0
  5221. package/types/dictionary/2.5/segments/CER.d.ts +3 -0
  5222. package/types/dictionary/2.5/segments/CM0.d.ts +3 -0
  5223. package/types/dictionary/2.5/segments/CM1.d.ts +3 -0
  5224. package/types/dictionary/2.5/segments/CM2.d.ts +3 -0
  5225. package/types/dictionary/2.5/segments/CSR.d.ts +3 -0
  5226. package/types/dictionary/2.5/segments/CSS.d.ts +3 -0
  5227. package/types/dictionary/2.5/segments/CTD.d.ts +3 -0
  5228. package/types/dictionary/2.5/segments/DB1.d.ts +3 -0
  5229. package/types/dictionary/2.5/segments/DG1.d.ts +3 -0
  5230. package/types/dictionary/2.5/segments/DRG.d.ts +3 -0
  5231. package/types/dictionary/2.5/segments/DSC.d.ts +3 -0
  5232. package/types/dictionary/2.5/segments/DSP.d.ts +3 -0
  5233. package/types/dictionary/2.5/segments/ECD.d.ts +3 -0
  5234. package/types/dictionary/2.5/segments/ECR.d.ts +3 -0
  5235. package/types/dictionary/2.5/segments/EDU.d.ts +3 -0
  5236. package/types/dictionary/2.5/segments/EQL.d.ts +3 -0
  5237. package/types/dictionary/2.5/segments/ERQ.d.ts +3 -0
  5238. package/types/dictionary/2.5/segments/ERR.d.ts +3 -0
  5239. package/types/dictionary/2.5/segments/EVN.d.ts +3 -0
  5240. package/types/dictionary/2.5/segments/FAC.d.ts +3 -0
  5241. package/types/dictionary/2.5/segments/FHS.d.ts +3 -0
  5242. package/types/dictionary/2.5/segments/FT1.d.ts +3 -0
  5243. package/types/dictionary/2.5/segments/FTS.d.ts +3 -0
  5244. package/types/dictionary/2.5/segments/GOL.d.ts +3 -0
  5245. package/types/dictionary/2.5/segments/GP2.d.ts +3 -0
  5246. package/types/dictionary/2.5/segments/GT1.d.ts +3 -0
  5247. package/types/dictionary/2.5/segments/IAM.d.ts +3 -0
  5248. package/types/dictionary/2.5/segments/IIM.d.ts +3 -0
  5249. package/types/dictionary/2.5/segments/IN1.d.ts +3 -0
  5250. package/types/dictionary/2.5/segments/IN2.d.ts +3 -0
  5251. package/types/dictionary/2.5/segments/IN3.d.ts +3 -0
  5252. package/types/dictionary/2.5/segments/INV.d.ts +3 -0
  5253. package/types/dictionary/2.5/segments/IPC.d.ts +3 -0
  5254. package/types/dictionary/2.5/segments/LAN.d.ts +3 -0
  5255. package/types/dictionary/2.5/segments/LCC.d.ts +3 -0
  5256. package/types/dictionary/2.5/segments/LCH.d.ts +3 -0
  5257. package/types/dictionary/2.5/segments/LDP.d.ts +3 -0
  5258. package/types/dictionary/2.5/segments/LOC.d.ts +3 -0
  5259. package/types/dictionary/2.5/segments/LRL.d.ts +3 -0
  5260. package/types/dictionary/2.5/segments/MFA.d.ts +3 -0
  5261. package/types/dictionary/2.5/segments/MFE.d.ts +3 -0
  5262. package/types/dictionary/2.5/segments/MFI.d.ts +3 -0
  5263. package/types/dictionary/2.5/segments/MRG.d.ts +3 -0
  5264. package/types/dictionary/2.5/segments/MSA.d.ts +3 -0
  5265. package/types/dictionary/2.5/segments/MSH.d.ts +3 -0
  5266. package/types/dictionary/2.5/segments/NCK.d.ts +3 -0
  5267. package/types/dictionary/2.5/segments/NK1.d.ts +3 -0
  5268. package/types/dictionary/2.5/segments/NPU.d.ts +3 -0
  5269. package/types/dictionary/2.5/segments/NSC.d.ts +3 -0
  5270. package/types/dictionary/2.5/segments/NST.d.ts +3 -0
  5271. package/types/dictionary/2.5/segments/NTE.d.ts +3 -0
  5272. package/types/dictionary/2.5/segments/OBR.d.ts +3 -0
  5273. package/types/dictionary/2.5/segments/OBX.d.ts +3 -0
  5274. package/types/dictionary/2.5/segments/ODS.d.ts +3 -0
  5275. package/types/dictionary/2.5/segments/ODT.d.ts +3 -0
  5276. package/types/dictionary/2.5/segments/OM1.d.ts +3 -0
  5277. package/types/dictionary/2.5/segments/OM2.d.ts +3 -0
  5278. package/types/dictionary/2.5/segments/OM3.d.ts +3 -0
  5279. package/types/dictionary/2.5/segments/OM4.d.ts +3 -0
  5280. package/types/dictionary/2.5/segments/OM5.d.ts +3 -0
  5281. package/types/dictionary/2.5/segments/OM6.d.ts +3 -0
  5282. package/types/dictionary/2.5/segments/OM7.d.ts +3 -0
  5283. package/types/dictionary/2.5/segments/ORC.d.ts +3 -0
  5284. package/types/dictionary/2.5/segments/ORG.d.ts +3 -0
  5285. package/types/dictionary/2.5/segments/OVR.d.ts +3 -0
  5286. package/types/dictionary/2.5/segments/PCR.d.ts +3 -0
  5287. package/types/dictionary/2.5/segments/PD1.d.ts +3 -0
  5288. package/types/dictionary/2.5/segments/PDA.d.ts +3 -0
  5289. package/types/dictionary/2.5/segments/PDC.d.ts +3 -0
  5290. package/types/dictionary/2.5/segments/PEO.d.ts +3 -0
  5291. package/types/dictionary/2.5/segments/PES.d.ts +3 -0
  5292. package/types/dictionary/2.5/segments/PID.d.ts +3 -0
  5293. package/types/dictionary/2.5/segments/PR1.d.ts +3 -0
  5294. package/types/dictionary/2.5/segments/PRA.d.ts +3 -0
  5295. package/types/dictionary/2.5/segments/PRC.d.ts +3 -0
  5296. package/types/dictionary/2.5/segments/PRD.d.ts +3 -0
  5297. package/types/dictionary/2.5/segments/PSH.d.ts +3 -0
  5298. package/types/dictionary/2.5/segments/PTH.d.ts +3 -0
  5299. package/types/dictionary/2.5/segments/PV1.d.ts +3 -0
  5300. package/types/dictionary/2.5/segments/PV2.d.ts +3 -0
  5301. package/types/dictionary/2.5/segments/QAK.d.ts +3 -0
  5302. package/types/dictionary/2.5/segments/QRD.d.ts +3 -0
  5303. package/types/dictionary/2.5/segments/QRF.d.ts +3 -0
  5304. package/types/dictionary/2.5/segments/RDT.d.ts +3 -0
  5305. package/types/dictionary/2.5/segments/ROL.d.ts +3 -0
  5306. package/types/dictionary/2.5/segments/RQ1.d.ts +3 -0
  5307. package/types/dictionary/2.5/segments/RQD.d.ts +3 -0
  5308. package/types/dictionary/2.5/segments/RXA.d.ts +3 -0
  5309. package/types/dictionary/2.5/segments/RXC.d.ts +3 -0
  5310. package/types/dictionary/2.5/segments/RXD.d.ts +3 -0
  5311. package/types/dictionary/2.5/segments/RXE.d.ts +3 -0
  5312. package/types/dictionary/2.5/segments/RXG.d.ts +3 -0
  5313. package/types/dictionary/2.5/segments/RXO.d.ts +3 -0
  5314. package/types/dictionary/2.5/segments/RXR.d.ts +3 -0
  5315. package/types/dictionary/2.5/segments/SAC.d.ts +3 -0
  5316. package/types/dictionary/2.5/segments/SCH.d.ts +3 -0
  5317. package/types/dictionary/2.5/segments/SFT.d.ts +3 -0
  5318. package/types/dictionary/2.5/segments/SPM.d.ts +3 -0
  5319. package/types/dictionary/2.5/segments/SPR.d.ts +3 -0
  5320. package/types/dictionary/2.5/segments/STF.d.ts +3 -0
  5321. package/types/dictionary/2.5/segments/TQ1.d.ts +3 -0
  5322. package/types/dictionary/2.5/segments/TQ2.d.ts +3 -0
  5323. package/types/dictionary/2.5/segments/TXA.d.ts +3 -0
  5324. package/types/dictionary/2.5/segments/UB1.d.ts +3 -0
  5325. package/types/dictionary/2.5/segments/UB2.d.ts +3 -0
  5326. package/types/dictionary/2.5/segments/URD.d.ts +3 -0
  5327. package/types/dictionary/2.5/segments/URS.d.ts +3 -0
  5328. package/types/dictionary/2.5/segments/VAR.d.ts +3 -0
  5329. package/types/dictionary/2.5/segments/VTQ.d.ts +3 -0
  5330. package/types/dictionary/2.5/segments/index.d.ts +126 -0
  5331. package/types/dictionary/2.5/types/AD.d.ts +3 -0
  5332. package/types/dictionary/2.5/types/AUI.d.ts +3 -0
  5333. package/types/dictionary/2.5/types/CCD.d.ts +3 -0
  5334. package/types/dictionary/2.5/types/CCP.d.ts +3 -0
  5335. package/types/dictionary/2.5/types/CD.d.ts +3 -0
  5336. package/types/dictionary/2.5/types/CE.d.ts +3 -0
  5337. package/types/dictionary/2.5/types/CF.d.ts +3 -0
  5338. package/types/dictionary/2.5/types/CNE.d.ts +3 -0
  5339. package/types/dictionary/2.5/types/CNN.d.ts +3 -0
  5340. package/types/dictionary/2.5/types/CP.d.ts +3 -0
  5341. package/types/dictionary/2.5/types/CQ.d.ts +3 -0
  5342. package/types/dictionary/2.5/types/CSU.d.ts +3 -0
  5343. package/types/dictionary/2.5/types/CWE.d.ts +3 -0
  5344. package/types/dictionary/2.5/types/CX.d.ts +3 -0
  5345. package/types/dictionary/2.5/types/DDI.d.ts +3 -0
  5346. package/types/dictionary/2.5/types/DIN.d.ts +3 -0
  5347. package/types/dictionary/2.5/types/DLD.d.ts +3 -0
  5348. package/types/dictionary/2.5/types/DLN.d.ts +3 -0
  5349. package/types/dictionary/2.5/types/DLT.d.ts +3 -0
  5350. package/types/dictionary/2.5/types/DR.d.ts +3 -0
  5351. package/types/dictionary/2.5/types/DTM.d.ts +3 -0
  5352. package/types/dictionary/2.5/types/DTN.d.ts +3 -0
  5353. package/types/dictionary/2.5/types/ED.d.ts +3 -0
  5354. package/types/dictionary/2.5/types/EI.d.ts +3 -0
  5355. package/types/dictionary/2.5/types/EIP.d.ts +3 -0
  5356. package/types/dictionary/2.5/types/ELD.d.ts +3 -0
  5357. package/types/dictionary/2.5/types/ERL.d.ts +3 -0
  5358. package/types/dictionary/2.5/types/FC.d.ts +3 -0
  5359. package/types/dictionary/2.5/types/FN.d.ts +3 -0
  5360. package/types/dictionary/2.5/types/GTS.d.ts +3 -0
  5361. package/types/dictionary/2.5/types/HD.d.ts +3 -0
  5362. package/types/dictionary/2.5/types/ICD.d.ts +3 -0
  5363. package/types/dictionary/2.5/types/JCC.d.ts +3 -0
  5364. package/types/dictionary/2.5/types/LA1.d.ts +3 -0
  5365. package/types/dictionary/2.5/types/LA2.d.ts +3 -0
  5366. package/types/dictionary/2.5/types/MA.d.ts +3 -0
  5367. package/types/dictionary/2.5/types/MO.d.ts +3 -0
  5368. package/types/dictionary/2.5/types/MOC.d.ts +3 -0
  5369. package/types/dictionary/2.5/types/MOP.d.ts +3 -0
  5370. package/types/dictionary/2.5/types/MSG.d.ts +3 -0
  5371. package/types/dictionary/2.5/types/NA.d.ts +3 -0
  5372. package/types/dictionary/2.5/types/NDL.d.ts +3 -0
  5373. package/types/dictionary/2.5/types/NR.d.ts +3 -0
  5374. package/types/dictionary/2.5/types/OCD.d.ts +3 -0
  5375. package/types/dictionary/2.5/types/OSD.d.ts +3 -0
  5376. package/types/dictionary/2.5/types/OSP.d.ts +3 -0
  5377. package/types/dictionary/2.5/types/PIP.d.ts +3 -0
  5378. package/types/dictionary/2.5/types/PL.d.ts +3 -0
  5379. package/types/dictionary/2.5/types/PLN.d.ts +3 -0
  5380. package/types/dictionary/2.5/types/PPN.d.ts +3 -0
  5381. package/types/dictionary/2.5/types/PRL.d.ts +3 -0
  5382. package/types/dictionary/2.5/types/PT.d.ts +3 -0
  5383. package/types/dictionary/2.5/types/PTA.d.ts +3 -0
  5384. package/types/dictionary/2.5/types/QIP.d.ts +3 -0
  5385. package/types/dictionary/2.5/types/QSC.d.ts +3 -0
  5386. package/types/dictionary/2.5/types/RCD.d.ts +3 -0
  5387. package/types/dictionary/2.5/types/RFR.d.ts +3 -0
  5388. package/types/dictionary/2.5/types/RI.d.ts +3 -0
  5389. package/types/dictionary/2.5/types/RMC.d.ts +3 -0
  5390. package/types/dictionary/2.5/types/RP.d.ts +3 -0
  5391. package/types/dictionary/2.5/types/RPT.d.ts +3 -0
  5392. package/types/dictionary/2.5/types/SAD.d.ts +3 -0
  5393. package/types/dictionary/2.5/types/SCV.d.ts +3 -0
  5394. package/types/dictionary/2.5/types/SI.d.ts +3 -0
  5395. package/types/dictionary/2.5/types/SN.d.ts +3 -0
  5396. package/types/dictionary/2.5/types/SPD.d.ts +3 -0
  5397. package/types/dictionary/2.5/types/SPS.d.ts +3 -0
  5398. package/types/dictionary/2.5/types/SRT.d.ts +3 -0
  5399. package/types/dictionary/2.5/types/TQ.d.ts +3 -0
  5400. package/types/dictionary/2.5/types/TS.d.ts +3 -0
  5401. package/types/dictionary/2.5/types/UVC.d.ts +3 -0
  5402. package/types/dictionary/2.5/types/VH.d.ts +3 -0
  5403. package/types/dictionary/2.5/types/VID.d.ts +3 -0
  5404. package/types/dictionary/2.5/types/VR.d.ts +3 -0
  5405. package/types/dictionary/2.5/types/WVI.d.ts +3 -0
  5406. package/types/dictionary/2.5/types/WVS.d.ts +3 -0
  5407. package/types/dictionary/2.5/types/XAD.d.ts +3 -0
  5408. package/types/dictionary/2.5/types/XCN.d.ts +3 -0
  5409. package/types/dictionary/2.5/types/XON.d.ts +3 -0
  5410. package/types/dictionary/2.5/types/XPN.d.ts +3 -0
  5411. package/types/dictionary/2.5/types/XTN.d.ts +3 -0
  5412. package/types/dictionary/2.5/types/index.d.ts +81 -0
  5413. package/types/dictionary/2.5.1/index.d.ts +2 -0
  5414. package/types/dictionary/2.5.1/segments/ABS.d.ts +3 -0
  5415. package/types/dictionary/2.5.1/segments/ACC.d.ts +3 -0
  5416. package/types/dictionary/2.5.1/segments/ADD.d.ts +3 -0
  5417. package/types/dictionary/2.5.1/segments/AFF.d.ts +3 -0
  5418. package/types/dictionary/2.5.1/segments/AIG.d.ts +3 -0
  5419. package/types/dictionary/2.5.1/segments/AIL.d.ts +3 -0
  5420. package/types/dictionary/2.5.1/segments/AIP.d.ts +3 -0
  5421. package/types/dictionary/2.5.1/segments/AIS.d.ts +3 -0
  5422. package/types/dictionary/2.5.1/segments/AL1.d.ts +3 -0
  5423. package/types/dictionary/2.5.1/segments/APR.d.ts +3 -0
  5424. package/types/dictionary/2.5.1/segments/ARQ.d.ts +3 -0
  5425. package/types/dictionary/2.5.1/segments/AUT.d.ts +3 -0
  5426. package/types/dictionary/2.5.1/segments/BHS.d.ts +3 -0
  5427. package/types/dictionary/2.5.1/segments/BLC.d.ts +3 -0
  5428. package/types/dictionary/2.5.1/segments/BLG.d.ts +3 -0
  5429. package/types/dictionary/2.5.1/segments/BTS.d.ts +3 -0
  5430. package/types/dictionary/2.5.1/segments/CDM.d.ts +3 -0
  5431. package/types/dictionary/2.5.1/segments/CM0.d.ts +3 -0
  5432. package/types/dictionary/2.5.1/segments/CM1.d.ts +3 -0
  5433. package/types/dictionary/2.5.1/segments/CM2.d.ts +3 -0
  5434. package/types/dictionary/2.5.1/segments/CNS.d.ts +3 -0
  5435. package/types/dictionary/2.5.1/segments/CSP.d.ts +3 -0
  5436. package/types/dictionary/2.5.1/segments/CSR.d.ts +3 -0
  5437. package/types/dictionary/2.5.1/segments/CSS.d.ts +3 -0
  5438. package/types/dictionary/2.5.1/segments/CTD.d.ts +3 -0
  5439. package/types/dictionary/2.5.1/segments/CTI.d.ts +3 -0
  5440. package/types/dictionary/2.5.1/segments/DB1.d.ts +3 -0
  5441. package/types/dictionary/2.5.1/segments/DG1.d.ts +3 -0
  5442. package/types/dictionary/2.5.1/segments/DRG.d.ts +3 -0
  5443. package/types/dictionary/2.5.1/segments/DSC.d.ts +3 -0
  5444. package/types/dictionary/2.5.1/segments/DSP.d.ts +3 -0
  5445. package/types/dictionary/2.5.1/segments/ECD.d.ts +3 -0
  5446. package/types/dictionary/2.5.1/segments/ECR.d.ts +3 -0
  5447. package/types/dictionary/2.5.1/segments/EDU.d.ts +3 -0
  5448. package/types/dictionary/2.5.1/segments/EQL.d.ts +3 -0
  5449. package/types/dictionary/2.5.1/segments/EQP.d.ts +3 -0
  5450. package/types/dictionary/2.5.1/segments/EQU.d.ts +3 -0
  5451. package/types/dictionary/2.5.1/segments/ERQ.d.ts +3 -0
  5452. package/types/dictionary/2.5.1/segments/ERR.d.ts +3 -0
  5453. package/types/dictionary/2.5.1/segments/EVN.d.ts +3 -0
  5454. package/types/dictionary/2.5.1/segments/FAC.d.ts +3 -0
  5455. package/types/dictionary/2.5.1/segments/FHS.d.ts +3 -0
  5456. package/types/dictionary/2.5.1/segments/FT1.d.ts +3 -0
  5457. package/types/dictionary/2.5.1/segments/FTS.d.ts +3 -0
  5458. package/types/dictionary/2.5.1/segments/GOL.d.ts +3 -0
  5459. package/types/dictionary/2.5.1/segments/GP1.d.ts +3 -0
  5460. package/types/dictionary/2.5.1/segments/GP2.d.ts +3 -0
  5461. package/types/dictionary/2.5.1/segments/GT1.d.ts +3 -0
  5462. package/types/dictionary/2.5.1/segments/IAM.d.ts +3 -0
  5463. package/types/dictionary/2.5.1/segments/IN1.d.ts +3 -0
  5464. package/types/dictionary/2.5.1/segments/IN2.d.ts +3 -0
  5465. package/types/dictionary/2.5.1/segments/IN3.d.ts +3 -0
  5466. package/types/dictionary/2.5.1/segments/INV.d.ts +3 -0
  5467. package/types/dictionary/2.5.1/segments/ISD.d.ts +3 -0
  5468. package/types/dictionary/2.5.1/segments/LAN.d.ts +3 -0
  5469. package/types/dictionary/2.5.1/segments/LCC.d.ts +3 -0
  5470. package/types/dictionary/2.5.1/segments/LCH.d.ts +3 -0
  5471. package/types/dictionary/2.5.1/segments/LDP.d.ts +3 -0
  5472. package/types/dictionary/2.5.1/segments/LOC.d.ts +3 -0
  5473. package/types/dictionary/2.5.1/segments/LRL.d.ts +3 -0
  5474. package/types/dictionary/2.5.1/segments/MFA.d.ts +3 -0
  5475. package/types/dictionary/2.5.1/segments/MFE.d.ts +3 -0
  5476. package/types/dictionary/2.5.1/segments/MFI.d.ts +3 -0
  5477. package/types/dictionary/2.5.1/segments/MRG.d.ts +3 -0
  5478. package/types/dictionary/2.5.1/segments/MSA.d.ts +3 -0
  5479. package/types/dictionary/2.5.1/segments/MSH.d.ts +3 -0
  5480. package/types/dictionary/2.5.1/segments/NCK.d.ts +3 -0
  5481. package/types/dictionary/2.5.1/segments/NDS.d.ts +3 -0
  5482. package/types/dictionary/2.5.1/segments/NK1.d.ts +3 -0
  5483. package/types/dictionary/2.5.1/segments/NPU.d.ts +3 -0
  5484. package/types/dictionary/2.5.1/segments/NSC.d.ts +3 -0
  5485. package/types/dictionary/2.5.1/segments/NST.d.ts +3 -0
  5486. package/types/dictionary/2.5.1/segments/NTE.d.ts +3 -0
  5487. package/types/dictionary/2.5.1/segments/OBR.d.ts +3 -0
  5488. package/types/dictionary/2.5.1/segments/OBX.d.ts +3 -0
  5489. package/types/dictionary/2.5.1/segments/ODS.d.ts +3 -0
  5490. package/types/dictionary/2.5.1/segments/ODT.d.ts +3 -0
  5491. package/types/dictionary/2.5.1/segments/OM1.d.ts +3 -0
  5492. package/types/dictionary/2.5.1/segments/OM2.d.ts +3 -0
  5493. package/types/dictionary/2.5.1/segments/OM3.d.ts +3 -0
  5494. package/types/dictionary/2.5.1/segments/OM4.d.ts +3 -0
  5495. package/types/dictionary/2.5.1/segments/OM5.d.ts +3 -0
  5496. package/types/dictionary/2.5.1/segments/OM6.d.ts +3 -0
  5497. package/types/dictionary/2.5.1/segments/OM7.d.ts +3 -0
  5498. package/types/dictionary/2.5.1/segments/ORC.d.ts +3 -0
  5499. package/types/dictionary/2.5.1/segments/ORG.d.ts +3 -0
  5500. package/types/dictionary/2.5.1/segments/PCR.d.ts +3 -0
  5501. package/types/dictionary/2.5.1/segments/PD1.d.ts +3 -0
  5502. package/types/dictionary/2.5.1/segments/PDA.d.ts +3 -0
  5503. package/types/dictionary/2.5.1/segments/PDC.d.ts +3 -0
  5504. package/types/dictionary/2.5.1/segments/PEO.d.ts +3 -0
  5505. package/types/dictionary/2.5.1/segments/PES.d.ts +3 -0
  5506. package/types/dictionary/2.5.1/segments/PID.d.ts +3 -0
  5507. package/types/dictionary/2.5.1/segments/PR1.d.ts +3 -0
  5508. package/types/dictionary/2.5.1/segments/PRA.d.ts +3 -0
  5509. package/types/dictionary/2.5.1/segments/PRB.d.ts +3 -0
  5510. package/types/dictionary/2.5.1/segments/PRC.d.ts +3 -0
  5511. package/types/dictionary/2.5.1/segments/PRD.d.ts +3 -0
  5512. package/types/dictionary/2.5.1/segments/PSH.d.ts +3 -0
  5513. package/types/dictionary/2.5.1/segments/PTH.d.ts +3 -0
  5514. package/types/dictionary/2.5.1/segments/PV1.d.ts +3 -0
  5515. package/types/dictionary/2.5.1/segments/PV2.d.ts +3 -0
  5516. package/types/dictionary/2.5.1/segments/QAK.d.ts +3 -0
  5517. package/types/dictionary/2.5.1/segments/QID.d.ts +3 -0
  5518. package/types/dictionary/2.5.1/segments/QPD.d.ts +3 -0
  5519. package/types/dictionary/2.5.1/segments/QRD.d.ts +3 -0
  5520. package/types/dictionary/2.5.1/segments/QRF.d.ts +3 -0
  5521. package/types/dictionary/2.5.1/segments/QRI.d.ts +3 -0
  5522. package/types/dictionary/2.5.1/segments/RCP.d.ts +3 -0
  5523. package/types/dictionary/2.5.1/segments/RDF.d.ts +3 -0
  5524. package/types/dictionary/2.5.1/segments/RDT.d.ts +3 -0
  5525. package/types/dictionary/2.5.1/segments/RF1.d.ts +3 -0
  5526. package/types/dictionary/2.5.1/segments/RGS.d.ts +3 -0
  5527. package/types/dictionary/2.5.1/segments/RMI.d.ts +3 -0
  5528. package/types/dictionary/2.5.1/segments/ROL.d.ts +3 -0
  5529. package/types/dictionary/2.5.1/segments/RQ1.d.ts +3 -0
  5530. package/types/dictionary/2.5.1/segments/RQD.d.ts +3 -0
  5531. package/types/dictionary/2.5.1/segments/RXA.d.ts +3 -0
  5532. package/types/dictionary/2.5.1/segments/RXC.d.ts +3 -0
  5533. package/types/dictionary/2.5.1/segments/RXD.d.ts +3 -0
  5534. package/types/dictionary/2.5.1/segments/RXE.d.ts +3 -0
  5535. package/types/dictionary/2.5.1/segments/RXG.d.ts +3 -0
  5536. package/types/dictionary/2.5.1/segments/RXO.d.ts +3 -0
  5537. package/types/dictionary/2.5.1/segments/RXR.d.ts +3 -0
  5538. package/types/dictionary/2.5.1/segments/SAC.d.ts +3 -0
  5539. package/types/dictionary/2.5.1/segments/SCH.d.ts +3 -0
  5540. package/types/dictionary/2.5.1/segments/SID.d.ts +3 -0
  5541. package/types/dictionary/2.5.1/segments/SPR.d.ts +3 -0
  5542. package/types/dictionary/2.5.1/segments/STF.d.ts +3 -0
  5543. package/types/dictionary/2.5.1/segments/TCC.d.ts +3 -0
  5544. package/types/dictionary/2.5.1/segments/TCD.d.ts +3 -0
  5545. package/types/dictionary/2.5.1/segments/TXA.d.ts +3 -0
  5546. package/types/dictionary/2.5.1/segments/UB1.d.ts +3 -0
  5547. package/types/dictionary/2.5.1/segments/UB2.d.ts +3 -0
  5548. package/types/dictionary/2.5.1/segments/URD.d.ts +3 -0
  5549. package/types/dictionary/2.5.1/segments/URS.d.ts +3 -0
  5550. package/types/dictionary/2.5.1/segments/VAR.d.ts +3 -0
  5551. package/types/dictionary/2.5.1/segments/VTQ.d.ts +3 -0
  5552. package/types/dictionary/2.5.1/segments/index.d.ts +138 -0
  5553. package/types/dictionary/2.5.1/types/AD.d.ts +3 -0
  5554. package/types/dictionary/2.5.1/types/AUI.d.ts +3 -0
  5555. package/types/dictionary/2.5.1/types/CD.d.ts +3 -0
  5556. package/types/dictionary/2.5.1/types/CE.d.ts +3 -0
  5557. package/types/dictionary/2.5.1/types/CF.d.ts +3 -0
  5558. package/types/dictionary/2.5.1/types/CNE.d.ts +3 -0
  5559. package/types/dictionary/2.5.1/types/CNN.d.ts +3 -0
  5560. package/types/dictionary/2.5.1/types/CP.d.ts +3 -0
  5561. package/types/dictionary/2.5.1/types/CQ.d.ts +3 -0
  5562. package/types/dictionary/2.5.1/types/CX.d.ts +3 -0
  5563. package/types/dictionary/2.5.1/types/DLN.d.ts +3 -0
  5564. package/types/dictionary/2.5.1/types/DR.d.ts +3 -0
  5565. package/types/dictionary/2.5.1/types/DT.d.ts +3 -0
  5566. package/types/dictionary/2.5.1/types/ED.d.ts +3 -0
  5567. package/types/dictionary/2.5.1/types/EI.d.ts +3 -0
  5568. package/types/dictionary/2.5.1/types/FC.d.ts +3 -0
  5569. package/types/dictionary/2.5.1/types/FN.d.ts +3 -0
  5570. package/types/dictionary/2.5.1/types/FT.d.ts +3 -0
  5571. package/types/dictionary/2.5.1/types/HD.d.ts +3 -0
  5572. package/types/dictionary/2.5.1/types/ID.d.ts +3 -0
  5573. package/types/dictionary/2.5.1/types/IS.d.ts +3 -0
  5574. package/types/dictionary/2.5.1/types/JCC.d.ts +3 -0
  5575. package/types/dictionary/2.5.1/types/MA.d.ts +3 -0
  5576. package/types/dictionary/2.5.1/types/MO.d.ts +3 -0
  5577. package/types/dictionary/2.5.1/types/NA.d.ts +3 -0
  5578. package/types/dictionary/2.5.1/types/NDL.d.ts +3 -0
  5579. package/types/dictionary/2.5.1/types/NM.d.ts +3 -0
  5580. package/types/dictionary/2.5.1/types/PL.d.ts +3 -0
  5581. package/types/dictionary/2.5.1/types/PPN.d.ts +3 -0
  5582. package/types/dictionary/2.5.1/types/PT.d.ts +3 -0
  5583. package/types/dictionary/2.5.1/types/QIP.d.ts +3 -0
  5584. package/types/dictionary/2.5.1/types/QSC.d.ts +3 -0
  5585. package/types/dictionary/2.5.1/types/RCD.d.ts +3 -0
  5586. package/types/dictionary/2.5.1/types/RI.d.ts +3 -0
  5587. package/types/dictionary/2.5.1/types/RP.d.ts +3 -0
  5588. package/types/dictionary/2.5.1/types/SAD.d.ts +3 -0
  5589. package/types/dictionary/2.5.1/types/SCV.d.ts +3 -0
  5590. package/types/dictionary/2.5.1/types/SN.d.ts +3 -0
  5591. package/types/dictionary/2.5.1/types/SRT.d.ts +3 -0
  5592. package/types/dictionary/2.5.1/types/ST.d.ts +3 -0
  5593. package/types/dictionary/2.5.1/types/TM.d.ts +3 -0
  5594. package/types/dictionary/2.5.1/types/TQ.d.ts +3 -0
  5595. package/types/dictionary/2.5.1/types/TS.d.ts +3 -0
  5596. package/types/dictionary/2.5.1/types/TX.d.ts +3 -0
  5597. package/types/dictionary/2.5.1/types/VARIES.d.ts +3 -0
  5598. package/types/dictionary/2.5.1/types/VH.d.ts +3 -0
  5599. package/types/dictionary/2.5.1/types/WVS.d.ts +3 -0
  5600. package/types/dictionary/2.5.1/types/XAD.d.ts +3 -0
  5601. package/types/dictionary/2.5.1/types/XCN.d.ts +3 -0
  5602. package/types/dictionary/2.5.1/types/XON.d.ts +3 -0
  5603. package/types/dictionary/2.5.1/types/XPN.d.ts +3 -0
  5604. package/types/dictionary/2.5.1/types/XTN.d.ts +3 -0
  5605. package/types/dictionary/2.5.1/types/index.d.ts +52 -0
  5606. package/types/dictionary/2.6/index.d.ts +2 -0
  5607. package/types/dictionary/2.6/segments/ABS.d.ts +3 -0
  5608. package/types/dictionary/2.6/segments/ACC.d.ts +3 -0
  5609. package/types/dictionary/2.6/segments/ADD.d.ts +3 -0
  5610. package/types/dictionary/2.6/segments/ADJ.d.ts +3 -0
  5611. package/types/dictionary/2.6/segments/AFF.d.ts +3 -0
  5612. package/types/dictionary/2.6/segments/AIG.d.ts +3 -0
  5613. package/types/dictionary/2.6/segments/AIL.d.ts +3 -0
  5614. package/types/dictionary/2.6/segments/AIP.d.ts +3 -0
  5615. package/types/dictionary/2.6/segments/AIS.d.ts +3 -0
  5616. package/types/dictionary/2.6/segments/AL1.d.ts +3 -0
  5617. package/types/dictionary/2.6/segments/ARQ.d.ts +3 -0
  5618. package/types/dictionary/2.6/segments/ARV.d.ts +3 -0
  5619. package/types/dictionary/2.6/segments/AUT.d.ts +3 -0
  5620. package/types/dictionary/2.6/segments/BHS.d.ts +3 -0
  5621. package/types/dictionary/2.6/segments/BLC.d.ts +3 -0
  5622. package/types/dictionary/2.6/segments/BLG.d.ts +3 -0
  5623. package/types/dictionary/2.6/segments/BPO.d.ts +3 -0
  5624. package/types/dictionary/2.6/segments/BPX.d.ts +3 -0
  5625. package/types/dictionary/2.6/segments/BTS.d.ts +3 -0
  5626. package/types/dictionary/2.6/segments/BTX.d.ts +3 -0
  5627. package/types/dictionary/2.6/segments/CDM.d.ts +3 -0
  5628. package/types/dictionary/2.6/segments/CER.d.ts +3 -0
  5629. package/types/dictionary/2.6/segments/CM0.d.ts +3 -0
  5630. package/types/dictionary/2.6/segments/CM1.d.ts +3 -0
  5631. package/types/dictionary/2.6/segments/CM2.d.ts +3 -0
  5632. package/types/dictionary/2.6/segments/CNS.d.ts +3 -0
  5633. package/types/dictionary/2.6/segments/CON_.d.ts +3 -0
  5634. package/types/dictionary/2.6/segments/CSP.d.ts +3 -0
  5635. package/types/dictionary/2.6/segments/CSR.d.ts +3 -0
  5636. package/types/dictionary/2.6/segments/CSS.d.ts +3 -0
  5637. package/types/dictionary/2.6/segments/CTD.d.ts +3 -0
  5638. package/types/dictionary/2.6/segments/CTI.d.ts +3 -0
  5639. package/types/dictionary/2.6/segments/DB1.d.ts +3 -0
  5640. package/types/dictionary/2.6/segments/DG1.d.ts +3 -0
  5641. package/types/dictionary/2.6/segments/DMI.d.ts +3 -0
  5642. package/types/dictionary/2.6/segments/DRG.d.ts +3 -0
  5643. package/types/dictionary/2.6/segments/DSC.d.ts +3 -0
  5644. package/types/dictionary/2.6/segments/DSP.d.ts +3 -0
  5645. package/types/dictionary/2.6/segments/ECD.d.ts +3 -0
  5646. package/types/dictionary/2.6/segments/ECR.d.ts +3 -0
  5647. package/types/dictionary/2.6/segments/ED.d.ts +3 -0
  5648. package/types/dictionary/2.6/segments/EDU.d.ts +3 -0
  5649. package/types/dictionary/2.6/segments/EQL.d.ts +3 -0
  5650. package/types/dictionary/2.6/segments/EQP.d.ts +3 -0
  5651. package/types/dictionary/2.6/segments/EQU.d.ts +3 -0
  5652. package/types/dictionary/2.6/segments/ERQ.d.ts +3 -0
  5653. package/types/dictionary/2.6/segments/ERR.d.ts +3 -0
  5654. package/types/dictionary/2.6/segments/EVN.d.ts +3 -0
  5655. package/types/dictionary/2.6/segments/FAC.d.ts +3 -0
  5656. package/types/dictionary/2.6/segments/FHS.d.ts +3 -0
  5657. package/types/dictionary/2.6/segments/FT1.d.ts +3 -0
  5658. package/types/dictionary/2.6/segments/FTS.d.ts +3 -0
  5659. package/types/dictionary/2.6/segments/GOL.d.ts +3 -0
  5660. package/types/dictionary/2.6/segments/GP2.d.ts +3 -0
  5661. package/types/dictionary/2.6/segments/GT1.d.ts +3 -0
  5662. package/types/dictionary/2.6/segments/IAM.d.ts +3 -0
  5663. package/types/dictionary/2.6/segments/IIM.d.ts +3 -0
  5664. package/types/dictionary/2.6/segments/ILT.d.ts +3 -0
  5665. package/types/dictionary/2.6/segments/IN1.d.ts +3 -0
  5666. package/types/dictionary/2.6/segments/IN2.d.ts +3 -0
  5667. package/types/dictionary/2.6/segments/IN3.d.ts +3 -0
  5668. package/types/dictionary/2.6/segments/INV.d.ts +3 -0
  5669. package/types/dictionary/2.6/segments/IPC.d.ts +3 -0
  5670. package/types/dictionary/2.6/segments/IPR.d.ts +3 -0
  5671. package/types/dictionary/2.6/segments/ISD.d.ts +3 -0
  5672. package/types/dictionary/2.6/segments/ITM.d.ts +3 -0
  5673. package/types/dictionary/2.6/segments/IVC.d.ts +3 -0
  5674. package/types/dictionary/2.6/segments/IVT.d.ts +3 -0
  5675. package/types/dictionary/2.6/segments/LAN.d.ts +3 -0
  5676. package/types/dictionary/2.6/segments/LCC.d.ts +3 -0
  5677. package/types/dictionary/2.6/segments/LCH.d.ts +3 -0
  5678. package/types/dictionary/2.6/segments/LDP.d.ts +3 -0
  5679. package/types/dictionary/2.6/segments/LOC.d.ts +3 -0
  5680. package/types/dictionary/2.6/segments/LRL.d.ts +3 -0
  5681. package/types/dictionary/2.6/segments/MFA.d.ts +3 -0
  5682. package/types/dictionary/2.6/segments/MFE.d.ts +3 -0
  5683. package/types/dictionary/2.6/segments/MFI.d.ts +3 -0
  5684. package/types/dictionary/2.6/segments/MRG.d.ts +3 -0
  5685. package/types/dictionary/2.6/segments/MSA.d.ts +3 -0
  5686. package/types/dictionary/2.6/segments/MSH.d.ts +3 -0
  5687. package/types/dictionary/2.6/segments/NCK.d.ts +3 -0
  5688. package/types/dictionary/2.6/segments/NDS.d.ts +3 -0
  5689. package/types/dictionary/2.6/segments/NK1.d.ts +3 -0
  5690. package/types/dictionary/2.6/segments/NPU.d.ts +3 -0
  5691. package/types/dictionary/2.6/segments/NSC.d.ts +3 -0
  5692. package/types/dictionary/2.6/segments/NST.d.ts +3 -0
  5693. package/types/dictionary/2.6/segments/NTE.d.ts +3 -0
  5694. package/types/dictionary/2.6/segments/OBR.d.ts +3 -0
  5695. package/types/dictionary/2.6/segments/OBX.d.ts +3 -0
  5696. package/types/dictionary/2.6/segments/ODS.d.ts +3 -0
  5697. package/types/dictionary/2.6/segments/ODT.d.ts +3 -0
  5698. package/types/dictionary/2.6/segments/OM1.d.ts +3 -0
  5699. package/types/dictionary/2.6/segments/OM2.d.ts +3 -0
  5700. package/types/dictionary/2.6/segments/OM3.d.ts +3 -0
  5701. package/types/dictionary/2.6/segments/OM4.d.ts +3 -0
  5702. package/types/dictionary/2.6/segments/OM5.d.ts +3 -0
  5703. package/types/dictionary/2.6/segments/OM6.d.ts +3 -0
  5704. package/types/dictionary/2.6/segments/OM7.d.ts +3 -0
  5705. package/types/dictionary/2.6/segments/ORC.d.ts +3 -0
  5706. package/types/dictionary/2.6/segments/ORG.d.ts +3 -0
  5707. package/types/dictionary/2.6/segments/OVR.d.ts +3 -0
  5708. package/types/dictionary/2.6/segments/PCE.d.ts +3 -0
  5709. package/types/dictionary/2.6/segments/PCR.d.ts +3 -0
  5710. package/types/dictionary/2.6/segments/PD1.d.ts +3 -0
  5711. package/types/dictionary/2.6/segments/PDA.d.ts +3 -0
  5712. package/types/dictionary/2.6/segments/PDC.d.ts +3 -0
  5713. package/types/dictionary/2.6/segments/PEO.d.ts +3 -0
  5714. package/types/dictionary/2.6/segments/PES.d.ts +3 -0
  5715. package/types/dictionary/2.6/segments/PID.d.ts +3 -0
  5716. package/types/dictionary/2.6/segments/PKG.d.ts +3 -0
  5717. package/types/dictionary/2.6/segments/PMT.d.ts +3 -0
  5718. package/types/dictionary/2.6/segments/PR1.d.ts +3 -0
  5719. package/types/dictionary/2.6/segments/PRA.d.ts +3 -0
  5720. package/types/dictionary/2.6/segments/PRB.d.ts +3 -0
  5721. package/types/dictionary/2.6/segments/PRC.d.ts +3 -0
  5722. package/types/dictionary/2.6/segments/PRD.d.ts +3 -0
  5723. package/types/dictionary/2.6/segments/PSG.d.ts +3 -0
  5724. package/types/dictionary/2.6/segments/PSH.d.ts +3 -0
  5725. package/types/dictionary/2.6/segments/PSL.d.ts +3 -0
  5726. package/types/dictionary/2.6/segments/PSS.d.ts +3 -0
  5727. package/types/dictionary/2.6/segments/PTH.d.ts +3 -0
  5728. package/types/dictionary/2.6/segments/PV1.d.ts +3 -0
  5729. package/types/dictionary/2.6/segments/PV2.d.ts +3 -0
  5730. package/types/dictionary/2.6/segments/PYE.d.ts +3 -0
  5731. package/types/dictionary/2.6/segments/QAK.d.ts +3 -0
  5732. package/types/dictionary/2.6/segments/QID.d.ts +3 -0
  5733. package/types/dictionary/2.6/segments/QPD.d.ts +3 -0
  5734. package/types/dictionary/2.6/segments/QRD.d.ts +3 -0
  5735. package/types/dictionary/2.6/segments/QRF.d.ts +3 -0
  5736. package/types/dictionary/2.6/segments/QRI.d.ts +3 -0
  5737. package/types/dictionary/2.6/segments/RCP.d.ts +3 -0
  5738. package/types/dictionary/2.6/segments/RDT.d.ts +3 -0
  5739. package/types/dictionary/2.6/segments/REL.d.ts +3 -0
  5740. package/types/dictionary/2.6/segments/RF1.d.ts +3 -0
  5741. package/types/dictionary/2.6/segments/RFI.d.ts +3 -0
  5742. package/types/dictionary/2.6/segments/RGS.d.ts +3 -0
  5743. package/types/dictionary/2.6/segments/RMI.d.ts +3 -0
  5744. package/types/dictionary/2.6/segments/ROL.d.ts +3 -0
  5745. package/types/dictionary/2.6/segments/RQ1.d.ts +3 -0
  5746. package/types/dictionary/2.6/segments/RQD.d.ts +3 -0
  5747. package/types/dictionary/2.6/segments/RXA.d.ts +3 -0
  5748. package/types/dictionary/2.6/segments/RXC.d.ts +3 -0
  5749. package/types/dictionary/2.6/segments/RXD.d.ts +3 -0
  5750. package/types/dictionary/2.6/segments/RXE.d.ts +3 -0
  5751. package/types/dictionary/2.6/segments/RXG.d.ts +3 -0
  5752. package/types/dictionary/2.6/segments/RXO.d.ts +3 -0
  5753. package/types/dictionary/2.6/segments/RXR.d.ts +3 -0
  5754. package/types/dictionary/2.6/segments/SAC.d.ts +3 -0
  5755. package/types/dictionary/2.6/segments/SCD.d.ts +3 -0
  5756. package/types/dictionary/2.6/segments/SCH.d.ts +3 -0
  5757. package/types/dictionary/2.6/segments/SCP.d.ts +3 -0
  5758. package/types/dictionary/2.6/segments/SDD.d.ts +3 -0
  5759. package/types/dictionary/2.6/segments/SFT.d.ts +3 -0
  5760. package/types/dictionary/2.6/segments/SID.d.ts +3 -0
  5761. package/types/dictionary/2.6/segments/SLT.d.ts +3 -0
  5762. package/types/dictionary/2.6/segments/SPM.d.ts +3 -0
  5763. package/types/dictionary/2.6/segments/SPR.d.ts +3 -0
  5764. package/types/dictionary/2.6/segments/STF.d.ts +3 -0
  5765. package/types/dictionary/2.6/segments/STZ.d.ts +3 -0
  5766. package/types/dictionary/2.6/segments/TCC.d.ts +3 -0
  5767. package/types/dictionary/2.6/segments/TCD.d.ts +3 -0
  5768. package/types/dictionary/2.6/segments/TQ1.d.ts +3 -0
  5769. package/types/dictionary/2.6/segments/TQ2.d.ts +3 -0
  5770. package/types/dictionary/2.6/segments/TXA.d.ts +3 -0
  5771. package/types/dictionary/2.6/segments/UAC.d.ts +3 -0
  5772. package/types/dictionary/2.6/segments/UB1.d.ts +3 -0
  5773. package/types/dictionary/2.6/segments/UB2.d.ts +3 -0
  5774. package/types/dictionary/2.6/segments/URD.d.ts +3 -0
  5775. package/types/dictionary/2.6/segments/URS.d.ts +3 -0
  5776. package/types/dictionary/2.6/segments/VAR.d.ts +3 -0
  5777. package/types/dictionary/2.6/segments/VND.d.ts +3 -0
  5778. package/types/dictionary/2.6/segments/VTQ.d.ts +3 -0
  5779. package/types/dictionary/2.6/segments/index.d.ts +172 -0
  5780. package/types/dictionary/2.6/types/AD.d.ts +3 -0
  5781. package/types/dictionary/2.6/types/AUI.d.ts +3 -0
  5782. package/types/dictionary/2.6/types/CCD.d.ts +3 -0
  5783. package/types/dictionary/2.6/types/CCP.d.ts +3 -0
  5784. package/types/dictionary/2.6/types/CD.d.ts +3 -0
  5785. package/types/dictionary/2.6/types/CE.d.ts +3 -0
  5786. package/types/dictionary/2.6/types/CF.d.ts +3 -0
  5787. package/types/dictionary/2.6/types/CNE.d.ts +3 -0
  5788. package/types/dictionary/2.6/types/CNN.d.ts +3 -0
  5789. package/types/dictionary/2.6/types/CP.d.ts +3 -0
  5790. package/types/dictionary/2.6/types/CQ.d.ts +3 -0
  5791. package/types/dictionary/2.6/types/CSU.d.ts +3 -0
  5792. package/types/dictionary/2.6/types/CWE.d.ts +3 -0
  5793. package/types/dictionary/2.6/types/CX.d.ts +3 -0
  5794. package/types/dictionary/2.6/types/DDI.d.ts +3 -0
  5795. package/types/dictionary/2.6/types/DIN.d.ts +3 -0
  5796. package/types/dictionary/2.6/types/DLD.d.ts +3 -0
  5797. package/types/dictionary/2.6/types/DLN.d.ts +3 -0
  5798. package/types/dictionary/2.6/types/DLT.d.ts +3 -0
  5799. package/types/dictionary/2.6/types/DR.d.ts +3 -0
  5800. package/types/dictionary/2.6/types/DTM.d.ts +3 -0
  5801. package/types/dictionary/2.6/types/DTN.d.ts +3 -0
  5802. package/types/dictionary/2.6/types/ED.d.ts +3 -0
  5803. package/types/dictionary/2.6/types/EI.d.ts +3 -0
  5804. package/types/dictionary/2.6/types/EIP.d.ts +3 -0
  5805. package/types/dictionary/2.6/types/ELD.d.ts +3 -0
  5806. package/types/dictionary/2.6/types/ERL.d.ts +3 -0
  5807. package/types/dictionary/2.6/types/FC.d.ts +3 -0
  5808. package/types/dictionary/2.6/types/FN.d.ts +3 -0
  5809. package/types/dictionary/2.6/types/GTS.d.ts +3 -0
  5810. package/types/dictionary/2.6/types/HD.d.ts +3 -0
  5811. package/types/dictionary/2.6/types/ICD.d.ts +3 -0
  5812. package/types/dictionary/2.6/types/JCC.d.ts +3 -0
  5813. package/types/dictionary/2.6/types/LA1.d.ts +3 -0
  5814. package/types/dictionary/2.6/types/LA2.d.ts +3 -0
  5815. package/types/dictionary/2.6/types/MA.d.ts +3 -0
  5816. package/types/dictionary/2.6/types/MO.d.ts +3 -0
  5817. package/types/dictionary/2.6/types/MOC.d.ts +3 -0
  5818. package/types/dictionary/2.6/types/MOP.d.ts +3 -0
  5819. package/types/dictionary/2.6/types/MSG.d.ts +3 -0
  5820. package/types/dictionary/2.6/types/NA.d.ts +3 -0
  5821. package/types/dictionary/2.6/types/NDL.d.ts +3 -0
  5822. package/types/dictionary/2.6/types/NR.d.ts +3 -0
  5823. package/types/dictionary/2.6/types/OCD.d.ts +3 -0
  5824. package/types/dictionary/2.6/types/OSD.d.ts +3 -0
  5825. package/types/dictionary/2.6/types/OSP.d.ts +3 -0
  5826. package/types/dictionary/2.6/types/PIP.d.ts +3 -0
  5827. package/types/dictionary/2.6/types/PL.d.ts +3 -0
  5828. package/types/dictionary/2.6/types/PLN.d.ts +3 -0
  5829. package/types/dictionary/2.6/types/PPN.d.ts +3 -0
  5830. package/types/dictionary/2.6/types/PRL.d.ts +3 -0
  5831. package/types/dictionary/2.6/types/PT.d.ts +3 -0
  5832. package/types/dictionary/2.6/types/PTA.d.ts +3 -0
  5833. package/types/dictionary/2.6/types/QIP.d.ts +3 -0
  5834. package/types/dictionary/2.6/types/QSC.d.ts +3 -0
  5835. package/types/dictionary/2.6/types/RCD.d.ts +3 -0
  5836. package/types/dictionary/2.6/types/RFR.d.ts +3 -0
  5837. package/types/dictionary/2.6/types/RI.d.ts +3 -0
  5838. package/types/dictionary/2.6/types/RMC.d.ts +3 -0
  5839. package/types/dictionary/2.6/types/RP.d.ts +3 -0
  5840. package/types/dictionary/2.6/types/RPT.d.ts +3 -0
  5841. package/types/dictionary/2.6/types/SAD.d.ts +3 -0
  5842. package/types/dictionary/2.6/types/SCV.d.ts +3 -0
  5843. package/types/dictionary/2.6/types/SI.d.ts +3 -0
  5844. package/types/dictionary/2.6/types/SN.d.ts +3 -0
  5845. package/types/dictionary/2.6/types/SPD.d.ts +3 -0
  5846. package/types/dictionary/2.6/types/SPS.d.ts +3 -0
  5847. package/types/dictionary/2.6/types/SRT.d.ts +3 -0
  5848. package/types/dictionary/2.6/types/TQ.d.ts +3 -0
  5849. package/types/dictionary/2.6/types/TS.d.ts +3 -0
  5850. package/types/dictionary/2.6/types/UVC.d.ts +3 -0
  5851. package/types/dictionary/2.6/types/VH.d.ts +3 -0
  5852. package/types/dictionary/2.6/types/VID.d.ts +3 -0
  5853. package/types/dictionary/2.6/types/VR.d.ts +3 -0
  5854. package/types/dictionary/2.6/types/WVI.d.ts +3 -0
  5855. package/types/dictionary/2.6/types/WVS.d.ts +3 -0
  5856. package/types/dictionary/2.6/types/XAD.d.ts +3 -0
  5857. package/types/dictionary/2.6/types/XCN.d.ts +3 -0
  5858. package/types/dictionary/2.6/types/XON.d.ts +3 -0
  5859. package/types/dictionary/2.6/types/XPN.d.ts +3 -0
  5860. package/types/dictionary/2.6/types/XTN.d.ts +3 -0
  5861. package/types/dictionary/2.6/types/index.d.ts +81 -0
  5862. package/types/dictionary/2.7/index.d.ts +2 -0
  5863. package/types/dictionary/2.7/segments/ABS.d.ts +3 -0
  5864. package/types/dictionary/2.7/segments/ACC.d.ts +3 -0
  5865. package/types/dictionary/2.7/segments/ADD.d.ts +3 -0
  5866. package/types/dictionary/2.7/segments/ADJ.d.ts +3 -0
  5867. package/types/dictionary/2.7/segments/AFF.d.ts +3 -0
  5868. package/types/dictionary/2.7/segments/AIG.d.ts +3 -0
  5869. package/types/dictionary/2.7/segments/AIL.d.ts +3 -0
  5870. package/types/dictionary/2.7/segments/AIP.d.ts +3 -0
  5871. package/types/dictionary/2.7/segments/AIS.d.ts +3 -0
  5872. package/types/dictionary/2.7/segments/AL1.d.ts +3 -0
  5873. package/types/dictionary/2.7/segments/APR.d.ts +3 -0
  5874. package/types/dictionary/2.7/segments/ARQ.d.ts +3 -0
  5875. package/types/dictionary/2.7/segments/ARV.d.ts +3 -0
  5876. package/types/dictionary/2.7/segments/AUT.d.ts +3 -0
  5877. package/types/dictionary/2.7/segments/BHS.d.ts +3 -0
  5878. package/types/dictionary/2.7/segments/BLC.d.ts +3 -0
  5879. package/types/dictionary/2.7/segments/BLG.d.ts +3 -0
  5880. package/types/dictionary/2.7/segments/BPO.d.ts +3 -0
  5881. package/types/dictionary/2.7/segments/BPX.d.ts +3 -0
  5882. package/types/dictionary/2.7/segments/BTS.d.ts +3 -0
  5883. package/types/dictionary/2.7/segments/BTX.d.ts +3 -0
  5884. package/types/dictionary/2.7/segments/CDM.d.ts +3 -0
  5885. package/types/dictionary/2.7/segments/CER.d.ts +3 -0
  5886. package/types/dictionary/2.7/segments/CM0.d.ts +3 -0
  5887. package/types/dictionary/2.7/segments/CM1.d.ts +3 -0
  5888. package/types/dictionary/2.7/segments/CM2.d.ts +3 -0
  5889. package/types/dictionary/2.7/segments/CNS.d.ts +3 -0
  5890. package/types/dictionary/2.7/segments/CON_.d.ts +3 -0
  5891. package/types/dictionary/2.7/segments/CSP.d.ts +3 -0
  5892. package/types/dictionary/2.7/segments/CSR.d.ts +3 -0
  5893. package/types/dictionary/2.7/segments/CSS.d.ts +3 -0
  5894. package/types/dictionary/2.7/segments/CTD.d.ts +3 -0
  5895. package/types/dictionary/2.7/segments/CTI.d.ts +3 -0
  5896. package/types/dictionary/2.7/segments/DB1.d.ts +3 -0
  5897. package/types/dictionary/2.7/segments/DG1.d.ts +3 -0
  5898. package/types/dictionary/2.7/segments/DMI.d.ts +3 -0
  5899. package/types/dictionary/2.7/segments/DRG.d.ts +3 -0
  5900. package/types/dictionary/2.7/segments/DSC.d.ts +3 -0
  5901. package/types/dictionary/2.7/segments/DSP.d.ts +3 -0
  5902. package/types/dictionary/2.7/segments/ECD.d.ts +3 -0
  5903. package/types/dictionary/2.7/segments/ECR.d.ts +3 -0
  5904. package/types/dictionary/2.7/segments/EDU.d.ts +3 -0
  5905. package/types/dictionary/2.7/segments/EQP.d.ts +3 -0
  5906. package/types/dictionary/2.7/segments/EQU.d.ts +3 -0
  5907. package/types/dictionary/2.7/segments/ERR.d.ts +3 -0
  5908. package/types/dictionary/2.7/segments/EVN.d.ts +3 -0
  5909. package/types/dictionary/2.7/segments/FHS.d.ts +3 -0
  5910. package/types/dictionary/2.7/segments/FT1.d.ts +3 -0
  5911. package/types/dictionary/2.7/segments/FTS.d.ts +3 -0
  5912. package/types/dictionary/2.7/segments/GOL.d.ts +3 -0
  5913. package/types/dictionary/2.7/segments/GP1.d.ts +3 -0
  5914. package/types/dictionary/2.7/segments/GP2.d.ts +3 -0
  5915. package/types/dictionary/2.7/segments/GT1.d.ts +3 -0
  5916. package/types/dictionary/2.7/segments/IAM.d.ts +3 -0
  5917. package/types/dictionary/2.7/segments/IAR.d.ts +3 -0
  5918. package/types/dictionary/2.7/segments/ILT.d.ts +3 -0
  5919. package/types/dictionary/2.7/segments/IN1.d.ts +3 -0
  5920. package/types/dictionary/2.7/segments/IN2.d.ts +3 -0
  5921. package/types/dictionary/2.7/segments/IN3.d.ts +3 -0
  5922. package/types/dictionary/2.7/segments/INV.d.ts +3 -0
  5923. package/types/dictionary/2.7/segments/IPC.d.ts +3 -0
  5924. package/types/dictionary/2.7/segments/ISD.d.ts +3 -0
  5925. package/types/dictionary/2.7/segments/ITM.d.ts +3 -0
  5926. package/types/dictionary/2.7/segments/IVC.d.ts +3 -0
  5927. package/types/dictionary/2.7/segments/IVT.d.ts +3 -0
  5928. package/types/dictionary/2.7/segments/LAN.d.ts +3 -0
  5929. package/types/dictionary/2.7/segments/LCC.d.ts +3 -0
  5930. package/types/dictionary/2.7/segments/LCH.d.ts +3 -0
  5931. package/types/dictionary/2.7/segments/LDP.d.ts +3 -0
  5932. package/types/dictionary/2.7/segments/LOC.d.ts +3 -0
  5933. package/types/dictionary/2.7/segments/LRL.d.ts +3 -0
  5934. package/types/dictionary/2.7/segments/MFA.d.ts +3 -0
  5935. package/types/dictionary/2.7/segments/MFE.d.ts +3 -0
  5936. package/types/dictionary/2.7/segments/MFI.d.ts +3 -0
  5937. package/types/dictionary/2.7/segments/MRG.d.ts +3 -0
  5938. package/types/dictionary/2.7/segments/MSA.d.ts +3 -0
  5939. package/types/dictionary/2.7/segments/MSH.d.ts +3 -0
  5940. package/types/dictionary/2.7/segments/NCK.d.ts +3 -0
  5941. package/types/dictionary/2.7/segments/NDS.d.ts +3 -0
  5942. package/types/dictionary/2.7/segments/NK1.d.ts +3 -0
  5943. package/types/dictionary/2.7/segments/NPU.d.ts +3 -0
  5944. package/types/dictionary/2.7/segments/NSC.d.ts +3 -0
  5945. package/types/dictionary/2.7/segments/NST.d.ts +3 -0
  5946. package/types/dictionary/2.7/segments/NTE.d.ts +3 -0
  5947. package/types/dictionary/2.7/segments/OBR.d.ts +3 -0
  5948. package/types/dictionary/2.7/segments/OBX.d.ts +3 -0
  5949. package/types/dictionary/2.7/segments/ODS.d.ts +3 -0
  5950. package/types/dictionary/2.7/segments/ODT.d.ts +3 -0
  5951. package/types/dictionary/2.7/segments/OM1.d.ts +3 -0
  5952. package/types/dictionary/2.7/segments/OM2.d.ts +3 -0
  5953. package/types/dictionary/2.7/segments/OM3.d.ts +3 -0
  5954. package/types/dictionary/2.7/segments/OM4.d.ts +3 -0
  5955. package/types/dictionary/2.7/segments/OM5.d.ts +3 -0
  5956. package/types/dictionary/2.7/segments/OM6.d.ts +3 -0
  5957. package/types/dictionary/2.7/segments/OM7.d.ts +3 -0
  5958. package/types/dictionary/2.7/segments/ORC.d.ts +3 -0
  5959. package/types/dictionary/2.7/segments/ORG.d.ts +3 -0
  5960. package/types/dictionary/2.7/segments/PAC.d.ts +3 -0
  5961. package/types/dictionary/2.7/segments/PCE.d.ts +3 -0
  5962. package/types/dictionary/2.7/segments/PCR.d.ts +3 -0
  5963. package/types/dictionary/2.7/segments/PD1.d.ts +3 -0
  5964. package/types/dictionary/2.7/segments/PDA.d.ts +3 -0
  5965. package/types/dictionary/2.7/segments/PEO.d.ts +3 -0
  5966. package/types/dictionary/2.7/segments/PES.d.ts +3 -0
  5967. package/types/dictionary/2.7/segments/PID.d.ts +3 -0
  5968. package/types/dictionary/2.7/segments/PKG.d.ts +3 -0
  5969. package/types/dictionary/2.7/segments/PMT.d.ts +3 -0
  5970. package/types/dictionary/2.7/segments/PR1.d.ts +3 -0
  5971. package/types/dictionary/2.7/segments/PRA.d.ts +3 -0
  5972. package/types/dictionary/2.7/segments/PRB.d.ts +3 -0
  5973. package/types/dictionary/2.7/segments/PRC.d.ts +3 -0
  5974. package/types/dictionary/2.7/segments/PRD.d.ts +3 -0
  5975. package/types/dictionary/2.7/segments/PRT.d.ts +3 -0
  5976. package/types/dictionary/2.7/segments/PSL.d.ts +3 -0
  5977. package/types/dictionary/2.7/segments/PTH.d.ts +3 -0
  5978. package/types/dictionary/2.7/segments/PV1.d.ts +3 -0
  5979. package/types/dictionary/2.7/segments/PV2.d.ts +3 -0
  5980. package/types/dictionary/2.7/segments/PYE.d.ts +3 -0
  5981. package/types/dictionary/2.7/segments/QAK.d.ts +3 -0
  5982. package/types/dictionary/2.7/segments/QID.d.ts +3 -0
  5983. package/types/dictionary/2.7/segments/QPD.d.ts +3 -0
  5984. package/types/dictionary/2.7/segments/QRD.d.ts +3 -0
  5985. package/types/dictionary/2.7/segments/QRF.d.ts +3 -0
  5986. package/types/dictionary/2.7/segments/QRI.d.ts +3 -0
  5987. package/types/dictionary/2.7/segments/RCP.d.ts +3 -0
  5988. package/types/dictionary/2.7/segments/RDF.d.ts +3 -0
  5989. package/types/dictionary/2.7/segments/RDT.d.ts +3 -0
  5990. package/types/dictionary/2.7/segments/REL.d.ts +3 -0
  5991. package/types/dictionary/2.7/segments/RF1.d.ts +3 -0
  5992. package/types/dictionary/2.7/segments/RFI.d.ts +3 -0
  5993. package/types/dictionary/2.7/segments/RGS.d.ts +3 -0
  5994. package/types/dictionary/2.7/segments/RMI.d.ts +3 -0
  5995. package/types/dictionary/2.7/segments/ROL.d.ts +3 -0
  5996. package/types/dictionary/2.7/segments/RQ1.d.ts +3 -0
  5997. package/types/dictionary/2.7/segments/RQD.d.ts +3 -0
  5998. package/types/dictionary/2.7/segments/RXA.d.ts +3 -0
  5999. package/types/dictionary/2.7/segments/RXC.d.ts +3 -0
  6000. package/types/dictionary/2.7/segments/RXD.d.ts +3 -0
  6001. package/types/dictionary/2.7/segments/RXE.d.ts +3 -0
  6002. package/types/dictionary/2.7/segments/RXG.d.ts +3 -0
  6003. package/types/dictionary/2.7/segments/RXO.d.ts +3 -0
  6004. package/types/dictionary/2.7/segments/RXR.d.ts +3 -0
  6005. package/types/dictionary/2.7/segments/SAC.d.ts +3 -0
  6006. package/types/dictionary/2.7/segments/SCD.d.ts +3 -0
  6007. package/types/dictionary/2.7/segments/SCH.d.ts +3 -0
  6008. package/types/dictionary/2.7/segments/SCP.d.ts +3 -0
  6009. package/types/dictionary/2.7/segments/SDD.d.ts +3 -0
  6010. package/types/dictionary/2.7/segments/SHP.d.ts +3 -0
  6011. package/types/dictionary/2.7/segments/SID.d.ts +3 -0
  6012. package/types/dictionary/2.7/segments/SLT.d.ts +3 -0
  6013. package/types/dictionary/2.7/segments/SPM.d.ts +3 -0
  6014. package/types/dictionary/2.7/segments/STF.d.ts +3 -0
  6015. package/types/dictionary/2.7/segments/STZ.d.ts +3 -0
  6016. package/types/dictionary/2.7/segments/TCC.d.ts +3 -0
  6017. package/types/dictionary/2.7/segments/TCD.d.ts +3 -0
  6018. package/types/dictionary/2.7/segments/TQ1.d.ts +3 -0
  6019. package/types/dictionary/2.7/segments/TQ2.d.ts +3 -0
  6020. package/types/dictionary/2.7/segments/TXA.d.ts +3 -0
  6021. package/types/dictionary/2.7/segments/UAC.d.ts +3 -0
  6022. package/types/dictionary/2.7/segments/UB1.d.ts +3 -0
  6023. package/types/dictionary/2.7/segments/UB2.d.ts +3 -0
  6024. package/types/dictionary/2.7/segments/URD.d.ts +3 -0
  6025. package/types/dictionary/2.7/segments/URS.d.ts +3 -0
  6026. package/types/dictionary/2.7/segments/VAR.d.ts +3 -0
  6027. package/types/dictionary/2.7/segments/VND.d.ts +3 -0
  6028. package/types/dictionary/2.7/segments/index.d.ts +165 -0
  6029. package/types/dictionary/2.7/types/AD.d.ts +3 -0
  6030. package/types/dictionary/2.7/types/AUI.d.ts +3 -0
  6031. package/types/dictionary/2.7/types/CCD.d.ts +3 -0
  6032. package/types/dictionary/2.7/types/CD.d.ts +3 -0
  6033. package/types/dictionary/2.7/types/CF.d.ts +3 -0
  6034. package/types/dictionary/2.7/types/CNE.d.ts +3 -0
  6035. package/types/dictionary/2.7/types/CNN.d.ts +3 -0
  6036. package/types/dictionary/2.7/types/CP.d.ts +3 -0
  6037. package/types/dictionary/2.7/types/CQ.d.ts +3 -0
  6038. package/types/dictionary/2.7/types/CSU.d.ts +3 -0
  6039. package/types/dictionary/2.7/types/CWE.d.ts +3 -0
  6040. package/types/dictionary/2.7/types/CX.d.ts +3 -0
  6041. package/types/dictionary/2.7/types/DLD.d.ts +3 -0
  6042. package/types/dictionary/2.7/types/DLN.d.ts +3 -0
  6043. package/types/dictionary/2.7/types/DR.d.ts +3 -0
  6044. package/types/dictionary/2.7/types/DT.d.ts +3 -0
  6045. package/types/dictionary/2.7/types/DTN.d.ts +3 -0
  6046. package/types/dictionary/2.7/types/ED.d.ts +3 -0
  6047. package/types/dictionary/2.7/types/EI.d.ts +3 -0
  6048. package/types/dictionary/2.7/types/FC.d.ts +3 -0
  6049. package/types/dictionary/2.7/types/FN.d.ts +3 -0
  6050. package/types/dictionary/2.7/types/FT.d.ts +3 -0
  6051. package/types/dictionary/2.7/types/HD.d.ts +3 -0
  6052. package/types/dictionary/2.7/types/ICD.d.ts +3 -0
  6053. package/types/dictionary/2.7/types/ID.d.ts +3 -0
  6054. package/types/dictionary/2.7/types/IS.d.ts +3 -0
  6055. package/types/dictionary/2.7/types/JCC.d.ts +3 -0
  6056. package/types/dictionary/2.7/types/LA2.d.ts +3 -0
  6057. package/types/dictionary/2.7/types/MA.d.ts +3 -0
  6058. package/types/dictionary/2.7/types/MO.d.ts +3 -0
  6059. package/types/dictionary/2.7/types/MOP.d.ts +3 -0
  6060. package/types/dictionary/2.7/types/MSG.d.ts +3 -0
  6061. package/types/dictionary/2.7/types/NA.d.ts +3 -0
  6062. package/types/dictionary/2.7/types/NDL.d.ts +3 -0
  6063. package/types/dictionary/2.7/types/NM.d.ts +3 -0
  6064. package/types/dictionary/2.7/types/PL.d.ts +3 -0
  6065. package/types/dictionary/2.7/types/PLN.d.ts +3 -0
  6066. package/types/dictionary/2.7/types/PPN.d.ts +3 -0
  6067. package/types/dictionary/2.7/types/PT.d.ts +3 -0
  6068. package/types/dictionary/2.7/types/PTA.d.ts +3 -0
  6069. package/types/dictionary/2.7/types/QIP.d.ts +3 -0
  6070. package/types/dictionary/2.7/types/QSC.d.ts +3 -0
  6071. package/types/dictionary/2.7/types/RCD.d.ts +3 -0
  6072. package/types/dictionary/2.7/types/RFR.d.ts +3 -0
  6073. package/types/dictionary/2.7/types/RI.d.ts +3 -0
  6074. package/types/dictionary/2.7/types/RMC.d.ts +3 -0
  6075. package/types/dictionary/2.7/types/RP.d.ts +3 -0
  6076. package/types/dictionary/2.7/types/RPT.d.ts +3 -0
  6077. package/types/dictionary/2.7/types/SAD.d.ts +3 -0
  6078. package/types/dictionary/2.7/types/SCV.d.ts +3 -0
  6079. package/types/dictionary/2.7/types/SN.d.ts +3 -0
  6080. package/types/dictionary/2.7/types/SRT.d.ts +3 -0
  6081. package/types/dictionary/2.7/types/ST.d.ts +3 -0
  6082. package/types/dictionary/2.7/types/TM.d.ts +3 -0
  6083. package/types/dictionary/2.7/types/TQ.d.ts +3 -0
  6084. package/types/dictionary/2.7/types/TX.d.ts +3 -0
  6085. package/types/dictionary/2.7/types/UVC.d.ts +3 -0
  6086. package/types/dictionary/2.7/types/VH.d.ts +3 -0
  6087. package/types/dictionary/2.7/types/VID.d.ts +3 -0
  6088. package/types/dictionary/2.7/types/WVI.d.ts +3 -0
  6089. package/types/dictionary/2.7/types/WVS.d.ts +3 -0
  6090. package/types/dictionary/2.7/types/XAD.d.ts +3 -0
  6091. package/types/dictionary/2.7/types/XCN.d.ts +3 -0
  6092. package/types/dictionary/2.7/types/XON.d.ts +3 -0
  6093. package/types/dictionary/2.7/types/XPN.d.ts +3 -0
  6094. package/types/dictionary/2.7/types/XTN.d.ts +3 -0
  6095. package/types/dictionary/2.7/types/index.d.ts +66 -0
  6096. package/types/dictionary/2.7.1/index.d.ts +2 -0
  6097. package/types/dictionary/2.7.1/segments/ABS.d.ts +3 -0
  6098. package/types/dictionary/2.7.1/segments/ACC.d.ts +3 -0
  6099. package/types/dictionary/2.7.1/segments/ADD.d.ts +3 -0
  6100. package/types/dictionary/2.7.1/segments/ADJ.d.ts +3 -0
  6101. package/types/dictionary/2.7.1/segments/AIG.d.ts +3 -0
  6102. package/types/dictionary/2.7.1/segments/AIL.d.ts +3 -0
  6103. package/types/dictionary/2.7.1/segments/AIP.d.ts +3 -0
  6104. package/types/dictionary/2.7.1/segments/AIS.d.ts +3 -0
  6105. package/types/dictionary/2.7.1/segments/AL1.d.ts +3 -0
  6106. package/types/dictionary/2.7.1/segments/ARQ.d.ts +3 -0
  6107. package/types/dictionary/2.7.1/segments/ARV.d.ts +3 -0
  6108. package/types/dictionary/2.7.1/segments/AUT.d.ts +3 -0
  6109. package/types/dictionary/2.7.1/segments/BHS.d.ts +3 -0
  6110. package/types/dictionary/2.7.1/segments/BLC.d.ts +3 -0
  6111. package/types/dictionary/2.7.1/segments/BLG.d.ts +3 -0
  6112. package/types/dictionary/2.7.1/segments/BPO.d.ts +3 -0
  6113. package/types/dictionary/2.7.1/segments/BPX.d.ts +3 -0
  6114. package/types/dictionary/2.7.1/segments/BTS.d.ts +3 -0
  6115. package/types/dictionary/2.7.1/segments/BTX.d.ts +3 -0
  6116. package/types/dictionary/2.7.1/segments/CDM.d.ts +3 -0
  6117. package/types/dictionary/2.7.1/segments/CER.d.ts +3 -0
  6118. package/types/dictionary/2.7.1/segments/CM0.d.ts +3 -0
  6119. package/types/dictionary/2.7.1/segments/CM1.d.ts +3 -0
  6120. package/types/dictionary/2.7.1/segments/CM2.d.ts +3 -0
  6121. package/types/dictionary/2.7.1/segments/CNS.d.ts +3 -0
  6122. package/types/dictionary/2.7.1/segments/CON_.d.ts +3 -0
  6123. package/types/dictionary/2.7.1/segments/CSP.d.ts +3 -0
  6124. package/types/dictionary/2.7.1/segments/CSR.d.ts +3 -0
  6125. package/types/dictionary/2.7.1/segments/CSS.d.ts +3 -0
  6126. package/types/dictionary/2.7.1/segments/CTD.d.ts +3 -0
  6127. package/types/dictionary/2.7.1/segments/CTI.d.ts +3 -0
  6128. package/types/dictionary/2.7.1/segments/DB1.d.ts +3 -0
  6129. package/types/dictionary/2.7.1/segments/DG1.d.ts +3 -0
  6130. package/types/dictionary/2.7.1/segments/DMI.d.ts +3 -0
  6131. package/types/dictionary/2.7.1/segments/DRG.d.ts +3 -0
  6132. package/types/dictionary/2.7.1/segments/DSC.d.ts +3 -0
  6133. package/types/dictionary/2.7.1/segments/DSP.d.ts +3 -0
  6134. package/types/dictionary/2.7.1/segments/ECD.d.ts +3 -0
  6135. package/types/dictionary/2.7.1/segments/ECR.d.ts +3 -0
  6136. package/types/dictionary/2.7.1/segments/EDU.d.ts +3 -0
  6137. package/types/dictionary/2.7.1/segments/EQP.d.ts +3 -0
  6138. package/types/dictionary/2.7.1/segments/EQU.d.ts +3 -0
  6139. package/types/dictionary/2.7.1/segments/ERR.d.ts +3 -0
  6140. package/types/dictionary/2.7.1/segments/EVN.d.ts +3 -0
  6141. package/types/dictionary/2.7.1/segments/FHS.d.ts +3 -0
  6142. package/types/dictionary/2.7.1/segments/FT1.d.ts +3 -0
  6143. package/types/dictionary/2.7.1/segments/FTS.d.ts +3 -0
  6144. package/types/dictionary/2.7.1/segments/GOL.d.ts +3 -0
  6145. package/types/dictionary/2.7.1/segments/GP2.d.ts +3 -0
  6146. package/types/dictionary/2.7.1/segments/GT1.d.ts +3 -0
  6147. package/types/dictionary/2.7.1/segments/IAM.d.ts +3 -0
  6148. package/types/dictionary/2.7.1/segments/IIM.d.ts +3 -0
  6149. package/types/dictionary/2.7.1/segments/ILT.d.ts +3 -0
  6150. package/types/dictionary/2.7.1/segments/IN1.d.ts +3 -0
  6151. package/types/dictionary/2.7.1/segments/IN2.d.ts +3 -0
  6152. package/types/dictionary/2.7.1/segments/IN3.d.ts +3 -0
  6153. package/types/dictionary/2.7.1/segments/INV.d.ts +3 -0
  6154. package/types/dictionary/2.7.1/segments/IPC.d.ts +3 -0
  6155. package/types/dictionary/2.7.1/segments/IPR.d.ts +3 -0
  6156. package/types/dictionary/2.7.1/segments/ISD.d.ts +3 -0
  6157. package/types/dictionary/2.7.1/segments/ITM.d.ts +3 -0
  6158. package/types/dictionary/2.7.1/segments/IVC.d.ts +3 -0
  6159. package/types/dictionary/2.7.1/segments/IVT.d.ts +3 -0
  6160. package/types/dictionary/2.7.1/segments/LAN.d.ts +3 -0
  6161. package/types/dictionary/2.7.1/segments/LCC.d.ts +3 -0
  6162. package/types/dictionary/2.7.1/segments/LCH.d.ts +3 -0
  6163. package/types/dictionary/2.7.1/segments/LDP.d.ts +3 -0
  6164. package/types/dictionary/2.7.1/segments/LOC.d.ts +3 -0
  6165. package/types/dictionary/2.7.1/segments/LRL.d.ts +3 -0
  6166. package/types/dictionary/2.7.1/segments/MFA.d.ts +3 -0
  6167. package/types/dictionary/2.7.1/segments/MFE.d.ts +3 -0
  6168. package/types/dictionary/2.7.1/segments/MFI.d.ts +3 -0
  6169. package/types/dictionary/2.7.1/segments/MRG.d.ts +3 -0
  6170. package/types/dictionary/2.7.1/segments/MSA.d.ts +3 -0
  6171. package/types/dictionary/2.7.1/segments/MSH.d.ts +3 -0
  6172. package/types/dictionary/2.7.1/segments/NCK.d.ts +3 -0
  6173. package/types/dictionary/2.7.1/segments/NDS.d.ts +3 -0
  6174. package/types/dictionary/2.7.1/segments/NK1.d.ts +3 -0
  6175. package/types/dictionary/2.7.1/segments/NPU.d.ts +3 -0
  6176. package/types/dictionary/2.7.1/segments/NSC.d.ts +3 -0
  6177. package/types/dictionary/2.7.1/segments/NST.d.ts +3 -0
  6178. package/types/dictionary/2.7.1/segments/NTE.d.ts +3 -0
  6179. package/types/dictionary/2.7.1/segments/OBR.d.ts +3 -0
  6180. package/types/dictionary/2.7.1/segments/OBX.d.ts +3 -0
  6181. package/types/dictionary/2.7.1/segments/ODS.d.ts +3 -0
  6182. package/types/dictionary/2.7.1/segments/ODT.d.ts +3 -0
  6183. package/types/dictionary/2.7.1/segments/OM1.d.ts +3 -0
  6184. package/types/dictionary/2.7.1/segments/OM2.d.ts +3 -0
  6185. package/types/dictionary/2.7.1/segments/OM3.d.ts +3 -0
  6186. package/types/dictionary/2.7.1/segments/OM4.d.ts +3 -0
  6187. package/types/dictionary/2.7.1/segments/OM5.d.ts +3 -0
  6188. package/types/dictionary/2.7.1/segments/OM6.d.ts +3 -0
  6189. package/types/dictionary/2.7.1/segments/OM7.d.ts +3 -0
  6190. package/types/dictionary/2.7.1/segments/ORC.d.ts +3 -0
  6191. package/types/dictionary/2.7.1/segments/ORG.d.ts +3 -0
  6192. package/types/dictionary/2.7.1/segments/OVR.d.ts +3 -0
  6193. package/types/dictionary/2.7.1/segments/PCE.d.ts +3 -0
  6194. package/types/dictionary/2.7.1/segments/PCR.d.ts +3 -0
  6195. package/types/dictionary/2.7.1/segments/PD1.d.ts +3 -0
  6196. package/types/dictionary/2.7.1/segments/PDA.d.ts +3 -0
  6197. package/types/dictionary/2.7.1/segments/PEO.d.ts +3 -0
  6198. package/types/dictionary/2.7.1/segments/PES.d.ts +3 -0
  6199. package/types/dictionary/2.7.1/segments/PID.d.ts +3 -0
  6200. package/types/dictionary/2.7.1/segments/PKG.d.ts +3 -0
  6201. package/types/dictionary/2.7.1/segments/PMT.d.ts +3 -0
  6202. package/types/dictionary/2.7.1/segments/PR1.d.ts +3 -0
  6203. package/types/dictionary/2.7.1/segments/PRA.d.ts +3 -0
  6204. package/types/dictionary/2.7.1/segments/PRB.d.ts +3 -0
  6205. package/types/dictionary/2.7.1/segments/PRC.d.ts +3 -0
  6206. package/types/dictionary/2.7.1/segments/PRD.d.ts +3 -0
  6207. package/types/dictionary/2.7.1/segments/PSG.d.ts +3 -0
  6208. package/types/dictionary/2.7.1/segments/PSL.d.ts +3 -0
  6209. package/types/dictionary/2.7.1/segments/PSS.d.ts +3 -0
  6210. package/types/dictionary/2.7.1/segments/PTH.d.ts +3 -0
  6211. package/types/dictionary/2.7.1/segments/PV1.d.ts +3 -0
  6212. package/types/dictionary/2.7.1/segments/PV2.d.ts +3 -0
  6213. package/types/dictionary/2.7.1/segments/PYE.d.ts +3 -0
  6214. package/types/dictionary/2.7.1/segments/QAK.d.ts +3 -0
  6215. package/types/dictionary/2.7.1/segments/QID.d.ts +3 -0
  6216. package/types/dictionary/2.7.1/segments/QPD.d.ts +3 -0
  6217. package/types/dictionary/2.7.1/segments/QRD.d.ts +3 -0
  6218. package/types/dictionary/2.7.1/segments/QRF.d.ts +3 -0
  6219. package/types/dictionary/2.7.1/segments/QRI.d.ts +3 -0
  6220. package/types/dictionary/2.7.1/segments/RCP.d.ts +3 -0
  6221. package/types/dictionary/2.7.1/segments/RDT.d.ts +3 -0
  6222. package/types/dictionary/2.7.1/segments/REL.d.ts +3 -0
  6223. package/types/dictionary/2.7.1/segments/RF1.d.ts +3 -0
  6224. package/types/dictionary/2.7.1/segments/RFI.d.ts +3 -0
  6225. package/types/dictionary/2.7.1/segments/RGS.d.ts +3 -0
  6226. package/types/dictionary/2.7.1/segments/RMI.d.ts +3 -0
  6227. package/types/dictionary/2.7.1/segments/ROL.d.ts +3 -0
  6228. package/types/dictionary/2.7.1/segments/RQ1.d.ts +3 -0
  6229. package/types/dictionary/2.7.1/segments/RQD.d.ts +3 -0
  6230. package/types/dictionary/2.7.1/segments/RXA.d.ts +3 -0
  6231. package/types/dictionary/2.7.1/segments/RXC.d.ts +3 -0
  6232. package/types/dictionary/2.7.1/segments/RXD.d.ts +3 -0
  6233. package/types/dictionary/2.7.1/segments/RXE.d.ts +3 -0
  6234. package/types/dictionary/2.7.1/segments/RXG.d.ts +3 -0
  6235. package/types/dictionary/2.7.1/segments/RXO.d.ts +3 -0
  6236. package/types/dictionary/2.7.1/segments/RXR.d.ts +3 -0
  6237. package/types/dictionary/2.7.1/segments/SAC.d.ts +3 -0
  6238. package/types/dictionary/2.7.1/segments/SCD.d.ts +3 -0
  6239. package/types/dictionary/2.7.1/segments/SCH.d.ts +3 -0
  6240. package/types/dictionary/2.7.1/segments/SCP.d.ts +3 -0
  6241. package/types/dictionary/2.7.1/segments/SDD.d.ts +3 -0
  6242. package/types/dictionary/2.7.1/segments/SFT.d.ts +3 -0
  6243. package/types/dictionary/2.7.1/segments/SID.d.ts +3 -0
  6244. package/types/dictionary/2.7.1/segments/SLT.d.ts +3 -0
  6245. package/types/dictionary/2.7.1/segments/SPM.d.ts +3 -0
  6246. package/types/dictionary/2.7.1/segments/STF.d.ts +3 -0
  6247. package/types/dictionary/2.7.1/segments/STZ.d.ts +3 -0
  6248. package/types/dictionary/2.7.1/segments/TCC.d.ts +3 -0
  6249. package/types/dictionary/2.7.1/segments/TCD.d.ts +3 -0
  6250. package/types/dictionary/2.7.1/segments/TQ1.d.ts +3 -0
  6251. package/types/dictionary/2.7.1/segments/TQ2.d.ts +3 -0
  6252. package/types/dictionary/2.7.1/segments/TXA.d.ts +3 -0
  6253. package/types/dictionary/2.7.1/segments/UAC.d.ts +3 -0
  6254. package/types/dictionary/2.7.1/segments/UB1.d.ts +3 -0
  6255. package/types/dictionary/2.7.1/segments/UB2.d.ts +3 -0
  6256. package/types/dictionary/2.7.1/segments/URD.d.ts +3 -0
  6257. package/types/dictionary/2.7.1/segments/URS.d.ts +3 -0
  6258. package/types/dictionary/2.7.1/segments/VAR.d.ts +3 -0
  6259. package/types/dictionary/2.7.1/segments/VND.d.ts +3 -0
  6260. package/types/dictionary/2.7.1/segments/index.d.ts +163 -0
  6261. package/types/dictionary/2.7.1/types/AD.d.ts +3 -0
  6262. package/types/dictionary/2.7.1/types/AUI.d.ts +3 -0
  6263. package/types/dictionary/2.7.1/types/CCD.d.ts +3 -0
  6264. package/types/dictionary/2.7.1/types/CCP.d.ts +3 -0
  6265. package/types/dictionary/2.7.1/types/CD.d.ts +3 -0
  6266. package/types/dictionary/2.7.1/types/CF.d.ts +3 -0
  6267. package/types/dictionary/2.7.1/types/CNE.d.ts +3 -0
  6268. package/types/dictionary/2.7.1/types/CNN.d.ts +3 -0
  6269. package/types/dictionary/2.7.1/types/CP.d.ts +3 -0
  6270. package/types/dictionary/2.7.1/types/CQ.d.ts +3 -0
  6271. package/types/dictionary/2.7.1/types/CSU.d.ts +3 -0
  6272. package/types/dictionary/2.7.1/types/CWE.d.ts +3 -0
  6273. package/types/dictionary/2.7.1/types/CX.d.ts +3 -0
  6274. package/types/dictionary/2.7.1/types/DDI.d.ts +3 -0
  6275. package/types/dictionary/2.7.1/types/DIN.d.ts +3 -0
  6276. package/types/dictionary/2.7.1/types/DLD.d.ts +3 -0
  6277. package/types/dictionary/2.7.1/types/DLN.d.ts +3 -0
  6278. package/types/dictionary/2.7.1/types/DLT.d.ts +3 -0
  6279. package/types/dictionary/2.7.1/types/DR.d.ts +3 -0
  6280. package/types/dictionary/2.7.1/types/DTM.d.ts +3 -0
  6281. package/types/dictionary/2.7.1/types/DTN.d.ts +3 -0
  6282. package/types/dictionary/2.7.1/types/ED.d.ts +3 -0
  6283. package/types/dictionary/2.7.1/types/EI.d.ts +3 -0
  6284. package/types/dictionary/2.7.1/types/EIP.d.ts +3 -0
  6285. package/types/dictionary/2.7.1/types/ERL.d.ts +3 -0
  6286. package/types/dictionary/2.7.1/types/FC.d.ts +3 -0
  6287. package/types/dictionary/2.7.1/types/FN.d.ts +3 -0
  6288. package/types/dictionary/2.7.1/types/GTS.d.ts +3 -0
  6289. package/types/dictionary/2.7.1/types/HD.d.ts +3 -0
  6290. package/types/dictionary/2.7.1/types/ICD.d.ts +3 -0
  6291. package/types/dictionary/2.7.1/types/JCC.d.ts +3 -0
  6292. package/types/dictionary/2.7.1/types/LA1.d.ts +3 -0
  6293. package/types/dictionary/2.7.1/types/LA2.d.ts +3 -0
  6294. package/types/dictionary/2.7.1/types/MO.d.ts +3 -0
  6295. package/types/dictionary/2.7.1/types/MOC.d.ts +3 -0
  6296. package/types/dictionary/2.7.1/types/MOP.d.ts +3 -0
  6297. package/types/dictionary/2.7.1/types/MSG.d.ts +3 -0
  6298. package/types/dictionary/2.7.1/types/NA.d.ts +3 -0
  6299. package/types/dictionary/2.7.1/types/NDL.d.ts +3 -0
  6300. package/types/dictionary/2.7.1/types/NR.d.ts +3 -0
  6301. package/types/dictionary/2.7.1/types/OCD.d.ts +3 -0
  6302. package/types/dictionary/2.7.1/types/OSD.d.ts +3 -0
  6303. package/types/dictionary/2.7.1/types/OSP.d.ts +3 -0
  6304. package/types/dictionary/2.7.1/types/PIP.d.ts +3 -0
  6305. package/types/dictionary/2.7.1/types/PL.d.ts +3 -0
  6306. package/types/dictionary/2.7.1/types/PLN.d.ts +3 -0
  6307. package/types/dictionary/2.7.1/types/PPN.d.ts +3 -0
  6308. package/types/dictionary/2.7.1/types/PRL.d.ts +3 -0
  6309. package/types/dictionary/2.7.1/types/PT.d.ts +3 -0
  6310. package/types/dictionary/2.7.1/types/PTA.d.ts +3 -0
  6311. package/types/dictionary/2.7.1/types/QIP.d.ts +3 -0
  6312. package/types/dictionary/2.7.1/types/QSC.d.ts +3 -0
  6313. package/types/dictionary/2.7.1/types/RCD.d.ts +3 -0
  6314. package/types/dictionary/2.7.1/types/RFR.d.ts +3 -0
  6315. package/types/dictionary/2.7.1/types/RI.d.ts +3 -0
  6316. package/types/dictionary/2.7.1/types/RMC.d.ts +3 -0
  6317. package/types/dictionary/2.7.1/types/RP.d.ts +3 -0
  6318. package/types/dictionary/2.7.1/types/RPT.d.ts +3 -0
  6319. package/types/dictionary/2.7.1/types/SAD.d.ts +3 -0
  6320. package/types/dictionary/2.7.1/types/SCV.d.ts +3 -0
  6321. package/types/dictionary/2.7.1/types/SI.d.ts +3 -0
  6322. package/types/dictionary/2.7.1/types/SN.d.ts +3 -0
  6323. package/types/dictionary/2.7.1/types/SPD.d.ts +3 -0
  6324. package/types/dictionary/2.7.1/types/SRT.d.ts +3 -0
  6325. package/types/dictionary/2.7.1/types/TQ.d.ts +3 -0
  6326. package/types/dictionary/2.7.1/types/UVC.d.ts +3 -0
  6327. package/types/dictionary/2.7.1/types/VH.d.ts +3 -0
  6328. package/types/dictionary/2.7.1/types/VID.d.ts +3 -0
  6329. package/types/dictionary/2.7.1/types/VR.d.ts +3 -0
  6330. package/types/dictionary/2.7.1/types/WVI.d.ts +3 -0
  6331. package/types/dictionary/2.7.1/types/WVS.d.ts +3 -0
  6332. package/types/dictionary/2.7.1/types/XAD.d.ts +3 -0
  6333. package/types/dictionary/2.7.1/types/XCN.d.ts +3 -0
  6334. package/types/dictionary/2.7.1/types/XON.d.ts +3 -0
  6335. package/types/dictionary/2.7.1/types/XPN.d.ts +3 -0
  6336. package/types/dictionary/2.7.1/types/XTN.d.ts +3 -0
  6337. package/types/dictionary/2.7.1/types/index.d.ts +76 -0
  6338. package/types/dictionary/2.8/index.d.ts +2 -0
  6339. package/types/dictionary/index.d.ts +7 -0
  6340. package/types/dictionary/segment-fields/abs-segment.enum.d.ts +16 -0
  6341. package/types/dictionary/segment-fields/acc-segment.enum.d.ts +14 -0
  6342. package/types/dictionary/segment-fields/add-segment.enum.d.ts +3 -0
  6343. package/types/dictionary/segment-fields/adj-segment.enum.d.ts +17 -0
  6344. package/types/dictionary/segment-fields/aff-segment.enum.d.ts +7 -0
  6345. package/types/dictionary/segment-fields/aig-segment.enum.d.ts +16 -0
  6346. package/types/dictionary/segment-fields/ail-segment.enum.d.ts +14 -0
  6347. package/types/dictionary/segment-fields/aip-segment.enum.d.ts +14 -0
  6348. package/types/dictionary/segment-fields/ais-segment.enum.d.ts +14 -0
  6349. package/types/dictionary/segment-fields/al1-segment.enum.d.ts +8 -0
  6350. package/types/dictionary/segment-fields/apr-segment.enum.d.ts +7 -0
  6351. package/types/dictionary/segment-fields/arq-segment.enum.d.ts +27 -0
  6352. package/types/dictionary/segment-fields/arv-segment.enum.d.ts +8 -0
  6353. package/types/dictionary/segment-fields/aut-segment.enum.d.ts +14 -0
  6354. package/types/dictionary/segment-fields/bhs-segment.enum.d.ts +16 -0
  6355. package/types/dictionary/segment-fields/blc-segment.enum.d.ts +4 -0
  6356. package/types/dictionary/segment-fields/blg-segment.enum.d.ts +6 -0
  6357. package/types/dictionary/segment-fields/bpo-segment.enum.d.ts +16 -0
  6358. package/types/dictionary/segment-fields/bpx-segment.enum.d.ts +23 -0
  6359. package/types/dictionary/segment-fields/bts-segment.enum.d.ts +5 -0
  6360. package/types/dictionary/segment-fields/btx-segment.enum.d.ts +21 -0
  6361. package/types/dictionary/segment-fields/cdm-segment.enum.d.ts +15 -0
  6362. package/types/dictionary/segment-fields/cer-segment.enum.d.ts +33 -0
  6363. package/types/dictionary/segment-fields/cm0-segment.enum.d.ts +13 -0
  6364. package/types/dictionary/segment-fields/cm1-segment.enum.d.ts +5 -0
  6365. package/types/dictionary/segment-fields/cm2-segment.enum.d.ts +6 -0
  6366. package/types/dictionary/segment-fields/cns-segment.enum.d.ts +8 -0
  6367. package/types/dictionary/segment-fields/con-segment.enum.d.ts +27 -0
  6368. package/types/dictionary/segment-fields/csp-segment.enum.d.ts +6 -0
  6369. package/types/dictionary/segment-fields/csr-segment.enum.d.ts +18 -0
  6370. package/types/dictionary/segment-fields/css-segment.enum.d.ts +5 -0
  6371. package/types/dictionary/segment-fields/ctd-segment.enum.d.ts +9 -0
  6372. package/types/dictionary/segment-fields/cti-segment.enum.d.ts +5 -0
  6373. package/types/dictionary/segment-fields/db1-segment.enum.d.ts +10 -0
  6374. package/types/dictionary/segment-fields/dg1-segment.enum.d.ts +28 -0
  6375. package/types/dictionary/segment-fields/dmi-segment.enum.d.ts +7 -0
  6376. package/types/dictionary/segment-fields/drg-segment.enum.d.ts +35 -0
  6377. package/types/dictionary/segment-fields/dsc-segment.enum.d.ts +4 -0
  6378. package/types/dictionary/segment-fields/dsp-segment.enum.d.ts +7 -0
  6379. package/types/dictionary/segment-fields/ecd-segment.enum.d.ts +7 -0
  6380. package/types/dictionary/segment-fields/ecr-segment.enum.d.ts +5 -0
  6381. package/types/dictionary/segment-fields/ed-segment.enum.d.ts +3 -0
  6382. package/types/dictionary/segment-fields/edu-segment.enum.d.ts +11 -0
  6383. package/types/dictionary/segment-fields/eql-segment.enum.d.ts +6 -0
  6384. package/types/dictionary/segment-fields/eqp-segment.enum.d.ts +7 -0
  6385. package/types/dictionary/segment-fields/equ-segment.enum.d.ts +7 -0
  6386. package/types/dictionary/segment-fields/erq-segment.enum.d.ts +5 -0
  6387. package/types/dictionary/segment-fields/err-segment.enum.d.ts +14 -0
  6388. package/types/dictionary/segment-fields/evn-segment.enum.d.ts +9 -0
  6389. package/types/dictionary/segment-fields/fac-segment.enum.d.ts +14 -0
  6390. package/types/dictionary/segment-fields/fhs-segment.enum.d.ts +16 -0
  6391. package/types/dictionary/segment-fields/ft1-segment.enum.d.ts +45 -0
  6392. package/types/dictionary/segment-fields/fts-segment.enum.d.ts +4 -0
  6393. package/types/dictionary/segment-fields/gol-segment.enum.d.ts +24 -0
  6394. package/types/dictionary/segment-fields/gp1-segment.enum.d.ts +7 -0
  6395. package/types/dictionary/segment-fields/gp2-segment.enum.d.ts +16 -0
  6396. package/types/dictionary/segment-fields/gt1-segment.enum.d.ts +59 -0
  6397. package/types/dictionary/segment-fields/iam-segment.enum.d.ts +32 -0
  6398. package/types/dictionary/segment-fields/iar-segment.enum.d.ts +6 -0
  6399. package/types/dictionary/segment-fields/iim-segment.enum.d.ts +17 -0
  6400. package/types/dictionary/segment-fields/ilt-segment.enum.d.ts +12 -0
  6401. package/types/dictionary/segment-fields/in1-segment.enum.d.ts +56 -0
  6402. package/types/dictionary/segment-fields/in2-segment.enum.d.ts +74 -0
  6403. package/types/dictionary/segment-fields/in3-segment.enum.d.ts +27 -0
  6404. package/types/dictionary/segment-fields/index.d.ts +182 -0
  6405. package/types/dictionary/segment-fields/inv-segment.enum.d.ts +22 -0
  6406. package/types/dictionary/segment-fields/ipc-segment.enum.d.ts +11 -0
  6407. package/types/dictionary/segment-fields/ipr-segment.enum.d.ts +10 -0
  6408. package/types/dictionary/segment-fields/isd-segment.enum.d.ts +5 -0
  6409. package/types/dictionary/segment-fields/itm-segment.enum.d.ts +31 -0
  6410. package/types/dictionary/segment-fields/ivc-segment.enum.d.ts +32 -0
  6411. package/types/dictionary/segment-fields/ivt-segment.enum.d.ts +28 -0
  6412. package/types/dictionary/segment-fields/lan-segment.enum.d.ts +6 -0
  6413. package/types/dictionary/segment-fields/lcc-segment.enum.d.ts +6 -0
  6414. package/types/dictionary/segment-fields/lch-segment.enum.d.ts +7 -0
  6415. package/types/dictionary/segment-fields/ldp-segment.enum.d.ts +14 -0
  6416. package/types/dictionary/segment-fields/loc-segment.enum.d.ts +11 -0
  6417. package/types/dictionary/segment-fields/lrl-segment.enum.d.ts +8 -0
  6418. package/types/dictionary/segment-fields/mfa-segment.enum.d.ts +8 -0
  6419. package/types/dictionary/segment-fields/mfe-segment.enum.d.ts +9 -0
  6420. package/types/dictionary/segment-fields/mfi-segment.enum.d.ts +8 -0
  6421. package/types/dictionary/segment-fields/mrg-segment.enum.d.ts +9 -0
  6422. package/types/dictionary/segment-fields/msa-segment.enum.d.ts +10 -0
  6423. package/types/dictionary/segment-fields/msh-segment.enum.d.ts +27 -0
  6424. package/types/dictionary/segment-fields/nck-segment.enum.d.ts +3 -0
  6425. package/types/dictionary/segment-fields/nds-segment.enum.d.ts +6 -0
  6426. package/types/dictionary/segment-fields/nk1-segment.enum.d.ts +43 -0
  6427. package/types/dictionary/segment-fields/npu-segment.enum.d.ts +4 -0
  6428. package/types/dictionary/segment-fields/nsc-segment.enum.d.ts +11 -0
  6429. package/types/dictionary/segment-fields/nst-segment.enum.d.ts +17 -0
  6430. package/types/dictionary/segment-fields/nte-segment.enum.d.ts +10 -0
  6431. package/types/dictionary/segment-fields/obr-segment.enum.d.ts +56 -0
  6432. package/types/dictionary/segment-fields/obx-segment.enum.d.ts +28 -0
  6433. package/types/dictionary/segment-fields/ods-segment.enum.d.ts +6 -0
  6434. package/types/dictionary/segment-fields/odt-segment.enum.d.ts +5 -0
  6435. package/types/dictionary/segment-fields/om1-segment.enum.d.ts +49 -0
  6436. package/types/dictionary/segment-fields/om2-segment.enum.d.ts +13 -0
  6437. package/types/dictionary/segment-fields/om3-segment.enum.d.ts +10 -0
  6438. package/types/dictionary/segment-fields/om4-segment.enum.d.ts +17 -0
  6439. package/types/dictionary/segment-fields/om5-segment.enum.d.ts +6 -0
  6440. package/types/dictionary/segment-fields/om6-segment.enum.d.ts +5 -0
  6441. package/types/dictionary/segment-fields/om7-segment.enum.d.ts +26 -0
  6442. package/types/dictionary/segment-fields/orc-segment.enum.d.ts +35 -0
  6443. package/types/dictionary/segment-fields/org-segment.enum.d.ts +15 -0
  6444. package/types/dictionary/segment-fields/oro-segment.enum.d.ts +6 -0
  6445. package/types/dictionary/segment-fields/ovr-segment.enum.d.ts +7 -0
  6446. package/types/dictionary/segment-fields/pac-segment.enum.d.ts +10 -0
  6447. package/types/dictionary/segment-fields/pce-segment.enum.d.ts +6 -0
  6448. package/types/dictionary/segment-fields/pcr-segment.enum.d.ts +25 -0
  6449. package/types/dictionary/segment-fields/pd1-segment.enum.d.ts +24 -0
  6450. package/types/dictionary/segment-fields/pda-segment.enum.d.ts +11 -0
  6451. package/types/dictionary/segment-fields/pdc-segment.enum.d.ts +17 -0
  6452. package/types/dictionary/segment-fields/peo-segment.enum.d.ts +27 -0
  6453. package/types/dictionary/segment-fields/pes-segment.enum.d.ts +15 -0
  6454. package/types/dictionary/segment-fields/pid-segment.enum.d.ts +42 -0
  6455. package/types/dictionary/segment-fields/pkg-segment.enum.d.ts +9 -0
  6456. package/types/dictionary/segment-fields/pmt-segment.enum.d.ts +14 -0
  6457. package/types/dictionary/segment-fields/pr1-segment.enum.d.ts +27 -0
  6458. package/types/dictionary/segment-fields/pra-segment.enum.d.ts +14 -0
  6459. package/types/dictionary/segment-fields/prb-segment.enum.d.ts +30 -0
  6460. package/types/dictionary/segment-fields/prc-segment.enum.d.ts +20 -0
  6461. package/types/dictionary/segment-fields/prd-segment.enum.d.ts +16 -0
  6462. package/types/dictionary/segment-fields/prt-segment.enum.d.ts +17 -0
  6463. package/types/dictionary/segment-fields/psg-segment.enum.d.ts +8 -0
  6464. package/types/dictionary/segment-fields/psh-segment.enum.d.ts +16 -0
  6465. package/types/dictionary/segment-fields/psl-segment.enum.d.ts +50 -0
  6466. package/types/dictionary/segment-fields/pss-segment.enum.d.ts +7 -0
  6467. package/types/dictionary/segment-fields/pth-segment.enum.d.ts +9 -0
  6468. package/types/dictionary/segment-fields/pv1-segment.enum.d.ts +56 -0
  6469. package/types/dictionary/segment-fields/pv2-segment.enum.d.ts +52 -0
  6470. package/types/dictionary/segment-fields/pye-segment.enum.d.ts +9 -0
  6471. package/types/dictionary/segment-fields/qak-segment.enum.d.ts +8 -0
  6472. package/types/dictionary/segment-fields/qck-segment.enum.d.ts +3 -0
  6473. package/types/dictionary/segment-fields/qid-segment.enum.d.ts +4 -0
  6474. package/types/dictionary/segment-fields/qpd-segment.enum.d.ts +5 -0
  6475. package/types/dictionary/segment-fields/qrd-segment.enum.d.ts +14 -0
  6476. package/types/dictionary/segment-fields/qrf-segment.enum.d.ts +12 -0
  6477. package/types/dictionary/segment-fields/qri-segment.enum.d.ts +5 -0
  6478. package/types/dictionary/segment-fields/rcp-segment.enum.d.ts +9 -0
  6479. package/types/dictionary/segment-fields/rdf-segment.enum.d.ts +4 -0
  6480. package/types/dictionary/segment-fields/rdt-segment.enum.d.ts +3 -0
  6481. package/types/dictionary/segment-fields/rel-segment.enum.d.ts +18 -0
  6482. package/types/dictionary/segment-fields/rf1-segment.enum.d.ts +14 -0
  6483. package/types/dictionary/segment-fields/rfi-segment.enum.d.ts +6 -0
  6484. package/types/dictionary/segment-fields/rgs-segment.enum.d.ts +5 -0
  6485. package/types/dictionary/segment-fields/rmi-segment.enum.d.ts +5 -0
  6486. package/types/dictionary/segment-fields/rol-segment.enum.d.ts +16 -0
  6487. package/types/dictionary/segment-fields/rq1-segment.enum.d.ts +9 -0
  6488. package/types/dictionary/segment-fields/rqd-segment.enum.d.ts +12 -0
  6489. package/types/dictionary/segment-fields/rx1-segment.enum.d.ts +27 -0
  6490. package/types/dictionary/segment-fields/rxa-segment.enum.d.ts +30 -0
  6491. package/types/dictionary/segment-fields/rxc-segment.enum.d.ts +11 -0
  6492. package/types/dictionary/segment-fields/rxd-segment.enum.d.ts +36 -0
  6493. package/types/dictionary/segment-fields/rxe-segment.enum.d.ts +47 -0
  6494. package/types/dictionary/segment-fields/rxg-segment.enum.d.ts +32 -0
  6495. package/types/dictionary/segment-fields/rxo-segment.enum.d.ts +38 -0
  6496. package/types/dictionary/segment-fields/rxr-segment.enum.d.ts +8 -0
  6497. package/types/dictionary/segment-fields/sac-segment.enum.d.ts +46 -0
  6498. package/types/dictionary/segment-fields/scd-segment.enum.d.ts +39 -0
  6499. package/types/dictionary/segment-fields/sch-segment.enum.d.ts +29 -0
  6500. package/types/dictionary/segment-fields/scp-segment.enum.d.ts +10 -0
  6501. package/types/dictionary/segment-fields/sdd-segment.enum.d.ts +9 -0
  6502. package/types/dictionary/segment-fields/sft-segment.enum.d.ts +8 -0
  6503. package/types/dictionary/segment-fields/shp-segment.enum.d.ts +13 -0
  6504. package/types/dictionary/segment-fields/sid-segment.enum.d.ts +6 -0
  6505. package/types/dictionary/segment-fields/slt-segment.enum.d.ts +7 -0
  6506. package/types/dictionary/segment-fields/spm-segment.enum.d.ts +34 -0
  6507. package/types/dictionary/segment-fields/spr-segment.enum.d.ts +6 -0
  6508. package/types/dictionary/segment-fields/stf-segment.enum.d.ts +43 -0
  6509. package/types/dictionary/segment-fields/stz-segment.enum.d.ts +6 -0
  6510. package/types/dictionary/segment-fields/tcc-segment.enum.d.ts +16 -0
  6511. package/types/dictionary/segment-fields/tcd-segment.enum.d.ts +10 -0
  6512. package/types/dictionary/segment-fields/tq1-segment.enum.d.ts +16 -0
  6513. package/types/dictionary/segment-fields/tq2-segment.enum.d.ts +12 -0
  6514. package/types/dictionary/segment-fields/txa-segment.enum.d.ts +28 -0
  6515. package/types/dictionary/segment-fields/uac-segment.enum.d.ts +4 -0
  6516. package/types/dictionary/segment-fields/ub1-segment.enum.d.ts +25 -0
  6517. package/types/dictionary/segment-fields/ub2-segment.enum.d.ts +19 -0
  6518. package/types/dictionary/segment-fields/urd-segment.enum.d.ts +9 -0
  6519. package/types/dictionary/segment-fields/urs-segment.enum.d.ts +11 -0
  6520. package/types/dictionary/segment-fields/var-segment.enum.d.ts +8 -0
  6521. package/types/dictionary/segment-fields/vnd-segment.enum.d.ts +7 -0
  6522. package/types/dictionary/segment-fields/vtq-segment.enum.d.ts +7 -0
  6523. package/types/dictionary/tables/acknowledgment-code.enum.d.ts +25 -0
  6524. package/types/dictionary/tables/index.d.ts +1 -0
  6525. package/types/dictionary/type-fields/ad-type.enum.d.ts +10 -0
  6526. package/types/dictionary/type-fields/aui-type.enum.d.ts +5 -0
  6527. package/types/dictionary/type-fields/ccd-type.enum.d.ts +4 -0
  6528. package/types/dictionary/type-fields/ccp-type.enum.d.ts +5 -0
  6529. package/types/dictionary/type-fields/cd-type.enum.d.ts +8 -0
  6530. package/types/dictionary/type-fields/ce-type.enum.d.ts +8 -0
  6531. package/types/dictionary/type-fields/cf-type.enum.d.ts +24 -0
  6532. package/types/dictionary/type-fields/ck-type.enum.d.ts +6 -0
  6533. package/types/dictionary/type-fields/ck_account_no-type.enum.d.ts +6 -0
  6534. package/types/dictionary/type-fields/cm_abs_range-type.enum.d.ts +6 -0
  6535. package/types/dictionary/type-fields/cm_aui-type.enum.d.ts +5 -0
  6536. package/types/dictionary/type-fields/cm_batch_total-type.enum.d.ts +4 -0
  6537. package/types/dictionary/type-fields/cm_ccd-type.enum.d.ts +4 -0
  6538. package/types/dictionary/type-fields/cm_ccp-type.enum.d.ts +5 -0
  6539. package/types/dictionary/type-fields/cm_cd_electrode-type.enum.d.ts +4 -0
  6540. package/types/dictionary/type-fields/cm_csu-type.enum.d.ts +9 -0
  6541. package/types/dictionary/type-fields/cm_ddi-type.enum.d.ts +5 -0
  6542. package/types/dictionary/type-fields/cm_din-type.enum.d.ts +4 -0
  6543. package/types/dictionary/type-fields/cm_dld-type.enum.d.ts +4 -0
  6544. package/types/dictionary/type-fields/cm_dlt-type.enum.d.ts +6 -0
  6545. package/types/dictionary/type-fields/cm_dtn-type.enum.d.ts +4 -0
  6546. package/types/dictionary/type-fields/cm_eip-type.enum.d.ts +4 -0
  6547. package/types/dictionary/type-fields/cm_eld-type.enum.d.ts +6 -0
  6548. package/types/dictionary/type-fields/cm_filler-type.enum.d.ts +4 -0
  6549. package/types/dictionary/type-fields/cm_finance-type.enum.d.ts +4 -0
  6550. package/types/dictionary/type-fields/cm_group_id-type.enum.d.ts +4 -0
  6551. package/types/dictionary/type-fields/cm_internal_location-type.enum.d.ts +10 -0
  6552. package/types/dictionary/type-fields/cm_job_code-type.enum.d.ts +4 -0
  6553. package/types/dictionary/type-fields/cm_la1-type.enum.d.ts +18 -0
  6554. package/types/dictionary/type-fields/cm_license_no-type.enum.d.ts +4 -0
  6555. package/types/dictionary/type-fields/cm_mdv-type.enum.d.ts +4 -0
  6556. package/types/dictionary/type-fields/cm_moc-type.enum.d.ts +4 -0
  6557. package/types/dictionary/type-fields/cm_msg-type.enum.d.ts +4 -0
  6558. package/types/dictionary/type-fields/cm_ndl-type.enum.d.ts +13 -0
  6559. package/types/dictionary/type-fields/cm_ocd-type.enum.d.ts +4 -0
  6560. package/types/dictionary/type-fields/cm_osd-type.enum.d.ts +13 -0
  6561. package/types/dictionary/type-fields/cm_osp-type.enum.d.ts +5 -0
  6562. package/types/dictionary/type-fields/cm_parent_result-type.enum.d.ts +5 -0
  6563. package/types/dictionary/type-fields/cm_pat_id-type.enum.d.ts +7 -0
  6564. package/types/dictionary/type-fields/cm_pat_id_0192-type.enum.d.ts +7 -0
  6565. package/types/dictionary/type-fields/cm_pcf-type.enum.d.ts +5 -0
  6566. package/types/dictionary/type-fields/cm_pen-type.enum.d.ts +4 -0
  6567. package/types/dictionary/type-fields/cm_pi-type.enum.d.ts +5 -0
  6568. package/types/dictionary/type-fields/cm_pip-type.enum.d.ts +6 -0
  6569. package/types/dictionary/type-fields/cm_placer-type.enum.d.ts +4 -0
  6570. package/types/dictionary/type-fields/cm_pln-type.enum.d.ts +6 -0
  6571. package/types/dictionary/type-fields/cm_position-type.enum.d.ts +5 -0
  6572. package/types/dictionary/type-fields/cm_practitioner-type.enum.d.ts +4 -0
  6573. package/types/dictionary/type-fields/cm_prl-type.enum.d.ts +5 -0
  6574. package/types/dictionary/type-fields/cm_pta-type.enum.d.ts +5 -0
  6575. package/types/dictionary/type-fields/cm_range-type.enum.d.ts +4 -0
  6576. package/types/dictionary/type-fields/cm_rfr-type.enum.d.ts +9 -0
  6577. package/types/dictionary/type-fields/cm_ri-type.enum.d.ts +4 -0
  6578. package/types/dictionary/type-fields/cm_rmc-type.enum.d.ts +5 -0
  6579. package/types/dictionary/type-fields/cm_spd-type.enum.d.ts +6 -0
  6580. package/types/dictionary/type-fields/cm_sps-type.enum.d.ts +8 -0
  6581. package/types/dictionary/type-fields/cm_uvc-type.enum.d.ts +4 -0
  6582. package/types/dictionary/type-fields/cm_vr-type.enum.d.ts +4 -0
  6583. package/types/dictionary/type-fields/cm_wvi-type.enum.d.ts +4 -0
  6584. package/types/dictionary/type-fields/cn-type.enum.d.ts +15 -0
  6585. package/types/dictionary/type-fields/cn_person-type.enum.d.ts +10 -0
  6586. package/types/dictionary/type-fields/cne-type.enum.d.ts +24 -0
  6587. package/types/dictionary/type-fields/cnn-type.enum.d.ts +13 -0
  6588. package/types/dictionary/type-fields/cns-type.enum.d.ts +13 -0
  6589. package/types/dictionary/type-fields/cp-type.enum.d.ts +8 -0
  6590. package/types/dictionary/type-fields/cq-type.enum.d.ts +4 -0
  6591. package/types/dictionary/type-fields/cq_quantity-type.enum.d.ts +4 -0
  6592. package/types/dictionary/type-fields/csu-type.enum.d.ts +25 -0
  6593. package/types/dictionary/type-fields/cwe-type.enum.d.ts +24 -0
  6594. package/types/dictionary/type-fields/cx-type.enum.d.ts +14 -0
  6595. package/types/dictionary/type-fields/ddi-type.enum.d.ts +5 -0
  6596. package/types/dictionary/type-fields/din-type.enum.d.ts +4 -0
  6597. package/types/dictionary/type-fields/dld-type.enum.d.ts +4 -0
  6598. package/types/dictionary/type-fields/dln-type.enum.d.ts +5 -0
  6599. package/types/dictionary/type-fields/dlt-type.enum.d.ts +6 -0
  6600. package/types/dictionary/type-fields/dr-type.enum.d.ts +4 -0
  6601. package/types/dictionary/type-fields/dtn-type.enum.d.ts +4 -0
  6602. package/types/dictionary/type-fields/ed-type.enum.d.ts +7 -0
  6603. package/types/dictionary/type-fields/ei-type.enum.d.ts +6 -0
  6604. package/types/dictionary/type-fields/eip-type.enum.d.ts +4 -0
  6605. package/types/dictionary/type-fields/eld-type.enum.d.ts +6 -0
  6606. package/types/dictionary/type-fields/erl-type.enum.d.ts +8 -0
  6607. package/types/dictionary/type-fields/fc-type.enum.d.ts +4 -0
  6608. package/types/dictionary/type-fields/fn-type.enum.d.ts +7 -0
  6609. package/types/dictionary/type-fields/hd-type.enum.d.ts +5 -0
  6610. package/types/dictionary/type-fields/icd-type.enum.d.ts +5 -0
  6611. package/types/dictionary/type-fields/index.d.ts +137 -0
  6612. package/types/dictionary/type-fields/jcc-type.enum.d.ts +5 -0
  6613. package/types/dictionary/type-fields/la1-type.enum.d.ts +11 -0
  6614. package/types/dictionary/type-fields/la2-type.enum.d.ts +18 -0
  6615. package/types/dictionary/type-fields/ma-type.enum.d.ts +12 -0
  6616. package/types/dictionary/type-fields/mo-type.enum.d.ts +4 -0
  6617. package/types/dictionary/type-fields/moc-type.enum.d.ts +4 -0
  6618. package/types/dictionary/type-fields/mop-type.enum.d.ts +5 -0
  6619. package/types/dictionary/type-fields/msg-type.enum.d.ts +5 -0
  6620. package/types/dictionary/type-fields/na-type.enum.d.ts +12 -0
  6621. package/types/dictionary/type-fields/ndl-type.enum.d.ts +13 -0
  6622. package/types/dictionary/type-fields/nr-type.enum.d.ts +4 -0
  6623. package/types/dictionary/type-fields/ocd-type.enum.d.ts +4 -0
  6624. package/types/dictionary/type-fields/osd-type.enum.d.ts +13 -0
  6625. package/types/dictionary/type-fields/osp-type.enum.d.ts +5 -0
  6626. package/types/dictionary/type-fields/pcf-type.enum.d.ts +5 -0
  6627. package/types/dictionary/type-fields/pi-type.enum.d.ts +5 -0
  6628. package/types/dictionary/type-fields/pip-type.enum.d.ts +7 -0
  6629. package/types/dictionary/type-fields/pl-type.enum.d.ts +13 -0
  6630. package/types/dictionary/type-fields/pln-type.enum.d.ts +6 -0
  6631. package/types/dictionary/type-fields/pn-type.enum.d.ts +8 -0
  6632. package/types/dictionary/type-fields/ppn-type.enum.d.ts +28 -0
  6633. package/types/dictionary/type-fields/prl-type.enum.d.ts +5 -0
  6634. package/types/dictionary/type-fields/pt-type.enum.d.ts +4 -0
  6635. package/types/dictionary/type-fields/pta-type.enum.d.ts +6 -0
  6636. package/types/dictionary/type-fields/qip-type.enum.d.ts +4 -0
  6637. package/types/dictionary/type-fields/qsc-type.enum.d.ts +6 -0
  6638. package/types/dictionary/type-fields/rcd-type.enum.d.ts +5 -0
  6639. package/types/dictionary/type-fields/rfr-type.enum.d.ts +9 -0
  6640. package/types/dictionary/type-fields/ri-type.enum.d.ts +4 -0
  6641. package/types/dictionary/type-fields/rmc-type.enum.d.ts +6 -0
  6642. package/types/dictionary/type-fields/rp-type.enum.d.ts +6 -0
  6643. package/types/dictionary/type-fields/rpt-type.enum.d.ts +13 -0
  6644. package/types/dictionary/type-fields/sad-type.enum.d.ts +5 -0
  6645. package/types/dictionary/type-fields/scv-type.enum.d.ts +4 -0
  6646. package/types/dictionary/type-fields/sn-type.enum.d.ts +6 -0
  6647. package/types/dictionary/type-fields/spd-type.enum.d.ts +6 -0
  6648. package/types/dictionary/type-fields/sps-type.enum.d.ts +9 -0
  6649. package/types/dictionary/type-fields/srt-type.enum.d.ts +4 -0
  6650. package/types/dictionary/type-fields/tq-type.enum.d.ts +14 -0
  6651. package/types/dictionary/type-fields/ts-type.enum.d.ts +4 -0
  6652. package/types/dictionary/type-fields/uvc-type.enum.d.ts +6 -0
  6653. package/types/dictionary/type-fields/vh-type.enum.d.ts +6 -0
  6654. package/types/dictionary/type-fields/vid-type.enum.d.ts +5 -0
  6655. package/types/dictionary/type-fields/vr-type.enum.d.ts +4 -0
  6656. package/types/dictionary/type-fields/wvi-type.enum.d.ts +4 -0
  6657. package/types/dictionary/type-fields/wvs-type.enum.d.ts +4 -0
  6658. package/types/dictionary/type-fields/xad-type.enum.d.ts +25 -0
  6659. package/types/dictionary/type-fields/xcn-type.enum.d.ts +27 -0
  6660. package/types/dictionary/type-fields/xon-type.enum.d.ts +12 -0
  6661. package/types/dictionary/type-fields/xpn-type.enum.d.ts +17 -0
  6662. package/types/dictionary/type-fields/xtn-type.enum.d.ts +20 -0
  6663. package/types/hl7-component.d.ts +33 -0
  6664. package/types/hl7-dictionary.d.ts +19 -0
  6665. package/types/hl7-error.d.ts +27 -0
  6666. package/types/hl7-field.d.ts +31 -0
  6667. package/types/hl7-message.d.ts +43 -0
  6668. package/types/hl7-repetition.d.ts +23 -0
  6669. package/types/hl7-segment.d.ts +25 -0
  6670. package/types/hl7-sub-component.d.ts +24 -0
  6671. package/types/index.d.cts +13 -0
  6672. package/types/index.d.ts +13 -0
  6673. package/types/interfaces/dictionary.types.d.ts +24 -0
  6674. package/types/interfaces/index.d.ts +2 -0
  6675. package/types/interfaces/version.enum.d.ts +14 -0
  6676. package/types/utils/hl7-date.d.ts +6 -0
  6677. package/types/utils/hl7-escape.d.ts +3 -0
  6678. package/index.js +0 -40
  6679. package/lib/HL7Field.js +0 -179
  6680. package/lib/HL7FieldData.js +0 -163
  6681. package/lib/HL7Message.js +0 -185
  6682. package/lib/HL7Segment.js +0 -187
  6683. package/lib/ParseError.js +0 -12
  6684. package/lib/dictionary/2.1/fields.js +0 -269
  6685. package/lib/dictionary/2.1/index.js +0 -4
  6686. package/lib/dictionary/2.1/segments.js +0 -3363
  6687. package/lib/dictionary/2.2/fields.js +0 -1425
  6688. package/lib/dictionary/2.2/index.js +0 -4
  6689. package/lib/dictionary/2.2/segments.js +0 -5828
  6690. package/lib/dictionary/2.3/fields.js +0 -2500
  6691. package/lib/dictionary/2.3/index.js +0 -4
  6692. package/lib/dictionary/2.3/segments.js +0 -11295
  6693. package/lib/dictionary/2.3.1/fields.js +0 -2768
  6694. package/lib/dictionary/2.3.1/index.js +0 -4
  6695. package/lib/dictionary/2.3.1/segments.js +0 -11352
  6696. package/lib/dictionary/2.4/fields.js +0 -2898
  6697. package/lib/dictionary/2.4/index.js +0 -4
  6698. package/lib/dictionary/2.4/segments.js +0 -13966
  6699. package/lib/dictionary/2.5/fields.js +0 -3636
  6700. package/lib/dictionary/2.5/index.js +0 -4
  6701. package/lib/dictionary/2.5/segments.js +0 -15916
  6702. package/lib/dictionary/2.5.1/fields.js +0 -3636
  6703. package/lib/dictionary/2.5.1/index.js +0 -4
  6704. package/lib/dictionary/2.5.1/segments.js +0 -15969
  6705. package/lib/dictionary/2.6/fields.js +0 -3746
  6706. package/lib/dictionary/2.6/index.js +0 -4
  6707. package/lib/dictionary/2.6/segments.js +0 -18890
  6708. package/lib/dictionary/2.7/fields.js +0 -3669
  6709. package/lib/dictionary/2.7/index.js +0 -4
  6710. package/lib/dictionary/2.7/segments.js +0 -17066
  6711. package/lib/dictionary/2.7.1/fields.js +0 -3669
  6712. package/lib/dictionary/2.7.1/index.js +0 -4
  6713. package/lib/dictionary/2.7.1/segments.js +0 -17066
  6714. package/lib/exchange/HL7Client.js +0 -354
  6715. package/lib/exchange/HL7MessageRouter.js +0 -76
  6716. package/lib/exchange/HL7ProtocolBuffer.js +0 -87
  6717. package/lib/exchange/HL7Server.js +0 -370
  6718. package/lib/helpers.js +0 -195
  6719. package/lib/types.js +0 -32
package/README.md CHANGED
@@ -1,18 +1,13 @@
1
-
1
+ # HL7v2
2
+
2
3
  [![NPM Version][npm-image]][npm-url]
3
4
  [![NPM Downloads][downloads-image]][downloads-url]
4
- [![Build Status][travis-image]][travis-url]
5
+ [![CI Tests][ci-test-image]][ci-test-url]
5
6
  [![Test Coverage][coveralls-image]][coveralls-url]
6
7
 
7
- [![Dependencies][dependencies-image]][dependencies-url]
8
- [![DevDependencies][devdependencies-image]][devdependencies-url]
9
- [![Package Quality][quality-image]][quality-url]
10
-
11
-
12
8
  ## About
13
9
 
14
- HL7 v2 parser, serializer, validator and tcp client/server for NodeJS
15
-
10
+ HL7 v2.x parser, serializer and validator
16
11
 
17
12
  ## Installation
18
13
 
@@ -22,29 +17,40 @@ $ npm install hl7v2 --save
22
17
 
23
18
  ## Node Compatibility
24
19
 
25
- - node >= 6.x
26
-
27
- ## Change log
28
-
29
- To see changelog click [here](https://github.com/panates/hl7v2/commits/master)
20
+ - node >= 18.x
30
21
 
31
-
32
22
  ### License
23
+
33
24
  HL7v2 is available under [MIT](LICENSE) license.
34
25
 
35
26
  [npm-image]: https://img.shields.io/npm/v/hl7v2.svg
27
+
36
28
  [npm-url]: https://npmjs.org/package/hl7v2
37
- [travis-image]: https://img.shields.io/travis/panates/hl7v2/master.svg
38
- [travis-url]: https://travis-ci.org/panates/hl7v2
29
+
30
+ [ci-test-image]: https://github.com/panates/hl7v2/actions/workflows/test.yml/badge.svg
31
+
32
+ [ci-test-url]: https://github.com/panates/hl7v2/actions/workflows/test.yml
33
+
39
34
  [coveralls-image]: https://img.shields.io/coveralls/panates/hl7v2/master.svg
35
+
40
36
  [coveralls-url]: https://coveralls.io/r/panates/hl7v2
37
+
41
38
  [downloads-image]: https://img.shields.io/npm/dm/hl7v2.svg
39
+
42
40
  [downloads-url]: https://npmjs.org/package/hl7v2
41
+
43
42
  [gitter-image]: https://badges.gitter.im/panates/hl7v2.svg
43
+
44
44
  [gitter-url]: https://gitter.im/panates/hl7v2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
45
+
45
46
  [dependencies-image]: https://david-dm.org/panates/hl7v2/status.svg
47
+
46
48
  [dependencies-url]:https://david-dm.org/panates/hl7v2
49
+
47
50
  [devdependencies-image]: https://david-dm.org/panates/hl7v2/dev-status.svg
51
+
48
52
  [devdependencies-url]:https://david-dm.org/panates/hl7v2?type=dev
53
+
49
54
  [quality-image]: http://npm.packagequality.com/shield/hl7v2.png
55
+
50
56
  [quality-url]: http://packagequality.com/#?package=hl7v2
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FS = exports.VT = exports.LF = exports.CR = exports.SUBCOMPONENT_SEPARATOR = exports.ESCAPE_CHARACTER = exports.REPETITION_SEPARATOR = exports.COMPONENT_SEPARATOR = exports.FIELD_SEPARATOR = void 0;
4
+ exports.FIELD_SEPARATOR = '|';
5
+ exports.COMPONENT_SEPARATOR = '^';
6
+ exports.REPETITION_SEPARATOR = '~';
7
+ exports.ESCAPE_CHARACTER = '\\';
8
+ exports.SUBCOMPONENT_SEPARATOR = '&';
9
+ exports.CR = '\x0D';
10
+ exports.LF = '\x0A';
11
+ exports.VT = '\x0B';
12
+ exports.FS = '\x1C';
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const hl7_dictionary_js_1 = require("../../hl7-dictionary.js");
5
+ const index_js_1 = require("../../interfaces/index.js");
6
+ const segments = tslib_1.__importStar(require("./segments/index.js"));
7
+ const types = tslib_1.__importStar(require("./types/index.js"));
8
+ const dict = new hl7_dictionary_js_1.HL7Dictionary({
9
+ version: index_js_1.HL7Version.v2_1,
10
+ segments,
11
+ types,
12
+ });
13
+ exports.default = dict;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ require("./patches.js");
5
+ const dictionary_js_1 = tslib_1.__importDefault(require("./dictionary.js"));
6
+ exports.default = dictionary_js_1.default;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const valgen_1 = require("valgen");
5
+ const hl7_date_js_1 = require("../../utils/hl7-date.js");
6
+ const dictionary_js_1 = tslib_1.__importDefault(require("./dictionary.js"));
7
+ dictionary_js_1.default.overwriteTypes({
8
+ DT: {
9
+ decode: hl7_date_js_1.decodeHL7Date,
10
+ encode: hl7_date_js_1.encodeHL7Date,
11
+ },
12
+ NM: {
13
+ decode: valgen_1.toNumber,
14
+ },
15
+ SI: {
16
+ decode: valgen_1.toInteger,
17
+ },
18
+ TS: {
19
+ fields: {
20
+ '1': {
21
+ decode: hl7_date_js_1.decodeHL7DateTime,
22
+ encode: hl7_date_js_1.encodeHL7DateTime,
23
+ },
24
+ },
25
+ },
26
+ TM: {
27
+ decode: hl7_date_js_1.decodeHL7Time,
28
+ encode: hl7_date_js_1.encodeHL7Time,
29
+ },
30
+ });
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ACC = void 0;
4
+ exports.ACC = {
5
+ desc: 'Accident',
6
+ fields: {
7
+ '1': {
8
+ type: 'TS',
9
+ desc: 'Accident date/time',
10
+ opt: 'O',
11
+ rep: 1,
12
+ len: 19,
13
+ },
14
+ '2': {
15
+ type: 'ID',
16
+ desc: 'Accident code',
17
+ opt: 'O',
18
+ rep: 1,
19
+ len: 2,
20
+ table: 50,
21
+ },
22
+ '3': {
23
+ type: 'ST',
24
+ desc: 'Accident location',
25
+ opt: 'O',
26
+ rep: 1,
27
+ len: 25,
28
+ },
29
+ },
30
+ };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ADD = void 0;
4
+ exports.ADD = {
5
+ desc: 'Addendum',
6
+ fields: {
7
+ '1': {
8
+ type: 'ST',
9
+ desc: 'Addendum continuation pointer',
10
+ opt: 'O',
11
+ rep: 1,
12
+ len: 60,
13
+ },
14
+ },
15
+ };
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BHS = void 0;
4
+ exports.BHS = {
5
+ desc: 'Batch header',
6
+ fields: {
7
+ '1': {
8
+ type: 'ST',
9
+ desc: 'Batch field separator',
10
+ opt: 'R',
11
+ rep: 1,
12
+ len: 1,
13
+ },
14
+ '2': {
15
+ type: 'ST',
16
+ desc: 'Batch encoding characters',
17
+ opt: 'R',
18
+ rep: 1,
19
+ len: 4,
20
+ },
21
+ '3': {
22
+ type: 'ST',
23
+ desc: 'Batch sending application',
24
+ opt: 'O',
25
+ rep: 1,
26
+ len: 15,
27
+ },
28
+ '4': {
29
+ type: 'ST',
30
+ desc: 'Batch sending facility',
31
+ opt: 'O',
32
+ rep: 1,
33
+ len: 20,
34
+ },
35
+ '5': {
36
+ type: 'ST',
37
+ desc: 'Batch receiving application',
38
+ opt: 'O',
39
+ rep: 1,
40
+ len: 15,
41
+ },
42
+ '6': {
43
+ type: 'ST',
44
+ desc: 'Batch receiving facility',
45
+ opt: 'O',
46
+ rep: 1,
47
+ len: 20,
48
+ },
49
+ '7': {
50
+ type: 'TS',
51
+ desc: 'Batch creation date/time',
52
+ opt: 'O',
53
+ rep: 1,
54
+ len: 19,
55
+ },
56
+ '8': {
57
+ type: 'ST',
58
+ desc: 'Batch security',
59
+ opt: 'O',
60
+ rep: 1,
61
+ len: 40,
62
+ },
63
+ '9': {
64
+ type: 'ST',
65
+ desc: 'Batch name/id/type',
66
+ opt: 'O',
67
+ rep: 1,
68
+ len: 20,
69
+ },
70
+ '10': {
71
+ type: 'ST',
72
+ desc: 'Batch comment',
73
+ opt: 'O',
74
+ rep: 1,
75
+ len: 80,
76
+ },
77
+ '11': {
78
+ type: 'ST',
79
+ desc: 'Batch control id',
80
+ opt: 'O',
81
+ rep: 1,
82
+ len: 20,
83
+ },
84
+ '12': {
85
+ type: 'ST',
86
+ desc: 'Reference batch control id',
87
+ opt: 'O',
88
+ rep: 1,
89
+ len: 20,
90
+ },
91
+ },
92
+ };
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BLG = void 0;
4
+ exports.BLG = {
5
+ desc: 'Billing',
6
+ fields: {
7
+ '1': {
8
+ type: 'CM',
9
+ desc: 'When to charge',
10
+ opt: 'O',
11
+ rep: 1,
12
+ len: 15,
13
+ },
14
+ '2': {
15
+ type: 'ID',
16
+ desc: 'Charge type',
17
+ opt: 'O',
18
+ rep: 1,
19
+ len: 50,
20
+ table: 122,
21
+ },
22
+ '3': {
23
+ type: 'CM',
24
+ desc: 'Account id',
25
+ opt: 'O',
26
+ rep: 1,
27
+ len: 100,
28
+ },
29
+ },
30
+ };
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BTS = void 0;
4
+ exports.BTS = {
5
+ desc: 'Batch trailer',
6
+ fields: {
7
+ '1': {
8
+ type: 'ST',
9
+ desc: 'Batch message count',
10
+ opt: 'O',
11
+ rep: 1,
12
+ len: 10,
13
+ },
14
+ '2': {
15
+ type: 'ST',
16
+ desc: 'Batch comment',
17
+ opt: 'O',
18
+ rep: 1,
19
+ len: 80,
20
+ },
21
+ '3': {
22
+ type: 'CM',
23
+ desc: 'Batch totals',
24
+ opt: 'O',
25
+ rep: 1,
26
+ len: 100,
27
+ },
28
+ },
29
+ };
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DG1 = void 0;
4
+ exports.DG1 = {
5
+ desc: 'Diagnosis',
6
+ fields: {
7
+ '1': {
8
+ type: 'SI',
9
+ desc: 'Set id - diagnosis',
10
+ opt: 'R',
11
+ rep: 1,
12
+ len: 4,
13
+ },
14
+ '2': {
15
+ type: 'ID',
16
+ desc: 'Diagnosis coding method',
17
+ opt: 'R',
18
+ rep: 1,
19
+ len: 2,
20
+ table: 53,
21
+ },
22
+ '3': {
23
+ type: 'ID',
24
+ desc: 'Diagnosis code',
25
+ opt: 'O',
26
+ rep: 1,
27
+ len: 8,
28
+ table: 51,
29
+ },
30
+ '4': {
31
+ type: 'ST',
32
+ desc: 'Diagnosis description',
33
+ opt: 'O',
34
+ rep: 1,
35
+ len: 40,
36
+ },
37
+ '5': {
38
+ type: 'TS',
39
+ desc: 'Diagnosis date/time',
40
+ opt: 'O',
41
+ rep: 1,
42
+ len: 19,
43
+ },
44
+ '6': {
45
+ type: 'ID',
46
+ desc: 'Diagnosis/drg type',
47
+ opt: 'R',
48
+ rep: 1,
49
+ len: 2,
50
+ table: 52,
51
+ },
52
+ '7': {
53
+ type: 'ST',
54
+ desc: 'Major diagnostic category',
55
+ opt: 'O',
56
+ rep: 1,
57
+ len: 4,
58
+ },
59
+ '8': {
60
+ type: 'ID',
61
+ desc: 'Diagnostic related group',
62
+ opt: 'O',
63
+ rep: 1,
64
+ len: 4,
65
+ table: 55,
66
+ },
67
+ '9': {
68
+ type: 'ID',
69
+ desc: 'Drg approval indicator',
70
+ opt: 'O',
71
+ rep: 1,
72
+ len: 2,
73
+ },
74
+ '10': {
75
+ type: 'ID',
76
+ desc: 'Drg grouper review code',
77
+ opt: 'O',
78
+ rep: 1,
79
+ len: 2,
80
+ table: 56,
81
+ },
82
+ '11': {
83
+ type: 'ID',
84
+ desc: 'Outlier type',
85
+ opt: 'O',
86
+ rep: 1,
87
+ len: 2,
88
+ table: 83,
89
+ },
90
+ '12': {
91
+ type: 'NM',
92
+ desc: 'Outlier days',
93
+ opt: 'O',
94
+ rep: 1,
95
+ len: 3,
96
+ },
97
+ '13': {
98
+ type: 'NM',
99
+ desc: 'Outlier cost',
100
+ opt: 'O',
101
+ rep: 1,
102
+ len: 12,
103
+ },
104
+ '14': {
105
+ type: 'ST',
106
+ desc: 'Grouper version and type',
107
+ opt: 'O',
108
+ rep: 1,
109
+ len: 4,
110
+ },
111
+ },
112
+ };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DSC = void 0;
4
+ exports.DSC = {
5
+ desc: 'Continuation pointer',
6
+ fields: {
7
+ '1': {
8
+ type: 'ST',
9
+ desc: 'Continuation pointer',
10
+ opt: 'O',
11
+ rep: 1,
12
+ len: 60,
13
+ },
14
+ },
15
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DSP = void 0;
4
+ exports.DSP = {
5
+ desc: 'Display data',
6
+ fields: {
7
+ '1': {
8
+ type: 'SI',
9
+ desc: 'Set id - display data',
10
+ opt: 'O',
11
+ rep: 1,
12
+ len: 4,
13
+ },
14
+ '2': {
15
+ type: 'SI',
16
+ desc: 'Display level',
17
+ opt: 'O',
18
+ rep: 1,
19
+ len: 4,
20
+ },
21
+ '3': {
22
+ type: 'TX',
23
+ desc: 'Data line',
24
+ opt: 'R',
25
+ rep: 1,
26
+ len: 300,
27
+ },
28
+ '4': {
29
+ type: 'ST',
30
+ desc: 'Logical break point',
31
+ opt: 'O',
32
+ rep: 1,
33
+ len: 2,
34
+ },
35
+ '5': {
36
+ type: 'TX',
37
+ desc: 'Result id',
38
+ opt: 'O',
39
+ rep: 1,
40
+ len: 20,
41
+ },
42
+ },
43
+ };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ERR = void 0;
4
+ exports.ERR = {
5
+ desc: 'Error',
6
+ fields: {
7
+ '1': {
8
+ type: 'ID',
9
+ desc: 'Error code and location',
10
+ opt: 'R',
11
+ rep: 'infinite',
12
+ len: 80,
13
+ table: 60,
14
+ },
15
+ },
16
+ };
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EVN = void 0;
4
+ exports.EVN = {
5
+ desc: 'Event type',
6
+ fields: {
7
+ '1': {
8
+ type: 'ID',
9
+ desc: 'Event type code',
10
+ opt: 'R',
11
+ rep: 1,
12
+ len: 3,
13
+ table: 3,
14
+ },
15
+ '2': {
16
+ type: 'TS',
17
+ desc: 'Date/time of event',
18
+ opt: 'R',
19
+ rep: 1,
20
+ len: 19,
21
+ },
22
+ '3': {
23
+ type: 'TS',
24
+ desc: 'Date/time planned event',
25
+ opt: 'O',
26
+ rep: 1,
27
+ len: 19,
28
+ },
29
+ '4': {
30
+ type: 'ID',
31
+ desc: 'Event reason code',
32
+ opt: 'O',
33
+ rep: 1,
34
+ len: 3,
35
+ table: 62,
36
+ },
37
+ },
38
+ };
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FHS = void 0;
4
+ exports.FHS = {
5
+ desc: 'File header',
6
+ fields: {
7
+ '1': {
8
+ type: 'ST',
9
+ desc: 'File field separator',
10
+ opt: 'R',
11
+ rep: 1,
12
+ len: 1,
13
+ },
14
+ '2': {
15
+ type: 'ST',
16
+ desc: 'File encoding characters',
17
+ opt: 'R',
18
+ rep: 1,
19
+ len: 4,
20
+ },
21
+ '3': {
22
+ type: 'ST',
23
+ desc: 'File sending application',
24
+ opt: 'O',
25
+ rep: 1,
26
+ len: 15,
27
+ },
28
+ '4': {
29
+ type: 'ST',
30
+ desc: 'File sending facility',
31
+ opt: 'O',
32
+ rep: 1,
33
+ len: 20,
34
+ },
35
+ '5': {
36
+ type: 'ST',
37
+ desc: 'File receiving application',
38
+ opt: 'O',
39
+ rep: 1,
40
+ len: 15,
41
+ },
42
+ '6': {
43
+ type: 'ST',
44
+ desc: 'File receiving facility',
45
+ opt: 'O',
46
+ rep: 1,
47
+ len: 20,
48
+ },
49
+ '7': {
50
+ type: 'TS',
51
+ desc: 'Date/time of file creation',
52
+ opt: 'O',
53
+ rep: 1,
54
+ len: 19,
55
+ },
56
+ '8': {
57
+ type: 'ST',
58
+ desc: 'File security',
59
+ opt: 'O',
60
+ rep: 1,
61
+ len: 40,
62
+ },
63
+ '9': {
64
+ type: 'ST',
65
+ desc: 'File name/id',
66
+ opt: 'O',
67
+ rep: 1,
68
+ len: 20,
69
+ },
70
+ '10': {
71
+ type: 'ST',
72
+ desc: 'File header comment',
73
+ opt: 'O',
74
+ rep: 1,
75
+ len: 80,
76
+ },
77
+ '11': {
78
+ type: 'ST',
79
+ desc: 'File control id',
80
+ opt: 'O',
81
+ rep: 1,
82
+ len: 20,
83
+ },
84
+ '12': {
85
+ type: 'ST',
86
+ desc: 'Reference file control id',
87
+ opt: 'O',
88
+ rep: 1,
89
+ len: 20,
90
+ },
91
+ },
92
+ };