@endevops/peppol-schema 0.0.1 → 0.1.0-beta.1

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 (1537) hide show
  1. package/README.md +11 -0
  2. package/dist/constants/credit-note-doctype-id.d.ts +1 -2
  3. package/dist/constants/credit-note-doctype-id.d.ts.map +1 -1
  4. package/dist/constants/credit-note-process-id.d.ts +1 -2
  5. package/dist/constants/credit-note-process-id.d.ts.map +1 -1
  6. package/dist/constants/document-scheme.d.ts +1 -2
  7. package/dist/constants/document-scheme.d.ts.map +1 -1
  8. package/dist/constants/index.js +2 -2
  9. package/dist/constants/invoice-doctype-id.d.ts +1 -2
  10. package/dist/constants/invoice-doctype-id.d.ts.map +1 -1
  11. package/dist/constants/invoice-process-id.d.ts +1 -2
  12. package/dist/constants/invoice-process-id.d.ts.map +1 -1
  13. package/dist/constants/invoice-response-doctype-id.d.ts +1 -2
  14. package/dist/constants/invoice-response-doctype-id.d.ts.map +1 -1
  15. package/dist/constants/invoice-response-process-id.d.ts +1 -2
  16. package/dist/constants/invoice-response-process-id.d.ts.map +1 -1
  17. package/dist/constants/invoice-response-process-id.js +1 -1
  18. package/dist/constants/invoice-response-profile-id.d.ts +1 -2
  19. package/dist/constants/invoice-response-profile-id.d.ts.map +1 -1
  20. package/dist/constants/message-level-response-doctype-id.d.ts +1 -2
  21. package/dist/constants/message-level-response-doctype-id.d.ts.map +1 -1
  22. package/dist/constants/message-level-response-process-id.d.ts +1 -2
  23. package/dist/constants/message-level-response-process-id.d.ts.map +1 -1
  24. package/dist/constants/message-level-response-process-id.js +1 -1
  25. package/dist/constants/message-level-response-profile-id.d.ts +1 -2
  26. package/dist/constants/message-level-response-profile-id.d.ts.map +1 -1
  27. package/dist/constants/participant-scheme.d.ts +1 -2
  28. package/dist/constants/participant-scheme.d.ts.map +1 -1
  29. package/dist/constants/process-scheme.d.ts +1 -2
  30. package/dist/constants/process-scheme.d.ts.map +1 -1
  31. package/dist/constants/transport-profile.d.ts +1 -2
  32. package/dist/constants/transport-profile.d.ts.map +1 -1
  33. package/dist/decoders/fields/decode-allowance-charges.js +2 -10
  34. package/dist/decoders/fields/decode-allowance-charges.js.map +1 -1
  35. package/dist/decoders/fields/decode-base-allowance-charge.js +19 -0
  36. package/dist/decoders/fields/decode-base-allowance-charge.js.map +1 -0
  37. package/dist/decoders/fields/decode-contact.js +16 -0
  38. package/dist/decoders/fields/decode-contact.js.map +1 -0
  39. package/dist/decoders/fields/decode-invoice-message-party.js +2 -19
  40. package/dist/decoders/fields/decode-invoice-message-party.js.map +1 -1
  41. package/dist/decoders/fields/decode-line-allowance-charges.js +2 -12
  42. package/dist/decoders/fields/decode-line-allowance-charges.js.map +1 -1
  43. package/dist/decoders/fields/decode-party-legal-entity.js +17 -0
  44. package/dist/decoders/fields/decode-party-legal-entity.js.map +1 -0
  45. package/dist/decoders/fields/decode-party.js +2 -18
  46. package/dist/decoders/fields/decode-party.js.map +1 -1
  47. package/dist/decoders/fields/decode-tax-category.js +1 -1
  48. package/dist/decoders/fields/decode-tax-totals.js +1 -1
  49. package/dist/decoders/fields/encode-contact.js +13 -0
  50. package/dist/decoders/fields/encode-contact.js.map +1 -0
  51. package/dist/decoders/fields/encode-message-party.js +2 -15
  52. package/dist/decoders/fields/encode-message-party.js.map +1 -1
  53. package/dist/decoders/fields/encode-party-legal-entity.js +13 -0
  54. package/dist/decoders/fields/encode-party-legal-entity.js.map +1 -0
  55. package/dist/decoders/fields/encode-party.js +2 -15
  56. package/dist/decoders/fields/encode-party.js.map +1 -1
  57. package/dist/document-parser.d.ts +1 -2
  58. package/dist/document-parser.d.ts.map +1 -1
  59. package/dist/document-parser.js +3 -3
  60. package/dist/document.d.ts +5 -6
  61. package/dist/document.d.ts.map +1 -1
  62. package/dist/effect/billing-base.d.ts +619 -0
  63. package/dist/effect/billing-base.d.ts.map +1 -0
  64. package/dist/effect/billing-base.js +324 -0
  65. package/dist/effect/billing-base.js.map +1 -0
  66. package/dist/effect/credit-note.d.ts +467 -0
  67. package/dist/effect/credit-note.d.ts.map +1 -0
  68. package/dist/effect/credit-note.js +30 -0
  69. package/dist/effect/credit-note.js.map +1 -0
  70. package/dist/effect/document-parser.d.ts +1087 -0
  71. package/dist/effect/document-parser.d.ts.map +1 -0
  72. package/dist/effect/document-parser.js +90 -0
  73. package/dist/effect/document-parser.js.map +1 -0
  74. package/dist/effect/document-response-document-reference-schema.d.ts +37 -0
  75. package/dist/effect/document-response-document-reference-schema.d.ts.map +1 -0
  76. package/dist/effect/document-response-document-reference-schema.js +39 -0
  77. package/dist/effect/document-response-document-reference-schema.js.map +1 -0
  78. package/dist/effect/document-response-document-schema.d.ts +34 -0
  79. package/dist/effect/document-response-document-schema.d.ts.map +1 -0
  80. package/dist/effect/document-response-document-schema.js +36 -0
  81. package/dist/effect/document-response-document-schema.js.map +1 -0
  82. package/dist/effect/document-response-line-response-content.d.ts +43 -0
  83. package/dist/effect/document-response-line-response-content.d.ts.map +1 -0
  84. package/dist/effect/document-response-line-response-content.js +48 -0
  85. package/dist/effect/document-response-line-response-content.js.map +1 -0
  86. package/dist/effect/document-response-line-response-schema.d.ts +38 -0
  87. package/dist/effect/document-response-line-response-schema.d.ts.map +1 -0
  88. package/dist/effect/document-response-line-response-schema.js +33 -0
  89. package/dist/effect/document-response-line-response-schema.js.map +1 -0
  90. package/dist/effect/fields/additional-document-reference-schema.d.ts +76 -0
  91. package/dist/effect/fields/additional-document-reference-schema.d.ts.map +1 -0
  92. package/dist/effect/fields/additional-document-reference-schema.js +108 -0
  93. package/dist/effect/fields/additional-document-reference-schema.js.map +1 -0
  94. package/dist/effect/fields/address-schema.d.ts +102 -0
  95. package/dist/effect/fields/address-schema.d.ts.map +1 -0
  96. package/dist/effect/fields/address-schema.js +102 -0
  97. package/dist/effect/fields/address-schema.js.map +1 -0
  98. package/dist/effect/fields/allowance-charge-schema.d.ts +61 -0
  99. package/dist/effect/fields/allowance-charge-schema.d.ts.map +1 -0
  100. package/dist/effect/fields/allowance-charge-schema.js +75 -0
  101. package/dist/effect/fields/allowance-charge-schema.js.map +1 -0
  102. package/dist/effect/fields/amount-schema.d.ts +20 -0
  103. package/dist/effect/fields/amount-schema.d.ts.map +1 -0
  104. package/dist/effect/fields/amount-schema.js +22 -0
  105. package/dist/effect/fields/amount-schema.js.map +1 -0
  106. package/dist/effect/fields/base-line-schema.d.ts +213 -0
  107. package/dist/effect/fields/base-line-schema.d.ts.map +1 -0
  108. package/dist/effect/fields/base-line-schema.js +132 -0
  109. package/dist/effect/fields/base-line-schema.js.map +1 -0
  110. package/dist/effect/fields/billing-references-schema.d.ts +46 -0
  111. package/dist/effect/fields/billing-references-schema.d.ts.map +1 -0
  112. package/dist/effect/fields/billing-references-schema.js +47 -0
  113. package/dist/effect/fields/billing-references-schema.js.map +1 -0
  114. package/dist/effect/fields/binary-object-schema.d.ts +45 -0
  115. package/dist/effect/fields/binary-object-schema.d.ts.map +1 -0
  116. package/dist/effect/fields/binary-object-schema.js +49 -0
  117. package/dist/effect/fields/binary-object-schema.js.map +1 -0
  118. package/dist/effect/fields/contact-schema.d.ts +19 -0
  119. package/dist/effect/fields/contact-schema.d.ts.map +1 -0
  120. package/dist/effect/fields/contact-schema.js +20 -0
  121. package/dist/effect/fields/contact-schema.js.map +1 -0
  122. package/dist/effect/fields/credit-note-line-schema.d.ts +118 -0
  123. package/dist/effect/fields/credit-note-line-schema.d.ts.map +1 -0
  124. package/dist/effect/fields/credit-note-line-schema.js +36 -0
  125. package/dist/effect/fields/credit-note-line-schema.js.map +1 -0
  126. package/dist/effect/fields/default-customization-id.d.ts +4 -0
  127. package/dist/effect/fields/default-customization-id.d.ts.map +1 -0
  128. package/dist/effect/fields/default-customization-id.js +6 -0
  129. package/dist/effect/fields/default-customization-id.js.map +1 -0
  130. package/dist/effect/fields/default-profile-id.d.ts +4 -0
  131. package/dist/effect/fields/default-profile-id.d.ts.map +1 -0
  132. package/dist/effect/fields/default-profile-id.js +6 -0
  133. package/dist/effect/fields/default-profile-id.js.map +1 -0
  134. package/dist/effect/fields/delivery-schema.d.ts +81 -0
  135. package/dist/effect/fields/delivery-schema.d.ts.map +1 -0
  136. package/dist/effect/fields/delivery-schema.js +89 -0
  137. package/dist/effect/fields/delivery-schema.js.map +1 -0
  138. package/dist/effect/fields/identifier-schema.d.ts +30 -0
  139. package/dist/effect/fields/identifier-schema.d.ts.map +1 -0
  140. package/dist/effect/fields/identifier-schema.js +24 -0
  141. package/dist/effect/fields/identifier-schema.js.map +1 -0
  142. package/dist/effect/fields/invoice-line-period-schema.d.ts +33 -0
  143. package/dist/effect/fields/invoice-line-period-schema.d.ts.map +1 -0
  144. package/dist/effect/fields/invoice-line-period-schema.js +35 -0
  145. package/dist/effect/fields/invoice-line-period-schema.js.map +1 -0
  146. package/dist/effect/fields/invoice-line-schema.d.ts +120 -0
  147. package/dist/effect/fields/invoice-line-schema.d.ts.map +1 -0
  148. package/dist/effect/fields/invoice-line-schema.js +40 -0
  149. package/dist/effect/fields/invoice-line-schema.js.map +1 -0
  150. package/dist/effect/fields/invoice-period-schema.d.ts +18 -0
  151. package/dist/effect/fields/invoice-period-schema.d.ts.map +1 -0
  152. package/dist/effect/fields/invoice-period-schema.js +28 -0
  153. package/dist/effect/fields/invoice-period-schema.js.map +1 -0
  154. package/dist/effect/fields/legal-monetary-total-schema.d.ts +149 -0
  155. package/dist/effect/fields/legal-monetary-total-schema.d.ts.map +1 -0
  156. package/dist/effect/fields/legal-monetary-total-schema.js +127 -0
  157. package/dist/effect/fields/legal-monetary-total-schema.js.map +1 -0
  158. package/dist/effect/fields/line-allowance-charge-schema.d.ts +46 -0
  159. package/dist/effect/fields/line-allowance-charge-schema.d.ts.map +1 -0
  160. package/dist/effect/fields/line-allowance-charge-schema.js +48 -0
  161. package/dist/effect/fields/line-allowance-charge-schema.js.map +1 -0
  162. package/dist/effect/fields/line-item-schema.d.ts +158 -0
  163. package/dist/effect/fields/line-item-schema.d.ts.map +1 -0
  164. package/dist/effect/fields/line-item-schema.js +163 -0
  165. package/dist/effect/fields/line-item-schema.js.map +1 -0
  166. package/dist/effect/fields/line-price-allowance-charge-schema.d.ts +45 -0
  167. package/dist/effect/fields/line-price-allowance-charge-schema.d.ts.map +1 -0
  168. package/dist/effect/fields/line-price-allowance-charge-schema.js +30 -0
  169. package/dist/effect/fields/line-price-allowance-charge-schema.js.map +1 -0
  170. package/dist/effect/fields/list-identifier-schema.d.ts +44 -0
  171. package/dist/effect/fields/list-identifier-schema.d.ts.map +1 -0
  172. package/dist/effect/fields/list-identifier-schema.js +46 -0
  173. package/dist/effect/fields/list-identifier-schema.js.map +1 -0
  174. package/dist/effect/fields/order-reference-schema.d.ts +37 -0
  175. package/dist/effect/fields/order-reference-schema.d.ts.map +1 -0
  176. package/dist/effect/fields/order-reference-schema.js +38 -0
  177. package/dist/effect/fields/order-reference-schema.js.map +1 -0
  178. package/dist/effect/fields/party-base-schema.d.ts +115 -0
  179. package/dist/effect/fields/party-base-schema.d.ts.map +1 -0
  180. package/dist/effect/fields/party-base-schema.js +127 -0
  181. package/dist/effect/fields/party-base-schema.js.map +1 -0
  182. package/dist/effect/fields/party-legal-entity-schema.d.ts +31 -0
  183. package/dist/effect/fields/party-legal-entity-schema.d.ts.map +1 -0
  184. package/dist/effect/fields/party-legal-entity-schema.js +30 -0
  185. package/dist/effect/fields/party-legal-entity-schema.js.map +1 -0
  186. package/dist/effect/fields/party-tax-schema.d.ts +34 -0
  187. package/dist/effect/fields/party-tax-schema.d.ts.map +1 -0
  188. package/dist/effect/fields/party-tax-schema.js +34 -0
  189. package/dist/effect/fields/party-tax-schema.js.map +1 -0
  190. package/dist/effect/fields/payee-party.d.ts +68 -0
  191. package/dist/effect/fields/payee-party.d.ts.map +1 -0
  192. package/dist/effect/fields/payee-party.js +99 -0
  193. package/dist/effect/fields/payee-party.js.map +1 -0
  194. package/dist/effect/fields/payment-means-schema.d.ts +198 -0
  195. package/dist/effect/fields/payment-means-schema.d.ts.map +1 -0
  196. package/dist/effect/fields/payment-means-schema.js +199 -0
  197. package/dist/effect/fields/payment-means-schema.js.map +1 -0
  198. package/dist/effect/fields/payment-terms-schema.d.ts +24 -0
  199. package/dist/effect/fields/payment-terms-schema.d.ts.map +1 -0
  200. package/dist/effect/fields/payment-terms-schema.js +24 -0
  201. package/dist/effect/fields/payment-terms-schema.js.map +1 -0
  202. package/dist/effect/fields/price-schema.d.ts +44 -0
  203. package/dist/effect/fields/price-schema.d.ts.map +1 -0
  204. package/dist/effect/fields/price-schema.js +32 -0
  205. package/dist/effect/fields/price-schema.js.map +1 -0
  206. package/dist/effect/fields/quantity-schema.d.ts +20 -0
  207. package/dist/effect/fields/quantity-schema.d.ts.map +1 -0
  208. package/dist/effect/fields/quantity-schema.js +22 -0
  209. package/dist/effect/fields/quantity-schema.js.map +1 -0
  210. package/dist/effect/fields/reference-schema.d.ts +8 -0
  211. package/dist/effect/fields/reference-schema.d.ts.map +1 -0
  212. package/dist/effect/fields/reference-schema.js +7 -0
  213. package/dist/effect/fields/reference-schema.js.map +1 -0
  214. package/dist/effect/fields/tax-category-schema.d.ts +41 -0
  215. package/dist/effect/fields/tax-category-schema.d.ts.map +1 -0
  216. package/dist/effect/fields/tax-category-schema.js +42 -0
  217. package/dist/effect/fields/tax-category-schema.js.map +1 -0
  218. package/dist/effect/fields/tax-representative-party-schema.d.ts +38 -0
  219. package/dist/effect/fields/tax-representative-party-schema.d.ts.map +1 -0
  220. package/dist/effect/fields/tax-representative-party-schema.js +24 -0
  221. package/dist/effect/fields/tax-representative-party-schema.js.map +1 -0
  222. package/dist/effect/fields/tax-subtotal-category-schema.d.ts +21 -0
  223. package/dist/effect/fields/tax-subtotal-category-schema.d.ts.map +1 -0
  224. package/dist/effect/fields/tax-subtotal-category-schema.js +28 -0
  225. package/dist/effect/fields/tax-subtotal-category-schema.js.map +1 -0
  226. package/dist/effect/fields/tax-subtotal-schema.d.ts +44 -0
  227. package/dist/effect/fields/tax-subtotal-schema.d.ts.map +1 -0
  228. package/dist/effect/fields/tax-subtotal-schema.js +33 -0
  229. package/dist/effect/fields/tax-subtotal-schema.js.map +1 -0
  230. package/dist/effect/fields/tax-totals.d.ts +44 -0
  231. package/dist/effect/fields/tax-totals.d.ts.map +1 -0
  232. package/dist/effect/fields/tax-totals.js +26 -0
  233. package/dist/effect/fields/tax-totals.js.map +1 -0
  234. package/dist/effect/invoice-response-document-actual-response-status.d.ts +86 -0
  235. package/dist/effect/invoice-response-document-actual-response-status.d.ts.map +1 -0
  236. package/dist/effect/invoice-response-document-actual-response-status.js +58 -0
  237. package/dist/effect/invoice-response-document-actual-response-status.js.map +1 -0
  238. package/dist/effect/invoice-response-document-actual-response.d.ts +89 -0
  239. package/dist/effect/invoice-response-document-actual-response.d.ts.map +1 -0
  240. package/dist/effect/invoice-response-document-actual-response.js +70 -0
  241. package/dist/effect/invoice-response-document-actual-response.js.map +1 -0
  242. package/dist/effect/invoice-response-schema.d.ts +432 -0
  243. package/dist/effect/invoice-response-schema.d.ts.map +1 -0
  244. package/dist/effect/invoice-response-schema.js +148 -0
  245. package/dist/effect/invoice-response-schema.js.map +1 -0
  246. package/dist/effect/invoice-response-status-reason-code.d.ts +26 -0
  247. package/dist/effect/invoice-response-status-reason-code.d.ts.map +1 -0
  248. package/dist/effect/invoice-response-status-reason-code.js +29 -0
  249. package/dist/effect/invoice-response-status-reason-code.js.map +1 -0
  250. package/dist/effect/invoice.d.ts +472 -0
  251. package/dist/effect/invoice.d.ts.map +1 -0
  252. package/dist/effect/invoice.js +47 -0
  253. package/dist/effect/invoice.js.map +1 -0
  254. package/dist/effect/iso-date-string.d.ts +14 -0
  255. package/dist/effect/iso-date-string.d.ts.map +1 -0
  256. package/dist/effect/iso-date-string.js +15 -0
  257. package/dist/effect/iso-date-string.js.map +1 -0
  258. package/dist/effect/message-level-response-document-response-schema.d.ts +48 -0
  259. package/dist/effect/message-level-response-document-response-schema.d.ts.map +1 -0
  260. package/dist/effect/message-level-response-document-response-schema.js +34 -0
  261. package/dist/effect/message-level-response-document-response-schema.js.map +1 -0
  262. package/dist/effect/message-level-response-party-schema.d.ts +21 -0
  263. package/dist/effect/message-level-response-party-schema.d.ts.map +1 -0
  264. package/dist/effect/message-level-response-party-schema.js +19 -0
  265. package/dist/effect/message-level-response-party-schema.js.map +1 -0
  266. package/dist/effect/message-level-response-schema.d.ts +124 -0
  267. package/dist/effect/message-level-response-schema.d.ts.map +1 -0
  268. package/dist/effect/message-level-response-schema.js +98 -0
  269. package/dist/effect/message-level-response-schema.js.map +1 -0
  270. package/dist/effect/utils/base-64.d.ts +10 -0
  271. package/dist/effect/utils/base-64.d.ts.map +1 -0
  272. package/dist/effect/utils/base-64.js +12 -0
  273. package/dist/effect/utils/base-64.js.map +1 -0
  274. package/dist/effect/utils/get-credit-note-type-code-description.d.ts +2 -0
  275. package/dist/effect/utils/get-invoice-type-code-description.d.ts +2 -0
  276. package/dist/effect/utils/index.d.ts +17 -0
  277. package/dist/effect/utils/index.js +11 -0
  278. package/dist/effect/utils/is-valid-credit-note-type-code.d.ts +2 -0
  279. package/dist/effect/utils/is-valid-invoice-type-code.d.ts +2 -0
  280. package/dist/effect/utils/is-valid-process.d.ts +2 -0
  281. package/dist/effect/utils/quantity-unit-code-to-intl-unit.d.ts +2 -0
  282. package/dist/effect/utils/vat-regex.d.ts +10 -0
  283. package/dist/effect/utils/vat-regex.d.ts.map +1 -0
  284. package/dist/effect/utils/vat-regex.js +46 -0
  285. package/dist/effect/utils/vat-regex.js.map +1 -0
  286. package/dist/effect/utils/xsd-time.d.ts +10 -0
  287. package/dist/effect/utils/xsd-time.d.ts.map +1 -0
  288. package/dist/effect/utils/xsd-time.js +11 -0
  289. package/dist/effect/utils/xsd-time.js.map +1 -0
  290. package/dist/effect/values/additional-document-reference-code.d.ts +23 -0
  291. package/dist/effect/values/additional-document-reference-code.d.ts.map +1 -0
  292. package/dist/effect/values/additional-document-reference-code.js +21 -0
  293. package/dist/effect/values/additional-document-reference-code.js.map +1 -0
  294. package/dist/effect/values/allowance-charge-reason-code.d.ts +24 -0
  295. package/dist/effect/values/allowance-charge-reason-code.d.ts.map +1 -0
  296. package/dist/effect/values/allowance-charge-reason-code.js +23 -0
  297. package/dist/effect/values/allowance-charge-reason-code.js.map +1 -0
  298. package/dist/effect/values/application-response-type-codes.d.ts +21 -0
  299. package/dist/effect/values/application-response-type-codes.d.ts.map +1 -0
  300. package/dist/effect/values/application-response-type-codes.js +20 -0
  301. package/dist/effect/values/application-response-type-codes.js.map +1 -0
  302. package/dist/effect/values/charge-reason-code.d.ts +24 -0
  303. package/dist/effect/values/charge-reason-code.d.ts.map +1 -0
  304. package/dist/effect/values/charge-reason-code.js +23 -0
  305. package/dist/effect/values/charge-reason-code.js.map +1 -0
  306. package/dist/effect/values/country-code.d.ts +21 -0
  307. package/dist/effect/values/country-code.d.ts.map +1 -0
  308. package/dist/effect/values/country-code.js +25 -0
  309. package/dist/effect/values/country-code.js.map +1 -0
  310. package/dist/effect/values/credit-note-type-code-schema.d.ts +21 -0
  311. package/dist/effect/values/credit-note-type-code-schema.d.ts.map +1 -0
  312. package/dist/effect/values/credit-note-type-code-schema.js +20 -0
  313. package/dist/effect/values/credit-note-type-code-schema.js.map +1 -0
  314. package/dist/effect/values/currency-codes.d.ts +24 -0
  315. package/dist/effect/values/currency-codes.d.ts.map +1 -0
  316. package/dist/effect/values/currency-codes.js +29 -0
  317. package/dist/effect/values/currency-codes.js.map +1 -0
  318. package/dist/effect/values/document-type-codes.d.ts +21 -0
  319. package/dist/effect/values/document-type-codes.d.ts.map +1 -0
  320. package/dist/effect/values/document-type-codes.js +20 -0
  321. package/dist/effect/values/document-type-codes.js.map +1 -0
  322. package/dist/effect/values/document-type-schema.d.ts +22 -0
  323. package/dist/effect/values/document-type-schema.d.ts.map +1 -0
  324. package/dist/effect/values/document-type-schema.js +25 -0
  325. package/dist/effect/values/document-type-schema.js.map +1 -0
  326. package/dist/effect/values/document-type-schemes-schema.d.ts +14 -0
  327. package/dist/effect/values/document-type-schemes-schema.d.ts.map +1 -0
  328. package/dist/effect/values/document-type-schemes-schema.js +19 -0
  329. package/dist/effect/values/document-type-schemes-schema.js.map +1 -0
  330. package/dist/effect/values/document-type-values-schema.d.ts +14 -0
  331. package/dist/effect/values/document-type-values-schema.d.ts.map +1 -0
  332. package/dist/effect/values/document-type-values-schema.js +20 -0
  333. package/dist/effect/values/document-type-values-schema.js.map +1 -0
  334. package/dist/effect/values/duty-tax-fee-cateogries.d.ts +24 -0
  335. package/dist/effect/values/duty-tax-fee-cateogries.d.ts.map +1 -0
  336. package/dist/effect/values/duty-tax-fee-cateogries.js +23 -0
  337. package/dist/effect/values/duty-tax-fee-cateogries.js.map +1 -0
  338. package/dist/effect/values/eas-codes.d.ts +24 -0
  339. package/dist/effect/values/eas-codes.d.ts.map +1 -0
  340. package/dist/effect/values/eas-codes.js +30 -0
  341. package/dist/effect/values/eas-codes.js.map +1 -0
  342. package/dist/effect/values/icd-codes.d.ts +24 -0
  343. package/dist/effect/values/icd-codes.d.ts.map +1 -0
  344. package/dist/effect/values/icd-codes.js +22 -0
  345. package/dist/effect/values/icd-codes.js.map +1 -0
  346. package/dist/effect/values/index.d.ts +29 -0
  347. package/dist/effect/values/index.js +29 -0
  348. package/dist/effect/values/invoice-status-codes.d.ts +21 -0
  349. package/dist/effect/values/invoice-status-codes.d.ts.map +1 -0
  350. package/dist/effect/values/invoice-status-codes.js +20 -0
  351. package/dist/effect/values/invoice-status-codes.js.map +1 -0
  352. package/dist/effect/values/invoice-type-code-schema.d.ts +21 -0
  353. package/dist/effect/values/invoice-type-code-schema.d.ts.map +1 -0
  354. package/dist/effect/values/invoice-type-code-schema.js +20 -0
  355. package/dist/effect/values/invoice-type-code-schema.js.map +1 -0
  356. package/dist/effect/values/item-classification-code-schema.d.ts +24 -0
  357. package/dist/effect/values/item-classification-code-schema.d.ts.map +1 -0
  358. package/dist/effect/values/item-classification-code-schema.js +23 -0
  359. package/dist/effect/values/item-classification-code-schema.js.map +1 -0
  360. package/dist/effect/values/mime-code.d.ts +24 -0
  361. package/dist/effect/values/mime-code.d.ts.map +1 -0
  362. package/dist/effect/values/mime-code.js +23 -0
  363. package/dist/effect/values/mime-code.js.map +1 -0
  364. package/dist/effect/values/op-status-action.d.ts +21 -0
  365. package/dist/effect/values/op-status-action.d.ts.map +1 -0
  366. package/dist/effect/values/op-status-action.js +20 -0
  367. package/dist/effect/values/op-status-action.js.map +1 -0
  368. package/dist/effect/values/op-status-reason.d.ts +21 -0
  369. package/dist/effect/values/op-status-reason.d.ts.map +1 -0
  370. package/dist/effect/values/op-status-reason.js +20 -0
  371. package/dist/effect/values/op-status-reason.js.map +1 -0
  372. package/dist/effect/values/participant-identifier-code.d.ts +19 -0
  373. package/dist/effect/values/participant-identifier-code.d.ts.map +1 -0
  374. package/dist/effect/values/participant-identifier-code.js +18 -0
  375. package/dist/effect/values/participant-identifier-code.js.map +1 -0
  376. package/dist/effect/values/payment-means-codes-schema.d.ts +24 -0
  377. package/dist/effect/values/payment-means-codes-schema.d.ts.map +1 -0
  378. package/dist/effect/values/payment-means-codes-schema.js +30 -0
  379. package/dist/effect/values/payment-means-codes-schema.js.map +1 -0
  380. package/dist/effect/values/process-from-document-type-schema.d.ts +17 -0
  381. package/dist/effect/values/process-from-document-type-schema.d.ts.map +1 -0
  382. package/dist/effect/values/process-from-document-type-schema.js +25 -0
  383. package/dist/effect/values/process-from-document-type-schema.js.map +1 -0
  384. package/dist/effect/values/process-schema.d.ts +21 -0
  385. package/dist/effect/values/process-schema.d.ts.map +1 -0
  386. package/dist/effect/values/process-schema.js +24 -0
  387. package/dist/effect/values/process-schema.js.map +1 -0
  388. package/dist/effect/values/process-xml-identifier-schema.d.ts +20 -0
  389. package/dist/effect/values/process-xml-identifier-schema.d.ts.map +1 -0
  390. package/dist/effect/values/process-xml-identifier-schema.js +26 -0
  391. package/dist/effect/values/process-xml-identifier-schema.js.map +1 -0
  392. package/dist/effect/values/quantity-unit-codes-schema.d.ts +24 -0
  393. package/dist/effect/values/quantity-unit-codes-schema.d.ts.map +1 -0
  394. package/dist/effect/values/quantity-unit-codes-schema.js +23 -0
  395. package/dist/effect/values/quantity-unit-codes-schema.js.map +1 -0
  396. package/dist/effect/values/vat-date-code.d.ts +11 -0
  397. package/dist/effect/values/vat-date-code.d.ts.map +1 -0
  398. package/dist/effect/values/vat-date-code.js +15 -0
  399. package/dist/effect/values/vat-date-code.js.map +1 -0
  400. package/dist/effect/values/vatex-code.d.ts +24 -0
  401. package/dist/effect/values/vatex-code.d.ts.map +1 -0
  402. package/dist/effect/values/vatex-code.js +23 -0
  403. package/dist/effect/values/vatex-code.js.map +1 -0
  404. package/dist/effect.d.ts +93 -0
  405. package/dist/effect.js +93 -0
  406. package/dist/index.d.ts +35 -35
  407. package/dist/index.js +35 -35
  408. package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts +1 -2
  409. package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts.map +1 -1
  410. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts +1 -2
  411. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts.map +1 -1
  412. package/dist/invoice-response-codes/invoice-response-codes-order.d.ts +1 -2
  413. package/dist/invoice-response-codes/invoice-response-codes-order.d.ts.map +1 -1
  414. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/all-union-fields.d.ts +2 -3
  415. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/all-union-fields.d.ts.map +1 -1
  416. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/internal/object.d.ts +3 -4
  417. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts.map +1 -0
  418. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts +12 -0
  419. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts.map +1 -0
  420. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/is-equal.d.ts +2 -3
  421. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/is-equal.d.ts.map +1 -1
  422. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/is-never.d.ts +2 -3
  423. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts.map +1 -0
  424. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/keys-of-union.d.ts +2 -3
  425. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts.map +1 -0
  426. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts +9 -0
  427. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/primitive.d.ts.map +1 -1
  428. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/shared-union-fields.d.ts +2 -3
  429. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/shared-union-fields.d.ts.map +1 -1
  430. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/simplify.d.ts +2 -3
  431. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/simplify.d.ts.map +1 -1
  432. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/union-to-intersection.d.ts +2 -3
  433. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +1 -0
  434. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/unknown-array.d.ts +2 -3
  435. package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/unknown-array.d.ts.map +1 -1
  436. package/dist/peppol-validations/add-piva.d.ts +1 -2
  437. package/dist/peppol-validations/add-piva.d.ts.map +1 -1
  438. package/dist/peppol-validations/check-cf.d.ts +1 -2
  439. package/dist/peppol-validations/check-cf.d.ts.map +1 -1
  440. package/dist/peppol-validations/check-cf16.d.ts +1 -2
  441. package/dist/peppol-validations/check-cf16.d.ts.map +1 -1
  442. package/dist/peppol-validations/check-piva-se-it.d.ts +1 -2
  443. package/dist/peppol-validations/check-piva-se-it.d.ts.map +1 -1
  444. package/dist/peppol-validations/check-piva.d.ts +1 -2
  445. package/dist/peppol-validations/check-piva.d.ts.map +1 -1
  446. package/dist/peppol-validations/check-se-orgnr.d.ts +1 -2
  447. package/dist/peppol-validations/check-se-orgnr.d.ts.map +1 -1
  448. package/dist/peppol-validations/greek-tin-verification.d.ts +1 -2
  449. package/dist/peppol-validations/greek-tin-verification.d.ts.map +1 -1
  450. package/dist/peppol-validations/is-valid-abn.d.ts +1 -2
  451. package/dist/peppol-validations/is-valid-abn.d.ts.map +1 -1
  452. package/dist/peppol-validations/is-valid-gln.d.ts +1 -2
  453. package/dist/peppol-validations/is-valid-gln.d.ts.map +1 -1
  454. package/dist/peppol-validations/is-valid-iban.d.ts +1 -2
  455. package/dist/peppol-validations/is-valid-iban.d.ts.map +1 -1
  456. package/dist/peppol-validations/is-valid-mod11.d.ts +1 -2
  457. package/dist/peppol-validations/is-valid-mod11.d.ts.map +1 -1
  458. package/dist/peppol-validations/is-valid-mod97-0208.d.ts +1 -2
  459. package/dist/peppol-validations/is-valid-mod97-0208.d.ts.map +1 -1
  460. package/dist/peppol-validations/luhn-check.d.ts +1 -2
  461. package/dist/peppol-validations/luhn-check.d.ts.map +1 -1
  462. package/dist/schemas/credit-note.d.ts +2 -3
  463. package/dist/schemas/credit-note.d.ts.map +1 -1
  464. package/dist/schemas/document-response-document-reference-schema.d.ts +2 -3
  465. package/dist/schemas/document-response-document-reference-schema.d.ts.map +1 -1
  466. package/dist/schemas/document-response-document-schema.d.ts +2 -3
  467. package/dist/schemas/document-response-document-schema.d.ts.map +1 -1
  468. package/dist/schemas/document-response-line-response-content.d.ts +2 -3
  469. package/dist/schemas/document-response-line-response-content.d.ts.map +1 -1
  470. package/dist/schemas/document-response-line-response-schema.d.ts +2 -3
  471. package/dist/schemas/document-response-line-response-schema.d.ts.map +1 -1
  472. package/dist/schemas/fields/additional-document-reference-schema.d.ts +2 -3
  473. package/dist/schemas/fields/additional-document-reference-schema.d.ts.map +1 -1
  474. package/dist/schemas/fields/address-schema.d.ts +2 -3
  475. package/dist/schemas/fields/address-schema.d.ts.map +1 -1
  476. package/dist/schemas/fields/allowance-charge-schema.d.ts +2 -3
  477. package/dist/schemas/fields/allowance-charge-schema.d.ts.map +1 -1
  478. package/dist/schemas/fields/amount-schema.d.ts +2 -3
  479. package/dist/schemas/fields/amount-schema.d.ts.map +1 -1
  480. package/dist/schemas/fields/base-line-schema.d.ts +2 -3
  481. package/dist/schemas/fields/base-line-schema.d.ts.map +1 -1
  482. package/dist/schemas/fields/billing-references-schema.d.ts +2 -3
  483. package/dist/schemas/fields/billing-references-schema.d.ts.map +1 -1
  484. package/dist/schemas/fields/binary-object-schema.d.ts +1 -2
  485. package/dist/schemas/fields/binary-object-schema.d.ts.map +1 -1
  486. package/dist/schemas/fields/contact-schema.d.ts +2 -3
  487. package/dist/schemas/fields/contact-schema.d.ts.map +1 -1
  488. package/dist/schemas/fields/credit-note-line-schema.d.ts +2 -3
  489. package/dist/schemas/fields/credit-note-line-schema.d.ts.map +1 -1
  490. package/dist/schemas/fields/date-only-fn.d.ts +2 -3
  491. package/dist/schemas/fields/date-only-fn.d.ts.map +1 -1
  492. package/dist/schemas/fields/date-only-parser.d.ts +1 -2
  493. package/dist/schemas/fields/date-only-parser.d.ts.map +1 -1
  494. package/dist/schemas/fields/default-customization-id.d.ts +1 -2
  495. package/dist/schemas/fields/default-customization-id.d.ts.map +1 -1
  496. package/dist/schemas/fields/default-profile-id.d.ts +1 -2
  497. package/dist/schemas/fields/default-profile-id.d.ts.map +1 -1
  498. package/dist/schemas/fields/delivery-schema.d.ts +2 -3
  499. package/dist/schemas/fields/delivery-schema.d.ts.map +1 -1
  500. package/dist/schemas/fields/identifier-schema.d.ts +2 -3
  501. package/dist/schemas/fields/identifier-schema.d.ts.map +1 -1
  502. package/dist/schemas/fields/invoice-line-period-schema.d.ts +2 -3
  503. package/dist/schemas/fields/invoice-line-period-schema.d.ts.map +1 -1
  504. package/dist/schemas/fields/invoice-line-schema.d.ts +2 -3
  505. package/dist/schemas/fields/invoice-line-schema.d.ts.map +1 -1
  506. package/dist/schemas/fields/invoice-period-schema.d.ts +2 -3
  507. package/dist/schemas/fields/invoice-period-schema.d.ts.map +1 -1
  508. package/dist/schemas/fields/legal-monetary-total-schema.d.ts +2 -3
  509. package/dist/schemas/fields/legal-monetary-total-schema.d.ts.map +1 -1
  510. package/dist/schemas/fields/line-allowance-charge-schema.d.ts +3 -3
  511. package/dist/schemas/fields/line-allowance-charge-schema.d.ts.map +1 -1
  512. package/dist/schemas/fields/line-item-schema.d.ts +2 -3
  513. package/dist/schemas/fields/line-item-schema.d.ts.map +1 -1
  514. package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts +3 -3
  515. package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts.map +1 -1
  516. package/dist/schemas/fields/list-identifier-schema.d.ts +1 -2
  517. package/dist/schemas/fields/list-identifier-schema.d.ts.map +1 -1
  518. package/dist/schemas/fields/order-reference-schema.d.ts +2 -3
  519. package/dist/schemas/fields/order-reference-schema.d.ts.map +1 -1
  520. package/dist/schemas/fields/party-base-schema.d.ts +2 -3
  521. package/dist/schemas/fields/party-base-schema.d.ts.map +1 -1
  522. package/dist/schemas/fields/party-legal-entity-schema.d.ts +2 -3
  523. package/dist/schemas/fields/party-legal-entity-schema.d.ts.map +1 -1
  524. package/dist/schemas/fields/party-tax-schema.d.ts +2 -3
  525. package/dist/schemas/fields/party-tax-schema.d.ts.map +1 -1
  526. package/dist/schemas/fields/payee-party.d.ts +2 -3
  527. package/dist/schemas/fields/payee-party.d.ts.map +1 -1
  528. package/dist/schemas/fields/payment-means-schema.d.ts +2 -3
  529. package/dist/schemas/fields/payment-means-schema.d.ts.map +1 -1
  530. package/dist/schemas/fields/payment-terms-schema.d.ts +2 -3
  531. package/dist/schemas/fields/payment-terms-schema.d.ts.map +1 -1
  532. package/dist/schemas/fields/price-schema.d.ts +2 -3
  533. package/dist/schemas/fields/price-schema.d.ts.map +1 -1
  534. package/dist/schemas/fields/quantity-schema.d.ts +2 -3
  535. package/dist/schemas/fields/quantity-schema.d.ts.map +1 -1
  536. package/dist/schemas/fields/reference-schema.d.ts +2 -3
  537. package/dist/schemas/fields/reference-schema.d.ts.map +1 -1
  538. package/dist/schemas/fields/tax-category-schema.d.ts +2 -3
  539. package/dist/schemas/fields/tax-category-schema.d.ts.map +1 -1
  540. package/dist/schemas/fields/tax-representative-party-schema.d.ts +2 -3
  541. package/dist/schemas/fields/tax-representative-party-schema.d.ts.map +1 -1
  542. package/dist/schemas/fields/tax-subtotal-category-schema.d.ts +2 -3
  543. package/dist/schemas/fields/tax-subtotal-category-schema.d.ts.map +1 -1
  544. package/dist/schemas/fields/tax-subtotal-schema.d.ts +2 -3
  545. package/dist/schemas/fields/tax-subtotal-schema.d.ts.map +1 -1
  546. package/dist/schemas/fields/tax-totals.d.ts +2 -3
  547. package/dist/schemas/fields/tax-totals.d.ts.map +1 -1
  548. package/dist/schemas/fields/time-only.d.ts +1 -2
  549. package/dist/schemas/fields/time-only.d.ts.map +1 -1
  550. package/dist/schemas/invoice-response-document-actual-response-status.d.ts +3 -4
  551. package/dist/schemas/invoice-response-document-actual-response-status.d.ts.map +1 -1
  552. package/dist/schemas/invoice-response-document-actual-response.d.ts +2 -3
  553. package/dist/schemas/invoice-response-document-actual-response.d.ts.map +1 -1
  554. package/dist/schemas/invoice-response-schema.d.ts +6 -7
  555. package/dist/schemas/invoice-response-schema.d.ts.map +1 -1
  556. package/dist/schemas/invoice-response-status-reason-code.d.ts +2 -3
  557. package/dist/schemas/invoice-response-status-reason-code.d.ts.map +1 -1
  558. package/dist/schemas/invoice.d.ts +2 -3
  559. package/dist/schemas/invoice.d.ts.map +1 -1
  560. package/dist/schemas/message-level-response-document-response-schema.d.ts +2 -3
  561. package/dist/schemas/message-level-response-document-response-schema.d.ts.map +1 -1
  562. package/dist/schemas/message-level-response-party-schema.d.ts +2 -3
  563. package/dist/schemas/message-level-response-party-schema.d.ts.map +1 -1
  564. package/dist/schemas/message-level-response-schema.d.ts +2 -3
  565. package/dist/schemas/message-level-response-schema.d.ts.map +1 -1
  566. package/dist/schemas/utils/base-64.d.ts +1 -2
  567. package/dist/schemas/utils/base-64.d.ts.map +1 -1
  568. package/dist/schemas/utils/format-quantity-with-unit.d.ts +1 -2
  569. package/dist/schemas/utils/format-quantity-with-unit.d.ts.map +1 -1
  570. package/dist/schemas/utils/get-credit-note-type-code-description.d.ts +1 -2
  571. package/dist/schemas/utils/get-credit-note-type-code-description.d.ts.map +1 -1
  572. package/dist/schemas/utils/get-invoice-type-code-description.d.ts +1 -2
  573. package/dist/schemas/utils/get-invoice-type-code-description.d.ts.map +1 -1
  574. package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts +1 -2
  575. package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts.map +1 -1
  576. package/dist/schemas/utils/is-valid-invoice-type-code.d.ts +1 -2
  577. package/dist/schemas/utils/is-valid-invoice-type-code.d.ts.map +1 -1
  578. package/dist/schemas/utils/is-valid-process.d.ts +1 -2
  579. package/dist/schemas/utils/is-valid-process.d.ts.map +1 -1
  580. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts +3 -4
  581. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts.map +1 -1
  582. package/dist/schemas/utils/vat-regex.d.ts +1 -2
  583. package/dist/schemas/utils/vat-regex.d.ts.map +1 -1
  584. package/dist/schemas/utils/vat-regex.js +1 -1
  585. package/dist/schemas/utils/vat-regex.js.map +1 -1
  586. package/dist/schemas/utils/xsd-time.d.ts +1 -2
  587. package/dist/schemas/utils/xsd-time.d.ts.map +1 -1
  588. package/dist/schemas/values/additional-document-reference-code.d.ts +2 -3
  589. package/dist/schemas/values/additional-document-reference-code.d.ts.map +1 -1
  590. package/dist/schemas/values/allowance-charge-reason-code.d.ts +2 -3
  591. package/dist/schemas/values/allowance-charge-reason-code.d.ts.map +1 -1
  592. package/dist/schemas/values/application-response-type-codes.d.ts +2 -3
  593. package/dist/schemas/values/application-response-type-codes.d.ts.map +1 -1
  594. package/dist/schemas/values/charge-reason-code.d.ts +2 -3
  595. package/dist/schemas/values/charge-reason-code.d.ts.map +1 -1
  596. package/dist/schemas/values/country-code.d.ts +2 -3
  597. package/dist/schemas/values/country-code.d.ts.map +1 -1
  598. package/dist/schemas/values/credit-note-type-code-schema.d.ts +2 -3
  599. package/dist/schemas/values/credit-note-type-code-schema.d.ts.map +1 -1
  600. package/dist/schemas/values/currency-codes.d.ts +2 -3
  601. package/dist/schemas/values/currency-codes.d.ts.map +1 -1
  602. package/dist/schemas/values/document-type-codes.d.ts +2 -3
  603. package/dist/schemas/values/document-type-codes.d.ts.map +1 -1
  604. package/dist/schemas/values/document-type-schema.d.ts +2 -3
  605. package/dist/schemas/values/document-type-schema.d.ts.map +1 -1
  606. package/dist/schemas/values/document-type-schema.js +1 -1
  607. package/dist/schemas/values/document-type-schemes-schema.d.ts +1 -2
  608. package/dist/schemas/values/document-type-schemes-schema.d.ts.map +1 -1
  609. package/dist/schemas/values/document-type-values-schema.d.ts +1 -2
  610. package/dist/schemas/values/document-type-values-schema.d.ts.map +1 -1
  611. package/dist/schemas/values/document-type-values-schema.js +1 -1
  612. package/dist/schemas/values/duty-tax-fee-cateogries.d.ts +2 -3
  613. package/dist/schemas/values/duty-tax-fee-cateogries.d.ts.map +1 -1
  614. package/dist/schemas/values/eas-codes.d.ts +2 -3
  615. package/dist/schemas/values/eas-codes.d.ts.map +1 -1
  616. package/dist/schemas/values/icd-codes.d.ts +2 -3
  617. package/dist/schemas/values/icd-codes.d.ts.map +1 -1
  618. package/dist/schemas/values/invoice-status-codes.d.ts +2 -3
  619. package/dist/schemas/values/invoice-status-codes.d.ts.map +1 -1
  620. package/dist/schemas/values/invoice-type-code-schema.d.ts +2 -3
  621. package/dist/schemas/values/invoice-type-code-schema.d.ts.map +1 -1
  622. package/dist/schemas/values/item-classification-code-schema.d.ts +2 -3
  623. package/dist/schemas/values/item-classification-code-schema.d.ts.map +1 -1
  624. package/dist/schemas/values/mime-code.d.ts +2 -3
  625. package/dist/schemas/values/mime-code.d.ts.map +1 -1
  626. package/dist/schemas/values/op-status-action.d.ts +2 -3
  627. package/dist/schemas/values/op-status-action.d.ts.map +1 -1
  628. package/dist/schemas/values/op-status-reason.d.ts +2 -3
  629. package/dist/schemas/values/op-status-reason.d.ts.map +1 -1
  630. package/dist/schemas/values/participant-identifier-code.d.ts +2 -3
  631. package/dist/schemas/values/participant-identifier-code.d.ts.map +1 -1
  632. package/dist/schemas/values/payment-means-codes-schema.d.ts +2 -3
  633. package/dist/schemas/values/payment-means-codes-schema.d.ts.map +1 -1
  634. package/dist/schemas/values/process-from-document-type-schema.d.ts +1 -2
  635. package/dist/schemas/values/process-from-document-type-schema.d.ts.map +1 -1
  636. package/dist/schemas/values/process-schema.d.ts +2 -3
  637. package/dist/schemas/values/process-schema.d.ts.map +1 -1
  638. package/dist/schemas/values/process-schema.js +1 -1
  639. package/dist/schemas/values/process-xml-identifier-schema.d.ts +1 -2
  640. package/dist/schemas/values/process-xml-identifier-schema.d.ts.map +1 -1
  641. package/dist/schemas/values/process-xml-identifier-schema.js +1 -1
  642. package/dist/schemas/values/quantity-unit-codes-schema.d.ts +2 -3
  643. package/dist/schemas/values/quantity-unit-codes-schema.d.ts.map +1 -1
  644. package/dist/schemas/values/vat-date-code.d.ts +2 -3
  645. package/dist/schemas/values/vat-date-code.d.ts.map +1 -1
  646. package/dist/schemas/values/vatex-code.d.ts +2 -3
  647. package/dist/schemas/values/vatex-code.d.ts.map +1 -1
  648. package/dist/schemas.d.ts +11 -11
  649. package/dist/schemas.js +7 -7
  650. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts +1 -2
  651. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts.map +1 -1
  652. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts +1 -2
  653. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts.map +1 -1
  654. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts +1 -2
  655. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts.map +1 -1
  656. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts +1 -2
  657. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts.map +1 -1
  658. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts +1 -2
  659. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts.map +1 -1
  660. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts +1 -2
  661. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts.map +1 -1
  662. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts +1 -2
  663. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts.map +1 -1
  664. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts +1 -2
  665. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts.map +1 -1
  666. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts +1 -2
  667. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts.map +1 -1
  668. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts +1 -2
  669. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts.map +1 -1
  670. package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts +1 -2
  671. package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts.map +1 -1
  672. package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts +1 -2
  673. package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts.map +1 -1
  674. package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts +1 -2
  675. package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts.map +1 -1
  676. package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts +1 -2
  677. package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts.map +1 -1
  678. package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts +1 -2
  679. package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts.map +1 -1
  680. package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts +1 -2
  681. package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts.map +1 -1
  682. package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts +1 -2
  683. package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts.map +1 -1
  684. package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts +1 -2
  685. package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts.map +1 -1
  686. package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts +1 -2
  687. package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts.map +1 -1
  688. package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts +1 -2
  689. package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts.map +1 -1
  690. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts +1 -2
  691. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts.map +1 -1
  692. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts +1 -2
  693. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts.map +1 -1
  694. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts +1 -2
  695. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts.map +1 -1
  696. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts +1 -2
  697. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts.map +1 -1
  698. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts +1 -2
  699. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts.map +1 -1
  700. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts +1 -2
  701. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts.map +1 -1
  702. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts +1 -2
  703. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts.map +1 -1
  704. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts +1 -2
  705. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts.map +1 -1
  706. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts +1 -2
  707. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts.map +1 -1
  708. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts +1 -2
  709. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts.map +1 -1
  710. package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts +1 -2
  711. package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts.map +1 -1
  712. package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts +1 -2
  713. package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts.map +1 -1
  714. package/dist/schematron/cen/cen-en16931-br-01.d.ts +1 -2
  715. package/dist/schematron/cen/cen-en16931-br-01.d.ts.map +1 -1
  716. package/dist/schematron/cen/cen-en16931-br-02.d.ts +1 -2
  717. package/dist/schematron/cen/cen-en16931-br-02.d.ts.map +1 -1
  718. package/dist/schematron/cen/cen-en16931-br-03.d.ts +1 -2
  719. package/dist/schematron/cen/cen-en16931-br-03.d.ts.map +1 -1
  720. package/dist/schematron/cen/cen-en16931-br-04.d.ts +1 -2
  721. package/dist/schematron/cen/cen-en16931-br-04.d.ts.map +1 -1
  722. package/dist/schematron/cen/cen-en16931-br-05.d.ts +1 -2
  723. package/dist/schematron/cen/cen-en16931-br-05.d.ts.map +1 -1
  724. package/dist/schematron/cen/cen-en16931-br-06.d.ts +1 -2
  725. package/dist/schematron/cen/cen-en16931-br-06.d.ts.map +1 -1
  726. package/dist/schematron/cen/cen-en16931-br-07.d.ts +1 -2
  727. package/dist/schematron/cen/cen-en16931-br-07.d.ts.map +1 -1
  728. package/dist/schematron/cen/cen-en16931-br-08.d.ts +1 -2
  729. package/dist/schematron/cen/cen-en16931-br-08.d.ts.map +1 -1
  730. package/dist/schematron/cen/cen-en16931-br-09.d.ts +1 -2
  731. package/dist/schematron/cen/cen-en16931-br-09.d.ts.map +1 -1
  732. package/dist/schematron/cen/cen-en16931-br-10.d.ts +1 -2
  733. package/dist/schematron/cen/cen-en16931-br-10.d.ts.map +1 -1
  734. package/dist/schematron/cen/cen-en16931-br-11.d.ts +1 -2
  735. package/dist/schematron/cen/cen-en16931-br-11.d.ts.map +1 -1
  736. package/dist/schematron/cen/cen-en16931-br-12.d.ts +1 -2
  737. package/dist/schematron/cen/cen-en16931-br-12.d.ts.map +1 -1
  738. package/dist/schematron/cen/cen-en16931-br-13.d.ts +1 -2
  739. package/dist/schematron/cen/cen-en16931-br-13.d.ts.map +1 -1
  740. package/dist/schematron/cen/cen-en16931-br-14.d.ts +1 -2
  741. package/dist/schematron/cen/cen-en16931-br-14.d.ts.map +1 -1
  742. package/dist/schematron/cen/cen-en16931-br-15.d.ts +1 -2
  743. package/dist/schematron/cen/cen-en16931-br-15.d.ts.map +1 -1
  744. package/dist/schematron/cen/cen-en16931-br-16.d.ts +1 -2
  745. package/dist/schematron/cen/cen-en16931-br-16.d.ts.map +1 -1
  746. package/dist/schematron/cen/cen-en16931-br-17.d.ts +1 -2
  747. package/dist/schematron/cen/cen-en16931-br-17.d.ts.map +1 -1
  748. package/dist/schematron/cen/cen-en16931-br-18.d.ts +1 -2
  749. package/dist/schematron/cen/cen-en16931-br-18.d.ts.map +1 -1
  750. package/dist/schematron/cen/cen-en16931-br-19.d.ts +1 -2
  751. package/dist/schematron/cen/cen-en16931-br-19.d.ts.map +1 -1
  752. package/dist/schematron/cen/cen-en16931-br-20.d.ts +1 -2
  753. package/dist/schematron/cen/cen-en16931-br-20.d.ts.map +1 -1
  754. package/dist/schematron/cen/cen-en16931-br-21.d.ts +1 -2
  755. package/dist/schematron/cen/cen-en16931-br-21.d.ts.map +1 -1
  756. package/dist/schematron/cen/cen-en16931-br-22.d.ts +1 -2
  757. package/dist/schematron/cen/cen-en16931-br-22.d.ts.map +1 -1
  758. package/dist/schematron/cen/cen-en16931-br-23.d.ts +1 -2
  759. package/dist/schematron/cen/cen-en16931-br-23.d.ts.map +1 -1
  760. package/dist/schematron/cen/cen-en16931-br-24.d.ts +1 -2
  761. package/dist/schematron/cen/cen-en16931-br-24.d.ts.map +1 -1
  762. package/dist/schematron/cen/cen-en16931-br-25.d.ts +1 -2
  763. package/dist/schematron/cen/cen-en16931-br-25.d.ts.map +1 -1
  764. package/dist/schematron/cen/cen-en16931-br-26.d.ts +1 -2
  765. package/dist/schematron/cen/cen-en16931-br-26.d.ts.map +1 -1
  766. package/dist/schematron/cen/cen-en16931-br-27.d.ts +1 -2
  767. package/dist/schematron/cen/cen-en16931-br-27.d.ts.map +1 -1
  768. package/dist/schematron/cen/cen-en16931-br-28.d.ts +1 -2
  769. package/dist/schematron/cen/cen-en16931-br-28.d.ts.map +1 -1
  770. package/dist/schematron/cen/cen-en16931-br-29.d.ts +1 -2
  771. package/dist/schematron/cen/cen-en16931-br-29.d.ts.map +1 -1
  772. package/dist/schematron/cen/cen-en16931-br-30.d.ts +1 -2
  773. package/dist/schematron/cen/cen-en16931-br-30.d.ts.map +1 -1
  774. package/dist/schematron/cen/cen-en16931-br-31.d.ts +1 -2
  775. package/dist/schematron/cen/cen-en16931-br-31.d.ts.map +1 -1
  776. package/dist/schematron/cen/cen-en16931-br-32.d.ts +1 -2
  777. package/dist/schematron/cen/cen-en16931-br-32.d.ts.map +1 -1
  778. package/dist/schematron/cen/cen-en16931-br-33.d.ts +1 -2
  779. package/dist/schematron/cen/cen-en16931-br-33.d.ts.map +1 -1
  780. package/dist/schematron/cen/cen-en16931-br-36.d.ts +1 -2
  781. package/dist/schematron/cen/cen-en16931-br-36.d.ts.map +1 -1
  782. package/dist/schematron/cen/cen-en16931-br-37.d.ts +1 -2
  783. package/dist/schematron/cen/cen-en16931-br-37.d.ts.map +1 -1
  784. package/dist/schematron/cen/cen-en16931-br-38.d.ts +1 -2
  785. package/dist/schematron/cen/cen-en16931-br-38.d.ts.map +1 -1
  786. package/dist/schematron/cen/cen-en16931-br-41.d.ts +1 -2
  787. package/dist/schematron/cen/cen-en16931-br-41.d.ts.map +1 -1
  788. package/dist/schematron/cen/cen-en16931-br-42.d.ts +1 -2
  789. package/dist/schematron/cen/cen-en16931-br-42.d.ts.map +1 -1
  790. package/dist/schematron/cen/cen-en16931-br-43.d.ts +1 -2
  791. package/dist/schematron/cen/cen-en16931-br-43.d.ts.map +1 -1
  792. package/dist/schematron/cen/cen-en16931-br-44.d.ts +1 -2
  793. package/dist/schematron/cen/cen-en16931-br-44.d.ts.map +1 -1
  794. package/dist/schematron/cen/cen-en16931-br-45.d.ts +1 -2
  795. package/dist/schematron/cen/cen-en16931-br-45.d.ts.map +1 -1
  796. package/dist/schematron/cen/cen-en16931-br-46.d.ts +1 -2
  797. package/dist/schematron/cen/cen-en16931-br-46.d.ts.map +1 -1
  798. package/dist/schematron/cen/cen-en16931-br-47.d.ts +1 -2
  799. package/dist/schematron/cen/cen-en16931-br-47.d.ts.map +1 -1
  800. package/dist/schematron/cen/cen-en16931-br-48.d.ts +1 -2
  801. package/dist/schematron/cen/cen-en16931-br-48.d.ts.map +1 -1
  802. package/dist/schematron/cen/cen-en16931-br-49.d.ts +1 -2
  803. package/dist/schematron/cen/cen-en16931-br-49.d.ts.map +1 -1
  804. package/dist/schematron/cen/cen-en16931-br-50.d.ts +1 -2
  805. package/dist/schematron/cen/cen-en16931-br-50.d.ts.map +1 -1
  806. package/dist/schematron/cen/cen-en16931-br-51.d.ts +1 -2
  807. package/dist/schematron/cen/cen-en16931-br-51.d.ts.map +1 -1
  808. package/dist/schematron/cen/cen-en16931-br-52.d.ts +1 -2
  809. package/dist/schematron/cen/cen-en16931-br-52.d.ts.map +1 -1
  810. package/dist/schematron/cen/cen-en16931-br-53.d.ts +1 -2
  811. package/dist/schematron/cen/cen-en16931-br-53.d.ts.map +1 -1
  812. package/dist/schematron/cen/cen-en16931-br-54.d.ts +1 -2
  813. package/dist/schematron/cen/cen-en16931-br-54.d.ts.map +1 -1
  814. package/dist/schematron/cen/cen-en16931-br-55.d.ts +1 -2
  815. package/dist/schematron/cen/cen-en16931-br-55.d.ts.map +1 -1
  816. package/dist/schematron/cen/cen-en16931-br-56.d.ts +1 -2
  817. package/dist/schematron/cen/cen-en16931-br-56.d.ts.map +1 -1
  818. package/dist/schematron/cen/cen-en16931-br-57.d.ts +1 -2
  819. package/dist/schematron/cen/cen-en16931-br-57.d.ts.map +1 -1
  820. package/dist/schematron/cen/cen-en16931-br-61.d.ts +1 -2
  821. package/dist/schematron/cen/cen-en16931-br-61.d.ts.map +1 -1
  822. package/dist/schematron/cen/cen-en16931-br-62.d.ts +1 -2
  823. package/dist/schematron/cen/cen-en16931-br-62.d.ts.map +1 -1
  824. package/dist/schematron/cen/cen-en16931-br-63.d.ts +1 -2
  825. package/dist/schematron/cen/cen-en16931-br-63.d.ts.map +1 -1
  826. package/dist/schematron/cen/cen-en16931-br-64.d.ts +1 -2
  827. package/dist/schematron/cen/cen-en16931-br-64.d.ts.map +1 -1
  828. package/dist/schematron/cen/cen-en16931-br-65.d.ts +1 -2
  829. package/dist/schematron/cen/cen-en16931-br-65.d.ts.map +1 -1
  830. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts +1 -2
  831. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts.map +1 -1
  832. package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts +1 -2
  833. package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts.map +1 -1
  834. package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts +1 -2
  835. package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts.map +1 -1
  836. package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts +1 -2
  837. package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts.map +1 -1
  838. package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts +1 -2
  839. package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts.map +1 -1
  840. package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts +1 -2
  841. package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts.map +1 -1
  842. package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts +1 -2
  843. package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts.map +1 -1
  844. package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts +1 -2
  845. package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts.map +1 -1
  846. package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts +1 -2
  847. package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts.map +1 -1
  848. package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts +1 -2
  849. package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts.map +1 -1
  850. package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts +1 -2
  851. package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts.map +1 -1
  852. package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts +1 -2
  853. package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts.map +1 -1
  854. package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts +1 -2
  855. package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts.map +1 -1
  856. package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts +1 -2
  857. package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts.map +1 -1
  858. package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts +1 -2
  859. package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts.map +1 -1
  860. package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts +1 -2
  861. package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts.map +1 -1
  862. package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts +1 -2
  863. package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts.map +1 -1
  864. package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts +1 -2
  865. package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts.map +1 -1
  866. package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts +1 -2
  867. package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts.map +1 -1
  868. package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts +1 -2
  869. package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts.map +1 -1
  870. package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts +1 -2
  871. package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts.map +1 -1
  872. package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts +1 -2
  873. package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts.map +1 -1
  874. package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts +1 -2
  875. package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts.map +1 -1
  876. package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts +1 -2
  877. package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts.map +1 -1
  878. package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts +1 -2
  879. package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts.map +1 -1
  880. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts +1 -2
  881. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts.map +1 -1
  882. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts +1 -2
  883. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts.map +1 -1
  884. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts +1 -2
  885. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts.map +1 -1
  886. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts +1 -2
  887. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts.map +1 -1
  888. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts +1 -2
  889. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts.map +1 -1
  890. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts +1 -2
  891. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts.map +1 -1
  892. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts +1 -2
  893. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts.map +1 -1
  894. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts +1 -2
  895. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts.map +1 -1
  896. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts +1 -2
  897. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts.map +1 -1
  898. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts +1 -2
  899. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts.map +1 -1
  900. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts +1 -2
  901. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts.map +1 -1
  902. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts +1 -2
  903. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts.map +1 -1
  904. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts +1 -2
  905. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts.map +1 -1
  906. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts +1 -2
  907. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts.map +1 -1
  908. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts +1 -2
  909. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts.map +1 -1
  910. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts +1 -2
  911. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts.map +1 -1
  912. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts +1 -2
  913. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts.map +1 -1
  914. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts +1 -2
  915. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts.map +1 -1
  916. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts +1 -2
  917. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts.map +1 -1
  918. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts +1 -2
  919. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts.map +1 -1
  920. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts +1 -2
  921. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts.map +1 -1
  922. package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts +1 -2
  923. package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts.map +1 -1
  924. package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts +1 -2
  925. package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts.map +1 -1
  926. package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts +1 -2
  927. package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts.map +1 -1
  928. package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts +1 -2
  929. package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts.map +1 -1
  930. package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts +1 -2
  931. package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts.map +1 -1
  932. package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts +1 -2
  933. package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts.map +1 -1
  934. package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts +1 -2
  935. package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts.map +1 -1
  936. package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts +1 -2
  937. package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts.map +1 -1
  938. package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts +1 -2
  939. package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts.map +1 -1
  940. package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts +1 -2
  941. package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts.map +1 -1
  942. package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts +1 -2
  943. package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts.map +1 -1
  944. package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts +1 -2
  945. package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts.map +1 -1
  946. package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts +1 -2
  947. package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts.map +1 -1
  948. package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts +1 -2
  949. package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts.map +1 -1
  950. package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts +1 -2
  951. package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts.map +1 -1
  952. package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts +1 -2
  953. package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts.map +1 -1
  954. package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts +1 -2
  955. package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts.map +1 -1
  956. package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts +1 -2
  957. package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts.map +1 -1
  958. package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts +1 -2
  959. package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts.map +1 -1
  960. package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts +1 -2
  961. package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts.map +1 -1
  962. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts +1 -2
  963. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts.map +1 -1
  964. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts +1 -2
  965. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts.map +1 -1
  966. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts +1 -2
  967. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts.map +1 -1
  968. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts +1 -2
  969. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts.map +1 -1
  970. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts +1 -2
  971. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts.map +1 -1
  972. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts +1 -2
  973. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts.map +1 -1
  974. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts +1 -2
  975. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts.map +1 -1
  976. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts +1 -2
  977. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts.map +1 -1
  978. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts +1 -2
  979. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts.map +1 -1
  980. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts +1 -2
  981. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts.map +1 -1
  982. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts +1 -2
  983. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts.map +1 -1
  984. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts +1 -2
  985. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts.map +1 -1
  986. package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts +1 -2
  987. package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts.map +1 -1
  988. package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts +1 -2
  989. package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts.map +1 -1
  990. package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts +1 -2
  991. package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts.map +1 -1
  992. package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts +1 -2
  993. package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts.map +1 -1
  994. package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts +1 -2
  995. package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts.map +1 -1
  996. package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts +1 -2
  997. package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts.map +1 -1
  998. package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts +1 -2
  999. package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts.map +1 -1
  1000. package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts +1 -2
  1001. package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts.map +1 -1
  1002. package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts +1 -2
  1003. package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts.map +1 -1
  1004. package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts +1 -2
  1005. package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts.map +1 -1
  1006. package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts +1 -2
  1007. package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts.map +1 -1
  1008. package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts +1 -2
  1009. package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts.map +1 -1
  1010. package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts +1 -2
  1011. package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts.map +1 -1
  1012. package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts +1 -2
  1013. package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts.map +1 -1
  1014. package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts +1 -2
  1015. package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts.map +1 -1
  1016. package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts +1 -2
  1017. package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts.map +1 -1
  1018. package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts +1 -2
  1019. package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts.map +1 -1
  1020. package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts +1 -2
  1021. package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts.map +1 -1
  1022. package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts +1 -2
  1023. package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts.map +1 -1
  1024. package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts +1 -2
  1025. package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts.map +1 -1
  1026. package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts +1 -2
  1027. package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts.map +1 -1
  1028. package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts +1 -2
  1029. package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts.map +1 -1
  1030. package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts +1 -2
  1031. package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts.map +1 -1
  1032. package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts +1 -2
  1033. package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts.map +1 -1
  1034. package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts +1 -2
  1035. package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts.map +1 -1
  1036. package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts +1 -2
  1037. package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts.map +1 -1
  1038. package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts +1 -2
  1039. package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts.map +1 -1
  1040. package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts +1 -2
  1041. package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts.map +1 -1
  1042. package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts +1 -2
  1043. package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts.map +1 -1
  1044. package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts +1 -2
  1045. package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts.map +1 -1
  1046. package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts +1 -2
  1047. package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts.map +1 -1
  1048. package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts +1 -2
  1049. package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts.map +1 -1
  1050. package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts +1 -2
  1051. package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts.map +1 -1
  1052. package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts +1 -2
  1053. package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts.map +1 -1
  1054. package/dist/schematron/de/de-r-001.d.ts +1 -2
  1055. package/dist/schematron/de/de-r-001.d.ts.map +1 -1
  1056. package/dist/schematron/de/de-r-002.d.ts +1 -2
  1057. package/dist/schematron/de/de-r-002.d.ts.map +1 -1
  1058. package/dist/schematron/de/de-r-003.d.ts +1 -2
  1059. package/dist/schematron/de/de-r-003.d.ts.map +1 -1
  1060. package/dist/schematron/de/de-r-004.d.ts +1 -2
  1061. package/dist/schematron/de/de-r-004.d.ts.map +1 -1
  1062. package/dist/schematron/de/de-r-005.d.ts +1 -2
  1063. package/dist/schematron/de/de-r-005.d.ts.map +1 -1
  1064. package/dist/schematron/de/de-r-006.d.ts +1 -2
  1065. package/dist/schematron/de/de-r-006.d.ts.map +1 -1
  1066. package/dist/schematron/de/de-r-007.d.ts +1 -2
  1067. package/dist/schematron/de/de-r-007.d.ts.map +1 -1
  1068. package/dist/schematron/de/de-r-008.d.ts +1 -2
  1069. package/dist/schematron/de/de-r-008.d.ts.map +1 -1
  1070. package/dist/schematron/de/de-r-009.d.ts +1 -2
  1071. package/dist/schematron/de/de-r-009.d.ts.map +1 -1
  1072. package/dist/schematron/de/de-r-010.d.ts +1 -2
  1073. package/dist/schematron/de/de-r-010.d.ts.map +1 -1
  1074. package/dist/schematron/de/de-r-011.d.ts +1 -2
  1075. package/dist/schematron/de/de-r-011.d.ts.map +1 -1
  1076. package/dist/schematron/de/de-r-014.d.ts +1 -2
  1077. package/dist/schematron/de/de-r-014.d.ts.map +1 -1
  1078. package/dist/schematron/de/de-r-015.d.ts +1 -2
  1079. package/dist/schematron/de/de-r-015.d.ts.map +1 -1
  1080. package/dist/schematron/de/de-r-016.d.ts +1 -2
  1081. package/dist/schematron/de/de-r-016.d.ts.map +1 -1
  1082. package/dist/schematron/de/de-r-017.d.ts +1 -2
  1083. package/dist/schematron/de/de-r-017.d.ts.map +1 -1
  1084. package/dist/schematron/de/de-r-018.d.ts +1 -2
  1085. package/dist/schematron/de/de-r-018.d.ts.map +1 -1
  1086. package/dist/schematron/de/de-r-019.d.ts +1 -2
  1087. package/dist/schematron/de/de-r-019.d.ts.map +1 -1
  1088. package/dist/schematron/de/de-r-020.d.ts +1 -2
  1089. package/dist/schematron/de/de-r-020.d.ts.map +1 -1
  1090. package/dist/schematron/de/de-r-022.d.ts +1 -2
  1091. package/dist/schematron/de/de-r-022.d.ts.map +1 -1
  1092. package/dist/schematron/de/de-r-023-1.d.ts +1 -2
  1093. package/dist/schematron/de/de-r-023-1.d.ts.map +1 -1
  1094. package/dist/schematron/de/de-r-023-2.d.ts +1 -2
  1095. package/dist/schematron/de/de-r-023-2.d.ts.map +1 -1
  1096. package/dist/schematron/de/de-r-024-1.d.ts +1 -2
  1097. package/dist/schematron/de/de-r-024-1.d.ts.map +1 -1
  1098. package/dist/schematron/de/de-r-024-2.d.ts +1 -2
  1099. package/dist/schematron/de/de-r-024-2.d.ts.map +1 -1
  1100. package/dist/schematron/de/de-r-025-1.d.ts +1 -2
  1101. package/dist/schematron/de/de-r-025-1.d.ts.map +1 -1
  1102. package/dist/schematron/de/de-r-025-2.d.ts +1 -2
  1103. package/dist/schematron/de/de-r-025-2.d.ts.map +1 -1
  1104. package/dist/schematron/de/de-r-026.d.ts +1 -2
  1105. package/dist/schematron/de/de-r-026.d.ts.map +1 -1
  1106. package/dist/schematron/de/de-r-027.d.ts +1 -2
  1107. package/dist/schematron/de/de-r-027.d.ts.map +1 -1
  1108. package/dist/schematron/de/de-r-028.d.ts +1 -2
  1109. package/dist/schematron/de/de-r-028.d.ts.map +1 -1
  1110. package/dist/schematron/de/de-r-030.d.ts +1 -2
  1111. package/dist/schematron/de/de-r-030.d.ts.map +1 -1
  1112. package/dist/schematron/de/de-r-031.d.ts +1 -2
  1113. package/dist/schematron/de/de-r-031.d.ts.map +1 -1
  1114. package/dist/schematron/dk/dk-r-002.d.ts +1 -2
  1115. package/dist/schematron/dk/dk-r-002.d.ts.map +1 -1
  1116. package/dist/schematron/dk/dk-r-003.d.ts +1 -2
  1117. package/dist/schematron/dk/dk-r-003.d.ts.map +1 -1
  1118. package/dist/schematron/dk/dk-r-004.d.ts +1 -2
  1119. package/dist/schematron/dk/dk-r-004.d.ts.map +1 -1
  1120. package/dist/schematron/dk/dk-r-005.d.ts +1 -2
  1121. package/dist/schematron/dk/dk-r-005.d.ts.map +1 -1
  1122. package/dist/schematron/dk/dk-r-006.d.ts +1 -2
  1123. package/dist/schematron/dk/dk-r-006.d.ts.map +1 -1
  1124. package/dist/schematron/dk/dk-r-007.d.ts +1 -2
  1125. package/dist/schematron/dk/dk-r-007.d.ts.map +1 -1
  1126. package/dist/schematron/dk/dk-r-008.d.ts +1 -2
  1127. package/dist/schematron/dk/dk-r-008.d.ts.map +1 -1
  1128. package/dist/schematron/dk/dk-r-009.d.ts +1 -2
  1129. package/dist/schematron/dk/dk-r-009.d.ts.map +1 -1
  1130. package/dist/schematron/dk/dk-r-010.d.ts +1 -2
  1131. package/dist/schematron/dk/dk-r-010.d.ts.map +1 -1
  1132. package/dist/schematron/dk/dk-r-011.d.ts +1 -2
  1133. package/dist/schematron/dk/dk-r-011.d.ts.map +1 -1
  1134. package/dist/schematron/dk/dk-r-013.d.ts +1 -2
  1135. package/dist/schematron/dk/dk-r-013.d.ts.map +1 -1
  1136. package/dist/schematron/dk/dk-r-014.d.ts +1 -2
  1137. package/dist/schematron/dk/dk-r-014.d.ts.map +1 -1
  1138. package/dist/schematron/dk/dk-r-016.d.ts +1 -2
  1139. package/dist/schematron/dk/dk-r-016.d.ts.map +1 -1
  1140. package/dist/schematron/dk/dk-r-017.d.ts +1 -2
  1141. package/dist/schematron/dk/dk-r-017.d.ts.map +1 -1
  1142. package/dist/schematron/gr/gr-r-001-1.d.ts +1 -2
  1143. package/dist/schematron/gr/gr-r-001-1.d.ts.map +1 -1
  1144. package/dist/schematron/gr/gr-r-001-2.d.ts +1 -2
  1145. package/dist/schematron/gr/gr-r-001-2.d.ts.map +1 -1
  1146. package/dist/schematron/gr/gr-r-001-3.d.ts +1 -2
  1147. package/dist/schematron/gr/gr-r-001-3.d.ts.map +1 -1
  1148. package/dist/schematron/gr/gr-r-001-4.d.ts +1 -2
  1149. package/dist/schematron/gr/gr-r-001-4.d.ts.map +1 -1
  1150. package/dist/schematron/gr/gr-r-001-5.d.ts +1 -2
  1151. package/dist/schematron/gr/gr-r-001-5.d.ts.map +1 -1
  1152. package/dist/schematron/gr/gr-r-001-6.d.ts +1 -2
  1153. package/dist/schematron/gr/gr-r-001-6.d.ts.map +1 -1
  1154. package/dist/schematron/gr/gr-r-001-7.d.ts +1 -2
  1155. package/dist/schematron/gr/gr-r-001-7.d.ts.map +1 -1
  1156. package/dist/schematron/gr/gr-r-002.d.ts +1 -2
  1157. package/dist/schematron/gr/gr-r-002.d.ts.map +1 -1
  1158. package/dist/schematron/gr/gr-r-003.d.ts +1 -2
  1159. package/dist/schematron/gr/gr-r-003.d.ts.map +1 -1
  1160. package/dist/schematron/gr/gr-r-004-1.d.ts +1 -2
  1161. package/dist/schematron/gr/gr-r-004-1.d.ts.map +1 -1
  1162. package/dist/schematron/gr/gr-r-004-2.d.ts +1 -2
  1163. package/dist/schematron/gr/gr-r-004-2.d.ts.map +1 -1
  1164. package/dist/schematron/gr/gr-r-005.d.ts +1 -2
  1165. package/dist/schematron/gr/gr-r-005.d.ts.map +1 -1
  1166. package/dist/schematron/gr/gr-r-006.d.ts +1 -2
  1167. package/dist/schematron/gr/gr-r-006.d.ts.map +1 -1
  1168. package/dist/schematron/gr/gr-r-008-2.d.ts +1 -2
  1169. package/dist/schematron/gr/gr-r-008-2.d.ts.map +1 -1
  1170. package/dist/schematron/gr/gr-r-008-3.d.ts +1 -2
  1171. package/dist/schematron/gr/gr-r-008-3.d.ts.map +1 -1
  1172. package/dist/schematron/gr/gr-r-009.d.ts +1 -2
  1173. package/dist/schematron/gr/gr-r-009.d.ts.map +1 -1
  1174. package/dist/schematron/gr/gr-r-010.d.ts +1 -2
  1175. package/dist/schematron/gr/gr-r-010.d.ts.map +1 -1
  1176. package/dist/schematron/gr/gr-s-008-1.d.ts +1 -2
  1177. package/dist/schematron/gr/gr-s-008-1.d.ts.map +1 -1
  1178. package/dist/schematron/gr/gr-s-011.d.ts +1 -2
  1179. package/dist/schematron/gr/gr-s-011.d.ts.map +1 -1
  1180. package/dist/schematron/is/is-r-001.d.ts +1 -2
  1181. package/dist/schematron/is/is-r-001.d.ts.map +1 -1
  1182. package/dist/schematron/is/is-r-002.d.ts +1 -2
  1183. package/dist/schematron/is/is-r-002.d.ts.map +1 -1
  1184. package/dist/schematron/is/is-r-003.d.ts +1 -2
  1185. package/dist/schematron/is/is-r-003.d.ts.map +1 -1
  1186. package/dist/schematron/is/is-r-004.d.ts +1 -2
  1187. package/dist/schematron/is/is-r-004.d.ts.map +1 -1
  1188. package/dist/schematron/is/is-r-005.d.ts +1 -2
  1189. package/dist/schematron/is/is-r-005.d.ts.map +1 -1
  1190. package/dist/schematron/is/is-r-006.d.ts +1 -2
  1191. package/dist/schematron/is/is-r-006.d.ts.map +1 -1
  1192. package/dist/schematron/is/is-r-007.d.ts +1 -2
  1193. package/dist/schematron/is/is-r-007.d.ts.map +1 -1
  1194. package/dist/schematron/is/is-r-008.d.ts +1 -2
  1195. package/dist/schematron/is/is-r-008.d.ts.map +1 -1
  1196. package/dist/schematron/is/is-r-009.d.ts +1 -2
  1197. package/dist/schematron/is/is-r-009.d.ts.map +1 -1
  1198. package/dist/schematron/is/is-r-010.d.ts +1 -2
  1199. package/dist/schematron/is/is-r-010.d.ts.map +1 -1
  1200. package/dist/schematron/it/it-r-001.d.ts +1 -2
  1201. package/dist/schematron/it/it-r-001.d.ts.map +1 -1
  1202. package/dist/schematron/it/it-r-002.d.ts +1 -2
  1203. package/dist/schematron/it/it-r-002.d.ts.map +1 -1
  1204. package/dist/schematron/it/it-r-003.d.ts +1 -2
  1205. package/dist/schematron/it/it-r-003.d.ts.map +1 -1
  1206. package/dist/schematron/it/it-r-004.d.ts +1 -2
  1207. package/dist/schematron/it/it-r-004.d.ts.map +1 -1
  1208. package/dist/schematron/nl/nl-r-001.d.ts +1 -2
  1209. package/dist/schematron/nl/nl-r-001.d.ts.map +1 -1
  1210. package/dist/schematron/nl/nl-r-002.d.ts +1 -2
  1211. package/dist/schematron/nl/nl-r-002.d.ts.map +1 -1
  1212. package/dist/schematron/nl/nl-r-003.d.ts +1 -2
  1213. package/dist/schematron/nl/nl-r-003.d.ts.map +1 -1
  1214. package/dist/schematron/nl/nl-r-004.d.ts +1 -2
  1215. package/dist/schematron/nl/nl-r-004.d.ts.map +1 -1
  1216. package/dist/schematron/nl/nl-r-005.d.ts +1 -2
  1217. package/dist/schematron/nl/nl-r-005.d.ts.map +1 -1
  1218. package/dist/schematron/nl/nl-r-006.d.ts +1 -2
  1219. package/dist/schematron/nl/nl-r-006.d.ts.map +1 -1
  1220. package/dist/schematron/nl/nl-r-007.d.ts +1 -2
  1221. package/dist/schematron/nl/nl-r-007.d.ts.map +1 -1
  1222. package/dist/schematron/nl/nl-r-008.d.ts +1 -2
  1223. package/dist/schematron/nl/nl-r-008.d.ts.map +1 -1
  1224. package/dist/schematron/nl/nl-r-009.d.ts +1 -2
  1225. package/dist/schematron/nl/nl-r-009.d.ts.map +1 -1
  1226. package/dist/schematron/no/no-r-001.d.ts +1 -2
  1227. package/dist/schematron/no/no-r-001.d.ts.map +1 -1
  1228. package/dist/schematron/no/no-r-002.d.ts +1 -2
  1229. package/dist/schematron/no/no-r-002.d.ts.map +1 -1
  1230. package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts +1 -2
  1231. package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts.map +1 -1
  1232. package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts +1 -2
  1233. package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts.map +1 -1
  1234. package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts +1 -2
  1235. package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts.map +1 -1
  1236. package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts +1 -2
  1237. package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts.map +1 -1
  1238. package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts +1 -2
  1239. package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts.map +1 -1
  1240. package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts +1 -2
  1241. package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts.map +1 -1
  1242. package/dist/schematron/peppol/common/peppol-common-r040.d.ts +1 -2
  1243. package/dist/schematron/peppol/common/peppol-common-r040.d.ts.map +1 -1
  1244. package/dist/schematron/peppol/common/peppol-common-r041.d.ts +1 -2
  1245. package/dist/schematron/peppol/common/peppol-common-r041.d.ts.map +1 -1
  1246. package/dist/schematron/peppol/common/peppol-common-r042.d.ts +1 -2
  1247. package/dist/schematron/peppol/common/peppol-common-r042.d.ts.map +1 -1
  1248. package/dist/schematron/peppol/common/peppol-common-r043.d.ts +1 -2
  1249. package/dist/schematron/peppol/common/peppol-common-r043.d.ts.map +1 -1
  1250. package/dist/schematron/peppol/common/peppol-common-r044.d.ts +1 -2
  1251. package/dist/schematron/peppol/common/peppol-common-r044.d.ts.map +1 -1
  1252. package/dist/schematron/peppol/common/peppol-common-r045.d.ts +1 -2
  1253. package/dist/schematron/peppol/common/peppol-common-r045.d.ts.map +1 -1
  1254. package/dist/schematron/peppol/common/peppol-common-r046.d.ts +1 -2
  1255. package/dist/schematron/peppol/common/peppol-common-r046.d.ts.map +1 -1
  1256. package/dist/schematron/peppol/common/peppol-common-r047.d.ts +1 -2
  1257. package/dist/schematron/peppol/common/peppol-common-r047.d.ts.map +1 -1
  1258. package/dist/schematron/peppol/common/peppol-common-r049.d.ts +1 -2
  1259. package/dist/schematron/peppol/common/peppol-common-r049.d.ts.map +1 -1
  1260. package/dist/schematron/peppol/common/peppol-common-r050.d.ts +1 -2
  1261. package/dist/schematron/peppol/common/peppol-common-r050.d.ts.map +1 -1
  1262. package/dist/schematron/peppol/common/peppol-common-r052.d.ts +1 -2
  1263. package/dist/schematron/peppol/common/peppol-common-r052.d.ts.map +1 -1
  1264. package/dist/schematron/peppol/common/peppol-common-r053.d.ts +1 -2
  1265. package/dist/schematron/peppol/common/peppol-common-r053.d.ts.map +1 -1
  1266. package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts +1 -2
  1267. package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts.map +1 -1
  1268. package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts +1 -2
  1269. package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts.map +1 -1
  1270. package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts +1 -2
  1271. package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts.map +1 -1
  1272. package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts +1 -2
  1273. package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts.map +1 -1
  1274. package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts +1 -2
  1275. package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts.map +1 -1
  1276. package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts +1 -2
  1277. package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts.map +1 -1
  1278. package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts +1 -2
  1279. package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts.map +1 -1
  1280. package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts +1 -2
  1281. package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts.map +1 -1
  1282. package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts +1 -2
  1283. package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts.map +1 -1
  1284. package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts +1 -2
  1285. package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts.map +1 -1
  1286. package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts +1 -2
  1287. package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts.map +1 -1
  1288. package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts +1 -2
  1289. package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts.map +1 -1
  1290. package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts +1 -2
  1291. package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts.map +1 -1
  1292. package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts +1 -2
  1293. package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts.map +1 -1
  1294. package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts +1 -2
  1295. package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts.map +1 -1
  1296. package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts +1 -2
  1297. package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts.map +1 -1
  1298. package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts +1 -2
  1299. package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts.map +1 -1
  1300. package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts +1 -2
  1301. package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts.map +1 -1
  1302. package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts +1 -2
  1303. package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts.map +1 -1
  1304. package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts +1 -2
  1305. package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts.map +1 -1
  1306. package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts +1 -2
  1307. package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts.map +1 -1
  1308. package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts +1 -2
  1309. package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts.map +1 -1
  1310. package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts +1 -2
  1311. package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts.map +1 -1
  1312. package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts +1 -2
  1313. package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts.map +1 -1
  1314. package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts +1 -2
  1315. package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts.map +1 -1
  1316. package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts +1 -2
  1317. package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts.map +1 -1
  1318. package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts +1 -2
  1319. package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts.map +1 -1
  1320. package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts +1 -2
  1321. package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts.map +1 -1
  1322. package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts +1 -2
  1323. package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts.map +1 -1
  1324. package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts +1 -2
  1325. package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts.map +1 -1
  1326. package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts +1 -2
  1327. package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts.map +1 -1
  1328. package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts +1 -2
  1329. package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts.map +1 -1
  1330. package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts +1 -2
  1331. package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts.map +1 -1
  1332. package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts +1 -2
  1333. package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts.map +1 -1
  1334. package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts +1 -2
  1335. package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts.map +1 -1
  1336. package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts +1 -2
  1337. package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts.map +1 -1
  1338. package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts +1 -2
  1339. package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts.map +1 -1
  1340. package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts +1 -2
  1341. package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts.map +1 -1
  1342. package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts +1 -2
  1343. package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts.map +1 -1
  1344. package/dist/schematron/se/se-r-001.d.ts +1 -2
  1345. package/dist/schematron/se/se-r-001.d.ts.map +1 -1
  1346. package/dist/schematron/se/se-r-002.d.ts +1 -2
  1347. package/dist/schematron/se/se-r-002.d.ts.map +1 -1
  1348. package/dist/schematron/se/se-r-003.d.ts +1 -2
  1349. package/dist/schematron/se/se-r-003.d.ts.map +1 -1
  1350. package/dist/schematron/se/se-r-004.d.ts +1 -2
  1351. package/dist/schematron/se/se-r-004.d.ts.map +1 -1
  1352. package/dist/schematron/se/se-r-005.d.ts +1 -2
  1353. package/dist/schematron/se/se-r-005.d.ts.map +1 -1
  1354. package/dist/schematron/se/se-r-006.d.ts +1 -2
  1355. package/dist/schematron/se/se-r-006.d.ts.map +1 -1
  1356. package/dist/schematron/se/se-r-007.d.ts +1 -2
  1357. package/dist/schematron/se/se-r-007.d.ts.map +1 -1
  1358. package/dist/schematron/se/se-r-008.d.ts +1 -2
  1359. package/dist/schematron/se/se-r-008.d.ts.map +1 -1
  1360. package/dist/schematron/se/se-r-009.d.ts +1 -2
  1361. package/dist/schematron/se/se-r-009.d.ts.map +1 -1
  1362. package/dist/schematron/se/se-r-010.d.ts +1 -2
  1363. package/dist/schematron/se/se-r-010.d.ts.map +1 -1
  1364. package/dist/schematron/se/se-r-011.d.ts +1 -2
  1365. package/dist/schematron/se/se-r-011.d.ts.map +1 -1
  1366. package/dist/schematron/se/se-r-012.d.ts +1 -2
  1367. package/dist/schematron/se/se-r-012.d.ts.map +1 -1
  1368. package/dist/schematron/se/se-r-013.d.ts +1 -2
  1369. package/dist/schematron/se/se-r-013.d.ts.map +1 -1
  1370. package/dist/schematron/types.d.ts +2 -3
  1371. package/dist/schematron/types.d.ts.map +1 -1
  1372. package/dist/values/additional-document-reference-codes.generated.d.ts +3 -4
  1373. package/dist/values/additional-document-reference-codes.generated.d.ts.map +1 -1
  1374. package/dist/values/allowance-charge-reason-codes.generated.d.ts +3 -4
  1375. package/dist/values/allowance-charge-reason-codes.generated.d.ts.map +1 -1
  1376. package/dist/values/application-response-type-codes.generated.d.ts +3 -4
  1377. package/dist/values/application-response-type-codes.generated.d.ts.map +1 -1
  1378. package/dist/values/charge-reason-codes.generated.d.ts +3 -4
  1379. package/dist/values/charge-reason-codes.generated.d.ts.map +1 -1
  1380. package/dist/values/country-code.generated.d.ts +3 -4
  1381. package/dist/values/country-code.generated.d.ts.map +1 -1
  1382. package/dist/values/credit-notes-type-codes.generated.d.ts +3 -4
  1383. package/dist/values/credit-notes-type-codes.generated.d.ts.map +1 -1
  1384. package/dist/values/currency-code.generated.d.ts +3 -4
  1385. package/dist/values/currency-code.generated.d.ts.map +1 -1
  1386. package/dist/values/document-type-codes.generated.d.ts +3 -4
  1387. package/dist/values/document-type-codes.generated.d.ts.map +1 -1
  1388. package/dist/values/document-type.generated.d.ts +7 -8
  1389. package/dist/values/document-type.generated.d.ts.map +1 -1
  1390. package/dist/values/duty-tax-fee-categories.generated.d.ts +3 -4
  1391. package/dist/values/duty-tax-fee-categories.generated.d.ts.map +1 -1
  1392. package/dist/values/eas-codes.generated.d.ts +3 -4
  1393. package/dist/values/eas-codes.generated.d.ts.map +1 -1
  1394. package/dist/values/icd-codes.generated.d.ts +3 -4
  1395. package/dist/values/icd-codes.generated.d.ts.map +1 -1
  1396. package/dist/values/invoice-status-codes.generated.d.ts +3 -4
  1397. package/dist/values/invoice-status-codes.generated.d.ts.map +1 -1
  1398. package/dist/values/invoice-type-codes.generated.d.ts +3 -4
  1399. package/dist/values/invoice-type-codes.generated.d.ts.map +1 -1
  1400. package/dist/values/item-classification-code.generated.d.ts +3 -4
  1401. package/dist/values/item-classification-code.generated.d.ts.map +1 -1
  1402. package/dist/values/mime-codes.generated.d.ts +3 -4
  1403. package/dist/values/mime-codes.generated.d.ts.map +1 -1
  1404. package/dist/values/op-status-action.generated.d.ts +3 -4
  1405. package/dist/values/op-status-action.generated.d.ts.map +1 -1
  1406. package/dist/values/op-status-reason.generated.d.ts +3 -4
  1407. package/dist/values/op-status-reason.generated.d.ts.map +1 -1
  1408. package/dist/values/participant-identifier-schemes.generated.d.ts +5 -6
  1409. package/dist/values/participant-identifier-schemes.generated.d.ts.map +1 -1
  1410. package/dist/values/payment-means-codes.generated.d.ts +3 -4
  1411. package/dist/values/payment-means-codes.generated.d.ts.map +1 -1
  1412. package/dist/values/processes.generated.d.ts +6 -7
  1413. package/dist/values/processes.generated.d.ts.map +1 -1
  1414. package/dist/values/quantity-unit-codes.generated.d.ts +3 -4
  1415. package/dist/values/quantity-unit-codes.generated.d.ts.map +1 -1
  1416. package/dist/values/vat-dates.generated.d.ts +3 -4
  1417. package/dist/values/vat-dates.generated.d.ts.map +1 -1
  1418. package/dist/values/vatex-codes.generated.d.ts +3 -4
  1419. package/dist/values/vatex-codes.generated.d.ts.map +1 -1
  1420. package/dist/xml/builder-options.d.ts +1 -2
  1421. package/dist/xml/builder-options.d.ts.map +1 -1
  1422. package/dist/xml/parser-options.d.ts +1 -2
  1423. package/dist/xml/parser-options.d.ts.map +1 -1
  1424. package/package.json +77 -33
  1425. package/scripts/generate-translations.ts +73 -0
  1426. package/src/decoders/fields/decode-allowance-charges.ts +2 -10
  1427. package/src/decoders/fields/decode-base-allowance-charge.ts +17 -0
  1428. package/src/decoders/fields/decode-contact.ts +17 -0
  1429. package/src/decoders/fields/decode-invoice-message-party.ts +2 -25
  1430. package/src/decoders/fields/decode-line-allowance-charges.ts +2 -15
  1431. package/src/decoders/fields/decode-party-legal-entity.ts +18 -0
  1432. package/src/decoders/fields/decode-party.ts +2 -24
  1433. package/src/decoders/fields/encode-contact.ts +7 -0
  1434. package/src/decoders/fields/encode-message-party.ts +2 -16
  1435. package/src/decoders/fields/encode-party-legal-entity.ts +13 -0
  1436. package/src/decoders/fields/encode-party.ts +2 -16
  1437. package/src/effect/billing-base.ts +357 -0
  1438. package/src/effect/credit-note.ts +31 -0
  1439. package/src/effect/document-parser.ts +108 -0
  1440. package/src/effect/document-response-document-reference-schema.ts +38 -0
  1441. package/src/effect/document-response-document-schema.ts +35 -0
  1442. package/src/effect/document-response-line-response-content.ts +44 -0
  1443. package/src/effect/document-response-line-response-schema.ts +33 -0
  1444. package/src/effect/fields/additional-document-reference-schema.ts +115 -0
  1445. package/src/effect/fields/address-schema.ts +105 -0
  1446. package/src/effect/fields/allowance-charge-schema.ts +97 -0
  1447. package/src/effect/fields/amount-schema.ts +21 -0
  1448. package/src/effect/fields/base-line-schema.ts +138 -0
  1449. package/src/effect/fields/billing-references-schema.ts +47 -0
  1450. package/src/effect/fields/binary-object-schema.ts +51 -0
  1451. package/src/effect/fields/contact-schema.ts +18 -0
  1452. package/src/effect/fields/credit-note-line-schema.ts +42 -0
  1453. package/src/effect/fields/default-customization-id.ts +1 -0
  1454. package/src/effect/fields/default-profile-id.ts +1 -0
  1455. package/src/effect/fields/delivery-schema.ts +100 -0
  1456. package/src/effect/fields/identifier-schema.ts +23 -0
  1457. package/src/effect/fields/invoice-line-period-schema.ts +34 -0
  1458. package/src/effect/fields/invoice-line-schema.ts +46 -0
  1459. package/src/effect/fields/invoice-period-schema.ts +31 -0
  1460. package/src/effect/fields/legal-monetary-total-schema.ts +126 -0
  1461. package/src/effect/fields/line-allowance-charge-schema.ts +66 -0
  1462. package/src/effect/fields/line-item-schema.ts +186 -0
  1463. package/src/effect/fields/line-price-allowance-charge-schema.ts +38 -0
  1464. package/src/effect/fields/list-identifier-schema.ts +45 -0
  1465. package/src/effect/fields/order-reference-schema.ts +36 -0
  1466. package/src/effect/fields/party-base-schema.ts +137 -0
  1467. package/src/effect/fields/party-legal-entity-schema.ts +29 -0
  1468. package/src/effect/fields/party-tax-schema.ts +33 -0
  1469. package/src/effect/fields/payee-party.ts +113 -0
  1470. package/src/effect/fields/payment-means-schema.ts +210 -0
  1471. package/src/effect/fields/payment-terms-schema.ts +23 -0
  1472. package/src/effect/fields/price-schema.ts +31 -0
  1473. package/src/effect/fields/quantity-schema.ts +21 -0
  1474. package/src/effect/fields/reference-schema.ts +5 -0
  1475. package/src/effect/fields/tax-category-schema.ts +42 -0
  1476. package/src/effect/fields/tax-representative-party-schema.ts +23 -0
  1477. package/src/effect/fields/tax-subtotal-category-schema.ts +29 -0
  1478. package/src/effect/fields/tax-subtotal-schema.ts +32 -0
  1479. package/src/effect/fields/tax-totals.ts +25 -0
  1480. package/src/effect/index.ts +56 -0
  1481. package/src/effect/invoice-response-document-actual-response-status.ts +60 -0
  1482. package/src/effect/invoice-response-document-actual-response.ts +74 -0
  1483. package/src/effect/invoice-response-schema.ts +178 -0
  1484. package/src/effect/invoice-response-status-reason-code.ts +31 -0
  1485. package/src/effect/invoice.ts +48 -0
  1486. package/src/effect/iso-date-string.ts +13 -0
  1487. package/src/effect/message-level-response-document-response-schema.ts +33 -0
  1488. package/src/effect/message-level-response-party-schema.ts +19 -0
  1489. package/src/effect/message-level-response-schema.ts +98 -0
  1490. package/src/effect/utils/base-64.ts +33 -0
  1491. package/src/effect/utils/format-quantity-with-unit.ts +1 -0
  1492. package/src/effect/utils/get-credit-note-type-code-description.ts +1 -0
  1493. package/src/effect/utils/get-invoice-type-code-description.ts +1 -0
  1494. package/src/effect/utils/index.ts +10 -0
  1495. package/src/effect/utils/is-valid-credit-note-type-code.ts +1 -0
  1496. package/src/effect/utils/is-valid-invoice-type-code.ts +1 -0
  1497. package/src/effect/utils/is-valid-process.ts +1 -0
  1498. package/src/effect/utils/quantity-unit-code-to-intl-unit.ts +2 -0
  1499. package/src/effect/utils/vat-regex.ts +51 -0
  1500. package/src/effect/utils/xsd-time.ts +13 -0
  1501. package/src/effect/values/additional-document-reference-code.ts +28 -0
  1502. package/src/effect/values/allowance-charge-reason-code.ts +30 -0
  1503. package/src/effect/values/application-response-type-codes.ts +26 -0
  1504. package/src/effect/values/charge-reason-code.ts +30 -0
  1505. package/src/effect/values/country-code.ts +32 -0
  1506. package/src/effect/values/credit-note-type-code-schema.ts +26 -0
  1507. package/src/effect/values/currency-codes.ts +36 -0
  1508. package/src/effect/values/document-type-codes.ts +26 -0
  1509. package/src/effect/values/document-type-schema.ts +33 -0
  1510. package/src/effect/values/document-type-schemes-schema.ts +16 -0
  1511. package/src/effect/values/document-type-values-schema.ts +17 -0
  1512. package/src/effect/values/duty-tax-fee-cateogries.ts +29 -0
  1513. package/src/effect/values/eas-codes.ts +36 -0
  1514. package/src/effect/values/icd-codes.ts +28 -0
  1515. package/src/effect/values/index.ts +28 -0
  1516. package/src/effect/values/invoice-status-codes.ts +26 -0
  1517. package/src/effect/values/invoice-type-code-schema.ts +26 -0
  1518. package/src/effect/values/item-classification-code-schema.ts +29 -0
  1519. package/src/effect/values/mime-code.ts +29 -0
  1520. package/src/effect/values/op-status-action.ts +26 -0
  1521. package/src/effect/values/op-status-reason.ts +26 -0
  1522. package/src/effect/values/participant-identifier-code.ts +24 -0
  1523. package/src/effect/values/payment-means-codes-schema.ts +37 -0
  1524. package/src/effect/values/process-from-document-type-schema.ts +26 -0
  1525. package/src/effect/values/process-schema.ts +32 -0
  1526. package/src/effect/values/process-xml-identifier-schema.ts +21 -0
  1527. package/src/effect/values/quantity-unit-codes-schema.ts +29 -0
  1528. package/src/effect/values/vat-date-code.ts +16 -0
  1529. package/src/effect/values/vatex-code.ts +29 -0
  1530. package/src/schemas/utils/vat-regex.ts +1 -1
  1531. package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/object.d.ts.map +0 -1
  1532. package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/type.d.ts +0 -13
  1533. package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/type.d.ts.map +0 -1
  1534. package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/is-never.d.ts.map +0 -1
  1535. package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/keys-of-union.d.ts.map +0 -1
  1536. package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/primitive.d.ts +0 -10
  1537. package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eas-codes.js","names":[],"sources":["../../../src/effect/values/eas-codes.ts"],"sourcesContent":["/**\n * @module effect/values/eas-codes\n * Electronic Address Scheme (EAS) codes as used in PEPPOL networks\n * These codes identify the scheme used for electronic addresses of parties\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/\n */\nimport { Schema } from 'effect';\n\nimport type { ElectronicAddressCodesKeys } from '#/values/eas-codes.generated';\n\nimport { electronicAddressCodesKeys } from '#/values/eas-codes.generated';\n\n/**\n * @description An electronic address scheme (EAS) code, identifying the scheme of an electronic address (e.g. `0088` for GLN).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/\n */\nexport type PeppolElectronicAddressCode = ElectronicAddressCodesKeys;\n\n/**\n * @description Validates an electronic address scheme (EAS) code against the PEPPOL Electronic Address Identifier Scheme codelist.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid electronic address scheme codes.\n *\n * @validations\n * - PEPPOL-EN16931-CL008: Electronic address identifier scheme MUST be from the codelist \"Electronic Address Identifier Scheme\".\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/\n */\nexport function electronicCodesSchema(error?: string) {\n const schema = Schema.Literals(electronicAddressCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAgCA,SAAgB,sBAAsB,OAAgB;CACpD,MAAM,SAAS,OAAO,SAAS,0BAA0B;CACzD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,24 @@
1
+ import { IcdCodesKeys } from "../../values/icd-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/icd-codes.d.ts
4
+ /**
5
+ * @description An ISO 6523 ICD (International Code Designator) code identifying an identifier scheme.
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
8
+ */
9
+ export type PeppolIcdCode = IcdCodesKeys;
10
+ /**
11
+ * @description Validates an ISO 6523 ICD code against the PEPPOL codelist.
12
+ *
13
+ * @param error - The custom error message to use when validation fails. Defaults to `'Invalid ICD code provided'`.
14
+ *
15
+ * @returns An Effect schema that accepts only valid ICD codes.
16
+ *
17
+ * @validations
18
+ * - BR-CL-10 / BR-CL-11 / BR-CL-21: Identifier scheme MUST be a valid ISO 6523 ICD code.
19
+ *
20
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
21
+ */
22
+ export declare function icdCodesSchema(error?: string): Schema.Literals<[string, ...string[]]>;
23
+ //#endregion
24
+ //# sourceMappingURL=icd-codes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icd-codes.d.ts","names":[],"sources":["../../../src/effect/values/icd-codes.ts"],"mappings":";;;;;;;;YAWY,gBAAgB;;;;;;;;;;;;;wBAcZ,eAAe,iBAAmC,OAAA"}
@@ -0,0 +1,22 @@
1
+ import { icdCodesKeys } from "../../values/icd-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/icd-codes.ts
4
+ /**
5
+ * @description Validates an ISO 6523 ICD code against the PEPPOL codelist.
6
+ *
7
+ * @param error - The custom error message to use when validation fails. Defaults to `'Invalid ICD code provided'`.
8
+ *
9
+ * @returns An Effect schema that accepts only valid ICD codes.
10
+ *
11
+ * @validations
12
+ * - BR-CL-10 / BR-CL-11 / BR-CL-21: Identifier scheme MUST be a valid ISO 6523 ICD code.
13
+ *
14
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
15
+ */
16
+ function icdCodesSchema(error = "Invalid ICD code provided") {
17
+ return Schema.Literals(icdCodesKeys).annotate({ message: error });
18
+ }
19
+ //#endregion
20
+ export { icdCodesSchema };
21
+
22
+ //# sourceMappingURL=icd-codes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icd-codes.js","names":[],"sources":["../../../src/effect/values/icd-codes.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { IcdCodesKeys } from '#/values/icd-codes.generated';\n\nimport { icdCodesKeys } from '#/values/icd-codes.generated';\n\n/**\n * @description An ISO 6523 ICD (International Code Designator) code identifying an identifier scheme.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/\n */\nexport type PeppolIcdCode = IcdCodesKeys;\n\n/**\n * @description Validates an ISO 6523 ICD code against the PEPPOL codelist.\n *\n * @param error - The custom error message to use when validation fails. Defaults to `'Invalid ICD code provided'`.\n *\n * @returns An Effect schema that accepts only valid ICD codes.\n *\n * @validations\n * - BR-CL-10 / BR-CL-11 / BR-CL-21: Identifier scheme MUST be a valid ISO 6523 ICD code.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/\n */\nexport function icdCodesSchema(error = 'Invalid ICD code provided') {\n return Schema.Literals(icdCodesKeys).annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;AAyBA,SAAgB,eAAe,QAAQ,6BAA6B;CAClE,OAAO,OAAO,SAAS,YAAY,CAAC,CAAC,SAAS,EAAE,SAAS,MAAM,CAAC;AAClE"}
@@ -0,0 +1,29 @@
1
+ import { PeppolAdditionalDocumentReferenceCode, additionalDocumentReferenceCodeSchema } from "./additional-document-reference-code.js";
2
+ import { PeppolAllowanceChargeReasonCode, allowanceChargeReasonCodeSchema } from "./allowance-charge-reason-code.js";
3
+ import { PeppolApplicationResponseTypeCode, applicationResponseTypeCodeSchema } from "./application-response-type-codes.js";
4
+ import { PeppolChargeReasonCode, chargeReasonCodeSchema } from "./charge-reason-code.js";
5
+ import { PeppolCountryCode, countryCodeSchema } from "./country-code.js";
6
+ import { PeppolCreditNoteTypeCode, creditNoteTypeCodeSchema } from "./credit-note-type-code-schema.js";
7
+ import { PeppolCurrencyCode, currencyCodeSchema } from "./currency-codes.js";
8
+ import { PeppolDocumentTypeCode, documentTypeCodeSchema } from "./document-type-codes.js";
9
+ import { PeppolDocumentType, documentTypeSchema } from "./document-type-schema.js";
10
+ import { documentTypeSchemesSchema } from "./document-type-schemes-schema.js";
11
+ import { documentTypeValuesSchema } from "./document-type-values-schema.js";
12
+ import { PeppolDutyTaxFeeCategoryCode, dutyTaxFeeCategorySchema } from "./duty-tax-fee-cateogries.js";
13
+ import { PeppolElectronicAddressCode, electronicCodesSchema } from "./eas-codes.js";
14
+ import { PeppolIcdCode, icdCodesSchema } from "./icd-codes.js";
15
+ import { PeppolInvoiceStatusCodes, invoiceStatusCodeSchema } from "./invoice-status-codes.js";
16
+ import { PeppolInvoiceTypeCode, invoiceTypeCodeSchema } from "./invoice-type-code-schema.js";
17
+ import { PeppolItemClassificationCode, itemClassificationCodesSchema } from "./item-classification-code-schema.js";
18
+ import { PeppolMimeCode, mimeCodesSchema } from "./mime-code.js";
19
+ import { PeppolOpStatusAction, opStatusActionSchema } from "./op-status-action.js";
20
+ import { PeppolOpStatusReason, opStatusReasonSchema } from "./op-status-reason.js";
21
+ import { PeppolParticipantIdentifierCode, participantIdentifierCodeSchema } from "./participant-identifier-code.js";
22
+ import { PeppolPaymentMeansCode, paymentMeansCodeSchema } from "./payment-means-codes-schema.js";
23
+ import { processFromDocumentTypeSchema } from "./process-from-document-type-schema.js";
24
+ import { PeppolProcesses, processSchema } from "./process-schema.js";
25
+ import { processXmlIdentifierSchema } from "./process-xml-identifier-schema.js";
26
+ import { PeppolQuantityUnitCode, quantityUnitCodesSchema } from "./quantity-unit-codes-schema.js";
27
+ import { PeppolVatexCode, vatexCodeschema } from "./vatex-code.js";
28
+ import { PeppolVatDateCode, vatDateCodeSchema } from "./vat-date-code.js";
29
+ export { PeppolAdditionalDocumentReferenceCode, PeppolAllowanceChargeReasonCode, PeppolApplicationResponseTypeCode, PeppolChargeReasonCode, PeppolCountryCode, PeppolCreditNoteTypeCode, PeppolCurrencyCode, PeppolDocumentType, PeppolDocumentTypeCode, PeppolDutyTaxFeeCategoryCode, PeppolElectronicAddressCode, PeppolIcdCode, PeppolInvoiceStatusCodes, PeppolInvoiceTypeCode, PeppolItemClassificationCode, PeppolMimeCode, PeppolOpStatusAction, PeppolOpStatusReason, PeppolParticipantIdentifierCode, PeppolPaymentMeansCode, PeppolProcesses, PeppolQuantityUnitCode, PeppolVatDateCode, PeppolVatexCode, additionalDocumentReferenceCodeSchema, allowanceChargeReasonCodeSchema, applicationResponseTypeCodeSchema, chargeReasonCodeSchema, countryCodeSchema, creditNoteTypeCodeSchema, currencyCodeSchema, documentTypeCodeSchema, documentTypeSchema, documentTypeSchemesSchema, documentTypeValuesSchema, dutyTaxFeeCategorySchema, electronicCodesSchema, icdCodesSchema, invoiceStatusCodeSchema, invoiceTypeCodeSchema, itemClassificationCodesSchema, mimeCodesSchema, opStatusActionSchema, opStatusReasonSchema, participantIdentifierCodeSchema, paymentMeansCodeSchema, processFromDocumentTypeSchema, processSchema, processXmlIdentifierSchema, quantityUnitCodesSchema, vatDateCodeSchema, vatexCodeschema };
@@ -0,0 +1,29 @@
1
+ import { additionalDocumentReferenceCodeSchema } from "./additional-document-reference-code.js";
2
+ import { mimeCodesSchema } from "./mime-code.js";
3
+ import { allowanceChargeReasonCodeSchema } from "./allowance-charge-reason-code.js";
4
+ import { chargeReasonCodeSchema } from "./charge-reason-code.js";
5
+ import { dutyTaxFeeCategorySchema } from "./duty-tax-fee-cateogries.js";
6
+ import { currencyCodeSchema } from "./currency-codes.js";
7
+ import { icdCodesSchema } from "./icd-codes.js";
8
+ import { countryCodeSchema } from "./country-code.js";
9
+ import { vatDateCodeSchema } from "./vat-date-code.js";
10
+ import { electronicCodesSchema } from "./eas-codes.js";
11
+ import { paymentMeansCodeSchema } from "./payment-means-codes-schema.js";
12
+ import { quantityUnitCodesSchema } from "./quantity-unit-codes-schema.js";
13
+ import { itemClassificationCodesSchema } from "./item-classification-code-schema.js";
14
+ import { invoiceTypeCodeSchema } from "./invoice-type-code-schema.js";
15
+ import { creditNoteTypeCodeSchema } from "./credit-note-type-code-schema.js";
16
+ import { documentTypeCodeSchema } from "./document-type-codes.js";
17
+ import { applicationResponseTypeCodeSchema } from "./application-response-type-codes.js";
18
+ import { opStatusActionSchema } from "./op-status-action.js";
19
+ import { opStatusReasonSchema } from "./op-status-reason.js";
20
+ import { documentTypeSchema } from "./document-type-schema.js";
21
+ import { documentTypeSchemesSchema } from "./document-type-schemes-schema.js";
22
+ import { documentTypeValuesSchema } from "./document-type-values-schema.js";
23
+ import { invoiceStatusCodeSchema } from "./invoice-status-codes.js";
24
+ import { participantIdentifierCodeSchema } from "./participant-identifier-code.js";
25
+ import { processSchema } from "./process-schema.js";
26
+ import { processFromDocumentTypeSchema } from "./process-from-document-type-schema.js";
27
+ import { processXmlIdentifierSchema } from "./process-xml-identifier-schema.js";
28
+ import { vatexCodeschema } from "./vatex-code.js";
29
+ export { additionalDocumentReferenceCodeSchema, allowanceChargeReasonCodeSchema, applicationResponseTypeCodeSchema, chargeReasonCodeSchema, countryCodeSchema, creditNoteTypeCodeSchema, currencyCodeSchema, documentTypeCodeSchema, documentTypeSchema, documentTypeSchemesSchema, documentTypeValuesSchema, dutyTaxFeeCategorySchema, electronicCodesSchema, icdCodesSchema, invoiceStatusCodeSchema, invoiceTypeCodeSchema, itemClassificationCodesSchema, mimeCodesSchema, opStatusActionSchema, opStatusReasonSchema, participantIdentifierCodeSchema, paymentMeansCodeSchema, processFromDocumentTypeSchema, processSchema, processXmlIdentifierSchema, quantityUnitCodesSchema, vatDateCodeSchema, vatexCodeschema };
@@ -0,0 +1,21 @@
1
+ import { InvoiceStatusCodesKeys } from "../../values/invoice-status-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/invoice-status-codes.d.ts
4
+ /**
5
+ * @description An invoice status code as defined by the PEPPOL subset of UNCL 4343 (T111).
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
8
+ */
9
+ export type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;
10
+ /**
11
+ * @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).
12
+ *
13
+ * @param error - The custom error message to use when validation fails.
14
+ *
15
+ * @returns An Effect schema that accepts only valid invoice status codes.
16
+ *
17
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
18
+ */
19
+ export declare function invoiceStatusCodeSchema(error?: string): Schema.Literals<readonly ["AB", "AP", "RE", "IP", "UQ", "CA", "PD"]>;
20
+ //#endregion
21
+ //# sourceMappingURL=invoice-status-codes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoice-status-codes.d.ts","names":[],"sources":["../../../src/effect/values/invoice-status-codes.ts"],"mappings":";;;;;;;;YAWY,2BAA2B;;;;;;;;;;wBAWvB,wBAAwB,iBAAc,OAAA"}
@@ -0,0 +1,20 @@
1
+ import { invoiceStatusCodesKeys } from "../../values/invoice-status-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/invoice-status-codes.ts
4
+ /**
5
+ * @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).
6
+ *
7
+ * @param error - The custom error message to use when validation fails.
8
+ *
9
+ * @returns An Effect schema that accepts only valid invoice status codes.
10
+ *
11
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
12
+ */
13
+ function invoiceStatusCodeSchema(error) {
14
+ const schema = Schema.Literals(invoiceStatusCodesKeys);
15
+ return error === void 0 ? schema : schema.annotate({ message: error });
16
+ }
17
+ //#endregion
18
+ export { invoiceStatusCodeSchema };
19
+
20
+ //# sourceMappingURL=invoice-status-codes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoice-status-codes.js","names":[],"sources":["../../../src/effect/values/invoice-status-codes.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { InvoiceStatusCodesKeys } from '#/values/invoice-status-codes.generated';\n\nimport { invoiceStatusCodesKeys } from '#/values/invoice-status-codes.generated';\n\n/**\n * @description An invoice status code as defined by the PEPPOL subset of UNCL 4343 (T111).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/\n */\nexport type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;\n\n/**\n * @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid invoice status codes.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/\n */\nexport function invoiceStatusCodeSchema(error?: string) {\n const schema = Schema.Literals(invoiceStatusCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;AAsBA,SAAgB,wBAAwB,OAAgB;CACtD,MAAM,SAAS,OAAO,SAAS,sBAAsB;CACrD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,21 @@
1
+ import { InvoiceTypeCodesKeys } from "../../values/invoice-type-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/invoice-type-code-schema.d.ts
4
+ /**
5
+ * @description An invoice type code as defined by the PEPPOL subset of UNCL 1001 (invoice).
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
8
+ */
9
+ export type PeppolInvoiceTypeCode = InvoiceTypeCodesKeys;
10
+ /**
11
+ * @description Validates an invoice type code against the PEPPOL subset of UNCL 1001 (invoice).
12
+ *
13
+ * @param error - The custom error message to use when validation fails.
14
+ *
15
+ * @returns An Effect schema that accepts only valid invoice type codes.
16
+ *
17
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
18
+ */
19
+ export declare function invoiceTypeCodeSchema(error?: string): Schema.Literals<[string, ...string[]]>;
20
+ //#endregion
21
+ //# sourceMappingURL=invoice-type-code-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoice-type-code-schema.d.ts","names":[],"sources":["../../../src/effect/values/invoice-type-code-schema.ts"],"mappings":";;;;;;;;YAWY,wBAAwB;;;;;;;;;;wBAWpB,sBAAsB,iBAAc,OAAA"}
@@ -0,0 +1,20 @@
1
+ import { invoiceTypeCodesKeys } from "../../values/invoice-type-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/invoice-type-code-schema.ts
4
+ /**
5
+ * @description Validates an invoice type code against the PEPPOL subset of UNCL 1001 (invoice).
6
+ *
7
+ * @param error - The custom error message to use when validation fails.
8
+ *
9
+ * @returns An Effect schema that accepts only valid invoice type codes.
10
+ *
11
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
12
+ */
13
+ function invoiceTypeCodeSchema(error) {
14
+ const schema = Schema.Literals(invoiceTypeCodesKeys);
15
+ return error === void 0 ? schema : schema.annotate({ message: error });
16
+ }
17
+ //#endregion
18
+ export { invoiceTypeCodeSchema };
19
+
20
+ //# sourceMappingURL=invoice-type-code-schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"invoice-type-code-schema.js","names":[],"sources":["../../../src/effect/values/invoice-type-code-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { InvoiceTypeCodesKeys } from '#/values/invoice-type-codes.generated';\n\nimport { invoiceTypeCodesKeys } from '#/values/invoice-type-codes.generated';\n\n/**\n * @description An invoice type code as defined by the PEPPOL subset of UNCL 1001 (invoice).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/\n */\nexport type PeppolInvoiceTypeCode = InvoiceTypeCodesKeys;\n\n/**\n * @description Validates an invoice type code against the PEPPOL subset of UNCL 1001 (invoice).\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid invoice type codes.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/\n */\nexport function invoiceTypeCodeSchema(error?: string) {\n const schema = Schema.Literals(invoiceTypeCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;AAsBA,SAAgB,sBAAsB,OAAgB;CACpD,MAAM,SAAS,OAAO,SAAS,oBAAoB;CACnD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,24 @@
1
+ import { ItemClassificationCodesKeys } from "../../values/item-classification-code.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/item-classification-code-schema.d.ts
4
+ /**
5
+ * @description An item classification code as defined by the PEPPOL subset of UNCL 7143.
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
8
+ */
9
+ export type PeppolItemClassificationCode = ItemClassificationCodesKeys;
10
+ /**
11
+ * @description Validates an item classification code against the PEPPOL subset of UNCL 7143.
12
+ *
13
+ * @param error - The custom error message to use when validation fails.
14
+ *
15
+ * @returns An Effect schema that accepts only valid item classification codes.
16
+ *
17
+ * @validations
18
+ * - BR-CL-13: Item classification scheme MUST be a valid UNTDID 7143 code.
19
+ *
20
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
21
+ */
22
+ export declare function itemClassificationCodesSchema(error?: string): Schema.Literals<[string, ...string[]]>;
23
+ //#endregion
24
+ //# sourceMappingURL=item-classification-code-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"item-classification-code-schema.d.ts","names":[],"sources":["../../../src/effect/values/item-classification-code-schema.ts"],"mappings":";;;;;;;;YAWY,+BAA+B;;;;;;;;;;;;;wBAc3B,8BAA8B,iBAAc,OAAA"}
@@ -0,0 +1,23 @@
1
+ import { itemClassificationCodesKeys } from "../../values/item-classification-code.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/item-classification-code-schema.ts
4
+ /**
5
+ * @description Validates an item classification code against the PEPPOL subset of UNCL 7143.
6
+ *
7
+ * @param error - The custom error message to use when validation fails.
8
+ *
9
+ * @returns An Effect schema that accepts only valid item classification codes.
10
+ *
11
+ * @validations
12
+ * - BR-CL-13: Item classification scheme MUST be a valid UNTDID 7143 code.
13
+ *
14
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
15
+ */
16
+ function itemClassificationCodesSchema(error) {
17
+ const schema = Schema.Literals(itemClassificationCodesKeys);
18
+ return error === void 0 ? schema : schema.annotate({ message: error });
19
+ }
20
+ //#endregion
21
+ export { itemClassificationCodesSchema };
22
+
23
+ //# sourceMappingURL=item-classification-code-schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"item-classification-code-schema.js","names":[],"sources":["../../../src/effect/values/item-classification-code-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { ItemClassificationCodesKeys } from '#/values/item-classification-code.generated';\n\nimport { itemClassificationCodesKeys } from '#/values/item-classification-code.generated';\n\n/**\n * @description An item classification code as defined by the PEPPOL subset of UNCL 7143.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/\n */\nexport type PeppolItemClassificationCode = ItemClassificationCodesKeys;\n\n/**\n * @description Validates an item classification code against the PEPPOL subset of UNCL 7143.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid item classification codes.\n *\n * @validations\n * - BR-CL-13: Item classification scheme MUST be a valid UNTDID 7143 code.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/\n */\nexport function itemClassificationCodesSchema(error?: string) {\n const schema = Schema.Literals(itemClassificationCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;AAyBA,SAAgB,8BAA8B,OAAgB;CAC5D,MAAM,SAAS,OAAO,SAAS,2BAA2B;CAC1D,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,24 @@
1
+ import { MimeCodesKeys } from "../../values/mime-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/mime-code.d.ts
4
+ /**
5
+ * @description A MIME media type code (e.g. `application/pdf`) as used for attached documents.
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
8
+ */
9
+ export type PeppolMimeCode = MimeCodesKeys;
10
+ /**
11
+ * @description Validates a MIME media type against the PEPPOL MIME code list.
12
+ *
13
+ * @param error - The custom error message to use when validation fails.
14
+ *
15
+ * @returns An Effect schema that accepts only valid MIME types.
16
+ *
17
+ * @validations
18
+ * - PEPPOL-EN16931-CL001: Attachment (MIME) type MUST come from the allowed list.
19
+ *
20
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
21
+ */
22
+ export declare function mimeCodesSchema(error?: string): Schema.Literals<readonly ["text/csv", "application/pdf", "image/png", "image/jpeg", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.oasis.opendocument.spreadsheet"]>;
23
+ //#endregion
24
+ //# sourceMappingURL=mime-code.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mime-code.d.ts","names":[],"sources":["../../../src/effect/values/mime-code.ts"],"mappings":";;;;;;;;YAWY,iBAAiB;;;;;;;;;;;;;wBAcb,gBAAgB,iBAAc,OAAA"}
@@ -0,0 +1,23 @@
1
+ import { mimeCodesKeys } from "../../values/mime-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/mime-code.ts
4
+ /**
5
+ * @description Validates a MIME media type against the PEPPOL MIME code list.
6
+ *
7
+ * @param error - The custom error message to use when validation fails.
8
+ *
9
+ * @returns An Effect schema that accepts only valid MIME types.
10
+ *
11
+ * @validations
12
+ * - PEPPOL-EN16931-CL001: Attachment (MIME) type MUST come from the allowed list.
13
+ *
14
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
15
+ */
16
+ function mimeCodesSchema(error) {
17
+ const schema = Schema.Literals(mimeCodesKeys);
18
+ return error === void 0 ? schema : schema.annotate({ message: error });
19
+ }
20
+ //#endregion
21
+ export { mimeCodesSchema };
22
+
23
+ //# sourceMappingURL=mime-code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mime-code.js","names":[],"sources":["../../../src/effect/values/mime-code.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { MimeCodesKeys } from '#/values/mime-codes.generated';\n\nimport { mimeCodesKeys } from '#/values/mime-codes.generated';\n\n/**\n * @description A MIME media type code (e.g. `application/pdf`) as used for attached documents.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/\n */\nexport type PeppolMimeCode = MimeCodesKeys;\n\n/**\n * @description Validates a MIME media type against the PEPPOL MIME code list.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid MIME types.\n *\n * @validations\n * - PEPPOL-EN16931-CL001: Attachment (MIME) type MUST come from the allowed list.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/\n */\nexport function mimeCodesSchema(error?: string) {\n const schema = Schema.Literals(mimeCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;AAyBA,SAAgB,gBAAgB,OAAgB;CAC9C,MAAM,SAAS,OAAO,SAAS,aAAa;CAC5C,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,21 @@
1
+ import { OpStatusActionKeys } from "../../values/op-status-action.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/op-status-action.d.ts
4
+ /**
5
+ * @description An OpenPeppol operation status action code (e.g. the outcome of a message response).
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
8
+ */
9
+ export type PeppolOpStatusAction = OpStatusActionKeys;
10
+ /**
11
+ * @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.
12
+ *
13
+ * @param error - The custom error message to use when validation fails.
14
+ *
15
+ * @returns An Effect schema that accepts only valid operation status action codes.
16
+ *
17
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
18
+ */
19
+ export declare function opStatusActionSchema(error?: string): Schema.Literals<readonly ["NOA", "PIN", "NIN", "CNF", "CNP", "CNA", "OTH"]>;
20
+ //#endregion
21
+ //# sourceMappingURL=op-status-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"op-status-action.d.ts","names":[],"sources":["../../../src/effect/values/op-status-action.ts"],"mappings":";;;;;;;;YAWY,uBAAuB;;;;;;;;;;wBAWnB,qBAAqB,iBAAc,OAAA"}
@@ -0,0 +1,20 @@
1
+ import { opStatusActionKeys } from "../../values/op-status-action.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/op-status-action.ts
4
+ /**
5
+ * @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.
6
+ *
7
+ * @param error - The custom error message to use when validation fails.
8
+ *
9
+ * @returns An Effect schema that accepts only valid operation status action codes.
10
+ *
11
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
12
+ */
13
+ function opStatusActionSchema(error) {
14
+ const schema = Schema.Literals(opStatusActionKeys);
15
+ return error === void 0 ? schema : schema.annotate({ message: error });
16
+ }
17
+ //#endregion
18
+ export { opStatusActionSchema };
19
+
20
+ //# sourceMappingURL=op-status-action.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"op-status-action.js","names":[],"sources":["../../../src/effect/values/op-status-action.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { OpStatusActionKeys } from '#/values/op-status-action.generated';\n\nimport { opStatusActionKeys } from '#/values/op-status-action.generated';\n\n/**\n * @description An OpenPeppol operation status action code (e.g. the outcome of a message response).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/\n */\nexport type PeppolOpStatusAction = OpStatusActionKeys;\n\n/**\n * @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid operation status action codes.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/\n */\nexport function opStatusActionSchema(error?: string) {\n const schema = Schema.Literals(opStatusActionKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;AAsBA,SAAgB,qBAAqB,OAAgB;CACnD,MAAM,SAAS,OAAO,SAAS,kBAAkB;CACjD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,21 @@
1
+ import { OpStatusReasonKeys } from "../../values/op-status-reason.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/op-status-reason.d.ts
4
+ /**
5
+ * @description An OpenPeppol operation status reason code (e.g. the reason for a message response outcome).
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
8
+ */
9
+ export type PeppolOpStatusReason = OpStatusReasonKeys;
10
+ /**
11
+ * @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.
12
+ *
13
+ * @param error - The custom error message to use when validation fails.
14
+ *
15
+ * @returns An Effect schema that accepts only valid operation status reason codes.
16
+ *
17
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
18
+ */
19
+ export declare function opStatusReasonSchema(error?: string): Schema.Literals<[string, ...string[]]>;
20
+ //#endregion
21
+ //# sourceMappingURL=op-status-reason.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"op-status-reason.d.ts","names":[],"sources":["../../../src/effect/values/op-status-reason.ts"],"mappings":";;;;;;;;YAWY,uBAAuB;;;;;;;;;;wBAWnB,qBAAqB,iBAAc,OAAA"}
@@ -0,0 +1,20 @@
1
+ import { opStatusReasonKeys } from "../../values/op-status-reason.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/op-status-reason.ts
4
+ /**
5
+ * @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.
6
+ *
7
+ * @param error - The custom error message to use when validation fails.
8
+ *
9
+ * @returns An Effect schema that accepts only valid operation status reason codes.
10
+ *
11
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
12
+ */
13
+ function opStatusReasonSchema(error) {
14
+ const schema = Schema.Literals(opStatusReasonKeys);
15
+ return error === void 0 ? schema : schema.annotate({ message: error });
16
+ }
17
+ //#endregion
18
+ export { opStatusReasonSchema };
19
+
20
+ //# sourceMappingURL=op-status-reason.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"op-status-reason.js","names":[],"sources":["../../../src/effect/values/op-status-reason.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { OpStatusReasonKeys } from '#/values/op-status-reason.generated';\n\nimport { opStatusReasonKeys } from '#/values/op-status-reason.generated';\n\n/**\n * @description An OpenPeppol operation status reason code (e.g. the reason for a message response outcome).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/\n */\nexport type PeppolOpStatusReason = OpStatusReasonKeys;\n\n/**\n * @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid operation status reason codes.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/\n */\nexport function opStatusReasonSchema(error?: string) {\n const schema = Schema.Literals(opStatusReasonKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;AAsBA,SAAgB,qBAAqB,OAAgB;CACnD,MAAM,SAAS,OAAO,SAAS,kBAAkB;CACjD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,19 @@
1
+ import { ParticipantIdentifierSchemesKeys } from "../../values/participant-identifier-schemes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/participant-identifier-code.d.ts
4
+ /**
5
+ * @description A PEPPOL participant identifier scheme, identifying the scheme of a participant identifier (e.g. EAS codes).
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/
8
+ */
9
+ export type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;
10
+ /**
11
+ * @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.
12
+ *
13
+ * @param error - The custom error message to use when validation fails.
14
+ *
15
+ * @returns An Effect schema that accepts only valid participant identifier schemes.
16
+ */
17
+ export declare function participantIdentifierCodeSchema(error?: string): Schema.Literals<[string, ...string[]]>;
18
+ //#endregion
19
+ //# sourceMappingURL=participant-identifier-code.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"participant-identifier-code.d.ts","names":[],"sources":["../../../src/effect/values/participant-identifier-code.ts"],"mappings":";;;;;;;;YAWY,kCAAkC;;;;;;;;wBAS9B,gCAAgC,iBAAc,OAAA"}
@@ -0,0 +1,18 @@
1
+ import { participantIdentifierSchemesKeys } from "../../values/participant-identifier-schemes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/participant-identifier-code.ts
4
+ /**
5
+ * @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.
6
+ *
7
+ * @param error - The custom error message to use when validation fails.
8
+ *
9
+ * @returns An Effect schema that accepts only valid participant identifier schemes.
10
+ */
11
+ function participantIdentifierCodeSchema(error) {
12
+ const schema = Schema.Literals(participantIdentifierSchemesKeys);
13
+ return error === void 0 ? schema : schema.annotate({ message: error });
14
+ }
15
+ //#endregion
16
+ export { participantIdentifierCodeSchema };
17
+
18
+ //# sourceMappingURL=participant-identifier-code.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"participant-identifier-code.js","names":[],"sources":["../../../src/effect/values/participant-identifier-code.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport type { ParticipantIdentifierSchemesKeys } from '#/values/participant-identifier-schemes.generated';\n\nimport { participantIdentifierSchemesKeys } from '#/values/participant-identifier-schemes.generated';\n\n/**\n * @description A PEPPOL participant identifier scheme, identifying the scheme of a participant identifier (e.g. EAS codes).\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/\n */\nexport type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;\n\n/**\n * @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid participant identifier schemes.\n */\nexport function participantIdentifierCodeSchema(error?: string) {\n const schema = Schema.Literals(participantIdentifierSchemesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;AAoBA,SAAgB,gCAAgC,OAAgB;CAC9D,MAAM,SAAS,OAAO,SAAS,gCAAgC;CAC/D,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,24 @@
1
+ import { PaymentMeansCodesKeys } from "../../values/payment-means-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/payment-means-codes-schema.d.ts
4
+ /**
5
+ * @description A payment means code as defined by the PEPPOL subset of UNCL 4461.
6
+ *
7
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
8
+ */
9
+ export type PeppolPaymentMeansCode = PaymentMeansCodesKeys;
10
+ /**
11
+ * @description Validates a payment means code against the PEPPOL subset of UNCL 4461.
12
+ *
13
+ * @param error - The custom error message to use when validation fails.
14
+ *
15
+ * @returns An Effect schema that accepts only valid payment means codes.
16
+ *
17
+ * @validations
18
+ * - BR-CL-16: Payment means code MUST be a valid UNCL 4461 code.
19
+ *
20
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
21
+ */
22
+ export declare function paymentMeansCodeSchema(error?: string): Schema.Literals<[string, ...string[]]>;
23
+ //#endregion
24
+ //# sourceMappingURL=payment-means-codes-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-means-codes-schema.d.ts","names":[],"sources":["../../../src/effect/values/payment-means-codes-schema.ts"],"mappings":";;;;;;;;YAmBY,yBAAyB;;;;;;;;;;;;;wBAcrB,uBAAuB,iBAAc,OAAA"}
@@ -0,0 +1,30 @@
1
+ import { paymentMeansCodesKeys } from "../../values/payment-means-codes.generated.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/payment-means-codes-schema.ts
4
+ /**
5
+ * @module effect/values/payment-means-codes-schema
6
+ *
7
+ * Payment means codes as defined by UN/CEFACT UNCL4461.
8
+ *
9
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
10
+ */
11
+ /**
12
+ * @description Validates a payment means code against the PEPPOL subset of UNCL 4461.
13
+ *
14
+ * @param error - The custom error message to use when validation fails.
15
+ *
16
+ * @returns An Effect schema that accepts only valid payment means codes.
17
+ *
18
+ * @validations
19
+ * - BR-CL-16: Payment means code MUST be a valid UNCL 4461 code.
20
+ *
21
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
22
+ */
23
+ function paymentMeansCodeSchema(error) {
24
+ const schema = Schema.Literals(paymentMeansCodesKeys);
25
+ return error === void 0 ? schema : schema.annotate({ message: error });
26
+ }
27
+ //#endregion
28
+ export { paymentMeansCodeSchema };
29
+
30
+ //# sourceMappingURL=payment-means-codes-schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"payment-means-codes-schema.js","names":[],"sources":["../../../src/effect/values/payment-means-codes-schema.ts"],"sourcesContent":["/**\n * @module effect/values/payment-means-codes-schema\n *\n * Payment means codes as defined by UN/CEFACT UNCL4461.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/\n */\n\nimport { Schema } from 'effect';\n\nimport type { PaymentMeansCodesKeys } from '#/values/payment-means-codes.generated';\n\nimport { paymentMeansCodesKeys } from '#/values/payment-means-codes.generated';\n\n/**\n * @description A payment means code as defined by the PEPPOL subset of UNCL 4461.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/\n */\nexport type PeppolPaymentMeansCode = PaymentMeansCodesKeys;\n\n/**\n * @description Validates a payment means code against the PEPPOL subset of UNCL 4461.\n *\n * @param error - The custom error message to use when validation fails.\n *\n * @returns An Effect schema that accepts only valid payment means codes.\n *\n * @validations\n * - BR-CL-16: Payment means code MUST be a valid UNCL 4461 code.\n *\n * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/\n */\nexport function paymentMeansCodeSchema(error?: string) {\n const schema = Schema.Literals(paymentMeansCodesKeys);\n return error === undefined ? schema : schema.annotate({ message: error });\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAiCA,SAAgB,uBAAuB,OAAgB;CACrD,MAAM,SAAS,OAAO,SAAS,qBAAqB;CACpD,OAAO,UAAU,KAAA,IAAY,SAAS,OAAO,SAAS,EAAE,SAAS,MAAM,CAAC;AAC1E"}
@@ -0,0 +1,17 @@
1
+ import { PeppolDocumentType } from "./document-type-schema.js";
2
+ import { Schema } from "effect";
3
+ //#region src/effect/values/process-from-document-type-schema.d.ts
4
+ /**
5
+ * @description Validates a business process identifier (`<scheme>::<value>`) against the processes allowed for a given document type.
6
+ *
7
+ * @param documentType - The PEPPOL document type scheme whose allowed processes should be used.
8
+ * @param error - The custom error message to use when validation fails. Defaults to `'invalid process type for document type'`.
9
+ *
10
+ * @returns An Effect schema that matches only processes allowed for the given document type.
11
+ *
12
+ * @see {@link processSchema}
13
+ * @see {@link documentTypesProcessIds}
14
+ */
15
+ export declare function processFromDocumentTypeSchema(documentType: PeppolDocumentType, error?: string): Schema.String;
16
+ //#endregion
17
+ //# sourceMappingURL=process-from-document-type-schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"process-from-document-type-schema.d.ts","names":[],"sources":["../../../src/effect/values/process-from-document-type-schema.ts"],"mappings":";;;;;;;;;;;;;;wBAkBgB,8BAA8B,cAAc,oBAAoB,iBAAgD,OAAA"}