@endevops/peppol-schema 0.1.0-beta.2 → 0.1.0-beta.3

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 (2773) hide show
  1. package/LICENSE +202 -0
  2. package/NOTICE +17 -0
  3. package/README.md +7 -4
  4. package/dist/all-union-fields-CxoyKBpI.d.ts +445 -0
  5. package/dist/all-union-fields-CxoyKBpI.d.ts.map +1 -0
  6. package/dist/{document-parser.d.ts → document-DCcObB-a.d.ts} +443 -52
  7. package/dist/document-DCcObB-a.d.ts.map +1 -0
  8. package/dist/eas-codes.generated-D8jjHFij.js +2136 -0
  9. package/dist/eas-codes.generated-D8jjHFij.js.map +1 -0
  10. package/dist/effect.d.ts +6274 -93
  11. package/dist/effect.d.ts.map +1 -0
  12. package/dist/effect.js +3239 -93
  13. package/dist/effect.js.map +1 -0
  14. package/dist/index.d.ts +2613 -135
  15. package/dist/index.d.ts.map +1 -0
  16. package/dist/index.js +3373 -134
  17. package/dist/index.js.map +1 -0
  18. package/dist/is-valid-abn-160i38PG.js +162 -0
  19. package/dist/is-valid-abn-160i38PG.js.map +1 -0
  20. package/dist/is-valid-mod97-0208-CzMOXMO-.js +27 -0
  21. package/dist/is-valid-mod97-0208-CzMOXMO-.js.map +1 -0
  22. package/dist/is-valid-process-CSWL-q9f.js +1590 -0
  23. package/dist/is-valid-process-CSWL-q9f.js.map +1 -0
  24. package/dist/parser-options-mbqEQPSY.js +27 -0
  25. package/dist/parser-options-mbqEQPSY.js.map +1 -0
  26. package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts +168 -0
  27. package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts.map +1 -0
  28. package/dist/schematron.d.ts +1113 -363
  29. package/dist/schematron.d.ts.map +1 -0
  30. package/dist/schematron.js +4882 -360
  31. package/dist/schematron.js.map +1 -0
  32. package/dist/validations.d.ts +91 -14
  33. package/dist/validations.d.ts.map +1 -0
  34. package/dist/validations.js +25 -13
  35. package/dist/validations.js.map +1 -0
  36. package/dist/values.d.ts +13567 -0
  37. package/dist/values.d.ts.map +1 -0
  38. package/dist/values.js +3 -0
  39. package/dist/{values/quantity-unit-codes.generated.d.ts → vat-dates.generated-DTVWQAdn.d.ts} +265 -4
  40. package/dist/vat-dates.generated-DTVWQAdn.d.ts.map +1 -0
  41. package/dist/vatex-codes.generated-BSgP3n5t.js +22762 -0
  42. package/dist/vatex-codes.generated-BSgP3n5t.js.map +1 -0
  43. package/dist/xml.d.ts +31 -3
  44. package/dist/xml.d.ts.map +1 -0
  45. package/dist/xml.js +1 -2
  46. package/package.json +17 -6
  47. package/src/decoders/decode-billing.ts +32 -30
  48. package/src/decoders/decode-credit-note.ts +9 -6
  49. package/src/decoders/decode-invoice-response.ts +83 -59
  50. package/src/decoders/decode-invoice.ts +11 -8
  51. package/src/decoders/decode-message-level-response.ts +64 -46
  52. package/src/decoders/encode-credit-note.ts +23 -21
  53. package/src/decoders/encode-invoice-response.ts +17 -15
  54. package/src/decoders/encode-invoice.ts +24 -22
  55. package/src/decoders/encode-message-level-response.ts +15 -7
  56. package/src/decoders/errors.ts +11 -0
  57. package/src/decoders/fields/decode-additional-document-references.ts +32 -25
  58. package/src/decoders/fields/decode-address.ts +32 -21
  59. package/src/decoders/fields/decode-allowance-charges.ts +16 -11
  60. package/src/decoders/fields/decode-amount.ts +12 -8
  61. package/src/decoders/fields/decode-base-allowance-charge.ts +10 -8
  62. package/src/decoders/fields/decode-billing-references.ts +20 -12
  63. package/src/decoders/fields/decode-contact.ts +12 -7
  64. package/src/decoders/fields/decode-credit-note-lines.ts +17 -8
  65. package/src/decoders/fields/decode-delivery.ts +29 -18
  66. package/src/decoders/fields/decode-electronic-address.ts +9 -4
  67. package/src/decoders/fields/decode-identifier.ts +11 -9
  68. package/src/decoders/fields/decode-invoice-line-period.ts +11 -6
  69. package/src/decoders/fields/decode-invoice-lines.ts +17 -8
  70. package/src/decoders/fields/decode-invoice-message-document-party.ts +10 -8
  71. package/src/decoders/fields/decode-invoice-message-party.ts +13 -8
  72. package/src/decoders/fields/decode-invoice-period.ts +12 -9
  73. package/src/decoders/fields/decode-legal-monetary-total.ts +17 -12
  74. package/src/decoders/fields/decode-line-allowance-charges.ts +14 -6
  75. package/src/decoders/fields/decode-line-price.ts +13 -7
  76. package/src/decoders/fields/decode-line-shared.ts +66 -45
  77. package/src/decoders/fields/decode-message-level-party.ts +10 -5
  78. package/src/decoders/fields/decode-order-reference.ts +10 -5
  79. package/src/decoders/fields/decode-parties-tax-scheme.ts +16 -11
  80. package/src/decoders/fields/decode-party-legal-entity.ts +12 -7
  81. package/src/decoders/fields/decode-party-tax-scheme.ts +10 -5
  82. package/src/decoders/fields/decode-party.ts +32 -23
  83. package/src/decoders/fields/decode-payee-party.ts +32 -24
  84. package/src/decoders/fields/decode-payment-means.ts +60 -44
  85. package/src/decoders/fields/decode-payment-terms.ts +11 -6
  86. package/src/decoders/fields/decode-price-allowance-charge.ts +11 -8
  87. package/src/decoders/fields/decode-quantity.ts +12 -9
  88. package/src/decoders/fields/decode-simple-identifier.ts +10 -5
  89. package/src/decoders/fields/decode-tax-category.ts +12 -7
  90. package/src/decoders/fields/decode-tax-representative-party.ts +12 -7
  91. package/src/decoders/fields/decode-tax-totals.ts +44 -23
  92. package/src/decoders/fields/encode-additional-document-references.ts +21 -13
  93. package/src/decoders/fields/encode-address.ts +5 -3
  94. package/src/decoders/fields/encode-allowance-charges.ts +19 -11
  95. package/src/decoders/fields/encode-amount.ts +5 -3
  96. package/src/decoders/fields/encode-billing-references.ts +4 -2
  97. package/src/decoders/fields/encode-contact.ts +5 -3
  98. package/src/decoders/fields/encode-credit-note-lines.ts +6 -4
  99. package/src/decoders/fields/encode-delivery.ts +11 -9
  100. package/src/decoders/fields/encode-identifier.ts +6 -4
  101. package/src/decoders/fields/encode-invoice-line-period.ts +5 -3
  102. package/src/decoders/fields/encode-invoice-lines.ts +6 -4
  103. package/src/decoders/fields/encode-invoice-period.ts +5 -3
  104. package/src/decoders/fields/encode-legal-monetary-total.ts +12 -10
  105. package/src/decoders/fields/encode-line-allowance-charges.ts +19 -10
  106. package/src/decoders/fields/encode-line-price.ts +8 -6
  107. package/src/decoders/fields/encode-line-shared.ts +22 -16
  108. package/src/decoders/fields/encode-message-party.ts +14 -8
  109. package/src/decoders/fields/encode-order-reference.ts +5 -3
  110. package/src/decoders/fields/encode-parties-tax-scheme.ts +11 -4
  111. package/src/decoders/fields/encode-party-legal-entity.ts +5 -3
  112. package/src/decoders/fields/encode-party-tax-scheme.ts +6 -4
  113. package/src/decoders/fields/encode-party.ts +19 -17
  114. package/src/decoders/fields/encode-payee-party.ts +18 -16
  115. package/src/decoders/fields/encode-payment-means.ts +36 -27
  116. package/src/decoders/fields/encode-payment-terms.ts +5 -3
  117. package/src/decoders/fields/encode-price-allowance-charges.ts +7 -5
  118. package/src/decoders/fields/encode-quantity.ts +5 -3
  119. package/src/decoders/fields/encode-simple-identifier.ts +7 -3
  120. package/src/decoders/fields/encode-tax-category.ts +6 -4
  121. package/src/decoders/fields/encode-tax-representative-party.ts +9 -5
  122. package/src/decoders/fields/encode-tax-totals.ts +32 -16
  123. package/src/document-parser.ts +15 -10
  124. package/src/effect/fields/peppol-additional-document-reference-schema.ts +4 -5
  125. package/src/effect/fields/peppol-allowance-charge-schema.ts +6 -9
  126. package/src/effect/fields/peppol-amount-schema.ts +2 -2
  127. package/src/effect/fields/peppol-base-line-schema.ts +7 -7
  128. package/src/effect/fields/peppol-binary-object-schema.ts +1 -1
  129. package/src/effect/fields/peppol-credit-note-line-schema.ts +4 -5
  130. package/src/effect/fields/peppol-delivery-schema.ts +3 -3
  131. package/src/effect/fields/{identifier-schema.ts → peppol-identifier-schema.ts} +7 -11
  132. package/src/effect/fields/peppol-invoice-line-schema.ts +4 -5
  133. package/src/effect/fields/peppol-invoice-period-schema.ts +2 -3
  134. package/src/effect/fields/peppol-item-classification-schema.ts +1 -1
  135. package/src/effect/fields/peppol-legal-monetary-total-schema.ts +1 -1
  136. package/src/effect/fields/peppol-line-allowance-charge-schema.ts +4 -7
  137. package/src/effect/fields/peppol-line-item-schema.ts +5 -6
  138. package/src/effect/fields/peppol-line-price-allowance-charge-schema.ts +1 -1
  139. package/src/effect/fields/peppol-line-price-schema.ts +3 -3
  140. package/src/effect/fields/peppol-party-base-schema.ts +9 -10
  141. package/src/effect/fields/peppol-party-legal-entity-schema.ts +2 -2
  142. package/src/effect/fields/peppol-payee-party-schema.ts +4 -5
  143. package/src/effect/fields/peppol-payment-means-schema.ts +1 -1
  144. package/src/effect/fields/peppol-quantity-schema.ts +2 -2
  145. package/src/effect/fields/peppol-tax-category-schema.ts +2 -2
  146. package/src/effect/fields/peppol-tax-representative-schema.ts +2 -2
  147. package/src/effect/fields/peppol-tax-subtotal-category-schema.ts +1 -1
  148. package/src/effect/fields/peppol-tax-subtotal-schema.ts +2 -2
  149. package/src/effect/fields/peppol-tax-totals-base-schema.ts +2 -2
  150. package/src/effect/index.ts +1 -1
  151. package/src/effect/peppol-billing-base-schema.ts +24 -26
  152. package/src/effect/peppol-credit-note-schema.ts +22 -23
  153. package/src/effect/peppol-document-response-document-reference-schema.ts +2 -2
  154. package/src/effect/peppol-document-response-document-schema.ts +2 -2
  155. package/src/effect/peppol-document-response-line-response-content-schema.ts +2 -2
  156. package/src/effect/peppol-document-response-line-response-schema.ts +1 -1
  157. package/src/effect/peppol-document-schema.ts +90 -55
  158. package/src/effect/peppol-invoice-response-document-actual-response-schema.ts +2 -3
  159. package/src/effect/peppol-invoice-response-document-actual-response-status-schema.ts +1 -1
  160. package/src/effect/peppol-invoice-response-schema.ts +11 -12
  161. package/src/effect/peppol-invoice-response-status-reason-code-schema.ts +4 -4
  162. package/src/effect/peppol-invoice-schema.ts +38 -44
  163. package/src/effect/peppol-iso-date-string-schema.ts +9 -3
  164. package/src/effect/peppol-message-level-response-document-response-schema.ts +3 -3
  165. package/src/effect/peppol-message-level-response-party-schema.ts +2 -2
  166. package/src/effect/peppol-message-level-response-schema.ts +4 -5
  167. package/src/effect/values/additional-document-reference-code-schema.ts +4 -7
  168. package/src/effect/values/allowance-charge-reason-code-schema.ts +4 -8
  169. package/src/effect/values/application-response-type-code-schema.ts +1 -4
  170. package/src/effect/values/charge-reason-code-schema.ts +4 -8
  171. package/src/effect/values/credit-note-type-code-schema.ts +1 -4
  172. package/src/effect/values/currency-code-schema.ts +2 -7
  173. package/src/effect/values/document-type-schemes-schema.ts +1 -3
  174. package/src/effect/values/document-type-values-schema.ts +4 -5
  175. package/src/effect/values/duty-tax-fee-category-schema.ts +2 -7
  176. package/src/effect/values/electronic-codes-schema.ts +2 -7
  177. package/src/effect/values/icd-codes-schema.ts +2 -6
  178. package/src/effect/values/index.ts +0 -1
  179. package/src/effect/values/invoice-status-code-schema.ts +2 -4
  180. package/src/effect/values/invoice-type-code-schema.ts +2 -7
  181. package/src/effect/values/item-classification-codes-schema.ts +2 -7
  182. package/src/effect/values/mime-codes-schema.ts +4 -7
  183. package/src/effect/values/op-status-action-schema.ts +2 -7
  184. package/src/effect/values/op-status-reason-schema.ts +2 -7
  185. package/src/effect/values/participant-identifier-code-schema.ts +4 -7
  186. package/src/effect/values/payment-means-code-schema.ts +2 -7
  187. package/src/effect/values/peppol-country-code-schema.ts +2 -4
  188. package/src/effect/values/peppol-document-type-code-schema.ts +2 -7
  189. package/src/effect/values/quantity-unit-codes-schema.ts +2 -7
  190. package/src/effect/values/vat-date-code-schema.ts +1 -4
  191. package/src/effect/values/vatex-code-schema.ts +2 -7
  192. package/src/helpers/bool.ts +15 -7
  193. package/src/helpers/errors.ts +6 -0
  194. package/src/helpers/get-array.ts +15 -7
  195. package/src/helpers/get-prop.ts +7 -5
  196. package/src/helpers/num-or-und.ts +6 -6
  197. package/src/helpers/str-or-array.ts +12 -7
  198. package/src/helpers/str-or-und.ts +12 -8
  199. package/src/helpers/str.ts +8 -7
  200. package/src/schemas/values/document-type-schema.ts +2 -2
  201. package/src/schemas/values/document-type-values-schema.ts +2 -2
  202. package/src/schemas/values/process-schema.ts +2 -2
  203. package/src/schemas/values/process-xml-identifier-schema.ts +2 -2
  204. package/dist/constants/credit-note-doctype-id.d.ts +0 -4
  205. package/dist/constants/credit-note-doctype-id.d.ts.map +0 -1
  206. package/dist/constants/credit-note-doctype-id.js +0 -7
  207. package/dist/constants/credit-note-doctype-id.js.map +0 -1
  208. package/dist/constants/credit-note-process-id.d.ts +0 -4
  209. package/dist/constants/credit-note-process-id.d.ts.map +0 -1
  210. package/dist/constants/credit-note-process-id.js +0 -7
  211. package/dist/constants/credit-note-process-id.js.map +0 -1
  212. package/dist/constants/document-scheme.d.ts +0 -4
  213. package/dist/constants/document-scheme.d.ts.map +0 -1
  214. package/dist/constants/document-scheme.js +0 -6
  215. package/dist/constants/document-scheme.js.map +0 -1
  216. package/dist/constants/index.js +0 -15
  217. package/dist/constants/invoice-doctype-id.d.ts +0 -4
  218. package/dist/constants/invoice-doctype-id.d.ts.map +0 -1
  219. package/dist/constants/invoice-doctype-id.js +0 -7
  220. package/dist/constants/invoice-doctype-id.js.map +0 -1
  221. package/dist/constants/invoice-process-id.d.ts +0 -4
  222. package/dist/constants/invoice-process-id.d.ts.map +0 -1
  223. package/dist/constants/invoice-process-id.js +0 -7
  224. package/dist/constants/invoice-process-id.js.map +0 -1
  225. package/dist/constants/invoice-response-doctype-id.d.ts +0 -4
  226. package/dist/constants/invoice-response-doctype-id.d.ts.map +0 -1
  227. package/dist/constants/invoice-response-doctype-id.js +0 -7
  228. package/dist/constants/invoice-response-doctype-id.js.map +0 -1
  229. package/dist/constants/invoice-response-process-id.d.ts +0 -4
  230. package/dist/constants/invoice-response-process-id.d.ts.map +0 -1
  231. package/dist/constants/invoice-response-process-id.js +0 -8
  232. package/dist/constants/invoice-response-process-id.js.map +0 -1
  233. package/dist/constants/invoice-response-profile-id.d.ts +0 -4
  234. package/dist/constants/invoice-response-profile-id.d.ts.map +0 -1
  235. package/dist/constants/invoice-response-profile-id.js +0 -6
  236. package/dist/constants/invoice-response-profile-id.js.map +0 -1
  237. package/dist/constants/message-level-response-doctype-id.d.ts +0 -4
  238. package/dist/constants/message-level-response-doctype-id.d.ts.map +0 -1
  239. package/dist/constants/message-level-response-doctype-id.js +0 -7
  240. package/dist/constants/message-level-response-doctype-id.js.map +0 -1
  241. package/dist/constants/message-level-response-process-id.d.ts +0 -4
  242. package/dist/constants/message-level-response-process-id.d.ts.map +0 -1
  243. package/dist/constants/message-level-response-process-id.js +0 -8
  244. package/dist/constants/message-level-response-process-id.js.map +0 -1
  245. package/dist/constants/message-level-response-profile-id.d.ts +0 -4
  246. package/dist/constants/message-level-response-profile-id.d.ts.map +0 -1
  247. package/dist/constants/message-level-response-profile-id.js +0 -6
  248. package/dist/constants/message-level-response-profile-id.js.map +0 -1
  249. package/dist/constants/participant-scheme.d.ts +0 -8
  250. package/dist/constants/participant-scheme.d.ts.map +0 -1
  251. package/dist/constants/participant-scheme.js +0 -10
  252. package/dist/constants/participant-scheme.js.map +0 -1
  253. package/dist/constants/process-scheme.d.ts +0 -4
  254. package/dist/constants/process-scheme.d.ts.map +0 -1
  255. package/dist/constants/process-scheme.js +0 -6
  256. package/dist/constants/process-scheme.js.map +0 -1
  257. package/dist/constants/transport-profile.d.ts +0 -4
  258. package/dist/constants/transport-profile.d.ts.map +0 -1
  259. package/dist/constants/transport-profile.js +0 -6
  260. package/dist/constants/transport-profile.js.map +0 -1
  261. package/dist/decoders/decode-billing.js +0 -52
  262. package/dist/decoders/decode-billing.js.map +0 -1
  263. package/dist/decoders/decode-credit-note.js +0 -18
  264. package/dist/decoders/decode-credit-note.js.map +0 -1
  265. package/dist/decoders/decode-invoice-response.js +0 -82
  266. package/dist/decoders/decode-invoice-response.js.map +0 -1
  267. package/dist/decoders/decode-invoice.js +0 -21
  268. package/dist/decoders/decode-invoice.js.map +0 -1
  269. package/dist/decoders/decode-message-level-response.js +0 -66
  270. package/dist/decoders/decode-message-level-response.js.map +0 -1
  271. package/dist/decoders/encode-credit-note.js +0 -65
  272. package/dist/decoders/encode-credit-note.js.map +0 -1
  273. package/dist/decoders/encode-invoice-response.js +0 -61
  274. package/dist/decoders/encode-invoice-response.js.map +0 -1
  275. package/dist/decoders/encode-invoice.js +0 -66
  276. package/dist/decoders/encode-invoice.js.map +0 -1
  277. package/dist/decoders/encode-message-level-response.js +0 -50
  278. package/dist/decoders/encode-message-level-response.js.map +0 -1
  279. package/dist/decoders/fields/decode-additional-document-references.js +0 -31
  280. package/dist/decoders/fields/decode-additional-document-references.js.map +0 -1
  281. package/dist/decoders/fields/decode-address.js +0 -30
  282. package/dist/decoders/fields/decode-address.js.map +0 -1
  283. package/dist/decoders/fields/decode-allowance-charges.js +0 -16
  284. package/dist/decoders/fields/decode-allowance-charges.js.map +0 -1
  285. package/dist/decoders/fields/decode-amount.js +0 -18
  286. package/dist/decoders/fields/decode-amount.js.map +0 -1
  287. package/dist/decoders/fields/decode-base-allowance-charge.js +0 -19
  288. package/dist/decoders/fields/decode-base-allowance-charge.js.map +0 -1
  289. package/dist/decoders/fields/decode-billing-references.js +0 -15
  290. package/dist/decoders/fields/decode-billing-references.js.map +0 -1
  291. package/dist/decoders/fields/decode-contact.js +0 -16
  292. package/dist/decoders/fields/decode-contact.js.map +0 -1
  293. package/dist/decoders/fields/decode-credit-note-lines.js +0 -18
  294. package/dist/decoders/fields/decode-credit-note-lines.js.map +0 -1
  295. package/dist/decoders/fields/decode-delivery.js +0 -33
  296. package/dist/decoders/fields/decode-delivery.js.map +0 -1
  297. package/dist/decoders/fields/decode-electronic-address.js +0 -11
  298. package/dist/decoders/fields/decode-electronic-address.js.map +0 -1
  299. package/dist/decoders/fields/decode-identifier.js +0 -18
  300. package/dist/decoders/fields/decode-identifier.js.map +0 -1
  301. package/dist/decoders/fields/decode-invoice-line-period.js +0 -14
  302. package/dist/decoders/fields/decode-invoice-line-period.js.map +0 -1
  303. package/dist/decoders/fields/decode-invoice-lines.js +0 -18
  304. package/dist/decoders/fields/decode-invoice-lines.js.map +0 -1
  305. package/dist/decoders/fields/decode-invoice-message-document-party.js +0 -17
  306. package/dist/decoders/fields/decode-invoice-message-document-party.js.map +0 -1
  307. package/dist/decoders/fields/decode-invoice-message-party.js +0 -20
  308. package/dist/decoders/fields/decode-invoice-message-party.js.map +0 -1
  309. package/dist/decoders/fields/decode-invoice-period.js +0 -15
  310. package/dist/decoders/fields/decode-invoice-period.js.map +0 -1
  311. package/dist/decoders/fields/decode-legal-monetary-total.js +0 -21
  312. package/dist/decoders/fields/decode-legal-monetary-total.js.map +0 -1
  313. package/dist/decoders/fields/decode-line-allowance-charges.js +0 -12
  314. package/dist/decoders/fields/decode-line-allowance-charges.js.map +0 -1
  315. package/dist/decoders/fields/decode-line-price.js +0 -18
  316. package/dist/decoders/fields/decode-line-price.js.map +0 -1
  317. package/dist/decoders/fields/decode-line-shared.js +0 -62
  318. package/dist/decoders/fields/decode-line-shared.js.map +0 -1
  319. package/dist/decoders/fields/decode-message-level-party.js +0 -12
  320. package/dist/decoders/fields/decode-message-level-party.js.map +0 -1
  321. package/dist/decoders/fields/decode-order-reference.js +0 -15
  322. package/dist/decoders/fields/decode-order-reference.js.map +0 -1
  323. package/dist/decoders/fields/decode-parties-tax-scheme.js +0 -16
  324. package/dist/decoders/fields/decode-parties-tax-scheme.js.map +0 -1
  325. package/dist/decoders/fields/decode-party-legal-entity.js +0 -17
  326. package/dist/decoders/fields/decode-party-legal-entity.js.map +0 -1
  327. package/dist/decoders/fields/decode-party-tax-scheme.js +0 -16
  328. package/dist/decoders/fields/decode-party-tax-scheme.js.map +0 -1
  329. package/dist/decoders/fields/decode-party.js +0 -36
  330. package/dist/decoders/fields/decode-party.js.map +0 -1
  331. package/dist/decoders/fields/decode-payee-party.js +0 -32
  332. package/dist/decoders/fields/decode-payee-party.js.map +0 -1
  333. package/dist/decoders/fields/decode-payment-means.js +0 -56
  334. package/dist/decoders/fields/decode-payment-means.js.map +0 -1
  335. package/dist/decoders/fields/decode-payment-terms.js +0 -13
  336. package/dist/decoders/fields/decode-payment-terms.js.map +0 -1
  337. package/dist/decoders/fields/decode-price-allowance-charge.js +0 -17
  338. package/dist/decoders/fields/decode-price-allowance-charge.js.map +0 -1
  339. package/dist/decoders/fields/decode-quantity.js +0 -16
  340. package/dist/decoders/fields/decode-quantity.js.map +0 -1
  341. package/dist/decoders/fields/decode-simple-identifier.js +0 -12
  342. package/dist/decoders/fields/decode-simple-identifier.js.map +0 -1
  343. package/dist/decoders/fields/decode-tax-category.js +0 -18
  344. package/dist/decoders/fields/decode-tax-category.js.map +0 -1
  345. package/dist/decoders/fields/decode-tax-representative-party.js +0 -18
  346. package/dist/decoders/fields/decode-tax-representative-party.js.map +0 -1
  347. package/dist/decoders/fields/decode-tax-totals.js +0 -39
  348. package/dist/decoders/fields/decode-tax-totals.js.map +0 -1
  349. package/dist/decoders/fields/encode-additional-document-references.js +0 -25
  350. package/dist/decoders/fields/encode-additional-document-references.js.map +0 -1
  351. package/dist/decoders/fields/encode-address.js +0 -17
  352. package/dist/decoders/fields/encode-address.js.map +0 -1
  353. package/dist/decoders/fields/encode-allowance-charges.js +0 -18
  354. package/dist/decoders/fields/encode-allowance-charges.js.map +0 -1
  355. package/dist/decoders/fields/encode-amount.js +0 -12
  356. package/dist/decoders/fields/encode-amount.js.map +0 -1
  357. package/dist/decoders/fields/encode-billing-references.js +0 -11
  358. package/dist/decoders/fields/encode-billing-references.js.map +0 -1
  359. package/dist/decoders/fields/encode-contact.js +0 -13
  360. package/dist/decoders/fields/encode-contact.js.map +0 -1
  361. package/dist/decoders/fields/encode-credit-note-lines.js +0 -10
  362. package/dist/decoders/fields/encode-credit-note-lines.js.map +0 -1
  363. package/dist/decoders/fields/encode-delivery.js +0 -22
  364. package/dist/decoders/fields/encode-delivery.js.map +0 -1
  365. package/dist/decoders/fields/encode-identifier.js +0 -13
  366. package/dist/decoders/fields/encode-identifier.js.map +0 -1
  367. package/dist/decoders/fields/encode-invoice-line-period.js +0 -11
  368. package/dist/decoders/fields/encode-invoice-line-period.js.map +0 -1
  369. package/dist/decoders/fields/encode-invoice-lines.js +0 -10
  370. package/dist/decoders/fields/encode-invoice-lines.js.map +0 -1
  371. package/dist/decoders/fields/encode-invoice-period.js +0 -12
  372. package/dist/decoders/fields/encode-invoice-period.js.map +0 -1
  373. package/dist/decoders/fields/encode-legal-monetary-total.js +0 -18
  374. package/dist/decoders/fields/encode-legal-monetary-total.js.map +0 -1
  375. package/dist/decoders/fields/encode-line-allowance-charges.js +0 -16
  376. package/dist/decoders/fields/encode-line-allowance-charges.js.map +0 -1
  377. package/dist/decoders/fields/encode-line-price.js +0 -16
  378. package/dist/decoders/fields/encode-line-price.js.map +0 -1
  379. package/dist/decoders/fields/encode-line-shared.js +0 -49
  380. package/dist/decoders/fields/encode-line-shared.js.map +0 -1
  381. package/dist/decoders/fields/encode-message-party.js +0 -18
  382. package/dist/decoders/fields/encode-message-party.js.map +0 -1
  383. package/dist/decoders/fields/encode-order-reference.js +0 -12
  384. package/dist/decoders/fields/encode-order-reference.js.map +0 -1
  385. package/dist/decoders/fields/encode-parties-tax-scheme.js +0 -10
  386. package/dist/decoders/fields/encode-parties-tax-scheme.js.map +0 -1
  387. package/dist/decoders/fields/encode-party-legal-entity.js +0 -13
  388. package/dist/decoders/fields/encode-party-legal-entity.js.map +0 -1
  389. package/dist/decoders/fields/encode-party-tax-scheme.js +0 -13
  390. package/dist/decoders/fields/encode-party-tax-scheme.js.map +0 -1
  391. package/dist/decoders/fields/encode-party.js +0 -30
  392. package/dist/decoders/fields/encode-party.js.map +0 -1
  393. package/dist/decoders/fields/encode-payee-party.js +0 -25
  394. package/dist/decoders/fields/encode-payee-party.js.map +0 -1
  395. package/dist/decoders/fields/encode-payment-means.js +0 -42
  396. package/dist/decoders/fields/encode-payment-means.js.map +0 -1
  397. package/dist/decoders/fields/encode-payment-terms.js +0 -9
  398. package/dist/decoders/fields/encode-payment-terms.js.map +0 -1
  399. package/dist/decoders/fields/encode-price-allowance-charges.js +0 -14
  400. package/dist/decoders/fields/encode-price-allowance-charges.js.map +0 -1
  401. package/dist/decoders/fields/encode-quantity.js +0 -12
  402. package/dist/decoders/fields/encode-quantity.js.map +0 -1
  403. package/dist/decoders/fields/encode-simple-identifier.js +0 -9
  404. package/dist/decoders/fields/encode-simple-identifier.js.map +0 -1
  405. package/dist/decoders/fields/encode-tax-category.js +0 -14
  406. package/dist/decoders/fields/encode-tax-category.js.map +0 -1
  407. package/dist/decoders/fields/encode-tax-representative-party.js +0 -15
  408. package/dist/decoders/fields/encode-tax-representative-party.js.map +0 -1
  409. package/dist/decoders/fields/encode-tax-totals.js +0 -23
  410. package/dist/decoders/fields/encode-tax-totals.js.map +0 -1
  411. package/dist/document-parser.d.ts.map +0 -1
  412. package/dist/document-parser.js +0 -56
  413. package/dist/document-parser.js.map +0 -1
  414. package/dist/document.d.ts +0 -20
  415. package/dist/document.d.ts.map +0 -1
  416. package/dist/effect/fields/default-customization-id.d.ts +0 -4
  417. package/dist/effect/fields/default-customization-id.d.ts.map +0 -1
  418. package/dist/effect/fields/default-customization-id.js +0 -6
  419. package/dist/effect/fields/default-customization-id.js.map +0 -1
  420. package/dist/effect/fields/default-profile-id.d.ts +0 -4
  421. package/dist/effect/fields/default-profile-id.d.ts.map +0 -1
  422. package/dist/effect/fields/default-profile-id.js +0 -6
  423. package/dist/effect/fields/default-profile-id.js.map +0 -1
  424. package/dist/effect/fields/identifier-schema.d.ts +0 -30
  425. package/dist/effect/fields/identifier-schema.d.ts.map +0 -1
  426. package/dist/effect/fields/identifier-schema.js +0 -24
  427. package/dist/effect/fields/identifier-schema.js.map +0 -1
  428. package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts +0 -76
  429. package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts.map +0 -1
  430. package/dist/effect/fields/peppol-additional-document-reference-schema.js +0 -108
  431. package/dist/effect/fields/peppol-additional-document-reference-schema.js.map +0 -1
  432. package/dist/effect/fields/peppol-address-schema.d.ts +0 -102
  433. package/dist/effect/fields/peppol-address-schema.d.ts.map +0 -1
  434. package/dist/effect/fields/peppol-address-schema.js +0 -102
  435. package/dist/effect/fields/peppol-address-schema.js.map +0 -1
  436. package/dist/effect/fields/peppol-allowance-charge-schema.d.ts +0 -61
  437. package/dist/effect/fields/peppol-allowance-charge-schema.d.ts.map +0 -1
  438. package/dist/effect/fields/peppol-allowance-charge-schema.js +0 -75
  439. package/dist/effect/fields/peppol-allowance-charge-schema.js.map +0 -1
  440. package/dist/effect/fields/peppol-amount-schema.d.ts +0 -20
  441. package/dist/effect/fields/peppol-amount-schema.d.ts.map +0 -1
  442. package/dist/effect/fields/peppol-amount-schema.js +0 -22
  443. package/dist/effect/fields/peppol-amount-schema.js.map +0 -1
  444. package/dist/effect/fields/peppol-base-line-schema.d.ts +0 -213
  445. package/dist/effect/fields/peppol-base-line-schema.d.ts.map +0 -1
  446. package/dist/effect/fields/peppol-base-line-schema.js +0 -132
  447. package/dist/effect/fields/peppol-base-line-schema.js.map +0 -1
  448. package/dist/effect/fields/peppol-billing-reference-schema.d.ts +0 -46
  449. package/dist/effect/fields/peppol-billing-reference-schema.d.ts.map +0 -1
  450. package/dist/effect/fields/peppol-billing-reference-schema.js +0 -47
  451. package/dist/effect/fields/peppol-billing-reference-schema.js.map +0 -1
  452. package/dist/effect/fields/peppol-binary-object-schema.d.ts +0 -45
  453. package/dist/effect/fields/peppol-binary-object-schema.d.ts.map +0 -1
  454. package/dist/effect/fields/peppol-binary-object-schema.js +0 -49
  455. package/dist/effect/fields/peppol-binary-object-schema.js.map +0 -1
  456. package/dist/effect/fields/peppol-contact-schema.d.ts +0 -19
  457. package/dist/effect/fields/peppol-contact-schema.d.ts.map +0 -1
  458. package/dist/effect/fields/peppol-contact-schema.js +0 -20
  459. package/dist/effect/fields/peppol-contact-schema.js.map +0 -1
  460. package/dist/effect/fields/peppol-credit-note-line-schema.d.ts +0 -118
  461. package/dist/effect/fields/peppol-credit-note-line-schema.d.ts.map +0 -1
  462. package/dist/effect/fields/peppol-credit-note-line-schema.js +0 -36
  463. package/dist/effect/fields/peppol-credit-note-line-schema.js.map +0 -1
  464. package/dist/effect/fields/peppol-delivery-schema.d.ts +0 -81
  465. package/dist/effect/fields/peppol-delivery-schema.d.ts.map +0 -1
  466. package/dist/effect/fields/peppol-delivery-schema.js +0 -89
  467. package/dist/effect/fields/peppol-delivery-schema.js.map +0 -1
  468. package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts +0 -33
  469. package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts.map +0 -1
  470. package/dist/effect/fields/peppol-invoice-line-period-schema.js +0 -35
  471. package/dist/effect/fields/peppol-invoice-line-period-schema.js.map +0 -1
  472. package/dist/effect/fields/peppol-invoice-line-schema.d.ts +0 -120
  473. package/dist/effect/fields/peppol-invoice-line-schema.d.ts.map +0 -1
  474. package/dist/effect/fields/peppol-invoice-line-schema.js +0 -40
  475. package/dist/effect/fields/peppol-invoice-line-schema.js.map +0 -1
  476. package/dist/effect/fields/peppol-invoice-period-schema.d.ts +0 -18
  477. package/dist/effect/fields/peppol-invoice-period-schema.d.ts.map +0 -1
  478. package/dist/effect/fields/peppol-invoice-period-schema.js +0 -28
  479. package/dist/effect/fields/peppol-invoice-period-schema.js.map +0 -1
  480. package/dist/effect/fields/peppol-item-classification-schema.d.ts +0 -44
  481. package/dist/effect/fields/peppol-item-classification-schema.d.ts.map +0 -1
  482. package/dist/effect/fields/peppol-item-classification-schema.js +0 -46
  483. package/dist/effect/fields/peppol-item-classification-schema.js.map +0 -1
  484. package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts +0 -149
  485. package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts.map +0 -1
  486. package/dist/effect/fields/peppol-legal-monetary-total-schema.js +0 -127
  487. package/dist/effect/fields/peppol-legal-monetary-total-schema.js.map +0 -1
  488. package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts +0 -46
  489. package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts.map +0 -1
  490. package/dist/effect/fields/peppol-line-allowance-charge-schema.js +0 -48
  491. package/dist/effect/fields/peppol-line-allowance-charge-schema.js.map +0 -1
  492. package/dist/effect/fields/peppol-line-item-schema.d.ts +0 -158
  493. package/dist/effect/fields/peppol-line-item-schema.d.ts.map +0 -1
  494. package/dist/effect/fields/peppol-line-item-schema.js +0 -163
  495. package/dist/effect/fields/peppol-line-item-schema.js.map +0 -1
  496. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts +0 -45
  497. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts.map +0 -1
  498. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js +0 -30
  499. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js.map +0 -1
  500. package/dist/effect/fields/peppol-line-price-schema.d.ts +0 -44
  501. package/dist/effect/fields/peppol-line-price-schema.d.ts.map +0 -1
  502. package/dist/effect/fields/peppol-line-price-schema.js +0 -32
  503. package/dist/effect/fields/peppol-line-price-schema.js.map +0 -1
  504. package/dist/effect/fields/peppol-order-reference-schema.d.ts +0 -37
  505. package/dist/effect/fields/peppol-order-reference-schema.d.ts.map +0 -1
  506. package/dist/effect/fields/peppol-order-reference-schema.js +0 -38
  507. package/dist/effect/fields/peppol-order-reference-schema.js.map +0 -1
  508. package/dist/effect/fields/peppol-party-base-schema.d.ts +0 -115
  509. package/dist/effect/fields/peppol-party-base-schema.d.ts.map +0 -1
  510. package/dist/effect/fields/peppol-party-base-schema.js +0 -127
  511. package/dist/effect/fields/peppol-party-base-schema.js.map +0 -1
  512. package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts +0 -31
  513. package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts.map +0 -1
  514. package/dist/effect/fields/peppol-party-legal-entity-schema.js +0 -30
  515. package/dist/effect/fields/peppol-party-legal-entity-schema.js.map +0 -1
  516. package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts +0 -34
  517. package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts.map +0 -1
  518. package/dist/effect/fields/peppol-party-tax-scheme-schema.js +0 -34
  519. package/dist/effect/fields/peppol-party-tax-scheme-schema.js.map +0 -1
  520. package/dist/effect/fields/peppol-payee-party-schema.d.ts +0 -68
  521. package/dist/effect/fields/peppol-payee-party-schema.d.ts.map +0 -1
  522. package/dist/effect/fields/peppol-payee-party-schema.js +0 -99
  523. package/dist/effect/fields/peppol-payee-party-schema.js.map +0 -1
  524. package/dist/effect/fields/peppol-payment-means-schema.d.ts +0 -198
  525. package/dist/effect/fields/peppol-payment-means-schema.d.ts.map +0 -1
  526. package/dist/effect/fields/peppol-payment-means-schema.js +0 -199
  527. package/dist/effect/fields/peppol-payment-means-schema.js.map +0 -1
  528. package/dist/effect/fields/peppol-payment-terms-schema.d.ts +0 -24
  529. package/dist/effect/fields/peppol-payment-terms-schema.d.ts.map +0 -1
  530. package/dist/effect/fields/peppol-payment-terms-schema.js +0 -24
  531. package/dist/effect/fields/peppol-payment-terms-schema.js.map +0 -1
  532. package/dist/effect/fields/peppol-quantity-schema.d.ts +0 -20
  533. package/dist/effect/fields/peppol-quantity-schema.d.ts.map +0 -1
  534. package/dist/effect/fields/peppol-quantity-schema.js +0 -22
  535. package/dist/effect/fields/peppol-quantity-schema.js.map +0 -1
  536. package/dist/effect/fields/peppol-reference-schema.d.ts +0 -8
  537. package/dist/effect/fields/peppol-reference-schema.d.ts.map +0 -1
  538. package/dist/effect/fields/peppol-reference-schema.js +0 -7
  539. package/dist/effect/fields/peppol-reference-schema.js.map +0 -1
  540. package/dist/effect/fields/peppol-tax-category-schema.d.ts +0 -41
  541. package/dist/effect/fields/peppol-tax-category-schema.d.ts.map +0 -1
  542. package/dist/effect/fields/peppol-tax-category-schema.js +0 -42
  543. package/dist/effect/fields/peppol-tax-category-schema.js.map +0 -1
  544. package/dist/effect/fields/peppol-tax-representative-schema.d.ts +0 -38
  545. package/dist/effect/fields/peppol-tax-representative-schema.d.ts.map +0 -1
  546. package/dist/effect/fields/peppol-tax-representative-schema.js +0 -24
  547. package/dist/effect/fields/peppol-tax-representative-schema.js.map +0 -1
  548. package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts +0 -21
  549. package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts.map +0 -1
  550. package/dist/effect/fields/peppol-tax-subtotal-category-schema.js +0 -28
  551. package/dist/effect/fields/peppol-tax-subtotal-category-schema.js.map +0 -1
  552. package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts +0 -44
  553. package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts.map +0 -1
  554. package/dist/effect/fields/peppol-tax-subtotal-schema.js +0 -33
  555. package/dist/effect/fields/peppol-tax-subtotal-schema.js.map +0 -1
  556. package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts +0 -44
  557. package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts.map +0 -1
  558. package/dist/effect/fields/peppol-tax-totals-base-schema.js +0 -26
  559. package/dist/effect/fields/peppol-tax-totals-base-schema.js.map +0 -1
  560. package/dist/effect/peppol-billing-base-schema.d.ts +0 -619
  561. package/dist/effect/peppol-billing-base-schema.d.ts.map +0 -1
  562. package/dist/effect/peppol-billing-base-schema.js +0 -324
  563. package/dist/effect/peppol-billing-base-schema.js.map +0 -1
  564. package/dist/effect/peppol-credit-note-schema.d.ts +0 -467
  565. package/dist/effect/peppol-credit-note-schema.d.ts.map +0 -1
  566. package/dist/effect/peppol-credit-note-schema.js +0 -30
  567. package/dist/effect/peppol-credit-note-schema.js.map +0 -1
  568. package/dist/effect/peppol-document-response-document-reference-schema.d.ts +0 -37
  569. package/dist/effect/peppol-document-response-document-reference-schema.d.ts.map +0 -1
  570. package/dist/effect/peppol-document-response-document-reference-schema.js +0 -39
  571. package/dist/effect/peppol-document-response-document-reference-schema.js.map +0 -1
  572. package/dist/effect/peppol-document-response-document-schema.d.ts +0 -34
  573. package/dist/effect/peppol-document-response-document-schema.d.ts.map +0 -1
  574. package/dist/effect/peppol-document-response-document-schema.js +0 -36
  575. package/dist/effect/peppol-document-response-document-schema.js.map +0 -1
  576. package/dist/effect/peppol-document-response-line-response-content-schema.d.ts +0 -43
  577. package/dist/effect/peppol-document-response-line-response-content-schema.d.ts.map +0 -1
  578. package/dist/effect/peppol-document-response-line-response-content-schema.js +0 -48
  579. package/dist/effect/peppol-document-response-line-response-content-schema.js.map +0 -1
  580. package/dist/effect/peppol-document-response-line-response-schema.d.ts +0 -38
  581. package/dist/effect/peppol-document-response-line-response-schema.d.ts.map +0 -1
  582. package/dist/effect/peppol-document-response-line-response-schema.js +0 -33
  583. package/dist/effect/peppol-document-response-line-response-schema.js.map +0 -1
  584. package/dist/effect/peppol-document-schema.d.ts +0 -1090
  585. package/dist/effect/peppol-document-schema.d.ts.map +0 -1
  586. package/dist/effect/peppol-document-schema.js +0 -64
  587. package/dist/effect/peppol-document-schema.js.map +0 -1
  588. package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts +0 -89
  589. package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts.map +0 -1
  590. package/dist/effect/peppol-invoice-response-document-actual-response-schema.js +0 -70
  591. package/dist/effect/peppol-invoice-response-document-actual-response-schema.js.map +0 -1
  592. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts +0 -86
  593. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts.map +0 -1
  594. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js +0 -58
  595. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js.map +0 -1
  596. package/dist/effect/peppol-invoice-response-schema.d.ts +0 -431
  597. package/dist/effect/peppol-invoice-response-schema.d.ts.map +0 -1
  598. package/dist/effect/peppol-invoice-response-schema.js +0 -148
  599. package/dist/effect/peppol-invoice-response-schema.js.map +0 -1
  600. package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts +0 -26
  601. package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts.map +0 -1
  602. package/dist/effect/peppol-invoice-response-status-reason-code-schema.js +0 -29
  603. package/dist/effect/peppol-invoice-response-status-reason-code-schema.js.map +0 -1
  604. package/dist/effect/peppol-invoice-schema.d.ts +0 -472
  605. package/dist/effect/peppol-invoice-schema.d.ts.map +0 -1
  606. package/dist/effect/peppol-invoice-schema.js +0 -47
  607. package/dist/effect/peppol-invoice-schema.js.map +0 -1
  608. package/dist/effect/peppol-iso-date-string-schema.d.ts +0 -14
  609. package/dist/effect/peppol-iso-date-string-schema.d.ts.map +0 -1
  610. package/dist/effect/peppol-iso-date-string-schema.js +0 -15
  611. package/dist/effect/peppol-iso-date-string-schema.js.map +0 -1
  612. package/dist/effect/peppol-message-level-response-document-response-schema.d.ts +0 -48
  613. package/dist/effect/peppol-message-level-response-document-response-schema.d.ts.map +0 -1
  614. package/dist/effect/peppol-message-level-response-document-response-schema.js +0 -34
  615. package/dist/effect/peppol-message-level-response-document-response-schema.js.map +0 -1
  616. package/dist/effect/peppol-message-level-response-party-schema.d.ts +0 -21
  617. package/dist/effect/peppol-message-level-response-party-schema.d.ts.map +0 -1
  618. package/dist/effect/peppol-message-level-response-party-schema.js +0 -19
  619. package/dist/effect/peppol-message-level-response-party-schema.js.map +0 -1
  620. package/dist/effect/peppol-message-level-response-schema.d.ts +0 -124
  621. package/dist/effect/peppol-message-level-response-schema.d.ts.map +0 -1
  622. package/dist/effect/peppol-message-level-response-schema.js +0 -98
  623. package/dist/effect/peppol-message-level-response-schema.js.map +0 -1
  624. package/dist/effect/utils/get-credit-note-type-code-description.d.ts +0 -2
  625. package/dist/effect/utils/get-invoice-type-code-description.d.ts +0 -2
  626. package/dist/effect/utils/index.d.ts +0 -17
  627. package/dist/effect/utils/index.js +0 -11
  628. package/dist/effect/utils/is-valid-credit-note-type-code.d.ts +0 -2
  629. package/dist/effect/utils/is-valid-invoice-type-code.d.ts +0 -2
  630. package/dist/effect/utils/is-valid-process.d.ts +0 -2
  631. package/dist/effect/utils/peppol-base-64-schema.d.ts +0 -10
  632. package/dist/effect/utils/peppol-base-64-schema.d.ts.map +0 -1
  633. package/dist/effect/utils/peppol-base-64-schema.js +0 -12
  634. package/dist/effect/utils/peppol-base-64-schema.js.map +0 -1
  635. package/dist/effect/utils/peppol-vat-regex-schema.d.ts +0 -10
  636. package/dist/effect/utils/peppol-vat-regex-schema.d.ts.map +0 -1
  637. package/dist/effect/utils/peppol-vat-regex-schema.js +0 -46
  638. package/dist/effect/utils/peppol-vat-regex-schema.js.map +0 -1
  639. package/dist/effect/utils/peppol-xsd-time-schema.d.ts +0 -10
  640. package/dist/effect/utils/peppol-xsd-time-schema.d.ts.map +0 -1
  641. package/dist/effect/utils/peppol-xsd-time-schema.js +0 -11
  642. package/dist/effect/utils/peppol-xsd-time-schema.js.map +0 -1
  643. package/dist/effect/utils/quantity-unit-code-to-intl-unit.d.ts +0 -2
  644. package/dist/effect/values/additional-document-reference-code-schema.d.ts +0 -23
  645. package/dist/effect/values/additional-document-reference-code-schema.d.ts.map +0 -1
  646. package/dist/effect/values/additional-document-reference-code-schema.js +0 -21
  647. package/dist/effect/values/additional-document-reference-code-schema.js.map +0 -1
  648. package/dist/effect/values/allowance-charge-reason-code-schema.d.ts +0 -24
  649. package/dist/effect/values/allowance-charge-reason-code-schema.d.ts.map +0 -1
  650. package/dist/effect/values/allowance-charge-reason-code-schema.js +0 -23
  651. package/dist/effect/values/allowance-charge-reason-code-schema.js.map +0 -1
  652. package/dist/effect/values/application-response-type-code-schema.d.ts +0 -21
  653. package/dist/effect/values/application-response-type-code-schema.d.ts.map +0 -1
  654. package/dist/effect/values/application-response-type-code-schema.js +0 -20
  655. package/dist/effect/values/application-response-type-code-schema.js.map +0 -1
  656. package/dist/effect/values/charge-reason-code-schema.d.ts +0 -24
  657. package/dist/effect/values/charge-reason-code-schema.d.ts.map +0 -1
  658. package/dist/effect/values/charge-reason-code-schema.js +0 -23
  659. package/dist/effect/values/charge-reason-code-schema.js.map +0 -1
  660. package/dist/effect/values/credit-note-type-code-schema.d.ts +0 -21
  661. package/dist/effect/values/credit-note-type-code-schema.d.ts.map +0 -1
  662. package/dist/effect/values/credit-note-type-code-schema.js +0 -20
  663. package/dist/effect/values/credit-note-type-code-schema.js.map +0 -1
  664. package/dist/effect/values/currency-code-schema.d.ts +0 -24
  665. package/dist/effect/values/currency-code-schema.d.ts.map +0 -1
  666. package/dist/effect/values/currency-code-schema.js +0 -29
  667. package/dist/effect/values/currency-code-schema.js.map +0 -1
  668. package/dist/effect/values/document-type-schemes-schema.d.ts +0 -14
  669. package/dist/effect/values/document-type-schemes-schema.d.ts.map +0 -1
  670. package/dist/effect/values/document-type-schemes-schema.js +0 -19
  671. package/dist/effect/values/document-type-schemes-schema.js.map +0 -1
  672. package/dist/effect/values/document-type-values-schema.d.ts +0 -14
  673. package/dist/effect/values/document-type-values-schema.d.ts.map +0 -1
  674. package/dist/effect/values/document-type-values-schema.js +0 -20
  675. package/dist/effect/values/document-type-values-schema.js.map +0 -1
  676. package/dist/effect/values/duty-tax-fee-category-schema.d.ts +0 -24
  677. package/dist/effect/values/duty-tax-fee-category-schema.d.ts.map +0 -1
  678. package/dist/effect/values/duty-tax-fee-category-schema.js +0 -23
  679. package/dist/effect/values/duty-tax-fee-category-schema.js.map +0 -1
  680. package/dist/effect/values/electronic-codes-schema.d.ts +0 -24
  681. package/dist/effect/values/electronic-codes-schema.d.ts.map +0 -1
  682. package/dist/effect/values/electronic-codes-schema.js +0 -30
  683. package/dist/effect/values/electronic-codes-schema.js.map +0 -1
  684. package/dist/effect/values/icd-codes-schema.d.ts +0 -24
  685. package/dist/effect/values/icd-codes-schema.d.ts.map +0 -1
  686. package/dist/effect/values/icd-codes-schema.js +0 -22
  687. package/dist/effect/values/icd-codes-schema.js.map +0 -1
  688. package/dist/effect/values/index.d.ts +0 -29
  689. package/dist/effect/values/index.js +0 -29
  690. package/dist/effect/values/invoice-status-code-schema.d.ts +0 -21
  691. package/dist/effect/values/invoice-status-code-schema.d.ts.map +0 -1
  692. package/dist/effect/values/invoice-status-code-schema.js +0 -17
  693. package/dist/effect/values/invoice-status-code-schema.js.map +0 -1
  694. package/dist/effect/values/invoice-type-code-schema.d.ts +0 -21
  695. package/dist/effect/values/invoice-type-code-schema.d.ts.map +0 -1
  696. package/dist/effect/values/invoice-type-code-schema.js +0 -20
  697. package/dist/effect/values/invoice-type-code-schema.js.map +0 -1
  698. package/dist/effect/values/item-classification-codes-schema.d.ts +0 -24
  699. package/dist/effect/values/item-classification-codes-schema.d.ts.map +0 -1
  700. package/dist/effect/values/item-classification-codes-schema.js +0 -23
  701. package/dist/effect/values/item-classification-codes-schema.js.map +0 -1
  702. package/dist/effect/values/mime-codes-schema.d.ts +0 -24
  703. package/dist/effect/values/mime-codes-schema.d.ts.map +0 -1
  704. package/dist/effect/values/mime-codes-schema.js +0 -23
  705. package/dist/effect/values/mime-codes-schema.js.map +0 -1
  706. package/dist/effect/values/op-status-action-schema.d.ts +0 -21
  707. package/dist/effect/values/op-status-action-schema.d.ts.map +0 -1
  708. package/dist/effect/values/op-status-action-schema.js +0 -20
  709. package/dist/effect/values/op-status-action-schema.js.map +0 -1
  710. package/dist/effect/values/op-status-reason-schema.d.ts +0 -21
  711. package/dist/effect/values/op-status-reason-schema.d.ts.map +0 -1
  712. package/dist/effect/values/op-status-reason-schema.js +0 -20
  713. package/dist/effect/values/op-status-reason-schema.js.map +0 -1
  714. package/dist/effect/values/participant-identifier-code-schema.d.ts +0 -19
  715. package/dist/effect/values/participant-identifier-code-schema.d.ts.map +0 -1
  716. package/dist/effect/values/participant-identifier-code-schema.js +0 -18
  717. package/dist/effect/values/participant-identifier-code-schema.js.map +0 -1
  718. package/dist/effect/values/payment-means-code-schema.d.ts +0 -24
  719. package/dist/effect/values/payment-means-code-schema.d.ts.map +0 -1
  720. package/dist/effect/values/payment-means-code-schema.js +0 -30
  721. package/dist/effect/values/payment-means-code-schema.js.map +0 -1
  722. package/dist/effect/values/peppol-country-code-schema.d.ts +0 -21
  723. package/dist/effect/values/peppol-country-code-schema.d.ts.map +0 -1
  724. package/dist/effect/values/peppol-country-code-schema.js +0 -25
  725. package/dist/effect/values/peppol-country-code-schema.js.map +0 -1
  726. package/dist/effect/values/peppol-document-type-code-schema.d.ts +0 -21
  727. package/dist/effect/values/peppol-document-type-code-schema.d.ts.map +0 -1
  728. package/dist/effect/values/peppol-document-type-code-schema.js +0 -20
  729. package/dist/effect/values/peppol-document-type-code-schema.js.map +0 -1
  730. package/dist/effect/values/peppol-document-type-schema.d.ts +0 -21
  731. package/dist/effect/values/peppol-document-type-schema.d.ts.map +0 -1
  732. package/dist/effect/values/peppol-document-type-schema.js +0 -27
  733. package/dist/effect/values/peppol-document-type-schema.js.map +0 -1
  734. package/dist/effect/values/peppol-process-schema.d.ts +0 -20
  735. package/dist/effect/values/peppol-process-schema.d.ts.map +0 -1
  736. package/dist/effect/values/peppol-process-schema.js +0 -26
  737. package/dist/effect/values/peppol-process-schema.js.map +0 -1
  738. package/dist/effect/values/process-from-document-type-schema.d.ts +0 -17
  739. package/dist/effect/values/process-from-document-type-schema.d.ts.map +0 -1
  740. package/dist/effect/values/process-from-document-type-schema.js +0 -25
  741. package/dist/effect/values/process-from-document-type-schema.js.map +0 -1
  742. package/dist/effect/values/process-xml-identifier-schema.d.ts +0 -20
  743. package/dist/effect/values/process-xml-identifier-schema.d.ts.map +0 -1
  744. package/dist/effect/values/process-xml-identifier-schema.js +0 -26
  745. package/dist/effect/values/process-xml-identifier-schema.js.map +0 -1
  746. package/dist/effect/values/quantity-unit-codes-schema.d.ts +0 -24
  747. package/dist/effect/values/quantity-unit-codes-schema.d.ts.map +0 -1
  748. package/dist/effect/values/quantity-unit-codes-schema.js +0 -23
  749. package/dist/effect/values/quantity-unit-codes-schema.js.map +0 -1
  750. package/dist/effect/values/vat-date-code-schema.d.ts +0 -11
  751. package/dist/effect/values/vat-date-code-schema.d.ts.map +0 -1
  752. package/dist/effect/values/vat-date-code-schema.js +0 -15
  753. package/dist/effect/values/vat-date-code-schema.js.map +0 -1
  754. package/dist/effect/values/vatex-code-schema.d.ts +0 -24
  755. package/dist/effect/values/vatex-code-schema.d.ts.map +0 -1
  756. package/dist/effect/values/vatex-code-schema.js +0 -23
  757. package/dist/effect/values/vatex-code-schema.js.map +0 -1
  758. package/dist/helpers/bool.js +0 -14
  759. package/dist/helpers/bool.js.map +0 -1
  760. package/dist/helpers/get-array.js +0 -17
  761. package/dist/helpers/get-array.js.map +0 -1
  762. package/dist/helpers/get-prop.js +0 -24
  763. package/dist/helpers/get-prop.js.map +0 -1
  764. package/dist/helpers/is-defined.js +0 -8
  765. package/dist/helpers/is-defined.js.map +0 -1
  766. package/dist/helpers/num-or-und.js +0 -10
  767. package/dist/helpers/num-or-und.js.map +0 -1
  768. package/dist/helpers/str-or-und.js +0 -14
  769. package/dist/helpers/str-or-und.js.map +0 -1
  770. package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts +0 -4
  771. package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts.map +0 -1
  772. package/dist/invoice-response-codes/invoice-response-code-needs-schema.js +0 -10
  773. package/dist/invoice-response-codes/invoice-response-code-needs-schema.js.map +0 -1
  774. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts +0 -4
  775. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts.map +0 -1
  776. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js +0 -11
  777. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js.map +0 -1
  778. package/dist/invoice-response-codes/invoice-response-codes-order.d.ts +0 -5
  779. package/dist/invoice-response-codes/invoice-response-codes-order.d.ts.map +0 -1
  780. package/dist/invoice-response-codes/invoice-response-codes-order.js +0 -31
  781. package/dist/invoice-response-codes/invoice-response-codes-order.js.map +0 -1
  782. package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js +0 -26
  783. package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js.map +0 -1
  784. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/all-union-fields.d.ts +0 -82
  785. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/all-union-fields.d.ts.map +0 -1
  786. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts +0 -36
  787. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts.map +0 -1
  788. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts +0 -12
  789. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts.map +0 -1
  790. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-equal.d.ts +0 -32
  791. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-equal.d.ts.map +0 -1
  792. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts +0 -57
  793. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts.map +0 -1
  794. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts +0 -44
  795. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts.map +0 -1
  796. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts +0 -9
  797. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts.map +0 -1
  798. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/shared-union-fields.d.ts +0 -71
  799. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/shared-union-fields.d.ts.map +0 -1
  800. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/simplify.d.ts +0 -62
  801. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/simplify.d.ts.map +0 -1
  802. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts +0 -35
  803. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +0 -1
  804. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/unknown-array.d.ts +0 -28
  805. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/unknown-array.d.ts.map +0 -1
  806. package/dist/peppol-validations/add-piva.d.ts +0 -7
  807. package/dist/peppol-validations/add-piva.d.ts.map +0 -1
  808. package/dist/peppol-validations/add-piva.js +0 -15
  809. package/dist/peppol-validations/add-piva.js.map +0 -1
  810. package/dist/peppol-validations/check-cf.d.ts +0 -7
  811. package/dist/peppol-validations/check-cf.d.ts.map +0 -1
  812. package/dist/peppol-validations/check-cf.js +0 -16
  813. package/dist/peppol-validations/check-cf.js.map +0 -1
  814. package/dist/peppol-validations/check-cf16.d.ts +0 -7
  815. package/dist/peppol-validations/check-cf16.d.ts.map +0 -1
  816. package/dist/peppol-validations/check-cf16.js +0 -15
  817. package/dist/peppol-validations/check-cf16.js.map +0 -1
  818. package/dist/peppol-validations/check-piva-se-it.d.ts +0 -7
  819. package/dist/peppol-validations/check-piva-se-it.d.ts.map +0 -1
  820. package/dist/peppol-validations/check-piva-se-it.js +0 -15
  821. package/dist/peppol-validations/check-piva-se-it.js.map +0 -1
  822. package/dist/peppol-validations/check-piva.d.ts +0 -7
  823. package/dist/peppol-validations/check-piva.d.ts.map +0 -1
  824. package/dist/peppol-validations/check-piva.js +0 -13
  825. package/dist/peppol-validations/check-piva.js.map +0 -1
  826. package/dist/peppol-validations/check-se-orgnr.d.ts +0 -7
  827. package/dist/peppol-validations/check-se-orgnr.d.ts.map +0 -1
  828. package/dist/peppol-validations/check-se-orgnr.js +0 -24
  829. package/dist/peppol-validations/check-se-orgnr.js.map +0 -1
  830. package/dist/peppol-validations/greek-tin-verification.d.ts +0 -7
  831. package/dist/peppol-validations/greek-tin-verification.d.ts.map +0 -1
  832. package/dist/peppol-validations/greek-tin-verification.js +0 -13
  833. package/dist/peppol-validations/greek-tin-verification.js.map +0 -1
  834. package/dist/peppol-validations/is-valid-abn.d.ts +0 -7
  835. package/dist/peppol-validations/is-valid-abn.d.ts.map +0 -1
  836. package/dist/peppol-validations/is-valid-abn.js +0 -29
  837. package/dist/peppol-validations/is-valid-abn.js.map +0 -1
  838. package/dist/peppol-validations/is-valid-gln.d.ts +0 -13
  839. package/dist/peppol-validations/is-valid-gln.d.ts.map +0 -1
  840. package/dist/peppol-validations/is-valid-gln.js +0 -19
  841. package/dist/peppol-validations/is-valid-gln.js.map +0 -1
  842. package/dist/peppol-validations/is-valid-iban.d.ts +0 -7
  843. package/dist/peppol-validations/is-valid-iban.d.ts.map +0 -1
  844. package/dist/peppol-validations/is-valid-iban.js +0 -20
  845. package/dist/peppol-validations/is-valid-iban.js.map +0 -1
  846. package/dist/peppol-validations/is-valid-mod11.d.ts +0 -7
  847. package/dist/peppol-validations/is-valid-mod11.d.ts.map +0 -1
  848. package/dist/peppol-validations/is-valid-mod11.js +0 -21
  849. package/dist/peppol-validations/is-valid-mod11.js.map +0 -1
  850. package/dist/peppol-validations/is-valid-mod97-0208.d.ts +0 -13
  851. package/dist/peppol-validations/is-valid-mod97-0208.d.ts.map +0 -1
  852. package/dist/peppol-validations/is-valid-mod97-0208.js +0 -20
  853. package/dist/peppol-validations/is-valid-mod97-0208.js.map +0 -1
  854. package/dist/peppol-validations/luhn-check.d.ts +0 -7
  855. package/dist/peppol-validations/luhn-check.d.ts.map +0 -1
  856. package/dist/peppol-validations/luhn-check.js +0 -25
  857. package/dist/peppol-validations/luhn-check.js.map +0 -1
  858. package/dist/peppol-validations/normalize-space.js +0 -11
  859. package/dist/peppol-validations/normalize-space.js.map +0 -1
  860. package/dist/schemas/billing-base.js +0 -321
  861. package/dist/schemas/billing-base.js.map +0 -1
  862. package/dist/schemas/credit-note.d.ts +0 -466
  863. package/dist/schemas/credit-note.d.ts.map +0 -1
  864. package/dist/schemas/credit-note.js +0 -29
  865. package/dist/schemas/credit-note.js.map +0 -1
  866. package/dist/schemas/document-response-document-reference-schema.d.ts +0 -10
  867. package/dist/schemas/document-response-document-reference-schema.d.ts.map +0 -1
  868. package/dist/schemas/document-response-document-reference-schema.js +0 -39
  869. package/dist/schemas/document-response-document-reference-schema.js.map +0 -1
  870. package/dist/schemas/document-response-document-schema.d.ts +0 -18
  871. package/dist/schemas/document-response-document-schema.d.ts.map +0 -1
  872. package/dist/schemas/document-response-document-schema.js +0 -36
  873. package/dist/schemas/document-response-document-schema.js.map +0 -1
  874. package/dist/schemas/document-response-line-response-content.d.ts +0 -16
  875. package/dist/schemas/document-response-line-response-content.d.ts.map +0 -1
  876. package/dist/schemas/document-response-line-response-content.js +0 -48
  877. package/dist/schemas/document-response-line-response-content.js.map +0 -1
  878. package/dist/schemas/document-response-line-response-schema.d.ts +0 -21
  879. package/dist/schemas/document-response-line-response-schema.d.ts.map +0 -1
  880. package/dist/schemas/document-response-line-response-schema.js +0 -33
  881. package/dist/schemas/document-response-line-response-schema.js.map +0 -1
  882. package/dist/schemas/fields/additional-document-reference-schema.d.ts +0 -33
  883. package/dist/schemas/fields/additional-document-reference-schema.d.ts.map +0 -1
  884. package/dist/schemas/fields/additional-document-reference-schema.js +0 -108
  885. package/dist/schemas/fields/additional-document-reference-schema.js.map +0 -1
  886. package/dist/schemas/fields/address-schema.d.ts +0 -23
  887. package/dist/schemas/fields/address-schema.d.ts.map +0 -1
  888. package/dist/schemas/fields/address-schema.js +0 -102
  889. package/dist/schemas/fields/address-schema.js.map +0 -1
  890. package/dist/schemas/fields/allowance-charge-schema.d.ts +0 -51
  891. package/dist/schemas/fields/allowance-charge-schema.d.ts.map +0 -1
  892. package/dist/schemas/fields/allowance-charge-schema.js +0 -75
  893. package/dist/schemas/fields/allowance-charge-schema.js.map +0 -1
  894. package/dist/schemas/fields/amount-schema.d.ts +0 -14
  895. package/dist/schemas/fields/amount-schema.d.ts.map +0 -1
  896. package/dist/schemas/fields/amount-schema.js +0 -22
  897. package/dist/schemas/fields/amount-schema.js.map +0 -1
  898. package/dist/schemas/fields/base-line-schema.d.ts +0 -114
  899. package/dist/schemas/fields/base-line-schema.d.ts.map +0 -1
  900. package/dist/schemas/fields/base-line-schema.js +0 -132
  901. package/dist/schemas/fields/base-line-schema.js.map +0 -1
  902. package/dist/schemas/fields/billing-references-schema.d.ts +0 -16
  903. package/dist/schemas/fields/billing-references-schema.d.ts.map +0 -1
  904. package/dist/schemas/fields/billing-references-schema.js +0 -46
  905. package/dist/schemas/fields/billing-references-schema.js.map +0 -1
  906. package/dist/schemas/fields/binary-object-schema.d.ts +0 -14
  907. package/dist/schemas/fields/binary-object-schema.d.ts.map +0 -1
  908. package/dist/schemas/fields/binary-object-schema.js +0 -52
  909. package/dist/schemas/fields/binary-object-schema.js.map +0 -1
  910. package/dist/schemas/fields/contact-schema.d.ts +0 -10
  911. package/dist/schemas/fields/contact-schema.d.ts.map +0 -1
  912. package/dist/schemas/fields/contact-schema.js +0 -20
  913. package/dist/schemas/fields/contact-schema.js.map +0 -1
  914. package/dist/schemas/fields/credit-note-line-schema.d.ts +0 -118
  915. package/dist/schemas/fields/credit-note-line-schema.d.ts.map +0 -1
  916. package/dist/schemas/fields/credit-note-line-schema.js +0 -36
  917. package/dist/schemas/fields/credit-note-line-schema.js.map +0 -1
  918. package/dist/schemas/fields/date-only-fn.d.ts +0 -8
  919. package/dist/schemas/fields/date-only-fn.d.ts.map +0 -1
  920. package/dist/schemas/fields/date-only-fn.js +0 -10
  921. package/dist/schemas/fields/date-only-fn.js.map +0 -1
  922. package/dist/schemas/fields/date-only-parser.d.ts +0 -5
  923. package/dist/schemas/fields/date-only-parser.d.ts.map +0 -1
  924. package/dist/schemas/fields/date-only-parser.js +0 -20
  925. package/dist/schemas/fields/date-only-parser.js.map +0 -1
  926. package/dist/schemas/fields/default-customization-id.d.ts +0 -4
  927. package/dist/schemas/fields/default-customization-id.d.ts.map +0 -1
  928. package/dist/schemas/fields/default-customization-id.js +0 -6
  929. package/dist/schemas/fields/default-customization-id.js.map +0 -1
  930. package/dist/schemas/fields/default-profile-id.d.ts +0 -4
  931. package/dist/schemas/fields/default-profile-id.d.ts.map +0 -1
  932. package/dist/schemas/fields/default-profile-id.js +0 -6
  933. package/dist/schemas/fields/default-profile-id.js.map +0 -1
  934. package/dist/schemas/fields/delivery-schema.d.ts +0 -32
  935. package/dist/schemas/fields/delivery-schema.d.ts.map +0 -1
  936. package/dist/schemas/fields/delivery-schema.js +0 -88
  937. package/dist/schemas/fields/delivery-schema.js.map +0 -1
  938. package/dist/schemas/fields/identifier-schema.d.ts +0 -14
  939. package/dist/schemas/fields/identifier-schema.d.ts.map +0 -1
  940. package/dist/schemas/fields/identifier-schema.js +0 -23
  941. package/dist/schemas/fields/identifier-schema.js.map +0 -1
  942. package/dist/schemas/fields/invoice-line-period-schema.d.ts +0 -9
  943. package/dist/schemas/fields/invoice-line-period-schema.d.ts.map +0 -1
  944. package/dist/schemas/fields/invoice-line-period-schema.js +0 -34
  945. package/dist/schemas/fields/invoice-line-period-schema.js.map +0 -1
  946. package/dist/schemas/fields/invoice-line-schema.d.ts +0 -120
  947. package/dist/schemas/fields/invoice-line-schema.d.ts.map +0 -1
  948. package/dist/schemas/fields/invoice-line-schema.js +0 -40
  949. package/dist/schemas/fields/invoice-line-schema.js.map +0 -1
  950. package/dist/schemas/fields/invoice-period-schema.d.ts +0 -18
  951. package/dist/schemas/fields/invoice-period-schema.d.ts.map +0 -1
  952. package/dist/schemas/fields/invoice-period-schema.js +0 -28
  953. package/dist/schemas/fields/invoice-period-schema.js.map +0 -1
  954. package/dist/schemas/fields/legal-monetary-total-schema.d.ts +0 -46
  955. package/dist/schemas/fields/legal-monetary-total-schema.d.ts.map +0 -1
  956. package/dist/schemas/fields/legal-monetary-total-schema.js +0 -127
  957. package/dist/schemas/fields/legal-monetary-total-schema.js.map +0 -1
  958. package/dist/schemas/fields/line-allowance-charge-schema.d.ts +0 -46
  959. package/dist/schemas/fields/line-allowance-charge-schema.d.ts.map +0 -1
  960. package/dist/schemas/fields/line-allowance-charge-schema.js +0 -48
  961. package/dist/schemas/fields/line-allowance-charge-schema.js.map +0 -1
  962. package/dist/schemas/fields/line-item-schema.d.ts +0 -47
  963. package/dist/schemas/fields/line-item-schema.d.ts.map +0 -1
  964. package/dist/schemas/fields/line-item-schema.js +0 -163
  965. package/dist/schemas/fields/line-item-schema.js.map +0 -1
  966. package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts +0 -28
  967. package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts.map +0 -1
  968. package/dist/schemas/fields/line-price-allowance-charge-schema.js +0 -30
  969. package/dist/schemas/fields/line-price-allowance-charge-schema.js.map +0 -1
  970. package/dist/schemas/fields/list-identifier-schema.d.ts +0 -19
  971. package/dist/schemas/fields/list-identifier-schema.d.ts.map +0 -1
  972. package/dist/schemas/fields/list-identifier-schema.js +0 -46
  973. package/dist/schemas/fields/list-identifier-schema.js.map +0 -1
  974. package/dist/schemas/fields/order-reference-schema.d.ts +0 -14
  975. package/dist/schemas/fields/order-reference-schema.d.ts.map +0 -1
  976. package/dist/schemas/fields/order-reference-schema.js +0 -38
  977. package/dist/schemas/fields/order-reference-schema.js.map +0 -1
  978. package/dist/schemas/fields/party-base-schema.d.ts +0 -57
  979. package/dist/schemas/fields/party-base-schema.d.ts.map +0 -1
  980. package/dist/schemas/fields/party-base-schema.js +0 -127
  981. package/dist/schemas/fields/party-base-schema.js.map +0 -1
  982. package/dist/schemas/fields/party-legal-entity-schema.d.ts +0 -13
  983. package/dist/schemas/fields/party-legal-entity-schema.d.ts.map +0 -1
  984. package/dist/schemas/fields/party-legal-entity-schema.js +0 -30
  985. package/dist/schemas/fields/party-legal-entity-schema.js.map +0 -1
  986. package/dist/schemas/fields/party-tax-schema.d.ts +0 -14
  987. package/dist/schemas/fields/party-tax-schema.d.ts.map +0 -1
  988. package/dist/schemas/fields/party-tax-schema.js +0 -34
  989. package/dist/schemas/fields/party-tax-schema.js.map +0 -1
  990. package/dist/schemas/fields/payee-party.d.ts +0 -30
  991. package/dist/schemas/fields/payee-party.d.ts.map +0 -1
  992. package/dist/schemas/fields/payee-party.js +0 -99
  993. package/dist/schemas/fields/payee-party.js.map +0 -1
  994. package/dist/schemas/fields/payment-means-schema.d.ts +0 -38
  995. package/dist/schemas/fields/payment-means-schema.d.ts.map +0 -1
  996. package/dist/schemas/fields/payment-means-schema.js +0 -198
  997. package/dist/schemas/fields/payment-means-schema.js.map +0 -1
  998. package/dist/schemas/fields/payment-terms-schema.d.ts +0 -13
  999. package/dist/schemas/fields/payment-terms-schema.d.ts.map +0 -1
  1000. package/dist/schemas/fields/payment-terms-schema.js +0 -24
  1001. package/dist/schemas/fields/payment-terms-schema.js.map +0 -1
  1002. package/dist/schemas/fields/price-schema.d.ts +0 -31
  1003. package/dist/schemas/fields/price-schema.d.ts.map +0 -1
  1004. package/dist/schemas/fields/price-schema.js +0 -32
  1005. package/dist/schemas/fields/price-schema.js.map +0 -1
  1006. package/dist/schemas/fields/quantity-schema.d.ts +0 -14
  1007. package/dist/schemas/fields/quantity-schema.d.ts.map +0 -1
  1008. package/dist/schemas/fields/quantity-schema.js +0 -22
  1009. package/dist/schemas/fields/quantity-schema.js.map +0 -1
  1010. package/dist/schemas/fields/reference-schema.d.ts +0 -8
  1011. package/dist/schemas/fields/reference-schema.d.ts.map +0 -1
  1012. package/dist/schemas/fields/reference-schema.js +0 -7
  1013. package/dist/schemas/fields/reference-schema.js.map +0 -1
  1014. package/dist/schemas/fields/tax-category-schema.d.ts +0 -19
  1015. package/dist/schemas/fields/tax-category-schema.d.ts.map +0 -1
  1016. package/dist/schemas/fields/tax-category-schema.js +0 -41
  1017. package/dist/schemas/fields/tax-category-schema.js.map +0 -1
  1018. package/dist/schemas/fields/tax-representative-party-schema.d.ts +0 -32
  1019. package/dist/schemas/fields/tax-representative-party-schema.d.ts.map +0 -1
  1020. package/dist/schemas/fields/tax-representative-party-schema.js +0 -24
  1021. package/dist/schemas/fields/tax-representative-party-schema.js.map +0 -1
  1022. package/dist/schemas/fields/tax-subtotal-category-schema.d.ts +0 -21
  1023. package/dist/schemas/fields/tax-subtotal-category-schema.d.ts.map +0 -1
  1024. package/dist/schemas/fields/tax-subtotal-category-schema.js +0 -28
  1025. package/dist/schemas/fields/tax-subtotal-category-schema.js.map +0 -1
  1026. package/dist/schemas/fields/tax-subtotal-schema.d.ts +0 -29
  1027. package/dist/schemas/fields/tax-subtotal-schema.d.ts.map +0 -1
  1028. package/dist/schemas/fields/tax-subtotal-schema.js +0 -33
  1029. package/dist/schemas/fields/tax-subtotal-schema.js.map +0 -1
  1030. package/dist/schemas/fields/tax-totals.d.ts +0 -35
  1031. package/dist/schemas/fields/tax-totals.d.ts.map +0 -1
  1032. package/dist/schemas/fields/tax-totals.js +0 -26
  1033. package/dist/schemas/fields/tax-totals.js.map +0 -1
  1034. package/dist/schemas/fields/time-only.d.ts +0 -8
  1035. package/dist/schemas/fields/time-only.d.ts.map +0 -1
  1036. package/dist/schemas/fields/time-only.js +0 -23
  1037. package/dist/schemas/fields/time-only.js.map +0 -1
  1038. package/dist/schemas/invoice-response-document-actual-response-status.d.ts +0 -24
  1039. package/dist/schemas/invoice-response-document-actual-response-status.d.ts.map +0 -1
  1040. package/dist/schemas/invoice-response-document-actual-response-status.js +0 -58
  1041. package/dist/schemas/invoice-response-document-actual-response-status.js.map +0 -1
  1042. package/dist/schemas/invoice-response-document-actual-response.d.ts +0 -49
  1043. package/dist/schemas/invoice-response-document-actual-response.d.ts.map +0 -1
  1044. package/dist/schemas/invoice-response-document-actual-response.js +0 -70
  1045. package/dist/schemas/invoice-response-document-actual-response.js.map +0 -1
  1046. package/dist/schemas/invoice-response-schema.d.ts +0 -237
  1047. package/dist/schemas/invoice-response-schema.d.ts.map +0 -1
  1048. package/dist/schemas/invoice-response-schema.js +0 -145
  1049. package/dist/schemas/invoice-response-schema.js.map +0 -1
  1050. package/dist/schemas/invoice-response-status-reason-code.d.ts +0 -12
  1051. package/dist/schemas/invoice-response-status-reason-code.d.ts.map +0 -1
  1052. package/dist/schemas/invoice-response-status-reason-code.js +0 -29
  1053. package/dist/schemas/invoice-response-status-reason-code.js.map +0 -1
  1054. package/dist/schemas/invoice.d.ts +0 -470
  1055. package/dist/schemas/invoice.d.ts.map +0 -1
  1056. package/dist/schemas/invoice.js +0 -44
  1057. package/dist/schemas/invoice.js.map +0 -1
  1058. package/dist/schemas/message-level-response-document-response-schema.d.ts +0 -32
  1059. package/dist/schemas/message-level-response-document-response-schema.d.ts.map +0 -1
  1060. package/dist/schemas/message-level-response-document-response-schema.js +0 -34
  1061. package/dist/schemas/message-level-response-document-response-schema.js.map +0 -1
  1062. package/dist/schemas/message-level-response-party-schema.d.ts +0 -11
  1063. package/dist/schemas/message-level-response-party-schema.d.ts.map +0 -1
  1064. package/dist/schemas/message-level-response-party-schema.js +0 -19
  1065. package/dist/schemas/message-level-response-party-schema.js.map +0 -1
  1066. package/dist/schemas/message-level-response-schema.d.ts +0 -51
  1067. package/dist/schemas/message-level-response-schema.d.ts.map +0 -1
  1068. package/dist/schemas/message-level-response-schema.js +0 -97
  1069. package/dist/schemas/message-level-response-schema.js.map +0 -1
  1070. package/dist/schemas/utils/base-64.d.ts +0 -5
  1071. package/dist/schemas/utils/base-64.d.ts.map +0 -1
  1072. package/dist/schemas/utils/base-64.js +0 -11
  1073. package/dist/schemas/utils/base-64.js.map +0 -1
  1074. package/dist/schemas/utils/format-quantity-with-unit.d.ts +0 -4
  1075. package/dist/schemas/utils/format-quantity-with-unit.d.ts.map +0 -1
  1076. package/dist/schemas/utils/format-quantity-with-unit.js +0 -18
  1077. package/dist/schemas/utils/format-quantity-with-unit.js.map +0 -1
  1078. package/dist/schemas/utils/get-credit-note-type-code-description.d.ts +0 -5
  1079. package/dist/schemas/utils/get-credit-note-type-code-description.d.ts.map +0 -1
  1080. package/dist/schemas/utils/get-credit-note-type-code-description.js +0 -9
  1081. package/dist/schemas/utils/get-credit-note-type-code-description.js.map +0 -1
  1082. package/dist/schemas/utils/get-invoice-type-code-description.d.ts +0 -5
  1083. package/dist/schemas/utils/get-invoice-type-code-description.d.ts.map +0 -1
  1084. package/dist/schemas/utils/get-invoice-type-code-description.js +0 -9
  1085. package/dist/schemas/utils/get-invoice-type-code-description.js.map +0 -1
  1086. package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts +0 -5
  1087. package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts.map +0 -1
  1088. package/dist/schemas/utils/is-valid-credit-note-type-code.js +0 -9
  1089. package/dist/schemas/utils/is-valid-credit-note-type-code.js.map +0 -1
  1090. package/dist/schemas/utils/is-valid-invoice-type-code.d.ts +0 -5
  1091. package/dist/schemas/utils/is-valid-invoice-type-code.d.ts.map +0 -1
  1092. package/dist/schemas/utils/is-valid-invoice-type-code.js +0 -9
  1093. package/dist/schemas/utils/is-valid-invoice-type-code.js.map +0 -1
  1094. package/dist/schemas/utils/is-valid-process.d.ts +0 -5
  1095. package/dist/schemas/utils/is-valid-process.d.ts.map +0 -1
  1096. package/dist/schemas/utils/is-valid-process.js +0 -9
  1097. package/dist/schemas/utils/is-valid-process.js.map +0 -1
  1098. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts +0 -73
  1099. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts.map +0 -1
  1100. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js +0 -73
  1101. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js.map +0 -1
  1102. package/dist/schemas/utils/vat-regex.d.ts +0 -5
  1103. package/dist/schemas/utils/vat-regex.d.ts.map +0 -1
  1104. package/dist/schemas/utils/vat-regex.js +0 -52
  1105. package/dist/schemas/utils/vat-regex.js.map +0 -1
  1106. package/dist/schemas/utils/xsd-time.d.ts +0 -5
  1107. package/dist/schemas/utils/xsd-time.d.ts.map +0 -1
  1108. package/dist/schemas/utils/xsd-time.js +0 -7
  1109. package/dist/schemas/utils/xsd-time.js.map +0 -1
  1110. package/dist/schemas/values/additional-document-reference-code.d.ts +0 -23
  1111. package/dist/schemas/values/additional-document-reference-code.d.ts.map +0 -1
  1112. package/dist/schemas/values/additional-document-reference-code.js +0 -20
  1113. package/dist/schemas/values/additional-document-reference-code.js.map +0 -1
  1114. package/dist/schemas/values/allowance-charge-reason-code.d.ts +0 -24
  1115. package/dist/schemas/values/allowance-charge-reason-code.d.ts.map +0 -1
  1116. package/dist/schemas/values/allowance-charge-reason-code.js +0 -22
  1117. package/dist/schemas/values/allowance-charge-reason-code.js.map +0 -1
  1118. package/dist/schemas/values/application-response-type-codes.d.ts +0 -21
  1119. package/dist/schemas/values/application-response-type-codes.d.ts.map +0 -1
  1120. package/dist/schemas/values/application-response-type-codes.js +0 -19
  1121. package/dist/schemas/values/application-response-type-codes.js.map +0 -1
  1122. package/dist/schemas/values/charge-reason-code.d.ts +0 -24
  1123. package/dist/schemas/values/charge-reason-code.d.ts.map +0 -1
  1124. package/dist/schemas/values/charge-reason-code.js +0 -22
  1125. package/dist/schemas/values/charge-reason-code.js.map +0 -1
  1126. package/dist/schemas/values/country-code.d.ts +0 -22
  1127. package/dist/schemas/values/country-code.d.ts.map +0 -1
  1128. package/dist/schemas/values/country-code.js +0 -26
  1129. package/dist/schemas/values/country-code.js.map +0 -1
  1130. package/dist/schemas/values/credit-note-type-code-schema.d.ts +0 -21
  1131. package/dist/schemas/values/credit-note-type-code-schema.d.ts.map +0 -1
  1132. package/dist/schemas/values/credit-note-type-code-schema.js +0 -19
  1133. package/dist/schemas/values/credit-note-type-code-schema.js.map +0 -1
  1134. package/dist/schemas/values/currency-codes.d.ts +0 -24
  1135. package/dist/schemas/values/currency-codes.d.ts.map +0 -1
  1136. package/dist/schemas/values/currency-codes.js +0 -28
  1137. package/dist/schemas/values/currency-codes.js.map +0 -1
  1138. package/dist/schemas/values/document-type-codes.d.ts +0 -21
  1139. package/dist/schemas/values/document-type-codes.d.ts.map +0 -1
  1140. package/dist/schemas/values/document-type-codes.js +0 -19
  1141. package/dist/schemas/values/document-type-codes.js.map +0 -1
  1142. package/dist/schemas/values/document-type-schema.d.ts +0 -21
  1143. package/dist/schemas/values/document-type-schema.d.ts.map +0 -1
  1144. package/dist/schemas/values/document-type-schema.js +0 -29
  1145. package/dist/schemas/values/document-type-schema.js.map +0 -1
  1146. package/dist/schemas/values/document-type-schemes-schema.d.ts +0 -14
  1147. package/dist/schemas/values/document-type-schemes-schema.d.ts.map +0 -1
  1148. package/dist/schemas/values/document-type-schemes-schema.js +0 -19
  1149. package/dist/schemas/values/document-type-schemes-schema.js.map +0 -1
  1150. package/dist/schemas/values/document-type-values-schema.d.ts +0 -14
  1151. package/dist/schemas/values/document-type-values-schema.d.ts.map +0 -1
  1152. package/dist/schemas/values/document-type-values-schema.js +0 -21
  1153. package/dist/schemas/values/document-type-values-schema.js.map +0 -1
  1154. package/dist/schemas/values/duty-tax-fee-cateogries.d.ts +0 -24
  1155. package/dist/schemas/values/duty-tax-fee-cateogries.d.ts.map +0 -1
  1156. package/dist/schemas/values/duty-tax-fee-cateogries.js +0 -22
  1157. package/dist/schemas/values/duty-tax-fee-cateogries.js.map +0 -1
  1158. package/dist/schemas/values/eas-codes.d.ts +0 -24
  1159. package/dist/schemas/values/eas-codes.d.ts.map +0 -1
  1160. package/dist/schemas/values/eas-codes.js +0 -29
  1161. package/dist/schemas/values/eas-codes.js.map +0 -1
  1162. package/dist/schemas/values/icd-codes.d.ts +0 -24
  1163. package/dist/schemas/values/icd-codes.d.ts.map +0 -1
  1164. package/dist/schemas/values/icd-codes.js +0 -22
  1165. package/dist/schemas/values/icd-codes.js.map +0 -1
  1166. package/dist/schemas/values/invoice-status-codes.d.ts +0 -21
  1167. package/dist/schemas/values/invoice-status-codes.d.ts.map +0 -1
  1168. package/dist/schemas/values/invoice-status-codes.js +0 -19
  1169. package/dist/schemas/values/invoice-status-codes.js.map +0 -1
  1170. package/dist/schemas/values/invoice-type-code-schema.d.ts +0 -21
  1171. package/dist/schemas/values/invoice-type-code-schema.d.ts.map +0 -1
  1172. package/dist/schemas/values/invoice-type-code-schema.js +0 -19
  1173. package/dist/schemas/values/invoice-type-code-schema.js.map +0 -1
  1174. package/dist/schemas/values/item-classification-code-schema.d.ts +0 -24
  1175. package/dist/schemas/values/item-classification-code-schema.d.ts.map +0 -1
  1176. package/dist/schemas/values/item-classification-code-schema.js +0 -22
  1177. package/dist/schemas/values/item-classification-code-schema.js.map +0 -1
  1178. package/dist/schemas/values/mime-code.d.ts +0 -24
  1179. package/dist/schemas/values/mime-code.d.ts.map +0 -1
  1180. package/dist/schemas/values/mime-code.js +0 -22
  1181. package/dist/schemas/values/mime-code.js.map +0 -1
  1182. package/dist/schemas/values/op-status-action.d.ts +0 -21
  1183. package/dist/schemas/values/op-status-action.d.ts.map +0 -1
  1184. package/dist/schemas/values/op-status-action.js +0 -19
  1185. package/dist/schemas/values/op-status-action.js.map +0 -1
  1186. package/dist/schemas/values/op-status-reason.d.ts +0 -21
  1187. package/dist/schemas/values/op-status-reason.d.ts.map +0 -1
  1188. package/dist/schemas/values/op-status-reason.js +0 -19
  1189. package/dist/schemas/values/op-status-reason.js.map +0 -1
  1190. package/dist/schemas/values/participant-identifier-code.d.ts +0 -19
  1191. package/dist/schemas/values/participant-identifier-code.d.ts.map +0 -1
  1192. package/dist/schemas/values/participant-identifier-code.js +0 -17
  1193. package/dist/schemas/values/participant-identifier-code.js.map +0 -1
  1194. package/dist/schemas/values/payment-means-codes-schema.d.ts +0 -24
  1195. package/dist/schemas/values/payment-means-codes-schema.d.ts.map +0 -1
  1196. package/dist/schemas/values/payment-means-codes-schema.js +0 -29
  1197. package/dist/schemas/values/payment-means-codes-schema.js.map +0 -1
  1198. package/dist/schemas/values/process-from-document-type-schema.d.ts +0 -17
  1199. package/dist/schemas/values/process-from-document-type-schema.d.ts.map +0 -1
  1200. package/dist/schemas/values/process-from-document-type-schema.js +0 -28
  1201. package/dist/schemas/values/process-from-document-type-schema.js.map +0 -1
  1202. package/dist/schemas/values/process-schema.d.ts +0 -21
  1203. package/dist/schemas/values/process-schema.d.ts.map +0 -1
  1204. package/dist/schemas/values/process-schema.js +0 -28
  1205. package/dist/schemas/values/process-schema.js.map +0 -1
  1206. package/dist/schemas/values/process-xml-identifier-schema.d.ts +0 -17
  1207. package/dist/schemas/values/process-xml-identifier-schema.d.ts.map +0 -1
  1208. package/dist/schemas/values/process-xml-identifier-schema.js +0 -24
  1209. package/dist/schemas/values/process-xml-identifier-schema.js.map +0 -1
  1210. package/dist/schemas/values/quantity-unit-codes-schema.d.ts +0 -24
  1211. package/dist/schemas/values/quantity-unit-codes-schema.d.ts.map +0 -1
  1212. package/dist/schemas/values/quantity-unit-codes-schema.js +0 -22
  1213. package/dist/schemas/values/quantity-unit-codes-schema.js.map +0 -1
  1214. package/dist/schemas/values/vat-date-code.d.ts +0 -11
  1215. package/dist/schemas/values/vat-date-code.d.ts.map +0 -1
  1216. package/dist/schemas/values/vat-date-code.js +0 -14
  1217. package/dist/schemas/values/vat-date-code.js.map +0 -1
  1218. package/dist/schemas/values/vatex-code.d.ts +0 -24
  1219. package/dist/schemas/values/vatex-code.d.ts.map +0 -1
  1220. package/dist/schemas/values/vatex-code.js +0 -22
  1221. package/dist/schemas/values/vatex-code.js.map +0 -1
  1222. package/dist/schemas.d.ts +0 -91
  1223. package/dist/schemas.js +0 -91
  1224. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts +0 -6
  1225. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts.map +0 -1
  1226. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js +0 -15
  1227. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js.map +0 -1
  1228. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts +0 -6
  1229. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts.map +0 -1
  1230. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js +0 -15
  1231. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js.map +0 -1
  1232. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts +0 -6
  1233. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts.map +0 -1
  1234. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js +0 -15
  1235. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js.map +0 -1
  1236. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts +0 -6
  1237. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts.map +0 -1
  1238. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js +0 -15
  1239. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js.map +0 -1
  1240. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts +0 -6
  1241. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts.map +0 -1
  1242. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js +0 -15
  1243. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js.map +0 -1
  1244. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts +0 -6
  1245. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts.map +0 -1
  1246. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js +0 -15
  1247. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js.map +0 -1
  1248. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts +0 -6
  1249. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts.map +0 -1
  1250. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js +0 -15
  1251. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js.map +0 -1
  1252. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts +0 -6
  1253. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts.map +0 -1
  1254. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js +0 -15
  1255. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js.map +0 -1
  1256. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts +0 -6
  1257. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts.map +0 -1
  1258. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js +0 -15
  1259. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js.map +0 -1
  1260. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts +0 -6
  1261. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts.map +0 -1
  1262. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js +0 -15
  1263. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js.map +0 -1
  1264. package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts +0 -6
  1265. package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts.map +0 -1
  1266. package/dist/schematron/cen/af/cen-en16931-br-af-01.js +0 -15
  1267. package/dist/schematron/cen/af/cen-en16931-br-af-01.js.map +0 -1
  1268. package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts +0 -6
  1269. package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts.map +0 -1
  1270. package/dist/schematron/cen/af/cen-en16931-br-af-02.js +0 -15
  1271. package/dist/schematron/cen/af/cen-en16931-br-af-02.js.map +0 -1
  1272. package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts +0 -6
  1273. package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts.map +0 -1
  1274. package/dist/schematron/cen/af/cen-en16931-br-af-03.js +0 -15
  1275. package/dist/schematron/cen/af/cen-en16931-br-af-03.js.map +0 -1
  1276. package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts +0 -6
  1277. package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts.map +0 -1
  1278. package/dist/schematron/cen/af/cen-en16931-br-af-04.js +0 -15
  1279. package/dist/schematron/cen/af/cen-en16931-br-af-04.js.map +0 -1
  1280. package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts +0 -6
  1281. package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts.map +0 -1
  1282. package/dist/schematron/cen/af/cen-en16931-br-af-05.js +0 -15
  1283. package/dist/schematron/cen/af/cen-en16931-br-af-05.js.map +0 -1
  1284. package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts +0 -6
  1285. package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts.map +0 -1
  1286. package/dist/schematron/cen/af/cen-en16931-br-af-06.js +0 -15
  1287. package/dist/schematron/cen/af/cen-en16931-br-af-06.js.map +0 -1
  1288. package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts +0 -6
  1289. package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts.map +0 -1
  1290. package/dist/schematron/cen/af/cen-en16931-br-af-07.js +0 -15
  1291. package/dist/schematron/cen/af/cen-en16931-br-af-07.js.map +0 -1
  1292. package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts +0 -6
  1293. package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts.map +0 -1
  1294. package/dist/schematron/cen/af/cen-en16931-br-af-08.js +0 -15
  1295. package/dist/schematron/cen/af/cen-en16931-br-af-08.js.map +0 -1
  1296. package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts +0 -6
  1297. package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts.map +0 -1
  1298. package/dist/schematron/cen/af/cen-en16931-br-af-09.js +0 -15
  1299. package/dist/schematron/cen/af/cen-en16931-br-af-09.js.map +0 -1
  1300. package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts +0 -6
  1301. package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts.map +0 -1
  1302. package/dist/schematron/cen/af/cen-en16931-br-af-10.js +0 -15
  1303. package/dist/schematron/cen/af/cen-en16931-br-af-10.js.map +0 -1
  1304. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts +0 -6
  1305. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts.map +0 -1
  1306. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js +0 -15
  1307. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js.map +0 -1
  1308. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts +0 -6
  1309. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts.map +0 -1
  1310. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js +0 -15
  1311. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js.map +0 -1
  1312. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts +0 -6
  1313. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts.map +0 -1
  1314. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js +0 -15
  1315. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js.map +0 -1
  1316. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts +0 -6
  1317. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts.map +0 -1
  1318. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js +0 -15
  1319. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js.map +0 -1
  1320. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts +0 -6
  1321. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts.map +0 -1
  1322. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js +0 -15
  1323. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js.map +0 -1
  1324. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts +0 -6
  1325. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts.map +0 -1
  1326. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js +0 -15
  1327. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js.map +0 -1
  1328. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts +0 -6
  1329. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts.map +0 -1
  1330. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js +0 -15
  1331. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js.map +0 -1
  1332. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts +0 -6
  1333. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts.map +0 -1
  1334. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js +0 -15
  1335. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js.map +0 -1
  1336. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts +0 -6
  1337. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts.map +0 -1
  1338. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js +0 -15
  1339. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js.map +0 -1
  1340. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts +0 -6
  1341. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts.map +0 -1
  1342. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js +0 -15
  1343. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js.map +0 -1
  1344. package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts +0 -6
  1345. package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts.map +0 -1
  1346. package/dist/schematron/cen/b/cen-en16931-br-b-01.js +0 -15
  1347. package/dist/schematron/cen/b/cen-en16931-br-b-01.js.map +0 -1
  1348. package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts +0 -6
  1349. package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts.map +0 -1
  1350. package/dist/schematron/cen/b/cen-en16931-br-b-02.js +0 -15
  1351. package/dist/schematron/cen/b/cen-en16931-br-b-02.js.map +0 -1
  1352. package/dist/schematron/cen/cen-en16931-br-01.d.ts +0 -6
  1353. package/dist/schematron/cen/cen-en16931-br-01.d.ts.map +0 -1
  1354. package/dist/schematron/cen/cen-en16931-br-01.js +0 -15
  1355. package/dist/schematron/cen/cen-en16931-br-01.js.map +0 -1
  1356. package/dist/schematron/cen/cen-en16931-br-02.d.ts +0 -6
  1357. package/dist/schematron/cen/cen-en16931-br-02.d.ts.map +0 -1
  1358. package/dist/schematron/cen/cen-en16931-br-02.js +0 -15
  1359. package/dist/schematron/cen/cen-en16931-br-02.js.map +0 -1
  1360. package/dist/schematron/cen/cen-en16931-br-03.d.ts +0 -6
  1361. package/dist/schematron/cen/cen-en16931-br-03.d.ts.map +0 -1
  1362. package/dist/schematron/cen/cen-en16931-br-03.js +0 -15
  1363. package/dist/schematron/cen/cen-en16931-br-03.js.map +0 -1
  1364. package/dist/schematron/cen/cen-en16931-br-04.d.ts +0 -6
  1365. package/dist/schematron/cen/cen-en16931-br-04.d.ts.map +0 -1
  1366. package/dist/schematron/cen/cen-en16931-br-04.js +0 -15
  1367. package/dist/schematron/cen/cen-en16931-br-04.js.map +0 -1
  1368. package/dist/schematron/cen/cen-en16931-br-05.d.ts +0 -6
  1369. package/dist/schematron/cen/cen-en16931-br-05.d.ts.map +0 -1
  1370. package/dist/schematron/cen/cen-en16931-br-05.js +0 -15
  1371. package/dist/schematron/cen/cen-en16931-br-05.js.map +0 -1
  1372. package/dist/schematron/cen/cen-en16931-br-06.d.ts +0 -6
  1373. package/dist/schematron/cen/cen-en16931-br-06.d.ts.map +0 -1
  1374. package/dist/schematron/cen/cen-en16931-br-06.js +0 -15
  1375. package/dist/schematron/cen/cen-en16931-br-06.js.map +0 -1
  1376. package/dist/schematron/cen/cen-en16931-br-07.d.ts +0 -6
  1377. package/dist/schematron/cen/cen-en16931-br-07.d.ts.map +0 -1
  1378. package/dist/schematron/cen/cen-en16931-br-07.js +0 -15
  1379. package/dist/schematron/cen/cen-en16931-br-07.js.map +0 -1
  1380. package/dist/schematron/cen/cen-en16931-br-08.d.ts +0 -6
  1381. package/dist/schematron/cen/cen-en16931-br-08.d.ts.map +0 -1
  1382. package/dist/schematron/cen/cen-en16931-br-08.js +0 -15
  1383. package/dist/schematron/cen/cen-en16931-br-08.js.map +0 -1
  1384. package/dist/schematron/cen/cen-en16931-br-09.d.ts +0 -6
  1385. package/dist/schematron/cen/cen-en16931-br-09.d.ts.map +0 -1
  1386. package/dist/schematron/cen/cen-en16931-br-09.js +0 -15
  1387. package/dist/schematron/cen/cen-en16931-br-09.js.map +0 -1
  1388. package/dist/schematron/cen/cen-en16931-br-10.d.ts +0 -6
  1389. package/dist/schematron/cen/cen-en16931-br-10.d.ts.map +0 -1
  1390. package/dist/schematron/cen/cen-en16931-br-10.js +0 -15
  1391. package/dist/schematron/cen/cen-en16931-br-10.js.map +0 -1
  1392. package/dist/schematron/cen/cen-en16931-br-11.d.ts +0 -6
  1393. package/dist/schematron/cen/cen-en16931-br-11.d.ts.map +0 -1
  1394. package/dist/schematron/cen/cen-en16931-br-11.js +0 -15
  1395. package/dist/schematron/cen/cen-en16931-br-11.js.map +0 -1
  1396. package/dist/schematron/cen/cen-en16931-br-12.d.ts +0 -6
  1397. package/dist/schematron/cen/cen-en16931-br-12.d.ts.map +0 -1
  1398. package/dist/schematron/cen/cen-en16931-br-12.js +0 -15
  1399. package/dist/schematron/cen/cen-en16931-br-12.js.map +0 -1
  1400. package/dist/schematron/cen/cen-en16931-br-13.d.ts +0 -6
  1401. package/dist/schematron/cen/cen-en16931-br-13.d.ts.map +0 -1
  1402. package/dist/schematron/cen/cen-en16931-br-13.js +0 -15
  1403. package/dist/schematron/cen/cen-en16931-br-13.js.map +0 -1
  1404. package/dist/schematron/cen/cen-en16931-br-14.d.ts +0 -6
  1405. package/dist/schematron/cen/cen-en16931-br-14.d.ts.map +0 -1
  1406. package/dist/schematron/cen/cen-en16931-br-14.js +0 -15
  1407. package/dist/schematron/cen/cen-en16931-br-14.js.map +0 -1
  1408. package/dist/schematron/cen/cen-en16931-br-15.d.ts +0 -6
  1409. package/dist/schematron/cen/cen-en16931-br-15.d.ts.map +0 -1
  1410. package/dist/schematron/cen/cen-en16931-br-15.js +0 -15
  1411. package/dist/schematron/cen/cen-en16931-br-15.js.map +0 -1
  1412. package/dist/schematron/cen/cen-en16931-br-16.d.ts +0 -6
  1413. package/dist/schematron/cen/cen-en16931-br-16.d.ts.map +0 -1
  1414. package/dist/schematron/cen/cen-en16931-br-16.js +0 -15
  1415. package/dist/schematron/cen/cen-en16931-br-16.js.map +0 -1
  1416. package/dist/schematron/cen/cen-en16931-br-17.d.ts +0 -6
  1417. package/dist/schematron/cen/cen-en16931-br-17.d.ts.map +0 -1
  1418. package/dist/schematron/cen/cen-en16931-br-17.js +0 -15
  1419. package/dist/schematron/cen/cen-en16931-br-17.js.map +0 -1
  1420. package/dist/schematron/cen/cen-en16931-br-18.d.ts +0 -6
  1421. package/dist/schematron/cen/cen-en16931-br-18.d.ts.map +0 -1
  1422. package/dist/schematron/cen/cen-en16931-br-18.js +0 -15
  1423. package/dist/schematron/cen/cen-en16931-br-18.js.map +0 -1
  1424. package/dist/schematron/cen/cen-en16931-br-19.d.ts +0 -6
  1425. package/dist/schematron/cen/cen-en16931-br-19.d.ts.map +0 -1
  1426. package/dist/schematron/cen/cen-en16931-br-19.js +0 -15
  1427. package/dist/schematron/cen/cen-en16931-br-19.js.map +0 -1
  1428. package/dist/schematron/cen/cen-en16931-br-20.d.ts +0 -6
  1429. package/dist/schematron/cen/cen-en16931-br-20.d.ts.map +0 -1
  1430. package/dist/schematron/cen/cen-en16931-br-20.js +0 -15
  1431. package/dist/schematron/cen/cen-en16931-br-20.js.map +0 -1
  1432. package/dist/schematron/cen/cen-en16931-br-21.d.ts +0 -6
  1433. package/dist/schematron/cen/cen-en16931-br-21.d.ts.map +0 -1
  1434. package/dist/schematron/cen/cen-en16931-br-21.js +0 -15
  1435. package/dist/schematron/cen/cen-en16931-br-21.js.map +0 -1
  1436. package/dist/schematron/cen/cen-en16931-br-22.d.ts +0 -6
  1437. package/dist/schematron/cen/cen-en16931-br-22.d.ts.map +0 -1
  1438. package/dist/schematron/cen/cen-en16931-br-22.js +0 -15
  1439. package/dist/schematron/cen/cen-en16931-br-22.js.map +0 -1
  1440. package/dist/schematron/cen/cen-en16931-br-23.d.ts +0 -6
  1441. package/dist/schematron/cen/cen-en16931-br-23.d.ts.map +0 -1
  1442. package/dist/schematron/cen/cen-en16931-br-23.js +0 -15
  1443. package/dist/schematron/cen/cen-en16931-br-23.js.map +0 -1
  1444. package/dist/schematron/cen/cen-en16931-br-24.d.ts +0 -6
  1445. package/dist/schematron/cen/cen-en16931-br-24.d.ts.map +0 -1
  1446. package/dist/schematron/cen/cen-en16931-br-24.js +0 -15
  1447. package/dist/schematron/cen/cen-en16931-br-24.js.map +0 -1
  1448. package/dist/schematron/cen/cen-en16931-br-25.d.ts +0 -6
  1449. package/dist/schematron/cen/cen-en16931-br-25.d.ts.map +0 -1
  1450. package/dist/schematron/cen/cen-en16931-br-25.js +0 -15
  1451. package/dist/schematron/cen/cen-en16931-br-25.js.map +0 -1
  1452. package/dist/schematron/cen/cen-en16931-br-26.d.ts +0 -6
  1453. package/dist/schematron/cen/cen-en16931-br-26.d.ts.map +0 -1
  1454. package/dist/schematron/cen/cen-en16931-br-26.js +0 -15
  1455. package/dist/schematron/cen/cen-en16931-br-26.js.map +0 -1
  1456. package/dist/schematron/cen/cen-en16931-br-27.d.ts +0 -6
  1457. package/dist/schematron/cen/cen-en16931-br-27.d.ts.map +0 -1
  1458. package/dist/schematron/cen/cen-en16931-br-27.js +0 -15
  1459. package/dist/schematron/cen/cen-en16931-br-27.js.map +0 -1
  1460. package/dist/schematron/cen/cen-en16931-br-28.d.ts +0 -6
  1461. package/dist/schematron/cen/cen-en16931-br-28.d.ts.map +0 -1
  1462. package/dist/schematron/cen/cen-en16931-br-28.js +0 -15
  1463. package/dist/schematron/cen/cen-en16931-br-28.js.map +0 -1
  1464. package/dist/schematron/cen/cen-en16931-br-29.d.ts +0 -6
  1465. package/dist/schematron/cen/cen-en16931-br-29.d.ts.map +0 -1
  1466. package/dist/schematron/cen/cen-en16931-br-29.js +0 -15
  1467. package/dist/schematron/cen/cen-en16931-br-29.js.map +0 -1
  1468. package/dist/schematron/cen/cen-en16931-br-30.d.ts +0 -6
  1469. package/dist/schematron/cen/cen-en16931-br-30.d.ts.map +0 -1
  1470. package/dist/schematron/cen/cen-en16931-br-30.js +0 -15
  1471. package/dist/schematron/cen/cen-en16931-br-30.js.map +0 -1
  1472. package/dist/schematron/cen/cen-en16931-br-31.d.ts +0 -6
  1473. package/dist/schematron/cen/cen-en16931-br-31.d.ts.map +0 -1
  1474. package/dist/schematron/cen/cen-en16931-br-31.js +0 -15
  1475. package/dist/schematron/cen/cen-en16931-br-31.js.map +0 -1
  1476. package/dist/schematron/cen/cen-en16931-br-32.d.ts +0 -6
  1477. package/dist/schematron/cen/cen-en16931-br-32.d.ts.map +0 -1
  1478. package/dist/schematron/cen/cen-en16931-br-32.js +0 -15
  1479. package/dist/schematron/cen/cen-en16931-br-32.js.map +0 -1
  1480. package/dist/schematron/cen/cen-en16931-br-33.d.ts +0 -6
  1481. package/dist/schematron/cen/cen-en16931-br-33.d.ts.map +0 -1
  1482. package/dist/schematron/cen/cen-en16931-br-33.js +0 -15
  1483. package/dist/schematron/cen/cen-en16931-br-33.js.map +0 -1
  1484. package/dist/schematron/cen/cen-en16931-br-36.d.ts +0 -6
  1485. package/dist/schematron/cen/cen-en16931-br-36.d.ts.map +0 -1
  1486. package/dist/schematron/cen/cen-en16931-br-36.js +0 -15
  1487. package/dist/schematron/cen/cen-en16931-br-36.js.map +0 -1
  1488. package/dist/schematron/cen/cen-en16931-br-37.d.ts +0 -6
  1489. package/dist/schematron/cen/cen-en16931-br-37.d.ts.map +0 -1
  1490. package/dist/schematron/cen/cen-en16931-br-37.js +0 -15
  1491. package/dist/schematron/cen/cen-en16931-br-37.js.map +0 -1
  1492. package/dist/schematron/cen/cen-en16931-br-38.d.ts +0 -6
  1493. package/dist/schematron/cen/cen-en16931-br-38.d.ts.map +0 -1
  1494. package/dist/schematron/cen/cen-en16931-br-38.js +0 -15
  1495. package/dist/schematron/cen/cen-en16931-br-38.js.map +0 -1
  1496. package/dist/schematron/cen/cen-en16931-br-41.d.ts +0 -6
  1497. package/dist/schematron/cen/cen-en16931-br-41.d.ts.map +0 -1
  1498. package/dist/schematron/cen/cen-en16931-br-41.js +0 -15
  1499. package/dist/schematron/cen/cen-en16931-br-41.js.map +0 -1
  1500. package/dist/schematron/cen/cen-en16931-br-42.d.ts +0 -6
  1501. package/dist/schematron/cen/cen-en16931-br-42.d.ts.map +0 -1
  1502. package/dist/schematron/cen/cen-en16931-br-42.js +0 -15
  1503. package/dist/schematron/cen/cen-en16931-br-42.js.map +0 -1
  1504. package/dist/schematron/cen/cen-en16931-br-43.d.ts +0 -6
  1505. package/dist/schematron/cen/cen-en16931-br-43.d.ts.map +0 -1
  1506. package/dist/schematron/cen/cen-en16931-br-43.js +0 -15
  1507. package/dist/schematron/cen/cen-en16931-br-43.js.map +0 -1
  1508. package/dist/schematron/cen/cen-en16931-br-44.d.ts +0 -6
  1509. package/dist/schematron/cen/cen-en16931-br-44.d.ts.map +0 -1
  1510. package/dist/schematron/cen/cen-en16931-br-44.js +0 -15
  1511. package/dist/schematron/cen/cen-en16931-br-44.js.map +0 -1
  1512. package/dist/schematron/cen/cen-en16931-br-45.d.ts +0 -6
  1513. package/dist/schematron/cen/cen-en16931-br-45.d.ts.map +0 -1
  1514. package/dist/schematron/cen/cen-en16931-br-45.js +0 -15
  1515. package/dist/schematron/cen/cen-en16931-br-45.js.map +0 -1
  1516. package/dist/schematron/cen/cen-en16931-br-46.d.ts +0 -6
  1517. package/dist/schematron/cen/cen-en16931-br-46.d.ts.map +0 -1
  1518. package/dist/schematron/cen/cen-en16931-br-46.js +0 -15
  1519. package/dist/schematron/cen/cen-en16931-br-46.js.map +0 -1
  1520. package/dist/schematron/cen/cen-en16931-br-47.d.ts +0 -6
  1521. package/dist/schematron/cen/cen-en16931-br-47.d.ts.map +0 -1
  1522. package/dist/schematron/cen/cen-en16931-br-47.js +0 -15
  1523. package/dist/schematron/cen/cen-en16931-br-47.js.map +0 -1
  1524. package/dist/schematron/cen/cen-en16931-br-48.d.ts +0 -6
  1525. package/dist/schematron/cen/cen-en16931-br-48.d.ts.map +0 -1
  1526. package/dist/schematron/cen/cen-en16931-br-48.js +0 -15
  1527. package/dist/schematron/cen/cen-en16931-br-48.js.map +0 -1
  1528. package/dist/schematron/cen/cen-en16931-br-49.d.ts +0 -6
  1529. package/dist/schematron/cen/cen-en16931-br-49.d.ts.map +0 -1
  1530. package/dist/schematron/cen/cen-en16931-br-49.js +0 -15
  1531. package/dist/schematron/cen/cen-en16931-br-49.js.map +0 -1
  1532. package/dist/schematron/cen/cen-en16931-br-50.d.ts +0 -6
  1533. package/dist/schematron/cen/cen-en16931-br-50.d.ts.map +0 -1
  1534. package/dist/schematron/cen/cen-en16931-br-50.js +0 -15
  1535. package/dist/schematron/cen/cen-en16931-br-50.js.map +0 -1
  1536. package/dist/schematron/cen/cen-en16931-br-51.d.ts +0 -6
  1537. package/dist/schematron/cen/cen-en16931-br-51.d.ts.map +0 -1
  1538. package/dist/schematron/cen/cen-en16931-br-51.js +0 -15
  1539. package/dist/schematron/cen/cen-en16931-br-51.js.map +0 -1
  1540. package/dist/schematron/cen/cen-en16931-br-52.d.ts +0 -6
  1541. package/dist/schematron/cen/cen-en16931-br-52.d.ts.map +0 -1
  1542. package/dist/schematron/cen/cen-en16931-br-52.js +0 -15
  1543. package/dist/schematron/cen/cen-en16931-br-52.js.map +0 -1
  1544. package/dist/schematron/cen/cen-en16931-br-53.d.ts +0 -6
  1545. package/dist/schematron/cen/cen-en16931-br-53.d.ts.map +0 -1
  1546. package/dist/schematron/cen/cen-en16931-br-53.js +0 -15
  1547. package/dist/schematron/cen/cen-en16931-br-53.js.map +0 -1
  1548. package/dist/schematron/cen/cen-en16931-br-54.d.ts +0 -6
  1549. package/dist/schematron/cen/cen-en16931-br-54.d.ts.map +0 -1
  1550. package/dist/schematron/cen/cen-en16931-br-54.js +0 -15
  1551. package/dist/schematron/cen/cen-en16931-br-54.js.map +0 -1
  1552. package/dist/schematron/cen/cen-en16931-br-55.d.ts +0 -6
  1553. package/dist/schematron/cen/cen-en16931-br-55.d.ts.map +0 -1
  1554. package/dist/schematron/cen/cen-en16931-br-55.js +0 -15
  1555. package/dist/schematron/cen/cen-en16931-br-55.js.map +0 -1
  1556. package/dist/schematron/cen/cen-en16931-br-56.d.ts +0 -6
  1557. package/dist/schematron/cen/cen-en16931-br-56.d.ts.map +0 -1
  1558. package/dist/schematron/cen/cen-en16931-br-56.js +0 -15
  1559. package/dist/schematron/cen/cen-en16931-br-56.js.map +0 -1
  1560. package/dist/schematron/cen/cen-en16931-br-57.d.ts +0 -6
  1561. package/dist/schematron/cen/cen-en16931-br-57.d.ts.map +0 -1
  1562. package/dist/schematron/cen/cen-en16931-br-57.js +0 -15
  1563. package/dist/schematron/cen/cen-en16931-br-57.js.map +0 -1
  1564. package/dist/schematron/cen/cen-en16931-br-61.d.ts +0 -6
  1565. package/dist/schematron/cen/cen-en16931-br-61.d.ts.map +0 -1
  1566. package/dist/schematron/cen/cen-en16931-br-61.js +0 -15
  1567. package/dist/schematron/cen/cen-en16931-br-61.js.map +0 -1
  1568. package/dist/schematron/cen/cen-en16931-br-62.d.ts +0 -6
  1569. package/dist/schematron/cen/cen-en16931-br-62.d.ts.map +0 -1
  1570. package/dist/schematron/cen/cen-en16931-br-62.js +0 -15
  1571. package/dist/schematron/cen/cen-en16931-br-62.js.map +0 -1
  1572. package/dist/schematron/cen/cen-en16931-br-63.d.ts +0 -6
  1573. package/dist/schematron/cen/cen-en16931-br-63.d.ts.map +0 -1
  1574. package/dist/schematron/cen/cen-en16931-br-63.js +0 -15
  1575. package/dist/schematron/cen/cen-en16931-br-63.js.map +0 -1
  1576. package/dist/schematron/cen/cen-en16931-br-64.d.ts +0 -6
  1577. package/dist/schematron/cen/cen-en16931-br-64.d.ts.map +0 -1
  1578. package/dist/schematron/cen/cen-en16931-br-64.js +0 -15
  1579. package/dist/schematron/cen/cen-en16931-br-64.js.map +0 -1
  1580. package/dist/schematron/cen/cen-en16931-br-65.d.ts +0 -6
  1581. package/dist/schematron/cen/cen-en16931-br-65.d.ts.map +0 -1
  1582. package/dist/schematron/cen/cen-en16931-br-65.js +0 -15
  1583. package/dist/schematron/cen/cen-en16931-br-65.js.map +0 -1
  1584. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts +0 -6
  1585. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts.map +0 -1
  1586. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js +0 -15
  1587. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js.map +0 -1
  1588. package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts +0 -6
  1589. package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts.map +0 -1
  1590. package/dist/schematron/cen/co/cen-en16931-br-co-03.js +0 -15
  1591. package/dist/schematron/cen/co/cen-en16931-br-co-03.js.map +0 -1
  1592. package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts +0 -6
  1593. package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts.map +0 -1
  1594. package/dist/schematron/cen/co/cen-en16931-br-co-04.js +0 -15
  1595. package/dist/schematron/cen/co/cen-en16931-br-co-04.js.map +0 -1
  1596. package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts +0 -6
  1597. package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts.map +0 -1
  1598. package/dist/schematron/cen/co/cen-en16931-br-co-05.js +0 -14
  1599. package/dist/schematron/cen/co/cen-en16931-br-co-05.js.map +0 -1
  1600. package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts +0 -6
  1601. package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts.map +0 -1
  1602. package/dist/schematron/cen/co/cen-en16931-br-co-06.js +0 -14
  1603. package/dist/schematron/cen/co/cen-en16931-br-co-06.js.map +0 -1
  1604. package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts +0 -6
  1605. package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts.map +0 -1
  1606. package/dist/schematron/cen/co/cen-en16931-br-co-07.js +0 -14
  1607. package/dist/schematron/cen/co/cen-en16931-br-co-07.js.map +0 -1
  1608. package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts +0 -6
  1609. package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts.map +0 -1
  1610. package/dist/schematron/cen/co/cen-en16931-br-co-08.js +0 -14
  1611. package/dist/schematron/cen/co/cen-en16931-br-co-08.js.map +0 -1
  1612. package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts +0 -6
  1613. package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts.map +0 -1
  1614. package/dist/schematron/cen/co/cen-en16931-br-co-09.js +0 -15
  1615. package/dist/schematron/cen/co/cen-en16931-br-co-09.js.map +0 -1
  1616. package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts +0 -6
  1617. package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts.map +0 -1
  1618. package/dist/schematron/cen/co/cen-en16931-br-co-10.js +0 -15
  1619. package/dist/schematron/cen/co/cen-en16931-br-co-10.js.map +0 -1
  1620. package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts +0 -6
  1621. package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts.map +0 -1
  1622. package/dist/schematron/cen/co/cen-en16931-br-co-11.js +0 -19
  1623. package/dist/schematron/cen/co/cen-en16931-br-co-11.js.map +0 -1
  1624. package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts +0 -6
  1625. package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts.map +0 -1
  1626. package/dist/schematron/cen/co/cen-en16931-br-co-12.js +0 -19
  1627. package/dist/schematron/cen/co/cen-en16931-br-co-12.js.map +0 -1
  1628. package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts +0 -6
  1629. package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts.map +0 -1
  1630. package/dist/schematron/cen/co/cen-en16931-br-co-13.js +0 -20
  1631. package/dist/schematron/cen/co/cen-en16931-br-co-13.js.map +0 -1
  1632. package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts +0 -6
  1633. package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts.map +0 -1
  1634. package/dist/schematron/cen/co/cen-en16931-br-co-14.js +0 -15
  1635. package/dist/schematron/cen/co/cen-en16931-br-co-14.js.map +0 -1
  1636. package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts +0 -6
  1637. package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts.map +0 -1
  1638. package/dist/schematron/cen/co/cen-en16931-br-co-15.js +0 -20
  1639. package/dist/schematron/cen/co/cen-en16931-br-co-15.js.map +0 -1
  1640. package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts +0 -6
  1641. package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts.map +0 -1
  1642. package/dist/schematron/cen/co/cen-en16931-br-co-16.js +0 -20
  1643. package/dist/schematron/cen/co/cen-en16931-br-co-16.js.map +0 -1
  1644. package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts +0 -6
  1645. package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts.map +0 -1
  1646. package/dist/schematron/cen/co/cen-en16931-br-co-17.js +0 -15
  1647. package/dist/schematron/cen/co/cen-en16931-br-co-17.js.map +0 -1
  1648. package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts +0 -6
  1649. package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts.map +0 -1
  1650. package/dist/schematron/cen/co/cen-en16931-br-co-18.js +0 -15
  1651. package/dist/schematron/cen/co/cen-en16931-br-co-18.js.map +0 -1
  1652. package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts +0 -6
  1653. package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts.map +0 -1
  1654. package/dist/schematron/cen/co/cen-en16931-br-co-19.js +0 -15
  1655. package/dist/schematron/cen/co/cen-en16931-br-co-19.js.map +0 -1
  1656. package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts +0 -6
  1657. package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts.map +0 -1
  1658. package/dist/schematron/cen/co/cen-en16931-br-co-20.js +0 -15
  1659. package/dist/schematron/cen/co/cen-en16931-br-co-20.js.map +0 -1
  1660. package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts +0 -6
  1661. package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts.map +0 -1
  1662. package/dist/schematron/cen/co/cen-en16931-br-co-21.js +0 -15
  1663. package/dist/schematron/cen/co/cen-en16931-br-co-21.js.map +0 -1
  1664. package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts +0 -6
  1665. package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts.map +0 -1
  1666. package/dist/schematron/cen/co/cen-en16931-br-co-22.js +0 -15
  1667. package/dist/schematron/cen/co/cen-en16931-br-co-22.js.map +0 -1
  1668. package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts +0 -6
  1669. package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts.map +0 -1
  1670. package/dist/schematron/cen/co/cen-en16931-br-co-23.js +0 -15
  1671. package/dist/schematron/cen/co/cen-en16931-br-co-23.js.map +0 -1
  1672. package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts +0 -6
  1673. package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts.map +0 -1
  1674. package/dist/schematron/cen/co/cen-en16931-br-co-24.js +0 -15
  1675. package/dist/schematron/cen/co/cen-en16931-br-co-24.js.map +0 -1
  1676. package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts +0 -6
  1677. package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts.map +0 -1
  1678. package/dist/schematron/cen/co/cen-en16931-br-co-25.js +0 -15
  1679. package/dist/schematron/cen/co/cen-en16931-br-co-25.js.map +0 -1
  1680. package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts +0 -6
  1681. package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts.map +0 -1
  1682. package/dist/schematron/cen/co/cen-en16931-br-co-26.js +0 -15
  1683. package/dist/schematron/cen/co/cen-en16931-br-co-26.js.map +0 -1
  1684. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts +0 -6
  1685. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts.map +0 -1
  1686. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js +0 -15
  1687. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js.map +0 -1
  1688. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts +0 -6
  1689. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts.map +0 -1
  1690. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js +0 -15
  1691. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js.map +0 -1
  1692. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts +0 -6
  1693. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts.map +0 -1
  1694. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js +0 -15
  1695. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js.map +0 -1
  1696. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts +0 -6
  1697. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts.map +0 -1
  1698. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js +0 -15
  1699. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js.map +0 -1
  1700. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts +0 -6
  1701. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts.map +0 -1
  1702. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js +0 -15
  1703. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js.map +0 -1
  1704. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts +0 -6
  1705. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts.map +0 -1
  1706. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js +0 -15
  1707. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js.map +0 -1
  1708. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts +0 -6
  1709. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts.map +0 -1
  1710. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js +0 -15
  1711. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js.map +0 -1
  1712. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts +0 -6
  1713. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts.map +0 -1
  1714. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js +0 -15
  1715. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js.map +0 -1
  1716. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts +0 -6
  1717. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts.map +0 -1
  1718. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js +0 -15
  1719. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js.map +0 -1
  1720. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts +0 -6
  1721. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts.map +0 -1
  1722. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js +0 -15
  1723. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js.map +0 -1
  1724. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts +0 -6
  1725. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts.map +0 -1
  1726. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js +0 -15
  1727. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js.map +0 -1
  1728. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts +0 -6
  1729. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts.map +0 -1
  1730. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js +0 -15
  1731. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js.map +0 -1
  1732. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts +0 -6
  1733. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts.map +0 -1
  1734. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js +0 -15
  1735. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js.map +0 -1
  1736. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts +0 -6
  1737. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts.map +0 -1
  1738. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js +0 -15
  1739. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js.map +0 -1
  1740. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts +0 -6
  1741. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts.map +0 -1
  1742. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js +0 -15
  1743. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js.map +0 -1
  1744. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts +0 -6
  1745. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts.map +0 -1
  1746. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js +0 -15
  1747. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js.map +0 -1
  1748. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts +0 -6
  1749. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts.map +0 -1
  1750. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js +0 -15
  1751. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js.map +0 -1
  1752. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts +0 -6
  1753. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts.map +0 -1
  1754. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js +0 -15
  1755. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js.map +0 -1
  1756. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts +0 -6
  1757. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts.map +0 -1
  1758. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js +0 -15
  1759. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js.map +0 -1
  1760. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts +0 -6
  1761. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts.map +0 -1
  1762. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js +0 -15
  1763. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js.map +0 -1
  1764. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts +0 -6
  1765. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts.map +0 -1
  1766. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js +0 -15
  1767. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js.map +0 -1
  1768. package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts +0 -6
  1769. package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts.map +0 -1
  1770. package/dist/schematron/cen/e/cen-en16931-br-e-01.js +0 -15
  1771. package/dist/schematron/cen/e/cen-en16931-br-e-01.js.map +0 -1
  1772. package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts +0 -6
  1773. package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts.map +0 -1
  1774. package/dist/schematron/cen/e/cen-en16931-br-e-02.js +0 -15
  1775. package/dist/schematron/cen/e/cen-en16931-br-e-02.js.map +0 -1
  1776. package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts +0 -6
  1777. package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts.map +0 -1
  1778. package/dist/schematron/cen/e/cen-en16931-br-e-03.js +0 -15
  1779. package/dist/schematron/cen/e/cen-en16931-br-e-03.js.map +0 -1
  1780. package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts +0 -6
  1781. package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts.map +0 -1
  1782. package/dist/schematron/cen/e/cen-en16931-br-e-04.js +0 -15
  1783. package/dist/schematron/cen/e/cen-en16931-br-e-04.js.map +0 -1
  1784. package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts +0 -6
  1785. package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts.map +0 -1
  1786. package/dist/schematron/cen/e/cen-en16931-br-e-05.js +0 -15
  1787. package/dist/schematron/cen/e/cen-en16931-br-e-05.js.map +0 -1
  1788. package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts +0 -6
  1789. package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts.map +0 -1
  1790. package/dist/schematron/cen/e/cen-en16931-br-e-06.js +0 -15
  1791. package/dist/schematron/cen/e/cen-en16931-br-e-06.js.map +0 -1
  1792. package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts +0 -6
  1793. package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts.map +0 -1
  1794. package/dist/schematron/cen/e/cen-en16931-br-e-07.js +0 -15
  1795. package/dist/schematron/cen/e/cen-en16931-br-e-07.js.map +0 -1
  1796. package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts +0 -6
  1797. package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts.map +0 -1
  1798. package/dist/schematron/cen/e/cen-en16931-br-e-08.js +0 -15
  1799. package/dist/schematron/cen/e/cen-en16931-br-e-08.js.map +0 -1
  1800. package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts +0 -6
  1801. package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts.map +0 -1
  1802. package/dist/schematron/cen/e/cen-en16931-br-e-09.js +0 -15
  1803. package/dist/schematron/cen/e/cen-en16931-br-e-09.js.map +0 -1
  1804. package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts +0 -6
  1805. package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts.map +0 -1
  1806. package/dist/schematron/cen/e/cen-en16931-br-e-10.js +0 -15
  1807. package/dist/schematron/cen/e/cen-en16931-br-e-10.js.map +0 -1
  1808. package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts +0 -6
  1809. package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts.map +0 -1
  1810. package/dist/schematron/cen/g/cen-en16931-br-g-01.js +0 -15
  1811. package/dist/schematron/cen/g/cen-en16931-br-g-01.js.map +0 -1
  1812. package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts +0 -6
  1813. package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts.map +0 -1
  1814. package/dist/schematron/cen/g/cen-en16931-br-g-02.js +0 -15
  1815. package/dist/schematron/cen/g/cen-en16931-br-g-02.js.map +0 -1
  1816. package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts +0 -6
  1817. package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts.map +0 -1
  1818. package/dist/schematron/cen/g/cen-en16931-br-g-03.js +0 -15
  1819. package/dist/schematron/cen/g/cen-en16931-br-g-03.js.map +0 -1
  1820. package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts +0 -6
  1821. package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts.map +0 -1
  1822. package/dist/schematron/cen/g/cen-en16931-br-g-04.js +0 -15
  1823. package/dist/schematron/cen/g/cen-en16931-br-g-04.js.map +0 -1
  1824. package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts +0 -6
  1825. package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts.map +0 -1
  1826. package/dist/schematron/cen/g/cen-en16931-br-g-05.js +0 -15
  1827. package/dist/schematron/cen/g/cen-en16931-br-g-05.js.map +0 -1
  1828. package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts +0 -6
  1829. package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts.map +0 -1
  1830. package/dist/schematron/cen/g/cen-en16931-br-g-06.js +0 -15
  1831. package/dist/schematron/cen/g/cen-en16931-br-g-06.js.map +0 -1
  1832. package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts +0 -6
  1833. package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts.map +0 -1
  1834. package/dist/schematron/cen/g/cen-en16931-br-g-07.js +0 -15
  1835. package/dist/schematron/cen/g/cen-en16931-br-g-07.js.map +0 -1
  1836. package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts +0 -6
  1837. package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts.map +0 -1
  1838. package/dist/schematron/cen/g/cen-en16931-br-g-08.js +0 -15
  1839. package/dist/schematron/cen/g/cen-en16931-br-g-08.js.map +0 -1
  1840. package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts +0 -6
  1841. package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts.map +0 -1
  1842. package/dist/schematron/cen/g/cen-en16931-br-g-09.js +0 -15
  1843. package/dist/schematron/cen/g/cen-en16931-br-g-09.js.map +0 -1
  1844. package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts +0 -6
  1845. package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts.map +0 -1
  1846. package/dist/schematron/cen/g/cen-en16931-br-g-10.js +0 -15
  1847. package/dist/schematron/cen/g/cen-en16931-br-g-10.js.map +0 -1
  1848. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts +0 -6
  1849. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts.map +0 -1
  1850. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js +0 -15
  1851. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js.map +0 -1
  1852. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts +0 -6
  1853. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts.map +0 -1
  1854. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js +0 -15
  1855. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js.map +0 -1
  1856. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts +0 -6
  1857. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts.map +0 -1
  1858. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js +0 -15
  1859. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js.map +0 -1
  1860. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts +0 -6
  1861. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts.map +0 -1
  1862. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js +0 -15
  1863. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js.map +0 -1
  1864. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts +0 -6
  1865. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts.map +0 -1
  1866. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js +0 -15
  1867. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js.map +0 -1
  1868. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts +0 -6
  1869. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts.map +0 -1
  1870. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js +0 -15
  1871. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js.map +0 -1
  1872. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts +0 -6
  1873. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts.map +0 -1
  1874. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js +0 -15
  1875. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js.map +0 -1
  1876. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts +0 -6
  1877. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts.map +0 -1
  1878. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js +0 -15
  1879. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js.map +0 -1
  1880. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts +0 -6
  1881. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts.map +0 -1
  1882. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js +0 -15
  1883. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js.map +0 -1
  1884. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts +0 -6
  1885. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts.map +0 -1
  1886. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js +0 -15
  1887. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js.map +0 -1
  1888. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts +0 -6
  1889. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts.map +0 -1
  1890. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js +0 -15
  1891. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js.map +0 -1
  1892. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts +0 -6
  1893. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts.map +0 -1
  1894. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js +0 -15
  1895. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js.map +0 -1
  1896. package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts +0 -6
  1897. package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts.map +0 -1
  1898. package/dist/schematron/cen/o/cen-en16931-br-o-01.js +0 -15
  1899. package/dist/schematron/cen/o/cen-en16931-br-o-01.js.map +0 -1
  1900. package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts +0 -6
  1901. package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts.map +0 -1
  1902. package/dist/schematron/cen/o/cen-en16931-br-o-02.js +0 -15
  1903. package/dist/schematron/cen/o/cen-en16931-br-o-02.js.map +0 -1
  1904. package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts +0 -6
  1905. package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts.map +0 -1
  1906. package/dist/schematron/cen/o/cen-en16931-br-o-03.js +0 -15
  1907. package/dist/schematron/cen/o/cen-en16931-br-o-03.js.map +0 -1
  1908. package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts +0 -6
  1909. package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts.map +0 -1
  1910. package/dist/schematron/cen/o/cen-en16931-br-o-04.js +0 -15
  1911. package/dist/schematron/cen/o/cen-en16931-br-o-04.js.map +0 -1
  1912. package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts +0 -6
  1913. package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts.map +0 -1
  1914. package/dist/schematron/cen/o/cen-en16931-br-o-05.js +0 -15
  1915. package/dist/schematron/cen/o/cen-en16931-br-o-05.js.map +0 -1
  1916. package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts +0 -6
  1917. package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts.map +0 -1
  1918. package/dist/schematron/cen/o/cen-en16931-br-o-06.js +0 -15
  1919. package/dist/schematron/cen/o/cen-en16931-br-o-06.js.map +0 -1
  1920. package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts +0 -6
  1921. package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts.map +0 -1
  1922. package/dist/schematron/cen/o/cen-en16931-br-o-07.js +0 -15
  1923. package/dist/schematron/cen/o/cen-en16931-br-o-07.js.map +0 -1
  1924. package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts +0 -6
  1925. package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts.map +0 -1
  1926. package/dist/schematron/cen/o/cen-en16931-br-o-08.js +0 -15
  1927. package/dist/schematron/cen/o/cen-en16931-br-o-08.js.map +0 -1
  1928. package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts +0 -6
  1929. package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts.map +0 -1
  1930. package/dist/schematron/cen/o/cen-en16931-br-o-09.js +0 -15
  1931. package/dist/schematron/cen/o/cen-en16931-br-o-09.js.map +0 -1
  1932. package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts +0 -6
  1933. package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts.map +0 -1
  1934. package/dist/schematron/cen/o/cen-en16931-br-o-10.js +0 -15
  1935. package/dist/schematron/cen/o/cen-en16931-br-o-10.js.map +0 -1
  1936. package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts +0 -6
  1937. package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts.map +0 -1
  1938. package/dist/schematron/cen/o/cen-en16931-br-o-11.js +0 -15
  1939. package/dist/schematron/cen/o/cen-en16931-br-o-11.js.map +0 -1
  1940. package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts +0 -6
  1941. package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts.map +0 -1
  1942. package/dist/schematron/cen/o/cen-en16931-br-o-12.js +0 -15
  1943. package/dist/schematron/cen/o/cen-en16931-br-o-12.js.map +0 -1
  1944. package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts +0 -6
  1945. package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts.map +0 -1
  1946. package/dist/schematron/cen/o/cen-en16931-br-o-13.js +0 -15
  1947. package/dist/schematron/cen/o/cen-en16931-br-o-13.js.map +0 -1
  1948. package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts +0 -6
  1949. package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts.map +0 -1
  1950. package/dist/schematron/cen/o/cen-en16931-br-o-14.js +0 -15
  1951. package/dist/schematron/cen/o/cen-en16931-br-o-14.js.map +0 -1
  1952. package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts +0 -6
  1953. package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts.map +0 -1
  1954. package/dist/schematron/cen/s/cen-en16931-br-s-01.js +0 -15
  1955. package/dist/schematron/cen/s/cen-en16931-br-s-01.js.map +0 -1
  1956. package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts +0 -6
  1957. package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts.map +0 -1
  1958. package/dist/schematron/cen/s/cen-en16931-br-s-02.js +0 -15
  1959. package/dist/schematron/cen/s/cen-en16931-br-s-02.js.map +0 -1
  1960. package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts +0 -6
  1961. package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts.map +0 -1
  1962. package/dist/schematron/cen/s/cen-en16931-br-s-03.js +0 -15
  1963. package/dist/schematron/cen/s/cen-en16931-br-s-03.js.map +0 -1
  1964. package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts +0 -6
  1965. package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts.map +0 -1
  1966. package/dist/schematron/cen/s/cen-en16931-br-s-04.js +0 -15
  1967. package/dist/schematron/cen/s/cen-en16931-br-s-04.js.map +0 -1
  1968. package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts +0 -6
  1969. package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts.map +0 -1
  1970. package/dist/schematron/cen/s/cen-en16931-br-s-05.js +0 -15
  1971. package/dist/schematron/cen/s/cen-en16931-br-s-05.js.map +0 -1
  1972. package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts +0 -6
  1973. package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts.map +0 -1
  1974. package/dist/schematron/cen/s/cen-en16931-br-s-06.js +0 -15
  1975. package/dist/schematron/cen/s/cen-en16931-br-s-06.js.map +0 -1
  1976. package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts +0 -6
  1977. package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts.map +0 -1
  1978. package/dist/schematron/cen/s/cen-en16931-br-s-07.js +0 -15
  1979. package/dist/schematron/cen/s/cen-en16931-br-s-07.js.map +0 -1
  1980. package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts +0 -6
  1981. package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts.map +0 -1
  1982. package/dist/schematron/cen/s/cen-en16931-br-s-08.js +0 -15
  1983. package/dist/schematron/cen/s/cen-en16931-br-s-08.js.map +0 -1
  1984. package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts +0 -6
  1985. package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts.map +0 -1
  1986. package/dist/schematron/cen/s/cen-en16931-br-s-09.js +0 -15
  1987. package/dist/schematron/cen/s/cen-en16931-br-s-09.js.map +0 -1
  1988. package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts +0 -6
  1989. package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts.map +0 -1
  1990. package/dist/schematron/cen/s/cen-en16931-br-s-10.js +0 -15
  1991. package/dist/schematron/cen/s/cen-en16931-br-s-10.js.map +0 -1
  1992. package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts +0 -6
  1993. package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts.map +0 -1
  1994. package/dist/schematron/cen/z/cen-en16931-br-z-01.js +0 -15
  1995. package/dist/schematron/cen/z/cen-en16931-br-z-01.js.map +0 -1
  1996. package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts +0 -6
  1997. package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts.map +0 -1
  1998. package/dist/schematron/cen/z/cen-en16931-br-z-02.js +0 -15
  1999. package/dist/schematron/cen/z/cen-en16931-br-z-02.js.map +0 -1
  2000. package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts +0 -6
  2001. package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts.map +0 -1
  2002. package/dist/schematron/cen/z/cen-en16931-br-z-03.js +0 -15
  2003. package/dist/schematron/cen/z/cen-en16931-br-z-03.js.map +0 -1
  2004. package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts +0 -6
  2005. package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts.map +0 -1
  2006. package/dist/schematron/cen/z/cen-en16931-br-z-04.js +0 -15
  2007. package/dist/schematron/cen/z/cen-en16931-br-z-04.js.map +0 -1
  2008. package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts +0 -6
  2009. package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts.map +0 -1
  2010. package/dist/schematron/cen/z/cen-en16931-br-z-05.js +0 -15
  2011. package/dist/schematron/cen/z/cen-en16931-br-z-05.js.map +0 -1
  2012. package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts +0 -6
  2013. package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts.map +0 -1
  2014. package/dist/schematron/cen/z/cen-en16931-br-z-06.js +0 -15
  2015. package/dist/schematron/cen/z/cen-en16931-br-z-06.js.map +0 -1
  2016. package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts +0 -6
  2017. package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts.map +0 -1
  2018. package/dist/schematron/cen/z/cen-en16931-br-z-07.js +0 -15
  2019. package/dist/schematron/cen/z/cen-en16931-br-z-07.js.map +0 -1
  2020. package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts +0 -6
  2021. package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts.map +0 -1
  2022. package/dist/schematron/cen/z/cen-en16931-br-z-08.js +0 -15
  2023. package/dist/schematron/cen/z/cen-en16931-br-z-08.js.map +0 -1
  2024. package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts +0 -6
  2025. package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts.map +0 -1
  2026. package/dist/schematron/cen/z/cen-en16931-br-z-09.js +0 -15
  2027. package/dist/schematron/cen/z/cen-en16931-br-z-09.js.map +0 -1
  2028. package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts +0 -6
  2029. package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts.map +0 -1
  2030. package/dist/schematron/cen/z/cen-en16931-br-z-10.js +0 -15
  2031. package/dist/schematron/cen/z/cen-en16931-br-z-10.js.map +0 -1
  2032. package/dist/schematron/de/de-r-001.d.ts +0 -6
  2033. package/dist/schematron/de/de-r-001.d.ts.map +0 -1
  2034. package/dist/schematron/de/de-r-001.js +0 -15
  2035. package/dist/schematron/de/de-r-001.js.map +0 -1
  2036. package/dist/schematron/de/de-r-002.d.ts +0 -6
  2037. package/dist/schematron/de/de-r-002.d.ts.map +0 -1
  2038. package/dist/schematron/de/de-r-002.js +0 -15
  2039. package/dist/schematron/de/de-r-002.js.map +0 -1
  2040. package/dist/schematron/de/de-r-003.d.ts +0 -6
  2041. package/dist/schematron/de/de-r-003.d.ts.map +0 -1
  2042. package/dist/schematron/de/de-r-003.js +0 -16
  2043. package/dist/schematron/de/de-r-003.js.map +0 -1
  2044. package/dist/schematron/de/de-r-004.d.ts +0 -6
  2045. package/dist/schematron/de/de-r-004.d.ts.map +0 -1
  2046. package/dist/schematron/de/de-r-004.js +0 -16
  2047. package/dist/schematron/de/de-r-004.js.map +0 -1
  2048. package/dist/schematron/de/de-r-005.d.ts +0 -6
  2049. package/dist/schematron/de/de-r-005.d.ts.map +0 -1
  2050. package/dist/schematron/de/de-r-005.js +0 -16
  2051. package/dist/schematron/de/de-r-005.js.map +0 -1
  2052. package/dist/schematron/de/de-r-006.d.ts +0 -6
  2053. package/dist/schematron/de/de-r-006.d.ts.map +0 -1
  2054. package/dist/schematron/de/de-r-006.js +0 -16
  2055. package/dist/schematron/de/de-r-006.js.map +0 -1
  2056. package/dist/schematron/de/de-r-007.d.ts +0 -6
  2057. package/dist/schematron/de/de-r-007.d.ts.map +0 -1
  2058. package/dist/schematron/de/de-r-007.js +0 -16
  2059. package/dist/schematron/de/de-r-007.js.map +0 -1
  2060. package/dist/schematron/de/de-r-008.d.ts +0 -6
  2061. package/dist/schematron/de/de-r-008.d.ts.map +0 -1
  2062. package/dist/schematron/de/de-r-008.js +0 -16
  2063. package/dist/schematron/de/de-r-008.js.map +0 -1
  2064. package/dist/schematron/de/de-r-009.d.ts +0 -6
  2065. package/dist/schematron/de/de-r-009.d.ts.map +0 -1
  2066. package/dist/schematron/de/de-r-009.js +0 -16
  2067. package/dist/schematron/de/de-r-009.js.map +0 -1
  2068. package/dist/schematron/de/de-r-010.d.ts +0 -6
  2069. package/dist/schematron/de/de-r-010.d.ts.map +0 -1
  2070. package/dist/schematron/de/de-r-010.js +0 -18
  2071. package/dist/schematron/de/de-r-010.js.map +0 -1
  2072. package/dist/schematron/de/de-r-011.d.ts +0 -6
  2073. package/dist/schematron/de/de-r-011.d.ts.map +0 -1
  2074. package/dist/schematron/de/de-r-011.js +0 -18
  2075. package/dist/schematron/de/de-r-011.js.map +0 -1
  2076. package/dist/schematron/de/de-r-014.d.ts +0 -6
  2077. package/dist/schematron/de/de-r-014.d.ts.map +0 -1
  2078. package/dist/schematron/de/de-r-014.js +0 -16
  2079. package/dist/schematron/de/de-r-014.js.map +0 -1
  2080. package/dist/schematron/de/de-r-015.d.ts +0 -6
  2081. package/dist/schematron/de/de-r-015.d.ts.map +0 -1
  2082. package/dist/schematron/de/de-r-015.js +0 -16
  2083. package/dist/schematron/de/de-r-015.js.map +0 -1
  2084. package/dist/schematron/de/de-r-016.d.ts +0 -6
  2085. package/dist/schematron/de/de-r-016.d.ts.map +0 -1
  2086. package/dist/schematron/de/de-r-016.js +0 -30
  2087. package/dist/schematron/de/de-r-016.js.map +0 -1
  2088. package/dist/schematron/de/de-r-017.d.ts +0 -6
  2089. package/dist/schematron/de/de-r-017.d.ts.map +0 -1
  2090. package/dist/schematron/de/de-r-017.js +0 -26
  2091. package/dist/schematron/de/de-r-017.js.map +0 -1
  2092. package/dist/schematron/de/de-r-018.d.ts +0 -6
  2093. package/dist/schematron/de/de-r-018.d.ts.map +0 -1
  2094. package/dist/schematron/de/de-r-018.js +0 -21
  2095. package/dist/schematron/de/de-r-018.js.map +0 -1
  2096. package/dist/schematron/de/de-r-019.d.ts +0 -6
  2097. package/dist/schematron/de/de-r-019.d.ts.map +0 -1
  2098. package/dist/schematron/de/de-r-019.js +0 -21
  2099. package/dist/schematron/de/de-r-019.js.map +0 -1
  2100. package/dist/schematron/de/de-r-020.d.ts +0 -6
  2101. package/dist/schematron/de/de-r-020.d.ts.map +0 -1
  2102. package/dist/schematron/de/de-r-020.js +0 -21
  2103. package/dist/schematron/de/de-r-020.js.map +0 -1
  2104. package/dist/schematron/de/de-r-022.d.ts +0 -6
  2105. package/dist/schematron/de/de-r-022.d.ts.map +0 -1
  2106. package/dist/schematron/de/de-r-022.js +0 -16
  2107. package/dist/schematron/de/de-r-022.js.map +0 -1
  2108. package/dist/schematron/de/de-r-023-1.d.ts +0 -6
  2109. package/dist/schematron/de/de-r-023-1.d.ts.map +0 -1
  2110. package/dist/schematron/de/de-r-023-1.js +0 -20
  2111. package/dist/schematron/de/de-r-023-1.js.map +0 -1
  2112. package/dist/schematron/de/de-r-023-2.d.ts +0 -6
  2113. package/dist/schematron/de/de-r-023-2.d.ts.map +0 -1
  2114. package/dist/schematron/de/de-r-023-2.js +0 -20
  2115. package/dist/schematron/de/de-r-023-2.js.map +0 -1
  2116. package/dist/schematron/de/de-r-024-1.d.ts +0 -6
  2117. package/dist/schematron/de/de-r-024-1.d.ts.map +0 -1
  2118. package/dist/schematron/de/de-r-024-1.js +0 -24
  2119. package/dist/schematron/de/de-r-024-1.js.map +0 -1
  2120. package/dist/schematron/de/de-r-024-2.d.ts +0 -6
  2121. package/dist/schematron/de/de-r-024-2.d.ts.map +0 -1
  2122. package/dist/schematron/de/de-r-024-2.js +0 -24
  2123. package/dist/schematron/de/de-r-024-2.js.map +0 -1
  2124. package/dist/schematron/de/de-r-025-1.d.ts +0 -6
  2125. package/dist/schematron/de/de-r-025-1.d.ts.map +0 -1
  2126. package/dist/schematron/de/de-r-025-1.js +0 -19
  2127. package/dist/schematron/de/de-r-025-1.js.map +0 -1
  2128. package/dist/schematron/de/de-r-025-2.d.ts +0 -6
  2129. package/dist/schematron/de/de-r-025-2.d.ts.map +0 -1
  2130. package/dist/schematron/de/de-r-025-2.js +0 -19
  2131. package/dist/schematron/de/de-r-025-2.js.map +0 -1
  2132. package/dist/schematron/de/de-r-026.d.ts +0 -6
  2133. package/dist/schematron/de/de-r-026.d.ts.map +0 -1
  2134. package/dist/schematron/de/de-r-026.js +0 -19
  2135. package/dist/schematron/de/de-r-026.js.map +0 -1
  2136. package/dist/schematron/de/de-r-027.d.ts +0 -6
  2137. package/dist/schematron/de/de-r-027.d.ts.map +0 -1
  2138. package/dist/schematron/de/de-r-027.js +0 -17
  2139. package/dist/schematron/de/de-r-027.js.map +0 -1
  2140. package/dist/schematron/de/de-r-028.d.ts +0 -6
  2141. package/dist/schematron/de/de-r-028.d.ts.map +0 -1
  2142. package/dist/schematron/de/de-r-028.js +0 -17
  2143. package/dist/schematron/de/de-r-028.js.map +0 -1
  2144. package/dist/schematron/de/de-r-030.d.ts +0 -6
  2145. package/dist/schematron/de/de-r-030.d.ts.map +0 -1
  2146. package/dist/schematron/de/de-r-030.js +0 -17
  2147. package/dist/schematron/de/de-r-030.js.map +0 -1
  2148. package/dist/schematron/de/de-r-031.d.ts +0 -6
  2149. package/dist/schematron/de/de-r-031.d.ts.map +0 -1
  2150. package/dist/schematron/de/de-r-031.js +0 -19
  2151. package/dist/schematron/de/de-r-031.js.map +0 -1
  2152. package/dist/schematron/dk/dk-r-002.d.ts +0 -6
  2153. package/dist/schematron/dk/dk-r-002.d.ts.map +0 -1
  2154. package/dist/schematron/dk/dk-r-002.js +0 -16
  2155. package/dist/schematron/dk/dk-r-002.js.map +0 -1
  2156. package/dist/schematron/dk/dk-r-003.d.ts +0 -6
  2157. package/dist/schematron/dk/dk-r-003.d.ts.map +0 -1
  2158. package/dist/schematron/dk/dk-r-003.js +0 -25
  2159. package/dist/schematron/dk/dk-r-003.js.map +0 -1
  2160. package/dist/schematron/dk/dk-r-004.d.ts +0 -6
  2161. package/dist/schematron/dk/dk-r-004.d.ts.map +0 -1
  2162. package/dist/schematron/dk/dk-r-004.js +0 -23
  2163. package/dist/schematron/dk/dk-r-004.js.map +0 -1
  2164. package/dist/schematron/dk/dk-r-005.d.ts +0 -6
  2165. package/dist/schematron/dk/dk-r-005.d.ts.map +0 -1
  2166. package/dist/schematron/dk/dk-r-005.js +0 -29
  2167. package/dist/schematron/dk/dk-r-005.js.map +0 -1
  2168. package/dist/schematron/dk/dk-r-006.d.ts +0 -6
  2169. package/dist/schematron/dk/dk-r-006.d.ts.map +0 -1
  2170. package/dist/schematron/dk/dk-r-006.js +0 -22
  2171. package/dist/schematron/dk/dk-r-006.js.map +0 -1
  2172. package/dist/schematron/dk/dk-r-007.d.ts +0 -6
  2173. package/dist/schematron/dk/dk-r-007.d.ts.map +0 -1
  2174. package/dist/schematron/dk/dk-r-007.js +0 -21
  2175. package/dist/schematron/dk/dk-r-007.js.map +0 -1
  2176. package/dist/schematron/dk/dk-r-008.d.ts +0 -6
  2177. package/dist/schematron/dk/dk-r-008.d.ts.map +0 -1
  2178. package/dist/schematron/dk/dk-r-008.js +0 -25
  2179. package/dist/schematron/dk/dk-r-008.js.map +0 -1
  2180. package/dist/schematron/dk/dk-r-009.d.ts +0 -6
  2181. package/dist/schematron/dk/dk-r-009.d.ts.map +0 -1
  2182. package/dist/schematron/dk/dk-r-009.js +0 -21
  2183. package/dist/schematron/dk/dk-r-009.js.map +0 -1
  2184. package/dist/schematron/dk/dk-r-010.d.ts +0 -6
  2185. package/dist/schematron/dk/dk-r-010.d.ts.map +0 -1
  2186. package/dist/schematron/dk/dk-r-010.js +0 -26
  2187. package/dist/schematron/dk/dk-r-010.js.map +0 -1
  2188. package/dist/schematron/dk/dk-r-011.d.ts +0 -6
  2189. package/dist/schematron/dk/dk-r-011.d.ts.map +0 -1
  2190. package/dist/schematron/dk/dk-r-011.js +0 -21
  2191. package/dist/schematron/dk/dk-r-011.js.map +0 -1
  2192. package/dist/schematron/dk/dk-r-013.d.ts +0 -6
  2193. package/dist/schematron/dk/dk-r-013.d.ts.map +0 -1
  2194. package/dist/schematron/dk/dk-r-013.js +0 -19
  2195. package/dist/schematron/dk/dk-r-013.js.map +0 -1
  2196. package/dist/schematron/dk/dk-r-014.d.ts +0 -6
  2197. package/dist/schematron/dk/dk-r-014.d.ts.map +0 -1
  2198. package/dist/schematron/dk/dk-r-014.js +0 -17
  2199. package/dist/schematron/dk/dk-r-014.js.map +0 -1
  2200. package/dist/schematron/dk/dk-r-016.d.ts +0 -6
  2201. package/dist/schematron/dk/dk-r-016.d.ts.map +0 -1
  2202. package/dist/schematron/dk/dk-r-016.js +0 -15
  2203. package/dist/schematron/dk/dk-r-016.js.map +0 -1
  2204. package/dist/schematron/dk/dk-r-017.d.ts +0 -6
  2205. package/dist/schematron/dk/dk-r-017.d.ts.map +0 -1
  2206. package/dist/schematron/dk/dk-r-017.js +0 -17
  2207. package/dist/schematron/dk/dk-r-017.js.map +0 -1
  2208. package/dist/schematron/gr/gr-r-001-1.d.ts +0 -6
  2209. package/dist/schematron/gr/gr-r-001-1.d.ts.map +0 -1
  2210. package/dist/schematron/gr/gr-r-001-1.js +0 -16
  2211. package/dist/schematron/gr/gr-r-001-1.js.map +0 -1
  2212. package/dist/schematron/gr/gr-r-001-2.d.ts +0 -6
  2213. package/dist/schematron/gr/gr-r-001-2.d.ts.map +0 -1
  2214. package/dist/schematron/gr/gr-r-001-2.js +0 -21
  2215. package/dist/schematron/gr/gr-r-001-2.js.map +0 -1
  2216. package/dist/schematron/gr/gr-r-001-3.d.ts +0 -6
  2217. package/dist/schematron/gr/gr-r-001-3.d.ts.map +0 -1
  2218. package/dist/schematron/gr/gr-r-001-3.js +0 -22
  2219. package/dist/schematron/gr/gr-r-001-3.js.map +0 -1
  2220. package/dist/schematron/gr/gr-r-001-4.d.ts +0 -6
  2221. package/dist/schematron/gr/gr-r-001-4.d.ts.map +0 -1
  2222. package/dist/schematron/gr/gr-r-001-4.js +0 -17
  2223. package/dist/schematron/gr/gr-r-001-4.js.map +0 -1
  2224. package/dist/schematron/gr/gr-r-001-5.d.ts +0 -6
  2225. package/dist/schematron/gr/gr-r-001-5.d.ts.map +0 -1
  2226. package/dist/schematron/gr/gr-r-001-5.js +0 -25
  2227. package/dist/schematron/gr/gr-r-001-5.js.map +0 -1
  2228. package/dist/schematron/gr/gr-r-001-6.d.ts +0 -6
  2229. package/dist/schematron/gr/gr-r-001-6.d.ts.map +0 -1
  2230. package/dist/schematron/gr/gr-r-001-6.js +0 -16
  2231. package/dist/schematron/gr/gr-r-001-6.js.map +0 -1
  2232. package/dist/schematron/gr/gr-r-001-7.d.ts +0 -6
  2233. package/dist/schematron/gr/gr-r-001-7.d.ts.map +0 -1
  2234. package/dist/schematron/gr/gr-r-001-7.js +0 -16
  2235. package/dist/schematron/gr/gr-r-001-7.js.map +0 -1
  2236. package/dist/schematron/gr/gr-r-002.d.ts +0 -6
  2237. package/dist/schematron/gr/gr-r-002.d.ts.map +0 -1
  2238. package/dist/schematron/gr/gr-r-002.js +0 -16
  2239. package/dist/schematron/gr/gr-r-002.js.map +0 -1
  2240. package/dist/schematron/gr/gr-r-003.d.ts +0 -6
  2241. package/dist/schematron/gr/gr-r-003.d.ts.map +0 -1
  2242. package/dist/schematron/gr/gr-r-003.js +0 -18
  2243. package/dist/schematron/gr/gr-r-003.js.map +0 -1
  2244. package/dist/schematron/gr/gr-r-004-1.d.ts +0 -6
  2245. package/dist/schematron/gr/gr-r-004-1.d.ts.map +0 -1
  2246. package/dist/schematron/gr/gr-r-004-1.js +0 -16
  2247. package/dist/schematron/gr/gr-r-004-1.js.map +0 -1
  2248. package/dist/schematron/gr/gr-r-004-2.d.ts +0 -6
  2249. package/dist/schematron/gr/gr-r-004-2.d.ts.map +0 -1
  2250. package/dist/schematron/gr/gr-r-004-2.js +0 -16
  2251. package/dist/schematron/gr/gr-r-004-2.js.map +0 -1
  2252. package/dist/schematron/gr/gr-r-005.d.ts +0 -6
  2253. package/dist/schematron/gr/gr-r-005.d.ts.map +0 -1
  2254. package/dist/schematron/gr/gr-r-005.js +0 -16
  2255. package/dist/schematron/gr/gr-r-005.js.map +0 -1
  2256. package/dist/schematron/gr/gr-r-006.d.ts +0 -6
  2257. package/dist/schematron/gr/gr-r-006.d.ts.map +0 -1
  2258. package/dist/schematron/gr/gr-r-006.js +0 -21
  2259. package/dist/schematron/gr/gr-r-006.js.map +0 -1
  2260. package/dist/schematron/gr/gr-r-008-2.d.ts +0 -6
  2261. package/dist/schematron/gr/gr-r-008-2.d.ts.map +0 -1
  2262. package/dist/schematron/gr/gr-r-008-2.js +0 -16
  2263. package/dist/schematron/gr/gr-r-008-2.js.map +0 -1
  2264. package/dist/schematron/gr/gr-r-008-3.d.ts +0 -6
  2265. package/dist/schematron/gr/gr-r-008-3.d.ts.map +0 -1
  2266. package/dist/schematron/gr/gr-r-008-3.js +0 -19
  2267. package/dist/schematron/gr/gr-r-008-3.js.map +0 -1
  2268. package/dist/schematron/gr/gr-r-009.d.ts +0 -6
  2269. package/dist/schematron/gr/gr-r-009.d.ts.map +0 -1
  2270. package/dist/schematron/gr/gr-r-009.js +0 -18
  2271. package/dist/schematron/gr/gr-r-009.js.map +0 -1
  2272. package/dist/schematron/gr/gr-r-010.d.ts +0 -6
  2273. package/dist/schematron/gr/gr-r-010.d.ts.map +0 -1
  2274. package/dist/schematron/gr/gr-r-010.js +0 -19
  2275. package/dist/schematron/gr/gr-r-010.js.map +0 -1
  2276. package/dist/schematron/gr/gr-s-008-1.d.ts +0 -6
  2277. package/dist/schematron/gr/gr-s-008-1.d.ts.map +0 -1
  2278. package/dist/schematron/gr/gr-s-008-1.js +0 -16
  2279. package/dist/schematron/gr/gr-s-008-1.js.map +0 -1
  2280. package/dist/schematron/gr/gr-s-011.d.ts +0 -6
  2281. package/dist/schematron/gr/gr-s-011.d.ts.map +0 -1
  2282. package/dist/schematron/gr/gr-s-011.js +0 -18
  2283. package/dist/schematron/gr/gr-s-011.js.map +0 -1
  2284. package/dist/schematron/helpers.js +0 -382
  2285. package/dist/schematron/helpers.js.map +0 -1
  2286. package/dist/schematron/is/is-r-001.d.ts +0 -6
  2287. package/dist/schematron/is/is-r-001.d.ts.map +0 -1
  2288. package/dist/schematron/is/is-r-001.js +0 -17
  2289. package/dist/schematron/is/is-r-001.js.map +0 -1
  2290. package/dist/schematron/is/is-r-002.d.ts +0 -6
  2291. package/dist/schematron/is/is-r-002.d.ts.map +0 -1
  2292. package/dist/schematron/is/is-r-002.js +0 -16
  2293. package/dist/schematron/is/is-r-002.js.map +0 -1
  2294. package/dist/schematron/is/is-r-003.d.ts +0 -6
  2295. package/dist/schematron/is/is-r-003.d.ts.map +0 -1
  2296. package/dist/schematron/is/is-r-003.js +0 -16
  2297. package/dist/schematron/is/is-r-003.js.map +0 -1
  2298. package/dist/schematron/is/is-r-004.d.ts +0 -6
  2299. package/dist/schematron/is/is-r-004.d.ts.map +0 -1
  2300. package/dist/schematron/is/is-r-004.js +0 -16
  2301. package/dist/schematron/is/is-r-004.js.map +0 -1
  2302. package/dist/schematron/is/is-r-005.d.ts +0 -6
  2303. package/dist/schematron/is/is-r-005.d.ts.map +0 -1
  2304. package/dist/schematron/is/is-r-005.js +0 -16
  2305. package/dist/schematron/is/is-r-005.js.map +0 -1
  2306. package/dist/schematron/is/is-r-006.d.ts +0 -6
  2307. package/dist/schematron/is/is-r-006.d.ts.map +0 -1
  2308. package/dist/schematron/is/is-r-006.js +0 -21
  2309. package/dist/schematron/is/is-r-006.js.map +0 -1
  2310. package/dist/schematron/is/is-r-007.d.ts +0 -6
  2311. package/dist/schematron/is/is-r-007.d.ts.map +0 -1
  2312. package/dist/schematron/is/is-r-007.js +0 -21
  2313. package/dist/schematron/is/is-r-007.js.map +0 -1
  2314. package/dist/schematron/is/is-r-008.d.ts +0 -6
  2315. package/dist/schematron/is/is-r-008.d.ts.map +0 -1
  2316. package/dist/schematron/is/is-r-008.js +0 -22
  2317. package/dist/schematron/is/is-r-008.js.map +0 -1
  2318. package/dist/schematron/is/is-r-009.d.ts +0 -6
  2319. package/dist/schematron/is/is-r-009.d.ts.map +0 -1
  2320. package/dist/schematron/is/is-r-009.js +0 -16
  2321. package/dist/schematron/is/is-r-009.js.map +0 -1
  2322. package/dist/schematron/is/is-r-010.d.ts +0 -6
  2323. package/dist/schematron/is/is-r-010.d.ts.map +0 -1
  2324. package/dist/schematron/is/is-r-010.js +0 -22
  2325. package/dist/schematron/is/is-r-010.js.map +0 -1
  2326. package/dist/schematron/it/it-r-001.d.ts +0 -6
  2327. package/dist/schematron/it/it-r-001.d.ts.map +0 -1
  2328. package/dist/schematron/it/it-r-001.js +0 -16
  2329. package/dist/schematron/it/it-r-001.js.map +0 -1
  2330. package/dist/schematron/it/it-r-002.d.ts +0 -6
  2331. package/dist/schematron/it/it-r-002.d.ts.map +0 -1
  2332. package/dist/schematron/it/it-r-002.js +0 -16
  2333. package/dist/schematron/it/it-r-002.js.map +0 -1
  2334. package/dist/schematron/it/it-r-003.d.ts +0 -6
  2335. package/dist/schematron/it/it-r-003.d.ts.map +0 -1
  2336. package/dist/schematron/it/it-r-003.js +0 -16
  2337. package/dist/schematron/it/it-r-003.js.map +0 -1
  2338. package/dist/schematron/it/it-r-004.d.ts +0 -6
  2339. package/dist/schematron/it/it-r-004.d.ts.map +0 -1
  2340. package/dist/schematron/it/it-r-004.js +0 -16
  2341. package/dist/schematron/it/it-r-004.js.map +0 -1
  2342. package/dist/schematron/nl/nl-r-001.d.ts +0 -6
  2343. package/dist/schematron/nl/nl-r-001.d.ts.map +0 -1
  2344. package/dist/schematron/nl/nl-r-001.js +0 -16
  2345. package/dist/schematron/nl/nl-r-001.js.map +0 -1
  2346. package/dist/schematron/nl/nl-r-002.d.ts +0 -6
  2347. package/dist/schematron/nl/nl-r-002.d.ts.map +0 -1
  2348. package/dist/schematron/nl/nl-r-002.js +0 -16
  2349. package/dist/schematron/nl/nl-r-002.js.map +0 -1
  2350. package/dist/schematron/nl/nl-r-003.d.ts +0 -6
  2351. package/dist/schematron/nl/nl-r-003.d.ts.map +0 -1
  2352. package/dist/schematron/nl/nl-r-003.js +0 -18
  2353. package/dist/schematron/nl/nl-r-003.js.map +0 -1
  2354. package/dist/schematron/nl/nl-r-004.d.ts +0 -6
  2355. package/dist/schematron/nl/nl-r-004.d.ts.map +0 -1
  2356. package/dist/schematron/nl/nl-r-004.js +0 -16
  2357. package/dist/schematron/nl/nl-r-004.js.map +0 -1
  2358. package/dist/schematron/nl/nl-r-005.d.ts +0 -6
  2359. package/dist/schematron/nl/nl-r-005.d.ts.map +0 -1
  2360. package/dist/schematron/nl/nl-r-005.js +0 -18
  2361. package/dist/schematron/nl/nl-r-005.js.map +0 -1
  2362. package/dist/schematron/nl/nl-r-006.d.ts +0 -6
  2363. package/dist/schematron/nl/nl-r-006.d.ts.map +0 -1
  2364. package/dist/schematron/nl/nl-r-006.js +0 -18
  2365. package/dist/schematron/nl/nl-r-006.js.map +0 -1
  2366. package/dist/schematron/nl/nl-r-007.d.ts +0 -6
  2367. package/dist/schematron/nl/nl-r-007.d.ts.map +0 -1
  2368. package/dist/schematron/nl/nl-r-007.js +0 -19
  2369. package/dist/schematron/nl/nl-r-007.js.map +0 -1
  2370. package/dist/schematron/nl/nl-r-008.d.ts +0 -6
  2371. package/dist/schematron/nl/nl-r-008.d.ts.map +0 -1
  2372. package/dist/schematron/nl/nl-r-008.js +0 -24
  2373. package/dist/schematron/nl/nl-r-008.js.map +0 -1
  2374. package/dist/schematron/nl/nl-r-009.d.ts +0 -6
  2375. package/dist/schematron/nl/nl-r-009.d.ts.map +0 -1
  2376. package/dist/schematron/nl/nl-r-009.js +0 -16
  2377. package/dist/schematron/nl/nl-r-009.js.map +0 -1
  2378. package/dist/schematron/no/no-r-001.d.ts +0 -6
  2379. package/dist/schematron/no/no-r-001.d.ts.map +0 -1
  2380. package/dist/schematron/no/no-r-001.js +0 -20
  2381. package/dist/schematron/no/no-r-001.js.map +0 -1
  2382. package/dist/schematron/no/no-r-002.d.ts +0 -6
  2383. package/dist/schematron/no/no-r-002.d.ts.map +0 -1
  2384. package/dist/schematron/no/no-r-002.js +0 -16
  2385. package/dist/schematron/no/no-r-002.js.map +0 -1
  2386. package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts +0 -6
  2387. package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts.map +0 -1
  2388. package/dist/schematron/peppol/cl/peppol-en16931-cl001.js +0 -19
  2389. package/dist/schematron/peppol/cl/peppol-en16931-cl001.js.map +0 -1
  2390. package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts +0 -6
  2391. package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts.map +0 -1
  2392. package/dist/schematron/peppol/cl/peppol-en16931-cl002.js +0 -16
  2393. package/dist/schematron/peppol/cl/peppol-en16931-cl002.js.map +0 -1
  2394. package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts +0 -6
  2395. package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts.map +0 -1
  2396. package/dist/schematron/peppol/cl/peppol-en16931-cl003.js +0 -16
  2397. package/dist/schematron/peppol/cl/peppol-en16931-cl003.js.map +0 -1
  2398. package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts +0 -6
  2399. package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts.map +0 -1
  2400. package/dist/schematron/peppol/cl/peppol-en16931-cl006.js +0 -17
  2401. package/dist/schematron/peppol/cl/peppol-en16931-cl006.js.map +0 -1
  2402. package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts +0 -6
  2403. package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts.map +0 -1
  2404. package/dist/schematron/peppol/cl/peppol-en16931-cl007.js +0 -32
  2405. package/dist/schematron/peppol/cl/peppol-en16931-cl007.js.map +0 -1
  2406. package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts +0 -6
  2407. package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts.map +0 -1
  2408. package/dist/schematron/peppol/cl/peppol-en16931-cl008.js +0 -16
  2409. package/dist/schematron/peppol/cl/peppol-en16931-cl008.js.map +0 -1
  2410. package/dist/schematron/peppol/common/peppol-common-r040.d.ts +0 -6
  2411. package/dist/schematron/peppol/common/peppol-common-r040.d.ts.map +0 -1
  2412. package/dist/schematron/peppol/common/peppol-common-r040.js +0 -18
  2413. package/dist/schematron/peppol/common/peppol-common-r040.js.map +0 -1
  2414. package/dist/schematron/peppol/common/peppol-common-r041.d.ts +0 -6
  2415. package/dist/schematron/peppol/common/peppol-common-r041.d.ts.map +0 -1
  2416. package/dist/schematron/peppol/common/peppol-common-r041.js +0 -18
  2417. package/dist/schematron/peppol/common/peppol-common-r041.js.map +0 -1
  2418. package/dist/schematron/peppol/common/peppol-common-r042.d.ts +0 -6
  2419. package/dist/schematron/peppol/common/peppol-common-r042.d.ts.map +0 -1
  2420. package/dist/schematron/peppol/common/peppol-common-r042.js +0 -21
  2421. package/dist/schematron/peppol/common/peppol-common-r042.js.map +0 -1
  2422. package/dist/schematron/peppol/common/peppol-common-r043.d.ts +0 -6
  2423. package/dist/schematron/peppol/common/peppol-common-r043.d.ts.map +0 -1
  2424. package/dist/schematron/peppol/common/peppol-common-r043.js +0 -18
  2425. package/dist/schematron/peppol/common/peppol-common-r043.js.map +0 -1
  2426. package/dist/schematron/peppol/common/peppol-common-r044.d.ts +0 -6
  2427. package/dist/schematron/peppol/common/peppol-common-r044.d.ts.map +0 -1
  2428. package/dist/schematron/peppol/common/peppol-common-r044.js +0 -17
  2429. package/dist/schematron/peppol/common/peppol-common-r044.js.map +0 -1
  2430. package/dist/schematron/peppol/common/peppol-common-r045.d.ts +0 -6
  2431. package/dist/schematron/peppol/common/peppol-common-r045.d.ts.map +0 -1
  2432. package/dist/schematron/peppol/common/peppol-common-r045.js +0 -17
  2433. package/dist/schematron/peppol/common/peppol-common-r045.js.map +0 -1
  2434. package/dist/schematron/peppol/common/peppol-common-r046.d.ts +0 -6
  2435. package/dist/schematron/peppol/common/peppol-common-r046.d.ts.map +0 -1
  2436. package/dist/schematron/peppol/common/peppol-common-r046.js +0 -17
  2437. package/dist/schematron/peppol/common/peppol-common-r046.js.map +0 -1
  2438. package/dist/schematron/peppol/common/peppol-common-r047.d.ts +0 -6
  2439. package/dist/schematron/peppol/common/peppol-common-r047.d.ts.map +0 -1
  2440. package/dist/schematron/peppol/common/peppol-common-r047.js +0 -17
  2441. package/dist/schematron/peppol/common/peppol-common-r047.js.map +0 -1
  2442. package/dist/schematron/peppol/common/peppol-common-r049.d.ts +0 -6
  2443. package/dist/schematron/peppol/common/peppol-common-r049.d.ts.map +0 -1
  2444. package/dist/schematron/peppol/common/peppol-common-r049.js +0 -17
  2445. package/dist/schematron/peppol/common/peppol-common-r049.js.map +0 -1
  2446. package/dist/schematron/peppol/common/peppol-common-r050.d.ts +0 -6
  2447. package/dist/schematron/peppol/common/peppol-common-r050.d.ts.map +0 -1
  2448. package/dist/schematron/peppol/common/peppol-common-r050.js +0 -18
  2449. package/dist/schematron/peppol/common/peppol-common-r050.js.map +0 -1
  2450. package/dist/schematron/peppol/common/peppol-common-r052.d.ts +0 -6
  2451. package/dist/schematron/peppol/common/peppol-common-r052.d.ts.map +0 -1
  2452. package/dist/schematron/peppol/common/peppol-common-r052.js +0 -16
  2453. package/dist/schematron/peppol/common/peppol-common-r052.js.map +0 -1
  2454. package/dist/schematron/peppol/common/peppol-common-r053.d.ts +0 -6
  2455. package/dist/schematron/peppol/common/peppol-common-r053.d.ts.map +0 -1
  2456. package/dist/schematron/peppol/common/peppol-common-r053.js +0 -16
  2457. package/dist/schematron/peppol/common/peppol-common-r053.js.map +0 -1
  2458. package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts +0 -6
  2459. package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts.map +0 -1
  2460. package/dist/schematron/peppol/f/peppol-en16931-f001.js +0 -26
  2461. package/dist/schematron/peppol/f/peppol-en16931-f001.js.map +0 -1
  2462. package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts +0 -6
  2463. package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts.map +0 -1
  2464. package/dist/schematron/peppol/p/peppol-en16931-p0100.js +0 -46
  2465. package/dist/schematron/peppol/p/peppol-en16931-p0100.js.map +0 -1
  2466. package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts +0 -6
  2467. package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts.map +0 -1
  2468. package/dist/schematron/peppol/p/peppol-en16931-p0101.js +0 -25
  2469. package/dist/schematron/peppol/p/peppol-en16931-p0101.js.map +0 -1
  2470. package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts +0 -6
  2471. package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts.map +0 -1
  2472. package/dist/schematron/peppol/p/peppol-en16931-p0104.js +0 -15
  2473. package/dist/schematron/peppol/p/peppol-en16931-p0104.js.map +0 -1
  2474. package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts +0 -6
  2475. package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts.map +0 -1
  2476. package/dist/schematron/peppol/p/peppol-en16931-p0105.js +0 -15
  2477. package/dist/schematron/peppol/p/peppol-en16931-p0105.js.map +0 -1
  2478. package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts +0 -6
  2479. package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts.map +0 -1
  2480. package/dist/schematron/peppol/p/peppol-en16931-p0106.js +0 -15
  2481. package/dist/schematron/peppol/p/peppol-en16931-p0106.js.map +0 -1
  2482. package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts +0 -6
  2483. package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts.map +0 -1
  2484. package/dist/schematron/peppol/p/peppol-en16931-p0107.js +0 -15
  2485. package/dist/schematron/peppol/p/peppol-en16931-p0107.js.map +0 -1
  2486. package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts +0 -6
  2487. package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts.map +0 -1
  2488. package/dist/schematron/peppol/p/peppol-en16931-p0108.js +0 -15
  2489. package/dist/schematron/peppol/p/peppol-en16931-p0108.js.map +0 -1
  2490. package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts +0 -6
  2491. package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts.map +0 -1
  2492. package/dist/schematron/peppol/p/peppol-en16931-p0109.js +0 -15
  2493. package/dist/schematron/peppol/p/peppol-en16931-p0109.js.map +0 -1
  2494. package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts +0 -6
  2495. package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts.map +0 -1
  2496. package/dist/schematron/peppol/p/peppol-en16931-p0110.js +0 -15
  2497. package/dist/schematron/peppol/p/peppol-en16931-p0110.js.map +0 -1
  2498. package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts +0 -6
  2499. package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts.map +0 -1
  2500. package/dist/schematron/peppol/p/peppol-en16931-p0111.js +0 -15
  2501. package/dist/schematron/peppol/p/peppol-en16931-p0111.js.map +0 -1
  2502. package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts +0 -6
  2503. package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts.map +0 -1
  2504. package/dist/schematron/peppol/p/peppol-en16931-p0112.js +0 -19
  2505. package/dist/schematron/peppol/p/peppol-en16931-p0112.js.map +0 -1
  2506. package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts +0 -9
  2507. package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts.map +0 -1
  2508. package/dist/schematron/peppol/r/peppol-en16931-r001.js +0 -20
  2509. package/dist/schematron/peppol/r/peppol-en16931-r001.js.map +0 -1
  2510. package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts +0 -6
  2511. package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts.map +0 -1
  2512. package/dist/schematron/peppol/r/peppol-en16931-r002.js +0 -15
  2513. package/dist/schematron/peppol/r/peppol-en16931-r002.js.map +0 -1
  2514. package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts +0 -6
  2515. package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts.map +0 -1
  2516. package/dist/schematron/peppol/r/peppol-en16931-r003.js +0 -15
  2517. package/dist/schematron/peppol/r/peppol-en16931-r003.js.map +0 -1
  2518. package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts +0 -6
  2519. package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts.map +0 -1
  2520. package/dist/schematron/peppol/r/peppol-en16931-r004.js +0 -16
  2521. package/dist/schematron/peppol/r/peppol-en16931-r004.js.map +0 -1
  2522. package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts +0 -6
  2523. package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts.map +0 -1
  2524. package/dist/schematron/peppol/r/peppol-en16931-r005.js +0 -15
  2525. package/dist/schematron/peppol/r/peppol-en16931-r005.js.map +0 -1
  2526. package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts +0 -6
  2527. package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts.map +0 -1
  2528. package/dist/schematron/peppol/r/peppol-en16931-r007.js +0 -14
  2529. package/dist/schematron/peppol/r/peppol-en16931-r007.js.map +0 -1
  2530. package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts +0 -6
  2531. package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts.map +0 -1
  2532. package/dist/schematron/peppol/r/peppol-en16931-r008.js +0 -21
  2533. package/dist/schematron/peppol/r/peppol-en16931-r008.js.map +0 -1
  2534. package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts +0 -6
  2535. package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts.map +0 -1
  2536. package/dist/schematron/peppol/r/peppol-en16931-r010.js +0 -15
  2537. package/dist/schematron/peppol/r/peppol-en16931-r010.js.map +0 -1
  2538. package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts +0 -6
  2539. package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts.map +0 -1
  2540. package/dist/schematron/peppol/r/peppol-en16931-r020.js +0 -15
  2541. package/dist/schematron/peppol/r/peppol-en16931-r020.js.map +0 -1
  2542. package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts +0 -6
  2543. package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts.map +0 -1
  2544. package/dist/schematron/peppol/r/peppol-en16931-r040.js +0 -19
  2545. package/dist/schematron/peppol/r/peppol-en16931-r040.js.map +0 -1
  2546. package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts +0 -6
  2547. package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts.map +0 -1
  2548. package/dist/schematron/peppol/r/peppol-en16931-r041.js +0 -15
  2549. package/dist/schematron/peppol/r/peppol-en16931-r041.js.map +0 -1
  2550. package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts +0 -6
  2551. package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts.map +0 -1
  2552. package/dist/schematron/peppol/r/peppol-en16931-r042.js +0 -15
  2553. package/dist/schematron/peppol/r/peppol-en16931-r042.js.map +0 -1
  2554. package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts +0 -6
  2555. package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts.map +0 -1
  2556. package/dist/schematron/peppol/r/peppol-en16931-r043.js +0 -15
  2557. package/dist/schematron/peppol/r/peppol-en16931-r043.js.map +0 -1
  2558. package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts +0 -6
  2559. package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts.map +0 -1
  2560. package/dist/schematron/peppol/r/peppol-en16931-r044.js +0 -15
  2561. package/dist/schematron/peppol/r/peppol-en16931-r044.js.map +0 -1
  2562. package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts +0 -6
  2563. package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts.map +0 -1
  2564. package/dist/schematron/peppol/r/peppol-en16931-r046.js +0 -20
  2565. package/dist/schematron/peppol/r/peppol-en16931-r046.js.map +0 -1
  2566. package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts +0 -6
  2567. package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts.map +0 -1
  2568. package/dist/schematron/peppol/r/peppol-en16931-r051.js +0 -27
  2569. package/dist/schematron/peppol/r/peppol-en16931-r051.js.map +0 -1
  2570. package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts +0 -6
  2571. package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts.map +0 -1
  2572. package/dist/schematron/peppol/r/peppol-en16931-r053.js +0 -15
  2573. package/dist/schematron/peppol/r/peppol-en16931-r053.js.map +0 -1
  2574. package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts +0 -6
  2575. package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts.map +0 -1
  2576. package/dist/schematron/peppol/r/peppol-en16931-r054.js +0 -16
  2577. package/dist/schematron/peppol/r/peppol-en16931-r054.js.map +0 -1
  2578. package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts +0 -6
  2579. package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts.map +0 -1
  2580. package/dist/schematron/peppol/r/peppol-en16931-r055.js +0 -19
  2581. package/dist/schematron/peppol/r/peppol-en16931-r055.js.map +0 -1
  2582. package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts +0 -6
  2583. package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts.map +0 -1
  2584. package/dist/schematron/peppol/r/peppol-en16931-r061.js +0 -20
  2585. package/dist/schematron/peppol/r/peppol-en16931-r061.js.map +0 -1
  2586. package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts +0 -6
  2587. package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts.map +0 -1
  2588. package/dist/schematron/peppol/r/peppol-en16931-r100.js +0 -15
  2589. package/dist/schematron/peppol/r/peppol-en16931-r100.js.map +0 -1
  2590. package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts +0 -6
  2591. package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts.map +0 -1
  2592. package/dist/schematron/peppol/r/peppol-en16931-r101.js +0 -17
  2593. package/dist/schematron/peppol/r/peppol-en16931-r101.js.map +0 -1
  2594. package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts +0 -6
  2595. package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts.map +0 -1
  2596. package/dist/schematron/peppol/r/peppol-en16931-r110.js +0 -20
  2597. package/dist/schematron/peppol/r/peppol-en16931-r110.js.map +0 -1
  2598. package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts +0 -6
  2599. package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts.map +0 -1
  2600. package/dist/schematron/peppol/r/peppol-en16931-r111.js +0 -20
  2601. package/dist/schematron/peppol/r/peppol-en16931-r111.js.map +0 -1
  2602. package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts +0 -6
  2603. package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts.map +0 -1
  2604. package/dist/schematron/peppol/r/peppol-en16931-r120.js +0 -24
  2605. package/dist/schematron/peppol/r/peppol-en16931-r120.js.map +0 -1
  2606. package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts +0 -6
  2607. package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts.map +0 -1
  2608. package/dist/schematron/peppol/r/peppol-en16931-r121.js +0 -18
  2609. package/dist/schematron/peppol/r/peppol-en16931-r121.js.map +0 -1
  2610. package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts +0 -6
  2611. package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts.map +0 -1
  2612. package/dist/schematron/peppol/r/peppol-en16931-r130.js +0 -21
  2613. package/dist/schematron/peppol/r/peppol-en16931-r130.js.map +0 -1
  2614. package/dist/schematron/se/se-r-001.d.ts +0 -6
  2615. package/dist/schematron/se/se-r-001.d.ts.map +0 -1
  2616. package/dist/schematron/se/se-r-001.js +0 -16
  2617. package/dist/schematron/se/se-r-001.js.map +0 -1
  2618. package/dist/schematron/se/se-r-002.d.ts +0 -6
  2619. package/dist/schematron/se/se-r-002.d.ts.map +0 -1
  2620. package/dist/schematron/se/se-r-002.js +0 -16
  2621. package/dist/schematron/se/se-r-002.js.map +0 -1
  2622. package/dist/schematron/se/se-r-003.d.ts +0 -6
  2623. package/dist/schematron/se/se-r-003.d.ts.map +0 -1
  2624. package/dist/schematron/se/se-r-003.js +0 -16
  2625. package/dist/schematron/se/se-r-003.js.map +0 -1
  2626. package/dist/schematron/se/se-r-004.d.ts +0 -6
  2627. package/dist/schematron/se/se-r-004.d.ts.map +0 -1
  2628. package/dist/schematron/se/se-r-004.js +0 -16
  2629. package/dist/schematron/se/se-r-004.js.map +0 -1
  2630. package/dist/schematron/se/se-r-005.d.ts +0 -6
  2631. package/dist/schematron/se/se-r-005.d.ts.map +0 -1
  2632. package/dist/schematron/se/se-r-005.js +0 -17
  2633. package/dist/schematron/se/se-r-005.js.map +0 -1
  2634. package/dist/schematron/se/se-r-006.d.ts +0 -6
  2635. package/dist/schematron/se/se-r-006.d.ts.map +0 -1
  2636. package/dist/schematron/se/se-r-006.js +0 -24
  2637. package/dist/schematron/se/se-r-006.js.map +0 -1
  2638. package/dist/schematron/se/se-r-007.d.ts +0 -6
  2639. package/dist/schematron/se/se-r-007.d.ts.map +0 -1
  2640. package/dist/schematron/se/se-r-007.js +0 -20
  2641. package/dist/schematron/se/se-r-007.js.map +0 -1
  2642. package/dist/schematron/se/se-r-008.d.ts +0 -6
  2643. package/dist/schematron/se/se-r-008.d.ts.map +0 -1
  2644. package/dist/schematron/se/se-r-008.js +0 -20
  2645. package/dist/schematron/se/se-r-008.js.map +0 -1
  2646. package/dist/schematron/se/se-r-009.d.ts +0 -6
  2647. package/dist/schematron/se/se-r-009.d.ts.map +0 -1
  2648. package/dist/schematron/se/se-r-009.js +0 -20
  2649. package/dist/schematron/se/se-r-009.js.map +0 -1
  2650. package/dist/schematron/se/se-r-010.d.ts +0 -6
  2651. package/dist/schematron/se/se-r-010.d.ts.map +0 -1
  2652. package/dist/schematron/se/se-r-010.js +0 -20
  2653. package/dist/schematron/se/se-r-010.js.map +0 -1
  2654. package/dist/schematron/se/se-r-011.d.ts +0 -6
  2655. package/dist/schematron/se/se-r-011.d.ts.map +0 -1
  2656. package/dist/schematron/se/se-r-011.js +0 -19
  2657. package/dist/schematron/se/se-r-011.js.map +0 -1
  2658. package/dist/schematron/se/se-r-012.d.ts +0 -6
  2659. package/dist/schematron/se/se-r-012.d.ts.map +0 -1
  2660. package/dist/schematron/se/se-r-012.js +0 -16
  2661. package/dist/schematron/se/se-r-012.js.map +0 -1
  2662. package/dist/schematron/se/se-r-013.d.ts +0 -6
  2663. package/dist/schematron/se/se-r-013.d.ts.map +0 -1
  2664. package/dist/schematron/se/se-r-013.js +0 -17
  2665. package/dist/schematron/se/se-r-013.js.map +0 -1
  2666. package/dist/schematron/types.d.ts +0 -28
  2667. package/dist/schematron/types.d.ts.map +0 -1
  2668. package/dist/values/additional-document-reference-codes.generated.d.ts +0 -3332
  2669. package/dist/values/additional-document-reference-codes.generated.d.ts.map +0 -1
  2670. package/dist/values/additional-document-reference-codes.generated.js +0 -4149
  2671. package/dist/values/additional-document-reference-codes.generated.js.map +0 -1
  2672. package/dist/values/allowance-charge-reason-codes.generated.d.ts +0 -43
  2673. package/dist/values/allowance-charge-reason-codes.generated.d.ts.map +0 -1
  2674. package/dist/values/allowance-charge-reason-codes.generated.js +0 -61
  2675. package/dist/values/allowance-charge-reason-codes.generated.js.map +0 -1
  2676. package/dist/values/application-response-type-codes.generated.d.ts +0 -27
  2677. package/dist/values/application-response-type-codes.generated.d.ts.map +0 -1
  2678. package/dist/values/application-response-type-codes.generated.js +0 -29
  2679. package/dist/values/application-response-type-codes.generated.js.map +0 -1
  2680. package/dist/values/charge-reason-codes.generated.d.ts +0 -737
  2681. package/dist/values/charge-reason-codes.generated.d.ts.map +0 -1
  2682. package/dist/values/charge-reason-codes.generated.js +0 -914
  2683. package/dist/values/charge-reason-codes.generated.js.map +0 -1
  2684. package/dist/values/country-code.generated.d.ts +0 -275
  2685. package/dist/values/country-code.generated.d.ts.map +0 -1
  2686. package/dist/values/country-code.generated.js +0 -525
  2687. package/dist/values/country-code.generated.js.map +0 -1
  2688. package/dist/values/credit-notes-type-codes.generated.d.ts +0 -44
  2689. package/dist/values/credit-notes-type-codes.generated.d.ts.map +0 -1
  2690. package/dist/values/credit-notes-type-codes.generated.js +0 -48
  2691. package/dist/values/credit-notes-type-codes.generated.js.map +0 -1
  2692. package/dist/values/currency-code.generated.d.ts +0 -203
  2693. package/dist/values/currency-code.generated.d.ts.map +0 -1
  2694. package/dist/values/currency-code.generated.js +0 -381
  2695. package/dist/values/currency-code.generated.js.map +0 -1
  2696. package/dist/values/document-type-codes.generated.d.ts +0 -3172
  2697. package/dist/values/document-type-codes.generated.d.ts.map +0 -1
  2698. package/dist/values/document-type-codes.generated.js +0 -3899
  2699. package/dist/values/document-type-codes.generated.js.map +0 -1
  2700. package/dist/values/document-type.generated.d.ts +0 -1307
  2701. package/dist/values/document-type.generated.d.ts.map +0 -1
  2702. package/dist/values/document-type.generated.js +0 -2425
  2703. package/dist/values/document-type.generated.js.map +0 -1
  2704. package/dist/values/duty-tax-fee-categories.generated.d.ts +0 -68
  2705. package/dist/values/duty-tax-fee-categories.generated.d.ts.map +0 -1
  2706. package/dist/values/duty-tax-fee-categories.generated.js +0 -77
  2707. package/dist/values/duty-tax-fee-categories.generated.js.map +0 -1
  2708. package/dist/values/eas-codes.generated.d.ts +0 -116
  2709. package/dist/values/eas-codes.generated.d.ts.map +0 -1
  2710. package/dist/values/eas-codes.generated.js +0 -209
  2711. package/dist/values/eas-codes.generated.js.map +0 -1
  2712. package/dist/values/icd-codes.generated.d.ts +0 -1229
  2713. package/dist/values/icd-codes.generated.d.ts.map +0 -1
  2714. package/dist/values/icd-codes.generated.js +0 -1468
  2715. package/dist/values/icd-codes.generated.js.map +0 -1
  2716. package/dist/values/invoice-status-codes.generated.d.ts +0 -60
  2717. package/dist/values/invoice-status-codes.generated.d.ts.map +0 -1
  2718. package/dist/values/invoice-status-codes.generated.js +0 -66
  2719. package/dist/values/invoice-status-codes.generated.js.map +0 -1
  2720. package/dist/values/invoice-type-codes.generated.d.ts +0 -137
  2721. package/dist/values/invoice-type-codes.generated.d.ts.map +0 -1
  2722. package/dist/values/invoice-type-codes.generated.js +0 -163
  2723. package/dist/values/invoice-type-codes.generated.js.map +0 -1
  2724. package/dist/values/item-classification-code.generated.d.ts +0 -771
  2725. package/dist/values/item-classification-code.generated.d.ts.map +0 -1
  2726. package/dist/values/item-classification-code.generated.js +0 -955
  2727. package/dist/values/item-classification-code.generated.js.map +0 -1
  2728. package/dist/values/mime-codes.generated.d.ts +0 -30
  2729. package/dist/values/mime-codes.generated.d.ts.map +0 -1
  2730. package/dist/values/mime-codes.generated.js +0 -35
  2731. package/dist/values/mime-codes.generated.js.map +0 -1
  2732. package/dist/values/op-status-action.generated.d.ts +0 -52
  2733. package/dist/values/op-status-action.generated.d.ts.map +0 -1
  2734. package/dist/values/op-status-action.generated.js +0 -58
  2735. package/dist/values/op-status-action.generated.js.map +0 -1
  2736. package/dist/values/op-status-reason.generated.d.ts +0 -81
  2737. package/dist/values/op-status-reason.generated.d.ts.map +0 -1
  2738. package/dist/values/op-status-reason.generated.js +0 -94
  2739. package/dist/values/op-status-reason.generated.js.map +0 -1
  2740. package/dist/values/participant-identifier-schemes.generated.d.ts +0 -1387
  2741. package/dist/values/participant-identifier-schemes.generated.d.ts.map +0 -1
  2742. package/dist/values/participant-identifier-schemes.generated.js +0 -1513
  2743. package/dist/values/participant-identifier-schemes.generated.js.map +0 -1
  2744. package/dist/values/payment-means-codes.generated.d.ts +0 -375
  2745. package/dist/values/payment-means-codes.generated.d.ts.map +0 -1
  2746. package/dist/values/payment-means-codes.generated.js +0 -458
  2747. package/dist/values/payment-means-codes.generated.js.map +0 -1
  2748. package/dist/values/processes.generated.d.ts +0 -30
  2749. package/dist/values/processes.generated.d.ts.map +0 -1
  2750. package/dist/values/processes.generated.js +0 -265
  2751. package/dist/values/processes.generated.js.map +0 -1
  2752. package/dist/values/quantity-unit-codes.generated.d.ts.map +0 -1
  2753. package/dist/values/quantity-unit-codes.generated.js +0 -6712
  2754. package/dist/values/quantity-unit-codes.generated.js.map +0 -1
  2755. package/dist/values/vat-dates.generated.d.ts +0 -27
  2756. package/dist/values/vat-dates.generated.d.ts.map +0 -1
  2757. package/dist/values/vat-dates.generated.js +0 -29
  2758. package/dist/values/vat-dates.generated.js.map +0 -1
  2759. package/dist/values/vatex-codes.generated.d.ts +0 -344
  2760. package/dist/values/vatex-codes.generated.d.ts.map +0 -1
  2761. package/dist/values/vatex-codes.generated.js +0 -431
  2762. package/dist/values/vatex-codes.generated.js.map +0 -1
  2763. package/dist/xml/builder-options.d.ts +0 -16
  2764. package/dist/xml/builder-options.d.ts.map +0 -1
  2765. package/dist/xml/builder-options.js +0 -10
  2766. package/dist/xml/builder-options.js.map +0 -1
  2767. package/dist/xml/common-xml-options.js +0 -18
  2768. package/dist/xml/common-xml-options.js.map +0 -1
  2769. package/dist/xml/parser-options.d.ts +0 -16
  2770. package/dist/xml/parser-options.d.ts.map +0 -1
  2771. package/dist/xml/parser-options.js +0 -7
  2772. package/dist/xml/parser-options.js.map +0 -1
  2773. package/src/effect/values/process-xml-identifier-schema.ts +0 -21
@@ -1,3172 +0,0 @@
1
- //#region src/values/document-type-codes.generated.d.ts
2
- /**
3
- * @version D.17A
4
- *
5
- * @category Peppol Values
6
- *
7
- * @title Document name code, full list (UNCL1001)
8
- *
9
- * @enum
10
- *
11
- * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001/
12
- */
13
- export declare const documentTypeCodes: {
14
- /**
15
- * @description Certificate providing the values of an analysis.
16
- */
17
- '1': string;
18
- /**
19
- * @description Certificate certifying the conformity to predefined definitions.
20
- */
21
- '2': string;
22
- /**
23
- * @description Certificate certifying the quality of goods, services etc.
24
- */
25
- '3': string;
26
- /**
27
- * @description Report providing the results of a test session.
28
- */
29
- '4': string;
30
- /**
31
- * @description Report specifying the performance values of products.
32
- */
33
- '5': string;
34
- /**
35
- * @description Report providing specification values of products.
36
- */
37
- '6': string;
38
- /**
39
- * @description Reports on events during production process.
40
- */
41
- '7': string;
42
- /**
43
- * @description Document/message describes the test report of the first sample.
44
- */
45
- '8': string;
46
- /**
47
- * @description A document/message to enable the transmission of information regarding pricing and catalogue details for goods and services offered by a seller
48
- * to a buyer.
49
- */
50
- '9': string;
51
- /**
52
- * @description Document/message providing basic data concerning a party.
53
- */
54
- '10': string;
55
- /**
56
- * @description A pre-approved document relating to federal label approval requirements.
57
- */
58
- '11': string;
59
- /**
60
- * @description Certificate certifying a specific quality of agricultural products.
61
- */
62
- '12': string;
63
- /**
64
- * @description Document/message which evidences the transport of goods by post (e.g. mail, parcel, etc.).
65
- */
66
- '13': string;
67
- /**
68
- * @description Certificate certifying the weight of goods.
69
- */
70
- '14': string;
71
- /**
72
- * @description Document/message specifying the weight of goods.
73
- */
74
- '15': string;
75
- /**
76
- * @description Document by means of which the documentary credit applicant specifies the conditions for the certificate and by whom the certificate is to be
77
- * issued.
78
- */
79
- '16': string;
80
- /**
81
- * @description Document identifying goods in which the issuing authority expressly certifies that the goods originate in a specific country or part of, or group
82
- * of countries. It also states the price and/or cost of the goods with the purpose of determining the customs origin.
83
- */
84
- '17': string;
85
- /**
86
- * @description Specific form of transit declaration issued by the exporter (movement certificate).
87
- */
88
- '18': string;
89
- /**
90
- * @description Certificate certifying the quantity of goods, services etc.
91
- */
92
- '19': string;
93
- /**
94
- * @description Usage of QALITY-message.
95
- */
96
- '20': string;
97
- /**
98
- * @description Request information based on defined criteria.
99
- */
100
- '21': string;
101
- /**
102
- * @description Document/message returned as an answer to a question.
103
- */
104
- '22': string;
105
- /**
106
- * @description Information regarding the status of a related message.
107
- */
108
- '23': string;
109
- /**
110
- * @description Message/document identifying containers that have been unloaded and then reloaded onto the same means of transport.
111
- */
112
- '24': string;
113
- /**
114
- * @description Message/document itemising containers to be discharged from vessel.
115
- */
116
- '25': string;
117
- /**
118
- * @description Document/message providing contributions advice used for corporate superannuation schemes.
119
- */
120
- '26': string;
121
- /**
122
- * @description Document/message providing contributions advice used for superannuation schemes which are industry wide.
123
- */
124
- '27': string;
125
- /**
126
- * @description Member maintenance message used for corporate superannuation schemes.
127
- */
128
- '28': string;
129
- /**
130
- * @description Member maintenance message used for industry wide superannuation schemes.
131
- */
132
- '29': string;
133
- /**
134
- * @description Payroll deductions advice used in the life insurance industry.
135
- */
136
- '30': string;
137
- /**
138
- * @description A Message/document requesting to move cargo from one Customs control point to another.
139
- */
140
- '31': string;
141
- /**
142
- * @description A message/document issuing Customs approval to move cargo from one Customs control point to another.
143
- */
144
- '32': string;
145
- /**
146
- * @description Document / message issued by the authority in the exporting country evidencing the sealing of export meat lockers.
147
- */
148
- '33': string;
149
- /**
150
- * @description Message identifying the status of cargo.
151
- */
152
- '34': string;
153
- /**
154
- * @description A message specifying information relating to held inventories.
155
- */
156
- '35': string;
157
- /**
158
- * @description Official document to identify a person.
159
- */
160
- '36': string;
161
- /**
162
- * @description Document/message in which the competent national authorities provide a declarant with an acceptance or a rejection about a received declaration
163
- * for European statistical purposes.
164
- */
165
- '37': string;
166
- /**
167
- * @description Official document proving immunisation against certain diseases.
168
- */
169
- '38': string;
170
- /**
171
- * @description An official document giving permission to travel in foreign countries.
172
- */
173
- '39': string;
174
- /**
175
- * @description An official document giving permission to drive a car in a given country.
176
- */
177
- '40': string;
178
- /**
179
- * @description An official document giving a native of one country permission to drive a vehicle in certain other countries.
180
- */
181
- '41': string;
182
- /**
183
- * @description A document giving free access to a service.
184
- */
185
- '42': string;
186
- /**
187
- * @description A document giving access to a service for a determined period of time.
188
- */
189
- '43': string;
190
- /**
191
- * @description (1125) A message to report the transport status and/or change in the transport status (i.e. event) between agreed parties.
192
- */
193
- '44': string;
194
- /**
195
- * @description (1127) A message to request a transport status report (e.g. through the national multimodal status report message IFSTA).
196
- */
197
- '45': string;
198
- /**
199
- * @description A banking status document and/or message.
200
- */
201
- '46': string;
202
- /**
203
- * @description Document/message in which a declarant provides information about extra-Community trade of goods required by the body responsible for the
204
- * collection of trade statistics. Trade by a country in the European Union with a country outside the European Union.
205
- */
206
- '47': string;
207
- /**
208
- * @description 10385 Written instructions relating to dangerous goods and defined in the European Agreement of Dangerous Transport by Road known as ADR (Accord
209
- * europeen relatif au transport international des marchandises Dangereuses par Route).
210
- */
211
- '48': string;
212
- /**
213
- * @description Official certification that damages to the goods to be transported have been discovered.
214
- */
215
- '49': string;
216
- /**
217
- * @description A validated priced tender.
218
- */
219
- '50': string;
220
- /**
221
- * @description A document providing a response to a previously sent price/sales catalogue.
222
- */
223
- '51': string;
224
- /**
225
- * @description A document providing the result of price negotiations.
226
- */
227
- '52': string;
228
- /**
229
- * @description Document or message to supply advice on a dangerous or hazardous material to industrial customers so as to enable them to take measures to
230
- * protect their employees and the environment from any potential harmful effects from these material.
231
- */
232
- '53': string;
233
- /**
234
- * @description A statement of an account containing the booked items as in the ledger of the account servicing financial institution.
235
- */
236
- '54': string;
237
- /**
238
- * @description A statement from the account servicing financial institution containing items pending to be booked.
239
- */
240
- '55': string;
241
- /**
242
- * @description Last statement of a period containing the interest calculation and the final balance of the last entry date.
243
- */
244
- '56': string;
245
- /**
246
- * @description Report on the movement of containers or other items of transport equipment to record physical movement activity and establish the beginning of a
247
- * rental period.
248
- */
249
- '57': string;
250
- /**
251
- * @description Report on the movement of containers or other items of transport equipment to record physical movement activity and establish the end of a rental
252
- * period.
253
- */
254
- '58': string;
255
- /**
256
- * @description No shortage, surplus or damaged outturn resulting from container vessel unpacking.
257
- */
258
- '59': string;
259
- /**
260
- * @description Movement type indicator: goods are moved under customs control for warehousing due to being time-up.
261
- */
262
- '60': string;
263
- /**
264
- * @description Movement type indicator: goods are to move by sea under customs control to a customs office where formalities will be completed.
265
- */
266
- '61': string;
267
- /**
268
- * @description Cargo consists of personal effects.
269
- */
270
- '62': string;
271
- /**
272
- * @description Cargo consists of timber.
273
- */
274
- '63': string;
275
- /**
276
- * @description Document/message issued either by a factor to indicate his preliminary credit assessment on a buyer, or by a seller to request a factor's
277
- * preliminary credit assessment on a buyer.
278
- */
279
- '64': string;
280
- /**
281
- * @description Document/message issued either by a factor to give a credit cover on a buyer, or by a seller to request a factor's credit cover.
282
- */
283
- '65': string;
284
- /**
285
- * @description Document/message issued by a factor to indicate the money movements of a seller's or another factor's account with him.
286
- */
287
- '66': string;
288
- /**
289
- * @description Document/message issued by a party (usually the buyer) to indicate that one or more invoices or one or more credit notes are disputed for
290
- * payment.
291
- */
292
- '67': string;
293
- /**
294
- * @description Document/message issued by a factor to a seller or to another factor to indicate that the rest of the amounts of one or more invoices
295
- * uncollectable from buyers are charged back to clear the invoice(s) off the ledger.
296
- */
297
- '68': string;
298
- /**
299
- * @description Document/message issued by a factor to a seller or to another factor to reassign an invoice or credit note previously assigned to him.
300
- */
301
- '69': string;
302
- /**
303
- * @description Document message issued by a factor to indicate the movements of invoices, credit notes and payments of a seller's account.
304
- */
305
- '70': string;
306
- /**
307
- * @description Document/message issued by a creditor to a debtor to request payment of one or more invoices past due.
308
- */
309
- '71': string;
310
- /**
311
- * @description A message or document issuing permission to unship cargo.
312
- */
313
- '72': string;
314
- /**
315
- * @description Transmission of one or more statistical definitions.
316
- */
317
- '73': string;
318
- /**
319
- * @description Transmission of one or more items of data or data sets.
320
- */
321
- '74': string;
322
- /**
323
- * @description Request for one or more items or data sets of statistical data.
324
- */
325
- '75': string;
326
- /**
327
- * @description Document/message to provide split quantities and delivery dates referring to a previous delivery instruction.
328
- */
329
- '76': string;
330
- /**
331
- * @description Message covers information about the consignment status.
332
- */
333
- '77': string;
334
- /**
335
- * @description Advice of inventory movements.
336
- */
337
- '78': string;
338
- /**
339
- * @description Advice of stock on hand.
340
- */
341
- '79': string;
342
- /**
343
- * @description Debit information related to a transaction for goods or services to the relevant party.
344
- */
345
- '80': string;
346
- /**
347
- * @description Document message used to provide credit information related to a transaction for goods or services to the relevant party.
348
- */
349
- '81': string;
350
- /**
351
- * @description Document/message claiming payment for the supply of metered services (e.g., gas, electricity, etc.) supplied to a fixed meter whose consumption
352
- * is measured over a period of time.
353
- */
354
- '82': string;
355
- /**
356
- * @description Document message for providing credit information related to financial adjustments to the relevant party, e.g., bonuses.
357
- */
358
- '83': string;
359
- /**
360
- * @description Document/message for providing debit information related to financial adjustments to the relevant party.
361
- */
362
- '84': string;
363
- /**
364
- * @description Message/document identifying a customs manifest. The document itemises a list of cargo prepared by shipping companies from bills of landing and
365
- * presented to customs for formal report of cargo.
366
- */
367
- '85': string;
368
- /**
369
- * @description A document code to indicate that the message being transmitted identifies all short and surplus cargoes off-loaded from a vessel at a specified
370
- * discharging port.
371
- */
372
- '86': string;
373
- /**
374
- * @description A document code to indicate that the message being transmitted is summary manifest information for general cargo.
375
- */
376
- '87': string;
377
- /**
378
- * @description A document code to indicate that the message being transmitted is a consignment unpack report only.
379
- */
380
- '88': string;
381
- /**
382
- * @description Document or message issued by the competent authority in the exporting country evidencing that meat or meat by- products comply with the
383
- * requirements set by the importing country.
384
- */
385
- '89': string;
386
- /**
387
- * @description Document or message issued by the competent authority in the exporting country evidencing that meat food products comply with the requirements
388
- * set by the importing country.
389
- */
390
- '90': string;
391
- /**
392
- * @description Document or message issued by the competent authority in the exporting country evidencing that poultry products comply with the requirements set
393
- * by the importing country.
394
- */
395
- '91': string;
396
- /**
397
- * @description Document or message issued by the competent authority in the exporting country evidencing that horsemeat products comply with the requirements
398
- * set by the importing country.
399
- */
400
- '92': string;
401
- /**
402
- * @description Document or message issued by the competent authority in the exporting country evidencing that casing products comply with the requirements set
403
- * by the importing country.
404
- */
405
- '93': string;
406
- /**
407
- * @description Document or message issued by the competent authority in the exporting country evidencing that pharmaceutical products comply with the
408
- * requirements set by the importing country.
409
- */
410
- '94': string;
411
- /**
412
- * @description Document or message issued by the competent authority in the exporting country evidencing that inedible products comply with the requirements set
413
- * by the importing country.
414
- */
415
- '95': string;
416
- /**
417
- * @description Notification of impending arrival details for vessel.
418
- */
419
- '96': string;
420
- /**
421
- * @description Message reporting the means of transport used to carry goods or cargo.
422
- */
423
- '97': string;
424
- /**
425
- * @description Message reporting the arrival details of goods or cargo.
426
- */
427
- '98': string;
428
- /**
429
- * @description Message/document sent by the cargo handler indicating that the cargo has moved from a Customs controlled premise.
430
- */
431
- '99': string;
432
- /**
433
- * @description Certificate asserting that the goods have been submitted to the excise authorities before departure from the exporting country or before delivery
434
- * in case of import traffic.
435
- */
436
- '100': string;
437
- /**
438
- * @description An official document providing registration details.
439
- */
440
- '101': string;
441
- /**
442
- * @description Used to specify that the message is a tax notification.
443
- */
444
- '102': string;
445
- /**
446
- * @description Report on the movement of containers or other items of transport equipment being exchanged, establishing relevant rental periods.
447
- */
448
- '103': string;
449
- /**
450
- * @description Advice that containers or other items of transport equipment may be expected to be delivered to a certain location.
451
- */
452
- '104': string;
453
- /**
454
- * @description Document/message issued within an enterprise to initiate the purchase of articles, materials or services required for the production or
455
- * manufacture of goods to be offered for sale or otherwise supplied to customers.
456
- */
457
- '105': string;
458
- /**
459
- * @description Report of damaged items of transport equipment that have been returned.
460
- */
461
- '106': string;
462
- /**
463
- * @description Advice Advice providing estimates of transport equipment maintenance and repair costs.
464
- */
465
- '107': string;
466
- /**
467
- * @description Instruction to release an item of empty transport equipment to a specified party or parties.
468
- */
469
- '108': string;
470
- /**
471
- * @description Report on the inward movement of cargo, containers or other items of transport equipment which have been delivered to a facility by an inland
472
- * carrier.
473
- */
474
- '109': string;
475
- /**
476
- * @description Document/message issued within an enterprise to initiate the manufacture of goods to be offered for sale.
477
- */
478
- '110': string;
479
- /**
480
- * @description Report on the outward movement of cargo, containers or other items of transport equipment (either full or empty) which have been picked up by an
481
- * inland carrier.
482
- */
483
- '111': string;
484
- /**
485
- * @description Instruction to unpack specified cargo from specified containers or other items of transport equipment.
486
- */
487
- '112': string;
488
- /**
489
- * @description Report on the completion of unpacking specified containers or other items of transport equipment.
490
- */
491
- '113': string;
492
- /**
493
- * @description Request for confirmation that an item of transport equipment will be available for collection.
494
- */
495
- '114': string;
496
- /**
497
- * @description Confirmation that an item of transport equipment is available for collection.
498
- */
499
- '115': string;
500
- /**
501
- * @description Report that an item of transport equipment has been collected.
502
- */
503
- '116': string;
504
- /**
505
- * @description Report on the movement of containers or other items of transport within a facility.
506
- */
507
- '117': string;
508
- /**
509
- * @description Instruction to unload specified cargo, containers or transport equipment from a means of transport.
510
- */
511
- '118': string;
512
- /**
513
- * @description Report on cargo, containers or transport equipment unloaded from a particular means of transport.
514
- */
515
- '119': string;
516
- /**
517
- * @description Document/message issued within an enterprise ordering the taking out of stock of goods.
518
- */
519
- '120': string;
520
- /**
521
- * @description Instruction to load cargo, containers or transport equipment onto a means of transport.
522
- */
523
- '121': string;
524
- /**
525
- * @description Report on completion of loading cargo, containers or other transport equipment onto a means of transport.
526
- */
527
- '122': string;
528
- /**
529
- * @description Authorisation Authorisation to have transport equipment repaired or to have maintenance performed.
530
- */
531
- '123': string;
532
- /**
533
- * @description Report of the departure of a means of transport from a particular facility.
534
- */
535
- '124': string;
536
- /**
537
- * @description Advice that an item or items of empty transport equipment are available for return.
538
- */
539
- '125': string;
540
- /**
541
- * @description Order to accept items of transport equipment which are to be delivered by an inland carrier (rail, road or barge) to a specified facility.
542
- */
543
- '126': string;
544
- /**
545
- * @description Instruction to perform a specified service or services on an item or items of transport equipment.
546
- */
547
- '127': string;
548
- /**
549
- * @description Report on the number of items of transport equipment stored at one or more locations.
550
- */
551
- '128': string;
552
- /**
553
- * @description Order to release cargo or items of transport equipment to a specified party.
554
- */
555
- '129': string;
556
- /**
557
- * @description Document/message issued within an enterprise containing data about goods sold, to be used as the basis for the preparation of an invoice.
558
- */
559
- '130': string;
560
- /**
561
- * @description Instruction to pack cargo into a container or other item of transport equipment.
562
- */
563
- '131': string;
564
- /**
565
- * @description Notification of customs clearance of cargo or items of transport equipment.
566
- */
567
- '132': string;
568
- /**
569
- * @description Notice specifying expiration of Customs documents relating to cargo or items of transport equipment.
570
- */
571
- '133': string;
572
- /**
573
- * @description Request for transport equipment to be made available for hire.
574
- */
575
- '134': string;
576
- /**
577
- * @description Order to release empty items of transport equipment for on-hire to a lessee, and authorising collection by or on behalf of a specified party.
578
- */
579
- '135': string;
580
- /**
581
- * @description Request to terminate the lease on an item of transport equipment at a specified time.
582
- */
583
- '136': string;
584
- /**
585
- * @description Order to perform a survey on specified items of transport equipment.
586
- */
587
- '137': string;
588
- /**
589
- * @description Response to an order to conduct a survey of transport equipment.
590
- */
591
- '138': string;
592
- /**
593
- * @description Survey report of specified items of transport equipment.
594
- */
595
- '139': string;
596
- /**
597
- * @description Document/message within an enterprise giving instructions on how goods are to be packed.
598
- */
599
- '140': string;
600
- /**
601
- * @description A document and/or message advising of items which have to be booked to a financial account.
602
- */
603
- '141': string;
604
- /**
605
- * @description Order Order to draw up an estimate of the costs of maintenance or repair of transport equipment.
606
- */
607
- '142': string;
608
- /**
609
- * @description Report of transport equipment which has been repaired or has had maintenance performed.
610
- */
611
- '143': string;
612
- /**
613
- * @description Order to make available empty containers.
614
- */
615
- '144': string;
616
- /**
617
- * @description Order that the containers or cargo specified are to be discharged from a vessel.
618
- */
619
- '145': string;
620
- /**
621
- * @description Order that specified cargo, containers or groups of containers are to be loaded in or on a vessel.
622
- */
623
- '146': string;
624
- /**
625
- * @description One purchase order that contains the orders of two or more vendors and the associated delivery points for each.
626
- */
627
- '147': string;
628
- /**
629
- * @description A document authorizing the bailing of goods.
630
- */
631
- '148': string;
632
- /**
633
- * @description A document indicating an agreement containing basic terms and conditions applicable to future contracts between two parties.
634
- */
635
- '149': string;
636
- /**
637
- * @description Document/message giving instructions about the transport of goods within an enterprise.
638
- */
639
- '150': string;
640
- /**
641
- * @description A document indicating the granting of funds.
642
- */
643
- '151': string;
644
- /**
645
- * @description A document indicating a contract calling for the indefinite deliveries of indefinite quantities of goods.
646
- */
647
- '152': string;
648
- /**
649
- * @description A document indicating a contract calling for indefinite deliveries of definite quantities.
650
- */
651
- '153': string;
652
- /**
653
- * @description A document indicating a requirements contract that authorizes the filling of all purchase requirements during a specified contract period.
654
- */
655
- '154': string;
656
- /**
657
- * @description A document indicating an order that tasks a contractor to perform a specified function.
658
- */
659
- '155': string;
660
- /**
661
- * @description A document indicating a plan that identifies which items will be made and which items will be bought.
662
- */
663
- '156': string;
664
- /**
665
- * @description A document indicating a plan that identifies the manufacturer's subcontracting strategy for a specific contract.
666
- */
667
- '157': string;
668
- /**
669
- * @description A document indicating a summary of cost data.
670
- */
671
- '158': string;
672
- /**
673
- * @description A document indicating cost and price data whose accuracy has been certified.
674
- */
675
- '159': string;
676
- /**
677
- * @description A document indicating a determination of the wages to be paid.
678
- */
679
- '160': string;
680
- /**
681
- * @description A report to provide the status of funds applicable to the contract.
682
- */
683
- '161': string;
684
- /**
685
- * @description A certification as to the accuracy of inspection and test results.
686
- */
687
- '162': string;
688
- /**
689
- * @description A report that is both an inspection report for materials and a receiving document.
690
- */
691
- '163': string;
692
- /**
693
- * @description A document indicating a specification used to purchase an item.
694
- */
695
- '164': string;
696
- /**
697
- * @description A document indicating a bond that guarantees the payment of monies or a performance.
698
- */
699
- '165': string;
700
- /**
701
- * @description A document that indicates the specification contains the security and classification requirements for a contract.
702
- */
703
- '166': string;
704
- /**
705
- * @description A document indicating the specification of how an item is to be manufactured.
706
- */
707
- '167': string;
708
- /**
709
- * @description A document certifying that more than 50 percent of the cost of an item is attributed to US origin.
710
- */
711
- '168': string;
712
- /**
713
- * @description Notice to return leased containers.
714
- */
715
- '169': string;
716
- /**
717
- * @description Order to accept cargo to be delivered by a carrier.
718
- */
719
- '170': string;
720
- /**
721
- * @description Notice specifying the pick-up of released cargo or containers from a certain address.
722
- */
723
- '171': string;
724
- /**
725
- * @description Document or message that authorises receiver to plan orders, based on information in this message, and send these orders as suggestions to the
726
- * sender.
727
- */
728
- '172': string;
729
- /**
730
- * @description Document or message that authorises receiver to plan and ship orders based on information in this message.
731
- */
732
- '173': string;
733
- /**
734
- * @description The document or message is a drawing.
735
- */
736
- '174': string;
737
- /**
738
- * @description A report identifying the cost performance on a contract at specified levels of the work breakdown structure (format 2 - organizational
739
- * categories).
740
- */
741
- '175': string;
742
- /**
743
- * @description A report providing the status of the cost and schedule applicable to a contract.
744
- */
745
- '176': string;
746
- /**
747
- * @description A report identifying the cost performance on a contract including the current month's values at specified levels of the work breakdown structure
748
- * (format 1 - work breakdown structure).
749
- */
750
- '177': string;
751
- /**
752
- * @description A report identifying the cost performance on a contract that summarizes changes to a contract over a given reporting period with beginning and
753
- * ending values (format 3 - baseline).
754
- */
755
- '178': string;
756
- /**
757
- * @description A report identifying the cost performance on a contract including forecasts of labour requirements for the remaining portion of the contract
758
- * (format 4 - staffing).
759
- */
760
- '179': string;
761
- /**
762
- * @description A report identifying the cost performance on a contract that summarizes cost or schedule variances (format 5 - explanations and problem
763
- * analysis).
764
- */
765
- '180': string;
766
- /**
767
- * @description Document or message progressively issued by the container terminal operator in charge of discharging a vessel identifying containers that have
768
- * been discharged from a specific vessel at that point in time.
769
- */
770
- '181': string;
771
- /**
772
- * @description Confirmation of a balance at an entry date.
773
- */
774
- '182': string;
775
- /**
776
- * @description Order to unload goods from a container.
777
- */
778
- '183': string;
779
- /**
780
- * @description Order to stuff specified goods or consignments in a container.
781
- */
782
- '184': string;
783
- /**
784
- * @description Declaration to the public authority upon arrival of the conveyance.
785
- */
786
- '185': string;
787
- /**
788
- * @description Declaration to the public authority upon departure of the conveyance.
789
- */
790
- '186': string;
791
- /**
792
- * @description Combined declaration of arrival and departure to the public authority.
793
- */
794
- '187': string;
795
- /**
796
- * @description A project plan for recovery after a delay or problem resolution.
797
- */
798
- '188': string;
799
- /**
800
- * @description A project plan for the production of goods.
801
- */
802
- '189': string;
803
- /**
804
- * @description Documents/messages issued within an enterprise for the for the purpose of collection of production and other internal statistics, and for other
805
- * administration purposes.
806
- */
807
- '190': string;
808
- /**
809
- * @description A high level, all encompassing master schedule of activities to complete a project.
810
- */
811
- '191': string;
812
- /**
813
- * @description A priced tender based upon an alternate specification.
814
- */
815
- '192': string;
816
- /**
817
- * @description An estimate based upon a detailed, quantity based specification (bill of quantity).
818
- */
819
- '193': string;
820
- /**
821
- * @description Document/message providing a draft bill of quantity, issued in an unpriced form.
822
- */
823
- '194': string;
824
- /**
825
- * @description Instruction for the collection of the documentary credit.
826
- */
827
- '195': string;
828
- /**
829
- * @description Request for an amendment of a documentary credit.
830
- */
831
- '196': string;
832
- /**
833
- * @description Documentary credit amendment information.
834
- */
835
- '197': string;
836
- /**
837
- * @description Advice of an amendment of a documentary credit.
838
- */
839
- '198': string;
840
- /**
841
- * @description Response to an amendment of a documentary credit.
842
- */
843
- '199': string;
844
- /**
845
- * @description Provides information on documentary credit issuance.
846
- */
847
- '200': string;
848
- /**
849
- * @description Request to establish a direct payment valuation.
850
- */
851
- '201': string;
852
- /**
853
- * @description Document/message addressed, for instance, by a general contractor to the owner, in order that a direct payment be made to a subcontractor.
854
- */
855
- '202': string;
856
- /**
857
- * @description Document/message establishing a provisional payment valuation.
858
- */
859
- '203': string;
860
- /**
861
- * @description Document/message establishing the financial elements of a situation of works.
862
- */
863
- '204': string;
864
- /**
865
- * @description Document/message providing a confirmed assessment, by quantity, of the completed work for a construction contract.
866
- */
867
- '205': string;
868
- /**
869
- * @description Document/message providing an initial assessment, by quantity, of the completed work for a construction contract.
870
- */
871
- '206': string;
872
- /**
873
- * @description Document/message providing a formal specification identifying quantities and prices that are the basis of a contract for a construction project.
874
- * BOQ means: Bill of quantity.
875
- */
876
- '207': string;
877
- /**
878
- * @description Document/message providing a detailed, quantity based specification, issued in an unpriced form to invite tender prices.
879
- */
880
- '208': string;
881
- /**
882
- * @description Document/message providing a detailed, quantity based specification, updated with prices to form a tender submission for a construction contract.
883
- * BOQ means: Bill of quantity.
884
- */
885
- '209': string;
886
- /**
887
- * @description Document/message issued by a party interested in the purchase of goods specified therein and indicating particular, desirable conditions
888
- * regarding delivery terms, etc., addressed to a prospective supplier with a view to obtaining an offer.
889
- */
890
- '210': string;
891
- /**
892
- * @description Document/message containing a provisional assessment in support of a request for payment for completed work for a construction contract.
893
- */
894
- '211': string;
895
- /**
896
- * @description Document/message in which the debtor expresses the intention to pay.
897
- */
898
- '212': string;
899
- /**
900
- * @description The message is a request for financial cancellation.
901
- */
902
- '213': string;
903
- /**
904
- * @description The message contains pre-authorised direct debit(s).
905
- */
906
- '214': string;
907
- /**
908
- * @description Document/message by means of which a buyer informs a seller that the buyer intends to enter into contractual negotiations.
909
- */
910
- '215': string;
911
- /**
912
- * @description Document/message providing an approved detailed, quantity based specification (bill of quantity), in an unpriced form.
913
- */
914
- '216': string;
915
- /**
916
- * @description A payment valuation for unscheduled items.
917
- */
918
- '217': string;
919
- /**
920
- * @description The final payment request of a series of payment requests submitted upon completion of all the work.
921
- */
922
- '218': string;
923
- /**
924
- * @description A request for payment for completed units.
925
- */
926
- '219': string;
927
- /**
928
- * @description Document/message by means of which a buyer initiates a transaction with a seller involving the supply of goods or services as specified,
929
- * according to conditions set out in an offer, or otherwise known to the buyer.
930
- */
931
- '220': string;
932
- /**
933
- * @description Usage of document/message for general order purposes with later split into quantities and delivery dates and maybe delivery locations.
934
- */
935
- '221': string;
936
- /**
937
- * @description Document/message ordering the remainder of a production's batch.
938
- */
939
- '222': string;
940
- /**
941
- * @description Document/message for goods in leasing contracts.
942
- */
943
- '223': string;
944
- /**
945
- * @description Document/message for urgent ordering.
946
- */
947
- '224': string;
948
- /**
949
- * @description Document/message to order repair of goods.
950
- */
951
- '225': string;
952
- /**
953
- * @description Document/message to provide split quantities and delivery dates referring to a previous blanket order.
954
- */
955
- '226': string;
956
- /**
957
- * @description Order to deliver goods into stock with agreement on payment when goods are sold out of this stock.
958
- */
959
- '227': string;
960
- /**
961
- * @description Document/message to order samples.
962
- */
963
- '228': string;
964
- /**
965
- * @description Document/message informing buyer or seller of the replacement of goods previously ordered.
966
- */
967
- '229': string;
968
- /**
969
- * @description Change to an purchase order already sent.
970
- */
971
- '230': string;
972
- /**
973
- * @description Response to an purchase order already received.
974
- */
975
- '231': string;
976
- /**
977
- * @description Document/message for hiring human resources or renting goods or equipment.
978
- */
979
- '232': string;
980
- /**
981
- * @description Document/message to order spare parts.
982
- */
983
- '233': string;
984
- /**
985
- * @description A price/sales catalogue containing special prices which are valid only for a specified period or under specified conditions.
986
- */
987
- '234': string;
988
- /**
989
- * @description Document or message issued by party identifying the containers for which they are responsible.
990
- */
991
- '235': string;
992
- /**
993
- * @description A message which enables the transmission of delivery or product forecasting requirements.
994
- */
995
- '236': string;
996
- /**
997
- * @description A document or message to order cross docking services.
998
- */
999
- '237': string;
1000
- /**
1001
- * @description The message contains non-pre-authorised direct debit(s).
1002
- */
1003
- '238': string;
1004
- /**
1005
- * @description The message contains rejected direct debit(s).
1006
- */
1007
- '239': string;
1008
- /**
1009
- * @description (1174) Document/message giving instruction regarding the delivery of goods.
1010
- */
1011
- '240': string;
1012
- /**
1013
- * @description Usage of DELFOR-message.
1014
- */
1015
- '241': string;
1016
- /**
1017
- * @description Usage of DELJIT-message.
1018
- */
1019
- '242': string;
1020
- /**
1021
- * @description The message contains pre-authorised direct debit request(s).
1022
- */
1023
- '243': string;
1024
- /**
1025
- * @description The message contains non-pre-authorised direct debit request(s).
1026
- */
1027
- '244': string;
1028
- /**
1029
- * @description Document/message issued by a buyer releasing the despatch of goods after receipt of the Ready for despatch advice from the seller.
1030
- */
1031
- '245': string;
1032
- /**
1033
- * @description Settlement of a letter of credit.
1034
- */
1035
- '246': string;
1036
- /**
1037
- * @description The message is a bank to bank funds transfer.
1038
- */
1039
- '247': string;
1040
- /**
1041
- * @description The message contains customer payment order(s).
1042
- */
1043
- '248': string;
1044
- /**
1045
- * @description The message contains low value payment order(s) only.
1046
- */
1047
- '249': string;
1048
- /**
1049
- * @description Declaration regarding crew members aboard the conveyance.
1050
- */
1051
- '250': string;
1052
- /**
1053
- * @description This is a request for information.
1054
- */
1055
- '251': string;
1056
- /**
1057
- * @description A response to a previously sent banking status message.
1058
- */
1059
- '252': string;
1060
- /**
1061
- * @description A high level, all encompassing master plan to complete a project.
1062
- */
1063
- '253': string;
1064
- /**
1065
- * @description A plan for project work to be completed.
1066
- */
1067
- '254': string;
1068
- /**
1069
- * @description A schedule of project activities to be completed.
1070
- */
1071
- '255': string;
1072
- /**
1073
- * @description Available resources for project planning purposes.
1074
- */
1075
- '256': string;
1076
- /**
1077
- * @description Work calendar information for project planning purposes.
1078
- */
1079
- '257': string;
1080
- /**
1081
- * @description An order to supply fixed quantities of products at fixed regular intervals.
1082
- */
1083
- '258': string;
1084
- /**
1085
- * @description A document detailing times and dates of events pertaining to a cargo movement.
1086
- */
1087
- '259': string;
1088
- /**
1089
- * @description An analysis of the cargo for a voyage.
1090
- */
1091
- '260': string;
1092
- /**
1093
- * @description A document which indicates that the customer is claiming credit in a self billing environment.
1094
- */
1095
- '261': string;
1096
- /**
1097
- * @description Credit note for goods and services that covers multiple transactions involving more than one invoice.
1098
- */
1099
- '262': string;
1100
- /**
1101
- * @description A message detailing statuses related to the adjustment of inventory.
1102
- */
1103
- '263': string;
1104
- /**
1105
- * @description Instruction to perform one or more different movements of transport equipment.
1106
- */
1107
- '264': string;
1108
- /**
1109
- * @description Report on one or more different movements of transport equipment.
1110
- */
1111
- '265': string;
1112
- /**
1113
- * @description Report on one or more changes of status associated with an item or items of transport equipment.
1114
- */
1115
- '266': string;
1116
- /**
1117
- * @description Certificate attesting that fumigation has been performed.
1118
- */
1119
- '267': string;
1120
- /**
1121
- * @description Certificate attesting to the quality, origin or appellation of wine.
1122
- */
1123
- '268': string;
1124
- /**
1125
- * @description Certificate attesting that wool is free from specified risks to human or animal health.
1126
- */
1127
- '269': string;
1128
- /**
1129
- * @description Paper document attached to a consignment informing the receiving party about contents of this consignment.
1130
- */
1131
- '270': string;
1132
- /**
1133
- * @description Document/message specifying the distribution of goods in individual packages (in trade environment the despatch advice message is used for the
1134
- * packing list).
1135
- */
1136
- '271': string;
1137
- /**
1138
- * @description Requesting a new code.
1139
- */
1140
- '272': string;
1141
- /**
1142
- * @description Request a change to an existing code.
1143
- */
1144
- '273': string;
1145
- /**
1146
- * @description Requesting a new simple data element.
1147
- */
1148
- '274': string;
1149
- /**
1150
- * @description Request a change to an existing simple data element.
1151
- */
1152
- '275': string;
1153
- /**
1154
- * @description Requesting a new composite data element.
1155
- */
1156
- '276': string;
1157
- /**
1158
- * @description Request a change to an existing composite data element.
1159
- */
1160
- '277': string;
1161
- /**
1162
- * @description Request a new segment.
1163
- */
1164
- '278': string;
1165
- /**
1166
- * @description Requesting a change to an existing segment.
1167
- */
1168
- '279': string;
1169
- /**
1170
- * @description Request for a new message (NMR).
1171
- */
1172
- '280': string;
1173
- /**
1174
- * @description Requesting a Message in Development (MiD).
1175
- */
1176
- '281': string;
1177
- /**
1178
- * @description Requesting a change to an existing message.
1179
- */
1180
- '282': string;
1181
- /**
1182
- * @description Report of assigned tracking numbers.
1183
- */
1184
- '283': string;
1185
- /**
1186
- * @description Document/message defining the contents of a user directory set or parts thereof.
1187
- */
1188
- '284': string;
1189
- /**
1190
- * @description Requesting a United Nations Standard Message (UNSM).
1191
- */
1192
- '285': string;
1193
- /**
1194
- * @description Document/message defining the contents of a service directory set or parts thereof.
1195
- */
1196
- '286': string;
1197
- /**
1198
- * @description Message covers information about the status.
1199
- */
1200
- '287': string;
1201
- /**
1202
- * @description Message to describe a Kanban schedule.
1203
- */
1204
- '288': string;
1205
- /**
1206
- * @description A message to submit master data, a set of data that is rarely changed, to identify and describe products a supplier offers to their (potential)
1207
- * customer or buyer.
1208
- */
1209
- '289': string;
1210
- /**
1211
- * @description A claim for parts and/or labour charges incurred .
1212
- */
1213
- '290': string;
1214
- /**
1215
- * @description A message providing a response to a previously transmitted delivery schedule.
1216
- */
1217
- '291': string;
1218
- /**
1219
- * @description A message requesting a party to inspect items.
1220
- */
1221
- '292': string;
1222
- /**
1223
- * @description A message informing a party of the results of an inspection.
1224
- */
1225
- '293': string;
1226
- /**
1227
- * @description A message used by an application to acknowledge reception of a message and/or to report any errors.
1228
- */
1229
- '294': string;
1230
- /**
1231
- * @description An invoice which requests payment for the difference in price between an original invoice and the result of the application of a price variation
1232
- * formula.
1233
- */
1234
- '295': string;
1235
- /**
1236
- * @description A credit note which is issued against a price variation invoice.
1237
- */
1238
- '296': string;
1239
- /**
1240
- * @description A message instructing a party to collect goods.
1241
- */
1242
- '297': string;
1243
- /**
1244
- * @description Listing of all details of dangerous goods carried.
1245
- */
1246
- '298': string;
1247
- /**
1248
- * @description Code specifying the continued validity of previously submitted registration information.
1249
- */
1250
- '299': string;
1251
- /**
1252
- * @description Code specifying the modification of previously submitted registration information.
1253
- */
1254
- '300': string;
1255
- /**
1256
- * @description Code specifying a response to an occurrence of a registration message.
1257
- */
1258
- '301': string;
1259
- /**
1260
- * @description A document specifying the criterion and format for exchanging information in an electronic data interchange syntax.
1261
- */
1262
- '302': string;
1263
- /**
1264
- * @description Document/message is a request for transfer.
1265
- */
1266
- '303': string;
1267
- /**
1268
- * @description A report to convey cost performance data for a project or contract.
1269
- */
1270
- '304': string;
1271
- /**
1272
- * @description A message to inform a message issuer that a previously sent message has been received by the addressee's application, or that a previously sent
1273
- * message has been rejected by the addressee's application.
1274
- */
1275
- '305': string;
1276
- /**
1277
- * @description A financial statement for a cash pool.
1278
- */
1279
- '306': string;
1280
- /**
1281
- * @description Message to describe a sequence of product delivery.
1282
- */
1283
- '307': string;
1284
- /**
1285
- * @description A credit note sent to the party paying on behalf of a number of buyers.
1286
- */
1287
- '308': string;
1288
- /**
1289
- * @description Final discharge report by healthcare provider.
1290
- */
1291
- '309': string;
1292
- /**
1293
- * @description (1332) Document/message which, with a view to concluding a contract, sets out the conditions under which the goods are offered.
1294
- */
1295
- '310': string;
1296
- /**
1297
- * @description Document/message requesting a quote on specified goods or services.
1298
- */
1299
- '311': string;
1300
- /**
1301
- * @description Message providing acknowledgement information at the business application level concerning the processing of a message.
1302
- */
1303
- '312': string;
1304
- /**
1305
- * @description Message indicating that a message was rejected due to errors encountered at the application level.
1306
- */
1307
- '313': string;
1308
- /**
1309
- * @description A consolidated voyage summary which contains the information in a certificate of analysis, a voyage analysis and a cargo movement time log for a
1310
- * voyage.
1311
- */
1312
- '314': string;
1313
- /**
1314
- * @description (1296) Document/message evidencing an agreement between the seller and the buyer for the supply of goods or services; its effects are equivalent
1315
- * to those of an order followed by an acknowledgement of order.
1316
- */
1317
- '315': string;
1318
- /**
1319
- * @description Document to apply for usage of berth or mooring facilities.
1320
- */
1321
- '316': string;
1322
- /**
1323
- * @description Document to apply for designation of berthing places.
1324
- */
1325
- '317': string;
1326
- /**
1327
- * @description Document to apply for shifting from the designated place in port.
1328
- */
1329
- '318': string;
1330
- /**
1331
- * @description Of dangerous goods Supplementary document to apply for cargo operation of dangerous goods.
1332
- */
1333
- '319': string;
1334
- /**
1335
- * @description Document/message acknowledging an undertaking to fulfil an order and confirming conditions or acceptance of conditions.
1336
- */
1337
- '320': string;
1338
- /**
1339
- * @description Dangerous goods Supplementary document to apply for transport of dangerous goods.
1340
- */
1341
- '321': string;
1342
- /**
1343
- * @description Payment effected by an Optical Character Reading (OCR) document.
1344
- */
1345
- '322': string;
1346
- /**
1347
- * @description Preliminary sales report sent before all the information is available.
1348
- */
1349
- '323': string;
1350
- /**
1351
- * @description Official document specifying, for a given dangerous goods item, information such as nature of hazard, protective devices, actions to be taken in
1352
- * case of accident, spillage or fire and first aid to be given.
1353
- */
1354
- '324': string;
1355
- /**
1356
- * @description Document/message serving as a preliminary invoice, containing - on the whole - the same information as the final invoice, but not actually
1357
- * claiming payment.
1358
- */
1359
- '325': string;
1360
- /**
1361
- * @description Document/message specifying details of an incomplete invoice.
1362
- */
1363
- '326': string;
1364
- /**
1365
- * @description Document/message describing instructions for operation.
1366
- */
1367
- '327': string;
1368
- /**
1369
- * @description Plates on goods identifying and describing an article.
1370
- */
1371
- '328': string;
1372
- /**
1373
- * @description The document or message contains a bordereau describing co-insurance ceding information.
1374
- */
1375
- '329': string;
1376
- /**
1377
- * @description Document/message issued by a supplier requesting instructions from the buyer regarding the details of the delivery of goods ordered.
1378
- */
1379
- '330': string;
1380
- /**
1381
- * @description Commercial transaction (invoice) will include a packing list.
1382
- */
1383
- '331': string;
1384
- /**
1385
- * @description Document/message is for trade data.
1386
- */
1387
- '332': string;
1388
- /**
1389
- * @description Declaration provided to customs for cargo examination.
1390
- */
1391
- '333': string;
1392
- /**
1393
- * @description Alternate declaration provided to customs for cargo examination.
1394
- */
1395
- '334': string;
1396
- /**
1397
- * @description Document/message issued by a supplier to a carrier requesting space to be reserved for a specified consignment, indicating desirable conveyance,
1398
- * despatch time, etc.
1399
- */
1400
- '335': string;
1401
- /**
1402
- * @description Document/message contains information regarding the crew list and conveyance.
1403
- */
1404
- '336': string;
1405
- /**
1406
- * @description Alternate Alternate Customs declaration summary with commercial transaction details.
1407
- */
1408
- '337': string;
1409
- /**
1410
- * @description A message reporting items which have been booked to a financial account.
1411
- */
1412
- '338': string;
1413
- /**
1414
- * @description The receiver A message reporting transactions which need further information from the receiver.
1415
- */
1416
- '339': string;
1417
- /**
1418
- * @description (1121) Document/message advising details of cargo and exporter's requirements for its physical movement.
1419
- */
1420
- '340': string;
1421
- /**
1422
- * @description Document/message issued by a consignor in which he gives details of a consignment of goods that enables an airline or its agent to prepare an air
1423
- * waybill.
1424
- */
1425
- '341': string;
1426
- /**
1427
- * @description A message reporting transactions for information only.
1428
- */
1429
- '342': string;
1430
- /**
1431
- * @description Document/message giving instructions regarding local transport of goods, e.g. from the premises of an enterprise to those of a carrier
1432
- * undertaking further transport.
1433
- */
1434
- '343': string;
1435
- /**
1436
- * @description A message giving additional information about the exchange of an EDI associated object.
1437
- */
1438
- '344': string;
1439
- /**
1440
- * @description Document/message issued by a supplier informing a buyer that goods ordered are ready for despatch.
1441
- */
1442
- '345': string;
1443
- /**
1444
- * @description Sales report containing summaries for several earlier sent sales reports.
1445
- */
1446
- '346': string;
1447
- /**
1448
- * @description A message enquiring the status of previously sent orders.
1449
- */
1450
- '347': string;
1451
- /**
1452
- * @description A message reporting the status of previously sent orders.
1453
- */
1454
- '348': string;
1455
- /**
1456
- * @description Vessel Document to declare inward and outward movement of a vessel.
1457
- */
1458
- '349': string;
1459
- /**
1460
- * @description Document/message issued by a supplier initiating the despatch of goods to a buyer (consignee).
1461
- */
1462
- '350': string;
1463
- /**
1464
- * @description Document/message by means of which the seller or consignor informs the consignee about the despatch of goods.
1465
- */
1466
- '351': string;
1467
- /**
1468
- * @description Document to notify usage of berth or mooring facilities.
1469
- */
1470
- '352': string;
1471
- /**
1472
- * @description Time Document to apply for vessel's entering into port area in night-time.
1473
- */
1474
- '353': string;
1475
- /**
1476
- * @description Place in port Document to notify shifting from designated place in port once secured at the designated place.
1477
- */
1478
- '354': string;
1479
- /**
1480
- * @description Alternate Alternate Customs declaration summary without any commercial transaction details.
1481
- */
1482
- '355': string;
1483
- /**
1484
- * @description A document that guarantees performance.
1485
- */
1486
- '356': string;
1487
- /**
1488
- * @description A document that guarantees the payment of monies.
1489
- */
1490
- '357': string;
1491
- /**
1492
- * @description Preliminary discharge report by healthcare provider.
1493
- */
1494
- '358': string;
1495
- /**
1496
- * @description Document containing request for provision of a health service.
1497
- */
1498
- '359': string;
1499
- /**
1500
- * @description Document/message requesting price conditions under which goods are offered.
1501
- */
1502
- '360': string;
1503
- /**
1504
- * @description Document/message confirming price conditions under which goods are offered.
1505
- */
1506
- '361': string;
1507
- /**
1508
- * @description Document/message confirming delivery conditions under which goods are offered.
1509
- */
1510
- '362': string;
1511
- /**
1512
- * @description Document/message confirming price and delivery conditions under which goods are offered.
1513
- */
1514
- '363': string;
1515
- /**
1516
- * @description Document/message confirming contractual price conditions under which goods are offered.
1517
- */
1518
- '364': string;
1519
- /**
1520
- * @description Document/message confirming contractual price conditions and contractual delivery conditions under which goods are offered.
1521
- */
1522
- '365': string;
1523
- /**
1524
- * @description Document/message confirming price conditions under which goods are offered, provided that they are sold to the end-customer specified on the
1525
- * quote.
1526
- */
1527
- '366': string;
1528
- /**
1529
- * @description Document/message confirming price conditions and delivery conditions under which goods are offered, provided that they are sold to the
1530
- * end-customer specified on the quote.
1531
- */
1532
- '367': string;
1533
- /**
1534
- * @description Document/message from a supplier to a distributor confirming price conditions under which goods can be sold by a distributor to the end-customer
1535
- * specified on the quote with compensation for loss of inventory value.
1536
- */
1537
- '368': string;
1538
- /**
1539
- * @description Document/message from a supplier to a distributor confirming price conditions and delivery conditions under which goods can be sold by a
1540
- * distributor to the end-customer specified on the quote with compensation for loss of inventory value.
1541
- */
1542
- '369': string;
1543
- /**
1544
- * @description Document/message in which the party responsible for the issue of a set of trade documents specifies the various recipients of originals and
1545
- * copies of these documents, with an indication of the number of copies distributed to each of them.
1546
- */
1547
- '370': string;
1548
- /**
1549
- * @description Document containing a plan for provision of health service.
1550
- */
1551
- '371': string;
1552
- /**
1553
- * @description Instructions for the dispensing and use of medicine or remedy.
1554
- */
1555
- '372': string;
1556
- /**
1557
- * @description Request to issue a prescription for medicine or remedy.
1558
- */
1559
- '373': string;
1560
- /**
1561
- * @description Document containing information of products dispensed according to a prescription.
1562
- */
1563
- '374': string;
1564
- /**
1565
- * @description (1109) Certificate providing confirmation that a consignment has been shipped.
1566
- */
1567
- '375': string;
1568
- /**
1569
- * @description A product inquiry which stands until it is cancelled.
1570
- */
1571
- '376': string;
1572
- /**
1573
- * @description Document/message providing data concerning the credit information of a party.
1574
- */
1575
- '377': string;
1576
- /**
1577
- * @description Document/message providing data concerning the payment behaviour of a party.
1578
- */
1579
- '378': string;
1580
- /**
1581
- * @description Message to request information about a metering point.
1582
- */
1583
- '379': string;
1584
- /**
1585
- * @description (1334) Document/message claiming payment for goods or services supplied under conditions agreed between seller and buyer.
1586
- */
1587
- '380': string;
1588
- /**
1589
- * @description (1113) Document/message for providing credit information to the relevant party.
1590
- */
1591
- '381': string;
1592
- /**
1593
- * @description (1111) Document/message in which a seller specifies the amount of commission, the percentage of the invoice amount, or some other basis for the
1594
- * calculation of the commission to which a sales agent is entitled.
1595
- */
1596
- '382': string;
1597
- /**
1598
- * @description Document/message for providing debit information to the relevant party.
1599
- */
1600
- '383': string;
1601
- /**
1602
- * @description Commercial invoice that includes revised information differing from an earlier submission of the same invoice.
1603
- */
1604
- '384': string;
1605
- /**
1606
- * @description Commercial invoice that covers multiple transactions involving more than one vendor.
1607
- */
1608
- '385': string;
1609
- /**
1610
- * @description An invoice to pay amounts for goods and services in advance; these amounts will be subtracted from the final invoice.
1611
- */
1612
- '386': string;
1613
- /**
1614
- * @description Document/message for invoicing the hiring of human resources or renting goods or equipment.
1615
- */
1616
- '387': string;
1617
- /**
1618
- * @description An invoice for tax purposes.
1619
- */
1620
- '388': string;
1621
- /**
1622
- * @description An invoice the invoicee is producing instead of the seller.
1623
- */
1624
- '389': string;
1625
- /**
1626
- * @description An invoice sent to the party paying for a number of buyers.
1627
- */
1628
- '390': string;
1629
- /**
1630
- * @description Response to a request for information about a metering point.
1631
- */
1632
- '391': string;
1633
- /**
1634
- * @description A notification of a change of supplier.
1635
- */
1636
- '392': string;
1637
- /**
1638
- * @description Invoice assigned to a third party for collection.
1639
- */
1640
- '393': string;
1641
- /**
1642
- * @description Usage of INVOIC-message for goods in leasing contracts.
1643
- */
1644
- '394': string;
1645
- /**
1646
- * @description Commercial invoice that covers a transaction other than one involving a sale.
1647
- */
1648
- '395': string;
1649
- /**
1650
- * @description Credit note related to assigned invoice(s).
1651
- */
1652
- '396': string;
1653
- /**
1654
- * @description A document providing a response to a previously sent commercial account summary message.
1655
- */
1656
- '397': string;
1657
- /**
1658
- * @description Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of goods for
1659
- * cross docking.
1660
- */
1661
- '398': string;
1662
- /**
1663
- * @description Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of goods for
1664
- * transshipment.
1665
- */
1666
- '399': string;
1667
- /**
1668
- * @description An order which falls outside the framework of an agreement.
1669
- */
1670
- '400': string;
1671
- /**
1672
- * @description An order requesting the supply of products packed according to the final delivery point which will be moved across a dock in a distribution
1673
- * centre without further handling.
1674
- */
1675
- '401': string;
1676
- /**
1677
- * @description An order requesting the supply of products which will be moved across a dock, de-consolidated and re-consolidated according to the final delivery
1678
- * location requirements.
1679
- */
1680
- '402': string;
1681
- /**
1682
- * @description Information giving the various availabilities of a means of transportation.
1683
- */
1684
- '403': string;
1685
- /**
1686
- * @description Information giving the various schedules of a means of transportation.
1687
- */
1688
- '404': string;
1689
- /**
1690
- * @description Notification regarding the delivery of transport equipment.
1691
- */
1692
- '405': string;
1693
- /**
1694
- * @description Notification to the supplier regarding the termination of a contract.
1695
- */
1696
- '406': string;
1697
- /**
1698
- * @description Notification to the supplier about changes regarding a metering point.
1699
- */
1700
- '407': string;
1701
- /**
1702
- * @description Notification about the change of a meter.
1703
- */
1704
- '408': string;
1705
- /**
1706
- * @description Document/message containing instructions from a customer to his bank to pay an amount in a specified currency to a nominated party in another
1707
- * country by a method either specified (e.g. teletransmission, air mail) or left to the discretion of the bank.
1708
- */
1709
- '409': string;
1710
- /**
1711
- * @description Notification of the change of metering point identification.
1712
- */
1713
- '410': string;
1714
- /**
1715
- * @description The Utilities time series message is sent between responsible parties in a utilities infrastructure for the purpose of reporting time series and
1716
- * connected technical and/or administrative information.
1717
- */
1718
- '411': string;
1719
- /**
1720
- * @description Application by a customer to his bank to issue a banker's draft stating the amount and currency of the draft, the name of the payee and the place
1721
- * and country of payment.
1722
- */
1723
- '412': string;
1724
- /**
1725
- * @description Information about components in an infrastructure.
1726
- */
1727
- '413': string;
1728
- /**
1729
- * @description Acknowledgement of the change of supplier.
1730
- */
1731
- '414': string;
1732
- /**
1733
- * @description Document/Message providing technical description and information of the crop production.
1734
- */
1735
- '415': string;
1736
- /**
1737
- * @description Soil analysis document.
1738
- */
1739
- '416': string;
1740
- /**
1741
- * @description Farmyard manure analysis document.
1742
- */
1743
- '417': string;
1744
- /**
1745
- * @description Declaration, in accordance with the WCO Customs Data Model, to Customs concerning the export of cargo carried by commercial means of transport
1746
- * over land, e.g. truck or train.
1747
- */
1748
- '418': string;
1749
- /**
1750
- * @description Declaration, in accordance with the WCO Customs Data Model, to Customs concerning the export of cargo carried by commercial means of transport
1751
- * over water or through the air, e.g. vessel or aircraft.
1752
- */
1753
- '419': string;
1754
- /**
1755
- * @description Payment credit note effected by an Optical Character Reading (OCR) document.
1756
- */
1757
- '420': string;
1758
- /**
1759
- * @description Declaration, in accordance with the WCO Customs Data Model, to Customs concerning the import of cargo carried by commercial means of transport
1760
- * over land, e.g. truck or train.
1761
- */
1762
- '421': string;
1763
- /**
1764
- * @description Declaration, in accordance with the WCO Customs Data Model, to Customs concerning the import of cargo carried by commercial means of transport
1765
- * over water or through the air, e.g. vessel or aircraft.
1766
- */
1767
- '422': string;
1768
- /**
1769
- * @description Single step declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for a Customs export procedure
1770
- * based on the.
1771
- */
1772
- '423': string;
1773
- '1999': string;
1774
- /**
1775
- * @description First part of a simplified declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs export
1776
- * procedure based on the 1999 Kyoto Convention.
1777
- */
1778
- '424': string;
1779
- /**
1780
- * @description Document/message whereby a bank advises that a collection has been paid, giving details and methods of funds disposal.
1781
- */
1782
- '425': string;
1783
- /**
1784
- * @description Document/message whereby a bank advises payment under a documentary credit.
1785
- */
1786
- '426': string;
1787
- /**
1788
- * @description Document/message whereby a bank advises acceptance under a documentary credit.
1789
- */
1790
- '427': string;
1791
- /**
1792
- * @description Document/message whereby a bank advises negotiation under a documentary credit.
1793
- */
1794
- '428': string;
1795
- /**
1796
- * @description Document/message whereby a customer requests his bank to issue a guarantee in favour of a nominated party in another country, stating the amount
1797
- * and currency and the specific conditions of the guarantee.
1798
- */
1799
- '429': string;
1800
- /**
1801
- * @description Document/message in which a bank undertakes to pay out a limited amount of money to a designated party, on conditions stated therein (other than
1802
- * those laid down in the Uniform Customs Practice).
1803
- */
1804
- '430': string;
1805
- /**
1806
- * @description Document/message in which a beneficiary of a documentary credit accepts responsibility for non-compliance with the terms and conditions of the
1807
- * credit, and undertakes to refund the money received under the credit, with interest and charges accrued.
1808
- */
1809
- '431': string;
1810
- /**
1811
- * @description Notification to the grid operator regarding the termination of a contract.
1812
- */
1813
- '432': string;
1814
- /**
1815
- * @description Notification to the grid operator about changes regarding a metering point.
1816
- */
1817
- '433': string;
1818
- /**
1819
- * @description Notification of a change of balance responsible entity.
1820
- */
1821
- '434': string;
1822
- /**
1823
- * @description Preadvice indicating a credit to happen in the future.
1824
- */
1825
- '435': string;
1826
- /**
1827
- * @description Report on the profile of transport equipment.
1828
- */
1829
- '436': string;
1830
- /**
1831
- * @description Document/message requesting price conditions and delivery conditions under which goods are offered, provided that they are sold to the
1832
- * end-customer specified on the request for quote.
1833
- */
1834
- '437': string;
1835
- /**
1836
- * @description Document/message from a distributor to a supplier requesting price conditions under which goods can be sold by the distributor to the
1837
- * end-customer specified on the request for quote with compensation for loss of inventory value.
1838
- */
1839
- '438': string;
1840
- /**
1841
- * @description Document/message from a distributor to a supplier requesting price conditions and delivery conditions under which goods can be sold by the
1842
- * distributor to the end-customer specified on the request for quote with compensation for loss of inventory value.
1843
- */
1844
- '439': string;
1845
- /**
1846
- * @description A list of delivery point addresses.
1847
- */
1848
- '440': string;
1849
- /**
1850
- * @description Document specifying the routes for transport between locations.
1851
- */
1852
- '441': string;
1853
- /**
1854
- * @description Document/message requesting delivery conditions under which goods are offered.
1855
- */
1856
- '442': string;
1857
- /**
1858
- * @description Document/message requesting price and delivery conditions under which goods are offered.
1859
- */
1860
- '443': string;
1861
- /**
1862
- * @description Document/message requesting contractual price conditions under which goods are offered.
1863
- */
1864
- '444': string;
1865
- /**
1866
- * @description Document/message requesting contractual price conditions and contractual delivery conditions under which goods are offered.
1867
- */
1868
- '445': string;
1869
- /**
1870
- * @description Document/message requesting price conditions under which goods are offered, provided that they are sold to the end-customer specified on the
1871
- * request for quote.
1872
- */
1873
- '446': string;
1874
- /**
1875
- * @description Document/message whereby a bank is instructed (or requested) to handle financial and/or commercial documents in order to obtain acceptance and/or
1876
- * payment, or to deliver documents on such other terms and conditions as may be specified.
1877
- */
1878
- '447': string;
1879
- /**
1880
- * @description Document/message whereby a draft or similar instrument and/or commercial documents are presented to a bank for acceptance, discounting,
1881
- * negotiation, payment or collection, whether or not against a documentary credit.
1882
- */
1883
- '448': string;
1884
- /**
1885
- * @description Message related to conducting a search for an identification match.
1886
- */
1887
- '449': string;
1888
- /**
1889
- * @description Document/message containing information needed to initiate the payment. It may cover the financial settlement for one or more commercial trade
1890
- * transactions. A payment order is an instruction to the ordered bank to arrange for the payment of one specified amount to the beneficiary.
1891
- */
1892
- '450': string;
1893
- /**
1894
- * @description Document/message containing information needed to initiate the payment. It may cover the financial settlement for several commercial trade
1895
- * transactions, which it is possible to specify in a special payments detail part. It is an instruction to the ordered bank to arrange for the
1896
- * payment of one specified amount to the beneficiary.
1897
- */
1898
- '451': string;
1899
- /**
1900
- * @description Document/message containing a payment order to debit one or more accounts and to credit one or more beneficiaries.
1901
- */
1902
- '452': string;
1903
- /**
1904
- * @description Goods Message used to inform a supplier that delivered goods cannot be paid due to circumstances which prevent payment.
1905
- */
1906
- '453': string;
1907
- /**
1908
- * @description Document/message sent by an account servicing institution to one of its account owners, to inform the account owner of an entry which has been or
1909
- * will be credited to its account for a specified amount on the date indicated.
1910
- */
1911
- '454': string;
1912
- /**
1913
- * @description Document/message sent by an account servicing institution to one of its account owners, to inform the account owner of an entry that has been or
1914
- * will be credited to its account for a specified amount on the date indicated. It provides extended commercial information concerning the relevant
1915
- * remittance advice.
1916
- */
1917
- '455': string;
1918
- /**
1919
- * @description Advice on a debit.
1920
- */
1921
- '456': string;
1922
- /**
1923
- * @description Reversal of debit accounting entry by bank.
1924
- */
1925
- '457': string;
1926
- /**
1927
- * @description Reversal of credit accounting entry by bank.
1928
- */
1929
- '458': string;
1930
- /**
1931
- * @description The document is a ticket giving access to a travel service.
1932
- */
1933
- '459': string;
1934
- /**
1935
- * @description Document/message whereby a bank is requested to issue a documentary credit on the conditions specified therein.
1936
- */
1937
- '460': string;
1938
- /**
1939
- * @description The document is a credit, guarantee or charge card.
1940
- */
1941
- '461': string;
1942
- /**
1943
- * @description Document to advise that the goods ordered are ready for transshipment.
1944
- */
1945
- '462': string;
1946
- /**
1947
- * @description Document by means of which the supplier or consignor informs the buyer, consignee or distribution centre about the despatch of products packed
1948
- * according to the final delivery point requirements which will be moved across a dock in a distribution centre without further handling.
1949
- */
1950
- '463': string;
1951
- /**
1952
- * @description Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of products which
1953
- * will be moved across a dock, de-consolidated and re-consolidated according to final delivery location requirements.
1954
- */
1955
- '464': string;
1956
- /**
1957
- * @description Document/message in which a bank states that it has issued a documentary credit under which the beneficiary is to obtain payment, acceptance or
1958
- * negotiation on compliance with certain terms and conditions and against presentation of stipulated documents and such drafts as may be specified.
1959
- * The credit may or may not be confirmed by another bank.
1960
- */
1961
- '465': string;
1962
- /**
1963
- * @description Document/message issued by an advising bank in order to transmit a documentary credit to a beneficiary, or to another advising bank.
1964
- */
1965
- '466': string;
1966
- /**
1967
- * @description Document/message whereby a bank advises that (part of) a documentary credit is being or has been transferred in favour of a second beneficiary.
1968
- */
1969
- '467': string;
1970
- /**
1971
- * @description Document/message whereby a bank advises that the terms and conditions of a documentary credit have been amended.
1972
- */
1973
- '468': string;
1974
- /**
1975
- * @description Document/message whereby a bank notifies a beneficiary of the details of an amendment to the terms and conditions of a documentary credit.
1976
- */
1977
- '469': string;
1978
- /**
1979
- * @description Document/message sent by a shipping agent to an authority for reporting information on waste disposal.
1980
- */
1981
- '470': string;
1982
- /**
1983
- * @description Document/message advising of the remittance of payment.
1984
- */
1985
- '481': string;
1986
- /**
1987
- * @description Document/message sent by a port authority to another port authority for reporting information on waste disposal.
1988
- */
1989
- '482': string;
1990
- /**
1991
- * @description An endorsement on a passport or any other recognised travel document indicating that it has been examined and found correct, especially as
1992
- * permitting the holder to enter or leave a country.
1993
- */
1994
- '483': string;
1995
- /**
1996
- * @description Document/message containing a direct debit request to credit one or more accounts and to debit one or more debtors.
1997
- */
1998
- '484': string;
1999
- /**
2000
- * @description Draft drawn in favour of a third party either by one bank on another bank, or by a branch of a bank on its head office (or vice versa) or upon
2001
- * another branch of the same bank. In either case, the draft should comply with the specifications laid down for cheques in the country in which it
2002
- * is to be payable.
2003
- */
2004
- '485': string;
2005
- /**
2006
- * @description Document/message containing a direct debit to credit one or more accounts and to debit one or more debtors.
2007
- */
2008
- '486': string;
2009
- /**
2010
- * @description Document or message issuing permission to disembark.
2011
- */
2012
- '487': string;
2013
- /**
2014
- * @description Document certifying that the object was free of rats when inspected and that it is exempt from a deratting statement.
2015
- */
2016
- '488': string;
2017
- /**
2018
- * @description Order to connect a reefer container to a reefer point.
2019
- */
2020
- '489': string;
2021
- /**
2022
- * @description Document/message, issued and signed in conformity with the applicable legislation, which contains an unconditional order whereby the drawer
2023
- * directs the drawee to pay a definite sum of money to the payee or to his order, on demand or at a definite time, against the surrender of the
2024
- * document itself.
2025
- */
2026
- '490': string;
2027
- /**
2028
- * @description Document/message, issued and signed in conformity with the applicable legislation, which contains an unconditional promise whereby the maker
2029
- * undertakes to pay a definite sum of money to the payee or to his order, on demand or at a definite time, against the surrender of the document
2030
- * itself.
2031
- */
2032
- '491': string;
2033
- /**
2034
- * @description Usage of STATAC-message.
2035
- */
2036
- '493': string;
2037
- /**
2038
- * @description Document/message ordering the direct delivery of goods/consignment from one means of transport into another means of transport in one movement.
2039
- */
2040
- '494': string;
2041
- /**
2042
- * @description Second part of a simplified declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs export
2043
- * procedure based on the 1999 Kyoto Convention.
2044
- */
2045
- '495': string;
2046
- /**
2047
- * @description Single step declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs import procedure based
2048
- * on the 1999 Kyoto Convention.
2049
- */
2050
- '496': string;
2051
- /**
2052
- * @description First part of a simplified declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs import
2053
- * procedure based on the 1999 Kyoto Convention.
2054
- */
2055
- '497': string;
2056
- /**
2057
- * @description Second part of a simplified declaration, in accordance with the WCO Customs Data Model, to Customs by which goods are declared for Customs import
2058
- * procedure based on the 1999 Kyoto Convention.
2059
- */
2060
- '498': string;
2061
- /**
2062
- * @description Identification of the previous transport document.
2063
- */
2064
- '499': string;
2065
- /**
2066
- * @description Document/message issued to the insured certifying that insurance has been effected and that a policy has been issued. Such a certificate for a
2067
- * particular cargo is primarily used when good are insured under the terms of a floating or an open policy; at the request of the insured it can be
2068
- * exchanged for a policy.
2069
- */
2070
- '520': string;
2071
- /**
2072
- * @description Cargo A permit related to a transport document granting the transport of cargo under the conditions as specifically required.
2073
- */
2074
- '521': string;
2075
- /**
2076
- * @description Dangerous Goods Notification for a vessel carrying liquid cargo in bulk.
2077
- */
2078
- '522': string;
2079
- /**
2080
- * @description Dangerous Goods Notification for a vessel carrying cargo other than bulk liquid cargo.
2081
- */
2082
- '523': string;
2083
- /**
2084
- * @description Declaration, in accordance with the WCO Customs Data Model, to Customs regarding the conveyance arriving in a Customs territory.
2085
- */
2086
- '524': string;
2087
- /**
2088
- * @description Declaration, in accordance with the WCO Customs Data Model, to Customs regarding the conveyance departing a Customs territory.
2089
- */
2090
- '525': string;
2091
- /**
2092
- * @description A document/message justifying an accounting entry.
2093
- */
2094
- '526': string;
2095
- /**
2096
- * @description A document which indicates that the customer is claiming debit in a self billing environment.
2097
- */
2098
- '527': string;
2099
- /**
2100
- * @description The official document used for military personnel on travel orders, substituting a passport.
2101
- */
2102
- '528': string;
2103
- /**
2104
- * @description A permit to re-enter a country.
2105
- */
2106
- '529': string;
2107
- /**
2108
- * @description Document/message issued by the insurer evidencing an agreement to insure and containing the conditions of the agreement concluded whereby the
2109
- * insurer undertakes for a specific fee to indemnify the insured for the losses arising out of the perils and accidents specified in the contract.
2110
- */
2111
- '530': string;
2112
- /**
2113
- * @description Document identifying a refugee recognized by a country.
2114
- */
2115
- '531': string;
2116
- /**
2117
- * @description Document/message for providing credit information to the relevant party.
2118
- */
2119
- '532': string;
2120
- /**
2121
- * @description To indicate that the document/message justifying an accounting entry is original.
2122
- */
2123
- '533': string;
2124
- /**
2125
- * @description To indicate that the document/message justifying an accounting entry is a copy.
2126
- */
2127
- '534': string;
2128
- /**
2129
- * @description To indicate that the document/message justifying an accounting entry is pro-forma.
2130
- */
2131
- '535': string;
2132
- /**
2133
- * @description A certificate on ship security issued based on the International code for the Security of Ships and of Port facilities (ISPS code).
2134
- */
2135
- '536': string;
2136
- /**
2137
- * @description An interim certificate on ship security issued basis under the International code for the Security of Ships and of Port facilities (ISPS code).
2138
- */
2139
- '537': string;
2140
- /**
2141
- * @description Certificate that guarantees quality manufacturing and processing of food products, medications, cosmetics, etc.
2142
- */
2143
- '538': string;
2144
- /**
2145
- * @description An agreement between one or more contracting authorities and one or more economic operators, the purpose of which is to establish the terms
2146
- * governing contracts to be awarded during a given period, in particular with regard to price and, where appropriate, the quantity envisaged.
2147
- */
2148
- '539': string;
2149
- /**
2150
- * @description A document/message used when an insured reports to his insurer details of individual shipments which are covered by an insurance contract - an
2151
- * open cover or a floating policy - between the parties.
2152
- */
2153
- '550': string;
2154
- /**
2155
- * @description Offering of capacity for the transport of goods for a date and a route.
2156
- */
2157
- '551': string;
2158
- /**
2159
- * @description Ship Security Plan (SSP) is a document prepared in terms of the ISPS Code to contribute to the prevention of illegal acts against the ship and
2160
- * its crew.
2161
- */
2162
- '552': string;
2163
- /**
2164
- * @description Document/message reporting invoice discrepancies indentified by the forwarder.
2165
- */
2166
- '553': string;
2167
- /**
2168
- * @description Offering of capacity to store goods.
2169
- */
2170
- '554': string;
2171
- /**
2172
- * @description Document/message issued by an insurer specifying the cost of an insurance which has been effected and claiming payment therefore.
2173
- */
2174
- '575': string;
2175
- /**
2176
- * @description Request for capacity to store goods.
2177
- */
2178
- '576': string;
2179
- /**
2180
- * @description Request for capacity for the transport of goods for a date and a route.
2181
- */
2182
- '577': string;
2183
- /**
2184
- * @description Customs declaration for goods under the external Community/common transit procedure. This applies to "non-Community goods" ("T1" under EU
2185
- * legislation and EC- EFTA "Transit Convention").
2186
- */
2187
- '578': string;
2188
- /**
2189
- * @description Customs declaration for goods under the internal Community/common transit procedure. This applies to "Community goods" ("T2" under EU legislation
2190
- * and EC-EFTA "Transit Convention").
2191
- */
2192
- '579': string;
2193
- /**
2194
- * @description Document/message issued by an insurer (insurance broker, agent, etc.) to notify the insured that his insurance have been carried out.
2195
- */
2196
- '580': string;
2197
- /**
2198
- * @description Community Transit (T2F) Declaration for goods under the internal Community transit procedure in the context of trade between the "VAT" territory
2199
- * of EU Member States and EU territories where the VAT rules do not apply, such as Canary islands, some French overseas territories, the Channel
2200
- * islands and the Aaland islands, and between those territories. ("T2F" under EU Legislation).
2201
- */
2202
- '581': string;
2203
- /**
2204
- * @description (T2SM) Customs declaration for goods under the internal Community transit procedure between the Community and San Marino. ("T2SM" under EU
2205
- * Legislation).
2206
- */
2207
- '582': string;
2208
- /**
2209
- * @description Customs declaration for goods under the Community/common transit procedure for mixed consignments (i.e. consignments that comprise goods of
2210
- * different statuses, like "T1" and "T2") ("T" under EU Legislation).
2211
- */
2212
- '583': string;
2213
- /**
2214
- * @description (T2L) Form establishing the Community status of goods ("T2L" under EU Legislation).
2215
- */
2216
- '584': string;
2217
- /**
2218
- * @description For certain fiscal purposes (T2LF) Form establishing the Community status of goods in the context of trade between the "VAT" territory of EU
2219
- * Member States and EU territories where the VAT rules do not apply, such as Canary islands, some French overseas territories, the Channel islands
2220
- * and the Aaland islands, and between those territories ("T2LF" under EU Legislation).
2221
- */
2222
- '585': string;
2223
- /**
2224
- * @description San Marino (T2LSM) Form establishing the Community status of goods ("T2L" under European Legislation) in the context of trade between the EU and
2225
- * San Marino. ("T2LSM" under EU Legislation).
2226
- */
2227
- '586': string;
2228
- /**
2229
- * @description A Customs declaration in which goods move under cover of TIR Carnets.
2230
- */
2231
- '587': string;
2232
- /**
2233
- * @description A document reporting the security status and related information of a means of transport.
2234
- */
2235
- '588': string;
2236
- /**
2237
- * @description A certificate verifying that meat has been produced from slaughter in accordance with Islamic laws and practices.
2238
- */
2239
- '589': string;
2240
- /**
2241
- * @description Document/message issued to a freight forwarder, giving instructions regarding the action to be taken by the forwarder for the forwarding of goods
2242
- * described therein.
2243
- */
2244
- '610': string;
2245
- /**
2246
- * @description Document/message issued by a freight forwarder in an exporting country advising his counterpart in an importing country about the forwarding of
2247
- * goods described therein.
2248
- */
2249
- '621': string;
2250
- /**
2251
- * @description Document/message issued by a freight forwarder informing an exporter of the action taken in fulfillment of instructions received.
2252
- */
2253
- '622': string;
2254
- /**
2255
- * @description Invoice issued by a freight forwarder specifying services rendered and costs incurred and claiming payment therefore.
2256
- */
2257
- '623': string;
2258
- /**
2259
- * @description Non-negotiable document issued by a forwarder to certify that he has assumed control of a specified consignment, with irrevocable instructions to
2260
- * send it to the consignee indicated in the document or to hold it at his disposal. E.g. FIATA-FCR.
2261
- */
2262
- '624': string;
2263
- /**
2264
- * @description A certificate verifying the heat treatment of the product is in conformance with international standards to ensure the product�s healthiness
2265
- * and/or shows the mode of heat treatment indicating the temperature and the amount of time the product or raw material used in the product was
2266
- * treated (such as milk).
2267
- */
2268
- '625': string;
2269
- /**
2270
- * @description Wild Fauna and Flora (CITES) Certificate A certificate used in the trade of endangered species in accordance with the CITES convention.
2271
- */
2272
- '626': string;
2273
- /**
2274
- * @description A certificate confirming that a specified product is free for sale in the country of origin.
2275
- */
2276
- '627': string;
2277
- /**
2278
- * @description Document/message issued by the competent body in accordance with transit regulations in force, by which authorization is granted to a party to
2279
- * move articles under customs procedure.
2280
- */
2281
- '628': string;
2282
- /**
2283
- * @description A certification that livestock or animal products, that are either imported or entering free zones, are kept under health supervision for a time
2284
- * period determined by veterinary quarantine instructions.
2285
- */
2286
- '629': string;
2287
- /**
2288
- * @description (1123) Document/message provided by the shipper or his agent to the carrier, multimodal transport operator, terminal or other receiving
2289
- * authority, giving information about export consignments offered for transport, and providing for the necessary receipts and declarations of
2290
- * liability. Sometimes a multipurpose cargo handling document also fulfilling the functions of document 632, 633, 650 and 655.
2291
- */
2292
- '630': string;
2293
- /**
2294
- * @description Document/message issued by a forwarder acting as Warehouse Keeper acknowledging receipt of goods placed in a warehouse, and stating or referring
2295
- * to the conditions which govern the warehousing and the release of goods. The document contains detailed provisions regarding the rights of
2296
- * holders-by-endorsement, transfer of ownership, etc. E.g. FIATA-FWR.
2297
- */
2298
- '631': string;
2299
- /**
2300
- * @description Document/message to acknowledge the receipt of goods and in addition may indicate receiving conditions.
2301
- */
2302
- '632': string;
2303
- /**
2304
- * @description Documents/messages specifying services rendered, storage and handling costs, demurrage and other charges due to the owner of goods described
2305
- * therein.
2306
- */
2307
- '633': string;
2308
- /**
2309
- * @description A document legalized from a competent authority that shows the components of the product (food additive, detergent, disinfectant and sanitizer).
2310
- */
2311
- '634': string;
2312
- /**
2313
- * @description Negotiable receipt document, issued by a Warehouse Keeper to a person placing goods in a warehouse and conferring title to the goods stored.
2314
- */
2315
- '635': string;
2316
- /**
2317
- * @description A document legalized from a competent authority that shows that the product has been tested microbiologically and is free from any pathogens and
2318
- * fit for human consumption and/or declares that the product is in compliance with sanitary and phytosanitary measures.
2319
- */
2320
- '636': string;
2321
- /**
2322
- * @description A document that shows that the product (food additive, detergent, disinfectant and sanitizer) is suitable to be used in the food industry.
2323
- */
2324
- '637': string;
2325
- /**
2326
- * @description Legumes Certificate of inspection for the vessel stating its readiness and suitability for transporting grains and legumes.
2327
- */
2328
- '638': string;
2329
- /**
2330
- * @description Inspection document shows that the container, the cooling devices and measured temperature is in good working condition.
2331
- */
2332
- '639': string;
2333
- /**
2334
- * @description Document/message issued by a party entitled to authorize the release of goods specified therein to a named consignee, to be retained by the
2335
- * custodian of the goods.
2336
- */
2337
- '640': string;
2338
- /**
2339
- * @description A report of temperature readings over a period.
2340
- */
2341
- '641': string;
2342
- /**
2343
- * @description A certificate to verify readiness of a transport or transport area such as a reservoir or hold to transport food items.
2344
- */
2345
- '642': string;
2346
- /**
2347
- * @description A document legalized from a competent authority that shows that the food packaging product is safe to come into contact with food.
2348
- */
2349
- '643': string;
2350
- /**
2351
- * @description A document that shows the main structure that composes the packaging material.
2352
- */
2353
- '644': string;
2354
- /**
2355
- * @description A certification executed by the competent authority from country of exportation stating the export price of the goods.
2356
- */
2357
- '645': string;
2358
- /**
2359
- * @description A certification executed by the competent authority from country of production stating the price of the goods to the general public.
2360
- */
2361
- '646': string;
2362
- /**
2363
- * @description A document containing results from the study which determines the shelf life, namely the time period of storage at a specified condition within
2364
- * which a drug substance or drug product still meets its established specifications; its identity, strength, quality and purity.
2365
- */
2366
- '647': string;
2367
- /**
2368
- * @description Organization for Animal Health (OIE) A certification that the products have been treated in a way consistent with the standards set by the World
2369
- * Organization for Animal Health (OIE).
2370
- */
2371
- '648': string;
2372
- /**
2373
- * @description A license granted by a competent authority to a production facility for manufacturing specific products.
2374
- */
2375
- '649': string;
2376
- /**
2377
- * @description Document/message issued by a cargo handling organization (port administration, terminal operator, etc.) for the removal or other handling of
2378
- * goods under their care.
2379
- */
2380
- '650': string;
2381
- /**
2382
- * @description A license granted by a competent authority to a manufacturer for production of specific products.
2383
- */
2384
- '651': string;
2385
- /**
2386
- * @description An official letter issued by an import authority granted to the importer of goods from a low risk country which allows the importer to place its
2387
- * products in the local market with certain favorable considerations.
2388
- */
2389
- '652': string;
2390
- /**
2391
- * @description Correspondence previously exchanged.
2392
- */
2393
- '653': string;
2394
- /**
2395
- * @description A declaration to be presented to the competent authority when radioactive material moves cross-border.
2396
- */
2397
- '654': string;
2398
- /**
2399
- * @description Document/message authorizing goods specified therein to be brought out of a fenced-in port or terminal area.
2400
- */
2401
- '655': string;
2402
- /**
2403
- * @description Document/message providing information on a resale.
2404
- */
2405
- '656': string;
2406
- /**
2407
- * @description A message/document consistent with the model for re- export phytosanitary certificates of the IPPC, attesting that a consignment meets
2408
- * phytosanitary import requirements.
2409
- */
2410
- '657': string;
2411
- /**
2412
- * @description A full bayplan containing all occupied and/or blocked stowage locations.
2413
- */
2414
- '658': string;
2415
- /**
2416
- * @description A partial bayplan. containing only a selected part of the available stowage locations.
2417
- */
2418
- '659': string;
2419
- /**
2420
- * @description Non-negotiable document evidencing the contract for the transport of cargo.
2421
- */
2422
- '700': string;
2423
- /**
2424
- * @description Document/message evidencing a contract of carriage covering the movement of goods by any mode of transport, or combination of modes, for national
2425
- * as well as international transport, under any applicable international convention or national law and under the conditions of carriage of any
2426
- * carrier or transport operator undertaking or arranging the transport referred to in the document.
2427
- */
2428
- '701': string;
2429
- /**
2430
- * @description Document/message issued by a carrier or a carrier's agent, acknowledging receipt for carriage of goods specified therein on conditions stated or
2431
- * referred to in the document, enabling the carrier to issue a transport document.
2432
- */
2433
- '702': string;
2434
- /**
2435
- * @description The document made out by an agent/consolidator which evidences the contract between the shipper and the agent/consolidator for the arrangement of
2436
- * carriage of goods.
2437
- */
2438
- '703': string;
2439
- /**
2440
- * @description A bill of lading issued by the master of a vessel (in actuality the owner or charterer of the vessel). It could cover a number of house bills.
2441
- */
2442
- '704': string;
2443
- /**
2444
- * @description Negotiable document/message which evidences a contract of carriage by sea and the taking over or loading of goods by carrier, and by which
2445
- * carrier undertakes to deliver goods against surrender of the document. A provision in the document that goods are to be delivered to the order of
2446
- * a named person, or to order, or to bearer, constitutes such an undertaking.
2447
- */
2448
- '705': string;
2449
- /**
2450
- * @description The original of the bill of lading issued by a transport company. When issued by the maritime industry it could signify ownership of the cargo.
2451
- */
2452
- '706': string;
2453
- /**
2454
- * @description A copy of the bill of lading issued by a transport company.
2455
- */
2456
- '707': string;
2457
- /**
2458
- * @description Bill of lading indicating an empty container.
2459
- */
2460
- '708': string;
2461
- /**
2462
- * @description Document which evidences a transport of liquid bulk cargo.
2463
- */
2464
- '709': string;
2465
- /**
2466
- * @description Non-negotiable document which evidences a contract for the carriage of goods by sea and the taking over of the goods by the carrier, and by which
2467
- * the carrier undertakes to deliver the goods to the consignee named in the document.
2468
- */
2469
- '710': string;
2470
- /**
2471
- * @description Negotiable transport document made out to a named person, to order or to bearer, signed by the carrier and handed to the sender after receipt of
2472
- * the goods.
2473
- */
2474
- '711': string;
2475
- /**
2476
- * @description Non-negotiable document which evidences a contract for the carriage of goods by sea and the taking over or loading of the goods by the carrier,
2477
- * and by which the carrier undertakes to deliver the goods to the consignee named in the document. E.g. Sea waybill. Remark: Synonymous with
2478
- * "straight" or "non-negotiable Bill of lading" used in certain countries, e.g. Canada.
2479
- */
2480
- '712': string;
2481
- /**
2482
- * @description Document/message issued by a ship's officer to acknowledge that a specified consignment has been received on board a vessel, and the apparent
2483
- * condition of the goods; enabling the carrier to issue a Bill of lading.
2484
- */
2485
- '713': string;
2486
- /**
2487
- * @description The bill of lading issued not by the carrier but by the freight forwarder/consolidator known by the carrier.
2488
- */
2489
- '714': string;
2490
- /**
2491
- * @description Document/message issued by a commercial party or a bank of an insurance company accepting responsibility to the beneficiary of the indemnity in
2492
- * accordance with the terms thereof.
2493
- */
2494
- '715': string;
2495
- /**
2496
- * @description Non-negotiable document issued by a freight forwarder evidencing a contract for the carriage of goods by sea and the taking over or loading of
2497
- * the goods by the freight forwarder, and by which the freight forwarder undertakes to deliver the goods to the consignee named in the document.
2498
- */
2499
- '716': string;
2500
- /**
2501
- * @description A document authorizing residence.
2502
- */
2503
- '717': string;
2504
- /**
2505
- * @description A national identity document issued to professional seamen that contains a record of their rank and service career.
2506
- */
2507
- '718': string;
2508
- /**
2509
- * @description Document/message providing agreed textual information.
2510
- */
2511
- '719': string;
2512
- /**
2513
- * @description Transport document constituting a contract for the carriage of goods between the sender and the carrier (the railway). For international rail
2514
- * traffic, this document must conform to the model prescribed by the international conventions concerning carriage of goods by rail, e.g. CIM
2515
- * Convention, SMGS Convention.
2516
- */
2517
- '720': string;
2518
- /**
2519
- * @description Document/message responding to a previously received Product Data document/message.
2520
- */
2521
- '721': string;
2522
- /**
2523
- * @description Accounting document, one copy of which is drawn up for each consignment note; it accompanies the consignment over the whole route and is a rail
2524
- * transport document.
2525
- */
2526
- '722': string;
2527
- /**
2528
- * @description Document/message which gives right to the owner to exert all functions normally transferred to a guard in a train by which an escorted
2529
- * consignment is transported.
2530
- */
2531
- '723': string;
2532
- /**
2533
- * @description Fictitious transport document regarding a previous transport, enabling a carrier's agent to give to another carrier's agent (in a different
2534
- * country) the possibility to collect charges relating to the original transport (rail environment).
2535
- */
2536
- '724': string;
2537
- /**
2538
- * @description Document/message providing details of an order which has been raised by a manufacturer.
2539
- */
2540
- '725': string;
2541
- /**
2542
- * @description Document/message providing details of a consignment order which has been raised by a manufacturer.
2543
- */
2544
- '726': string;
2545
- /**
2546
- * @description A price/sales catalogue message containing no commercial information, such as prices, terms or conditions.
2547
- */
2548
- '727': string;
2549
- /**
2550
- * @description A price/sales catalogue message containing only commercial terms or conditions data.
2551
- */
2552
- '728': string;
2553
- /**
2554
- * @description Document/message by means of which the buyer informs the seller about the despatch of returned goods.
2555
- */
2556
- '729': string;
2557
- /**
2558
- * @description Transport document/message which evidences a contract between a carrier and a sender for the carriage of goods by road (generic term). Remark:
2559
- * For international road traffic, this document must contain at least the particulars prescribed by the convention on the contract for the
2560
- * international carriage of goods by road (CMR).
2561
- */
2562
- '730': string;
2563
- /**
2564
- * @description A message enabling the transmission of commercial data concerning payments made and outstanding items on an account over a period of time.
2565
- */
2566
- '731': string;
2567
- /**
2568
- * @description A message by which a party announces to another party details of goods for return due to specified reasons (e.g. returns for repair, returns
2569
- * because of damage, etc).
2570
- */
2571
- '732': string;
2572
- /**
2573
- * @description A message by which a party informs another party whether and how goods shall be returned.
2574
- */
2575
- '733': string;
2576
- /**
2577
- * @description A message enabling companies to exchange or report electronically, basic sales forecast data related to products or services, including the
2578
- * corresponding location, time period, product identification, pricing and quantity information. It enables the recip.
2579
- */
2580
- '734': string;
2581
- /**
2582
- * @description A message enabling companies to exchange or report electronically, basic sales data related to products or services, including the corresponding
2583
- * location, time period, product identification, pricing and quantity information. It enables the recipient to p.
2584
- */
2585
- '735': string;
2586
- /**
2587
- * @description A product inquiry which stands until it is cancelled. It requests not only the updates since last time, but always the complete product
2588
- * information of a data supplier. This means that within the standing request every time a complete download of the respe.
2589
- */
2590
- '736': string;
2591
- /**
2592
- * @description A message by which a consignee provides for a carrier proof of delivery of a consignment.
2593
- */
2594
- '737': string;
2595
- /**
2596
- * @description A message from a party to a warehouse, distribution centre, or logistics service provider identifying the handling services and where required
2597
- * the movement of specified goods, limited to warehouses within the jurisdiction of the distribution centre or log.
2598
- */
2599
- '738': string;
2600
- /**
2601
- * @description Document/message providing metered consumption details supporiting an invoice.
2602
- */
2603
- '739': string;
2604
- /**
2605
- * @description Document/message made out by or on behalf of the shipper which evidences the contract between the shipper and carrier(s) for carriage of goods
2606
- * over routes of the carrier(s) and which is identified by the airline prefix issuing the document plus a serial (IATA).
2607
- */
2608
- '740': string;
2609
- /**
2610
- * @description Document/message made out by or on behalf of the agent/consolidator which evidences the contract between the agent/consolidator and carrier(s)
2611
- * for carriage of goods over routes of the carrier(s) for a consignment consisting of goods originated by more than one shipper (IATA).
2612
- */
2613
- '741': string;
2614
- /**
2615
- * @description Document/message providing metered consumption details.
2616
- */
2617
- '742': string;
2618
- /**
2619
- * @description A temporary air waybill which contains only limited information because of the absence of the original.
2620
- */
2621
- '743': string;
2622
- /**
2623
- * @description Declaration to Customs regarding the personal effects of crew members aboard the conveyance; equivalent to IMO FAL 4.
2624
- */
2625
- '744': string;
2626
- /**
2627
- * @description Declaration to Customs regarding passengers aboard the conveyance; equivalent to IMO FAL 6.
2628
- */
2629
- '745': string;
2630
- /**
2631
- * @description Document/message created by the consignor or by the departure station, joined to the transport or sent to the consignee, giving the possibility
2632
- * to the consignee or the arrival station to attest the delivery of the goods. The document must be returned to the consignor or to the departure
2633
- * station.
2634
- */
2635
- '746': string;
2636
- /**
2637
- * @description A message sent by a party (usually an employer or its representative) to a service providing organisation, to detail payroll deductions paid on
2638
- * behalf of its employees to the service providing organisation.
2639
- */
2640
- '747': string;
2641
- /**
2642
- * @description Document/message by means of which the supplier informs the buyer about the despatch of goods ordered on consignment (goods to be delivered into
2643
- * stock with agreement on payment when goods are sold out of this stock).
2644
- */
2645
- '748': string;
2646
- /**
2647
- * @description Message containing information regarding gross mass verification of transport equipment.
2648
- */
2649
- '749': string;
2650
- /**
2651
- * @description Document/message which, according to Article 106 of the "Agreement concerning Postal Parcels" under the UPU convention, is to accompany post
2652
- * parcels.
2653
- */
2654
- '750': string;
2655
- /**
2656
- * @description A document / message containing accounting related information such as monetary summations, seller id and VAT information. This may not be a
2657
- * complete invoice according to legal requirements. For instance the line item information might be excluded.
2658
- */
2659
- '751': string;
2660
- /**
2661
- * @description A transport document used when more than one mode of transportation is involved in the movement of cargo. It is a contract of carriage and
2662
- * receipt of the cargo for a multimodal transport. It indicates the place where the responsible transport company in the move takes responsibility
2663
- * for the cargo, the place where the responsibility of this transport company in the move ends and the conveyances involved.
2664
- */
2665
- '760': string;
2666
- /**
2667
- * @description Bill of lading which evidences a contract of carriage from one place to another in separate stages of which at least one stage is a sea transit,
2668
- * and by which the issuing carrier accepts responsibility for the carriage as set forth in the through bill of lading.
2669
- */
2670
- '761': string;
2671
- /**
2672
- * @description Negotiable document/message issued by a forwarder to certify that he has taken charge of a specified consignment for despatch and delivery in
2673
- * accordance with the consignor's instructions, as indicated in the document, and that he accepts responsibility for delivery of the goods to the
2674
- * holder of the document through the intermediary of a delivery agent of his choice. E.g. FIATA-FCT.
2675
- */
2676
- '763': string;
2677
- /**
2678
- * @description Negotiable or non-negotiable document evidencing a contract for the performance and/or procurement of performance of combined transport of goods
2679
- * and bearing on its face either the heading "Negotiable combined transport document issued subject to Uniform Rules for a Combined Transport
2680
- * Document (ICC Brochure No. 298)" or the heading "Non-negotiable Combined Transport Document issued subject to Uniform Rules for a Combined
2681
- * Transport Document (ICC Brochure No. 298)".
2682
- */
2683
- '764': string;
2684
- /**
2685
- * @description Document/message which evidences a multimodal transport contract, the taking in charge of the goods by the multimodal transport operator, and an
2686
- * undertaking by him to deliver the goods in accordance with the terms of the contract. (International Convention on Multimodal Transport of
2687
- * Goods).
2688
- */
2689
- '765': string;
2690
- /**
2691
- * @description Document which evidences a multimodal transport contract, the taking in charge of the goods by the multimodal transport operator, and an
2692
- * undertaking by him to deliver the goods in accordance with the terms of the contract.
2693
- */
2694
- '766': string;
2695
- /**
2696
- * @description Document/message issued by a carrier to confirm that space has been reserved for a consignment in means of transport.
2697
- */
2698
- '770': string;
2699
- /**
2700
- * @description Instructions for release or delivery of goods.
2701
- */
2702
- '775': string;
2703
- /**
2704
- * @description Document/message issued by a transport operation specifying freight costs and charges incurred for a transport operation and stating conditions
2705
- * of payment.
2706
- */
2707
- '780': string;
2708
- /**
2709
- * @description Notification from the carrier to the consignee in writing, by telephone or by any other means (express letter, message, telegram, etc.) informing
2710
- * him that a consignment addressed to him is being or will shortly be held at his disposal at a specified point in the place of destination.
2711
- */
2712
- '781': string;
2713
- /**
2714
- * @description Request made by the carrier to the sender, or, as the case may be, the consignee, for instructions as to the disposal of the consignment when
2715
- * circumstances prevent delivery and the return of the goods has not been requested by the consignor in the transport document.
2716
- */
2717
- '782': string;
2718
- /**
2719
- * @description Request made by the carrier to the sender, or, the consignee as the case may be, for instructions as to the disposal of the goods when
2720
- * circumstances prevent transport before departure or en route, after acceptance of the consignment concerned.
2721
- */
2722
- '783': string;
2723
- /**
2724
- * @description Notification in writing, sent by the carrier to the sender, to inform him at his request of the actual date of delivery of the goods.
2725
- */
2726
- '784': string;
2727
- /**
2728
- * @description Listing of goods comprising the cargo carried in a means of transport or in a transport-unit. The cargo manifest gives the commercial particulars
2729
- * of the goods, such as transport document numbers, consignors, consignees, shipping marks, number and kind of packages and descriptions and
2730
- * quantities of the goods.
2731
- */
2732
- '785': string;
2733
- /**
2734
- * @description Document/message containing the same information as a cargo manifest, and additional details on freight amounts, charges, etc.
2735
- */
2736
- '786': string;
2737
- /**
2738
- * @description Document/message used in road transport, listing the cargo carried on a road vehicle, often referring to appended copies of Road consignment
2739
- * note.
2740
- */
2741
- '787': string;
2742
- /**
2743
- * @description Document/message specifying the contents of particular freight containers or other transport units, prepared by the party responsible for their
2744
- * loading into the container or unit.
2745
- */
2746
- '788': string;
2747
- /**
2748
- * @description Document used by the rail organization to indicate freight charges or additional charges in each case where the departure station is not able to
2749
- * calculate the charges for the total voyage (e.g. tariff not yet updated, part of voyage not covered by the tariff). This document must be
2750
- * considered as joined to the transport.
2751
- */
2752
- '789': string;
2753
- /**
2754
- * @description (1030) Document that is joined to the transport or sent by separate means, giving to the departure rail organization the proof that the cash-on
2755
- * delivery amount has been encashed by the arrival rail organization before reimbursement of the consignor.
2756
- */
2757
- '790': string;
2758
- /**
2759
- * @description Document certifying a ship's safety to a specified date.
2760
- */
2761
- '791': string;
2762
- /**
2763
- * @description Document certifying the safety of a ship's radio facilities to a specified date.
2764
- */
2765
- '792': string;
2766
- /**
2767
- * @description Document certifying the safety of a ship's equipment to a specified date.
2768
- */
2769
- '793': string;
2770
- /**
2771
- * @description Document declaring a ship owner's liability for oil propelling or carried on a vessel.
2772
- */
2773
- '794': string;
2774
- /**
2775
- * @description Document specifying the limit of a ship's legal submersion under various conditions.
2776
- */
2777
- '795': string;
2778
- /**
2779
- * @description Document certifying that a ship is free of rats, valid to a specified date.
2780
- */
2781
- '796': string;
2782
- /**
2783
- * @description Document certifying the health condition on board a vessel, valid to a specified date.
2784
- */
2785
- '797': string;
2786
- /**
2787
- * @description Official certificate stating the vessel's registry.
2788
- */
2789
- '798': string;
2790
- /**
2791
- * @description Declaration to Customs regarding the contents of the ship's stores (equivalent to IMO FAL 3) i.e. goods intended for consumption by
2792
- * passengers/crew on board vessels, aircraft or trains, whether or not sold or landed; goods necessary for operation/maintenance of conveyance,
2793
- * including fuel/lubricants, excluding spare parts/equipment (IMO).
2794
- */
2795
- '799': string;
2796
- /**
2797
- * @description Application for a permit issued by a government authority permitting exportation of a specified commodity subject to specified conditions as
2798
- * quantity, country of destination, etc.
2799
- */
2800
- '810': string;
2801
- /**
2802
- * @description Permit issued by a government authority permitting exportation of a specified commodity subject to specified conditions as quantity, country of
2803
- * destination, etc. Synonym: Embargo permit.
2804
- */
2805
- '811': string;
2806
- /**
2807
- * @description Document/message completed by an exporter/seller as a means whereby the competent body may control that the amount of foreign exchange accrued
2808
- * from a trade transaction is repatriated in accordance with the conditions of payment and exchange control regulations in force.
2809
- */
2810
- '812': string;
2811
- /**
2812
- * @description European community transit declaration.
2813
- */
2814
- '820': string;
2815
- /**
2816
- * @description Transit declaration for goods circulating under internal community transit procedures (between European Union (EU) countries).
2817
- */
2818
- '821': string;
2819
- /**
2820
- * @description Ascertainment that the declared goods were originally produced in an European Union (EU) country.
2821
- */
2822
- '822': string;
2823
- /**
2824
- * @description Control document (export declaration) used particularly in case of re-sending without use with only VAT collection, refusal, unconformity with
2825
- * contract etc.
2826
- */
2827
- '823': string;
2828
- /**
2829
- * @description Rail consignment note prepared by the consignor for the facilitation of an eventual return to the origin of the goods.
2830
- */
2831
- '824': string;
2832
- /**
2833
- * @description Ascertainment that the declared goods were originally produced in an European Union (EU) country. May only be used for goods that are loaded on
2834
- * one single means of transport in one single departure point for one single delivery point.
2835
- */
2836
- '825': string;
2837
- /**
2838
- * @description Document/message by which goods are declared for export Customs clearance, conforming to the layout key set out at Appendix I to Annex C.1
2839
- * concerning outright exportation to the Kyoto convention (CCC). Within a Customs union, "for despatch" may have the same meaning as "for
2840
- * exportation".
2841
- */
2842
- '830': string;
2843
- /**
2844
- * @description Generic term, sometimes referred to as Freight declaration, applied to the documents providing the particulars required by the Customs concerning
2845
- * the cargo (freight) carried by commercial means of transport (CCC).
2846
- */
2847
- '833': string;
2848
- /**
2849
- * @description Document/message submitted to a competent body by party requesting a Goods control certificate to be issued in accordance with national or
2850
- * international standards, or conforming to legislation in the importing country, or as specified in the contract.
2851
- */
2852
- '840': string;
2853
- /**
2854
- * @description Document/message issued by a competent body evidencing the quality of the goods described therein, in accordance with national or international
2855
- * standards, or conforming to legislation in the importing country, or as specified in the contract.
2856
- */
2857
- '841': string;
2858
- /**
2859
- * @description Document/message submitted to a competent body by party requesting a Phytosanitary certificate to be issued.
2860
- */
2861
- '850': string;
2862
- /**
2863
- * @description A message/doucment consistent with the model for certificates of the IPPC, attesting that a consignment meets phytosanitary import requirements.
2864
- */
2865
- '851': string;
2866
- /**
2867
- * @description Document/message issued by the competent authority in the exporting country evidencing that alimentary and animal products, including dead
2868
- * animals, are fit for human consumption, and giving details, when relevant, of controls undertaken.
2869
- */
2870
- '852': string;
2871
- /**
2872
- * @description Document/message issued by the competent authority in the exporting country evidencing that live animals or birds are not infested or infected
2873
- * with disease, and giving details regarding their provenance, and of vaccinations and other treatment to which they have been subjected.
2874
- */
2875
- '853': string;
2876
- /**
2877
- * @description Document/message submitted to a competent body by a party requesting an Inspection certificate to be issued in accordance with national or
2878
- * international standards, or conforming to legislation in the country in which it is required, or as specified in the contract.
2879
- */
2880
- '855': string;
2881
- /**
2882
- * @description Document/message issued by a competent body evidencing that the goods described therein have been inspected in accordance with national or
2883
- * international standards, in conformity with legislation in the country in which the inspection is required, or as specified in the contract.
2884
- */
2885
- '856': string;
2886
- /**
2887
- * @description Document/message submitted to a competent body by an interested party requesting a Certificate of origin to be issued in accordance with relevant
2888
- * criteria, and on the basis of evidence of the origin of the goods.
2889
- */
2890
- '860': string;
2891
- /**
2892
- * @description Document/message identifying goods, in which the authority or body authorized to issue it certifies expressly that the goods to which the
2893
- * certificate relates originate in a specific country. The word "country" may include a group of countries, a region or a part of a country. This
2894
- * certificate may also include a declaration by the manufacturer, producer, supplier, exporter or other competent person.
2895
- */
2896
- '861': string;
2897
- /**
2898
- * @description Appropriate statement as to the origin of the goods, made in connection with their exportation by the manufacturer, producer, supplier, exporter
2899
- * or other competent person on the Commercial invoice or any other document relating to the goods (CCC).
2900
- */
2901
- '862': string;
2902
- /**
2903
- * @description Certificate drawn up in accordance with the rules laid down by an authority or approved body, certifying that the goods described therein qualify
2904
- * for a designation specific to the given region (e.g. champagne, port wine, Parmesan cheese).
2905
- */
2906
- '863': string;
2907
- /**
2908
- * @description Document/message describing a certificate of origin meeting the requirements for preferential treatment.
2909
- */
2910
- '864': string;
2911
- /**
2912
- * @description Specific form of certificate of origin for goods qualifying for preferential treatment under the generalized system of preferences (includes a
2913
- * combined declaration of origin and certificate, form A).
2914
- */
2915
- '865': string;
2916
- /**
2917
- * @description Document/message to be prepared by an exporter in his country and presented to a diplomatic representation of the importing country for
2918
- * endorsement and subsequently to be presented by the importer in connection with the import of the goods described therein.
2919
- */
2920
- '870': string;
2921
- /**
2922
- * @description (1115) Document/message issued by a consignor in accordance with applicable conventions or regulations, describing hazardous goods or materials
2923
- * for transport purposes, and stating that the latter have been packed and labelled in accordance with the provisions of the relevant conventions
2924
- * or regulations.
2925
- */
2926
- '890': string;
2927
- /**
2928
- * @description Document/message in which an exporter provides information about exported goods required by the body responsible for the collection of
2929
- * international trade statistics.
2930
- */
2931
- '895': string;
2932
- /**
2933
- * @description Document/message in which a declarant provides information about goods required by the body responsible for the collection of trade statistics.
2934
- */
2935
- '896': string;
2936
- /**
2937
- * @description Document/message whereby an official authority (Customs or governmental) certifies that goods have been delivered.
2938
- */
2939
- '901': string;
2940
- /**
2941
- * @description Document/message in which an interested party applies to the competent body for authorization to import either a limited quantity of articles
2942
- * subject to import restrictions, or an unlimited quantity of such articles during a limited period, and specifies the kind of articles, their
2943
- * origin and value, etc.
2944
- */
2945
- '910': string;
2946
- /**
2947
- * @description Document/message issued by the competent body in accordance with import regulations in force, by which authorization is granted to a named party
2948
- * to import either a limited quantity of designated articles or an unlimited quantity of such articles during a limited period, under conditions
2949
- * specified in the document.
2950
- */
2951
- '911': string;
2952
- /**
2953
- * @description CUSDEC transmission that does not include data from the commercial detail section of the message.
2954
- */
2955
- '913': string;
2956
- /**
2957
- * @description CUSDEC transmission that includes data from both the commercial detail and item detail sections of the message.
2958
- */
2959
- '914': string;
2960
- /**
2961
- * @description CUSDEC transmission that does not include data from the item detail section of the message.
2962
- */
2963
- '915': string;
2964
- /**
2965
- * @description Document that has a relationship with the stated document/message.
2966
- */
2967
- '916': string;
2968
- /**
2969
- * @description Receipt for Customs duty/tax/fee paid.
2970
- */
2971
- '917': string;
2972
- /**
2973
- * @description Document/message whereby an importer/buyer requests the competent body to allocate an amount of foreign exchange to be transferred to an
2974
- * exporter/seller in payment for goods.
2975
- */
2976
- '925': string;
2977
- /**
2978
- * @description Document/message issued by the competent body authorizing an importer/buyer to transfer an amount of foreign exchange to an exporter/seller in
2979
- * payment for goods.
2980
- */
2981
- '926': string;
2982
- /**
2983
- * @description Document/message completed by an importer/buyer as a means for the competent body to control that a trade transaction for which foreign exchange
2984
- * has been allocated has been executed and that money has been transferred in accordance with the conditions of payment and the exchange control
2985
- * regulations in force.
2986
- */
2987
- '927': string;
2988
- /**
2989
- * @description Document/message by which goods are declared for import Customs clearance [sister entry of 830].
2990
- */
2991
- '929': string;
2992
- /**
2993
- * @description Document/message by which goods are declared for import Customs clearance according to Annex B.1 (concerning clearance for home use) to the Kyoto
2994
- * convention (CCC).
2995
- */
2996
- '930': string;
2997
- /**
2998
- * @description Document/message issued by an importer notifying Customs that goods have been removed from an importing means of transport to the importer's
2999
- * premises under a Customs- approved arrangement for immediate release, or requesting authorization to do so.
3000
- */
3001
- '931': string;
3002
- /**
3003
- * @description Document/message whereby a Customs authority releases goods under its control to be placed at the disposal of the party concerned. Synonym:
3004
- * Customs release note.
3005
- */
3006
- '932': string;
3007
- /**
3008
- * @description Generic term, sometimes referred to as Freight declaration, applied to the documents providing the particulars required by the Customs concerning
3009
- * the cargo (freight) carried by commercial means of transport (CCC).
3010
- */
3011
- '933': string;
3012
- /**
3013
- * @description Document/message in which a declarant (importer) states the invoice or other price (e.g. selling price, price of identical goods), and specifies
3014
- * costs for freight, insurance and packing, etc., terms of delivery and payment, any relationship with the trading partner, etc., for the purpose
3015
- * of determining the Customs value of goods imported.
3016
- */
3017
- '934': string;
3018
- /**
3019
- * @description Document/message required by the Customs in an importing country in which an exporter states the invoice or other price (e.g. selling price,
3020
- * price of identical goods), and specifies costs for freight, insurance and packing, etc., terms of delivery and payment, for the purpose of
3021
- * determining the Customs value in the importing country of goods consigned to that country.
3022
- */
3023
- '935': string;
3024
- /**
3025
- * @description Document/message which, according to Article 106 of the "Agreement concerning Postal Parcels" under the UPU Convention, must accompany post
3026
- * parcels and in which the contents of such parcels are specified.
3027
- */
3028
- '936': string;
3029
- /**
3030
- * @description Document/message in which an importer states the pertinent information required by the competent body for assessment of value-added tax.
3031
- */
3032
- '937': string;
3033
- /**
3034
- * @description Document/message containing a general tax declaration.
3035
- */
3036
- '938': string;
3037
- /**
3038
- * @description Document/message containing the demand of tax.
3039
- */
3040
- '940': string;
3041
- /**
3042
- * @description Document/message giving the permission to export specified goods.
3043
- */
3044
- '941': string;
3045
- /**
3046
- * @description Document/message by which the sender declares goods for Customs transit according to Annex E.1 (concerning Customs transit) to the Kyoto
3047
- * convention (CCC).
3048
- */
3049
- '950': string;
3050
- /**
3051
- * @description International Customs transit document by which the sender declares goods for carriage by rail in accordance with the provisions of the 1952
3052
- * International Convention to facilitate the crossing of frontiers for goods carried by rail (TIF Convention of UIC).
3053
- */
3054
- '951': string;
3055
- /**
3056
- * @description International Customs document (International Transit by Road), issued by a guaranteeing association approved by the Customs authorities, under
3057
- * the cover of which goods are carried, in most cases under Customs seal, in road vehicles and/or containers in compliance with the requirements of
3058
- * the Customs TIR Convention of the International Transport of Goods under cover of TIR Carnets (UN/ECE).
3059
- */
3060
- '952': string;
3061
- /**
3062
- * @description EC customs transit document issued by EC customs authorities for transit and/or temporary user of goods within the EC.
3063
- */
3064
- '953': string;
3065
- /**
3066
- * @description Customs certificate used in preferential goods interchanges between EC countries and EC external countries.
3067
- */
3068
- '954': string;
3069
- /**
3070
- * @description International Customs document (Admission Temporaire / Temporary Admission) which, issued under the terms of the ATA Convention (1961),
3071
- * incorporates an internationally valid guarantee and may be used, in lieu of national Customs documents and as security for import duties and
3072
- * taxes, to cover the temporary admission of goods and, where appropriate, the transit of goods. If accepted for controlling the temporary export
3073
- * and reimport of goods, international guarantee does not apply (CCC).
3074
- */
3075
- '955': string;
3076
- /**
3077
- * @description A set of documents, replacing the various (national) forms for Customs declaration within the EC, implemented on 01-01-1988.
3078
- */
3079
- '960': string;
3080
- /**
3081
- * @description General response message to permit the transfer of data from Customs to the transmitter of the previous message.
3082
- */
3083
- '961': string;
3084
- /**
3085
- * @description Document response message to permit the transfer of data from Customs to the transmitter of the previous message.
3086
- */
3087
- '962': string;
3088
- /**
3089
- * @description Error response message to permit the transfer of data from Customs to the transmitter of the previous message.
3090
- */
3091
- '963': string;
3092
- /**
3093
- * @description Package response message to permit the transfer of data from Customs to the transmitter of the previous message.
3094
- */
3095
- '964': string;
3096
- /**
3097
- * @description Tax calculation/confirmation response message to permit the transfer of data from Customs to the transmitter of the previous message.
3098
- */
3099
- '965': string;
3100
- /**
3101
- * @description Document/message issued by the competent body for prior allocation of a quota.
3102
- */
3103
- '966': string;
3104
- /**
3105
- * @description Document which contains consignment information concerning the wagons and their lading in a case of a multiple wagon consignment.
3106
- */
3107
- '970': string;
3108
- /**
3109
- * @description Document for a course of transit used for a carrier who is neither the carrier at the beginning nor the arrival. The transit carrier can directly
3110
- * invoice the expenses for its part of the transport.
3111
- */
3112
- '971': string;
3113
- /**
3114
- * @description Document which is a copy of the rail consignment note printed especially for the need of the forwarder.
3115
- */
3116
- '972': string;
3117
- /**
3118
- * @description Document giving details for the carriage of excisable goods on a duty-suspended basis.
3119
- */
3120
- '974': string;
3121
- /**
3122
- * @description A document providing proof that a transit declaration has been accepted.
3123
- */
3124
- '975': string;
3125
- /**
3126
- * @description Document for the carriage of containers. Syn: transfer note.
3127
- */
3128
- '976': string;
3129
- /**
3130
- * @description Customs transit document for the carriage of shipments of the NATO armed forces under Customs supervision.
3131
- */
3132
- '977': string;
3133
- /**
3134
- * @description Document containing the authorization from the relevant authority for the international carriage of waste. Syn: Transfrontier waste shipment
3135
- * permit.
3136
- */
3137
- '978': string;
3138
- /**
3139
- * @description Document certified by the carriers and the consignee to be used for the international carriage of waste.
3140
- */
3141
- '979': string;
3142
- /**
3143
- * @description Document issued by Customs granting the end-use Customs procedure.
3144
- */
3145
- '990': string;
3146
- /**
3147
- * @description Document/message describing a contract with a government authority.
3148
- */
3149
- '991': string;
3150
- /**
3151
- * @description Document/message describing an import document that is used for statistical purposes.
3152
- */
3153
- '995': string;
3154
- /**
3155
- * @description Message with application for opening of a documentary credit.
3156
- */
3157
- '996': string;
3158
- /**
3159
- * @description Indication of the previous Customs document/message concerning the same transaction.
3160
- */
3161
- '998': string;
3162
- };
3163
- /**
3164
- * @description Keys of {@link documentTypeCodes}.
3165
- */
3166
- export type DocumentTypeCodesKeys = '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | '18' | '19' | '20' | '21' | '22' | '23' | '24' | '25' | '26' | '27' | '28' | '29' | '30' | '31' | '32' | '33' | '34' | '35' | '36' | '37' | '38' | '39' | '40' | '41' | '42' | '43' | '44' | '45' | '46' | '47' | '48' | '49' | '50' | '51' | '52' | '53' | '54' | '55' | '56' | '57' | '58' | '59' | '60' | '61' | '62' | '63' | '64' | '65' | '66' | '67' | '68' | '69' | '70' | '71' | '72' | '73' | '74' | '75' | '76' | '77' | '78' | '79' | '80' | '81' | '82' | '83' | '84' | '85' | '86' | '87' | '88' | '89' | '90' | '91' | '92' | '93' | '94' | '95' | '96' | '97' | '98' | '99' | '100' | '101' | '102' | '103' | '104' | '105' | '106' | '107' | '108' | '109' | '110' | '111' | '112' | '113' | '114' | '115' | '116' | '117' | '118' | '119' | '120' | '121' | '122' | '123' | '124' | '125' | '126' | '127' | '128' | '129' | '130' | '131' | '132' | '133' | '134' | '135' | '136' | '137' | '138' | '139' | '140' | '141' | '142' | '143' | '144' | '145' | '146' | '147' | '148' | '149' | '150' | '151' | '152' | '153' | '154' | '155' | '156' | '157' | '158' | '159' | '160' | '161' | '162' | '163' | '164' | '165' | '166' | '167' | '168' | '169' | '170' | '171' | '172' | '173' | '174' | '175' | '176' | '177' | '178' | '179' | '180' | '181' | '182' | '183' | '184' | '185' | '186' | '187' | '188' | '189' | '190' | '191' | '192' | '193' | '194' | '195' | '196' | '197' | '198' | '199' | '200' | '201' | '202' | '203' | '204' | '205' | '206' | '207' | '208' | '209' | '210' | '211' | '212' | '213' | '214' | '215' | '216' | '217' | '218' | '219' | '220' | '221' | '222' | '223' | '224' | '225' | '226' | '227' | '228' | '229' | '230' | '231' | '232' | '233' | '234' | '235' | '236' | '237' | '238' | '239' | '240' | '241' | '242' | '243' | '244' | '245' | '246' | '247' | '248' | '249' | '250' | '251' | '252' | '253' | '254' | '255' | '256' | '257' | '258' | '259' | '260' | '261' | '262' | '263' | '264' | '265' | '266' | '267' | '268' | '269' | '270' | '271' | '272' | '273' | '274' | '275' | '276' | '277' | '278' | '279' | '280' | '281' | '282' | '283' | '284' | '285' | '286' | '287' | '288' | '289' | '290' | '291' | '292' | '293' | '294' | '295' | '296' | '297' | '298' | '299' | '300' | '301' | '302' | '303' | '304' | '305' | '306' | '307' | '308' | '309' | '310' | '311' | '312' | '313' | '314' | '315' | '316' | '317' | '318' | '319' | '320' | '321' | '322' | '323' | '324' | '325' | '326' | '327' | '328' | '329' | '330' | '331' | '332' | '333' | '334' | '335' | '336' | '337' | '338' | '339' | '340' | '341' | '342' | '343' | '344' | '345' | '346' | '347' | '348' | '349' | '350' | '351' | '352' | '353' | '354' | '355' | '356' | '357' | '358' | '359' | '360' | '361' | '362' | '363' | '364' | '365' | '366' | '367' | '368' | '369' | '370' | '371' | '372' | '373' | '374' | '375' | '376' | '377' | '378' | '379' | '380' | '381' | '382' | '383' | '384' | '385' | '386' | '387' | '388' | '389' | '390' | '391' | '392' | '393' | '394' | '395' | '396' | '397' | '398' | '399' | '400' | '401' | '402' | '403' | '404' | '405' | '406' | '407' | '408' | '409' | '410' | '411' | '412' | '413' | '414' | '415' | '416' | '417' | '418' | '419' | '420' | '421' | '422' | '423' | '1999' | '424' | '425' | '426' | '427' | '428' | '429' | '430' | '431' | '432' | '433' | '434' | '435' | '436' | '437' | '438' | '439' | '440' | '441' | '442' | '443' | '444' | '445' | '446' | '447' | '448' | '449' | '450' | '451' | '452' | '453' | '454' | '455' | '456' | '457' | '458' | '459' | '460' | '461' | '462' | '463' | '464' | '465' | '466' | '467' | '468' | '469' | '470' | '481' | '482' | '483' | '484' | '485' | '486' | '487' | '488' | '489' | '490' | '491' | '493' | '494' | '495' | '496' | '497' | '498' | '499' | '520' | '521' | '522' | '523' | '524' | '525' | '526' | '527' | '528' | '529' | '530' | '531' | '532' | '533' | '534' | '535' | '536' | '537' | '538' | '539' | '550' | '551' | '552' | '553' | '554' | '575' | '576' | '577' | '578' | '579' | '580' | '581' | '582' | '583' | '584' | '585' | '586' | '587' | '588' | '589' | '610' | '621' | '622' | '623' | '624' | '625' | '626' | '627' | '628' | '629' | '630' | '631' | '632' | '633' | '634' | '635' | '636' | '637' | '638' | '639' | '640' | '641' | '642' | '643' | '644' | '645' | '646' | '647' | '648' | '649' | '650' | '651' | '652' | '653' | '654' | '655' | '656' | '657' | '658' | '659' | '700' | '701' | '702' | '703' | '704' | '705' | '706' | '707' | '708' | '709' | '710' | '711' | '712' | '713' | '714' | '715' | '716' | '717' | '718' | '719' | '720' | '721' | '722' | '723' | '724' | '725' | '726' | '727' | '728' | '729' | '730' | '731' | '732' | '733' | '734' | '735' | '736' | '737' | '738' | '739' | '740' | '741' | '742' | '743' | '744' | '745' | '746' | '747' | '748' | '749' | '750' | '751' | '760' | '761' | '763' | '764' | '765' | '766' | '770' | '775' | '780' | '781' | '782' | '783' | '784' | '785' | '786' | '787' | '788' | '789' | '790' | '791' | '792' | '793' | '794' | '795' | '796' | '797' | '798' | '799' | '810' | '811' | '812' | '820' | '821' | '822' | '823' | '824' | '825' | '830' | '833' | '840' | '841' | '850' | '851' | '852' | '853' | '855' | '856' | '860' | '861' | '862' | '863' | '864' | '865' | '870' | '890' | '895' | '896' | '901' | '910' | '911' | '913' | '914' | '915' | '916' | '917' | '925' | '926' | '927' | '929' | '930' | '931' | '932' | '933' | '934' | '935' | '936' | '937' | '938' | '940' | '941' | '950' | '951' | '952' | '953' | '954' | '955' | '960' | '961' | '962' | '963' | '964' | '965' | '966' | '970' | '971' | '972' | '974' | '975' | '976' | '977' | '978' | '979' | '990' | '991' | '995' | '996' | '998';
3167
- /**
3168
- * @description Keys of {@link documentTypeCodes}.
3169
- */
3170
- export declare const documentTypeCodesKeys: [string, ...string[]];
3171
- //#endregion
3172
- //# sourceMappingURL=document-type-codes.generated.d.ts.map