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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2773) hide show
  1. package/LICENSE +202 -0
  2. package/NOTICE +17 -0
  3. package/README.md +7 -4
  4. package/dist/all-union-fields-CxoyKBpI.d.ts +445 -0
  5. package/dist/all-union-fields-CxoyKBpI.d.ts.map +1 -0
  6. package/dist/{document-parser.d.ts → document-DCcObB-a.d.ts} +443 -52
  7. package/dist/document-DCcObB-a.d.ts.map +1 -0
  8. package/dist/eas-codes.generated-D8jjHFij.js +2136 -0
  9. package/dist/eas-codes.generated-D8jjHFij.js.map +1 -0
  10. package/dist/effect.d.ts +6274 -93
  11. package/dist/effect.d.ts.map +1 -0
  12. package/dist/effect.js +3239 -93
  13. package/dist/effect.js.map +1 -0
  14. package/dist/index.d.ts +2613 -135
  15. package/dist/index.d.ts.map +1 -0
  16. package/dist/index.js +3373 -134
  17. package/dist/index.js.map +1 -0
  18. package/dist/is-valid-abn-160i38PG.js +162 -0
  19. package/dist/is-valid-abn-160i38PG.js.map +1 -0
  20. package/dist/is-valid-mod97-0208-CzMOXMO-.js +27 -0
  21. package/dist/is-valid-mod97-0208-CzMOXMO-.js.map +1 -0
  22. package/dist/is-valid-process-CSWL-q9f.js +1590 -0
  23. package/dist/is-valid-process-CSWL-q9f.js.map +1 -0
  24. package/dist/parser-options-mbqEQPSY.js +27 -0
  25. package/dist/parser-options-mbqEQPSY.js.map +1 -0
  26. package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts +168 -0
  27. package/dist/quantity-unit-code-to-intl-unit-15EykjMe.d.ts.map +1 -0
  28. package/dist/schematron.d.ts +1113 -363
  29. package/dist/schematron.d.ts.map +1 -0
  30. package/dist/schematron.js +4882 -360
  31. package/dist/schematron.js.map +1 -0
  32. package/dist/validations.d.ts +91 -14
  33. package/dist/validations.d.ts.map +1 -0
  34. package/dist/validations.js +25 -13
  35. package/dist/validations.js.map +1 -0
  36. package/dist/values.d.ts +13567 -0
  37. package/dist/values.d.ts.map +1 -0
  38. package/dist/values.js +3 -0
  39. package/dist/{values/quantity-unit-codes.generated.d.ts → vat-dates.generated-DTVWQAdn.d.ts} +265 -4
  40. package/dist/vat-dates.generated-DTVWQAdn.d.ts.map +1 -0
  41. package/dist/vatex-codes.generated-BSgP3n5t.js +22762 -0
  42. package/dist/vatex-codes.generated-BSgP3n5t.js.map +1 -0
  43. package/dist/xml.d.ts +31 -3
  44. package/dist/xml.d.ts.map +1 -0
  45. package/dist/xml.js +1 -2
  46. package/package.json +17 -6
  47. package/src/decoders/decode-billing.ts +32 -30
  48. package/src/decoders/decode-credit-note.ts +9 -6
  49. package/src/decoders/decode-invoice-response.ts +83 -59
  50. package/src/decoders/decode-invoice.ts +11 -8
  51. package/src/decoders/decode-message-level-response.ts +64 -46
  52. package/src/decoders/encode-credit-note.ts +23 -21
  53. package/src/decoders/encode-invoice-response.ts +17 -15
  54. package/src/decoders/encode-invoice.ts +24 -22
  55. package/src/decoders/encode-message-level-response.ts +15 -7
  56. package/src/decoders/errors.ts +11 -0
  57. package/src/decoders/fields/decode-additional-document-references.ts +32 -25
  58. package/src/decoders/fields/decode-address.ts +32 -21
  59. package/src/decoders/fields/decode-allowance-charges.ts +16 -11
  60. package/src/decoders/fields/decode-amount.ts +12 -8
  61. package/src/decoders/fields/decode-base-allowance-charge.ts +10 -8
  62. package/src/decoders/fields/decode-billing-references.ts +20 -12
  63. package/src/decoders/fields/decode-contact.ts +12 -7
  64. package/src/decoders/fields/decode-credit-note-lines.ts +17 -8
  65. package/src/decoders/fields/decode-delivery.ts +29 -18
  66. package/src/decoders/fields/decode-electronic-address.ts +9 -4
  67. package/src/decoders/fields/decode-identifier.ts +11 -9
  68. package/src/decoders/fields/decode-invoice-line-period.ts +11 -6
  69. package/src/decoders/fields/decode-invoice-lines.ts +17 -8
  70. package/src/decoders/fields/decode-invoice-message-document-party.ts +10 -8
  71. package/src/decoders/fields/decode-invoice-message-party.ts +13 -8
  72. package/src/decoders/fields/decode-invoice-period.ts +12 -9
  73. package/src/decoders/fields/decode-legal-monetary-total.ts +17 -12
  74. package/src/decoders/fields/decode-line-allowance-charges.ts +14 -6
  75. package/src/decoders/fields/decode-line-price.ts +13 -7
  76. package/src/decoders/fields/decode-line-shared.ts +66 -45
  77. package/src/decoders/fields/decode-message-level-party.ts +10 -5
  78. package/src/decoders/fields/decode-order-reference.ts +10 -5
  79. package/src/decoders/fields/decode-parties-tax-scheme.ts +16 -11
  80. package/src/decoders/fields/decode-party-legal-entity.ts +12 -7
  81. package/src/decoders/fields/decode-party-tax-scheme.ts +10 -5
  82. package/src/decoders/fields/decode-party.ts +32 -23
  83. package/src/decoders/fields/decode-payee-party.ts +32 -24
  84. package/src/decoders/fields/decode-payment-means.ts +60 -44
  85. package/src/decoders/fields/decode-payment-terms.ts +11 -6
  86. package/src/decoders/fields/decode-price-allowance-charge.ts +11 -8
  87. package/src/decoders/fields/decode-quantity.ts +12 -9
  88. package/src/decoders/fields/decode-simple-identifier.ts +10 -5
  89. package/src/decoders/fields/decode-tax-category.ts +12 -7
  90. package/src/decoders/fields/decode-tax-representative-party.ts +12 -7
  91. package/src/decoders/fields/decode-tax-totals.ts +44 -23
  92. package/src/decoders/fields/encode-additional-document-references.ts +21 -13
  93. package/src/decoders/fields/encode-address.ts +5 -3
  94. package/src/decoders/fields/encode-allowance-charges.ts +19 -11
  95. package/src/decoders/fields/encode-amount.ts +5 -3
  96. package/src/decoders/fields/encode-billing-references.ts +4 -2
  97. package/src/decoders/fields/encode-contact.ts +5 -3
  98. package/src/decoders/fields/encode-credit-note-lines.ts +6 -4
  99. package/src/decoders/fields/encode-delivery.ts +11 -9
  100. package/src/decoders/fields/encode-identifier.ts +6 -4
  101. package/src/decoders/fields/encode-invoice-line-period.ts +5 -3
  102. package/src/decoders/fields/encode-invoice-lines.ts +6 -4
  103. package/src/decoders/fields/encode-invoice-period.ts +5 -3
  104. package/src/decoders/fields/encode-legal-monetary-total.ts +12 -10
  105. package/src/decoders/fields/encode-line-allowance-charges.ts +19 -10
  106. package/src/decoders/fields/encode-line-price.ts +8 -6
  107. package/src/decoders/fields/encode-line-shared.ts +22 -16
  108. package/src/decoders/fields/encode-message-party.ts +14 -8
  109. package/src/decoders/fields/encode-order-reference.ts +5 -3
  110. package/src/decoders/fields/encode-parties-tax-scheme.ts +11 -4
  111. package/src/decoders/fields/encode-party-legal-entity.ts +5 -3
  112. package/src/decoders/fields/encode-party-tax-scheme.ts +6 -4
  113. package/src/decoders/fields/encode-party.ts +19 -17
  114. package/src/decoders/fields/encode-payee-party.ts +18 -16
  115. package/src/decoders/fields/encode-payment-means.ts +36 -27
  116. package/src/decoders/fields/encode-payment-terms.ts +5 -3
  117. package/src/decoders/fields/encode-price-allowance-charges.ts +7 -5
  118. package/src/decoders/fields/encode-quantity.ts +5 -3
  119. package/src/decoders/fields/encode-simple-identifier.ts +7 -3
  120. package/src/decoders/fields/encode-tax-category.ts +6 -4
  121. package/src/decoders/fields/encode-tax-representative-party.ts +9 -5
  122. package/src/decoders/fields/encode-tax-totals.ts +32 -16
  123. package/src/document-parser.ts +15 -10
  124. package/src/effect/fields/peppol-additional-document-reference-schema.ts +4 -5
  125. package/src/effect/fields/peppol-allowance-charge-schema.ts +6 -9
  126. package/src/effect/fields/peppol-amount-schema.ts +2 -2
  127. package/src/effect/fields/peppol-base-line-schema.ts +7 -7
  128. package/src/effect/fields/peppol-binary-object-schema.ts +1 -1
  129. package/src/effect/fields/peppol-credit-note-line-schema.ts +4 -5
  130. package/src/effect/fields/peppol-delivery-schema.ts +3 -3
  131. package/src/effect/fields/{identifier-schema.ts → peppol-identifier-schema.ts} +7 -11
  132. package/src/effect/fields/peppol-invoice-line-schema.ts +4 -5
  133. package/src/effect/fields/peppol-invoice-period-schema.ts +2 -3
  134. package/src/effect/fields/peppol-item-classification-schema.ts +1 -1
  135. package/src/effect/fields/peppol-legal-monetary-total-schema.ts +1 -1
  136. package/src/effect/fields/peppol-line-allowance-charge-schema.ts +4 -7
  137. package/src/effect/fields/peppol-line-item-schema.ts +5 -6
  138. package/src/effect/fields/peppol-line-price-allowance-charge-schema.ts +1 -1
  139. package/src/effect/fields/peppol-line-price-schema.ts +3 -3
  140. package/src/effect/fields/peppol-party-base-schema.ts +9 -10
  141. package/src/effect/fields/peppol-party-legal-entity-schema.ts +2 -2
  142. package/src/effect/fields/peppol-payee-party-schema.ts +4 -5
  143. package/src/effect/fields/peppol-payment-means-schema.ts +1 -1
  144. package/src/effect/fields/peppol-quantity-schema.ts +2 -2
  145. package/src/effect/fields/peppol-tax-category-schema.ts +2 -2
  146. package/src/effect/fields/peppol-tax-representative-schema.ts +2 -2
  147. package/src/effect/fields/peppol-tax-subtotal-category-schema.ts +1 -1
  148. package/src/effect/fields/peppol-tax-subtotal-schema.ts +2 -2
  149. package/src/effect/fields/peppol-tax-totals-base-schema.ts +2 -2
  150. package/src/effect/index.ts +1 -1
  151. package/src/effect/peppol-billing-base-schema.ts +24 -26
  152. package/src/effect/peppol-credit-note-schema.ts +22 -23
  153. package/src/effect/peppol-document-response-document-reference-schema.ts +2 -2
  154. package/src/effect/peppol-document-response-document-schema.ts +2 -2
  155. package/src/effect/peppol-document-response-line-response-content-schema.ts +2 -2
  156. package/src/effect/peppol-document-response-line-response-schema.ts +1 -1
  157. package/src/effect/peppol-document-schema.ts +90 -55
  158. package/src/effect/peppol-invoice-response-document-actual-response-schema.ts +2 -3
  159. package/src/effect/peppol-invoice-response-document-actual-response-status-schema.ts +1 -1
  160. package/src/effect/peppol-invoice-response-schema.ts +11 -12
  161. package/src/effect/peppol-invoice-response-status-reason-code-schema.ts +4 -4
  162. package/src/effect/peppol-invoice-schema.ts +38 -44
  163. package/src/effect/peppol-iso-date-string-schema.ts +9 -3
  164. package/src/effect/peppol-message-level-response-document-response-schema.ts +3 -3
  165. package/src/effect/peppol-message-level-response-party-schema.ts +2 -2
  166. package/src/effect/peppol-message-level-response-schema.ts +4 -5
  167. package/src/effect/values/additional-document-reference-code-schema.ts +4 -7
  168. package/src/effect/values/allowance-charge-reason-code-schema.ts +4 -8
  169. package/src/effect/values/application-response-type-code-schema.ts +1 -4
  170. package/src/effect/values/charge-reason-code-schema.ts +4 -8
  171. package/src/effect/values/credit-note-type-code-schema.ts +1 -4
  172. package/src/effect/values/currency-code-schema.ts +2 -7
  173. package/src/effect/values/document-type-schemes-schema.ts +1 -3
  174. package/src/effect/values/document-type-values-schema.ts +4 -5
  175. package/src/effect/values/duty-tax-fee-category-schema.ts +2 -7
  176. package/src/effect/values/electronic-codes-schema.ts +2 -7
  177. package/src/effect/values/icd-codes-schema.ts +2 -6
  178. package/src/effect/values/index.ts +0 -1
  179. package/src/effect/values/invoice-status-code-schema.ts +2 -4
  180. package/src/effect/values/invoice-type-code-schema.ts +2 -7
  181. package/src/effect/values/item-classification-codes-schema.ts +2 -7
  182. package/src/effect/values/mime-codes-schema.ts +4 -7
  183. package/src/effect/values/op-status-action-schema.ts +2 -7
  184. package/src/effect/values/op-status-reason-schema.ts +2 -7
  185. package/src/effect/values/participant-identifier-code-schema.ts +4 -7
  186. package/src/effect/values/payment-means-code-schema.ts +2 -7
  187. package/src/effect/values/peppol-country-code-schema.ts +2 -4
  188. package/src/effect/values/peppol-document-type-code-schema.ts +2 -7
  189. package/src/effect/values/quantity-unit-codes-schema.ts +2 -7
  190. package/src/effect/values/vat-date-code-schema.ts +1 -4
  191. package/src/effect/values/vatex-code-schema.ts +2 -7
  192. package/src/helpers/bool.ts +15 -7
  193. package/src/helpers/errors.ts +6 -0
  194. package/src/helpers/get-array.ts +15 -7
  195. package/src/helpers/get-prop.ts +7 -5
  196. package/src/helpers/num-or-und.ts +6 -6
  197. package/src/helpers/str-or-array.ts +12 -7
  198. package/src/helpers/str-or-und.ts +12 -8
  199. package/src/helpers/str.ts +8 -7
  200. package/src/schemas/values/document-type-schema.ts +2 -2
  201. package/src/schemas/values/document-type-values-schema.ts +2 -2
  202. package/src/schemas/values/process-schema.ts +2 -2
  203. package/src/schemas/values/process-xml-identifier-schema.ts +2 -2
  204. package/dist/constants/credit-note-doctype-id.d.ts +0 -4
  205. package/dist/constants/credit-note-doctype-id.d.ts.map +0 -1
  206. package/dist/constants/credit-note-doctype-id.js +0 -7
  207. package/dist/constants/credit-note-doctype-id.js.map +0 -1
  208. package/dist/constants/credit-note-process-id.d.ts +0 -4
  209. package/dist/constants/credit-note-process-id.d.ts.map +0 -1
  210. package/dist/constants/credit-note-process-id.js +0 -7
  211. package/dist/constants/credit-note-process-id.js.map +0 -1
  212. package/dist/constants/document-scheme.d.ts +0 -4
  213. package/dist/constants/document-scheme.d.ts.map +0 -1
  214. package/dist/constants/document-scheme.js +0 -6
  215. package/dist/constants/document-scheme.js.map +0 -1
  216. package/dist/constants/index.js +0 -15
  217. package/dist/constants/invoice-doctype-id.d.ts +0 -4
  218. package/dist/constants/invoice-doctype-id.d.ts.map +0 -1
  219. package/dist/constants/invoice-doctype-id.js +0 -7
  220. package/dist/constants/invoice-doctype-id.js.map +0 -1
  221. package/dist/constants/invoice-process-id.d.ts +0 -4
  222. package/dist/constants/invoice-process-id.d.ts.map +0 -1
  223. package/dist/constants/invoice-process-id.js +0 -7
  224. package/dist/constants/invoice-process-id.js.map +0 -1
  225. package/dist/constants/invoice-response-doctype-id.d.ts +0 -4
  226. package/dist/constants/invoice-response-doctype-id.d.ts.map +0 -1
  227. package/dist/constants/invoice-response-doctype-id.js +0 -7
  228. package/dist/constants/invoice-response-doctype-id.js.map +0 -1
  229. package/dist/constants/invoice-response-process-id.d.ts +0 -4
  230. package/dist/constants/invoice-response-process-id.d.ts.map +0 -1
  231. package/dist/constants/invoice-response-process-id.js +0 -8
  232. package/dist/constants/invoice-response-process-id.js.map +0 -1
  233. package/dist/constants/invoice-response-profile-id.d.ts +0 -4
  234. package/dist/constants/invoice-response-profile-id.d.ts.map +0 -1
  235. package/dist/constants/invoice-response-profile-id.js +0 -6
  236. package/dist/constants/invoice-response-profile-id.js.map +0 -1
  237. package/dist/constants/message-level-response-doctype-id.d.ts +0 -4
  238. package/dist/constants/message-level-response-doctype-id.d.ts.map +0 -1
  239. package/dist/constants/message-level-response-doctype-id.js +0 -7
  240. package/dist/constants/message-level-response-doctype-id.js.map +0 -1
  241. package/dist/constants/message-level-response-process-id.d.ts +0 -4
  242. package/dist/constants/message-level-response-process-id.d.ts.map +0 -1
  243. package/dist/constants/message-level-response-process-id.js +0 -8
  244. package/dist/constants/message-level-response-process-id.js.map +0 -1
  245. package/dist/constants/message-level-response-profile-id.d.ts +0 -4
  246. package/dist/constants/message-level-response-profile-id.d.ts.map +0 -1
  247. package/dist/constants/message-level-response-profile-id.js +0 -6
  248. package/dist/constants/message-level-response-profile-id.js.map +0 -1
  249. package/dist/constants/participant-scheme.d.ts +0 -8
  250. package/dist/constants/participant-scheme.d.ts.map +0 -1
  251. package/dist/constants/participant-scheme.js +0 -10
  252. package/dist/constants/participant-scheme.js.map +0 -1
  253. package/dist/constants/process-scheme.d.ts +0 -4
  254. package/dist/constants/process-scheme.d.ts.map +0 -1
  255. package/dist/constants/process-scheme.js +0 -6
  256. package/dist/constants/process-scheme.js.map +0 -1
  257. package/dist/constants/transport-profile.d.ts +0 -4
  258. package/dist/constants/transport-profile.d.ts.map +0 -1
  259. package/dist/constants/transport-profile.js +0 -6
  260. package/dist/constants/transport-profile.js.map +0 -1
  261. package/dist/decoders/decode-billing.js +0 -52
  262. package/dist/decoders/decode-billing.js.map +0 -1
  263. package/dist/decoders/decode-credit-note.js +0 -18
  264. package/dist/decoders/decode-credit-note.js.map +0 -1
  265. package/dist/decoders/decode-invoice-response.js +0 -82
  266. package/dist/decoders/decode-invoice-response.js.map +0 -1
  267. package/dist/decoders/decode-invoice.js +0 -21
  268. package/dist/decoders/decode-invoice.js.map +0 -1
  269. package/dist/decoders/decode-message-level-response.js +0 -66
  270. package/dist/decoders/decode-message-level-response.js.map +0 -1
  271. package/dist/decoders/encode-credit-note.js +0 -65
  272. package/dist/decoders/encode-credit-note.js.map +0 -1
  273. package/dist/decoders/encode-invoice-response.js +0 -61
  274. package/dist/decoders/encode-invoice-response.js.map +0 -1
  275. package/dist/decoders/encode-invoice.js +0 -66
  276. package/dist/decoders/encode-invoice.js.map +0 -1
  277. package/dist/decoders/encode-message-level-response.js +0 -50
  278. package/dist/decoders/encode-message-level-response.js.map +0 -1
  279. package/dist/decoders/fields/decode-additional-document-references.js +0 -31
  280. package/dist/decoders/fields/decode-additional-document-references.js.map +0 -1
  281. package/dist/decoders/fields/decode-address.js +0 -30
  282. package/dist/decoders/fields/decode-address.js.map +0 -1
  283. package/dist/decoders/fields/decode-allowance-charges.js +0 -16
  284. package/dist/decoders/fields/decode-allowance-charges.js.map +0 -1
  285. package/dist/decoders/fields/decode-amount.js +0 -18
  286. package/dist/decoders/fields/decode-amount.js.map +0 -1
  287. package/dist/decoders/fields/decode-base-allowance-charge.js +0 -19
  288. package/dist/decoders/fields/decode-base-allowance-charge.js.map +0 -1
  289. package/dist/decoders/fields/decode-billing-references.js +0 -15
  290. package/dist/decoders/fields/decode-billing-references.js.map +0 -1
  291. package/dist/decoders/fields/decode-contact.js +0 -16
  292. package/dist/decoders/fields/decode-contact.js.map +0 -1
  293. package/dist/decoders/fields/decode-credit-note-lines.js +0 -18
  294. package/dist/decoders/fields/decode-credit-note-lines.js.map +0 -1
  295. package/dist/decoders/fields/decode-delivery.js +0 -33
  296. package/dist/decoders/fields/decode-delivery.js.map +0 -1
  297. package/dist/decoders/fields/decode-electronic-address.js +0 -11
  298. package/dist/decoders/fields/decode-electronic-address.js.map +0 -1
  299. package/dist/decoders/fields/decode-identifier.js +0 -18
  300. package/dist/decoders/fields/decode-identifier.js.map +0 -1
  301. package/dist/decoders/fields/decode-invoice-line-period.js +0 -14
  302. package/dist/decoders/fields/decode-invoice-line-period.js.map +0 -1
  303. package/dist/decoders/fields/decode-invoice-lines.js +0 -18
  304. package/dist/decoders/fields/decode-invoice-lines.js.map +0 -1
  305. package/dist/decoders/fields/decode-invoice-message-document-party.js +0 -17
  306. package/dist/decoders/fields/decode-invoice-message-document-party.js.map +0 -1
  307. package/dist/decoders/fields/decode-invoice-message-party.js +0 -20
  308. package/dist/decoders/fields/decode-invoice-message-party.js.map +0 -1
  309. package/dist/decoders/fields/decode-invoice-period.js +0 -15
  310. package/dist/decoders/fields/decode-invoice-period.js.map +0 -1
  311. package/dist/decoders/fields/decode-legal-monetary-total.js +0 -21
  312. package/dist/decoders/fields/decode-legal-monetary-total.js.map +0 -1
  313. package/dist/decoders/fields/decode-line-allowance-charges.js +0 -12
  314. package/dist/decoders/fields/decode-line-allowance-charges.js.map +0 -1
  315. package/dist/decoders/fields/decode-line-price.js +0 -18
  316. package/dist/decoders/fields/decode-line-price.js.map +0 -1
  317. package/dist/decoders/fields/decode-line-shared.js +0 -62
  318. package/dist/decoders/fields/decode-line-shared.js.map +0 -1
  319. package/dist/decoders/fields/decode-message-level-party.js +0 -12
  320. package/dist/decoders/fields/decode-message-level-party.js.map +0 -1
  321. package/dist/decoders/fields/decode-order-reference.js +0 -15
  322. package/dist/decoders/fields/decode-order-reference.js.map +0 -1
  323. package/dist/decoders/fields/decode-parties-tax-scheme.js +0 -16
  324. package/dist/decoders/fields/decode-parties-tax-scheme.js.map +0 -1
  325. package/dist/decoders/fields/decode-party-legal-entity.js +0 -17
  326. package/dist/decoders/fields/decode-party-legal-entity.js.map +0 -1
  327. package/dist/decoders/fields/decode-party-tax-scheme.js +0 -16
  328. package/dist/decoders/fields/decode-party-tax-scheme.js.map +0 -1
  329. package/dist/decoders/fields/decode-party.js +0 -36
  330. package/dist/decoders/fields/decode-party.js.map +0 -1
  331. package/dist/decoders/fields/decode-payee-party.js +0 -32
  332. package/dist/decoders/fields/decode-payee-party.js.map +0 -1
  333. package/dist/decoders/fields/decode-payment-means.js +0 -56
  334. package/dist/decoders/fields/decode-payment-means.js.map +0 -1
  335. package/dist/decoders/fields/decode-payment-terms.js +0 -13
  336. package/dist/decoders/fields/decode-payment-terms.js.map +0 -1
  337. package/dist/decoders/fields/decode-price-allowance-charge.js +0 -17
  338. package/dist/decoders/fields/decode-price-allowance-charge.js.map +0 -1
  339. package/dist/decoders/fields/decode-quantity.js +0 -16
  340. package/dist/decoders/fields/decode-quantity.js.map +0 -1
  341. package/dist/decoders/fields/decode-simple-identifier.js +0 -12
  342. package/dist/decoders/fields/decode-simple-identifier.js.map +0 -1
  343. package/dist/decoders/fields/decode-tax-category.js +0 -18
  344. package/dist/decoders/fields/decode-tax-category.js.map +0 -1
  345. package/dist/decoders/fields/decode-tax-representative-party.js +0 -18
  346. package/dist/decoders/fields/decode-tax-representative-party.js.map +0 -1
  347. package/dist/decoders/fields/decode-tax-totals.js +0 -39
  348. package/dist/decoders/fields/decode-tax-totals.js.map +0 -1
  349. package/dist/decoders/fields/encode-additional-document-references.js +0 -25
  350. package/dist/decoders/fields/encode-additional-document-references.js.map +0 -1
  351. package/dist/decoders/fields/encode-address.js +0 -17
  352. package/dist/decoders/fields/encode-address.js.map +0 -1
  353. package/dist/decoders/fields/encode-allowance-charges.js +0 -18
  354. package/dist/decoders/fields/encode-allowance-charges.js.map +0 -1
  355. package/dist/decoders/fields/encode-amount.js +0 -12
  356. package/dist/decoders/fields/encode-amount.js.map +0 -1
  357. package/dist/decoders/fields/encode-billing-references.js +0 -11
  358. package/dist/decoders/fields/encode-billing-references.js.map +0 -1
  359. package/dist/decoders/fields/encode-contact.js +0 -13
  360. package/dist/decoders/fields/encode-contact.js.map +0 -1
  361. package/dist/decoders/fields/encode-credit-note-lines.js +0 -10
  362. package/dist/decoders/fields/encode-credit-note-lines.js.map +0 -1
  363. package/dist/decoders/fields/encode-delivery.js +0 -22
  364. package/dist/decoders/fields/encode-delivery.js.map +0 -1
  365. package/dist/decoders/fields/encode-identifier.js +0 -13
  366. package/dist/decoders/fields/encode-identifier.js.map +0 -1
  367. package/dist/decoders/fields/encode-invoice-line-period.js +0 -11
  368. package/dist/decoders/fields/encode-invoice-line-period.js.map +0 -1
  369. package/dist/decoders/fields/encode-invoice-lines.js +0 -10
  370. package/dist/decoders/fields/encode-invoice-lines.js.map +0 -1
  371. package/dist/decoders/fields/encode-invoice-period.js +0 -12
  372. package/dist/decoders/fields/encode-invoice-period.js.map +0 -1
  373. package/dist/decoders/fields/encode-legal-monetary-total.js +0 -18
  374. package/dist/decoders/fields/encode-legal-monetary-total.js.map +0 -1
  375. package/dist/decoders/fields/encode-line-allowance-charges.js +0 -16
  376. package/dist/decoders/fields/encode-line-allowance-charges.js.map +0 -1
  377. package/dist/decoders/fields/encode-line-price.js +0 -16
  378. package/dist/decoders/fields/encode-line-price.js.map +0 -1
  379. package/dist/decoders/fields/encode-line-shared.js +0 -49
  380. package/dist/decoders/fields/encode-line-shared.js.map +0 -1
  381. package/dist/decoders/fields/encode-message-party.js +0 -18
  382. package/dist/decoders/fields/encode-message-party.js.map +0 -1
  383. package/dist/decoders/fields/encode-order-reference.js +0 -12
  384. package/dist/decoders/fields/encode-order-reference.js.map +0 -1
  385. package/dist/decoders/fields/encode-parties-tax-scheme.js +0 -10
  386. package/dist/decoders/fields/encode-parties-tax-scheme.js.map +0 -1
  387. package/dist/decoders/fields/encode-party-legal-entity.js +0 -13
  388. package/dist/decoders/fields/encode-party-legal-entity.js.map +0 -1
  389. package/dist/decoders/fields/encode-party-tax-scheme.js +0 -13
  390. package/dist/decoders/fields/encode-party-tax-scheme.js.map +0 -1
  391. package/dist/decoders/fields/encode-party.js +0 -30
  392. package/dist/decoders/fields/encode-party.js.map +0 -1
  393. package/dist/decoders/fields/encode-payee-party.js +0 -25
  394. package/dist/decoders/fields/encode-payee-party.js.map +0 -1
  395. package/dist/decoders/fields/encode-payment-means.js +0 -42
  396. package/dist/decoders/fields/encode-payment-means.js.map +0 -1
  397. package/dist/decoders/fields/encode-payment-terms.js +0 -9
  398. package/dist/decoders/fields/encode-payment-terms.js.map +0 -1
  399. package/dist/decoders/fields/encode-price-allowance-charges.js +0 -14
  400. package/dist/decoders/fields/encode-price-allowance-charges.js.map +0 -1
  401. package/dist/decoders/fields/encode-quantity.js +0 -12
  402. package/dist/decoders/fields/encode-quantity.js.map +0 -1
  403. package/dist/decoders/fields/encode-simple-identifier.js +0 -9
  404. package/dist/decoders/fields/encode-simple-identifier.js.map +0 -1
  405. package/dist/decoders/fields/encode-tax-category.js +0 -14
  406. package/dist/decoders/fields/encode-tax-category.js.map +0 -1
  407. package/dist/decoders/fields/encode-tax-representative-party.js +0 -15
  408. package/dist/decoders/fields/encode-tax-representative-party.js.map +0 -1
  409. package/dist/decoders/fields/encode-tax-totals.js +0 -23
  410. package/dist/decoders/fields/encode-tax-totals.js.map +0 -1
  411. package/dist/document-parser.d.ts.map +0 -1
  412. package/dist/document-parser.js +0 -56
  413. package/dist/document-parser.js.map +0 -1
  414. package/dist/document.d.ts +0 -20
  415. package/dist/document.d.ts.map +0 -1
  416. package/dist/effect/fields/default-customization-id.d.ts +0 -4
  417. package/dist/effect/fields/default-customization-id.d.ts.map +0 -1
  418. package/dist/effect/fields/default-customization-id.js +0 -6
  419. package/dist/effect/fields/default-customization-id.js.map +0 -1
  420. package/dist/effect/fields/default-profile-id.d.ts +0 -4
  421. package/dist/effect/fields/default-profile-id.d.ts.map +0 -1
  422. package/dist/effect/fields/default-profile-id.js +0 -6
  423. package/dist/effect/fields/default-profile-id.js.map +0 -1
  424. package/dist/effect/fields/identifier-schema.d.ts +0 -30
  425. package/dist/effect/fields/identifier-schema.d.ts.map +0 -1
  426. package/dist/effect/fields/identifier-schema.js +0 -24
  427. package/dist/effect/fields/identifier-schema.js.map +0 -1
  428. package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts +0 -76
  429. package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts.map +0 -1
  430. package/dist/effect/fields/peppol-additional-document-reference-schema.js +0 -108
  431. package/dist/effect/fields/peppol-additional-document-reference-schema.js.map +0 -1
  432. package/dist/effect/fields/peppol-address-schema.d.ts +0 -102
  433. package/dist/effect/fields/peppol-address-schema.d.ts.map +0 -1
  434. package/dist/effect/fields/peppol-address-schema.js +0 -102
  435. package/dist/effect/fields/peppol-address-schema.js.map +0 -1
  436. package/dist/effect/fields/peppol-allowance-charge-schema.d.ts +0 -61
  437. package/dist/effect/fields/peppol-allowance-charge-schema.d.ts.map +0 -1
  438. package/dist/effect/fields/peppol-allowance-charge-schema.js +0 -75
  439. package/dist/effect/fields/peppol-allowance-charge-schema.js.map +0 -1
  440. package/dist/effect/fields/peppol-amount-schema.d.ts +0 -20
  441. package/dist/effect/fields/peppol-amount-schema.d.ts.map +0 -1
  442. package/dist/effect/fields/peppol-amount-schema.js +0 -22
  443. package/dist/effect/fields/peppol-amount-schema.js.map +0 -1
  444. package/dist/effect/fields/peppol-base-line-schema.d.ts +0 -213
  445. package/dist/effect/fields/peppol-base-line-schema.d.ts.map +0 -1
  446. package/dist/effect/fields/peppol-base-line-schema.js +0 -132
  447. package/dist/effect/fields/peppol-base-line-schema.js.map +0 -1
  448. package/dist/effect/fields/peppol-billing-reference-schema.d.ts +0 -46
  449. package/dist/effect/fields/peppol-billing-reference-schema.d.ts.map +0 -1
  450. package/dist/effect/fields/peppol-billing-reference-schema.js +0 -47
  451. package/dist/effect/fields/peppol-billing-reference-schema.js.map +0 -1
  452. package/dist/effect/fields/peppol-binary-object-schema.d.ts +0 -45
  453. package/dist/effect/fields/peppol-binary-object-schema.d.ts.map +0 -1
  454. package/dist/effect/fields/peppol-binary-object-schema.js +0 -49
  455. package/dist/effect/fields/peppol-binary-object-schema.js.map +0 -1
  456. package/dist/effect/fields/peppol-contact-schema.d.ts +0 -19
  457. package/dist/effect/fields/peppol-contact-schema.d.ts.map +0 -1
  458. package/dist/effect/fields/peppol-contact-schema.js +0 -20
  459. package/dist/effect/fields/peppol-contact-schema.js.map +0 -1
  460. package/dist/effect/fields/peppol-credit-note-line-schema.d.ts +0 -118
  461. package/dist/effect/fields/peppol-credit-note-line-schema.d.ts.map +0 -1
  462. package/dist/effect/fields/peppol-credit-note-line-schema.js +0 -36
  463. package/dist/effect/fields/peppol-credit-note-line-schema.js.map +0 -1
  464. package/dist/effect/fields/peppol-delivery-schema.d.ts +0 -81
  465. package/dist/effect/fields/peppol-delivery-schema.d.ts.map +0 -1
  466. package/dist/effect/fields/peppol-delivery-schema.js +0 -89
  467. package/dist/effect/fields/peppol-delivery-schema.js.map +0 -1
  468. package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts +0 -33
  469. package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts.map +0 -1
  470. package/dist/effect/fields/peppol-invoice-line-period-schema.js +0 -35
  471. package/dist/effect/fields/peppol-invoice-line-period-schema.js.map +0 -1
  472. package/dist/effect/fields/peppol-invoice-line-schema.d.ts +0 -120
  473. package/dist/effect/fields/peppol-invoice-line-schema.d.ts.map +0 -1
  474. package/dist/effect/fields/peppol-invoice-line-schema.js +0 -40
  475. package/dist/effect/fields/peppol-invoice-line-schema.js.map +0 -1
  476. package/dist/effect/fields/peppol-invoice-period-schema.d.ts +0 -18
  477. package/dist/effect/fields/peppol-invoice-period-schema.d.ts.map +0 -1
  478. package/dist/effect/fields/peppol-invoice-period-schema.js +0 -28
  479. package/dist/effect/fields/peppol-invoice-period-schema.js.map +0 -1
  480. package/dist/effect/fields/peppol-item-classification-schema.d.ts +0 -44
  481. package/dist/effect/fields/peppol-item-classification-schema.d.ts.map +0 -1
  482. package/dist/effect/fields/peppol-item-classification-schema.js +0 -46
  483. package/dist/effect/fields/peppol-item-classification-schema.js.map +0 -1
  484. package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts +0 -149
  485. package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts.map +0 -1
  486. package/dist/effect/fields/peppol-legal-monetary-total-schema.js +0 -127
  487. package/dist/effect/fields/peppol-legal-monetary-total-schema.js.map +0 -1
  488. package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts +0 -46
  489. package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts.map +0 -1
  490. package/dist/effect/fields/peppol-line-allowance-charge-schema.js +0 -48
  491. package/dist/effect/fields/peppol-line-allowance-charge-schema.js.map +0 -1
  492. package/dist/effect/fields/peppol-line-item-schema.d.ts +0 -158
  493. package/dist/effect/fields/peppol-line-item-schema.d.ts.map +0 -1
  494. package/dist/effect/fields/peppol-line-item-schema.js +0 -163
  495. package/dist/effect/fields/peppol-line-item-schema.js.map +0 -1
  496. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts +0 -45
  497. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts.map +0 -1
  498. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js +0 -30
  499. package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js.map +0 -1
  500. package/dist/effect/fields/peppol-line-price-schema.d.ts +0 -44
  501. package/dist/effect/fields/peppol-line-price-schema.d.ts.map +0 -1
  502. package/dist/effect/fields/peppol-line-price-schema.js +0 -32
  503. package/dist/effect/fields/peppol-line-price-schema.js.map +0 -1
  504. package/dist/effect/fields/peppol-order-reference-schema.d.ts +0 -37
  505. package/dist/effect/fields/peppol-order-reference-schema.d.ts.map +0 -1
  506. package/dist/effect/fields/peppol-order-reference-schema.js +0 -38
  507. package/dist/effect/fields/peppol-order-reference-schema.js.map +0 -1
  508. package/dist/effect/fields/peppol-party-base-schema.d.ts +0 -115
  509. package/dist/effect/fields/peppol-party-base-schema.d.ts.map +0 -1
  510. package/dist/effect/fields/peppol-party-base-schema.js +0 -127
  511. package/dist/effect/fields/peppol-party-base-schema.js.map +0 -1
  512. package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts +0 -31
  513. package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts.map +0 -1
  514. package/dist/effect/fields/peppol-party-legal-entity-schema.js +0 -30
  515. package/dist/effect/fields/peppol-party-legal-entity-schema.js.map +0 -1
  516. package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts +0 -34
  517. package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts.map +0 -1
  518. package/dist/effect/fields/peppol-party-tax-scheme-schema.js +0 -34
  519. package/dist/effect/fields/peppol-party-tax-scheme-schema.js.map +0 -1
  520. package/dist/effect/fields/peppol-payee-party-schema.d.ts +0 -68
  521. package/dist/effect/fields/peppol-payee-party-schema.d.ts.map +0 -1
  522. package/dist/effect/fields/peppol-payee-party-schema.js +0 -99
  523. package/dist/effect/fields/peppol-payee-party-schema.js.map +0 -1
  524. package/dist/effect/fields/peppol-payment-means-schema.d.ts +0 -198
  525. package/dist/effect/fields/peppol-payment-means-schema.d.ts.map +0 -1
  526. package/dist/effect/fields/peppol-payment-means-schema.js +0 -199
  527. package/dist/effect/fields/peppol-payment-means-schema.js.map +0 -1
  528. package/dist/effect/fields/peppol-payment-terms-schema.d.ts +0 -24
  529. package/dist/effect/fields/peppol-payment-terms-schema.d.ts.map +0 -1
  530. package/dist/effect/fields/peppol-payment-terms-schema.js +0 -24
  531. package/dist/effect/fields/peppol-payment-terms-schema.js.map +0 -1
  532. package/dist/effect/fields/peppol-quantity-schema.d.ts +0 -20
  533. package/dist/effect/fields/peppol-quantity-schema.d.ts.map +0 -1
  534. package/dist/effect/fields/peppol-quantity-schema.js +0 -22
  535. package/dist/effect/fields/peppol-quantity-schema.js.map +0 -1
  536. package/dist/effect/fields/peppol-reference-schema.d.ts +0 -8
  537. package/dist/effect/fields/peppol-reference-schema.d.ts.map +0 -1
  538. package/dist/effect/fields/peppol-reference-schema.js +0 -7
  539. package/dist/effect/fields/peppol-reference-schema.js.map +0 -1
  540. package/dist/effect/fields/peppol-tax-category-schema.d.ts +0 -41
  541. package/dist/effect/fields/peppol-tax-category-schema.d.ts.map +0 -1
  542. package/dist/effect/fields/peppol-tax-category-schema.js +0 -42
  543. package/dist/effect/fields/peppol-tax-category-schema.js.map +0 -1
  544. package/dist/effect/fields/peppol-tax-representative-schema.d.ts +0 -38
  545. package/dist/effect/fields/peppol-tax-representative-schema.d.ts.map +0 -1
  546. package/dist/effect/fields/peppol-tax-representative-schema.js +0 -24
  547. package/dist/effect/fields/peppol-tax-representative-schema.js.map +0 -1
  548. package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts +0 -21
  549. package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts.map +0 -1
  550. package/dist/effect/fields/peppol-tax-subtotal-category-schema.js +0 -28
  551. package/dist/effect/fields/peppol-tax-subtotal-category-schema.js.map +0 -1
  552. package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts +0 -44
  553. package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts.map +0 -1
  554. package/dist/effect/fields/peppol-tax-subtotal-schema.js +0 -33
  555. package/dist/effect/fields/peppol-tax-subtotal-schema.js.map +0 -1
  556. package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts +0 -44
  557. package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts.map +0 -1
  558. package/dist/effect/fields/peppol-tax-totals-base-schema.js +0 -26
  559. package/dist/effect/fields/peppol-tax-totals-base-schema.js.map +0 -1
  560. package/dist/effect/peppol-billing-base-schema.d.ts +0 -619
  561. package/dist/effect/peppol-billing-base-schema.d.ts.map +0 -1
  562. package/dist/effect/peppol-billing-base-schema.js +0 -324
  563. package/dist/effect/peppol-billing-base-schema.js.map +0 -1
  564. package/dist/effect/peppol-credit-note-schema.d.ts +0 -467
  565. package/dist/effect/peppol-credit-note-schema.d.ts.map +0 -1
  566. package/dist/effect/peppol-credit-note-schema.js +0 -30
  567. package/dist/effect/peppol-credit-note-schema.js.map +0 -1
  568. package/dist/effect/peppol-document-response-document-reference-schema.d.ts +0 -37
  569. package/dist/effect/peppol-document-response-document-reference-schema.d.ts.map +0 -1
  570. package/dist/effect/peppol-document-response-document-reference-schema.js +0 -39
  571. package/dist/effect/peppol-document-response-document-reference-schema.js.map +0 -1
  572. package/dist/effect/peppol-document-response-document-schema.d.ts +0 -34
  573. package/dist/effect/peppol-document-response-document-schema.d.ts.map +0 -1
  574. package/dist/effect/peppol-document-response-document-schema.js +0 -36
  575. package/dist/effect/peppol-document-response-document-schema.js.map +0 -1
  576. package/dist/effect/peppol-document-response-line-response-content-schema.d.ts +0 -43
  577. package/dist/effect/peppol-document-response-line-response-content-schema.d.ts.map +0 -1
  578. package/dist/effect/peppol-document-response-line-response-content-schema.js +0 -48
  579. package/dist/effect/peppol-document-response-line-response-content-schema.js.map +0 -1
  580. package/dist/effect/peppol-document-response-line-response-schema.d.ts +0 -38
  581. package/dist/effect/peppol-document-response-line-response-schema.d.ts.map +0 -1
  582. package/dist/effect/peppol-document-response-line-response-schema.js +0 -33
  583. package/dist/effect/peppol-document-response-line-response-schema.js.map +0 -1
  584. package/dist/effect/peppol-document-schema.d.ts +0 -1090
  585. package/dist/effect/peppol-document-schema.d.ts.map +0 -1
  586. package/dist/effect/peppol-document-schema.js +0 -64
  587. package/dist/effect/peppol-document-schema.js.map +0 -1
  588. package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts +0 -89
  589. package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts.map +0 -1
  590. package/dist/effect/peppol-invoice-response-document-actual-response-schema.js +0 -70
  591. package/dist/effect/peppol-invoice-response-document-actual-response-schema.js.map +0 -1
  592. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts +0 -86
  593. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts.map +0 -1
  594. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js +0 -58
  595. package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js.map +0 -1
  596. package/dist/effect/peppol-invoice-response-schema.d.ts +0 -431
  597. package/dist/effect/peppol-invoice-response-schema.d.ts.map +0 -1
  598. package/dist/effect/peppol-invoice-response-schema.js +0 -148
  599. package/dist/effect/peppol-invoice-response-schema.js.map +0 -1
  600. package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts +0 -26
  601. package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts.map +0 -1
  602. package/dist/effect/peppol-invoice-response-status-reason-code-schema.js +0 -29
  603. package/dist/effect/peppol-invoice-response-status-reason-code-schema.js.map +0 -1
  604. package/dist/effect/peppol-invoice-schema.d.ts +0 -472
  605. package/dist/effect/peppol-invoice-schema.d.ts.map +0 -1
  606. package/dist/effect/peppol-invoice-schema.js +0 -47
  607. package/dist/effect/peppol-invoice-schema.js.map +0 -1
  608. package/dist/effect/peppol-iso-date-string-schema.d.ts +0 -14
  609. package/dist/effect/peppol-iso-date-string-schema.d.ts.map +0 -1
  610. package/dist/effect/peppol-iso-date-string-schema.js +0 -15
  611. package/dist/effect/peppol-iso-date-string-schema.js.map +0 -1
  612. package/dist/effect/peppol-message-level-response-document-response-schema.d.ts +0 -48
  613. package/dist/effect/peppol-message-level-response-document-response-schema.d.ts.map +0 -1
  614. package/dist/effect/peppol-message-level-response-document-response-schema.js +0 -34
  615. package/dist/effect/peppol-message-level-response-document-response-schema.js.map +0 -1
  616. package/dist/effect/peppol-message-level-response-party-schema.d.ts +0 -21
  617. package/dist/effect/peppol-message-level-response-party-schema.d.ts.map +0 -1
  618. package/dist/effect/peppol-message-level-response-party-schema.js +0 -19
  619. package/dist/effect/peppol-message-level-response-party-schema.js.map +0 -1
  620. package/dist/effect/peppol-message-level-response-schema.d.ts +0 -124
  621. package/dist/effect/peppol-message-level-response-schema.d.ts.map +0 -1
  622. package/dist/effect/peppol-message-level-response-schema.js +0 -98
  623. package/dist/effect/peppol-message-level-response-schema.js.map +0 -1
  624. package/dist/effect/utils/get-credit-note-type-code-description.d.ts +0 -2
  625. package/dist/effect/utils/get-invoice-type-code-description.d.ts +0 -2
  626. package/dist/effect/utils/index.d.ts +0 -17
  627. package/dist/effect/utils/index.js +0 -11
  628. package/dist/effect/utils/is-valid-credit-note-type-code.d.ts +0 -2
  629. package/dist/effect/utils/is-valid-invoice-type-code.d.ts +0 -2
  630. package/dist/effect/utils/is-valid-process.d.ts +0 -2
  631. package/dist/effect/utils/peppol-base-64-schema.d.ts +0 -10
  632. package/dist/effect/utils/peppol-base-64-schema.d.ts.map +0 -1
  633. package/dist/effect/utils/peppol-base-64-schema.js +0 -12
  634. package/dist/effect/utils/peppol-base-64-schema.js.map +0 -1
  635. package/dist/effect/utils/peppol-vat-regex-schema.d.ts +0 -10
  636. package/dist/effect/utils/peppol-vat-regex-schema.d.ts.map +0 -1
  637. package/dist/effect/utils/peppol-vat-regex-schema.js +0 -46
  638. package/dist/effect/utils/peppol-vat-regex-schema.js.map +0 -1
  639. package/dist/effect/utils/peppol-xsd-time-schema.d.ts +0 -10
  640. package/dist/effect/utils/peppol-xsd-time-schema.d.ts.map +0 -1
  641. package/dist/effect/utils/peppol-xsd-time-schema.js +0 -11
  642. package/dist/effect/utils/peppol-xsd-time-schema.js.map +0 -1
  643. package/dist/effect/utils/quantity-unit-code-to-intl-unit.d.ts +0 -2
  644. package/dist/effect/values/additional-document-reference-code-schema.d.ts +0 -23
  645. package/dist/effect/values/additional-document-reference-code-schema.d.ts.map +0 -1
  646. package/dist/effect/values/additional-document-reference-code-schema.js +0 -21
  647. package/dist/effect/values/additional-document-reference-code-schema.js.map +0 -1
  648. package/dist/effect/values/allowance-charge-reason-code-schema.d.ts +0 -24
  649. package/dist/effect/values/allowance-charge-reason-code-schema.d.ts.map +0 -1
  650. package/dist/effect/values/allowance-charge-reason-code-schema.js +0 -23
  651. package/dist/effect/values/allowance-charge-reason-code-schema.js.map +0 -1
  652. package/dist/effect/values/application-response-type-code-schema.d.ts +0 -21
  653. package/dist/effect/values/application-response-type-code-schema.d.ts.map +0 -1
  654. package/dist/effect/values/application-response-type-code-schema.js +0 -20
  655. package/dist/effect/values/application-response-type-code-schema.js.map +0 -1
  656. package/dist/effect/values/charge-reason-code-schema.d.ts +0 -24
  657. package/dist/effect/values/charge-reason-code-schema.d.ts.map +0 -1
  658. package/dist/effect/values/charge-reason-code-schema.js +0 -23
  659. package/dist/effect/values/charge-reason-code-schema.js.map +0 -1
  660. package/dist/effect/values/credit-note-type-code-schema.d.ts +0 -21
  661. package/dist/effect/values/credit-note-type-code-schema.d.ts.map +0 -1
  662. package/dist/effect/values/credit-note-type-code-schema.js +0 -20
  663. package/dist/effect/values/credit-note-type-code-schema.js.map +0 -1
  664. package/dist/effect/values/currency-code-schema.d.ts +0 -24
  665. package/dist/effect/values/currency-code-schema.d.ts.map +0 -1
  666. package/dist/effect/values/currency-code-schema.js +0 -29
  667. package/dist/effect/values/currency-code-schema.js.map +0 -1
  668. package/dist/effect/values/document-type-schemes-schema.d.ts +0 -14
  669. package/dist/effect/values/document-type-schemes-schema.d.ts.map +0 -1
  670. package/dist/effect/values/document-type-schemes-schema.js +0 -19
  671. package/dist/effect/values/document-type-schemes-schema.js.map +0 -1
  672. package/dist/effect/values/document-type-values-schema.d.ts +0 -14
  673. package/dist/effect/values/document-type-values-schema.d.ts.map +0 -1
  674. package/dist/effect/values/document-type-values-schema.js +0 -20
  675. package/dist/effect/values/document-type-values-schema.js.map +0 -1
  676. package/dist/effect/values/duty-tax-fee-category-schema.d.ts +0 -24
  677. package/dist/effect/values/duty-tax-fee-category-schema.d.ts.map +0 -1
  678. package/dist/effect/values/duty-tax-fee-category-schema.js +0 -23
  679. package/dist/effect/values/duty-tax-fee-category-schema.js.map +0 -1
  680. package/dist/effect/values/electronic-codes-schema.d.ts +0 -24
  681. package/dist/effect/values/electronic-codes-schema.d.ts.map +0 -1
  682. package/dist/effect/values/electronic-codes-schema.js +0 -30
  683. package/dist/effect/values/electronic-codes-schema.js.map +0 -1
  684. package/dist/effect/values/icd-codes-schema.d.ts +0 -24
  685. package/dist/effect/values/icd-codes-schema.d.ts.map +0 -1
  686. package/dist/effect/values/icd-codes-schema.js +0 -22
  687. package/dist/effect/values/icd-codes-schema.js.map +0 -1
  688. package/dist/effect/values/index.d.ts +0 -29
  689. package/dist/effect/values/index.js +0 -29
  690. package/dist/effect/values/invoice-status-code-schema.d.ts +0 -21
  691. package/dist/effect/values/invoice-status-code-schema.d.ts.map +0 -1
  692. package/dist/effect/values/invoice-status-code-schema.js +0 -17
  693. package/dist/effect/values/invoice-status-code-schema.js.map +0 -1
  694. package/dist/effect/values/invoice-type-code-schema.d.ts +0 -21
  695. package/dist/effect/values/invoice-type-code-schema.d.ts.map +0 -1
  696. package/dist/effect/values/invoice-type-code-schema.js +0 -20
  697. package/dist/effect/values/invoice-type-code-schema.js.map +0 -1
  698. package/dist/effect/values/item-classification-codes-schema.d.ts +0 -24
  699. package/dist/effect/values/item-classification-codes-schema.d.ts.map +0 -1
  700. package/dist/effect/values/item-classification-codes-schema.js +0 -23
  701. package/dist/effect/values/item-classification-codes-schema.js.map +0 -1
  702. package/dist/effect/values/mime-codes-schema.d.ts +0 -24
  703. package/dist/effect/values/mime-codes-schema.d.ts.map +0 -1
  704. package/dist/effect/values/mime-codes-schema.js +0 -23
  705. package/dist/effect/values/mime-codes-schema.js.map +0 -1
  706. package/dist/effect/values/op-status-action-schema.d.ts +0 -21
  707. package/dist/effect/values/op-status-action-schema.d.ts.map +0 -1
  708. package/dist/effect/values/op-status-action-schema.js +0 -20
  709. package/dist/effect/values/op-status-action-schema.js.map +0 -1
  710. package/dist/effect/values/op-status-reason-schema.d.ts +0 -21
  711. package/dist/effect/values/op-status-reason-schema.d.ts.map +0 -1
  712. package/dist/effect/values/op-status-reason-schema.js +0 -20
  713. package/dist/effect/values/op-status-reason-schema.js.map +0 -1
  714. package/dist/effect/values/participant-identifier-code-schema.d.ts +0 -19
  715. package/dist/effect/values/participant-identifier-code-schema.d.ts.map +0 -1
  716. package/dist/effect/values/participant-identifier-code-schema.js +0 -18
  717. package/dist/effect/values/participant-identifier-code-schema.js.map +0 -1
  718. package/dist/effect/values/payment-means-code-schema.d.ts +0 -24
  719. package/dist/effect/values/payment-means-code-schema.d.ts.map +0 -1
  720. package/dist/effect/values/payment-means-code-schema.js +0 -30
  721. package/dist/effect/values/payment-means-code-schema.js.map +0 -1
  722. package/dist/effect/values/peppol-country-code-schema.d.ts +0 -21
  723. package/dist/effect/values/peppol-country-code-schema.d.ts.map +0 -1
  724. package/dist/effect/values/peppol-country-code-schema.js +0 -25
  725. package/dist/effect/values/peppol-country-code-schema.js.map +0 -1
  726. package/dist/effect/values/peppol-document-type-code-schema.d.ts +0 -21
  727. package/dist/effect/values/peppol-document-type-code-schema.d.ts.map +0 -1
  728. package/dist/effect/values/peppol-document-type-code-schema.js +0 -20
  729. package/dist/effect/values/peppol-document-type-code-schema.js.map +0 -1
  730. package/dist/effect/values/peppol-document-type-schema.d.ts +0 -21
  731. package/dist/effect/values/peppol-document-type-schema.d.ts.map +0 -1
  732. package/dist/effect/values/peppol-document-type-schema.js +0 -27
  733. package/dist/effect/values/peppol-document-type-schema.js.map +0 -1
  734. package/dist/effect/values/peppol-process-schema.d.ts +0 -20
  735. package/dist/effect/values/peppol-process-schema.d.ts.map +0 -1
  736. package/dist/effect/values/peppol-process-schema.js +0 -26
  737. package/dist/effect/values/peppol-process-schema.js.map +0 -1
  738. package/dist/effect/values/process-from-document-type-schema.d.ts +0 -17
  739. package/dist/effect/values/process-from-document-type-schema.d.ts.map +0 -1
  740. package/dist/effect/values/process-from-document-type-schema.js +0 -25
  741. package/dist/effect/values/process-from-document-type-schema.js.map +0 -1
  742. package/dist/effect/values/process-xml-identifier-schema.d.ts +0 -20
  743. package/dist/effect/values/process-xml-identifier-schema.d.ts.map +0 -1
  744. package/dist/effect/values/process-xml-identifier-schema.js +0 -26
  745. package/dist/effect/values/process-xml-identifier-schema.js.map +0 -1
  746. package/dist/effect/values/quantity-unit-codes-schema.d.ts +0 -24
  747. package/dist/effect/values/quantity-unit-codes-schema.d.ts.map +0 -1
  748. package/dist/effect/values/quantity-unit-codes-schema.js +0 -23
  749. package/dist/effect/values/quantity-unit-codes-schema.js.map +0 -1
  750. package/dist/effect/values/vat-date-code-schema.d.ts +0 -11
  751. package/dist/effect/values/vat-date-code-schema.d.ts.map +0 -1
  752. package/dist/effect/values/vat-date-code-schema.js +0 -15
  753. package/dist/effect/values/vat-date-code-schema.js.map +0 -1
  754. package/dist/effect/values/vatex-code-schema.d.ts +0 -24
  755. package/dist/effect/values/vatex-code-schema.d.ts.map +0 -1
  756. package/dist/effect/values/vatex-code-schema.js +0 -23
  757. package/dist/effect/values/vatex-code-schema.js.map +0 -1
  758. package/dist/helpers/bool.js +0 -14
  759. package/dist/helpers/bool.js.map +0 -1
  760. package/dist/helpers/get-array.js +0 -17
  761. package/dist/helpers/get-array.js.map +0 -1
  762. package/dist/helpers/get-prop.js +0 -24
  763. package/dist/helpers/get-prop.js.map +0 -1
  764. package/dist/helpers/is-defined.js +0 -8
  765. package/dist/helpers/is-defined.js.map +0 -1
  766. package/dist/helpers/num-or-und.js +0 -10
  767. package/dist/helpers/num-or-und.js.map +0 -1
  768. package/dist/helpers/str-or-und.js +0 -14
  769. package/dist/helpers/str-or-und.js.map +0 -1
  770. package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts +0 -4
  771. package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts.map +0 -1
  772. package/dist/invoice-response-codes/invoice-response-code-needs-schema.js +0 -10
  773. package/dist/invoice-response-codes/invoice-response-code-needs-schema.js.map +0 -1
  774. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts +0 -4
  775. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts.map +0 -1
  776. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js +0 -11
  777. package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.js.map +0 -1
  778. package/dist/invoice-response-codes/invoice-response-codes-order.d.ts +0 -5
  779. package/dist/invoice-response-codes/invoice-response-codes-order.d.ts.map +0 -1
  780. package/dist/invoice-response-codes/invoice-response-codes-order.js +0 -31
  781. package/dist/invoice-response-codes/invoice-response-codes-order.js.map +0 -1
  782. package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js +0 -26
  783. package/dist/node_modules/.pnpm/ts-extras@1.3.0/node_modules/ts-extras/distribution/object-entries.js.map +0 -1
  784. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/all-union-fields.d.ts +0 -82
  785. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/all-union-fields.d.ts.map +0 -1
  786. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts +0 -36
  787. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts.map +0 -1
  788. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts +0 -12
  789. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts.map +0 -1
  790. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-equal.d.ts +0 -32
  791. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-equal.d.ts.map +0 -1
  792. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts +0 -57
  793. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts.map +0 -1
  794. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts +0 -44
  795. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts.map +0 -1
  796. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts +0 -9
  797. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts.map +0 -1
  798. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/shared-union-fields.d.ts +0 -71
  799. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/shared-union-fields.d.ts.map +0 -1
  800. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/simplify.d.ts +0 -62
  801. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/simplify.d.ts.map +0 -1
  802. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts +0 -35
  803. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +0 -1
  804. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/unknown-array.d.ts +0 -28
  805. package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/unknown-array.d.ts.map +0 -1
  806. package/dist/peppol-validations/add-piva.d.ts +0 -7
  807. package/dist/peppol-validations/add-piva.d.ts.map +0 -1
  808. package/dist/peppol-validations/add-piva.js +0 -15
  809. package/dist/peppol-validations/add-piva.js.map +0 -1
  810. package/dist/peppol-validations/check-cf.d.ts +0 -7
  811. package/dist/peppol-validations/check-cf.d.ts.map +0 -1
  812. package/dist/peppol-validations/check-cf.js +0 -16
  813. package/dist/peppol-validations/check-cf.js.map +0 -1
  814. package/dist/peppol-validations/check-cf16.d.ts +0 -7
  815. package/dist/peppol-validations/check-cf16.d.ts.map +0 -1
  816. package/dist/peppol-validations/check-cf16.js +0 -15
  817. package/dist/peppol-validations/check-cf16.js.map +0 -1
  818. package/dist/peppol-validations/check-piva-se-it.d.ts +0 -7
  819. package/dist/peppol-validations/check-piva-se-it.d.ts.map +0 -1
  820. package/dist/peppol-validations/check-piva-se-it.js +0 -15
  821. package/dist/peppol-validations/check-piva-se-it.js.map +0 -1
  822. package/dist/peppol-validations/check-piva.d.ts +0 -7
  823. package/dist/peppol-validations/check-piva.d.ts.map +0 -1
  824. package/dist/peppol-validations/check-piva.js +0 -13
  825. package/dist/peppol-validations/check-piva.js.map +0 -1
  826. package/dist/peppol-validations/check-se-orgnr.d.ts +0 -7
  827. package/dist/peppol-validations/check-se-orgnr.d.ts.map +0 -1
  828. package/dist/peppol-validations/check-se-orgnr.js +0 -24
  829. package/dist/peppol-validations/check-se-orgnr.js.map +0 -1
  830. package/dist/peppol-validations/greek-tin-verification.d.ts +0 -7
  831. package/dist/peppol-validations/greek-tin-verification.d.ts.map +0 -1
  832. package/dist/peppol-validations/greek-tin-verification.js +0 -13
  833. package/dist/peppol-validations/greek-tin-verification.js.map +0 -1
  834. package/dist/peppol-validations/is-valid-abn.d.ts +0 -7
  835. package/dist/peppol-validations/is-valid-abn.d.ts.map +0 -1
  836. package/dist/peppol-validations/is-valid-abn.js +0 -29
  837. package/dist/peppol-validations/is-valid-abn.js.map +0 -1
  838. package/dist/peppol-validations/is-valid-gln.d.ts +0 -13
  839. package/dist/peppol-validations/is-valid-gln.d.ts.map +0 -1
  840. package/dist/peppol-validations/is-valid-gln.js +0 -19
  841. package/dist/peppol-validations/is-valid-gln.js.map +0 -1
  842. package/dist/peppol-validations/is-valid-iban.d.ts +0 -7
  843. package/dist/peppol-validations/is-valid-iban.d.ts.map +0 -1
  844. package/dist/peppol-validations/is-valid-iban.js +0 -20
  845. package/dist/peppol-validations/is-valid-iban.js.map +0 -1
  846. package/dist/peppol-validations/is-valid-mod11.d.ts +0 -7
  847. package/dist/peppol-validations/is-valid-mod11.d.ts.map +0 -1
  848. package/dist/peppol-validations/is-valid-mod11.js +0 -21
  849. package/dist/peppol-validations/is-valid-mod11.js.map +0 -1
  850. package/dist/peppol-validations/is-valid-mod97-0208.d.ts +0 -13
  851. package/dist/peppol-validations/is-valid-mod97-0208.d.ts.map +0 -1
  852. package/dist/peppol-validations/is-valid-mod97-0208.js +0 -20
  853. package/dist/peppol-validations/is-valid-mod97-0208.js.map +0 -1
  854. package/dist/peppol-validations/luhn-check.d.ts +0 -7
  855. package/dist/peppol-validations/luhn-check.d.ts.map +0 -1
  856. package/dist/peppol-validations/luhn-check.js +0 -25
  857. package/dist/peppol-validations/luhn-check.js.map +0 -1
  858. package/dist/peppol-validations/normalize-space.js +0 -11
  859. package/dist/peppol-validations/normalize-space.js.map +0 -1
  860. package/dist/schemas/billing-base.js +0 -321
  861. package/dist/schemas/billing-base.js.map +0 -1
  862. package/dist/schemas/credit-note.d.ts +0 -466
  863. package/dist/schemas/credit-note.d.ts.map +0 -1
  864. package/dist/schemas/credit-note.js +0 -29
  865. package/dist/schemas/credit-note.js.map +0 -1
  866. package/dist/schemas/document-response-document-reference-schema.d.ts +0 -10
  867. package/dist/schemas/document-response-document-reference-schema.d.ts.map +0 -1
  868. package/dist/schemas/document-response-document-reference-schema.js +0 -39
  869. package/dist/schemas/document-response-document-reference-schema.js.map +0 -1
  870. package/dist/schemas/document-response-document-schema.d.ts +0 -18
  871. package/dist/schemas/document-response-document-schema.d.ts.map +0 -1
  872. package/dist/schemas/document-response-document-schema.js +0 -36
  873. package/dist/schemas/document-response-document-schema.js.map +0 -1
  874. package/dist/schemas/document-response-line-response-content.d.ts +0 -16
  875. package/dist/schemas/document-response-line-response-content.d.ts.map +0 -1
  876. package/dist/schemas/document-response-line-response-content.js +0 -48
  877. package/dist/schemas/document-response-line-response-content.js.map +0 -1
  878. package/dist/schemas/document-response-line-response-schema.d.ts +0 -21
  879. package/dist/schemas/document-response-line-response-schema.d.ts.map +0 -1
  880. package/dist/schemas/document-response-line-response-schema.js +0 -33
  881. package/dist/schemas/document-response-line-response-schema.js.map +0 -1
  882. package/dist/schemas/fields/additional-document-reference-schema.d.ts +0 -33
  883. package/dist/schemas/fields/additional-document-reference-schema.d.ts.map +0 -1
  884. package/dist/schemas/fields/additional-document-reference-schema.js +0 -108
  885. package/dist/schemas/fields/additional-document-reference-schema.js.map +0 -1
  886. package/dist/schemas/fields/address-schema.d.ts +0 -23
  887. package/dist/schemas/fields/address-schema.d.ts.map +0 -1
  888. package/dist/schemas/fields/address-schema.js +0 -102
  889. package/dist/schemas/fields/address-schema.js.map +0 -1
  890. package/dist/schemas/fields/allowance-charge-schema.d.ts +0 -51
  891. package/dist/schemas/fields/allowance-charge-schema.d.ts.map +0 -1
  892. package/dist/schemas/fields/allowance-charge-schema.js +0 -75
  893. package/dist/schemas/fields/allowance-charge-schema.js.map +0 -1
  894. package/dist/schemas/fields/amount-schema.d.ts +0 -14
  895. package/dist/schemas/fields/amount-schema.d.ts.map +0 -1
  896. package/dist/schemas/fields/amount-schema.js +0 -22
  897. package/dist/schemas/fields/amount-schema.js.map +0 -1
  898. package/dist/schemas/fields/base-line-schema.d.ts +0 -114
  899. package/dist/schemas/fields/base-line-schema.d.ts.map +0 -1
  900. package/dist/schemas/fields/base-line-schema.js +0 -132
  901. package/dist/schemas/fields/base-line-schema.js.map +0 -1
  902. package/dist/schemas/fields/billing-references-schema.d.ts +0 -16
  903. package/dist/schemas/fields/billing-references-schema.d.ts.map +0 -1
  904. package/dist/schemas/fields/billing-references-schema.js +0 -46
  905. package/dist/schemas/fields/billing-references-schema.js.map +0 -1
  906. package/dist/schemas/fields/binary-object-schema.d.ts +0 -14
  907. package/dist/schemas/fields/binary-object-schema.d.ts.map +0 -1
  908. package/dist/schemas/fields/binary-object-schema.js +0 -52
  909. package/dist/schemas/fields/binary-object-schema.js.map +0 -1
  910. package/dist/schemas/fields/contact-schema.d.ts +0 -10
  911. package/dist/schemas/fields/contact-schema.d.ts.map +0 -1
  912. package/dist/schemas/fields/contact-schema.js +0 -20
  913. package/dist/schemas/fields/contact-schema.js.map +0 -1
  914. package/dist/schemas/fields/credit-note-line-schema.d.ts +0 -118
  915. package/dist/schemas/fields/credit-note-line-schema.d.ts.map +0 -1
  916. package/dist/schemas/fields/credit-note-line-schema.js +0 -36
  917. package/dist/schemas/fields/credit-note-line-schema.js.map +0 -1
  918. package/dist/schemas/fields/date-only-fn.d.ts +0 -8
  919. package/dist/schemas/fields/date-only-fn.d.ts.map +0 -1
  920. package/dist/schemas/fields/date-only-fn.js +0 -10
  921. package/dist/schemas/fields/date-only-fn.js.map +0 -1
  922. package/dist/schemas/fields/date-only-parser.d.ts +0 -5
  923. package/dist/schemas/fields/date-only-parser.d.ts.map +0 -1
  924. package/dist/schemas/fields/date-only-parser.js +0 -20
  925. package/dist/schemas/fields/date-only-parser.js.map +0 -1
  926. package/dist/schemas/fields/default-customization-id.d.ts +0 -4
  927. package/dist/schemas/fields/default-customization-id.d.ts.map +0 -1
  928. package/dist/schemas/fields/default-customization-id.js +0 -6
  929. package/dist/schemas/fields/default-customization-id.js.map +0 -1
  930. package/dist/schemas/fields/default-profile-id.d.ts +0 -4
  931. package/dist/schemas/fields/default-profile-id.d.ts.map +0 -1
  932. package/dist/schemas/fields/default-profile-id.js +0 -6
  933. package/dist/schemas/fields/default-profile-id.js.map +0 -1
  934. package/dist/schemas/fields/delivery-schema.d.ts +0 -32
  935. package/dist/schemas/fields/delivery-schema.d.ts.map +0 -1
  936. package/dist/schemas/fields/delivery-schema.js +0 -88
  937. package/dist/schemas/fields/delivery-schema.js.map +0 -1
  938. package/dist/schemas/fields/identifier-schema.d.ts +0 -14
  939. package/dist/schemas/fields/identifier-schema.d.ts.map +0 -1
  940. package/dist/schemas/fields/identifier-schema.js +0 -23
  941. package/dist/schemas/fields/identifier-schema.js.map +0 -1
  942. package/dist/schemas/fields/invoice-line-period-schema.d.ts +0 -9
  943. package/dist/schemas/fields/invoice-line-period-schema.d.ts.map +0 -1
  944. package/dist/schemas/fields/invoice-line-period-schema.js +0 -34
  945. package/dist/schemas/fields/invoice-line-period-schema.js.map +0 -1
  946. package/dist/schemas/fields/invoice-line-schema.d.ts +0 -120
  947. package/dist/schemas/fields/invoice-line-schema.d.ts.map +0 -1
  948. package/dist/schemas/fields/invoice-line-schema.js +0 -40
  949. package/dist/schemas/fields/invoice-line-schema.js.map +0 -1
  950. package/dist/schemas/fields/invoice-period-schema.d.ts +0 -18
  951. package/dist/schemas/fields/invoice-period-schema.d.ts.map +0 -1
  952. package/dist/schemas/fields/invoice-period-schema.js +0 -28
  953. package/dist/schemas/fields/invoice-period-schema.js.map +0 -1
  954. package/dist/schemas/fields/legal-monetary-total-schema.d.ts +0 -46
  955. package/dist/schemas/fields/legal-monetary-total-schema.d.ts.map +0 -1
  956. package/dist/schemas/fields/legal-monetary-total-schema.js +0 -127
  957. package/dist/schemas/fields/legal-monetary-total-schema.js.map +0 -1
  958. package/dist/schemas/fields/line-allowance-charge-schema.d.ts +0 -46
  959. package/dist/schemas/fields/line-allowance-charge-schema.d.ts.map +0 -1
  960. package/dist/schemas/fields/line-allowance-charge-schema.js +0 -48
  961. package/dist/schemas/fields/line-allowance-charge-schema.js.map +0 -1
  962. package/dist/schemas/fields/line-item-schema.d.ts +0 -47
  963. package/dist/schemas/fields/line-item-schema.d.ts.map +0 -1
  964. package/dist/schemas/fields/line-item-schema.js +0 -163
  965. package/dist/schemas/fields/line-item-schema.js.map +0 -1
  966. package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts +0 -28
  967. package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts.map +0 -1
  968. package/dist/schemas/fields/line-price-allowance-charge-schema.js +0 -30
  969. package/dist/schemas/fields/line-price-allowance-charge-schema.js.map +0 -1
  970. package/dist/schemas/fields/list-identifier-schema.d.ts +0 -19
  971. package/dist/schemas/fields/list-identifier-schema.d.ts.map +0 -1
  972. package/dist/schemas/fields/list-identifier-schema.js +0 -46
  973. package/dist/schemas/fields/list-identifier-schema.js.map +0 -1
  974. package/dist/schemas/fields/order-reference-schema.d.ts +0 -14
  975. package/dist/schemas/fields/order-reference-schema.d.ts.map +0 -1
  976. package/dist/schemas/fields/order-reference-schema.js +0 -38
  977. package/dist/schemas/fields/order-reference-schema.js.map +0 -1
  978. package/dist/schemas/fields/party-base-schema.d.ts +0 -57
  979. package/dist/schemas/fields/party-base-schema.d.ts.map +0 -1
  980. package/dist/schemas/fields/party-base-schema.js +0 -127
  981. package/dist/schemas/fields/party-base-schema.js.map +0 -1
  982. package/dist/schemas/fields/party-legal-entity-schema.d.ts +0 -13
  983. package/dist/schemas/fields/party-legal-entity-schema.d.ts.map +0 -1
  984. package/dist/schemas/fields/party-legal-entity-schema.js +0 -30
  985. package/dist/schemas/fields/party-legal-entity-schema.js.map +0 -1
  986. package/dist/schemas/fields/party-tax-schema.d.ts +0 -14
  987. package/dist/schemas/fields/party-tax-schema.d.ts.map +0 -1
  988. package/dist/schemas/fields/party-tax-schema.js +0 -34
  989. package/dist/schemas/fields/party-tax-schema.js.map +0 -1
  990. package/dist/schemas/fields/payee-party.d.ts +0 -30
  991. package/dist/schemas/fields/payee-party.d.ts.map +0 -1
  992. package/dist/schemas/fields/payee-party.js +0 -99
  993. package/dist/schemas/fields/payee-party.js.map +0 -1
  994. package/dist/schemas/fields/payment-means-schema.d.ts +0 -38
  995. package/dist/schemas/fields/payment-means-schema.d.ts.map +0 -1
  996. package/dist/schemas/fields/payment-means-schema.js +0 -198
  997. package/dist/schemas/fields/payment-means-schema.js.map +0 -1
  998. package/dist/schemas/fields/payment-terms-schema.d.ts +0 -13
  999. package/dist/schemas/fields/payment-terms-schema.d.ts.map +0 -1
  1000. package/dist/schemas/fields/payment-terms-schema.js +0 -24
  1001. package/dist/schemas/fields/payment-terms-schema.js.map +0 -1
  1002. package/dist/schemas/fields/price-schema.d.ts +0 -31
  1003. package/dist/schemas/fields/price-schema.d.ts.map +0 -1
  1004. package/dist/schemas/fields/price-schema.js +0 -32
  1005. package/dist/schemas/fields/price-schema.js.map +0 -1
  1006. package/dist/schemas/fields/quantity-schema.d.ts +0 -14
  1007. package/dist/schemas/fields/quantity-schema.d.ts.map +0 -1
  1008. package/dist/schemas/fields/quantity-schema.js +0 -22
  1009. package/dist/schemas/fields/quantity-schema.js.map +0 -1
  1010. package/dist/schemas/fields/reference-schema.d.ts +0 -8
  1011. package/dist/schemas/fields/reference-schema.d.ts.map +0 -1
  1012. package/dist/schemas/fields/reference-schema.js +0 -7
  1013. package/dist/schemas/fields/reference-schema.js.map +0 -1
  1014. package/dist/schemas/fields/tax-category-schema.d.ts +0 -19
  1015. package/dist/schemas/fields/tax-category-schema.d.ts.map +0 -1
  1016. package/dist/schemas/fields/tax-category-schema.js +0 -41
  1017. package/dist/schemas/fields/tax-category-schema.js.map +0 -1
  1018. package/dist/schemas/fields/tax-representative-party-schema.d.ts +0 -32
  1019. package/dist/schemas/fields/tax-representative-party-schema.d.ts.map +0 -1
  1020. package/dist/schemas/fields/tax-representative-party-schema.js +0 -24
  1021. package/dist/schemas/fields/tax-representative-party-schema.js.map +0 -1
  1022. package/dist/schemas/fields/tax-subtotal-category-schema.d.ts +0 -21
  1023. package/dist/schemas/fields/tax-subtotal-category-schema.d.ts.map +0 -1
  1024. package/dist/schemas/fields/tax-subtotal-category-schema.js +0 -28
  1025. package/dist/schemas/fields/tax-subtotal-category-schema.js.map +0 -1
  1026. package/dist/schemas/fields/tax-subtotal-schema.d.ts +0 -29
  1027. package/dist/schemas/fields/tax-subtotal-schema.d.ts.map +0 -1
  1028. package/dist/schemas/fields/tax-subtotal-schema.js +0 -33
  1029. package/dist/schemas/fields/tax-subtotal-schema.js.map +0 -1
  1030. package/dist/schemas/fields/tax-totals.d.ts +0 -35
  1031. package/dist/schemas/fields/tax-totals.d.ts.map +0 -1
  1032. package/dist/schemas/fields/tax-totals.js +0 -26
  1033. package/dist/schemas/fields/tax-totals.js.map +0 -1
  1034. package/dist/schemas/fields/time-only.d.ts +0 -8
  1035. package/dist/schemas/fields/time-only.d.ts.map +0 -1
  1036. package/dist/schemas/fields/time-only.js +0 -23
  1037. package/dist/schemas/fields/time-only.js.map +0 -1
  1038. package/dist/schemas/invoice-response-document-actual-response-status.d.ts +0 -24
  1039. package/dist/schemas/invoice-response-document-actual-response-status.d.ts.map +0 -1
  1040. package/dist/schemas/invoice-response-document-actual-response-status.js +0 -58
  1041. package/dist/schemas/invoice-response-document-actual-response-status.js.map +0 -1
  1042. package/dist/schemas/invoice-response-document-actual-response.d.ts +0 -49
  1043. package/dist/schemas/invoice-response-document-actual-response.d.ts.map +0 -1
  1044. package/dist/schemas/invoice-response-document-actual-response.js +0 -70
  1045. package/dist/schemas/invoice-response-document-actual-response.js.map +0 -1
  1046. package/dist/schemas/invoice-response-schema.d.ts +0 -237
  1047. package/dist/schemas/invoice-response-schema.d.ts.map +0 -1
  1048. package/dist/schemas/invoice-response-schema.js +0 -145
  1049. package/dist/schemas/invoice-response-schema.js.map +0 -1
  1050. package/dist/schemas/invoice-response-status-reason-code.d.ts +0 -12
  1051. package/dist/schemas/invoice-response-status-reason-code.d.ts.map +0 -1
  1052. package/dist/schemas/invoice-response-status-reason-code.js +0 -29
  1053. package/dist/schemas/invoice-response-status-reason-code.js.map +0 -1
  1054. package/dist/schemas/invoice.d.ts +0 -470
  1055. package/dist/schemas/invoice.d.ts.map +0 -1
  1056. package/dist/schemas/invoice.js +0 -44
  1057. package/dist/schemas/invoice.js.map +0 -1
  1058. package/dist/schemas/message-level-response-document-response-schema.d.ts +0 -32
  1059. package/dist/schemas/message-level-response-document-response-schema.d.ts.map +0 -1
  1060. package/dist/schemas/message-level-response-document-response-schema.js +0 -34
  1061. package/dist/schemas/message-level-response-document-response-schema.js.map +0 -1
  1062. package/dist/schemas/message-level-response-party-schema.d.ts +0 -11
  1063. package/dist/schemas/message-level-response-party-schema.d.ts.map +0 -1
  1064. package/dist/schemas/message-level-response-party-schema.js +0 -19
  1065. package/dist/schemas/message-level-response-party-schema.js.map +0 -1
  1066. package/dist/schemas/message-level-response-schema.d.ts +0 -51
  1067. package/dist/schemas/message-level-response-schema.d.ts.map +0 -1
  1068. package/dist/schemas/message-level-response-schema.js +0 -97
  1069. package/dist/schemas/message-level-response-schema.js.map +0 -1
  1070. package/dist/schemas/utils/base-64.d.ts +0 -5
  1071. package/dist/schemas/utils/base-64.d.ts.map +0 -1
  1072. package/dist/schemas/utils/base-64.js +0 -11
  1073. package/dist/schemas/utils/base-64.js.map +0 -1
  1074. package/dist/schemas/utils/format-quantity-with-unit.d.ts +0 -4
  1075. package/dist/schemas/utils/format-quantity-with-unit.d.ts.map +0 -1
  1076. package/dist/schemas/utils/format-quantity-with-unit.js +0 -18
  1077. package/dist/schemas/utils/format-quantity-with-unit.js.map +0 -1
  1078. package/dist/schemas/utils/get-credit-note-type-code-description.d.ts +0 -5
  1079. package/dist/schemas/utils/get-credit-note-type-code-description.d.ts.map +0 -1
  1080. package/dist/schemas/utils/get-credit-note-type-code-description.js +0 -9
  1081. package/dist/schemas/utils/get-credit-note-type-code-description.js.map +0 -1
  1082. package/dist/schemas/utils/get-invoice-type-code-description.d.ts +0 -5
  1083. package/dist/schemas/utils/get-invoice-type-code-description.d.ts.map +0 -1
  1084. package/dist/schemas/utils/get-invoice-type-code-description.js +0 -9
  1085. package/dist/schemas/utils/get-invoice-type-code-description.js.map +0 -1
  1086. package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts +0 -5
  1087. package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts.map +0 -1
  1088. package/dist/schemas/utils/is-valid-credit-note-type-code.js +0 -9
  1089. package/dist/schemas/utils/is-valid-credit-note-type-code.js.map +0 -1
  1090. package/dist/schemas/utils/is-valid-invoice-type-code.d.ts +0 -5
  1091. package/dist/schemas/utils/is-valid-invoice-type-code.d.ts.map +0 -1
  1092. package/dist/schemas/utils/is-valid-invoice-type-code.js +0 -9
  1093. package/dist/schemas/utils/is-valid-invoice-type-code.js.map +0 -1
  1094. package/dist/schemas/utils/is-valid-process.d.ts +0 -5
  1095. package/dist/schemas/utils/is-valid-process.d.ts.map +0 -1
  1096. package/dist/schemas/utils/is-valid-process.js +0 -9
  1097. package/dist/schemas/utils/is-valid-process.js.map +0 -1
  1098. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts +0 -73
  1099. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts.map +0 -1
  1100. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js +0 -73
  1101. package/dist/schemas/utils/quantity-unit-code-to-intl-unit.js.map +0 -1
  1102. package/dist/schemas/utils/vat-regex.d.ts +0 -5
  1103. package/dist/schemas/utils/vat-regex.d.ts.map +0 -1
  1104. package/dist/schemas/utils/vat-regex.js +0 -52
  1105. package/dist/schemas/utils/vat-regex.js.map +0 -1
  1106. package/dist/schemas/utils/xsd-time.d.ts +0 -5
  1107. package/dist/schemas/utils/xsd-time.d.ts.map +0 -1
  1108. package/dist/schemas/utils/xsd-time.js +0 -7
  1109. package/dist/schemas/utils/xsd-time.js.map +0 -1
  1110. package/dist/schemas/values/additional-document-reference-code.d.ts +0 -23
  1111. package/dist/schemas/values/additional-document-reference-code.d.ts.map +0 -1
  1112. package/dist/schemas/values/additional-document-reference-code.js +0 -20
  1113. package/dist/schemas/values/additional-document-reference-code.js.map +0 -1
  1114. package/dist/schemas/values/allowance-charge-reason-code.d.ts +0 -24
  1115. package/dist/schemas/values/allowance-charge-reason-code.d.ts.map +0 -1
  1116. package/dist/schemas/values/allowance-charge-reason-code.js +0 -22
  1117. package/dist/schemas/values/allowance-charge-reason-code.js.map +0 -1
  1118. package/dist/schemas/values/application-response-type-codes.d.ts +0 -21
  1119. package/dist/schemas/values/application-response-type-codes.d.ts.map +0 -1
  1120. package/dist/schemas/values/application-response-type-codes.js +0 -19
  1121. package/dist/schemas/values/application-response-type-codes.js.map +0 -1
  1122. package/dist/schemas/values/charge-reason-code.d.ts +0 -24
  1123. package/dist/schemas/values/charge-reason-code.d.ts.map +0 -1
  1124. package/dist/schemas/values/charge-reason-code.js +0 -22
  1125. package/dist/schemas/values/charge-reason-code.js.map +0 -1
  1126. package/dist/schemas/values/country-code.d.ts +0 -22
  1127. package/dist/schemas/values/country-code.d.ts.map +0 -1
  1128. package/dist/schemas/values/country-code.js +0 -26
  1129. package/dist/schemas/values/country-code.js.map +0 -1
  1130. package/dist/schemas/values/credit-note-type-code-schema.d.ts +0 -21
  1131. package/dist/schemas/values/credit-note-type-code-schema.d.ts.map +0 -1
  1132. package/dist/schemas/values/credit-note-type-code-schema.js +0 -19
  1133. package/dist/schemas/values/credit-note-type-code-schema.js.map +0 -1
  1134. package/dist/schemas/values/currency-codes.d.ts +0 -24
  1135. package/dist/schemas/values/currency-codes.d.ts.map +0 -1
  1136. package/dist/schemas/values/currency-codes.js +0 -28
  1137. package/dist/schemas/values/currency-codes.js.map +0 -1
  1138. package/dist/schemas/values/document-type-codes.d.ts +0 -21
  1139. package/dist/schemas/values/document-type-codes.d.ts.map +0 -1
  1140. package/dist/schemas/values/document-type-codes.js +0 -19
  1141. package/dist/schemas/values/document-type-codes.js.map +0 -1
  1142. package/dist/schemas/values/document-type-schema.d.ts +0 -21
  1143. package/dist/schemas/values/document-type-schema.d.ts.map +0 -1
  1144. package/dist/schemas/values/document-type-schema.js +0 -29
  1145. package/dist/schemas/values/document-type-schema.js.map +0 -1
  1146. package/dist/schemas/values/document-type-schemes-schema.d.ts +0 -14
  1147. package/dist/schemas/values/document-type-schemes-schema.d.ts.map +0 -1
  1148. package/dist/schemas/values/document-type-schemes-schema.js +0 -19
  1149. package/dist/schemas/values/document-type-schemes-schema.js.map +0 -1
  1150. package/dist/schemas/values/document-type-values-schema.d.ts +0 -14
  1151. package/dist/schemas/values/document-type-values-schema.d.ts.map +0 -1
  1152. package/dist/schemas/values/document-type-values-schema.js +0 -21
  1153. package/dist/schemas/values/document-type-values-schema.js.map +0 -1
  1154. package/dist/schemas/values/duty-tax-fee-cateogries.d.ts +0 -24
  1155. package/dist/schemas/values/duty-tax-fee-cateogries.d.ts.map +0 -1
  1156. package/dist/schemas/values/duty-tax-fee-cateogries.js +0 -22
  1157. package/dist/schemas/values/duty-tax-fee-cateogries.js.map +0 -1
  1158. package/dist/schemas/values/eas-codes.d.ts +0 -24
  1159. package/dist/schemas/values/eas-codes.d.ts.map +0 -1
  1160. package/dist/schemas/values/eas-codes.js +0 -29
  1161. package/dist/schemas/values/eas-codes.js.map +0 -1
  1162. package/dist/schemas/values/icd-codes.d.ts +0 -24
  1163. package/dist/schemas/values/icd-codes.d.ts.map +0 -1
  1164. package/dist/schemas/values/icd-codes.js +0 -22
  1165. package/dist/schemas/values/icd-codes.js.map +0 -1
  1166. package/dist/schemas/values/invoice-status-codes.d.ts +0 -21
  1167. package/dist/schemas/values/invoice-status-codes.d.ts.map +0 -1
  1168. package/dist/schemas/values/invoice-status-codes.js +0 -19
  1169. package/dist/schemas/values/invoice-status-codes.js.map +0 -1
  1170. package/dist/schemas/values/invoice-type-code-schema.d.ts +0 -21
  1171. package/dist/schemas/values/invoice-type-code-schema.d.ts.map +0 -1
  1172. package/dist/schemas/values/invoice-type-code-schema.js +0 -19
  1173. package/dist/schemas/values/invoice-type-code-schema.js.map +0 -1
  1174. package/dist/schemas/values/item-classification-code-schema.d.ts +0 -24
  1175. package/dist/schemas/values/item-classification-code-schema.d.ts.map +0 -1
  1176. package/dist/schemas/values/item-classification-code-schema.js +0 -22
  1177. package/dist/schemas/values/item-classification-code-schema.js.map +0 -1
  1178. package/dist/schemas/values/mime-code.d.ts +0 -24
  1179. package/dist/schemas/values/mime-code.d.ts.map +0 -1
  1180. package/dist/schemas/values/mime-code.js +0 -22
  1181. package/dist/schemas/values/mime-code.js.map +0 -1
  1182. package/dist/schemas/values/op-status-action.d.ts +0 -21
  1183. package/dist/schemas/values/op-status-action.d.ts.map +0 -1
  1184. package/dist/schemas/values/op-status-action.js +0 -19
  1185. package/dist/schemas/values/op-status-action.js.map +0 -1
  1186. package/dist/schemas/values/op-status-reason.d.ts +0 -21
  1187. package/dist/schemas/values/op-status-reason.d.ts.map +0 -1
  1188. package/dist/schemas/values/op-status-reason.js +0 -19
  1189. package/dist/schemas/values/op-status-reason.js.map +0 -1
  1190. package/dist/schemas/values/participant-identifier-code.d.ts +0 -19
  1191. package/dist/schemas/values/participant-identifier-code.d.ts.map +0 -1
  1192. package/dist/schemas/values/participant-identifier-code.js +0 -17
  1193. package/dist/schemas/values/participant-identifier-code.js.map +0 -1
  1194. package/dist/schemas/values/payment-means-codes-schema.d.ts +0 -24
  1195. package/dist/schemas/values/payment-means-codes-schema.d.ts.map +0 -1
  1196. package/dist/schemas/values/payment-means-codes-schema.js +0 -29
  1197. package/dist/schemas/values/payment-means-codes-schema.js.map +0 -1
  1198. package/dist/schemas/values/process-from-document-type-schema.d.ts +0 -17
  1199. package/dist/schemas/values/process-from-document-type-schema.d.ts.map +0 -1
  1200. package/dist/schemas/values/process-from-document-type-schema.js +0 -28
  1201. package/dist/schemas/values/process-from-document-type-schema.js.map +0 -1
  1202. package/dist/schemas/values/process-schema.d.ts +0 -21
  1203. package/dist/schemas/values/process-schema.d.ts.map +0 -1
  1204. package/dist/schemas/values/process-schema.js +0 -28
  1205. package/dist/schemas/values/process-schema.js.map +0 -1
  1206. package/dist/schemas/values/process-xml-identifier-schema.d.ts +0 -17
  1207. package/dist/schemas/values/process-xml-identifier-schema.d.ts.map +0 -1
  1208. package/dist/schemas/values/process-xml-identifier-schema.js +0 -24
  1209. package/dist/schemas/values/process-xml-identifier-schema.js.map +0 -1
  1210. package/dist/schemas/values/quantity-unit-codes-schema.d.ts +0 -24
  1211. package/dist/schemas/values/quantity-unit-codes-schema.d.ts.map +0 -1
  1212. package/dist/schemas/values/quantity-unit-codes-schema.js +0 -22
  1213. package/dist/schemas/values/quantity-unit-codes-schema.js.map +0 -1
  1214. package/dist/schemas/values/vat-date-code.d.ts +0 -11
  1215. package/dist/schemas/values/vat-date-code.d.ts.map +0 -1
  1216. package/dist/schemas/values/vat-date-code.js +0 -14
  1217. package/dist/schemas/values/vat-date-code.js.map +0 -1
  1218. package/dist/schemas/values/vatex-code.d.ts +0 -24
  1219. package/dist/schemas/values/vatex-code.d.ts.map +0 -1
  1220. package/dist/schemas/values/vatex-code.js +0 -22
  1221. package/dist/schemas/values/vatex-code.js.map +0 -1
  1222. package/dist/schemas.d.ts +0 -91
  1223. package/dist/schemas.js +0 -91
  1224. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts +0 -6
  1225. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts.map +0 -1
  1226. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js +0 -15
  1227. package/dist/schematron/cen/ae/cen-en16931-br-ae-01.js.map +0 -1
  1228. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts +0 -6
  1229. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts.map +0 -1
  1230. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js +0 -15
  1231. package/dist/schematron/cen/ae/cen-en16931-br-ae-02.js.map +0 -1
  1232. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts +0 -6
  1233. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts.map +0 -1
  1234. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js +0 -15
  1235. package/dist/schematron/cen/ae/cen-en16931-br-ae-03.js.map +0 -1
  1236. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts +0 -6
  1237. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts.map +0 -1
  1238. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js +0 -15
  1239. package/dist/schematron/cen/ae/cen-en16931-br-ae-04.js.map +0 -1
  1240. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts +0 -6
  1241. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts.map +0 -1
  1242. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js +0 -15
  1243. package/dist/schematron/cen/ae/cen-en16931-br-ae-05.js.map +0 -1
  1244. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts +0 -6
  1245. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts.map +0 -1
  1246. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js +0 -15
  1247. package/dist/schematron/cen/ae/cen-en16931-br-ae-06.js.map +0 -1
  1248. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts +0 -6
  1249. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts.map +0 -1
  1250. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js +0 -15
  1251. package/dist/schematron/cen/ae/cen-en16931-br-ae-07.js.map +0 -1
  1252. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts +0 -6
  1253. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts.map +0 -1
  1254. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js +0 -15
  1255. package/dist/schematron/cen/ae/cen-en16931-br-ae-08.js.map +0 -1
  1256. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts +0 -6
  1257. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts.map +0 -1
  1258. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js +0 -15
  1259. package/dist/schematron/cen/ae/cen-en16931-br-ae-09.js.map +0 -1
  1260. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts +0 -6
  1261. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts.map +0 -1
  1262. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js +0 -15
  1263. package/dist/schematron/cen/ae/cen-en16931-br-ae-10.js.map +0 -1
  1264. package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts +0 -6
  1265. package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts.map +0 -1
  1266. package/dist/schematron/cen/af/cen-en16931-br-af-01.js +0 -15
  1267. package/dist/schematron/cen/af/cen-en16931-br-af-01.js.map +0 -1
  1268. package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts +0 -6
  1269. package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts.map +0 -1
  1270. package/dist/schematron/cen/af/cen-en16931-br-af-02.js +0 -15
  1271. package/dist/schematron/cen/af/cen-en16931-br-af-02.js.map +0 -1
  1272. package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts +0 -6
  1273. package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts.map +0 -1
  1274. package/dist/schematron/cen/af/cen-en16931-br-af-03.js +0 -15
  1275. package/dist/schematron/cen/af/cen-en16931-br-af-03.js.map +0 -1
  1276. package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts +0 -6
  1277. package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts.map +0 -1
  1278. package/dist/schematron/cen/af/cen-en16931-br-af-04.js +0 -15
  1279. package/dist/schematron/cen/af/cen-en16931-br-af-04.js.map +0 -1
  1280. package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts +0 -6
  1281. package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts.map +0 -1
  1282. package/dist/schematron/cen/af/cen-en16931-br-af-05.js +0 -15
  1283. package/dist/schematron/cen/af/cen-en16931-br-af-05.js.map +0 -1
  1284. package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts +0 -6
  1285. package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts.map +0 -1
  1286. package/dist/schematron/cen/af/cen-en16931-br-af-06.js +0 -15
  1287. package/dist/schematron/cen/af/cen-en16931-br-af-06.js.map +0 -1
  1288. package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts +0 -6
  1289. package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts.map +0 -1
  1290. package/dist/schematron/cen/af/cen-en16931-br-af-07.js +0 -15
  1291. package/dist/schematron/cen/af/cen-en16931-br-af-07.js.map +0 -1
  1292. package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts +0 -6
  1293. package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts.map +0 -1
  1294. package/dist/schematron/cen/af/cen-en16931-br-af-08.js +0 -15
  1295. package/dist/schematron/cen/af/cen-en16931-br-af-08.js.map +0 -1
  1296. package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts +0 -6
  1297. package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts.map +0 -1
  1298. package/dist/schematron/cen/af/cen-en16931-br-af-09.js +0 -15
  1299. package/dist/schematron/cen/af/cen-en16931-br-af-09.js.map +0 -1
  1300. package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts +0 -6
  1301. package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts.map +0 -1
  1302. package/dist/schematron/cen/af/cen-en16931-br-af-10.js +0 -15
  1303. package/dist/schematron/cen/af/cen-en16931-br-af-10.js.map +0 -1
  1304. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts +0 -6
  1305. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts.map +0 -1
  1306. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js +0 -15
  1307. package/dist/schematron/cen/ag/cen-en16931-br-ag-01.js.map +0 -1
  1308. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts +0 -6
  1309. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts.map +0 -1
  1310. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js +0 -15
  1311. package/dist/schematron/cen/ag/cen-en16931-br-ag-02.js.map +0 -1
  1312. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts +0 -6
  1313. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts.map +0 -1
  1314. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js +0 -15
  1315. package/dist/schematron/cen/ag/cen-en16931-br-ag-03.js.map +0 -1
  1316. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts +0 -6
  1317. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts.map +0 -1
  1318. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js +0 -15
  1319. package/dist/schematron/cen/ag/cen-en16931-br-ag-04.js.map +0 -1
  1320. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts +0 -6
  1321. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts.map +0 -1
  1322. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js +0 -15
  1323. package/dist/schematron/cen/ag/cen-en16931-br-ag-05.js.map +0 -1
  1324. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts +0 -6
  1325. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts.map +0 -1
  1326. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js +0 -15
  1327. package/dist/schematron/cen/ag/cen-en16931-br-ag-06.js.map +0 -1
  1328. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts +0 -6
  1329. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts.map +0 -1
  1330. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js +0 -15
  1331. package/dist/schematron/cen/ag/cen-en16931-br-ag-07.js.map +0 -1
  1332. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts +0 -6
  1333. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts.map +0 -1
  1334. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js +0 -15
  1335. package/dist/schematron/cen/ag/cen-en16931-br-ag-08.js.map +0 -1
  1336. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts +0 -6
  1337. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts.map +0 -1
  1338. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js +0 -15
  1339. package/dist/schematron/cen/ag/cen-en16931-br-ag-09.js.map +0 -1
  1340. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts +0 -6
  1341. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts.map +0 -1
  1342. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js +0 -15
  1343. package/dist/schematron/cen/ag/cen-en16931-br-ag-10.js.map +0 -1
  1344. package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts +0 -6
  1345. package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts.map +0 -1
  1346. package/dist/schematron/cen/b/cen-en16931-br-b-01.js +0 -15
  1347. package/dist/schematron/cen/b/cen-en16931-br-b-01.js.map +0 -1
  1348. package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts +0 -6
  1349. package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts.map +0 -1
  1350. package/dist/schematron/cen/b/cen-en16931-br-b-02.js +0 -15
  1351. package/dist/schematron/cen/b/cen-en16931-br-b-02.js.map +0 -1
  1352. package/dist/schematron/cen/cen-en16931-br-01.d.ts +0 -6
  1353. package/dist/schematron/cen/cen-en16931-br-01.d.ts.map +0 -1
  1354. package/dist/schematron/cen/cen-en16931-br-01.js +0 -15
  1355. package/dist/schematron/cen/cen-en16931-br-01.js.map +0 -1
  1356. package/dist/schematron/cen/cen-en16931-br-02.d.ts +0 -6
  1357. package/dist/schematron/cen/cen-en16931-br-02.d.ts.map +0 -1
  1358. package/dist/schematron/cen/cen-en16931-br-02.js +0 -15
  1359. package/dist/schematron/cen/cen-en16931-br-02.js.map +0 -1
  1360. package/dist/schematron/cen/cen-en16931-br-03.d.ts +0 -6
  1361. package/dist/schematron/cen/cen-en16931-br-03.d.ts.map +0 -1
  1362. package/dist/schematron/cen/cen-en16931-br-03.js +0 -15
  1363. package/dist/schematron/cen/cen-en16931-br-03.js.map +0 -1
  1364. package/dist/schematron/cen/cen-en16931-br-04.d.ts +0 -6
  1365. package/dist/schematron/cen/cen-en16931-br-04.d.ts.map +0 -1
  1366. package/dist/schematron/cen/cen-en16931-br-04.js +0 -15
  1367. package/dist/schematron/cen/cen-en16931-br-04.js.map +0 -1
  1368. package/dist/schematron/cen/cen-en16931-br-05.d.ts +0 -6
  1369. package/dist/schematron/cen/cen-en16931-br-05.d.ts.map +0 -1
  1370. package/dist/schematron/cen/cen-en16931-br-05.js +0 -15
  1371. package/dist/schematron/cen/cen-en16931-br-05.js.map +0 -1
  1372. package/dist/schematron/cen/cen-en16931-br-06.d.ts +0 -6
  1373. package/dist/schematron/cen/cen-en16931-br-06.d.ts.map +0 -1
  1374. package/dist/schematron/cen/cen-en16931-br-06.js +0 -15
  1375. package/dist/schematron/cen/cen-en16931-br-06.js.map +0 -1
  1376. package/dist/schematron/cen/cen-en16931-br-07.d.ts +0 -6
  1377. package/dist/schematron/cen/cen-en16931-br-07.d.ts.map +0 -1
  1378. package/dist/schematron/cen/cen-en16931-br-07.js +0 -15
  1379. package/dist/schematron/cen/cen-en16931-br-07.js.map +0 -1
  1380. package/dist/schematron/cen/cen-en16931-br-08.d.ts +0 -6
  1381. package/dist/schematron/cen/cen-en16931-br-08.d.ts.map +0 -1
  1382. package/dist/schematron/cen/cen-en16931-br-08.js +0 -15
  1383. package/dist/schematron/cen/cen-en16931-br-08.js.map +0 -1
  1384. package/dist/schematron/cen/cen-en16931-br-09.d.ts +0 -6
  1385. package/dist/schematron/cen/cen-en16931-br-09.d.ts.map +0 -1
  1386. package/dist/schematron/cen/cen-en16931-br-09.js +0 -15
  1387. package/dist/schematron/cen/cen-en16931-br-09.js.map +0 -1
  1388. package/dist/schematron/cen/cen-en16931-br-10.d.ts +0 -6
  1389. package/dist/schematron/cen/cen-en16931-br-10.d.ts.map +0 -1
  1390. package/dist/schematron/cen/cen-en16931-br-10.js +0 -15
  1391. package/dist/schematron/cen/cen-en16931-br-10.js.map +0 -1
  1392. package/dist/schematron/cen/cen-en16931-br-11.d.ts +0 -6
  1393. package/dist/schematron/cen/cen-en16931-br-11.d.ts.map +0 -1
  1394. package/dist/schematron/cen/cen-en16931-br-11.js +0 -15
  1395. package/dist/schematron/cen/cen-en16931-br-11.js.map +0 -1
  1396. package/dist/schematron/cen/cen-en16931-br-12.d.ts +0 -6
  1397. package/dist/schematron/cen/cen-en16931-br-12.d.ts.map +0 -1
  1398. package/dist/schematron/cen/cen-en16931-br-12.js +0 -15
  1399. package/dist/schematron/cen/cen-en16931-br-12.js.map +0 -1
  1400. package/dist/schematron/cen/cen-en16931-br-13.d.ts +0 -6
  1401. package/dist/schematron/cen/cen-en16931-br-13.d.ts.map +0 -1
  1402. package/dist/schematron/cen/cen-en16931-br-13.js +0 -15
  1403. package/dist/schematron/cen/cen-en16931-br-13.js.map +0 -1
  1404. package/dist/schematron/cen/cen-en16931-br-14.d.ts +0 -6
  1405. package/dist/schematron/cen/cen-en16931-br-14.d.ts.map +0 -1
  1406. package/dist/schematron/cen/cen-en16931-br-14.js +0 -15
  1407. package/dist/schematron/cen/cen-en16931-br-14.js.map +0 -1
  1408. package/dist/schematron/cen/cen-en16931-br-15.d.ts +0 -6
  1409. package/dist/schematron/cen/cen-en16931-br-15.d.ts.map +0 -1
  1410. package/dist/schematron/cen/cen-en16931-br-15.js +0 -15
  1411. package/dist/schematron/cen/cen-en16931-br-15.js.map +0 -1
  1412. package/dist/schematron/cen/cen-en16931-br-16.d.ts +0 -6
  1413. package/dist/schematron/cen/cen-en16931-br-16.d.ts.map +0 -1
  1414. package/dist/schematron/cen/cen-en16931-br-16.js +0 -15
  1415. package/dist/schematron/cen/cen-en16931-br-16.js.map +0 -1
  1416. package/dist/schematron/cen/cen-en16931-br-17.d.ts +0 -6
  1417. package/dist/schematron/cen/cen-en16931-br-17.d.ts.map +0 -1
  1418. package/dist/schematron/cen/cen-en16931-br-17.js +0 -15
  1419. package/dist/schematron/cen/cen-en16931-br-17.js.map +0 -1
  1420. package/dist/schematron/cen/cen-en16931-br-18.d.ts +0 -6
  1421. package/dist/schematron/cen/cen-en16931-br-18.d.ts.map +0 -1
  1422. package/dist/schematron/cen/cen-en16931-br-18.js +0 -15
  1423. package/dist/schematron/cen/cen-en16931-br-18.js.map +0 -1
  1424. package/dist/schematron/cen/cen-en16931-br-19.d.ts +0 -6
  1425. package/dist/schematron/cen/cen-en16931-br-19.d.ts.map +0 -1
  1426. package/dist/schematron/cen/cen-en16931-br-19.js +0 -15
  1427. package/dist/schematron/cen/cen-en16931-br-19.js.map +0 -1
  1428. package/dist/schematron/cen/cen-en16931-br-20.d.ts +0 -6
  1429. package/dist/schematron/cen/cen-en16931-br-20.d.ts.map +0 -1
  1430. package/dist/schematron/cen/cen-en16931-br-20.js +0 -15
  1431. package/dist/schematron/cen/cen-en16931-br-20.js.map +0 -1
  1432. package/dist/schematron/cen/cen-en16931-br-21.d.ts +0 -6
  1433. package/dist/schematron/cen/cen-en16931-br-21.d.ts.map +0 -1
  1434. package/dist/schematron/cen/cen-en16931-br-21.js +0 -15
  1435. package/dist/schematron/cen/cen-en16931-br-21.js.map +0 -1
  1436. package/dist/schematron/cen/cen-en16931-br-22.d.ts +0 -6
  1437. package/dist/schematron/cen/cen-en16931-br-22.d.ts.map +0 -1
  1438. package/dist/schematron/cen/cen-en16931-br-22.js +0 -15
  1439. package/dist/schematron/cen/cen-en16931-br-22.js.map +0 -1
  1440. package/dist/schematron/cen/cen-en16931-br-23.d.ts +0 -6
  1441. package/dist/schematron/cen/cen-en16931-br-23.d.ts.map +0 -1
  1442. package/dist/schematron/cen/cen-en16931-br-23.js +0 -15
  1443. package/dist/schematron/cen/cen-en16931-br-23.js.map +0 -1
  1444. package/dist/schematron/cen/cen-en16931-br-24.d.ts +0 -6
  1445. package/dist/schematron/cen/cen-en16931-br-24.d.ts.map +0 -1
  1446. package/dist/schematron/cen/cen-en16931-br-24.js +0 -15
  1447. package/dist/schematron/cen/cen-en16931-br-24.js.map +0 -1
  1448. package/dist/schematron/cen/cen-en16931-br-25.d.ts +0 -6
  1449. package/dist/schematron/cen/cen-en16931-br-25.d.ts.map +0 -1
  1450. package/dist/schematron/cen/cen-en16931-br-25.js +0 -15
  1451. package/dist/schematron/cen/cen-en16931-br-25.js.map +0 -1
  1452. package/dist/schematron/cen/cen-en16931-br-26.d.ts +0 -6
  1453. package/dist/schematron/cen/cen-en16931-br-26.d.ts.map +0 -1
  1454. package/dist/schematron/cen/cen-en16931-br-26.js +0 -15
  1455. package/dist/schematron/cen/cen-en16931-br-26.js.map +0 -1
  1456. package/dist/schematron/cen/cen-en16931-br-27.d.ts +0 -6
  1457. package/dist/schematron/cen/cen-en16931-br-27.d.ts.map +0 -1
  1458. package/dist/schematron/cen/cen-en16931-br-27.js +0 -15
  1459. package/dist/schematron/cen/cen-en16931-br-27.js.map +0 -1
  1460. package/dist/schematron/cen/cen-en16931-br-28.d.ts +0 -6
  1461. package/dist/schematron/cen/cen-en16931-br-28.d.ts.map +0 -1
  1462. package/dist/schematron/cen/cen-en16931-br-28.js +0 -15
  1463. package/dist/schematron/cen/cen-en16931-br-28.js.map +0 -1
  1464. package/dist/schematron/cen/cen-en16931-br-29.d.ts +0 -6
  1465. package/dist/schematron/cen/cen-en16931-br-29.d.ts.map +0 -1
  1466. package/dist/schematron/cen/cen-en16931-br-29.js +0 -15
  1467. package/dist/schematron/cen/cen-en16931-br-29.js.map +0 -1
  1468. package/dist/schematron/cen/cen-en16931-br-30.d.ts +0 -6
  1469. package/dist/schematron/cen/cen-en16931-br-30.d.ts.map +0 -1
  1470. package/dist/schematron/cen/cen-en16931-br-30.js +0 -15
  1471. package/dist/schematron/cen/cen-en16931-br-30.js.map +0 -1
  1472. package/dist/schematron/cen/cen-en16931-br-31.d.ts +0 -6
  1473. package/dist/schematron/cen/cen-en16931-br-31.d.ts.map +0 -1
  1474. package/dist/schematron/cen/cen-en16931-br-31.js +0 -15
  1475. package/dist/schematron/cen/cen-en16931-br-31.js.map +0 -1
  1476. package/dist/schematron/cen/cen-en16931-br-32.d.ts +0 -6
  1477. package/dist/schematron/cen/cen-en16931-br-32.d.ts.map +0 -1
  1478. package/dist/schematron/cen/cen-en16931-br-32.js +0 -15
  1479. package/dist/schematron/cen/cen-en16931-br-32.js.map +0 -1
  1480. package/dist/schematron/cen/cen-en16931-br-33.d.ts +0 -6
  1481. package/dist/schematron/cen/cen-en16931-br-33.d.ts.map +0 -1
  1482. package/dist/schematron/cen/cen-en16931-br-33.js +0 -15
  1483. package/dist/schematron/cen/cen-en16931-br-33.js.map +0 -1
  1484. package/dist/schematron/cen/cen-en16931-br-36.d.ts +0 -6
  1485. package/dist/schematron/cen/cen-en16931-br-36.d.ts.map +0 -1
  1486. package/dist/schematron/cen/cen-en16931-br-36.js +0 -15
  1487. package/dist/schematron/cen/cen-en16931-br-36.js.map +0 -1
  1488. package/dist/schematron/cen/cen-en16931-br-37.d.ts +0 -6
  1489. package/dist/schematron/cen/cen-en16931-br-37.d.ts.map +0 -1
  1490. package/dist/schematron/cen/cen-en16931-br-37.js +0 -15
  1491. package/dist/schematron/cen/cen-en16931-br-37.js.map +0 -1
  1492. package/dist/schematron/cen/cen-en16931-br-38.d.ts +0 -6
  1493. package/dist/schematron/cen/cen-en16931-br-38.d.ts.map +0 -1
  1494. package/dist/schematron/cen/cen-en16931-br-38.js +0 -15
  1495. package/dist/schematron/cen/cen-en16931-br-38.js.map +0 -1
  1496. package/dist/schematron/cen/cen-en16931-br-41.d.ts +0 -6
  1497. package/dist/schematron/cen/cen-en16931-br-41.d.ts.map +0 -1
  1498. package/dist/schematron/cen/cen-en16931-br-41.js +0 -15
  1499. package/dist/schematron/cen/cen-en16931-br-41.js.map +0 -1
  1500. package/dist/schematron/cen/cen-en16931-br-42.d.ts +0 -6
  1501. package/dist/schematron/cen/cen-en16931-br-42.d.ts.map +0 -1
  1502. package/dist/schematron/cen/cen-en16931-br-42.js +0 -15
  1503. package/dist/schematron/cen/cen-en16931-br-42.js.map +0 -1
  1504. package/dist/schematron/cen/cen-en16931-br-43.d.ts +0 -6
  1505. package/dist/schematron/cen/cen-en16931-br-43.d.ts.map +0 -1
  1506. package/dist/schematron/cen/cen-en16931-br-43.js +0 -15
  1507. package/dist/schematron/cen/cen-en16931-br-43.js.map +0 -1
  1508. package/dist/schematron/cen/cen-en16931-br-44.d.ts +0 -6
  1509. package/dist/schematron/cen/cen-en16931-br-44.d.ts.map +0 -1
  1510. package/dist/schematron/cen/cen-en16931-br-44.js +0 -15
  1511. package/dist/schematron/cen/cen-en16931-br-44.js.map +0 -1
  1512. package/dist/schematron/cen/cen-en16931-br-45.d.ts +0 -6
  1513. package/dist/schematron/cen/cen-en16931-br-45.d.ts.map +0 -1
  1514. package/dist/schematron/cen/cen-en16931-br-45.js +0 -15
  1515. package/dist/schematron/cen/cen-en16931-br-45.js.map +0 -1
  1516. package/dist/schematron/cen/cen-en16931-br-46.d.ts +0 -6
  1517. package/dist/schematron/cen/cen-en16931-br-46.d.ts.map +0 -1
  1518. package/dist/schematron/cen/cen-en16931-br-46.js +0 -15
  1519. package/dist/schematron/cen/cen-en16931-br-46.js.map +0 -1
  1520. package/dist/schematron/cen/cen-en16931-br-47.d.ts +0 -6
  1521. package/dist/schematron/cen/cen-en16931-br-47.d.ts.map +0 -1
  1522. package/dist/schematron/cen/cen-en16931-br-47.js +0 -15
  1523. package/dist/schematron/cen/cen-en16931-br-47.js.map +0 -1
  1524. package/dist/schematron/cen/cen-en16931-br-48.d.ts +0 -6
  1525. package/dist/schematron/cen/cen-en16931-br-48.d.ts.map +0 -1
  1526. package/dist/schematron/cen/cen-en16931-br-48.js +0 -15
  1527. package/dist/schematron/cen/cen-en16931-br-48.js.map +0 -1
  1528. package/dist/schematron/cen/cen-en16931-br-49.d.ts +0 -6
  1529. package/dist/schematron/cen/cen-en16931-br-49.d.ts.map +0 -1
  1530. package/dist/schematron/cen/cen-en16931-br-49.js +0 -15
  1531. package/dist/schematron/cen/cen-en16931-br-49.js.map +0 -1
  1532. package/dist/schematron/cen/cen-en16931-br-50.d.ts +0 -6
  1533. package/dist/schematron/cen/cen-en16931-br-50.d.ts.map +0 -1
  1534. package/dist/schematron/cen/cen-en16931-br-50.js +0 -15
  1535. package/dist/schematron/cen/cen-en16931-br-50.js.map +0 -1
  1536. package/dist/schematron/cen/cen-en16931-br-51.d.ts +0 -6
  1537. package/dist/schematron/cen/cen-en16931-br-51.d.ts.map +0 -1
  1538. package/dist/schematron/cen/cen-en16931-br-51.js +0 -15
  1539. package/dist/schematron/cen/cen-en16931-br-51.js.map +0 -1
  1540. package/dist/schematron/cen/cen-en16931-br-52.d.ts +0 -6
  1541. package/dist/schematron/cen/cen-en16931-br-52.d.ts.map +0 -1
  1542. package/dist/schematron/cen/cen-en16931-br-52.js +0 -15
  1543. package/dist/schematron/cen/cen-en16931-br-52.js.map +0 -1
  1544. package/dist/schematron/cen/cen-en16931-br-53.d.ts +0 -6
  1545. package/dist/schematron/cen/cen-en16931-br-53.d.ts.map +0 -1
  1546. package/dist/schematron/cen/cen-en16931-br-53.js +0 -15
  1547. package/dist/schematron/cen/cen-en16931-br-53.js.map +0 -1
  1548. package/dist/schematron/cen/cen-en16931-br-54.d.ts +0 -6
  1549. package/dist/schematron/cen/cen-en16931-br-54.d.ts.map +0 -1
  1550. package/dist/schematron/cen/cen-en16931-br-54.js +0 -15
  1551. package/dist/schematron/cen/cen-en16931-br-54.js.map +0 -1
  1552. package/dist/schematron/cen/cen-en16931-br-55.d.ts +0 -6
  1553. package/dist/schematron/cen/cen-en16931-br-55.d.ts.map +0 -1
  1554. package/dist/schematron/cen/cen-en16931-br-55.js +0 -15
  1555. package/dist/schematron/cen/cen-en16931-br-55.js.map +0 -1
  1556. package/dist/schematron/cen/cen-en16931-br-56.d.ts +0 -6
  1557. package/dist/schematron/cen/cen-en16931-br-56.d.ts.map +0 -1
  1558. package/dist/schematron/cen/cen-en16931-br-56.js +0 -15
  1559. package/dist/schematron/cen/cen-en16931-br-56.js.map +0 -1
  1560. package/dist/schematron/cen/cen-en16931-br-57.d.ts +0 -6
  1561. package/dist/schematron/cen/cen-en16931-br-57.d.ts.map +0 -1
  1562. package/dist/schematron/cen/cen-en16931-br-57.js +0 -15
  1563. package/dist/schematron/cen/cen-en16931-br-57.js.map +0 -1
  1564. package/dist/schematron/cen/cen-en16931-br-61.d.ts +0 -6
  1565. package/dist/schematron/cen/cen-en16931-br-61.d.ts.map +0 -1
  1566. package/dist/schematron/cen/cen-en16931-br-61.js +0 -15
  1567. package/dist/schematron/cen/cen-en16931-br-61.js.map +0 -1
  1568. package/dist/schematron/cen/cen-en16931-br-62.d.ts +0 -6
  1569. package/dist/schematron/cen/cen-en16931-br-62.d.ts.map +0 -1
  1570. package/dist/schematron/cen/cen-en16931-br-62.js +0 -15
  1571. package/dist/schematron/cen/cen-en16931-br-62.js.map +0 -1
  1572. package/dist/schematron/cen/cen-en16931-br-63.d.ts +0 -6
  1573. package/dist/schematron/cen/cen-en16931-br-63.d.ts.map +0 -1
  1574. package/dist/schematron/cen/cen-en16931-br-63.js +0 -15
  1575. package/dist/schematron/cen/cen-en16931-br-63.js.map +0 -1
  1576. package/dist/schematron/cen/cen-en16931-br-64.d.ts +0 -6
  1577. package/dist/schematron/cen/cen-en16931-br-64.d.ts.map +0 -1
  1578. package/dist/schematron/cen/cen-en16931-br-64.js +0 -15
  1579. package/dist/schematron/cen/cen-en16931-br-64.js.map +0 -1
  1580. package/dist/schematron/cen/cen-en16931-br-65.d.ts +0 -6
  1581. package/dist/schematron/cen/cen-en16931-br-65.d.ts.map +0 -1
  1582. package/dist/schematron/cen/cen-en16931-br-65.js +0 -15
  1583. package/dist/schematron/cen/cen-en16931-br-65.js.map +0 -1
  1584. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts +0 -6
  1585. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts.map +0 -1
  1586. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js +0 -15
  1587. package/dist/schematron/cen/cl/cen-en16931-br-cl-08.js.map +0 -1
  1588. package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts +0 -6
  1589. package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts.map +0 -1
  1590. package/dist/schematron/cen/co/cen-en16931-br-co-03.js +0 -15
  1591. package/dist/schematron/cen/co/cen-en16931-br-co-03.js.map +0 -1
  1592. package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts +0 -6
  1593. package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts.map +0 -1
  1594. package/dist/schematron/cen/co/cen-en16931-br-co-04.js +0 -15
  1595. package/dist/schematron/cen/co/cen-en16931-br-co-04.js.map +0 -1
  1596. package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts +0 -6
  1597. package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts.map +0 -1
  1598. package/dist/schematron/cen/co/cen-en16931-br-co-05.js +0 -14
  1599. package/dist/schematron/cen/co/cen-en16931-br-co-05.js.map +0 -1
  1600. package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts +0 -6
  1601. package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts.map +0 -1
  1602. package/dist/schematron/cen/co/cen-en16931-br-co-06.js +0 -14
  1603. package/dist/schematron/cen/co/cen-en16931-br-co-06.js.map +0 -1
  1604. package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts +0 -6
  1605. package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts.map +0 -1
  1606. package/dist/schematron/cen/co/cen-en16931-br-co-07.js +0 -14
  1607. package/dist/schematron/cen/co/cen-en16931-br-co-07.js.map +0 -1
  1608. package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts +0 -6
  1609. package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts.map +0 -1
  1610. package/dist/schematron/cen/co/cen-en16931-br-co-08.js +0 -14
  1611. package/dist/schematron/cen/co/cen-en16931-br-co-08.js.map +0 -1
  1612. package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts +0 -6
  1613. package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts.map +0 -1
  1614. package/dist/schematron/cen/co/cen-en16931-br-co-09.js +0 -15
  1615. package/dist/schematron/cen/co/cen-en16931-br-co-09.js.map +0 -1
  1616. package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts +0 -6
  1617. package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts.map +0 -1
  1618. package/dist/schematron/cen/co/cen-en16931-br-co-10.js +0 -15
  1619. package/dist/schematron/cen/co/cen-en16931-br-co-10.js.map +0 -1
  1620. package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts +0 -6
  1621. package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts.map +0 -1
  1622. package/dist/schematron/cen/co/cen-en16931-br-co-11.js +0 -19
  1623. package/dist/schematron/cen/co/cen-en16931-br-co-11.js.map +0 -1
  1624. package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts +0 -6
  1625. package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts.map +0 -1
  1626. package/dist/schematron/cen/co/cen-en16931-br-co-12.js +0 -19
  1627. package/dist/schematron/cen/co/cen-en16931-br-co-12.js.map +0 -1
  1628. package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts +0 -6
  1629. package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts.map +0 -1
  1630. package/dist/schematron/cen/co/cen-en16931-br-co-13.js +0 -20
  1631. package/dist/schematron/cen/co/cen-en16931-br-co-13.js.map +0 -1
  1632. package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts +0 -6
  1633. package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts.map +0 -1
  1634. package/dist/schematron/cen/co/cen-en16931-br-co-14.js +0 -15
  1635. package/dist/schematron/cen/co/cen-en16931-br-co-14.js.map +0 -1
  1636. package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts +0 -6
  1637. package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts.map +0 -1
  1638. package/dist/schematron/cen/co/cen-en16931-br-co-15.js +0 -20
  1639. package/dist/schematron/cen/co/cen-en16931-br-co-15.js.map +0 -1
  1640. package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts +0 -6
  1641. package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts.map +0 -1
  1642. package/dist/schematron/cen/co/cen-en16931-br-co-16.js +0 -20
  1643. package/dist/schematron/cen/co/cen-en16931-br-co-16.js.map +0 -1
  1644. package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts +0 -6
  1645. package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts.map +0 -1
  1646. package/dist/schematron/cen/co/cen-en16931-br-co-17.js +0 -15
  1647. package/dist/schematron/cen/co/cen-en16931-br-co-17.js.map +0 -1
  1648. package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts +0 -6
  1649. package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts.map +0 -1
  1650. package/dist/schematron/cen/co/cen-en16931-br-co-18.js +0 -15
  1651. package/dist/schematron/cen/co/cen-en16931-br-co-18.js.map +0 -1
  1652. package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts +0 -6
  1653. package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts.map +0 -1
  1654. package/dist/schematron/cen/co/cen-en16931-br-co-19.js +0 -15
  1655. package/dist/schematron/cen/co/cen-en16931-br-co-19.js.map +0 -1
  1656. package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts +0 -6
  1657. package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts.map +0 -1
  1658. package/dist/schematron/cen/co/cen-en16931-br-co-20.js +0 -15
  1659. package/dist/schematron/cen/co/cen-en16931-br-co-20.js.map +0 -1
  1660. package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts +0 -6
  1661. package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts.map +0 -1
  1662. package/dist/schematron/cen/co/cen-en16931-br-co-21.js +0 -15
  1663. package/dist/schematron/cen/co/cen-en16931-br-co-21.js.map +0 -1
  1664. package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts +0 -6
  1665. package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts.map +0 -1
  1666. package/dist/schematron/cen/co/cen-en16931-br-co-22.js +0 -15
  1667. package/dist/schematron/cen/co/cen-en16931-br-co-22.js.map +0 -1
  1668. package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts +0 -6
  1669. package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts.map +0 -1
  1670. package/dist/schematron/cen/co/cen-en16931-br-co-23.js +0 -15
  1671. package/dist/schematron/cen/co/cen-en16931-br-co-23.js.map +0 -1
  1672. package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts +0 -6
  1673. package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts.map +0 -1
  1674. package/dist/schematron/cen/co/cen-en16931-br-co-24.js +0 -15
  1675. package/dist/schematron/cen/co/cen-en16931-br-co-24.js.map +0 -1
  1676. package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts +0 -6
  1677. package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts.map +0 -1
  1678. package/dist/schematron/cen/co/cen-en16931-br-co-25.js +0 -15
  1679. package/dist/schematron/cen/co/cen-en16931-br-co-25.js.map +0 -1
  1680. package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts +0 -6
  1681. package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts.map +0 -1
  1682. package/dist/schematron/cen/co/cen-en16931-br-co-26.js +0 -15
  1683. package/dist/schematron/cen/co/cen-en16931-br-co-26.js.map +0 -1
  1684. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts +0 -6
  1685. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts.map +0 -1
  1686. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js +0 -15
  1687. package/dist/schematron/cen/dec/cen-en16931-br-dec-01.js.map +0 -1
  1688. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts +0 -6
  1689. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts.map +0 -1
  1690. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js +0 -15
  1691. package/dist/schematron/cen/dec/cen-en16931-br-dec-02.js.map +0 -1
  1692. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts +0 -6
  1693. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts.map +0 -1
  1694. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js +0 -15
  1695. package/dist/schematron/cen/dec/cen-en16931-br-dec-05.js.map +0 -1
  1696. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts +0 -6
  1697. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts.map +0 -1
  1698. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js +0 -15
  1699. package/dist/schematron/cen/dec/cen-en16931-br-dec-06.js.map +0 -1
  1700. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts +0 -6
  1701. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts.map +0 -1
  1702. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js +0 -15
  1703. package/dist/schematron/cen/dec/cen-en16931-br-dec-09.js.map +0 -1
  1704. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts +0 -6
  1705. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts.map +0 -1
  1706. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js +0 -15
  1707. package/dist/schematron/cen/dec/cen-en16931-br-dec-10.js.map +0 -1
  1708. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts +0 -6
  1709. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts.map +0 -1
  1710. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js +0 -15
  1711. package/dist/schematron/cen/dec/cen-en16931-br-dec-11.js.map +0 -1
  1712. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts +0 -6
  1713. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts.map +0 -1
  1714. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js +0 -15
  1715. package/dist/schematron/cen/dec/cen-en16931-br-dec-12.js.map +0 -1
  1716. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts +0 -6
  1717. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts.map +0 -1
  1718. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js +0 -15
  1719. package/dist/schematron/cen/dec/cen-en16931-br-dec-13.js.map +0 -1
  1720. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts +0 -6
  1721. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts.map +0 -1
  1722. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js +0 -15
  1723. package/dist/schematron/cen/dec/cen-en16931-br-dec-14.js.map +0 -1
  1724. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts +0 -6
  1725. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts.map +0 -1
  1726. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js +0 -15
  1727. package/dist/schematron/cen/dec/cen-en16931-br-dec-15.js.map +0 -1
  1728. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts +0 -6
  1729. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts.map +0 -1
  1730. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js +0 -15
  1731. package/dist/schematron/cen/dec/cen-en16931-br-dec-16.js.map +0 -1
  1732. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts +0 -6
  1733. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts.map +0 -1
  1734. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js +0 -15
  1735. package/dist/schematron/cen/dec/cen-en16931-br-dec-17.js.map +0 -1
  1736. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts +0 -6
  1737. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts.map +0 -1
  1738. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js +0 -15
  1739. package/dist/schematron/cen/dec/cen-en16931-br-dec-18.js.map +0 -1
  1740. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts +0 -6
  1741. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts.map +0 -1
  1742. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js +0 -15
  1743. package/dist/schematron/cen/dec/cen-en16931-br-dec-19.js.map +0 -1
  1744. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts +0 -6
  1745. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts.map +0 -1
  1746. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js +0 -15
  1747. package/dist/schematron/cen/dec/cen-en16931-br-dec-20.js.map +0 -1
  1748. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts +0 -6
  1749. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts.map +0 -1
  1750. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js +0 -15
  1751. package/dist/schematron/cen/dec/cen-en16931-br-dec-23.js.map +0 -1
  1752. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts +0 -6
  1753. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts.map +0 -1
  1754. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js +0 -15
  1755. package/dist/schematron/cen/dec/cen-en16931-br-dec-24.js.map +0 -1
  1756. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts +0 -6
  1757. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts.map +0 -1
  1758. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js +0 -15
  1759. package/dist/schematron/cen/dec/cen-en16931-br-dec-25.js.map +0 -1
  1760. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts +0 -6
  1761. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts.map +0 -1
  1762. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js +0 -15
  1763. package/dist/schematron/cen/dec/cen-en16931-br-dec-27.js.map +0 -1
  1764. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts +0 -6
  1765. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts.map +0 -1
  1766. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js +0 -15
  1767. package/dist/schematron/cen/dec/cen-en16931-br-dec-28.js.map +0 -1
  1768. package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts +0 -6
  1769. package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts.map +0 -1
  1770. package/dist/schematron/cen/e/cen-en16931-br-e-01.js +0 -15
  1771. package/dist/schematron/cen/e/cen-en16931-br-e-01.js.map +0 -1
  1772. package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts +0 -6
  1773. package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts.map +0 -1
  1774. package/dist/schematron/cen/e/cen-en16931-br-e-02.js +0 -15
  1775. package/dist/schematron/cen/e/cen-en16931-br-e-02.js.map +0 -1
  1776. package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts +0 -6
  1777. package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts.map +0 -1
  1778. package/dist/schematron/cen/e/cen-en16931-br-e-03.js +0 -15
  1779. package/dist/schematron/cen/e/cen-en16931-br-e-03.js.map +0 -1
  1780. package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts +0 -6
  1781. package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts.map +0 -1
  1782. package/dist/schematron/cen/e/cen-en16931-br-e-04.js +0 -15
  1783. package/dist/schematron/cen/e/cen-en16931-br-e-04.js.map +0 -1
  1784. package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts +0 -6
  1785. package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts.map +0 -1
  1786. package/dist/schematron/cen/e/cen-en16931-br-e-05.js +0 -15
  1787. package/dist/schematron/cen/e/cen-en16931-br-e-05.js.map +0 -1
  1788. package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts +0 -6
  1789. package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts.map +0 -1
  1790. package/dist/schematron/cen/e/cen-en16931-br-e-06.js +0 -15
  1791. package/dist/schematron/cen/e/cen-en16931-br-e-06.js.map +0 -1
  1792. package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts +0 -6
  1793. package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts.map +0 -1
  1794. package/dist/schematron/cen/e/cen-en16931-br-e-07.js +0 -15
  1795. package/dist/schematron/cen/e/cen-en16931-br-e-07.js.map +0 -1
  1796. package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts +0 -6
  1797. package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts.map +0 -1
  1798. package/dist/schematron/cen/e/cen-en16931-br-e-08.js +0 -15
  1799. package/dist/schematron/cen/e/cen-en16931-br-e-08.js.map +0 -1
  1800. package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts +0 -6
  1801. package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts.map +0 -1
  1802. package/dist/schematron/cen/e/cen-en16931-br-e-09.js +0 -15
  1803. package/dist/schematron/cen/e/cen-en16931-br-e-09.js.map +0 -1
  1804. package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts +0 -6
  1805. package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts.map +0 -1
  1806. package/dist/schematron/cen/e/cen-en16931-br-e-10.js +0 -15
  1807. package/dist/schematron/cen/e/cen-en16931-br-e-10.js.map +0 -1
  1808. package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts +0 -6
  1809. package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts.map +0 -1
  1810. package/dist/schematron/cen/g/cen-en16931-br-g-01.js +0 -15
  1811. package/dist/schematron/cen/g/cen-en16931-br-g-01.js.map +0 -1
  1812. package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts +0 -6
  1813. package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts.map +0 -1
  1814. package/dist/schematron/cen/g/cen-en16931-br-g-02.js +0 -15
  1815. package/dist/schematron/cen/g/cen-en16931-br-g-02.js.map +0 -1
  1816. package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts +0 -6
  1817. package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts.map +0 -1
  1818. package/dist/schematron/cen/g/cen-en16931-br-g-03.js +0 -15
  1819. package/dist/schematron/cen/g/cen-en16931-br-g-03.js.map +0 -1
  1820. package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts +0 -6
  1821. package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts.map +0 -1
  1822. package/dist/schematron/cen/g/cen-en16931-br-g-04.js +0 -15
  1823. package/dist/schematron/cen/g/cen-en16931-br-g-04.js.map +0 -1
  1824. package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts +0 -6
  1825. package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts.map +0 -1
  1826. package/dist/schematron/cen/g/cen-en16931-br-g-05.js +0 -15
  1827. package/dist/schematron/cen/g/cen-en16931-br-g-05.js.map +0 -1
  1828. package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts +0 -6
  1829. package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts.map +0 -1
  1830. package/dist/schematron/cen/g/cen-en16931-br-g-06.js +0 -15
  1831. package/dist/schematron/cen/g/cen-en16931-br-g-06.js.map +0 -1
  1832. package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts +0 -6
  1833. package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts.map +0 -1
  1834. package/dist/schematron/cen/g/cen-en16931-br-g-07.js +0 -15
  1835. package/dist/schematron/cen/g/cen-en16931-br-g-07.js.map +0 -1
  1836. package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts +0 -6
  1837. package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts.map +0 -1
  1838. package/dist/schematron/cen/g/cen-en16931-br-g-08.js +0 -15
  1839. package/dist/schematron/cen/g/cen-en16931-br-g-08.js.map +0 -1
  1840. package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts +0 -6
  1841. package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts.map +0 -1
  1842. package/dist/schematron/cen/g/cen-en16931-br-g-09.js +0 -15
  1843. package/dist/schematron/cen/g/cen-en16931-br-g-09.js.map +0 -1
  1844. package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts +0 -6
  1845. package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts.map +0 -1
  1846. package/dist/schematron/cen/g/cen-en16931-br-g-10.js +0 -15
  1847. package/dist/schematron/cen/g/cen-en16931-br-g-10.js.map +0 -1
  1848. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts +0 -6
  1849. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts.map +0 -1
  1850. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js +0 -15
  1851. package/dist/schematron/cen/ic/cen-en16931-br-ic-01.js.map +0 -1
  1852. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts +0 -6
  1853. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts.map +0 -1
  1854. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js +0 -15
  1855. package/dist/schematron/cen/ic/cen-en16931-br-ic-02.js.map +0 -1
  1856. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts +0 -6
  1857. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts.map +0 -1
  1858. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js +0 -15
  1859. package/dist/schematron/cen/ic/cen-en16931-br-ic-03.js.map +0 -1
  1860. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts +0 -6
  1861. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts.map +0 -1
  1862. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js +0 -15
  1863. package/dist/schematron/cen/ic/cen-en16931-br-ic-04.js.map +0 -1
  1864. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts +0 -6
  1865. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts.map +0 -1
  1866. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js +0 -15
  1867. package/dist/schematron/cen/ic/cen-en16931-br-ic-05.js.map +0 -1
  1868. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts +0 -6
  1869. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts.map +0 -1
  1870. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js +0 -15
  1871. package/dist/schematron/cen/ic/cen-en16931-br-ic-06.js.map +0 -1
  1872. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts +0 -6
  1873. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts.map +0 -1
  1874. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js +0 -15
  1875. package/dist/schematron/cen/ic/cen-en16931-br-ic-07.js.map +0 -1
  1876. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts +0 -6
  1877. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts.map +0 -1
  1878. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js +0 -15
  1879. package/dist/schematron/cen/ic/cen-en16931-br-ic-08.js.map +0 -1
  1880. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts +0 -6
  1881. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts.map +0 -1
  1882. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js +0 -15
  1883. package/dist/schematron/cen/ic/cen-en16931-br-ic-09.js.map +0 -1
  1884. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts +0 -6
  1885. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts.map +0 -1
  1886. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js +0 -15
  1887. package/dist/schematron/cen/ic/cen-en16931-br-ic-10.js.map +0 -1
  1888. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts +0 -6
  1889. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts.map +0 -1
  1890. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js +0 -15
  1891. package/dist/schematron/cen/ic/cen-en16931-br-ic-11.js.map +0 -1
  1892. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts +0 -6
  1893. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts.map +0 -1
  1894. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js +0 -15
  1895. package/dist/schematron/cen/ic/cen-en16931-br-ic-12.js.map +0 -1
  1896. package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts +0 -6
  1897. package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts.map +0 -1
  1898. package/dist/schematron/cen/o/cen-en16931-br-o-01.js +0 -15
  1899. package/dist/schematron/cen/o/cen-en16931-br-o-01.js.map +0 -1
  1900. package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts +0 -6
  1901. package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts.map +0 -1
  1902. package/dist/schematron/cen/o/cen-en16931-br-o-02.js +0 -15
  1903. package/dist/schematron/cen/o/cen-en16931-br-o-02.js.map +0 -1
  1904. package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts +0 -6
  1905. package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts.map +0 -1
  1906. package/dist/schematron/cen/o/cen-en16931-br-o-03.js +0 -15
  1907. package/dist/schematron/cen/o/cen-en16931-br-o-03.js.map +0 -1
  1908. package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts +0 -6
  1909. package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts.map +0 -1
  1910. package/dist/schematron/cen/o/cen-en16931-br-o-04.js +0 -15
  1911. package/dist/schematron/cen/o/cen-en16931-br-o-04.js.map +0 -1
  1912. package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts +0 -6
  1913. package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts.map +0 -1
  1914. package/dist/schematron/cen/o/cen-en16931-br-o-05.js +0 -15
  1915. package/dist/schematron/cen/o/cen-en16931-br-o-05.js.map +0 -1
  1916. package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts +0 -6
  1917. package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts.map +0 -1
  1918. package/dist/schematron/cen/o/cen-en16931-br-o-06.js +0 -15
  1919. package/dist/schematron/cen/o/cen-en16931-br-o-06.js.map +0 -1
  1920. package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts +0 -6
  1921. package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts.map +0 -1
  1922. package/dist/schematron/cen/o/cen-en16931-br-o-07.js +0 -15
  1923. package/dist/schematron/cen/o/cen-en16931-br-o-07.js.map +0 -1
  1924. package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts +0 -6
  1925. package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts.map +0 -1
  1926. package/dist/schematron/cen/o/cen-en16931-br-o-08.js +0 -15
  1927. package/dist/schematron/cen/o/cen-en16931-br-o-08.js.map +0 -1
  1928. package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts +0 -6
  1929. package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts.map +0 -1
  1930. package/dist/schematron/cen/o/cen-en16931-br-o-09.js +0 -15
  1931. package/dist/schematron/cen/o/cen-en16931-br-o-09.js.map +0 -1
  1932. package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts +0 -6
  1933. package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts.map +0 -1
  1934. package/dist/schematron/cen/o/cen-en16931-br-o-10.js +0 -15
  1935. package/dist/schematron/cen/o/cen-en16931-br-o-10.js.map +0 -1
  1936. package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts +0 -6
  1937. package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts.map +0 -1
  1938. package/dist/schematron/cen/o/cen-en16931-br-o-11.js +0 -15
  1939. package/dist/schematron/cen/o/cen-en16931-br-o-11.js.map +0 -1
  1940. package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts +0 -6
  1941. package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts.map +0 -1
  1942. package/dist/schematron/cen/o/cen-en16931-br-o-12.js +0 -15
  1943. package/dist/schematron/cen/o/cen-en16931-br-o-12.js.map +0 -1
  1944. package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts +0 -6
  1945. package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts.map +0 -1
  1946. package/dist/schematron/cen/o/cen-en16931-br-o-13.js +0 -15
  1947. package/dist/schematron/cen/o/cen-en16931-br-o-13.js.map +0 -1
  1948. package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts +0 -6
  1949. package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts.map +0 -1
  1950. package/dist/schematron/cen/o/cen-en16931-br-o-14.js +0 -15
  1951. package/dist/schematron/cen/o/cen-en16931-br-o-14.js.map +0 -1
  1952. package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts +0 -6
  1953. package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts.map +0 -1
  1954. package/dist/schematron/cen/s/cen-en16931-br-s-01.js +0 -15
  1955. package/dist/schematron/cen/s/cen-en16931-br-s-01.js.map +0 -1
  1956. package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts +0 -6
  1957. package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts.map +0 -1
  1958. package/dist/schematron/cen/s/cen-en16931-br-s-02.js +0 -15
  1959. package/dist/schematron/cen/s/cen-en16931-br-s-02.js.map +0 -1
  1960. package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts +0 -6
  1961. package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts.map +0 -1
  1962. package/dist/schematron/cen/s/cen-en16931-br-s-03.js +0 -15
  1963. package/dist/schematron/cen/s/cen-en16931-br-s-03.js.map +0 -1
  1964. package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts +0 -6
  1965. package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts.map +0 -1
  1966. package/dist/schematron/cen/s/cen-en16931-br-s-04.js +0 -15
  1967. package/dist/schematron/cen/s/cen-en16931-br-s-04.js.map +0 -1
  1968. package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts +0 -6
  1969. package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts.map +0 -1
  1970. package/dist/schematron/cen/s/cen-en16931-br-s-05.js +0 -15
  1971. package/dist/schematron/cen/s/cen-en16931-br-s-05.js.map +0 -1
  1972. package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts +0 -6
  1973. package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts.map +0 -1
  1974. package/dist/schematron/cen/s/cen-en16931-br-s-06.js +0 -15
  1975. package/dist/schematron/cen/s/cen-en16931-br-s-06.js.map +0 -1
  1976. package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts +0 -6
  1977. package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts.map +0 -1
  1978. package/dist/schematron/cen/s/cen-en16931-br-s-07.js +0 -15
  1979. package/dist/schematron/cen/s/cen-en16931-br-s-07.js.map +0 -1
  1980. package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts +0 -6
  1981. package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts.map +0 -1
  1982. package/dist/schematron/cen/s/cen-en16931-br-s-08.js +0 -15
  1983. package/dist/schematron/cen/s/cen-en16931-br-s-08.js.map +0 -1
  1984. package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts +0 -6
  1985. package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts.map +0 -1
  1986. package/dist/schematron/cen/s/cen-en16931-br-s-09.js +0 -15
  1987. package/dist/schematron/cen/s/cen-en16931-br-s-09.js.map +0 -1
  1988. package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts +0 -6
  1989. package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts.map +0 -1
  1990. package/dist/schematron/cen/s/cen-en16931-br-s-10.js +0 -15
  1991. package/dist/schematron/cen/s/cen-en16931-br-s-10.js.map +0 -1
  1992. package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts +0 -6
  1993. package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts.map +0 -1
  1994. package/dist/schematron/cen/z/cen-en16931-br-z-01.js +0 -15
  1995. package/dist/schematron/cen/z/cen-en16931-br-z-01.js.map +0 -1
  1996. package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts +0 -6
  1997. package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts.map +0 -1
  1998. package/dist/schematron/cen/z/cen-en16931-br-z-02.js +0 -15
  1999. package/dist/schematron/cen/z/cen-en16931-br-z-02.js.map +0 -1
  2000. package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts +0 -6
  2001. package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts.map +0 -1
  2002. package/dist/schematron/cen/z/cen-en16931-br-z-03.js +0 -15
  2003. package/dist/schematron/cen/z/cen-en16931-br-z-03.js.map +0 -1
  2004. package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts +0 -6
  2005. package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts.map +0 -1
  2006. package/dist/schematron/cen/z/cen-en16931-br-z-04.js +0 -15
  2007. package/dist/schematron/cen/z/cen-en16931-br-z-04.js.map +0 -1
  2008. package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts +0 -6
  2009. package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts.map +0 -1
  2010. package/dist/schematron/cen/z/cen-en16931-br-z-05.js +0 -15
  2011. package/dist/schematron/cen/z/cen-en16931-br-z-05.js.map +0 -1
  2012. package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts +0 -6
  2013. package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts.map +0 -1
  2014. package/dist/schematron/cen/z/cen-en16931-br-z-06.js +0 -15
  2015. package/dist/schematron/cen/z/cen-en16931-br-z-06.js.map +0 -1
  2016. package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts +0 -6
  2017. package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts.map +0 -1
  2018. package/dist/schematron/cen/z/cen-en16931-br-z-07.js +0 -15
  2019. package/dist/schematron/cen/z/cen-en16931-br-z-07.js.map +0 -1
  2020. package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts +0 -6
  2021. package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts.map +0 -1
  2022. package/dist/schematron/cen/z/cen-en16931-br-z-08.js +0 -15
  2023. package/dist/schematron/cen/z/cen-en16931-br-z-08.js.map +0 -1
  2024. package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts +0 -6
  2025. package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts.map +0 -1
  2026. package/dist/schematron/cen/z/cen-en16931-br-z-09.js +0 -15
  2027. package/dist/schematron/cen/z/cen-en16931-br-z-09.js.map +0 -1
  2028. package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts +0 -6
  2029. package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts.map +0 -1
  2030. package/dist/schematron/cen/z/cen-en16931-br-z-10.js +0 -15
  2031. package/dist/schematron/cen/z/cen-en16931-br-z-10.js.map +0 -1
  2032. package/dist/schematron/de/de-r-001.d.ts +0 -6
  2033. package/dist/schematron/de/de-r-001.d.ts.map +0 -1
  2034. package/dist/schematron/de/de-r-001.js +0 -15
  2035. package/dist/schematron/de/de-r-001.js.map +0 -1
  2036. package/dist/schematron/de/de-r-002.d.ts +0 -6
  2037. package/dist/schematron/de/de-r-002.d.ts.map +0 -1
  2038. package/dist/schematron/de/de-r-002.js +0 -15
  2039. package/dist/schematron/de/de-r-002.js.map +0 -1
  2040. package/dist/schematron/de/de-r-003.d.ts +0 -6
  2041. package/dist/schematron/de/de-r-003.d.ts.map +0 -1
  2042. package/dist/schematron/de/de-r-003.js +0 -16
  2043. package/dist/schematron/de/de-r-003.js.map +0 -1
  2044. package/dist/schematron/de/de-r-004.d.ts +0 -6
  2045. package/dist/schematron/de/de-r-004.d.ts.map +0 -1
  2046. package/dist/schematron/de/de-r-004.js +0 -16
  2047. package/dist/schematron/de/de-r-004.js.map +0 -1
  2048. package/dist/schematron/de/de-r-005.d.ts +0 -6
  2049. package/dist/schematron/de/de-r-005.d.ts.map +0 -1
  2050. package/dist/schematron/de/de-r-005.js +0 -16
  2051. package/dist/schematron/de/de-r-005.js.map +0 -1
  2052. package/dist/schematron/de/de-r-006.d.ts +0 -6
  2053. package/dist/schematron/de/de-r-006.d.ts.map +0 -1
  2054. package/dist/schematron/de/de-r-006.js +0 -16
  2055. package/dist/schematron/de/de-r-006.js.map +0 -1
  2056. package/dist/schematron/de/de-r-007.d.ts +0 -6
  2057. package/dist/schematron/de/de-r-007.d.ts.map +0 -1
  2058. package/dist/schematron/de/de-r-007.js +0 -16
  2059. package/dist/schematron/de/de-r-007.js.map +0 -1
  2060. package/dist/schematron/de/de-r-008.d.ts +0 -6
  2061. package/dist/schematron/de/de-r-008.d.ts.map +0 -1
  2062. package/dist/schematron/de/de-r-008.js +0 -16
  2063. package/dist/schematron/de/de-r-008.js.map +0 -1
  2064. package/dist/schematron/de/de-r-009.d.ts +0 -6
  2065. package/dist/schematron/de/de-r-009.d.ts.map +0 -1
  2066. package/dist/schematron/de/de-r-009.js +0 -16
  2067. package/dist/schematron/de/de-r-009.js.map +0 -1
  2068. package/dist/schematron/de/de-r-010.d.ts +0 -6
  2069. package/dist/schematron/de/de-r-010.d.ts.map +0 -1
  2070. package/dist/schematron/de/de-r-010.js +0 -18
  2071. package/dist/schematron/de/de-r-010.js.map +0 -1
  2072. package/dist/schematron/de/de-r-011.d.ts +0 -6
  2073. package/dist/schematron/de/de-r-011.d.ts.map +0 -1
  2074. package/dist/schematron/de/de-r-011.js +0 -18
  2075. package/dist/schematron/de/de-r-011.js.map +0 -1
  2076. package/dist/schematron/de/de-r-014.d.ts +0 -6
  2077. package/dist/schematron/de/de-r-014.d.ts.map +0 -1
  2078. package/dist/schematron/de/de-r-014.js +0 -16
  2079. package/dist/schematron/de/de-r-014.js.map +0 -1
  2080. package/dist/schematron/de/de-r-015.d.ts +0 -6
  2081. package/dist/schematron/de/de-r-015.d.ts.map +0 -1
  2082. package/dist/schematron/de/de-r-015.js +0 -16
  2083. package/dist/schematron/de/de-r-015.js.map +0 -1
  2084. package/dist/schematron/de/de-r-016.d.ts +0 -6
  2085. package/dist/schematron/de/de-r-016.d.ts.map +0 -1
  2086. package/dist/schematron/de/de-r-016.js +0 -30
  2087. package/dist/schematron/de/de-r-016.js.map +0 -1
  2088. package/dist/schematron/de/de-r-017.d.ts +0 -6
  2089. package/dist/schematron/de/de-r-017.d.ts.map +0 -1
  2090. package/dist/schematron/de/de-r-017.js +0 -26
  2091. package/dist/schematron/de/de-r-017.js.map +0 -1
  2092. package/dist/schematron/de/de-r-018.d.ts +0 -6
  2093. package/dist/schematron/de/de-r-018.d.ts.map +0 -1
  2094. package/dist/schematron/de/de-r-018.js +0 -21
  2095. package/dist/schematron/de/de-r-018.js.map +0 -1
  2096. package/dist/schematron/de/de-r-019.d.ts +0 -6
  2097. package/dist/schematron/de/de-r-019.d.ts.map +0 -1
  2098. package/dist/schematron/de/de-r-019.js +0 -21
  2099. package/dist/schematron/de/de-r-019.js.map +0 -1
  2100. package/dist/schematron/de/de-r-020.d.ts +0 -6
  2101. package/dist/schematron/de/de-r-020.d.ts.map +0 -1
  2102. package/dist/schematron/de/de-r-020.js +0 -21
  2103. package/dist/schematron/de/de-r-020.js.map +0 -1
  2104. package/dist/schematron/de/de-r-022.d.ts +0 -6
  2105. package/dist/schematron/de/de-r-022.d.ts.map +0 -1
  2106. package/dist/schematron/de/de-r-022.js +0 -16
  2107. package/dist/schematron/de/de-r-022.js.map +0 -1
  2108. package/dist/schematron/de/de-r-023-1.d.ts +0 -6
  2109. package/dist/schematron/de/de-r-023-1.d.ts.map +0 -1
  2110. package/dist/schematron/de/de-r-023-1.js +0 -20
  2111. package/dist/schematron/de/de-r-023-1.js.map +0 -1
  2112. package/dist/schematron/de/de-r-023-2.d.ts +0 -6
  2113. package/dist/schematron/de/de-r-023-2.d.ts.map +0 -1
  2114. package/dist/schematron/de/de-r-023-2.js +0 -20
  2115. package/dist/schematron/de/de-r-023-2.js.map +0 -1
  2116. package/dist/schematron/de/de-r-024-1.d.ts +0 -6
  2117. package/dist/schematron/de/de-r-024-1.d.ts.map +0 -1
  2118. package/dist/schematron/de/de-r-024-1.js +0 -24
  2119. package/dist/schematron/de/de-r-024-1.js.map +0 -1
  2120. package/dist/schematron/de/de-r-024-2.d.ts +0 -6
  2121. package/dist/schematron/de/de-r-024-2.d.ts.map +0 -1
  2122. package/dist/schematron/de/de-r-024-2.js +0 -24
  2123. package/dist/schematron/de/de-r-024-2.js.map +0 -1
  2124. package/dist/schematron/de/de-r-025-1.d.ts +0 -6
  2125. package/dist/schematron/de/de-r-025-1.d.ts.map +0 -1
  2126. package/dist/schematron/de/de-r-025-1.js +0 -19
  2127. package/dist/schematron/de/de-r-025-1.js.map +0 -1
  2128. package/dist/schematron/de/de-r-025-2.d.ts +0 -6
  2129. package/dist/schematron/de/de-r-025-2.d.ts.map +0 -1
  2130. package/dist/schematron/de/de-r-025-2.js +0 -19
  2131. package/dist/schematron/de/de-r-025-2.js.map +0 -1
  2132. package/dist/schematron/de/de-r-026.d.ts +0 -6
  2133. package/dist/schematron/de/de-r-026.d.ts.map +0 -1
  2134. package/dist/schematron/de/de-r-026.js +0 -19
  2135. package/dist/schematron/de/de-r-026.js.map +0 -1
  2136. package/dist/schematron/de/de-r-027.d.ts +0 -6
  2137. package/dist/schematron/de/de-r-027.d.ts.map +0 -1
  2138. package/dist/schematron/de/de-r-027.js +0 -17
  2139. package/dist/schematron/de/de-r-027.js.map +0 -1
  2140. package/dist/schematron/de/de-r-028.d.ts +0 -6
  2141. package/dist/schematron/de/de-r-028.d.ts.map +0 -1
  2142. package/dist/schematron/de/de-r-028.js +0 -17
  2143. package/dist/schematron/de/de-r-028.js.map +0 -1
  2144. package/dist/schematron/de/de-r-030.d.ts +0 -6
  2145. package/dist/schematron/de/de-r-030.d.ts.map +0 -1
  2146. package/dist/schematron/de/de-r-030.js +0 -17
  2147. package/dist/schematron/de/de-r-030.js.map +0 -1
  2148. package/dist/schematron/de/de-r-031.d.ts +0 -6
  2149. package/dist/schematron/de/de-r-031.d.ts.map +0 -1
  2150. package/dist/schematron/de/de-r-031.js +0 -19
  2151. package/dist/schematron/de/de-r-031.js.map +0 -1
  2152. package/dist/schematron/dk/dk-r-002.d.ts +0 -6
  2153. package/dist/schematron/dk/dk-r-002.d.ts.map +0 -1
  2154. package/dist/schematron/dk/dk-r-002.js +0 -16
  2155. package/dist/schematron/dk/dk-r-002.js.map +0 -1
  2156. package/dist/schematron/dk/dk-r-003.d.ts +0 -6
  2157. package/dist/schematron/dk/dk-r-003.d.ts.map +0 -1
  2158. package/dist/schematron/dk/dk-r-003.js +0 -25
  2159. package/dist/schematron/dk/dk-r-003.js.map +0 -1
  2160. package/dist/schematron/dk/dk-r-004.d.ts +0 -6
  2161. package/dist/schematron/dk/dk-r-004.d.ts.map +0 -1
  2162. package/dist/schematron/dk/dk-r-004.js +0 -23
  2163. package/dist/schematron/dk/dk-r-004.js.map +0 -1
  2164. package/dist/schematron/dk/dk-r-005.d.ts +0 -6
  2165. package/dist/schematron/dk/dk-r-005.d.ts.map +0 -1
  2166. package/dist/schematron/dk/dk-r-005.js +0 -29
  2167. package/dist/schematron/dk/dk-r-005.js.map +0 -1
  2168. package/dist/schematron/dk/dk-r-006.d.ts +0 -6
  2169. package/dist/schematron/dk/dk-r-006.d.ts.map +0 -1
  2170. package/dist/schematron/dk/dk-r-006.js +0 -22
  2171. package/dist/schematron/dk/dk-r-006.js.map +0 -1
  2172. package/dist/schematron/dk/dk-r-007.d.ts +0 -6
  2173. package/dist/schematron/dk/dk-r-007.d.ts.map +0 -1
  2174. package/dist/schematron/dk/dk-r-007.js +0 -21
  2175. package/dist/schematron/dk/dk-r-007.js.map +0 -1
  2176. package/dist/schematron/dk/dk-r-008.d.ts +0 -6
  2177. package/dist/schematron/dk/dk-r-008.d.ts.map +0 -1
  2178. package/dist/schematron/dk/dk-r-008.js +0 -25
  2179. package/dist/schematron/dk/dk-r-008.js.map +0 -1
  2180. package/dist/schematron/dk/dk-r-009.d.ts +0 -6
  2181. package/dist/schematron/dk/dk-r-009.d.ts.map +0 -1
  2182. package/dist/schematron/dk/dk-r-009.js +0 -21
  2183. package/dist/schematron/dk/dk-r-009.js.map +0 -1
  2184. package/dist/schematron/dk/dk-r-010.d.ts +0 -6
  2185. package/dist/schematron/dk/dk-r-010.d.ts.map +0 -1
  2186. package/dist/schematron/dk/dk-r-010.js +0 -26
  2187. package/dist/schematron/dk/dk-r-010.js.map +0 -1
  2188. package/dist/schematron/dk/dk-r-011.d.ts +0 -6
  2189. package/dist/schematron/dk/dk-r-011.d.ts.map +0 -1
  2190. package/dist/schematron/dk/dk-r-011.js +0 -21
  2191. package/dist/schematron/dk/dk-r-011.js.map +0 -1
  2192. package/dist/schematron/dk/dk-r-013.d.ts +0 -6
  2193. package/dist/schematron/dk/dk-r-013.d.ts.map +0 -1
  2194. package/dist/schematron/dk/dk-r-013.js +0 -19
  2195. package/dist/schematron/dk/dk-r-013.js.map +0 -1
  2196. package/dist/schematron/dk/dk-r-014.d.ts +0 -6
  2197. package/dist/schematron/dk/dk-r-014.d.ts.map +0 -1
  2198. package/dist/schematron/dk/dk-r-014.js +0 -17
  2199. package/dist/schematron/dk/dk-r-014.js.map +0 -1
  2200. package/dist/schematron/dk/dk-r-016.d.ts +0 -6
  2201. package/dist/schematron/dk/dk-r-016.d.ts.map +0 -1
  2202. package/dist/schematron/dk/dk-r-016.js +0 -15
  2203. package/dist/schematron/dk/dk-r-016.js.map +0 -1
  2204. package/dist/schematron/dk/dk-r-017.d.ts +0 -6
  2205. package/dist/schematron/dk/dk-r-017.d.ts.map +0 -1
  2206. package/dist/schematron/dk/dk-r-017.js +0 -17
  2207. package/dist/schematron/dk/dk-r-017.js.map +0 -1
  2208. package/dist/schematron/gr/gr-r-001-1.d.ts +0 -6
  2209. package/dist/schematron/gr/gr-r-001-1.d.ts.map +0 -1
  2210. package/dist/schematron/gr/gr-r-001-1.js +0 -16
  2211. package/dist/schematron/gr/gr-r-001-1.js.map +0 -1
  2212. package/dist/schematron/gr/gr-r-001-2.d.ts +0 -6
  2213. package/dist/schematron/gr/gr-r-001-2.d.ts.map +0 -1
  2214. package/dist/schematron/gr/gr-r-001-2.js +0 -21
  2215. package/dist/schematron/gr/gr-r-001-2.js.map +0 -1
  2216. package/dist/schematron/gr/gr-r-001-3.d.ts +0 -6
  2217. package/dist/schematron/gr/gr-r-001-3.d.ts.map +0 -1
  2218. package/dist/schematron/gr/gr-r-001-3.js +0 -22
  2219. package/dist/schematron/gr/gr-r-001-3.js.map +0 -1
  2220. package/dist/schematron/gr/gr-r-001-4.d.ts +0 -6
  2221. package/dist/schematron/gr/gr-r-001-4.d.ts.map +0 -1
  2222. package/dist/schematron/gr/gr-r-001-4.js +0 -17
  2223. package/dist/schematron/gr/gr-r-001-4.js.map +0 -1
  2224. package/dist/schematron/gr/gr-r-001-5.d.ts +0 -6
  2225. package/dist/schematron/gr/gr-r-001-5.d.ts.map +0 -1
  2226. package/dist/schematron/gr/gr-r-001-5.js +0 -25
  2227. package/dist/schematron/gr/gr-r-001-5.js.map +0 -1
  2228. package/dist/schematron/gr/gr-r-001-6.d.ts +0 -6
  2229. package/dist/schematron/gr/gr-r-001-6.d.ts.map +0 -1
  2230. package/dist/schematron/gr/gr-r-001-6.js +0 -16
  2231. package/dist/schematron/gr/gr-r-001-6.js.map +0 -1
  2232. package/dist/schematron/gr/gr-r-001-7.d.ts +0 -6
  2233. package/dist/schematron/gr/gr-r-001-7.d.ts.map +0 -1
  2234. package/dist/schematron/gr/gr-r-001-7.js +0 -16
  2235. package/dist/schematron/gr/gr-r-001-7.js.map +0 -1
  2236. package/dist/schematron/gr/gr-r-002.d.ts +0 -6
  2237. package/dist/schematron/gr/gr-r-002.d.ts.map +0 -1
  2238. package/dist/schematron/gr/gr-r-002.js +0 -16
  2239. package/dist/schematron/gr/gr-r-002.js.map +0 -1
  2240. package/dist/schematron/gr/gr-r-003.d.ts +0 -6
  2241. package/dist/schematron/gr/gr-r-003.d.ts.map +0 -1
  2242. package/dist/schematron/gr/gr-r-003.js +0 -18
  2243. package/dist/schematron/gr/gr-r-003.js.map +0 -1
  2244. package/dist/schematron/gr/gr-r-004-1.d.ts +0 -6
  2245. package/dist/schematron/gr/gr-r-004-1.d.ts.map +0 -1
  2246. package/dist/schematron/gr/gr-r-004-1.js +0 -16
  2247. package/dist/schematron/gr/gr-r-004-1.js.map +0 -1
  2248. package/dist/schematron/gr/gr-r-004-2.d.ts +0 -6
  2249. package/dist/schematron/gr/gr-r-004-2.d.ts.map +0 -1
  2250. package/dist/schematron/gr/gr-r-004-2.js +0 -16
  2251. package/dist/schematron/gr/gr-r-004-2.js.map +0 -1
  2252. package/dist/schematron/gr/gr-r-005.d.ts +0 -6
  2253. package/dist/schematron/gr/gr-r-005.d.ts.map +0 -1
  2254. package/dist/schematron/gr/gr-r-005.js +0 -16
  2255. package/dist/schematron/gr/gr-r-005.js.map +0 -1
  2256. package/dist/schematron/gr/gr-r-006.d.ts +0 -6
  2257. package/dist/schematron/gr/gr-r-006.d.ts.map +0 -1
  2258. package/dist/schematron/gr/gr-r-006.js +0 -21
  2259. package/dist/schematron/gr/gr-r-006.js.map +0 -1
  2260. package/dist/schematron/gr/gr-r-008-2.d.ts +0 -6
  2261. package/dist/schematron/gr/gr-r-008-2.d.ts.map +0 -1
  2262. package/dist/schematron/gr/gr-r-008-2.js +0 -16
  2263. package/dist/schematron/gr/gr-r-008-2.js.map +0 -1
  2264. package/dist/schematron/gr/gr-r-008-3.d.ts +0 -6
  2265. package/dist/schematron/gr/gr-r-008-3.d.ts.map +0 -1
  2266. package/dist/schematron/gr/gr-r-008-3.js +0 -19
  2267. package/dist/schematron/gr/gr-r-008-3.js.map +0 -1
  2268. package/dist/schematron/gr/gr-r-009.d.ts +0 -6
  2269. package/dist/schematron/gr/gr-r-009.d.ts.map +0 -1
  2270. package/dist/schematron/gr/gr-r-009.js +0 -18
  2271. package/dist/schematron/gr/gr-r-009.js.map +0 -1
  2272. package/dist/schematron/gr/gr-r-010.d.ts +0 -6
  2273. package/dist/schematron/gr/gr-r-010.d.ts.map +0 -1
  2274. package/dist/schematron/gr/gr-r-010.js +0 -19
  2275. package/dist/schematron/gr/gr-r-010.js.map +0 -1
  2276. package/dist/schematron/gr/gr-s-008-1.d.ts +0 -6
  2277. package/dist/schematron/gr/gr-s-008-1.d.ts.map +0 -1
  2278. package/dist/schematron/gr/gr-s-008-1.js +0 -16
  2279. package/dist/schematron/gr/gr-s-008-1.js.map +0 -1
  2280. package/dist/schematron/gr/gr-s-011.d.ts +0 -6
  2281. package/dist/schematron/gr/gr-s-011.d.ts.map +0 -1
  2282. package/dist/schematron/gr/gr-s-011.js +0 -18
  2283. package/dist/schematron/gr/gr-s-011.js.map +0 -1
  2284. package/dist/schematron/helpers.js +0 -382
  2285. package/dist/schematron/helpers.js.map +0 -1
  2286. package/dist/schematron/is/is-r-001.d.ts +0 -6
  2287. package/dist/schematron/is/is-r-001.d.ts.map +0 -1
  2288. package/dist/schematron/is/is-r-001.js +0 -17
  2289. package/dist/schematron/is/is-r-001.js.map +0 -1
  2290. package/dist/schematron/is/is-r-002.d.ts +0 -6
  2291. package/dist/schematron/is/is-r-002.d.ts.map +0 -1
  2292. package/dist/schematron/is/is-r-002.js +0 -16
  2293. package/dist/schematron/is/is-r-002.js.map +0 -1
  2294. package/dist/schematron/is/is-r-003.d.ts +0 -6
  2295. package/dist/schematron/is/is-r-003.d.ts.map +0 -1
  2296. package/dist/schematron/is/is-r-003.js +0 -16
  2297. package/dist/schematron/is/is-r-003.js.map +0 -1
  2298. package/dist/schematron/is/is-r-004.d.ts +0 -6
  2299. package/dist/schematron/is/is-r-004.d.ts.map +0 -1
  2300. package/dist/schematron/is/is-r-004.js +0 -16
  2301. package/dist/schematron/is/is-r-004.js.map +0 -1
  2302. package/dist/schematron/is/is-r-005.d.ts +0 -6
  2303. package/dist/schematron/is/is-r-005.d.ts.map +0 -1
  2304. package/dist/schematron/is/is-r-005.js +0 -16
  2305. package/dist/schematron/is/is-r-005.js.map +0 -1
  2306. package/dist/schematron/is/is-r-006.d.ts +0 -6
  2307. package/dist/schematron/is/is-r-006.d.ts.map +0 -1
  2308. package/dist/schematron/is/is-r-006.js +0 -21
  2309. package/dist/schematron/is/is-r-006.js.map +0 -1
  2310. package/dist/schematron/is/is-r-007.d.ts +0 -6
  2311. package/dist/schematron/is/is-r-007.d.ts.map +0 -1
  2312. package/dist/schematron/is/is-r-007.js +0 -21
  2313. package/dist/schematron/is/is-r-007.js.map +0 -1
  2314. package/dist/schematron/is/is-r-008.d.ts +0 -6
  2315. package/dist/schematron/is/is-r-008.d.ts.map +0 -1
  2316. package/dist/schematron/is/is-r-008.js +0 -22
  2317. package/dist/schematron/is/is-r-008.js.map +0 -1
  2318. package/dist/schematron/is/is-r-009.d.ts +0 -6
  2319. package/dist/schematron/is/is-r-009.d.ts.map +0 -1
  2320. package/dist/schematron/is/is-r-009.js +0 -16
  2321. package/dist/schematron/is/is-r-009.js.map +0 -1
  2322. package/dist/schematron/is/is-r-010.d.ts +0 -6
  2323. package/dist/schematron/is/is-r-010.d.ts.map +0 -1
  2324. package/dist/schematron/is/is-r-010.js +0 -22
  2325. package/dist/schematron/is/is-r-010.js.map +0 -1
  2326. package/dist/schematron/it/it-r-001.d.ts +0 -6
  2327. package/dist/schematron/it/it-r-001.d.ts.map +0 -1
  2328. package/dist/schematron/it/it-r-001.js +0 -16
  2329. package/dist/schematron/it/it-r-001.js.map +0 -1
  2330. package/dist/schematron/it/it-r-002.d.ts +0 -6
  2331. package/dist/schematron/it/it-r-002.d.ts.map +0 -1
  2332. package/dist/schematron/it/it-r-002.js +0 -16
  2333. package/dist/schematron/it/it-r-002.js.map +0 -1
  2334. package/dist/schematron/it/it-r-003.d.ts +0 -6
  2335. package/dist/schematron/it/it-r-003.d.ts.map +0 -1
  2336. package/dist/schematron/it/it-r-003.js +0 -16
  2337. package/dist/schematron/it/it-r-003.js.map +0 -1
  2338. package/dist/schematron/it/it-r-004.d.ts +0 -6
  2339. package/dist/schematron/it/it-r-004.d.ts.map +0 -1
  2340. package/dist/schematron/it/it-r-004.js +0 -16
  2341. package/dist/schematron/it/it-r-004.js.map +0 -1
  2342. package/dist/schematron/nl/nl-r-001.d.ts +0 -6
  2343. package/dist/schematron/nl/nl-r-001.d.ts.map +0 -1
  2344. package/dist/schematron/nl/nl-r-001.js +0 -16
  2345. package/dist/schematron/nl/nl-r-001.js.map +0 -1
  2346. package/dist/schematron/nl/nl-r-002.d.ts +0 -6
  2347. package/dist/schematron/nl/nl-r-002.d.ts.map +0 -1
  2348. package/dist/schematron/nl/nl-r-002.js +0 -16
  2349. package/dist/schematron/nl/nl-r-002.js.map +0 -1
  2350. package/dist/schematron/nl/nl-r-003.d.ts +0 -6
  2351. package/dist/schematron/nl/nl-r-003.d.ts.map +0 -1
  2352. package/dist/schematron/nl/nl-r-003.js +0 -18
  2353. package/dist/schematron/nl/nl-r-003.js.map +0 -1
  2354. package/dist/schematron/nl/nl-r-004.d.ts +0 -6
  2355. package/dist/schematron/nl/nl-r-004.d.ts.map +0 -1
  2356. package/dist/schematron/nl/nl-r-004.js +0 -16
  2357. package/dist/schematron/nl/nl-r-004.js.map +0 -1
  2358. package/dist/schematron/nl/nl-r-005.d.ts +0 -6
  2359. package/dist/schematron/nl/nl-r-005.d.ts.map +0 -1
  2360. package/dist/schematron/nl/nl-r-005.js +0 -18
  2361. package/dist/schematron/nl/nl-r-005.js.map +0 -1
  2362. package/dist/schematron/nl/nl-r-006.d.ts +0 -6
  2363. package/dist/schematron/nl/nl-r-006.d.ts.map +0 -1
  2364. package/dist/schematron/nl/nl-r-006.js +0 -18
  2365. package/dist/schematron/nl/nl-r-006.js.map +0 -1
  2366. package/dist/schematron/nl/nl-r-007.d.ts +0 -6
  2367. package/dist/schematron/nl/nl-r-007.d.ts.map +0 -1
  2368. package/dist/schematron/nl/nl-r-007.js +0 -19
  2369. package/dist/schematron/nl/nl-r-007.js.map +0 -1
  2370. package/dist/schematron/nl/nl-r-008.d.ts +0 -6
  2371. package/dist/schematron/nl/nl-r-008.d.ts.map +0 -1
  2372. package/dist/schematron/nl/nl-r-008.js +0 -24
  2373. package/dist/schematron/nl/nl-r-008.js.map +0 -1
  2374. package/dist/schematron/nl/nl-r-009.d.ts +0 -6
  2375. package/dist/schematron/nl/nl-r-009.d.ts.map +0 -1
  2376. package/dist/schematron/nl/nl-r-009.js +0 -16
  2377. package/dist/schematron/nl/nl-r-009.js.map +0 -1
  2378. package/dist/schematron/no/no-r-001.d.ts +0 -6
  2379. package/dist/schematron/no/no-r-001.d.ts.map +0 -1
  2380. package/dist/schematron/no/no-r-001.js +0 -20
  2381. package/dist/schematron/no/no-r-001.js.map +0 -1
  2382. package/dist/schematron/no/no-r-002.d.ts +0 -6
  2383. package/dist/schematron/no/no-r-002.d.ts.map +0 -1
  2384. package/dist/schematron/no/no-r-002.js +0 -16
  2385. package/dist/schematron/no/no-r-002.js.map +0 -1
  2386. package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts +0 -6
  2387. package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts.map +0 -1
  2388. package/dist/schematron/peppol/cl/peppol-en16931-cl001.js +0 -19
  2389. package/dist/schematron/peppol/cl/peppol-en16931-cl001.js.map +0 -1
  2390. package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts +0 -6
  2391. package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts.map +0 -1
  2392. package/dist/schematron/peppol/cl/peppol-en16931-cl002.js +0 -16
  2393. package/dist/schematron/peppol/cl/peppol-en16931-cl002.js.map +0 -1
  2394. package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts +0 -6
  2395. package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts.map +0 -1
  2396. package/dist/schematron/peppol/cl/peppol-en16931-cl003.js +0 -16
  2397. package/dist/schematron/peppol/cl/peppol-en16931-cl003.js.map +0 -1
  2398. package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts +0 -6
  2399. package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts.map +0 -1
  2400. package/dist/schematron/peppol/cl/peppol-en16931-cl006.js +0 -17
  2401. package/dist/schematron/peppol/cl/peppol-en16931-cl006.js.map +0 -1
  2402. package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts +0 -6
  2403. package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts.map +0 -1
  2404. package/dist/schematron/peppol/cl/peppol-en16931-cl007.js +0 -32
  2405. package/dist/schematron/peppol/cl/peppol-en16931-cl007.js.map +0 -1
  2406. package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts +0 -6
  2407. package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts.map +0 -1
  2408. package/dist/schematron/peppol/cl/peppol-en16931-cl008.js +0 -16
  2409. package/dist/schematron/peppol/cl/peppol-en16931-cl008.js.map +0 -1
  2410. package/dist/schematron/peppol/common/peppol-common-r040.d.ts +0 -6
  2411. package/dist/schematron/peppol/common/peppol-common-r040.d.ts.map +0 -1
  2412. package/dist/schematron/peppol/common/peppol-common-r040.js +0 -18
  2413. package/dist/schematron/peppol/common/peppol-common-r040.js.map +0 -1
  2414. package/dist/schematron/peppol/common/peppol-common-r041.d.ts +0 -6
  2415. package/dist/schematron/peppol/common/peppol-common-r041.d.ts.map +0 -1
  2416. package/dist/schematron/peppol/common/peppol-common-r041.js +0 -18
  2417. package/dist/schematron/peppol/common/peppol-common-r041.js.map +0 -1
  2418. package/dist/schematron/peppol/common/peppol-common-r042.d.ts +0 -6
  2419. package/dist/schematron/peppol/common/peppol-common-r042.d.ts.map +0 -1
  2420. package/dist/schematron/peppol/common/peppol-common-r042.js +0 -21
  2421. package/dist/schematron/peppol/common/peppol-common-r042.js.map +0 -1
  2422. package/dist/schematron/peppol/common/peppol-common-r043.d.ts +0 -6
  2423. package/dist/schematron/peppol/common/peppol-common-r043.d.ts.map +0 -1
  2424. package/dist/schematron/peppol/common/peppol-common-r043.js +0 -18
  2425. package/dist/schematron/peppol/common/peppol-common-r043.js.map +0 -1
  2426. package/dist/schematron/peppol/common/peppol-common-r044.d.ts +0 -6
  2427. package/dist/schematron/peppol/common/peppol-common-r044.d.ts.map +0 -1
  2428. package/dist/schematron/peppol/common/peppol-common-r044.js +0 -17
  2429. package/dist/schematron/peppol/common/peppol-common-r044.js.map +0 -1
  2430. package/dist/schematron/peppol/common/peppol-common-r045.d.ts +0 -6
  2431. package/dist/schematron/peppol/common/peppol-common-r045.d.ts.map +0 -1
  2432. package/dist/schematron/peppol/common/peppol-common-r045.js +0 -17
  2433. package/dist/schematron/peppol/common/peppol-common-r045.js.map +0 -1
  2434. package/dist/schematron/peppol/common/peppol-common-r046.d.ts +0 -6
  2435. package/dist/schematron/peppol/common/peppol-common-r046.d.ts.map +0 -1
  2436. package/dist/schematron/peppol/common/peppol-common-r046.js +0 -17
  2437. package/dist/schematron/peppol/common/peppol-common-r046.js.map +0 -1
  2438. package/dist/schematron/peppol/common/peppol-common-r047.d.ts +0 -6
  2439. package/dist/schematron/peppol/common/peppol-common-r047.d.ts.map +0 -1
  2440. package/dist/schematron/peppol/common/peppol-common-r047.js +0 -17
  2441. package/dist/schematron/peppol/common/peppol-common-r047.js.map +0 -1
  2442. package/dist/schematron/peppol/common/peppol-common-r049.d.ts +0 -6
  2443. package/dist/schematron/peppol/common/peppol-common-r049.d.ts.map +0 -1
  2444. package/dist/schematron/peppol/common/peppol-common-r049.js +0 -17
  2445. package/dist/schematron/peppol/common/peppol-common-r049.js.map +0 -1
  2446. package/dist/schematron/peppol/common/peppol-common-r050.d.ts +0 -6
  2447. package/dist/schematron/peppol/common/peppol-common-r050.d.ts.map +0 -1
  2448. package/dist/schematron/peppol/common/peppol-common-r050.js +0 -18
  2449. package/dist/schematron/peppol/common/peppol-common-r050.js.map +0 -1
  2450. package/dist/schematron/peppol/common/peppol-common-r052.d.ts +0 -6
  2451. package/dist/schematron/peppol/common/peppol-common-r052.d.ts.map +0 -1
  2452. package/dist/schematron/peppol/common/peppol-common-r052.js +0 -16
  2453. package/dist/schematron/peppol/common/peppol-common-r052.js.map +0 -1
  2454. package/dist/schematron/peppol/common/peppol-common-r053.d.ts +0 -6
  2455. package/dist/schematron/peppol/common/peppol-common-r053.d.ts.map +0 -1
  2456. package/dist/schematron/peppol/common/peppol-common-r053.js +0 -16
  2457. package/dist/schematron/peppol/common/peppol-common-r053.js.map +0 -1
  2458. package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts +0 -6
  2459. package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts.map +0 -1
  2460. package/dist/schematron/peppol/f/peppol-en16931-f001.js +0 -26
  2461. package/dist/schematron/peppol/f/peppol-en16931-f001.js.map +0 -1
  2462. package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts +0 -6
  2463. package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts.map +0 -1
  2464. package/dist/schematron/peppol/p/peppol-en16931-p0100.js +0 -46
  2465. package/dist/schematron/peppol/p/peppol-en16931-p0100.js.map +0 -1
  2466. package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts +0 -6
  2467. package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts.map +0 -1
  2468. package/dist/schematron/peppol/p/peppol-en16931-p0101.js +0 -25
  2469. package/dist/schematron/peppol/p/peppol-en16931-p0101.js.map +0 -1
  2470. package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts +0 -6
  2471. package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts.map +0 -1
  2472. package/dist/schematron/peppol/p/peppol-en16931-p0104.js +0 -15
  2473. package/dist/schematron/peppol/p/peppol-en16931-p0104.js.map +0 -1
  2474. package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts +0 -6
  2475. package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts.map +0 -1
  2476. package/dist/schematron/peppol/p/peppol-en16931-p0105.js +0 -15
  2477. package/dist/schematron/peppol/p/peppol-en16931-p0105.js.map +0 -1
  2478. package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts +0 -6
  2479. package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts.map +0 -1
  2480. package/dist/schematron/peppol/p/peppol-en16931-p0106.js +0 -15
  2481. package/dist/schematron/peppol/p/peppol-en16931-p0106.js.map +0 -1
  2482. package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts +0 -6
  2483. package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts.map +0 -1
  2484. package/dist/schematron/peppol/p/peppol-en16931-p0107.js +0 -15
  2485. package/dist/schematron/peppol/p/peppol-en16931-p0107.js.map +0 -1
  2486. package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts +0 -6
  2487. package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts.map +0 -1
  2488. package/dist/schematron/peppol/p/peppol-en16931-p0108.js +0 -15
  2489. package/dist/schematron/peppol/p/peppol-en16931-p0108.js.map +0 -1
  2490. package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts +0 -6
  2491. package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts.map +0 -1
  2492. package/dist/schematron/peppol/p/peppol-en16931-p0109.js +0 -15
  2493. package/dist/schematron/peppol/p/peppol-en16931-p0109.js.map +0 -1
  2494. package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts +0 -6
  2495. package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts.map +0 -1
  2496. package/dist/schematron/peppol/p/peppol-en16931-p0110.js +0 -15
  2497. package/dist/schematron/peppol/p/peppol-en16931-p0110.js.map +0 -1
  2498. package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts +0 -6
  2499. package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts.map +0 -1
  2500. package/dist/schematron/peppol/p/peppol-en16931-p0111.js +0 -15
  2501. package/dist/schematron/peppol/p/peppol-en16931-p0111.js.map +0 -1
  2502. package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts +0 -6
  2503. package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts.map +0 -1
  2504. package/dist/schematron/peppol/p/peppol-en16931-p0112.js +0 -19
  2505. package/dist/schematron/peppol/p/peppol-en16931-p0112.js.map +0 -1
  2506. package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts +0 -9
  2507. package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts.map +0 -1
  2508. package/dist/schematron/peppol/r/peppol-en16931-r001.js +0 -20
  2509. package/dist/schematron/peppol/r/peppol-en16931-r001.js.map +0 -1
  2510. package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts +0 -6
  2511. package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts.map +0 -1
  2512. package/dist/schematron/peppol/r/peppol-en16931-r002.js +0 -15
  2513. package/dist/schematron/peppol/r/peppol-en16931-r002.js.map +0 -1
  2514. package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts +0 -6
  2515. package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts.map +0 -1
  2516. package/dist/schematron/peppol/r/peppol-en16931-r003.js +0 -15
  2517. package/dist/schematron/peppol/r/peppol-en16931-r003.js.map +0 -1
  2518. package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts +0 -6
  2519. package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts.map +0 -1
  2520. package/dist/schematron/peppol/r/peppol-en16931-r004.js +0 -16
  2521. package/dist/schematron/peppol/r/peppol-en16931-r004.js.map +0 -1
  2522. package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts +0 -6
  2523. package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts.map +0 -1
  2524. package/dist/schematron/peppol/r/peppol-en16931-r005.js +0 -15
  2525. package/dist/schematron/peppol/r/peppol-en16931-r005.js.map +0 -1
  2526. package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts +0 -6
  2527. package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts.map +0 -1
  2528. package/dist/schematron/peppol/r/peppol-en16931-r007.js +0 -14
  2529. package/dist/schematron/peppol/r/peppol-en16931-r007.js.map +0 -1
  2530. package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts +0 -6
  2531. package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts.map +0 -1
  2532. package/dist/schematron/peppol/r/peppol-en16931-r008.js +0 -21
  2533. package/dist/schematron/peppol/r/peppol-en16931-r008.js.map +0 -1
  2534. package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts +0 -6
  2535. package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts.map +0 -1
  2536. package/dist/schematron/peppol/r/peppol-en16931-r010.js +0 -15
  2537. package/dist/schematron/peppol/r/peppol-en16931-r010.js.map +0 -1
  2538. package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts +0 -6
  2539. package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts.map +0 -1
  2540. package/dist/schematron/peppol/r/peppol-en16931-r020.js +0 -15
  2541. package/dist/schematron/peppol/r/peppol-en16931-r020.js.map +0 -1
  2542. package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts +0 -6
  2543. package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts.map +0 -1
  2544. package/dist/schematron/peppol/r/peppol-en16931-r040.js +0 -19
  2545. package/dist/schematron/peppol/r/peppol-en16931-r040.js.map +0 -1
  2546. package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts +0 -6
  2547. package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts.map +0 -1
  2548. package/dist/schematron/peppol/r/peppol-en16931-r041.js +0 -15
  2549. package/dist/schematron/peppol/r/peppol-en16931-r041.js.map +0 -1
  2550. package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts +0 -6
  2551. package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts.map +0 -1
  2552. package/dist/schematron/peppol/r/peppol-en16931-r042.js +0 -15
  2553. package/dist/schematron/peppol/r/peppol-en16931-r042.js.map +0 -1
  2554. package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts +0 -6
  2555. package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts.map +0 -1
  2556. package/dist/schematron/peppol/r/peppol-en16931-r043.js +0 -15
  2557. package/dist/schematron/peppol/r/peppol-en16931-r043.js.map +0 -1
  2558. package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts +0 -6
  2559. package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts.map +0 -1
  2560. package/dist/schematron/peppol/r/peppol-en16931-r044.js +0 -15
  2561. package/dist/schematron/peppol/r/peppol-en16931-r044.js.map +0 -1
  2562. package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts +0 -6
  2563. package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts.map +0 -1
  2564. package/dist/schematron/peppol/r/peppol-en16931-r046.js +0 -20
  2565. package/dist/schematron/peppol/r/peppol-en16931-r046.js.map +0 -1
  2566. package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts +0 -6
  2567. package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts.map +0 -1
  2568. package/dist/schematron/peppol/r/peppol-en16931-r051.js +0 -27
  2569. package/dist/schematron/peppol/r/peppol-en16931-r051.js.map +0 -1
  2570. package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts +0 -6
  2571. package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts.map +0 -1
  2572. package/dist/schematron/peppol/r/peppol-en16931-r053.js +0 -15
  2573. package/dist/schematron/peppol/r/peppol-en16931-r053.js.map +0 -1
  2574. package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts +0 -6
  2575. package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts.map +0 -1
  2576. package/dist/schematron/peppol/r/peppol-en16931-r054.js +0 -16
  2577. package/dist/schematron/peppol/r/peppol-en16931-r054.js.map +0 -1
  2578. package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts +0 -6
  2579. package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts.map +0 -1
  2580. package/dist/schematron/peppol/r/peppol-en16931-r055.js +0 -19
  2581. package/dist/schematron/peppol/r/peppol-en16931-r055.js.map +0 -1
  2582. package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts +0 -6
  2583. package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts.map +0 -1
  2584. package/dist/schematron/peppol/r/peppol-en16931-r061.js +0 -20
  2585. package/dist/schematron/peppol/r/peppol-en16931-r061.js.map +0 -1
  2586. package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts +0 -6
  2587. package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts.map +0 -1
  2588. package/dist/schematron/peppol/r/peppol-en16931-r100.js +0 -15
  2589. package/dist/schematron/peppol/r/peppol-en16931-r100.js.map +0 -1
  2590. package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts +0 -6
  2591. package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts.map +0 -1
  2592. package/dist/schematron/peppol/r/peppol-en16931-r101.js +0 -17
  2593. package/dist/schematron/peppol/r/peppol-en16931-r101.js.map +0 -1
  2594. package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts +0 -6
  2595. package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts.map +0 -1
  2596. package/dist/schematron/peppol/r/peppol-en16931-r110.js +0 -20
  2597. package/dist/schematron/peppol/r/peppol-en16931-r110.js.map +0 -1
  2598. package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts +0 -6
  2599. package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts.map +0 -1
  2600. package/dist/schematron/peppol/r/peppol-en16931-r111.js +0 -20
  2601. package/dist/schematron/peppol/r/peppol-en16931-r111.js.map +0 -1
  2602. package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts +0 -6
  2603. package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts.map +0 -1
  2604. package/dist/schematron/peppol/r/peppol-en16931-r120.js +0 -24
  2605. package/dist/schematron/peppol/r/peppol-en16931-r120.js.map +0 -1
  2606. package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts +0 -6
  2607. package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts.map +0 -1
  2608. package/dist/schematron/peppol/r/peppol-en16931-r121.js +0 -18
  2609. package/dist/schematron/peppol/r/peppol-en16931-r121.js.map +0 -1
  2610. package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts +0 -6
  2611. package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts.map +0 -1
  2612. package/dist/schematron/peppol/r/peppol-en16931-r130.js +0 -21
  2613. package/dist/schematron/peppol/r/peppol-en16931-r130.js.map +0 -1
  2614. package/dist/schematron/se/se-r-001.d.ts +0 -6
  2615. package/dist/schematron/se/se-r-001.d.ts.map +0 -1
  2616. package/dist/schematron/se/se-r-001.js +0 -16
  2617. package/dist/schematron/se/se-r-001.js.map +0 -1
  2618. package/dist/schematron/se/se-r-002.d.ts +0 -6
  2619. package/dist/schematron/se/se-r-002.d.ts.map +0 -1
  2620. package/dist/schematron/se/se-r-002.js +0 -16
  2621. package/dist/schematron/se/se-r-002.js.map +0 -1
  2622. package/dist/schematron/se/se-r-003.d.ts +0 -6
  2623. package/dist/schematron/se/se-r-003.d.ts.map +0 -1
  2624. package/dist/schematron/se/se-r-003.js +0 -16
  2625. package/dist/schematron/se/se-r-003.js.map +0 -1
  2626. package/dist/schematron/se/se-r-004.d.ts +0 -6
  2627. package/dist/schematron/se/se-r-004.d.ts.map +0 -1
  2628. package/dist/schematron/se/se-r-004.js +0 -16
  2629. package/dist/schematron/se/se-r-004.js.map +0 -1
  2630. package/dist/schematron/se/se-r-005.d.ts +0 -6
  2631. package/dist/schematron/se/se-r-005.d.ts.map +0 -1
  2632. package/dist/schematron/se/se-r-005.js +0 -17
  2633. package/dist/schematron/se/se-r-005.js.map +0 -1
  2634. package/dist/schematron/se/se-r-006.d.ts +0 -6
  2635. package/dist/schematron/se/se-r-006.d.ts.map +0 -1
  2636. package/dist/schematron/se/se-r-006.js +0 -24
  2637. package/dist/schematron/se/se-r-006.js.map +0 -1
  2638. package/dist/schematron/se/se-r-007.d.ts +0 -6
  2639. package/dist/schematron/se/se-r-007.d.ts.map +0 -1
  2640. package/dist/schematron/se/se-r-007.js +0 -20
  2641. package/dist/schematron/se/se-r-007.js.map +0 -1
  2642. package/dist/schematron/se/se-r-008.d.ts +0 -6
  2643. package/dist/schematron/se/se-r-008.d.ts.map +0 -1
  2644. package/dist/schematron/se/se-r-008.js +0 -20
  2645. package/dist/schematron/se/se-r-008.js.map +0 -1
  2646. package/dist/schematron/se/se-r-009.d.ts +0 -6
  2647. package/dist/schematron/se/se-r-009.d.ts.map +0 -1
  2648. package/dist/schematron/se/se-r-009.js +0 -20
  2649. package/dist/schematron/se/se-r-009.js.map +0 -1
  2650. package/dist/schematron/se/se-r-010.d.ts +0 -6
  2651. package/dist/schematron/se/se-r-010.d.ts.map +0 -1
  2652. package/dist/schematron/se/se-r-010.js +0 -20
  2653. package/dist/schematron/se/se-r-010.js.map +0 -1
  2654. package/dist/schematron/se/se-r-011.d.ts +0 -6
  2655. package/dist/schematron/se/se-r-011.d.ts.map +0 -1
  2656. package/dist/schematron/se/se-r-011.js +0 -19
  2657. package/dist/schematron/se/se-r-011.js.map +0 -1
  2658. package/dist/schematron/se/se-r-012.d.ts +0 -6
  2659. package/dist/schematron/se/se-r-012.d.ts.map +0 -1
  2660. package/dist/schematron/se/se-r-012.js +0 -16
  2661. package/dist/schematron/se/se-r-012.js.map +0 -1
  2662. package/dist/schematron/se/se-r-013.d.ts +0 -6
  2663. package/dist/schematron/se/se-r-013.d.ts.map +0 -1
  2664. package/dist/schematron/se/se-r-013.js +0 -17
  2665. package/dist/schematron/se/se-r-013.js.map +0 -1
  2666. package/dist/schematron/types.d.ts +0 -28
  2667. package/dist/schematron/types.d.ts.map +0 -1
  2668. package/dist/values/additional-document-reference-codes.generated.d.ts +0 -3332
  2669. package/dist/values/additional-document-reference-codes.generated.d.ts.map +0 -1
  2670. package/dist/values/additional-document-reference-codes.generated.js +0 -4149
  2671. package/dist/values/additional-document-reference-codes.generated.js.map +0 -1
  2672. package/dist/values/allowance-charge-reason-codes.generated.d.ts +0 -43
  2673. package/dist/values/allowance-charge-reason-codes.generated.d.ts.map +0 -1
  2674. package/dist/values/allowance-charge-reason-codes.generated.js +0 -61
  2675. package/dist/values/allowance-charge-reason-codes.generated.js.map +0 -1
  2676. package/dist/values/application-response-type-codes.generated.d.ts +0 -27
  2677. package/dist/values/application-response-type-codes.generated.d.ts.map +0 -1
  2678. package/dist/values/application-response-type-codes.generated.js +0 -29
  2679. package/dist/values/application-response-type-codes.generated.js.map +0 -1
  2680. package/dist/values/charge-reason-codes.generated.d.ts +0 -737
  2681. package/dist/values/charge-reason-codes.generated.d.ts.map +0 -1
  2682. package/dist/values/charge-reason-codes.generated.js +0 -914
  2683. package/dist/values/charge-reason-codes.generated.js.map +0 -1
  2684. package/dist/values/country-code.generated.d.ts +0 -275
  2685. package/dist/values/country-code.generated.d.ts.map +0 -1
  2686. package/dist/values/country-code.generated.js +0 -525
  2687. package/dist/values/country-code.generated.js.map +0 -1
  2688. package/dist/values/credit-notes-type-codes.generated.d.ts +0 -44
  2689. package/dist/values/credit-notes-type-codes.generated.d.ts.map +0 -1
  2690. package/dist/values/credit-notes-type-codes.generated.js +0 -48
  2691. package/dist/values/credit-notes-type-codes.generated.js.map +0 -1
  2692. package/dist/values/currency-code.generated.d.ts +0 -203
  2693. package/dist/values/currency-code.generated.d.ts.map +0 -1
  2694. package/dist/values/currency-code.generated.js +0 -381
  2695. package/dist/values/currency-code.generated.js.map +0 -1
  2696. package/dist/values/document-type-codes.generated.d.ts +0 -3172
  2697. package/dist/values/document-type-codes.generated.d.ts.map +0 -1
  2698. package/dist/values/document-type-codes.generated.js +0 -3899
  2699. package/dist/values/document-type-codes.generated.js.map +0 -1
  2700. package/dist/values/document-type.generated.d.ts +0 -1307
  2701. package/dist/values/document-type.generated.d.ts.map +0 -1
  2702. package/dist/values/document-type.generated.js +0 -2425
  2703. package/dist/values/document-type.generated.js.map +0 -1
  2704. package/dist/values/duty-tax-fee-categories.generated.d.ts +0 -68
  2705. package/dist/values/duty-tax-fee-categories.generated.d.ts.map +0 -1
  2706. package/dist/values/duty-tax-fee-categories.generated.js +0 -77
  2707. package/dist/values/duty-tax-fee-categories.generated.js.map +0 -1
  2708. package/dist/values/eas-codes.generated.d.ts +0 -116
  2709. package/dist/values/eas-codes.generated.d.ts.map +0 -1
  2710. package/dist/values/eas-codes.generated.js +0 -209
  2711. package/dist/values/eas-codes.generated.js.map +0 -1
  2712. package/dist/values/icd-codes.generated.d.ts +0 -1229
  2713. package/dist/values/icd-codes.generated.d.ts.map +0 -1
  2714. package/dist/values/icd-codes.generated.js +0 -1468
  2715. package/dist/values/icd-codes.generated.js.map +0 -1
  2716. package/dist/values/invoice-status-codes.generated.d.ts +0 -60
  2717. package/dist/values/invoice-status-codes.generated.d.ts.map +0 -1
  2718. package/dist/values/invoice-status-codes.generated.js +0 -66
  2719. package/dist/values/invoice-status-codes.generated.js.map +0 -1
  2720. package/dist/values/invoice-type-codes.generated.d.ts +0 -137
  2721. package/dist/values/invoice-type-codes.generated.d.ts.map +0 -1
  2722. package/dist/values/invoice-type-codes.generated.js +0 -163
  2723. package/dist/values/invoice-type-codes.generated.js.map +0 -1
  2724. package/dist/values/item-classification-code.generated.d.ts +0 -771
  2725. package/dist/values/item-classification-code.generated.d.ts.map +0 -1
  2726. package/dist/values/item-classification-code.generated.js +0 -955
  2727. package/dist/values/item-classification-code.generated.js.map +0 -1
  2728. package/dist/values/mime-codes.generated.d.ts +0 -30
  2729. package/dist/values/mime-codes.generated.d.ts.map +0 -1
  2730. package/dist/values/mime-codes.generated.js +0 -35
  2731. package/dist/values/mime-codes.generated.js.map +0 -1
  2732. package/dist/values/op-status-action.generated.d.ts +0 -52
  2733. package/dist/values/op-status-action.generated.d.ts.map +0 -1
  2734. package/dist/values/op-status-action.generated.js +0 -58
  2735. package/dist/values/op-status-action.generated.js.map +0 -1
  2736. package/dist/values/op-status-reason.generated.d.ts +0 -81
  2737. package/dist/values/op-status-reason.generated.d.ts.map +0 -1
  2738. package/dist/values/op-status-reason.generated.js +0 -94
  2739. package/dist/values/op-status-reason.generated.js.map +0 -1
  2740. package/dist/values/participant-identifier-schemes.generated.d.ts +0 -1387
  2741. package/dist/values/participant-identifier-schemes.generated.d.ts.map +0 -1
  2742. package/dist/values/participant-identifier-schemes.generated.js +0 -1513
  2743. package/dist/values/participant-identifier-schemes.generated.js.map +0 -1
  2744. package/dist/values/payment-means-codes.generated.d.ts +0 -375
  2745. package/dist/values/payment-means-codes.generated.d.ts.map +0 -1
  2746. package/dist/values/payment-means-codes.generated.js +0 -458
  2747. package/dist/values/payment-means-codes.generated.js.map +0 -1
  2748. package/dist/values/processes.generated.d.ts +0 -30
  2749. package/dist/values/processes.generated.d.ts.map +0 -1
  2750. package/dist/values/processes.generated.js +0 -265
  2751. package/dist/values/processes.generated.js.map +0 -1
  2752. package/dist/values/quantity-unit-codes.generated.d.ts.map +0 -1
  2753. package/dist/values/quantity-unit-codes.generated.js +0 -6712
  2754. package/dist/values/quantity-unit-codes.generated.js.map +0 -1
  2755. package/dist/values/vat-dates.generated.d.ts +0 -27
  2756. package/dist/values/vat-dates.generated.d.ts.map +0 -1
  2757. package/dist/values/vat-dates.generated.js +0 -29
  2758. package/dist/values/vat-dates.generated.js.map +0 -1
  2759. package/dist/values/vatex-codes.generated.d.ts +0 -344
  2760. package/dist/values/vatex-codes.generated.d.ts.map +0 -1
  2761. package/dist/values/vatex-codes.generated.js +0 -431
  2762. package/dist/values/vatex-codes.generated.js.map +0 -1
  2763. package/dist/xml/builder-options.d.ts +0 -16
  2764. package/dist/xml/builder-options.d.ts.map +0 -1
  2765. package/dist/xml/builder-options.js +0 -10
  2766. package/dist/xml/builder-options.js.map +0 -1
  2767. package/dist/xml/common-xml-options.js +0 -18
  2768. package/dist/xml/common-xml-options.js.map +0 -1
  2769. package/dist/xml/parser-options.d.ts +0 -16
  2770. package/dist/xml/parser-options.d.ts.map +0 -1
  2771. package/dist/xml/parser-options.js +0 -7
  2772. package/dist/xml/parser-options.js.map +0 -1
  2773. package/src/effect/values/process-xml-identifier-schema.ts +0 -21
package/dist/index.d.ts CHANGED
@@ -1,135 +1,2613 @@
1
- import { formatQuantityWithUnit } from "./schemas/utils/format-quantity-with-unit.js";
2
- import { CreditNoteTypeCodesKeys, creditNoteTypeCodes, creditNoteTypeCodesKeys } from "./values/credit-notes-type-codes.generated.js";
3
- import { PeppolCreditNoteTypeCode, creditNoteTypeCodeSchema } from "./schemas/values/credit-note-type-code-schema.js";
4
- import { getCreditNoteTypeCodeDescription } from "./schemas/utils/get-credit-note-type-code-description.js";
5
- import { InvoiceTypeCodesKeys, invoiceTypeCodes, invoiceTypeCodesKeys } from "./values/invoice-type-codes.generated.js";
6
- import { PeppolInvoiceTypeCode, invoiceTypeCodeSchema } from "./schemas/values/invoice-type-code-schema.js";
7
- import { getInvoiceTypeCodeDescription } from "./schemas/utils/get-invoice-type-code-description.js";
8
- import { isValidCreditNoteTypeCode } from "./schemas/utils/is-valid-credit-note-type-code.js";
9
- import { isValidInvoiceTypeCode } from "./schemas/utils/is-valid-invoice-type-code.js";
10
- import { ProcessesKeys, deprecatedProcesses, processes, processesKeys, processesList, processesScheme } from "./values/processes.generated.js";
11
- import { PeppolProcesses, processSchema } from "./schemas/values/process-schema.js";
12
- import { isValidProcess } from "./schemas/utils/is-valid-process.js";
13
- import { QuantityUnitCodesKeys, quantityUnitCodes, quantityUnitCodesKeys } from "./values/quantity-unit-codes.generated.js";
14
- import { PeppolQuantityUnitCode, quantityUnitCodesSchema } from "./schemas/values/quantity-unit-codes-schema.js";
15
- import { IntlUnit, quantityToIntlUnitMap, quantityUnitCodeToIntlUnit } from "./schemas/utils/quantity-unit-code-to-intl-unit.js";
16
- import { AdditionalDocumentReferenceCodesKeys, additionalDocumentReferenceCodes, additionalDocumentReferenceCodesKeys } from "./values/additional-document-reference-codes.generated.js";
17
- import { AllowanceChargeReasonCodesKeys, allowanceChargeReasonCodes, allowanceChargeReasonCodesKeys } from "./values/allowance-charge-reason-codes.generated.js";
18
- import { ApplicationResponseTypeCodesKeys, applicationResponseTypeCodes, applicationResponseTypeCodesKeys } from "./values/application-response-type-codes.generated.js";
19
- import { ChargeReasonCodesKeys, chargeReasonCodes, chargeReasonCodesKeys } from "./values/charge-reason-codes.generated.js";
20
- import { CountryCodesKeys, countryCodes, countryCodesKeys } from "./values/country-code.generated.js";
21
- import { CurrencyCodesKeys, currencyCodes, currencyCodesKeys } from "./values/currency-code.generated.js";
22
- import { DocumentTypeCodesKeys, documentTypeCodes, documentTypeCodesKeys } from "./values/document-type-codes.generated.js";
23
- import { DutyTaxFeeCategoriesKeys, dutyTaxFeeCategories, dutyTaxFeeCategoriesKeys } from "./values/duty-tax-fee-categories.generated.js";
24
- import { ElectronicAddressCodesKeys, electronicAddressCodes, electronicAddressCodesKeys } from "./values/eas-codes.generated.js";
25
- import { IcdCodesKeys, icdCodes, icdCodesKeys } from "./values/icd-codes.generated.js";
26
- import { InvoiceStatusCodesKeys, invoiceStatusCodes, invoiceStatusCodesKeys } from "./values/invoice-status-codes.generated.js";
27
- import { ItemClassificationCodesKeys, itemClassificationCodes, itemClassificationCodesKeys } from "./values/item-classification-code.generated.js";
28
- import { MimeCodesKeys, mimeCodes, mimeCodesKeys } from "./values/mime-codes.generated.js";
29
- import { OpStatusActionKeys, opStatusAction, opStatusActionKeys } from "./values/op-status-action.generated.js";
30
- import { OpStatusReasonKeys, opStatusReason, opStatusReasonKeys } from "./values/op-status-reason.generated.js";
31
- import { ParticipantIdentifierSchemesKeys, deprecatedParticipantIdentifierSchemes, participantIdentifierSchemes, participantIdentifierSchemesKeys, participantIdentifierSchemesValidations } from "./values/participant-identifier-schemes.generated.js";
32
- import { PaymentMeansCodesKeys, paymentMeansCodes, paymentMeansCodesKeys } from "./values/payment-means-codes.generated.js";
33
- import { VatexCodesKeys, vatexCodes, vatexCodesKeys } from "./values/vatex-codes.generated.js";
34
- import { VatDateCodesKeys, vatDateCodes, vatDateCodesKeys } from "./values/vat-dates.generated.js";
35
- import { CREDIT_NOTE_DOCTYPE_ID } from "./constants/credit-note-doctype-id.js";
36
- import { CREDIT_NOTE_PROCESS_ID } from "./constants/credit-note-process-id.js";
37
- import { documentScheme } from "./constants/document-scheme.js";
38
- import { INVOICE_DOCTYPE_ID } from "./constants/invoice-doctype-id.js";
39
- import { INVOICE_PROCESS_ID } from "./constants/invoice-process-id.js";
40
- import { INVOICE_RESPONSE_DOCTYPE_ID } from "./constants/invoice-response-doctype-id.js";
41
- import { INVOICE_RESPONSE_PROCESS_ID } from "./constants/invoice-response-process-id.js";
42
- import { INVOICE_RESPONSE_PROFILE_ID } from "./constants/invoice-response-profile-id.js";
43
- import { MESSAGE_LEVEL_RESPONSE_DOCTYPE_ID } from "./constants/message-level-response-doctype-id.js";
44
- import { MESSAGE_LEVEL_RESPONSE_PROCESS_ID } from "./constants/message-level-response-process-id.js";
45
- import { MESSAGE_LEVEL_RESPONSE_PROFILE_ID } from "./constants/message-level-response-profile-id.js";
46
- import { PARTICIPANT_SCHEME, participantScheme } from "./constants/participant-scheme.js";
47
- import { processScheme } from "./constants/process-scheme.js";
48
- import { transportProfile } from "./constants/transport-profile.js";
49
- import { invoiceResponseCodeNeedsSchema } from "./invoice-response-codes/invoice-response-code-needs-schema.js";
50
- import { invoiceResponseCodeNotNeedsSchema } from "./invoice-response-codes/invoice-response-code-not-needs-schema.js";
51
- import { invoiceResponseCodesOrder } from "./invoice-response-codes/invoice-response-codes-order.js";
52
- import { documentParser } from "./document-parser.js";
53
- import { PeppolCreditNote, creditNoteSchema } from "./schemas/credit-note.js";
54
- import { PeppolInvoice, invoiceSchema } from "./schemas/invoice.js";
55
- import { InvoiceDocumentResponseParty, InvoiceResponseDocumentReference, InvoiceResponseDocumentResponse, InvoiceResponseParty, PeppolInvoiceResponse, invoiceResponseSchema } from "./schemas/invoice-response-schema.js";
56
- import { PeppolMessageLevelResponse, messageLevelResponse } from "./schemas/message-level-response-schema.js";
57
- import { PeppolMessageLevelDocumentResponseDocumentReference, documentResponseDocumentReferenceSchema } from "./schemas/document-response-document-reference-schema.js";
58
- import { PeppolMessageLevelResponseDocumentResponseDocument, documentResponseDocumentSchema } from "./schemas/document-response-document-schema.js";
59
- import { PeppolMessageLevelDocumentResponseLineResponse, documentResponseLineResponseSchema } from "./schemas/document-response-line-response-schema.js";
60
- import { DocumentResponseLineResponseContent, documentResponseLineResponseContent } from "./schemas/document-response-line-response-content.js";
61
- import { InvoiceReponseDocumentActualResponseStatus, InvoiceResponseCondition, invoiceReponseDocumentActualResponseStatus } from "./schemas/invoice-response-document-actual-response-status.js";
62
- import { InvoiceResponseDocumentActualResponse, invoiceResponseDocumentActualResponse } from "./schemas/invoice-response-document-actual-response.js";
63
- import { InvoiceResponseStatusReasonCode, invoiceResponseStatusReasonCode } from "./schemas/invoice-response-status-reason-code.js";
64
- import { PeppolMessageLevelMessageLevelResponseDocumentResponse, messageLevelResponseDocumentResponseSchema } from "./schemas/message-level-response-document-response-schema.js";
65
- import { PeppolMessageLevelResponseParty, messageLevelResponsePartySchema } from "./schemas/message-level-response-party-schema.js";
66
- import { PeppolAdditionalDocumentReferenceCode, additionalDocumentReferenceCodeSchema } from "./schemas/values/additional-document-reference-code.js";
67
- import { PeppolAllowanceChargeReasonCode, allowanceChargeReasonCodeSchema } from "./schemas/values/allowance-charge-reason-code.js";
68
- import { PeppolApplicationResponseTypeCode, applicationResponseTypeCodeSchema } from "./schemas/values/application-response-type-codes.js";
69
- import { PeppolChargeReasonCode, chargeReasonCodeSchema } from "./schemas/values/charge-reason-code.js";
70
- import { PeppolCountryCode, countryCodeSchema } from "./schemas/values/country-code.js";
71
- import { PeppolCurrencyCode, currencyCodeSchema } from "./schemas/values/currency-codes.js";
72
- import { PeppolDocumentTypeCode, documentTypeCodeSchema } from "./schemas/values/document-type-codes.js";
73
- import { DocumentTypesTableKeys, deprecatedDocumentTypes, documentTypesList, documentTypesProcessIds, documentTypesScheme, documentTypesTable, documentTypesTableKeys } from "./values/document-type.generated.js";
74
- import { PeppolDocumentType, documentTypeSchema } from "./schemas/values/document-type-schema.js";
75
- import { documentTypeSchemesSchema } from "./schemas/values/document-type-schemes-schema.js";
76
- import { documentTypeValuesSchema } from "./schemas/values/document-type-values-schema.js";
77
- import { PeppolDutyTaxFeeCategoryCode, dutyTaxFeeCategorySchema } from "./schemas/values/duty-tax-fee-cateogries.js";
78
- import { PeppolElectronicAddressCode, electronicCodesSchema } from "./schemas/values/eas-codes.js";
79
- import { PeppolIcdCode, icdCodesSchema } from "./schemas/values/icd-codes.js";
80
- import { PeppolInvoiceStatusCodes, invoiceStatusCodeSchema } from "./schemas/values/invoice-status-codes.js";
81
- import { PeppolItemClassificationCode, itemClassificationCodesSchema } from "./schemas/values/item-classification-code-schema.js";
82
- import { PeppolMimeCode, mimeCodesSchema } from "./schemas/values/mime-code.js";
83
- import { PeppolOpStatusAction, opStatusActionSchema } from "./schemas/values/op-status-action.js";
84
- import { PeppolOpStatusReason, opStatusReasonSchema } from "./schemas/values/op-status-reason.js";
85
- import { PeppolParticipantIdentifierCode, participantIdentifierCodeSchema } from "./schemas/values/participant-identifier-code.js";
86
- import { PeppolPaymentMeansCode, paymentMeansCodeSchema } from "./schemas/values/payment-means-codes-schema.js";
87
- import { processFromDocumentTypeSchema } from "./schemas/values/process-from-document-type-schema.js";
88
- import { processXmlIdentifierSchema } from "./schemas/values/process-xml-identifier-schema.js";
89
- import { PeppolVatexCode, vatexCodeschema } from "./schemas/values/vatex-code.js";
90
- import { PeppolVatDateCode, vatDateCodeSchema } from "./schemas/values/vat-date-code.js";
91
- import { PeppolAdditionalDocumentReference, additionalDocumentReferenceSchema } from "./schemas/fields/additional-document-reference-schema.js";
92
- import { PeppolAddress, addressSchema } from "./schemas/fields/address-schema.js";
93
- import { PeppolAllowanceCharge, allowanceChargeSchema } from "./schemas/fields/allowance-charge-schema.js";
94
- import { PeppolAmount, amountSchema } from "./schemas/fields/amount-schema.js";
95
- import { PeppolBaseLine, baseLineSchema } from "./schemas/fields/base-line-schema.js";
96
- import { PeppolBillingReference, billingReferenceSchema } from "./schemas/fields/billing-references-schema.js";
97
- import { binaryObjectSchema } from "./schemas/fields/binary-object-schema.js";
98
- import { PeppolContact, contactSchema } from "./schemas/fields/contact-schema.js";
99
- import { PeppolCreditNoteLine, creditNoteLineSchema } from "./schemas/fields/credit-note-line-schema.js";
100
- import { dateOnly } from "./schemas/fields/date-only-fn.js";
101
- import { dateOnlyParser } from "./schemas/fields/date-only-parser.js";
102
- import { DEFAULT_CUSTOMIZATION_ID } from "./schemas/fields/default-customization-id.js";
103
- import { DEFAULT_PROFILE_ID } from "./schemas/fields/default-profile-id.js";
104
- import { PeppolDelivery, deliverySchema } from "./schemas/fields/delivery-schema.js";
105
- import { PeppolIdentifier, identifierSchema } from "./schemas/fields/identifier-schema.js";
106
- import { PeppolInvoiceLinePeriod, invoiceLinePeriodSchema } from "./schemas/fields/invoice-line-period-schema.js";
107
- import { PeppolInvoiceLine, invoiceLineSchema } from "./schemas/fields/invoice-line-schema.js";
108
- import { PeppolInvoicePeriod, invoicePeriodSchema } from "./schemas/fields/invoice-period-schema.js";
109
- import { PeppolLegalMonetaryTotal, legalMonetaryTotalSchema } from "./schemas/fields/legal-monetary-total-schema.js";
110
- import { PeppolLineAllowanceCharge, baseLineAllowanceChargeSchema, lineAllowanceChargeSchema } from "./schemas/fields/line-allowance-charge-schema.js";
111
- import { PeppolItem, lineItemSchema } from "./schemas/fields/line-item-schema.js";
112
- import { PeppolLinePriceAllowanceCharge, linePriceAllowanceChargeSchema, priceAllowanceChargeSchema } from "./schemas/fields/line-price-allowance-charge-schema.js";
113
- import { itemClassificationSchema } from "./schemas/fields/list-identifier-schema.js";
114
- import { PeppolOrderReference, orderReferenceSchema } from "./schemas/fields/order-reference-schema.js";
115
- import { PeppolPartySchema, partyBaseSchema } from "./schemas/fields/party-base-schema.js";
116
- import { PeppolPartyLegalEntitySchema, partyLegalEntitySchema } from "./schemas/fields/party-legal-entity-schema.js";
117
- import { PeppolPartyTaxSchema, partyTaxSchemeSchema } from "./schemas/fields/party-tax-schema.js";
118
- import { PeppolPayeeParty, payeePartySchema } from "./schemas/fields/payee-party.js";
119
- import { PeppolPaymentMeans, paymentMeansSchema } from "./schemas/fields/payment-means-schema.js";
120
- import { PeppolPaymentTerms, paymentTermsSchema } from "./schemas/fields/payment-terms-schema.js";
121
- import { PeppolLinePrice, linePriceSchema } from "./schemas/fields/price-schema.js";
122
- import { PeppolQuantity, quantitySchema } from "./schemas/fields/quantity-schema.js";
123
- import { PeppolReferenceSchema, referenceSchema } from "./schemas/fields/reference-schema.js";
124
- import { PeppolTaxCategory, taxCategorySchema } from "./schemas/fields/tax-category-schema.js";
125
- import { PeppolTaxRepresentativeParty, taxRepresentativeSchema } from "./schemas/fields/tax-representative-party-schema.js";
126
- import { PeppolTaxSubTotalCategory, taxSubtotalCategorySchema } from "./schemas/fields/tax-subtotal-category-schema.js";
127
- import { PeppolTaxSubTotal, taxSubtotalSchema } from "./schemas/fields/tax-subtotal-schema.js";
128
- import { PeppolTaxTotal, taxTotalsBaseSchema } from "./schemas/fields/tax-totals.js";
129
- import { timeOnlyParser } from "./schemas/fields/time-only.js";
130
- import { base64Schema } from "./schemas/utils/base-64.js";
131
- import { vatRegexSchema } from "./schemas/utils/vat-regex.js";
132
- import { xsdTime } from "./schemas/utils/xsd-time.js";
133
- import "./schemas.js";
134
- import { PeppolAllDocuments, PeppolDocument, PeppolDocumentLine, PeppolMessage } from "./document.js";
135
- export { AdditionalDocumentReferenceCodesKeys, AllowanceChargeReasonCodesKeys, ApplicationResponseTypeCodesKeys, CREDIT_NOTE_DOCTYPE_ID, CREDIT_NOTE_PROCESS_ID, ChargeReasonCodesKeys, CountryCodesKeys, CreditNoteTypeCodesKeys, CurrencyCodesKeys, DEFAULT_CUSTOMIZATION_ID, DEFAULT_PROFILE_ID, DocumentResponseLineResponseContent, DocumentTypeCodesKeys, DocumentTypesTableKeys, DutyTaxFeeCategoriesKeys, ElectronicAddressCodesKeys, INVOICE_DOCTYPE_ID, INVOICE_PROCESS_ID, INVOICE_RESPONSE_DOCTYPE_ID, INVOICE_RESPONSE_PROCESS_ID, INVOICE_RESPONSE_PROFILE_ID, IcdCodesKeys, IntlUnit, InvoiceDocumentResponseParty, InvoiceReponseDocumentActualResponseStatus, InvoiceResponseCondition, InvoiceResponseDocumentActualResponse, InvoiceResponseDocumentReference, InvoiceResponseDocumentResponse, InvoiceResponseParty, InvoiceResponseStatusReasonCode, InvoiceStatusCodesKeys, InvoiceTypeCodesKeys, ItemClassificationCodesKeys, MESSAGE_LEVEL_RESPONSE_DOCTYPE_ID, MESSAGE_LEVEL_RESPONSE_PROCESS_ID, MESSAGE_LEVEL_RESPONSE_PROFILE_ID, MimeCodesKeys, OpStatusActionKeys, OpStatusReasonKeys, PARTICIPANT_SCHEME, ParticipantIdentifierSchemesKeys, PaymentMeansCodesKeys, PeppolAdditionalDocumentReference, PeppolAdditionalDocumentReferenceCode, PeppolAddress, PeppolAllDocuments, PeppolAllowanceCharge, PeppolAllowanceChargeReasonCode, PeppolAmount, PeppolApplicationResponseTypeCode, PeppolBaseLine, PeppolBillingReference, PeppolChargeReasonCode, PeppolContact, PeppolCountryCode, PeppolCreditNote, PeppolCreditNoteLine, PeppolCreditNoteTypeCode, PeppolCurrencyCode, PeppolDelivery, PeppolDocument, PeppolDocumentLine, PeppolDocumentType, PeppolDocumentTypeCode, PeppolDutyTaxFeeCategoryCode, PeppolElectronicAddressCode, PeppolIcdCode, PeppolIdentifier, PeppolInvoice, PeppolInvoiceLine, PeppolInvoiceLinePeriod, PeppolInvoicePeriod, PeppolInvoiceResponse, PeppolInvoiceStatusCodes, PeppolInvoiceTypeCode, PeppolItem, PeppolItemClassificationCode, PeppolLegalMonetaryTotal, PeppolLineAllowanceCharge, PeppolLinePrice, PeppolLinePriceAllowanceCharge, PeppolMessage, PeppolMessageLevelDocumentResponseDocumentReference, PeppolMessageLevelDocumentResponseLineResponse, PeppolMessageLevelMessageLevelResponseDocumentResponse, PeppolMessageLevelResponse, PeppolMessageLevelResponseDocumentResponseDocument, PeppolMessageLevelResponseParty, PeppolMimeCode, PeppolOpStatusAction, PeppolOpStatusReason, PeppolOrderReference, PeppolParticipantIdentifierCode, PeppolPartyLegalEntitySchema, PeppolPartySchema, PeppolPartyTaxSchema, PeppolPayeeParty, PeppolPaymentMeans, PeppolPaymentMeansCode, PeppolPaymentTerms, PeppolProcesses, PeppolQuantity, PeppolQuantityUnitCode, PeppolReferenceSchema, PeppolTaxCategory, PeppolTaxRepresentativeParty, PeppolTaxSubTotal, PeppolTaxSubTotalCategory, PeppolTaxTotal, PeppolVatDateCode, PeppolVatexCode, ProcessesKeys, QuantityUnitCodesKeys, VatDateCodesKeys, VatexCodesKeys, additionalDocumentReferenceCodeSchema, additionalDocumentReferenceCodes, additionalDocumentReferenceCodesKeys, additionalDocumentReferenceSchema, addressSchema, allowanceChargeReasonCodeSchema, allowanceChargeReasonCodes, allowanceChargeReasonCodesKeys, allowanceChargeSchema, amountSchema, applicationResponseTypeCodeSchema, applicationResponseTypeCodes, applicationResponseTypeCodesKeys, base64Schema, baseLineAllowanceChargeSchema, baseLineSchema, billingReferenceSchema, binaryObjectSchema, chargeReasonCodeSchema, chargeReasonCodes, chargeReasonCodesKeys, contactSchema, countryCodeSchema, countryCodes, countryCodesKeys, creditNoteLineSchema, creditNoteSchema, creditNoteTypeCodeSchema, creditNoteTypeCodes, creditNoteTypeCodesKeys, currencyCodeSchema, currencyCodes, currencyCodesKeys, dateOnly, dateOnlyParser, deliverySchema, deprecatedDocumentTypes, deprecatedParticipantIdentifierSchemes, deprecatedProcesses, documentParser, documentResponseDocumentReferenceSchema, documentResponseDocumentSchema, documentResponseLineResponseContent, documentResponseLineResponseSchema, documentScheme, documentTypeCodeSchema, documentTypeCodes, documentTypeCodesKeys, documentTypeSchema, documentTypeSchemesSchema, documentTypeValuesSchema, documentTypesList, documentTypesProcessIds, documentTypesScheme, documentTypesTable, documentTypesTableKeys, dutyTaxFeeCategories, dutyTaxFeeCategoriesKeys, dutyTaxFeeCategorySchema, electronicAddressCodes, electronicAddressCodesKeys, electronicCodesSchema, formatQuantityWithUnit, getCreditNoteTypeCodeDescription, getInvoiceTypeCodeDescription, icdCodes, icdCodesKeys, icdCodesSchema, identifierSchema, invoiceLinePeriodSchema, invoiceLineSchema, invoicePeriodSchema, invoiceReponseDocumentActualResponseStatus, invoiceResponseCodeNeedsSchema, invoiceResponseCodeNotNeedsSchema, invoiceResponseCodesOrder, invoiceResponseDocumentActualResponse, invoiceResponseSchema, invoiceResponseStatusReasonCode, invoiceSchema, invoiceStatusCodeSchema, invoiceStatusCodes, invoiceStatusCodesKeys, invoiceTypeCodeSchema, invoiceTypeCodes, invoiceTypeCodesKeys, isValidCreditNoteTypeCode, isValidInvoiceTypeCode, isValidProcess, itemClassificationCodes, itemClassificationCodesKeys, itemClassificationCodesSchema, itemClassificationSchema, legalMonetaryTotalSchema, lineAllowanceChargeSchema, lineItemSchema, linePriceAllowanceChargeSchema, linePriceSchema, messageLevelResponse, messageLevelResponseDocumentResponseSchema, messageLevelResponsePartySchema, mimeCodes, mimeCodesKeys, mimeCodesSchema, opStatusAction, opStatusActionKeys, opStatusActionSchema, opStatusReason, opStatusReasonKeys, opStatusReasonSchema, orderReferenceSchema, participantIdentifierCodeSchema, participantIdentifierSchemes, participantIdentifierSchemesKeys, participantIdentifierSchemesValidations, participantScheme, partyBaseSchema, partyLegalEntitySchema, partyTaxSchemeSchema, payeePartySchema, paymentMeansCodeSchema, paymentMeansCodes, paymentMeansCodesKeys, paymentMeansSchema, paymentTermsSchema, priceAllowanceChargeSchema, processFromDocumentTypeSchema, processSchema, processScheme, processXmlIdentifierSchema, processes, processesKeys, processesList, processesScheme, quantitySchema, quantityToIntlUnitMap, quantityUnitCodeToIntlUnit, quantityUnitCodes, quantityUnitCodesKeys, quantityUnitCodesSchema, referenceSchema, taxCategorySchema, taxRepresentativeSchema, taxSubtotalCategorySchema, taxSubtotalSchema, taxTotalsBaseSchema, timeOnlyParser, transportProfile, vatDateCodeSchema, vatDateCodes, vatDateCodesKeys, vatRegexSchema, vatexCodes, vatexCodesKeys, vatexCodeschema, xsdTime };
1
+ import { _ as formatQuantityWithUnit, a as quantityUnitCodesSchema, c as processSchema, d as getInvoiceTypeCodeDescription, f as PeppolInvoiceTypeCode, g as creditNoteTypeCodeSchema, h as PeppolCreditNoteTypeCode, i as PeppolQuantityUnitCode, l as isValidInvoiceTypeCode, m as getCreditNoteTypeCodeDescription, n as quantityToIntlUnitMap, o as isValidProcess, p as invoiceTypeCodeSchema, r as quantityUnitCodeToIntlUnit, s as PeppolProcesses, t as IntlUnit, u as isValidCreditNoteTypeCode } from "./quantity-unit-code-to-intl-unit-15EykjMe.js";
2
+ import { _ as invoiceTypeCodes, a as applicationResponseTypeCodes, b as creditNoteTypeCodes, c as quantityUnitCodes, d as deprecatedProcesses, f as processes, g as InvoiceTypeCodesKeys, h as processesScheme, i as ApplicationResponseTypeCodesKeys, l as quantityUnitCodesKeys, m as processesList, n as vatDateCodes, o as applicationResponseTypeCodesKeys, p as processesKeys, r as vatDateCodesKeys, s as QuantityUnitCodesKeys, t as VatDateCodesKeys, u as ProcessesKeys, v as invoiceTypeCodesKeys, x as creditNoteTypeCodesKeys, y as CreditNoteTypeCodesKeys } from "./vat-dates.generated-DTVWQAdn.js";
3
+ import { _ as PeppolInvoice, a as PeppolInvoiceLine, b as creditNoteSchema, c as creditNoteLineSchema, d as InvoiceDocumentResponseParty, f as InvoiceResponseDocumentReference, g as invoiceResponseSchema, h as PeppolInvoiceResponse, i as PeppolMessage, l as PeppolMessageLevelResponse, m as InvoiceResponseParty, n as PeppolDocument, o as invoiceLineSchema, p as InvoiceResponseDocumentResponse, r as PeppolDocumentLine, s as PeppolCreditNoteLine, t as PeppolAllDocuments, u as messageLevelResponse, v as invoiceSchema, y as PeppolCreditNote } from "./document-DCcObB-a.js";
4
+ import { AdditionalDocumentReferenceCodesKeys, AllowanceChargeReasonCodesKeys, ChargeReasonCodesKeys, CountryCodesKeys, CurrencyCodesKeys, DocumentTypeCodesKeys, DocumentTypesTableKeys, DutyTaxFeeCategoriesKeys, ElectronicAddressCodesKeys, IcdCodesKeys, InvoiceStatusCodesKeys, ItemClassificationCodesKeys, MimeCodesKeys, OpStatusActionKeys, OpStatusReasonKeys, ParticipantIdentifierSchemesKeys, PaymentMeansCodesKeys, VatexCodesKeys, additionalDocumentReferenceCodes, additionalDocumentReferenceCodesKeys, allowanceChargeReasonCodes, allowanceChargeReasonCodesKeys, chargeReasonCodes, chargeReasonCodesKeys, countryCodes, countryCodesKeys, currencyCodes, currencyCodesKeys, deprecatedDocumentTypes, deprecatedParticipantIdentifierSchemes, documentTypeCodes, documentTypeCodesKeys, documentTypesList, documentTypesProcessIds, documentTypesScheme, documentTypesTable, documentTypesTableKeys, dutyTaxFeeCategories, dutyTaxFeeCategoriesKeys, electronicAddressCodes, electronicAddressCodesKeys, icdCodes, icdCodesKeys, invoiceStatusCodes, invoiceStatusCodesKeys, itemClassificationCodes, itemClassificationCodesKeys, mimeCodes, mimeCodesKeys, opStatusAction, opStatusActionKeys, opStatusReason, opStatusReasonKeys, participantIdentifierSchemes, participantIdentifierSchemesKeys, participantIdentifierSchemesValidations, paymentMeansCodes, paymentMeansCodesKeys, vatexCodes, vatexCodesKeys } from "./values.js";
5
+ import * as z from "zod/mini";
6
+ //#region src/constants/credit-note-doctype-id.d.ts
7
+ export declare const CREDIT_NOTE_DOCTYPE_ID: "busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2::CreditNote##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1";
8
+ //#endregion
9
+ //#region src/constants/credit-note-process-id.d.ts
10
+ export declare const CREDIT_NOTE_PROCESS_ID: "cenbii-procid-ubl::urn:fdc:peppol.eu:2017:poacc:billing:01:1.0";
11
+ //#endregion
12
+ //#region src/constants/document-scheme.d.ts
13
+ export declare const documentScheme: 'busdox-docid-qns';
14
+ //#endregion
15
+ //#region src/constants/invoice-doctype-id.d.ts
16
+ export declare const INVOICE_DOCTYPE_ID: "busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1";
17
+ //#endregion
18
+ //#region src/constants/invoice-process-id.d.ts
19
+ export declare const INVOICE_PROCESS_ID: "cenbii-procid-ubl::urn:fdc:peppol.eu:2017:poacc:billing:01:1.0";
20
+ //#endregion
21
+ //#region src/constants/invoice-response-doctype-id.d.ts
22
+ export declare const INVOICE_RESPONSE_DOCTYPE_ID: "busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:invoice_response:3::2.1";
23
+ //#endregion
24
+ //#region src/constants/invoice-response-process-id.d.ts
25
+ export declare const INVOICE_RESPONSE_PROCESS_ID: "cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:invoice_response:3";
26
+ //#endregion
27
+ //#region src/constants/invoice-response-profile-id.d.ts
28
+ export declare const INVOICE_RESPONSE_PROFILE_ID: 'urn:fdc:peppol.eu:poacc:bis:invoice_response:3';
29
+ //#endregion
30
+ //#region src/constants/message-level-response-doctype-id.d.ts
31
+ export declare const MESSAGE_LEVEL_RESPONSE_DOCTYPE_ID: "busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:mlr:3::2.1";
32
+ //#endregion
33
+ //#region src/constants/message-level-response-process-id.d.ts
34
+ export declare const MESSAGE_LEVEL_RESPONSE_PROCESS_ID: "cenbii-procid-ubl::urn:fdc:peppol.eu:poacc:bis:mlr:3";
35
+ //#endregion
36
+ //#region src/constants/message-level-response-profile-id.d.ts
37
+ export declare const MESSAGE_LEVEL_RESPONSE_PROFILE_ID: 'urn:fdc:peppol.eu:poacc:bis:mlr:3';
38
+ //#endregion
39
+ //#region src/constants/participant-scheme.d.ts
40
+ export declare const PARTICIPANT_SCHEME: 'iso6523-actorid-upis';
41
+ /**
42
+ * @deprecated use `PARTICIPANT_SCHEME` instead.
43
+ */
44
+ export declare const participantScheme: "iso6523-actorid-upis";
45
+ //#endregion
46
+ //#region src/constants/process-scheme.d.ts
47
+ export declare const processScheme: 'cenbii-procid-ubl';
48
+ //#endregion
49
+ //#region src/constants/transport-profile.d.ts
50
+ export declare const transportProfile: 'peppol-transport-as4-v2_0';
51
+ //#endregion
52
+ //#region src/invoice-response-codes/invoice-response-code-needs-schema.d.ts
53
+ export declare const invoiceResponseCodeNeedsSchema: readonly ['UQ', 'RE', 'CA'];
54
+ //#endregion
55
+ //#region src/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts
56
+ export declare const invoiceResponseCodeNotNeedsSchema: readonly ['AB', 'AP', 'IP', 'PD'];
57
+ //#endregion
58
+ //#region src/invoice-response-codes/invoice-response-codes-order.d.ts
59
+ export declare const invoiceResponseCodesOrder: Record<InvoiceStatusCodesKeys, Array<InvoiceStatusCodesKeys>>;
60
+ //#endregion
61
+ //#region src/document-parser.d.ts
62
+ /**
63
+ * @deprecated use `PeppolDocumentParser` instead
64
+ */
65
+ export declare const documentParser: z.ZodMiniCodec<z.ZodMiniString<string>, z.ZodMiniXor<readonly [z.ZodMiniObject<{
66
+ customizationId: z.ZodMiniDefault<z.ZodMiniString<string>>;
67
+ profileId: z.ZodMiniDefault<z.ZodMiniString<string>>;
68
+ id: z.ZodMiniString<string>;
69
+ issueDate: z.ZodMiniISODate;
70
+ note: z.ZodMiniOptional<z.ZodMiniString<string>>;
71
+ taxPointDate: z.ZodMiniOptional<z.ZodMiniISODate>;
72
+ documentCurrencyCode: z.ZodMiniString<string>;
73
+ taxCurrencyCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
74
+ accountingCost: z.ZodMiniOptional<z.ZodMiniString<string>>;
75
+ buyerReference: z.ZodMiniOptional<z.ZodMiniString<string>>;
76
+ invoicePeriod: z.ZodMiniOptional<z.ZodMiniObject<{
77
+ endDate: z.ZodMiniOptional<z.ZodMiniISODate>;
78
+ startDate: z.ZodMiniOptional<z.ZodMiniISODate>;
79
+ descriptionCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
80
+ }, z.core.$strip>>;
81
+ orderReference: z.ZodMiniOptional<z.ZodMiniObject<{
82
+ id: z.ZodMiniString<string>;
83
+ salesOrderId: z.ZodMiniOptional<z.ZodMiniString<string>>;
84
+ }, z.core.$strip>>;
85
+ billingReferences: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
86
+ invoiceDocumentReference: z.ZodMiniObject<{
87
+ id: z.ZodMiniString<string>;
88
+ issueDate: z.ZodMiniOptional<z.ZodMiniISODate>;
89
+ }, z.core.$strip>;
90
+ }, z.core.$strip>>>;
91
+ despatchDocumentReference: z.ZodMiniOptional<z.ZodMiniObject<{
92
+ id: z.ZodMiniString<string>;
93
+ }, z.core.$strip>>;
94
+ receiptDocumentReference: z.ZodMiniOptional<z.ZodMiniObject<{
95
+ id: z.ZodMiniString<string>;
96
+ }, z.core.$strip>>;
97
+ originatorDocumentReference: z.ZodMiniOptional<z.ZodMiniObject<{
98
+ id: z.ZodMiniString<string>;
99
+ }, z.core.$strip>>;
100
+ contractDocumentReference: z.ZodMiniOptional<z.ZodMiniObject<{
101
+ id: z.ZodMiniString<string>;
102
+ }, z.core.$strip>>;
103
+ additionalDocumentReferences: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
104
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
105
+ id: z.ZodMiniObject<{
106
+ id: z.ZodMiniString<string>;
107
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
108
+ }, z.core.$strip>;
109
+ documentTypeCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
110
+ documentDescription: z.ZodMiniOptional<z.ZodMiniString<string>>;
111
+ attachment: z.ZodMiniOptional<z.ZodMiniObject<{
112
+ embeddedDocumentBinaryObject: z.ZodMiniOptional<z.ZodMiniObject<{
113
+ content: z.ZodMiniUnion<readonly [z.ZodMiniBase64, z.ZodMiniBase64URL, z.ZodMiniString<string>]>;
114
+ mimeCode: z.ZodMiniString<string>;
115
+ filename: z.ZodMiniString<string>;
116
+ }, z.core.$strip>>;
117
+ externalReference: z.ZodMiniOptional<z.ZodMiniObject<{
118
+ uri: z.ZodMiniString<string>;
119
+ }, z.core.$strip>>;
120
+ }, z.core.$strip>>;
121
+ }, z.core.$strip>>>;
122
+ accountingSupplierParty: z.ZodMiniObject<{
123
+ endpointId: z.ZodMiniObject<{
124
+ id: z.ZodMiniString<string>;
125
+ schemeId: z.ZodMiniString<string>;
126
+ }, z.core.$strip>;
127
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
128
+ id: z.ZodMiniObject<{
129
+ id: z.ZodMiniString<string>;
130
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
131
+ }, z.core.$strip>;
132
+ }, z.core.$strip>>;
133
+ partyName: z.ZodMiniOptional<z.ZodMiniObject<{
134
+ name: z.ZodMiniString<string>;
135
+ }, z.core.$strip>>;
136
+ postalAddress: z.ZodMiniObject<{
137
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
138
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
139
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
140
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
141
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
142
+ countryCode: z.ZodMiniObject<{
143
+ identificationCode: z.ZodMiniString<string>;
144
+ }, z.core.$strip>;
145
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
146
+ line: z.ZodMiniString<string>;
147
+ }, z.core.$strip>>;
148
+ }, z.core.$strip>;
149
+ partyTaxSchemes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
150
+ companyId: z.ZodMiniString<string>;
151
+ taxSchemeId: z.ZodMiniObject<{
152
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
153
+ }, z.core.$strip>;
154
+ }, z.core.$strip>>>;
155
+ partyLegalEntity: z.ZodMiniObject<{
156
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
157
+ id: z.ZodMiniString<string>;
158
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
159
+ }, z.core.$strip>>;
160
+ companyLegalForm: z.ZodMiniOptional<z.ZodMiniString<string>>;
161
+ registrationName: z.ZodMiniString<string>;
162
+ }, z.core.$strip>;
163
+ contact: z.ZodMiniOptional<z.ZodMiniObject<{
164
+ electronicMail: z.ZodMiniOptional<z.ZodMiniString<string>>;
165
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
166
+ telephone: z.ZodMiniOptional<z.ZodMiniString<string>>;
167
+ }, z.core.$strip>>;
168
+ }, z.core.$strip>;
169
+ accountingCustomerParty: z.ZodMiniObject<{
170
+ endpointId: z.ZodMiniObject<{
171
+ id: z.ZodMiniString<string>;
172
+ schemeId: z.ZodMiniString<string>;
173
+ }, z.core.$strip>;
174
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
175
+ id: z.ZodMiniObject<{
176
+ id: z.ZodMiniString<string>;
177
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
178
+ }, z.core.$strip>;
179
+ }, z.core.$strip>>;
180
+ partyName: z.ZodMiniOptional<z.ZodMiniObject<{
181
+ name: z.ZodMiniString<string>;
182
+ }, z.core.$strip>>;
183
+ postalAddress: z.ZodMiniObject<{
184
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
185
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
186
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
187
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
188
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
189
+ countryCode: z.ZodMiniObject<{
190
+ identificationCode: z.ZodMiniString<string>;
191
+ }, z.core.$strip>;
192
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
193
+ line: z.ZodMiniString<string>;
194
+ }, z.core.$strip>>;
195
+ }, z.core.$strip>;
196
+ partyTaxSchemes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
197
+ companyId: z.ZodMiniString<string>;
198
+ taxSchemeId: z.ZodMiniObject<{
199
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
200
+ }, z.core.$strip>;
201
+ }, z.core.$strip>>>;
202
+ partyLegalEntity: z.ZodMiniObject<{
203
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
204
+ id: z.ZodMiniString<string>;
205
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
206
+ }, z.core.$strip>>;
207
+ companyLegalForm: z.ZodMiniOptional<z.ZodMiniString<string>>;
208
+ registrationName: z.ZodMiniString<string>;
209
+ }, z.core.$strip>;
210
+ contact: z.ZodMiniOptional<z.ZodMiniObject<{
211
+ electronicMail: z.ZodMiniOptional<z.ZodMiniString<string>>;
212
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
213
+ telephone: z.ZodMiniOptional<z.ZodMiniString<string>>;
214
+ }, z.core.$strip>>;
215
+ }, z.core.$strip>;
216
+ payeeParty: z.ZodMiniOptional<z.ZodMiniObject<{
217
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
218
+ id: z.ZodMiniOptional<z.ZodMiniObject<{
219
+ id: z.ZodMiniString<string>;
220
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
221
+ }, z.core.$strip>>;
222
+ }, z.core.$strip>>;
223
+ partyLegalEntity: z.ZodMiniOptional<z.ZodMiniObject<{
224
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
225
+ id: z.ZodMiniString<string>;
226
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
227
+ }, z.core.$strip>>;
228
+ }, z.core.$strip>>;
229
+ partyName: z.ZodMiniObject<{
230
+ name: z.ZodMiniString<string>;
231
+ }, z.core.$strip>;
232
+ }, z.core.$strip>>;
233
+ taxRepresentativeParty: z.ZodMiniOptional<z.ZodMiniObject<{
234
+ name: z.ZodMiniString<string>;
235
+ postalAddress: z.ZodMiniObject<{
236
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
237
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
238
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
239
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
240
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
241
+ countryCode: z.ZodMiniObject<{
242
+ identificationCode: z.ZodMiniString<string>;
243
+ }, z.core.$strip>;
244
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
245
+ line: z.ZodMiniString<string>;
246
+ }, z.core.$strip>>;
247
+ }, z.core.$strip>;
248
+ partyTaxScheme: z.ZodMiniObject<{
249
+ companyId: z.ZodMiniString<string>;
250
+ taxSchemeId: z.ZodMiniObject<{
251
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
252
+ }, z.core.$strip>;
253
+ }, z.core.$strip>;
254
+ }, z.core.$strip>>;
255
+ delivery: z.ZodMiniOptional<z.ZodMiniObject<{
256
+ actualDeliveryDate: z.ZodMiniOptional<z.ZodMiniISODate>;
257
+ deliveryLocation: z.ZodMiniOptional<z.ZodMiniObject<{
258
+ id: z.ZodMiniOptional<z.ZodMiniObject<{
259
+ id: z.ZodMiniString<string>;
260
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
261
+ }, z.core.$strip>>;
262
+ address: z.ZodMiniOptional<z.ZodMiniObject<{
263
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
264
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
265
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
266
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
267
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
268
+ countryCode: z.ZodMiniObject<{
269
+ identificationCode: z.ZodMiniString<string>;
270
+ }, z.core.$strip>;
271
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
272
+ line: z.ZodMiniString<string>;
273
+ }, z.core.$strip>>;
274
+ }, z.core.$strip>>;
275
+ }, z.core.$strip>>;
276
+ deliveryParty: z.ZodMiniOptional<z.ZodMiniObject<{
277
+ partyName: z.ZodMiniObject<{
278
+ name: z.ZodMiniString<string>;
279
+ }, z.core.$strip>;
280
+ }, z.core.$strip>>;
281
+ }, z.core.$strip>>;
282
+ paymentMeans: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
283
+ paymentMeansCode: z.ZodMiniObject<{
284
+ code: z.ZodMiniString<string>;
285
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
286
+ }, z.core.$strip>;
287
+ paymentDueDate: z.ZodMiniOptional<z.ZodMiniISODate>;
288
+ paymentId: z.ZodMiniOptional<z.ZodMiniString<string>>;
289
+ cardAccount: z.ZodMiniOptional<z.ZodMiniObject<{
290
+ holderName: z.ZodMiniOptional<z.ZodMiniString<string>>;
291
+ networkId: z.ZodMiniString<string>;
292
+ primaryAccountNumberId: z.ZodMiniString<string>;
293
+ }, z.core.$strip>>;
294
+ payeeFinancialAccount: z.ZodMiniOptional<z.ZodMiniObject<{
295
+ financialInstitutionBranch: z.ZodMiniOptional<z.ZodMiniObject<{
296
+ id: z.ZodMiniString<string>;
297
+ }, z.core.$strip>>;
298
+ id: z.ZodMiniString<string>;
299
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
300
+ }, z.core.$strip>>;
301
+ paymentMandate: z.ZodMiniOptional<z.ZodMiniObject<{
302
+ id: z.ZodMiniOptional<z.ZodMiniString<string>>;
303
+ payerFinancialAccountId: z.ZodMiniOptional<z.ZodMiniObject<{
304
+ id: z.ZodMiniString<string>;
305
+ }, z.core.$strip>>;
306
+ }, z.core.$strip>>;
307
+ }, z.core.$strip>>>;
308
+ paymentTerms: z.ZodMiniOptional<z.ZodMiniObject<{
309
+ note: z.ZodMiniString<string>;
310
+ }, z.core.$strip>>;
311
+ allowanceCharges: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
312
+ amount: z.ZodMiniObject<{
313
+ currencyId: z.ZodMiniString<string>;
314
+ value: z.ZodMiniNumber<number>;
315
+ }, z.core.$strip>;
316
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
317
+ currencyId: z.ZodMiniString<string>;
318
+ value: z.ZodMiniNumber<number>;
319
+ }, z.core.$strip>>;
320
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
321
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
322
+ taxCategory: z.ZodMiniOptional<z.ZodMiniObject<{
323
+ id: z.ZodMiniString<string>;
324
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
325
+ taxSchemeId: z.ZodMiniObject<{
326
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
327
+ }, z.core.$strip>;
328
+ }, z.core.$strip>>;
329
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
330
+ chargeIndicator: z.ZodMiniLiteral<false>;
331
+ }, z.core.$strip>, z.ZodMiniObject<{
332
+ amount: z.ZodMiniObject<{
333
+ currencyId: z.ZodMiniString<string>;
334
+ value: z.ZodMiniNumber<number>;
335
+ }, z.core.$strip>;
336
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
337
+ currencyId: z.ZodMiniString<string>;
338
+ value: z.ZodMiniNumber<number>;
339
+ }, z.core.$strip>>;
340
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
341
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
342
+ taxCategory: z.ZodMiniOptional<z.ZodMiniObject<{
343
+ id: z.ZodMiniString<string>;
344
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
345
+ taxSchemeId: z.ZodMiniObject<{
346
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
347
+ }, z.core.$strip>;
348
+ }, z.core.$strip>>;
349
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
350
+ chargeIndicator: z.ZodMiniLiteral<true>;
351
+ }, z.core.$strip>], "chargeIndicator">>>;
352
+ taxTotals: z.ZodMiniArray<z.ZodMiniObject<{
353
+ taxAmount: z.ZodMiniObject<{
354
+ currencyId: z.ZodMiniString<string>;
355
+ value: z.ZodMiniNumber<number>;
356
+ }, z.core.$strip>;
357
+ taxSubtotals: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
358
+ taxAmount: z.ZodMiniObject<{
359
+ currencyId: z.ZodMiniString<string>;
360
+ value: z.ZodMiniNumber<number>;
361
+ }, z.core.$strip>;
362
+ taxCategory: z.ZodMiniObject<{
363
+ id: z.ZodMiniString<string>;
364
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
365
+ taxSchemeId: z.ZodMiniObject<{
366
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
367
+ }, z.core.$strip>;
368
+ taxExemptionReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
369
+ taxExemptionReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
370
+ }, z.core.$strip>;
371
+ taxableAmount: z.ZodMiniObject<{
372
+ currencyId: z.ZodMiniString<string>;
373
+ value: z.ZodMiniNumber<number>;
374
+ }, z.core.$strip>;
375
+ }, z.core.$strip>>>;
376
+ }, z.core.$strip>>;
377
+ legalMonetaryTotal: z.ZodMiniObject<{
378
+ allowanceTotalAmount: z.ZodMiniOptional<z.ZodMiniObject<{
379
+ currencyId: z.ZodMiniString<string>;
380
+ value: z.ZodMiniNumber<number>;
381
+ }, z.core.$strip>>;
382
+ chargeTotalAmount: z.ZodMiniOptional<z.ZodMiniObject<{
383
+ currencyId: z.ZodMiniString<string>;
384
+ value: z.ZodMiniNumber<number>;
385
+ }, z.core.$strip>>;
386
+ lineExtensionAmount: z.ZodMiniObject<{
387
+ currencyId: z.ZodMiniString<string>;
388
+ value: z.ZodMiniNumber<number>;
389
+ }, z.core.$strip>;
390
+ payableAmount: z.ZodMiniObject<{
391
+ currencyId: z.ZodMiniString<string>;
392
+ value: z.ZodMiniNumber<number>;
393
+ }, z.core.$strip>;
394
+ payableRoundingAmount: z.ZodMiniOptional<z.ZodMiniObject<{
395
+ currencyId: z.ZodMiniString<string>;
396
+ value: z.ZodMiniNumber<number>;
397
+ }, z.core.$strip>>;
398
+ prepaidAmount: z.ZodMiniOptional<z.ZodMiniObject<{
399
+ currencyId: z.ZodMiniString<string>;
400
+ value: z.ZodMiniNumber<number>;
401
+ }, z.core.$strip>>;
402
+ taxExclusiveAmount: z.ZodMiniObject<{
403
+ currencyId: z.ZodMiniString<string>;
404
+ value: z.ZodMiniNumber<number>;
405
+ }, z.core.$strip>;
406
+ taxInclusiveAmount: z.ZodMiniObject<{
407
+ currencyId: z.ZodMiniString<string>;
408
+ value: z.ZodMiniNumber<number>;
409
+ }, z.core.$strip>;
410
+ }, z.core.$strip>;
411
+ dueDate: z.ZodMiniOptional<z.ZodMiniISODate>;
412
+ invoiceLines: z.ZodMiniArray<z.ZodMiniObject<{
413
+ accountingCost: z.ZodMiniOptional<z.ZodMiniString<string>>;
414
+ allowanceCharges: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
415
+ amount: z.ZodMiniObject<{
416
+ currencyId: z.ZodMiniString<string>;
417
+ value: z.ZodMiniNumber<number>;
418
+ }, z.core.$strip>;
419
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
420
+ currencyId: z.ZodMiniString<string>;
421
+ value: z.ZodMiniNumber<number>;
422
+ }, z.core.$strip>>;
423
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
424
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
425
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
426
+ chargeIndicator: z.ZodMiniLiteral<false>;
427
+ }, z.core.$strip>, z.ZodMiniObject<{
428
+ amount: z.ZodMiniObject<{
429
+ currencyId: z.ZodMiniString<string>;
430
+ value: z.ZodMiniNumber<number>;
431
+ }, z.core.$strip>;
432
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
433
+ currencyId: z.ZodMiniString<string>;
434
+ value: z.ZodMiniNumber<number>;
435
+ }, z.core.$strip>>;
436
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
437
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
438
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
439
+ chargeIndicator: z.ZodMiniLiteral<true>;
440
+ }, z.core.$strip>], "chargeIndicator">>>;
441
+ documentReference: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
442
+ id: z.ZodMiniString<string>;
443
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
444
+ documentTypeCode: z.ZodMiniDefault<z.ZodMiniString<string>>;
445
+ }, z.core.$strip>>>;
446
+ id: z.ZodMiniString<string>;
447
+ invoicePeriod: z.ZodMiniOptional<z.ZodMiniObject<{
448
+ endDate: z.ZodMiniOptional<z.ZodMiniISODate>;
449
+ startDate: z.ZodMiniOptional<z.ZodMiniISODate>;
450
+ }, z.core.$strip>>;
451
+ item: z.ZodMiniObject<{
452
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
453
+ name: z.ZodMiniString<string>;
454
+ buyersItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
455
+ id: z.ZodMiniString<string>;
456
+ }, z.core.$strip>>;
457
+ sellersItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
458
+ id: z.ZodMiniString<string>;
459
+ }, z.core.$strip>>;
460
+ standardItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
461
+ id: z.ZodMiniObject<{
462
+ id: z.ZodMiniString<string>;
463
+ schemeId: z.ZodMiniString<string>;
464
+ }, z.core.$strip>;
465
+ }, z.core.$strip>>;
466
+ originCountryCode: z.ZodMiniOptional<z.ZodMiniObject<{
467
+ identificationCode: z.ZodMiniString<string>;
468
+ }, z.core.$strip>>;
469
+ commodityClassifications: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
470
+ itemClassification: z.ZodMiniObject<{
471
+ id: z.ZodMiniString<string>;
472
+ listId: z.ZodMiniString<string>;
473
+ listVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
474
+ }, z.core.$strip>;
475
+ }, z.core.$strip>>>;
476
+ classifiedTaxCategory: z.ZodMiniObject<{
477
+ id: z.ZodMiniString<string>;
478
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
479
+ taxSchemeId: z.ZodMiniObject<{
480
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
481
+ }, z.core.$strip>;
482
+ }, z.core.$strip>;
483
+ additionalItemProperties: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
484
+ name: z.ZodMiniString<string>;
485
+ value: z.ZodMiniString<string>;
486
+ }, z.core.$strip>>>;
487
+ }, z.core.$strip>;
488
+ lineExtensionAmount: z.ZodMiniObject<{
489
+ currencyId: z.ZodMiniString<string>;
490
+ value: z.ZodMiniNumber<number>;
491
+ }, z.core.$strip>;
492
+ note: z.ZodMiniOptional<z.ZodMiniString<string>>;
493
+ orderLineReference: z.ZodMiniOptional<z.ZodMiniObject<{
494
+ lineId: z.ZodMiniString<string>;
495
+ }, z.core.$strip>>;
496
+ price: z.ZodMiniObject<{
497
+ allowanceCharge: z.ZodMiniOptional<z.ZodMiniObject<{
498
+ amount: z.ZodMiniObject<{
499
+ currencyId: z.ZodMiniString<string>;
500
+ value: z.ZodMiniNumber<number>;
501
+ }, z.core.$strip>;
502
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
503
+ currencyId: z.ZodMiniString<string>;
504
+ value: z.ZodMiniNumber<number>;
505
+ }, z.core.$strip>>;
506
+ chargeIndicator: z.ZodMiniLiteral<false>;
507
+ }, z.core.$strip>>;
508
+ baseQuantity: z.ZodMiniOptional<z.ZodMiniObject<{
509
+ unitCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
510
+ value: z.ZodMiniNumber<number>;
511
+ }, z.core.$strip>>;
512
+ priceAmount: z.ZodMiniObject<{
513
+ currencyId: z.ZodMiniString<string>;
514
+ value: z.ZodMiniNumber<number>;
515
+ }, z.core.$strip>;
516
+ }, z.core.$strip>;
517
+ invoicedQuantity: z.ZodMiniObject<{
518
+ value: z.ZodMiniNumber<number>;
519
+ unitCode: z.ZodMiniString<string>;
520
+ }, z.core.$strip>;
521
+ }, z.core.$strip>>;
522
+ invoiceTypeCode: z.ZodMiniString<string>;
523
+ projectReference: z.ZodMiniOptional<z.ZodMiniObject<{
524
+ id: z.ZodMiniString<string>;
525
+ }, z.core.$strip>>;
526
+ }, z.core.$strip>, z.ZodMiniObject<{
527
+ customizationId: z.ZodMiniDefault<z.ZodMiniString<string>>;
528
+ profileId: z.ZodMiniDefault<z.ZodMiniString<string>>;
529
+ id: z.ZodMiniString<string>;
530
+ issueDate: z.ZodMiniISODate;
531
+ note: z.ZodMiniOptional<z.ZodMiniString<string>>;
532
+ taxPointDate: z.ZodMiniOptional<z.ZodMiniISODate>;
533
+ documentCurrencyCode: z.ZodMiniString<string>;
534
+ taxCurrencyCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
535
+ accountingCost: z.ZodMiniOptional<z.ZodMiniString<string>>;
536
+ buyerReference: z.ZodMiniOptional<z.ZodMiniString<string>>;
537
+ invoicePeriod: z.ZodMiniOptional<z.ZodMiniObject<{
538
+ endDate: z.ZodMiniOptional<z.ZodMiniISODate>;
539
+ startDate: z.ZodMiniOptional<z.ZodMiniISODate>;
540
+ descriptionCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
541
+ }, z.core.$strip>>;
542
+ orderReference: z.ZodMiniOptional<z.ZodMiniObject<{
543
+ id: z.ZodMiniString<string>;
544
+ salesOrderId: z.ZodMiniOptional<z.ZodMiniString<string>>;
545
+ }, z.core.$strip>>;
546
+ billingReferences: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
547
+ invoiceDocumentReference: z.ZodMiniObject<{
548
+ id: z.ZodMiniString<string>;
549
+ issueDate: z.ZodMiniOptional<z.ZodMiniISODate>;
550
+ }, z.core.$strip>;
551
+ }, z.core.$strip>>>;
552
+ despatchDocumentReference: z.ZodMiniOptional<z.ZodMiniObject<{
553
+ id: z.ZodMiniString<string>;
554
+ }, z.core.$strip>>;
555
+ receiptDocumentReference: z.ZodMiniOptional<z.ZodMiniObject<{
556
+ id: z.ZodMiniString<string>;
557
+ }, z.core.$strip>>;
558
+ originatorDocumentReference: z.ZodMiniOptional<z.ZodMiniObject<{
559
+ id: z.ZodMiniString<string>;
560
+ }, z.core.$strip>>;
561
+ contractDocumentReference: z.ZodMiniOptional<z.ZodMiniObject<{
562
+ id: z.ZodMiniString<string>;
563
+ }, z.core.$strip>>;
564
+ additionalDocumentReferences: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
565
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
566
+ id: z.ZodMiniObject<{
567
+ id: z.ZodMiniString<string>;
568
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
569
+ }, z.core.$strip>;
570
+ documentTypeCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
571
+ documentDescription: z.ZodMiniOptional<z.ZodMiniString<string>>;
572
+ attachment: z.ZodMiniOptional<z.ZodMiniObject<{
573
+ embeddedDocumentBinaryObject: z.ZodMiniOptional<z.ZodMiniObject<{
574
+ content: z.ZodMiniUnion<readonly [z.ZodMiniBase64, z.ZodMiniBase64URL, z.ZodMiniString<string>]>;
575
+ mimeCode: z.ZodMiniString<string>;
576
+ filename: z.ZodMiniString<string>;
577
+ }, z.core.$strip>>;
578
+ externalReference: z.ZodMiniOptional<z.ZodMiniObject<{
579
+ uri: z.ZodMiniString<string>;
580
+ }, z.core.$strip>>;
581
+ }, z.core.$strip>>;
582
+ }, z.core.$strip>>>;
583
+ accountingSupplierParty: z.ZodMiniObject<{
584
+ endpointId: z.ZodMiniObject<{
585
+ id: z.ZodMiniString<string>;
586
+ schemeId: z.ZodMiniString<string>;
587
+ }, z.core.$strip>;
588
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
589
+ id: z.ZodMiniObject<{
590
+ id: z.ZodMiniString<string>;
591
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
592
+ }, z.core.$strip>;
593
+ }, z.core.$strip>>;
594
+ partyName: z.ZodMiniOptional<z.ZodMiniObject<{
595
+ name: z.ZodMiniString<string>;
596
+ }, z.core.$strip>>;
597
+ postalAddress: z.ZodMiniObject<{
598
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
599
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
600
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
601
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
602
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
603
+ countryCode: z.ZodMiniObject<{
604
+ identificationCode: z.ZodMiniString<string>;
605
+ }, z.core.$strip>;
606
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
607
+ line: z.ZodMiniString<string>;
608
+ }, z.core.$strip>>;
609
+ }, z.core.$strip>;
610
+ partyTaxSchemes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
611
+ companyId: z.ZodMiniString<string>;
612
+ taxSchemeId: z.ZodMiniObject<{
613
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
614
+ }, z.core.$strip>;
615
+ }, z.core.$strip>>>;
616
+ partyLegalEntity: z.ZodMiniObject<{
617
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
618
+ id: z.ZodMiniString<string>;
619
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
620
+ }, z.core.$strip>>;
621
+ companyLegalForm: z.ZodMiniOptional<z.ZodMiniString<string>>;
622
+ registrationName: z.ZodMiniString<string>;
623
+ }, z.core.$strip>;
624
+ contact: z.ZodMiniOptional<z.ZodMiniObject<{
625
+ electronicMail: z.ZodMiniOptional<z.ZodMiniString<string>>;
626
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
627
+ telephone: z.ZodMiniOptional<z.ZodMiniString<string>>;
628
+ }, z.core.$strip>>;
629
+ }, z.core.$strip>;
630
+ accountingCustomerParty: z.ZodMiniObject<{
631
+ endpointId: z.ZodMiniObject<{
632
+ id: z.ZodMiniString<string>;
633
+ schemeId: z.ZodMiniString<string>;
634
+ }, z.core.$strip>;
635
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
636
+ id: z.ZodMiniObject<{
637
+ id: z.ZodMiniString<string>;
638
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
639
+ }, z.core.$strip>;
640
+ }, z.core.$strip>>;
641
+ partyName: z.ZodMiniOptional<z.ZodMiniObject<{
642
+ name: z.ZodMiniString<string>;
643
+ }, z.core.$strip>>;
644
+ postalAddress: z.ZodMiniObject<{
645
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
646
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
647
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
648
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
649
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
650
+ countryCode: z.ZodMiniObject<{
651
+ identificationCode: z.ZodMiniString<string>;
652
+ }, z.core.$strip>;
653
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
654
+ line: z.ZodMiniString<string>;
655
+ }, z.core.$strip>>;
656
+ }, z.core.$strip>;
657
+ partyTaxSchemes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
658
+ companyId: z.ZodMiniString<string>;
659
+ taxSchemeId: z.ZodMiniObject<{
660
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
661
+ }, z.core.$strip>;
662
+ }, z.core.$strip>>>;
663
+ partyLegalEntity: z.ZodMiniObject<{
664
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
665
+ id: z.ZodMiniString<string>;
666
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
667
+ }, z.core.$strip>>;
668
+ companyLegalForm: z.ZodMiniOptional<z.ZodMiniString<string>>;
669
+ registrationName: z.ZodMiniString<string>;
670
+ }, z.core.$strip>;
671
+ contact: z.ZodMiniOptional<z.ZodMiniObject<{
672
+ electronicMail: z.ZodMiniOptional<z.ZodMiniString<string>>;
673
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
674
+ telephone: z.ZodMiniOptional<z.ZodMiniString<string>>;
675
+ }, z.core.$strip>>;
676
+ }, z.core.$strip>;
677
+ payeeParty: z.ZodMiniOptional<z.ZodMiniObject<{
678
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
679
+ id: z.ZodMiniOptional<z.ZodMiniObject<{
680
+ id: z.ZodMiniString<string>;
681
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
682
+ }, z.core.$strip>>;
683
+ }, z.core.$strip>>;
684
+ partyLegalEntity: z.ZodMiniOptional<z.ZodMiniObject<{
685
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
686
+ id: z.ZodMiniString<string>;
687
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
688
+ }, z.core.$strip>>;
689
+ }, z.core.$strip>>;
690
+ partyName: z.ZodMiniObject<{
691
+ name: z.ZodMiniString<string>;
692
+ }, z.core.$strip>;
693
+ }, z.core.$strip>>;
694
+ taxRepresentativeParty: z.ZodMiniOptional<z.ZodMiniObject<{
695
+ name: z.ZodMiniString<string>;
696
+ postalAddress: z.ZodMiniObject<{
697
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
698
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
699
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
700
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
701
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
702
+ countryCode: z.ZodMiniObject<{
703
+ identificationCode: z.ZodMiniString<string>;
704
+ }, z.core.$strip>;
705
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
706
+ line: z.ZodMiniString<string>;
707
+ }, z.core.$strip>>;
708
+ }, z.core.$strip>;
709
+ partyTaxScheme: z.ZodMiniObject<{
710
+ companyId: z.ZodMiniString<string>;
711
+ taxSchemeId: z.ZodMiniObject<{
712
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
713
+ }, z.core.$strip>;
714
+ }, z.core.$strip>;
715
+ }, z.core.$strip>>;
716
+ delivery: z.ZodMiniOptional<z.ZodMiniObject<{
717
+ actualDeliveryDate: z.ZodMiniOptional<z.ZodMiniISODate>;
718
+ deliveryLocation: z.ZodMiniOptional<z.ZodMiniObject<{
719
+ id: z.ZodMiniOptional<z.ZodMiniObject<{
720
+ id: z.ZodMiniString<string>;
721
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
722
+ }, z.core.$strip>>;
723
+ address: z.ZodMiniOptional<z.ZodMiniObject<{
724
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
725
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
726
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
727
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
728
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
729
+ countryCode: z.ZodMiniObject<{
730
+ identificationCode: z.ZodMiniString<string>;
731
+ }, z.core.$strip>;
732
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
733
+ line: z.ZodMiniString<string>;
734
+ }, z.core.$strip>>;
735
+ }, z.core.$strip>>;
736
+ }, z.core.$strip>>;
737
+ deliveryParty: z.ZodMiniOptional<z.ZodMiniObject<{
738
+ partyName: z.ZodMiniObject<{
739
+ name: z.ZodMiniString<string>;
740
+ }, z.core.$strip>;
741
+ }, z.core.$strip>>;
742
+ }, z.core.$strip>>;
743
+ paymentMeans: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
744
+ paymentMeansCode: z.ZodMiniObject<{
745
+ code: z.ZodMiniString<string>;
746
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
747
+ }, z.core.$strip>;
748
+ paymentDueDate: z.ZodMiniOptional<z.ZodMiniISODate>;
749
+ paymentId: z.ZodMiniOptional<z.ZodMiniString<string>>;
750
+ cardAccount: z.ZodMiniOptional<z.ZodMiniObject<{
751
+ holderName: z.ZodMiniOptional<z.ZodMiniString<string>>;
752
+ networkId: z.ZodMiniString<string>;
753
+ primaryAccountNumberId: z.ZodMiniString<string>;
754
+ }, z.core.$strip>>;
755
+ payeeFinancialAccount: z.ZodMiniOptional<z.ZodMiniObject<{
756
+ financialInstitutionBranch: z.ZodMiniOptional<z.ZodMiniObject<{
757
+ id: z.ZodMiniString<string>;
758
+ }, z.core.$strip>>;
759
+ id: z.ZodMiniString<string>;
760
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
761
+ }, z.core.$strip>>;
762
+ paymentMandate: z.ZodMiniOptional<z.ZodMiniObject<{
763
+ id: z.ZodMiniOptional<z.ZodMiniString<string>>;
764
+ payerFinancialAccountId: z.ZodMiniOptional<z.ZodMiniObject<{
765
+ id: z.ZodMiniString<string>;
766
+ }, z.core.$strip>>;
767
+ }, z.core.$strip>>;
768
+ }, z.core.$strip>>>;
769
+ paymentTerms: z.ZodMiniOptional<z.ZodMiniObject<{
770
+ note: z.ZodMiniString<string>;
771
+ }, z.core.$strip>>;
772
+ allowanceCharges: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
773
+ amount: z.ZodMiniObject<{
774
+ currencyId: z.ZodMiniString<string>;
775
+ value: z.ZodMiniNumber<number>;
776
+ }, z.core.$strip>;
777
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
778
+ currencyId: z.ZodMiniString<string>;
779
+ value: z.ZodMiniNumber<number>;
780
+ }, z.core.$strip>>;
781
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
782
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
783
+ taxCategory: z.ZodMiniOptional<z.ZodMiniObject<{
784
+ id: z.ZodMiniString<string>;
785
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
786
+ taxSchemeId: z.ZodMiniObject<{
787
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
788
+ }, z.core.$strip>;
789
+ }, z.core.$strip>>;
790
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
791
+ chargeIndicator: z.ZodMiniLiteral<false>;
792
+ }, z.core.$strip>, z.ZodMiniObject<{
793
+ amount: z.ZodMiniObject<{
794
+ currencyId: z.ZodMiniString<string>;
795
+ value: z.ZodMiniNumber<number>;
796
+ }, z.core.$strip>;
797
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
798
+ currencyId: z.ZodMiniString<string>;
799
+ value: z.ZodMiniNumber<number>;
800
+ }, z.core.$strip>>;
801
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
802
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
803
+ taxCategory: z.ZodMiniOptional<z.ZodMiniObject<{
804
+ id: z.ZodMiniString<string>;
805
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
806
+ taxSchemeId: z.ZodMiniObject<{
807
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
808
+ }, z.core.$strip>;
809
+ }, z.core.$strip>>;
810
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
811
+ chargeIndicator: z.ZodMiniLiteral<true>;
812
+ }, z.core.$strip>], "chargeIndicator">>>;
813
+ taxTotals: z.ZodMiniArray<z.ZodMiniObject<{
814
+ taxAmount: z.ZodMiniObject<{
815
+ currencyId: z.ZodMiniString<string>;
816
+ value: z.ZodMiniNumber<number>;
817
+ }, z.core.$strip>;
818
+ taxSubtotals: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
819
+ taxAmount: z.ZodMiniObject<{
820
+ currencyId: z.ZodMiniString<string>;
821
+ value: z.ZodMiniNumber<number>;
822
+ }, z.core.$strip>;
823
+ taxCategory: z.ZodMiniObject<{
824
+ id: z.ZodMiniString<string>;
825
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
826
+ taxSchemeId: z.ZodMiniObject<{
827
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
828
+ }, z.core.$strip>;
829
+ taxExemptionReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
830
+ taxExemptionReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
831
+ }, z.core.$strip>;
832
+ taxableAmount: z.ZodMiniObject<{
833
+ currencyId: z.ZodMiniString<string>;
834
+ value: z.ZodMiniNumber<number>;
835
+ }, z.core.$strip>;
836
+ }, z.core.$strip>>>;
837
+ }, z.core.$strip>>;
838
+ legalMonetaryTotal: z.ZodMiniObject<{
839
+ allowanceTotalAmount: z.ZodMiniOptional<z.ZodMiniObject<{
840
+ currencyId: z.ZodMiniString<string>;
841
+ value: z.ZodMiniNumber<number>;
842
+ }, z.core.$strip>>;
843
+ chargeTotalAmount: z.ZodMiniOptional<z.ZodMiniObject<{
844
+ currencyId: z.ZodMiniString<string>;
845
+ value: z.ZodMiniNumber<number>;
846
+ }, z.core.$strip>>;
847
+ lineExtensionAmount: z.ZodMiniObject<{
848
+ currencyId: z.ZodMiniString<string>;
849
+ value: z.ZodMiniNumber<number>;
850
+ }, z.core.$strip>;
851
+ payableAmount: z.ZodMiniObject<{
852
+ currencyId: z.ZodMiniString<string>;
853
+ value: z.ZodMiniNumber<number>;
854
+ }, z.core.$strip>;
855
+ payableRoundingAmount: z.ZodMiniOptional<z.ZodMiniObject<{
856
+ currencyId: z.ZodMiniString<string>;
857
+ value: z.ZodMiniNumber<number>;
858
+ }, z.core.$strip>>;
859
+ prepaidAmount: z.ZodMiniOptional<z.ZodMiniObject<{
860
+ currencyId: z.ZodMiniString<string>;
861
+ value: z.ZodMiniNumber<number>;
862
+ }, z.core.$strip>>;
863
+ taxExclusiveAmount: z.ZodMiniObject<{
864
+ currencyId: z.ZodMiniString<string>;
865
+ value: z.ZodMiniNumber<number>;
866
+ }, z.core.$strip>;
867
+ taxInclusiveAmount: z.ZodMiniObject<{
868
+ currencyId: z.ZodMiniString<string>;
869
+ value: z.ZodMiniNumber<number>;
870
+ }, z.core.$strip>;
871
+ }, z.core.$strip>;
872
+ creditNoteLines: z.ZodMiniArray<z.ZodMiniObject<{
873
+ accountingCost: z.ZodMiniOptional<z.ZodMiniString<string>>;
874
+ allowanceCharges: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
875
+ amount: z.ZodMiniObject<{
876
+ currencyId: z.ZodMiniString<string>;
877
+ value: z.ZodMiniNumber<number>;
878
+ }, z.core.$strip>;
879
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
880
+ currencyId: z.ZodMiniString<string>;
881
+ value: z.ZodMiniNumber<number>;
882
+ }, z.core.$strip>>;
883
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
884
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
885
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
886
+ chargeIndicator: z.ZodMiniLiteral<false>;
887
+ }, z.core.$strip>, z.ZodMiniObject<{
888
+ amount: z.ZodMiniObject<{
889
+ currencyId: z.ZodMiniString<string>;
890
+ value: z.ZodMiniNumber<number>;
891
+ }, z.core.$strip>;
892
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
893
+ currencyId: z.ZodMiniString<string>;
894
+ value: z.ZodMiniNumber<number>;
895
+ }, z.core.$strip>>;
896
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
897
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
898
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
899
+ chargeIndicator: z.ZodMiniLiteral<true>;
900
+ }, z.core.$strip>], "chargeIndicator">>>;
901
+ documentReference: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
902
+ id: z.ZodMiniString<string>;
903
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
904
+ documentTypeCode: z.ZodMiniDefault<z.ZodMiniString<string>>;
905
+ }, z.core.$strip>>>;
906
+ id: z.ZodMiniString<string>;
907
+ invoicePeriod: z.ZodMiniOptional<z.ZodMiniObject<{
908
+ endDate: z.ZodMiniOptional<z.ZodMiniISODate>;
909
+ startDate: z.ZodMiniOptional<z.ZodMiniISODate>;
910
+ }, z.core.$strip>>;
911
+ item: z.ZodMiniObject<{
912
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
913
+ name: z.ZodMiniString<string>;
914
+ buyersItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
915
+ id: z.ZodMiniString<string>;
916
+ }, z.core.$strip>>;
917
+ sellersItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
918
+ id: z.ZodMiniString<string>;
919
+ }, z.core.$strip>>;
920
+ standardItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
921
+ id: z.ZodMiniObject<{
922
+ id: z.ZodMiniString<string>;
923
+ schemeId: z.ZodMiniString<string>;
924
+ }, z.core.$strip>;
925
+ }, z.core.$strip>>;
926
+ originCountryCode: z.ZodMiniOptional<z.ZodMiniObject<{
927
+ identificationCode: z.ZodMiniString<string>;
928
+ }, z.core.$strip>>;
929
+ commodityClassifications: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
930
+ itemClassification: z.ZodMiniObject<{
931
+ id: z.ZodMiniString<string>;
932
+ listId: z.ZodMiniString<string>;
933
+ listVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
934
+ }, z.core.$strip>;
935
+ }, z.core.$strip>>>;
936
+ classifiedTaxCategory: z.ZodMiniObject<{
937
+ id: z.ZodMiniString<string>;
938
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
939
+ taxSchemeId: z.ZodMiniObject<{
940
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
941
+ }, z.core.$strip>;
942
+ }, z.core.$strip>;
943
+ additionalItemProperties: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
944
+ name: z.ZodMiniString<string>;
945
+ value: z.ZodMiniString<string>;
946
+ }, z.core.$strip>>>;
947
+ }, z.core.$strip>;
948
+ lineExtensionAmount: z.ZodMiniObject<{
949
+ currencyId: z.ZodMiniString<string>;
950
+ value: z.ZodMiniNumber<number>;
951
+ }, z.core.$strip>;
952
+ note: z.ZodMiniOptional<z.ZodMiniString<string>>;
953
+ orderLineReference: z.ZodMiniOptional<z.ZodMiniObject<{
954
+ lineId: z.ZodMiniString<string>;
955
+ }, z.core.$strip>>;
956
+ price: z.ZodMiniObject<{
957
+ allowanceCharge: z.ZodMiniOptional<z.ZodMiniObject<{
958
+ amount: z.ZodMiniObject<{
959
+ currencyId: z.ZodMiniString<string>;
960
+ value: z.ZodMiniNumber<number>;
961
+ }, z.core.$strip>;
962
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
963
+ currencyId: z.ZodMiniString<string>;
964
+ value: z.ZodMiniNumber<number>;
965
+ }, z.core.$strip>>;
966
+ chargeIndicator: z.ZodMiniLiteral<false>;
967
+ }, z.core.$strip>>;
968
+ baseQuantity: z.ZodMiniOptional<z.ZodMiniObject<{
969
+ unitCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
970
+ value: z.ZodMiniNumber<number>;
971
+ }, z.core.$strip>>;
972
+ priceAmount: z.ZodMiniObject<{
973
+ currencyId: z.ZodMiniString<string>;
974
+ value: z.ZodMiniNumber<number>;
975
+ }, z.core.$strip>;
976
+ }, z.core.$strip>;
977
+ creditedQuantity: z.ZodMiniObject<{
978
+ value: z.ZodMiniNumber<number>;
979
+ unitCode: z.ZodMiniString<string>;
980
+ }, z.core.$strip>;
981
+ }, z.core.$strip>>;
982
+ creditNoteTypeCode: z.ZodMiniString<string>;
983
+ }, z.core.$strip>, z.ZodMiniObject<{
984
+ customizationId: z.ZodMiniString<string>;
985
+ profileId: z.ZodMiniLiteral<"urn:fdc:peppol.eu:poacc:bis:mlr:3">;
986
+ id: z.ZodMiniString<string>;
987
+ issueDate: z.ZodMiniISODate;
988
+ issueTime: z.ZodMiniOptional<z.ZodMiniString<string>>;
989
+ senderParty: z.ZodMiniObject<{
990
+ endpointId: z.ZodMiniOptional<z.ZodMiniObject<{
991
+ id: z.ZodMiniString<string>;
992
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
993
+ }, z.core.$strip>>;
994
+ }, z.core.$strip>;
995
+ receiverParty: z.ZodMiniObject<{
996
+ endpointId: z.ZodMiniOptional<z.ZodMiniObject<{
997
+ id: z.ZodMiniString<string>;
998
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
999
+ }, z.core.$strip>>;
1000
+ }, z.core.$strip>;
1001
+ documentResponse: z.ZodMiniObject<{
1002
+ response: z.ZodMiniObject<{
1003
+ responseCode: z.ZodMiniString<string>;
1004
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1005
+ }, z.core.$strip>;
1006
+ documentReference: z.ZodMiniObject<{
1007
+ id: z.ZodMiniString<string>;
1008
+ documentTypeCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1009
+ versionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1010
+ }, z.core.$strip>;
1011
+ lineResponse: z.ZodMiniArray<z.ZodMiniObject<{
1012
+ lineReference: z.ZodMiniObject<{
1013
+ lineId: z.ZodMiniString<string>;
1014
+ }, z.core.$strip>;
1015
+ response: z.ZodMiniObject<{
1016
+ responseCode: z.ZodMiniString<string>;
1017
+ description: z.ZodMiniString<string>;
1018
+ status: z.ZodMiniObject<{
1019
+ statusReasonCode: z.ZodMiniEnum<{
1020
+ BV: "BV";
1021
+ BW: "BW";
1022
+ SV: "SV";
1023
+ }>;
1024
+ }, z.core.$strip>;
1025
+ }, z.core.$strip>;
1026
+ }, z.core.$strip>>;
1027
+ }, z.core.$strip>;
1028
+ }, z.core.$strip>, z.ZodMiniObject<{
1029
+ customizationId: z.ZodMiniString<string>;
1030
+ id: z.ZodMiniString<string>;
1031
+ issueDate: z.ZodMiniISODate;
1032
+ issueTime: z.ZodMiniOptional<z.ZodMiniString<string>>;
1033
+ profileId: z.ZodMiniLiteral<"urn:fdc:peppol.eu:poacc:bis:invoice_response:3">;
1034
+ senderParty: z.ZodMiniObject<{
1035
+ endpointId: z.ZodMiniOptional<z.ZodMiniObject<{
1036
+ id: z.ZodMiniString<string>;
1037
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1038
+ }, z.core.$strip>>;
1039
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
1040
+ id: z.ZodMiniString<string>;
1041
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1042
+ }, z.core.$strip>>;
1043
+ partyLegalEntity: z.ZodMiniObject<{
1044
+ registrationName: z.ZodMiniString<string>;
1045
+ }, z.core.$strip>;
1046
+ contact: z.ZodMiniOptional<z.ZodMiniObject<{
1047
+ electronicMail: z.ZodMiniOptional<z.ZodMiniString<string>>;
1048
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
1049
+ telephone: z.ZodMiniOptional<z.ZodMiniString<string>>;
1050
+ }, z.core.$strip>>;
1051
+ }, z.core.$strip>;
1052
+ receiverParty: z.ZodMiniObject<{
1053
+ endpointId: z.ZodMiniOptional<z.ZodMiniObject<{
1054
+ id: z.ZodMiniString<string>;
1055
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1056
+ }, z.core.$strip>>;
1057
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
1058
+ id: z.ZodMiniString<string>;
1059
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1060
+ }, z.core.$strip>>;
1061
+ partyLegalEntity: z.ZodMiniObject<{
1062
+ registrationName: z.ZodMiniString<string>;
1063
+ }, z.core.$strip>;
1064
+ }, z.core.$strip>;
1065
+ note: z.ZodMiniOptional<z.ZodMiniString<string>>;
1066
+ documentResponse: z.ZodMiniObject<{
1067
+ response: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1068
+ responseCode: z.ZodMiniEnum<{
1069
+ CA: "CA";
1070
+ RE: "RE";
1071
+ UQ: "UQ";
1072
+ }>;
1073
+ effectiveDate: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniISODate, z.ZodMiniCodec<z.ZodMiniDate<Date>, z.ZodMiniISODate>]>>;
1074
+ status: z.ZodMiniArray<z.ZodMiniObject<{
1075
+ statusReasonCode: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1076
+ value: z.ZodMiniString<string>;
1077
+ listId: z.ZodMiniLiteral<"OPStatusAction">;
1078
+ }, z.core.$strip>, z.ZodMiniObject<{
1079
+ value: z.ZodMiniString<string>;
1080
+ listId: z.ZodMiniLiteral<"OPStatusReason">;
1081
+ }, z.core.$strip>], "listId">>;
1082
+ statusReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1083
+ condition: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1084
+ attributeId: z.ZodMiniString<string>;
1085
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1086
+ }, z.core.$strip>>>;
1087
+ }, z.core.$strip>>;
1088
+ }, z.core.$strip>, z.ZodMiniObject<{
1089
+ responseCode: z.ZodMiniEnum<{
1090
+ AB: "AB";
1091
+ AP: "AP";
1092
+ IP: "IP";
1093
+ PD: "PD";
1094
+ }>;
1095
+ effectiveDate: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniISODate, z.ZodMiniCodec<z.ZodMiniDate<Date>, z.ZodMiniISODate>]>>;
1096
+ status: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1097
+ statusReasonCode: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1098
+ value: z.ZodMiniString<string>;
1099
+ listId: z.ZodMiniLiteral<"OPStatusAction">;
1100
+ }, z.core.$strip>, z.ZodMiniObject<{
1101
+ value: z.ZodMiniString<string>;
1102
+ listId: z.ZodMiniLiteral<"OPStatusReason">;
1103
+ }, z.core.$strip>], "listId">>;
1104
+ statusReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1105
+ condition: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1106
+ attributeId: z.ZodMiniString<string>;
1107
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1108
+ }, z.core.$strip>>>;
1109
+ }, z.core.$strip>>>;
1110
+ }, z.core.$strip>], "responseCode">;
1111
+ documentReference: z.ZodMiniObject<{
1112
+ id: z.ZodMiniString<string>;
1113
+ issueDate: z.ZodMiniOptional<z.ZodMiniISODate>;
1114
+ documentTypeCode: z.ZodMiniString<string>;
1115
+ }, z.core.$strip>;
1116
+ issuerParty: z.ZodMiniOptional<z.ZodMiniObject<{
1117
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
1118
+ id: z.ZodMiniString<string>;
1119
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1120
+ }, z.core.$strip>>;
1121
+ partyName: z.ZodMiniObject<{
1122
+ name: z.ZodMiniString<string>;
1123
+ }, z.core.$strip>;
1124
+ }, z.core.$strip>>;
1125
+ recipientParty: z.ZodMiniOptional<z.ZodMiniObject<{
1126
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
1127
+ id: z.ZodMiniString<string>;
1128
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1129
+ }, z.core.$strip>>;
1130
+ partyName: z.ZodMiniObject<{
1131
+ name: z.ZodMiniString<string>;
1132
+ }, z.core.$strip>;
1133
+ }, z.core.$strip>>;
1134
+ }, z.core.$strip>;
1135
+ }, z.core.$strip>]>>;
1136
+ //#endregion
1137
+ //#region src/schemas/document-response-document-reference-schema.d.ts
1138
+ export declare const documentResponseDocumentReferenceSchema: z.ZodMiniObject<{
1139
+ id: z.ZodMiniString<string>;
1140
+ documentTypeCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1141
+ versionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1142
+ }, z.core.$strip>;
1143
+ export type PeppolMessageLevelDocumentResponseDocumentReference = z.infer<typeof documentResponseDocumentReferenceSchema>;
1144
+ //#endregion
1145
+ //#region src/schemas/document-response-document-schema.d.ts
1146
+ /**
1147
+ * @summary Response information
1148
+ *
1149
+ * @name `cac:Response`
1150
+ *
1151
+ * @cardinality (1..1)
1152
+ *
1153
+ * @see {@link messageLevelResponseDocumentResponseSchema}
1154
+ */
1155
+ export declare const documentResponseDocumentSchema: z.ZodMiniObject<{
1156
+ responseCode: z.ZodMiniString<string>;
1157
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1158
+ }, z.core.$strip>;
1159
+ export type PeppolMessageLevelResponseDocumentResponseDocument = z.infer<typeof documentResponseDocumentSchema>;
1160
+ //#endregion
1161
+ //#region src/schemas/document-response-line-response-schema.d.ts
1162
+ export declare const documentResponseLineResponseSchema: z.ZodMiniObject<{
1163
+ lineReference: z.ZodMiniObject<{
1164
+ lineId: z.ZodMiniString<string>;
1165
+ }, z.core.$strip>;
1166
+ response: z.ZodMiniObject<{
1167
+ responseCode: z.ZodMiniString<string>;
1168
+ description: z.ZodMiniString<string>;
1169
+ status: z.ZodMiniObject<{
1170
+ statusReasonCode: z.ZodMiniEnum<{
1171
+ BV: "BV";
1172
+ BW: "BW";
1173
+ SV: "SV";
1174
+ }>;
1175
+ }, z.core.$strip>;
1176
+ }, z.core.$strip>;
1177
+ }, z.core.$strip>;
1178
+ export type PeppolMessageLevelDocumentResponseLineResponse = z.infer<typeof documentResponseLineResponseSchema>;
1179
+ //#endregion
1180
+ //#region src/schemas/document-response-line-response-content.d.ts
1181
+ export declare const documentResponseLineResponseContent: z.ZodMiniObject<{
1182
+ responseCode: z.ZodMiniString<string>;
1183
+ description: z.ZodMiniString<string>;
1184
+ status: z.ZodMiniObject<{
1185
+ statusReasonCode: z.ZodMiniEnum<{
1186
+ BV: "BV";
1187
+ BW: "BW";
1188
+ SV: "SV";
1189
+ }>;
1190
+ }, z.core.$strip>;
1191
+ }, z.core.$strip>;
1192
+ export type DocumentResponseLineResponseContent = z.infer<typeof documentResponseLineResponseContent>;
1193
+ //#endregion
1194
+ //#region src/schemas/invoice-response-document-actual-response-status.d.ts
1195
+ declare const invoiceResponseCondition: z.ZodMiniObject<{
1196
+ attributeId: z.ZodMiniString<string>;
1197
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1198
+ }, z.core.$strip>;
1199
+ export type InvoiceResponseCondition = z.infer<typeof invoiceResponseCondition>;
1200
+ export declare const invoiceReponseDocumentActualResponseStatus: z.ZodMiniObject<{
1201
+ statusReasonCode: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1202
+ value: z.ZodMiniString<string>;
1203
+ listId: z.ZodMiniLiteral<"OPStatusAction">;
1204
+ }, z.core.$strip>, z.ZodMiniObject<{
1205
+ value: z.ZodMiniString<string>;
1206
+ listId: z.ZodMiniLiteral<"OPStatusReason">;
1207
+ }, z.core.$strip>], "listId">>;
1208
+ statusReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1209
+ condition: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1210
+ attributeId: z.ZodMiniString<string>;
1211
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1212
+ }, z.core.$strip>>>;
1213
+ }, z.core.$strip>;
1214
+ export type InvoiceReponseDocumentActualResponseStatus = z.infer<typeof invoiceReponseDocumentActualResponseStatus>;
1215
+ //#endregion
1216
+ //#region src/schemas/invoice-response-document-actual-response.d.ts
1217
+ export declare const invoiceResponseDocumentActualResponse: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1218
+ responseCode: z.ZodMiniEnum<{
1219
+ CA: "CA";
1220
+ RE: "RE";
1221
+ UQ: "UQ";
1222
+ }>;
1223
+ effectiveDate: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniISODate, z.ZodMiniCodec<z.ZodMiniDate<Date>, z.ZodMiniISODate>]>>;
1224
+ status: z.ZodMiniArray<z.ZodMiniObject<{
1225
+ statusReasonCode: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1226
+ value: z.ZodMiniString<string>;
1227
+ listId: z.ZodMiniLiteral<"OPStatusAction">;
1228
+ }, z.core.$strip>, z.ZodMiniObject<{
1229
+ value: z.ZodMiniString<string>;
1230
+ listId: z.ZodMiniLiteral<"OPStatusReason">;
1231
+ }, z.core.$strip>], "listId">>;
1232
+ statusReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1233
+ condition: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1234
+ attributeId: z.ZodMiniString<string>;
1235
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1236
+ }, z.core.$strip>>>;
1237
+ }, z.core.$strip>>;
1238
+ }, z.core.$strip>, z.ZodMiniObject<{
1239
+ responseCode: z.ZodMiniEnum<{
1240
+ AB: "AB";
1241
+ AP: "AP";
1242
+ IP: "IP";
1243
+ PD: "PD";
1244
+ }>;
1245
+ effectiveDate: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniISODate, z.ZodMiniCodec<z.ZodMiniDate<Date>, z.ZodMiniISODate>]>>;
1246
+ status: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1247
+ statusReasonCode: z.ZodMiniOptional<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1248
+ value: z.ZodMiniString<string>;
1249
+ listId: z.ZodMiniLiteral<"OPStatusAction">;
1250
+ }, z.core.$strip>, z.ZodMiniObject<{
1251
+ value: z.ZodMiniString<string>;
1252
+ listId: z.ZodMiniLiteral<"OPStatusReason">;
1253
+ }, z.core.$strip>], "listId">>;
1254
+ statusReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1255
+ condition: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1256
+ attributeId: z.ZodMiniString<string>;
1257
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1258
+ }, z.core.$strip>>>;
1259
+ }, z.core.$strip>>>;
1260
+ }, z.core.$strip>], "responseCode">;
1261
+ export type InvoiceResponseDocumentActualResponse = z.infer<typeof invoiceResponseDocumentActualResponse>;
1262
+ //#endregion
1263
+ //#region src/schemas/invoice-response-status-reason-code.d.ts
1264
+ export declare const invoiceResponseStatusReasonCode: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1265
+ value: z.ZodMiniString<string>;
1266
+ listId: z.ZodMiniLiteral<"OPStatusAction">;
1267
+ }, z.core.$strip>, z.ZodMiniObject<{
1268
+ value: z.ZodMiniString<string>;
1269
+ listId: z.ZodMiniLiteral<"OPStatusReason">;
1270
+ }, z.core.$strip>], "listId">;
1271
+ export type InvoiceResponseStatusReasonCode = z.infer<typeof invoiceResponseStatusReasonCode>;
1272
+ //#endregion
1273
+ //#region src/schemas/message-level-response-document-response-schema.d.ts
1274
+ export declare const messageLevelResponseDocumentResponseSchema: z.ZodMiniObject<{
1275
+ response: z.ZodMiniObject<{
1276
+ responseCode: z.ZodMiniString<string>;
1277
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1278
+ }, z.core.$strip>;
1279
+ documentReference: z.ZodMiniObject<{
1280
+ id: z.ZodMiniString<string>;
1281
+ documentTypeCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1282
+ versionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1283
+ }, z.core.$strip>;
1284
+ lineResponse: z.ZodMiniArray<z.ZodMiniObject<{
1285
+ lineReference: z.ZodMiniObject<{
1286
+ lineId: z.ZodMiniString<string>;
1287
+ }, z.core.$strip>;
1288
+ response: z.ZodMiniObject<{
1289
+ responseCode: z.ZodMiniString<string>;
1290
+ description: z.ZodMiniString<string>;
1291
+ status: z.ZodMiniObject<{
1292
+ statusReasonCode: z.ZodMiniEnum<{
1293
+ BV: "BV";
1294
+ BW: "BW";
1295
+ SV: "SV";
1296
+ }>;
1297
+ }, z.core.$strip>;
1298
+ }, z.core.$strip>;
1299
+ }, z.core.$strip>>;
1300
+ }, z.core.$strip>;
1301
+ export type PeppolMessageLevelMessageLevelResponseDocumentResponse = z.infer<typeof messageLevelResponseDocumentResponseSchema>;
1302
+ //#endregion
1303
+ //#region src/schemas/message-level-response-party-schema.d.ts
1304
+ export declare const messageLevelResponsePartySchema: z.ZodMiniObject<{
1305
+ endpointId: z.ZodMiniOptional<z.ZodMiniObject<{
1306
+ id: z.ZodMiniString<string>;
1307
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1308
+ }, z.core.$strip>>;
1309
+ }, z.core.$strip>;
1310
+ export type PeppolMessageLevelResponseParty = z.infer<typeof messageLevelResponsePartySchema>;
1311
+ //#endregion
1312
+ //#region src/schemas/values/additional-document-reference-code.d.ts
1313
+ /**
1314
+ * @description Additional document reference.
1315
+ *
1316
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1153/
1317
+ * @see {@link additionalDocumentReferenceCodesKeys}
1318
+ */
1319
+ export type PeppolAdditionalDocumentReferenceCode = AdditionalDocumentReferenceCodesKeys;
1320
+ /**
1321
+ * @description Validates an additional document reference code against the PEPPOL subset of UNCL 1153 (reference qualifiers).
1322
+ *
1323
+ * @param error - The custom error message to use when validation fails. Defaults to Zod's generic message.
1324
+ *
1325
+ * @returns A Zod string schema that accepts only valid additional document reference codes.
1326
+ *
1327
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1153/
1328
+ * @see {@link additionalDocumentReferenceCodesKeys}
1329
+ */
1330
+ export declare function additionalDocumentReferenceCodeSchema(error?: string): z.ZodMiniString<string>;
1331
+ //#endregion
1332
+ //#region src/schemas/values/allowance-charge-reason-code.d.ts
1333
+ /**
1334
+ * @description An allowance or charge reason code as defined by the PEPPOL subset of UNCL 5189.
1335
+ *
1336
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5189/
1337
+ */
1338
+ export type PeppolAllowanceChargeReasonCode = AllowanceChargeReasonCodesKeys;
1339
+ /**
1340
+ * @description Validates an allowance or charge reason code against the PEPPOL subset of UNCL 5189 (D.16B).
1341
+ *
1342
+ * @param error - The custom error message to use when validation fails.
1343
+ *
1344
+ * @returns A Zod string schema that accepts only valid allowance/charge reason codes.
1345
+ *
1346
+ * @validations
1347
+ * - PEPPOL-EN16931-CL002: Document allowance reason code MUST be according to the subset of UNCL 5189 D.16B.
1348
+ *
1349
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5189/
1350
+ */
1351
+ export declare function allowanceChargeReasonCodeSchema(error?: string): z.ZodMiniString<string>;
1352
+ //#endregion
1353
+ //#region src/schemas/values/application-response-type-codes.d.ts
1354
+ /**
1355
+ * @description An application response type code as defined by the PEPPOL subset of UNCL 4343.
1356
+ *
1357
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343/
1358
+ */
1359
+ export type PeppolApplicationResponseTypeCode = ApplicationResponseTypeCodesKeys;
1360
+ /**
1361
+ * @description Validates an application response type code against the PEPPOL subset of UNCL 4343.
1362
+ *
1363
+ * @param error - The custom error message to use when validation fails.
1364
+ *
1365
+ * @returns A Zod string schema that accepts only valid application response type codes.
1366
+ *
1367
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343/
1368
+ */
1369
+ export declare function applicationResponseTypeCodeSchema(error?: string): z.ZodMiniString<string>;
1370
+ //#endregion
1371
+ //#region src/schemas/values/charge-reason-code.d.ts
1372
+ /**
1373
+ * @description A charge reason code as defined by the PEPPOL subset of UNCL 7161.
1374
+ *
1375
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7161/
1376
+ */
1377
+ export type PeppolChargeReasonCode = ChargeReasonCodesKeys;
1378
+ /**
1379
+ * @description Validates a charge reason code against the PEPPOL subset of UNCL 7161 (D.16B).
1380
+ *
1381
+ * @param error - The custom error message to use when validation fails.
1382
+ *
1383
+ * @returns A Zod string schema that accepts only valid charge reason codes.
1384
+ *
1385
+ * @validations
1386
+ * - PEPPOL-EN16931-CL003: Charge reason code MUST be according to UNCL 7161 D.16B.
1387
+ *
1388
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7161/
1389
+ */
1390
+ export declare function chargeReasonCodeSchema(error?: string): z.ZodMiniString<string>;
1391
+ //#endregion
1392
+ //#region src/schemas/values/country-code.d.ts
1393
+ /**
1394
+ * @description An ISO 3166-1 alpha-2 country code as defined by the PEPPOL subset.
1395
+ *
1396
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ISO3166/
1397
+ */
1398
+ export type PeppolCountryCode = CountryCodesKeys;
1399
+ /**
1400
+ * @description Validates a two character ISO 3166-1 alpha-2 country code against the PEPPOL codelist.
1401
+ *
1402
+ * @returns A Zod string schema that accepts only valid country codes.
1403
+ *
1404
+ * @validations
1405
+ * - BR-CL-14 / BR-CL-15: Country code MUST be a valid ISO 3166-1 alpha-2 code.
1406
+ *
1407
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ISO3166/
1408
+ */
1409
+ export declare const countryCodeSchema: z.ZodMiniString<string>;
1410
+ //#endregion
1411
+ //#region src/schemas/values/currency-codes.d.ts
1412
+ /**
1413
+ * @description An ISO 4217 currency code as defined by the PEPPOL subset.
1414
+ *
1415
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ISO4217/
1416
+ */
1417
+ export type PeppolCurrencyCode = CurrencyCodesKeys;
1418
+ /**
1419
+ * @description Validates an ISO 4217 currency code against the PEPPOL codelist.
1420
+ *
1421
+ * @param error - The custom error message to use when validation fails.
1422
+ *
1423
+ * @returns A Zod string schema that accepts only valid currency codes.
1424
+ *
1425
+ * @validations
1426
+ * - PEPPOL-EN16931-CL007: Currency codes MUST be valid ISO 4217 codes.
1427
+ *
1428
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ISO4217/
1429
+ */
1430
+ export declare function currencyCodeSchema(error?: string): z.ZodMiniString<string>;
1431
+ //#endregion
1432
+ //#region src/schemas/values/document-type-codes.d.ts
1433
+ /**
1434
+ * @description A document type code as defined by the PEPPOL subset of UNCL 1001 (document/message name code).
1435
+ *
1436
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001/
1437
+ */
1438
+ export type PeppolDocumentTypeCode = DocumentTypeCodesKeys;
1439
+ /**
1440
+ * @description Validates a document type code against the PEPPOL subset of UNCL 1001.
1441
+ *
1442
+ * @param error - The custom error message to use when validation fails.
1443
+ *
1444
+ * @returns A Zod string schema that accepts only valid document type codes.
1445
+ *
1446
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001/
1447
+ */
1448
+ export declare function documentTypeCodeSchema(error?: string): z.ZodMiniString<string>;
1449
+ //#endregion
1450
+ //#region src/schemas/values/document-type-schema.d.ts
1451
+ /**
1452
+ * @description One of the PEPPOL document type schemes (e.g. `busdox-docid-qns`, `peppol-doctype-wildcard`).
1453
+ *
1454
+ * @see {@link documentTypesTable}
1455
+ */
1456
+ export type PeppolDocumentType = `${DocumentTypesTableKeys}::${string}`;
1457
+ /**
1458
+ * @description Validates a full PEPPOL document type identifier (`<scheme>::<root>::…`) against the known document type table.
1459
+ *
1460
+ * @param error - The custom error message to use when validation fails. Defaults to `'invalid peppol document type'`.
1461
+ *
1462
+ * @returns A Zod template-literal schema that matches a valid `scheme::value` document type identifier.
1463
+ *
1464
+ * @see {@link documentTypesTable}
1465
+ */
1466
+ export declare function documentTypeSchema(error?: string): z.ZodMiniTemplateLiteral<`busdox-docid-qns::${string}` | `peppol-doctype-wildcard::${string}`>;
1467
+ //#endregion
1468
+ //#region src/schemas/values/document-type-schemes-schema.d.ts
1469
+ /**
1470
+ * @description Validates a PEPPOL document type scheme (e.g. `busdox-docid-qns`, `peppol-doctype-wildcard`).
1471
+ *
1472
+ * @param error - The error message to use when validation fails. Defaults to `'invalid Peppol document type scheme'`.
1473
+ *
1474
+ * @returns A Zod string schema that accepts only valid document type schemes.
1475
+ *
1476
+ * @see {@link documentTypesScheme}
1477
+ */
1478
+ export declare function documentTypeSchemesSchema(error?: string): z.ZodMiniString<string>;
1479
+ //#endregion
1480
+ //#region src/schemas/values/document-type-values-schema.d.ts
1481
+ /**
1482
+ * @description Validates the value part of a PEPPOL document type identifier (the portion after the scheme prefix) against the known document type table.
1483
+ *
1484
+ * @param error - The error message to use when validation fails. Defaults to `'invalid Peppol document type value'`.
1485
+ *
1486
+ * @returns A Zod string schema that accepts only valid document type values.
1487
+ *
1488
+ * @see {@link documentTypesTable}
1489
+ */
1490
+ export declare function documentTypeValuesSchema(error?: string): z.ZodMiniString<string>;
1491
+ //#endregion
1492
+ //#region src/schemas/values/duty-tax-fee-cateogries.d.ts
1493
+ /**
1494
+ * @description A duty, tax or fee category code as defined by the PEPPOL subset of UNCL 5305 (VAT category code).
1495
+ *
1496
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5305/
1497
+ */
1498
+ export type PeppolDutyTaxFeeCategoryCode = DutyTaxFeeCategoriesKeys;
1499
+ /**
1500
+ * @description Validates a duty, tax or fee category code against the PEPPOL subset of UNCL 5305 (VAT category code).
1501
+ *
1502
+ * @param error - The custom error message to use when validation fails.
1503
+ *
1504
+ * @returns A Zod string schema that accepts only valid duty/tax/fee category codes.
1505
+ *
1506
+ * @validations
1507
+ * - BR-CL-17 / BR-CL-18: VAT category code MUST be a valid UNCL 5305 code.
1508
+ *
1509
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5305/
1510
+ */
1511
+ export declare function dutyTaxFeeCategorySchema(error?: string): z.ZodMiniString<string>;
1512
+ //#endregion
1513
+ //#region src/schemas/values/eas-codes.d.ts
1514
+ /**
1515
+ * @description An electronic address scheme (EAS) code, identifying the scheme of an electronic address (e.g. `0088` for GLN).
1516
+ *
1517
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/
1518
+ */
1519
+ export type PeppolElectronicAddressCode = ElectronicAddressCodesKeys;
1520
+ /**
1521
+ * @description Validates an electronic address scheme (EAS) code against the PEPPOL Electronic Address Identifier Scheme codelist.
1522
+ *
1523
+ * @param error - The custom error message to use when validation fails.
1524
+ *
1525
+ * @returns A Zod string schema that accepts only valid electronic address scheme codes.
1526
+ *
1527
+ * @validations
1528
+ * - PEPPOL-EN16931-CL008: Electronic address identifier scheme MUST be from the codelist "Electronic Address Identifier Scheme".
1529
+ *
1530
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/
1531
+ */
1532
+ export declare function electronicCodesSchema(error?: string): z.ZodMiniString<string>;
1533
+ //#endregion
1534
+ //#region src/schemas/values/icd-codes.d.ts
1535
+ /**
1536
+ * @description An ISO 6523 ICD (International Code Designator) code identifying an identifier scheme.
1537
+ *
1538
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
1539
+ */
1540
+ export type PeppolIcdCode = IcdCodesKeys;
1541
+ /**
1542
+ * @description Validates an ISO 6523 ICD code against the PEPPOL codelist.
1543
+ *
1544
+ * @param error - The custom error message to use when validation fails. Defaults to `'Invalid ICD code provided'`.
1545
+ *
1546
+ * @returns A Zod string schema that accepts only valid ICD codes.
1547
+ *
1548
+ * @validations
1549
+ * - BR-CL-10 / BR-CL-11 / BR-CL-21: Identifier scheme MUST be a valid ISO 6523 ICD code.
1550
+ *
1551
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
1552
+ */
1553
+ export declare function icdCodesSchema(error?: string): z.ZodMiniString<string>;
1554
+ //#endregion
1555
+ //#region src/schemas/values/invoice-status-codes.d.ts
1556
+ /**
1557
+ * @description An invoice status code as defined by the PEPPOL subset of UNCL 4343 (T111).
1558
+ *
1559
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
1560
+ */
1561
+ export type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;
1562
+ /**
1563
+ * @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).
1564
+ *
1565
+ * @param error - The custom error message to use when validation fails.
1566
+ *
1567
+ * @returns A Zod string schema that accepts only valid invoice status codes.
1568
+ *
1569
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
1570
+ */
1571
+ export declare function invoiceStatusCodeSchema(error?: string): z.ZodMiniString<string>;
1572
+ //#endregion
1573
+ //#region src/schemas/values/item-classification-code-schema.d.ts
1574
+ /**
1575
+ * @description An item classification code as defined by the PEPPOL subset of UNCL 7143.
1576
+ *
1577
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
1578
+ */
1579
+ export type PeppolItemClassificationCode = ItemClassificationCodesKeys;
1580
+ /**
1581
+ * @description Validates an item classification code against the PEPPOL subset of UNCL 7143.
1582
+ *
1583
+ * @param error - The custom error message to use when validation fails.
1584
+ *
1585
+ * @returns A Zod string schema that accepts only valid item classification codes.
1586
+ *
1587
+ * @validations
1588
+ * - BR-CL-13: Item classification scheme MUST be a valid UNTDID 7143 code.
1589
+ *
1590
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
1591
+ */
1592
+ export declare function itemClassificationCodesSchema(error?: string): z.ZodMiniString<string>;
1593
+ //#endregion
1594
+ //#region src/schemas/values/mime-code.d.ts
1595
+ /**
1596
+ * @description A MIME media type code (e.g. `application/pdf`) as used for attached documents.
1597
+ *
1598
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
1599
+ */
1600
+ export type PeppolMimeCode = MimeCodesKeys;
1601
+ /**
1602
+ * @description Validates a MIME media type against the PEPPOL MIME code list.
1603
+ *
1604
+ * @param error - The custom error message to use when validation fails.
1605
+ *
1606
+ * @returns A Zod string schema that accepts only valid MIME types.
1607
+ *
1608
+ * @validations
1609
+ * - PEPPOL-EN16931-CL001: Attachment (MIME) type MUST come from the allowed list.
1610
+ *
1611
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
1612
+ */
1613
+ export declare function mimeCodesSchema(error?: string): z.ZodMiniString<string>;
1614
+ //#endregion
1615
+ //#region src/schemas/values/op-status-action.d.ts
1616
+ /**
1617
+ * @description An OpenPeppol operation status action code (e.g. the outcome of a message response).
1618
+ *
1619
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
1620
+ */
1621
+ export type PeppolOpStatusAction = OpStatusActionKeys;
1622
+ /**
1623
+ * @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.
1624
+ *
1625
+ * @param error - The custom error message to use when validation fails.
1626
+ *
1627
+ * @returns A Zod string schema that accepts only valid operation status action codes.
1628
+ *
1629
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
1630
+ */
1631
+ export declare function opStatusActionSchema(error?: string): z.ZodMiniString<string>;
1632
+ //#endregion
1633
+ //#region src/schemas/values/op-status-reason.d.ts
1634
+ /**
1635
+ * @description An OpenPeppol operation status reason code (e.g. the reason for a message response outcome).
1636
+ *
1637
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
1638
+ */
1639
+ export type PeppolOpStatusReason = OpStatusReasonKeys;
1640
+ /**
1641
+ * @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.
1642
+ *
1643
+ * @param error - The custom error message to use when validation fails.
1644
+ *
1645
+ * @returns A Zod string schema that accepts only valid operation status reason codes.
1646
+ *
1647
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
1648
+ */
1649
+ export declare function opStatusReasonSchema(error?: string): z.ZodMiniString<string>;
1650
+ //#endregion
1651
+ //#region src/schemas/values/participant-identifier-code.d.ts
1652
+ /**
1653
+ * @description A PEPPOL participant identifier scheme, identifying the scheme of a participant identifier (e.g. EAS codes).
1654
+ *
1655
+ * @see https://docs.peppol.eu/poacc/billing/3.0/
1656
+ */
1657
+ export type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;
1658
+ /**
1659
+ * @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.
1660
+ *
1661
+ * @param error - The custom error message to use when validation fails.
1662
+ *
1663
+ * @returns A Zod string schema that accepts only valid participant identifier schemes.
1664
+ */
1665
+ export declare function participantIdentifierCodeSchema(error?: string): z.ZodMiniString<string>;
1666
+ //#endregion
1667
+ //#region src/schemas/values/payment-means-codes-schema.d.ts
1668
+ /**
1669
+ * @description A payment means code as defined by the PEPPOL subset of UNCL 4461.
1670
+ *
1671
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
1672
+ */
1673
+ export type PeppolPaymentMeansCode = PaymentMeansCodesKeys;
1674
+ /**
1675
+ * @description Validates a payment means code against the PEPPOL subset of UNCL 4461.
1676
+ *
1677
+ * @param error - The custom error message to use when validation fails.
1678
+ *
1679
+ * @returns A Zod string schema that accepts only valid payment means codes.
1680
+ *
1681
+ * @validations
1682
+ * - BR-CL-16: Payment means code MUST be a valid UNCL 4461 code.
1683
+ *
1684
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4461/
1685
+ */
1686
+ export declare function paymentMeansCodeSchema(error?: string): z.ZodMiniString<string>;
1687
+ //#endregion
1688
+ //#region src/schemas/values/process-from-document-type-schema.d.ts
1689
+ /**
1690
+ * @description Validates a business process identifier (`<scheme>::<value>`) against the processes allowed for a given document type.
1691
+ *
1692
+ * @param documentType - The PEPPOL document type scheme whose allowed processes should be used.
1693
+ * @param error - The custom error message to use when validation fails. Defaults to `'invalid process type for document type'`.
1694
+ *
1695
+ * @returns A Zod template-literal schema that matches only processes allowed for the given document type.
1696
+ *
1697
+ * @see {@link processSchema}
1698
+ * @see {@link documentTypesProcessIds}
1699
+ */
1700
+ export declare function processFromDocumentTypeSchema(documentType: PeppolDocumentType, error?: string): z.ZodMiniTemplateLiteral<`${string}::${string}`>;
1701
+ //#endregion
1702
+ //#region src/schemas/values/process-xml-identifier-schema.d.ts
1703
+ /**
1704
+ * @description Validates a raw XML process identifier object with `#text` and `@scheme` fields against the known processes.
1705
+ *
1706
+ * @param error - The custom error message to use when validation fails. Defaults to `'invalid Peppol document identifier'`.
1707
+ *
1708
+ * @returns A Zod union schema accepting objects whose `#text` value is valid for the given `@scheme`.
1709
+ *
1710
+ * @see {@link processes}
1711
+ */
1712
+ export declare function processXmlIdentifierSchema(error?: string): z.ZodMiniUnion<z.ZodMiniObject<{
1713
+ '#text': z.ZodMiniString<string>;
1714
+ '@scheme': z.ZodMiniString<string>;
1715
+ }, z.core.$strip>[]>;
1716
+ //#endregion
1717
+ //#region src/schemas/values/vatex-code.d.ts
1718
+ /**
1719
+ * @description A VAT exemption reason code as defined by the CEF VATEX codelist.
1720
+ *
1721
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/
1722
+ */
1723
+ export type PeppolVatexCode = VatexCodesKeys;
1724
+ /**
1725
+ * @description Validates a VAT exemption reason code against the CEF VATEX codelist.
1726
+ *
1727
+ * @param error - The custom error message to use when validation fails.
1728
+ *
1729
+ * @returns A Zod string schema that accepts only valid VAT exemption reason codes.
1730
+ *
1731
+ * @validations
1732
+ * - BR-CL-22: VAT exemption reason code MUST be a valid CEF VATEX code.
1733
+ *
1734
+ * @see https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/
1735
+ */
1736
+ export declare function vatexCodeschema(error?: string): z.ZodMiniString<string>;
1737
+ //#endregion
1738
+ //#region src/schemas/values/vat-date-code.d.ts
1739
+ export type PeppolVatDateCode = VatDateCodesKeys;
1740
+ /**
1741
+ * @validations
1742
+ * - PEPPOL-EN16931-CL006: Invoice period description code must be according to UNCL 2005 D.16B.
1743
+ */
1744
+ export declare function vatDateCodeSchema(error?: string): z.ZodMiniString<string>;
1745
+ //#endregion
1746
+ //#region src/schemas/fields/additional-document-reference-schema.d.ts
1747
+ /**
1748
+ * @description A group of business terms providing information about additional supporting documents substantiating the claims made in the Invoice. The additional
1749
+ * supporting documents can be used for both referencing a document number which is expected to be known by the receiver, an external document
1750
+ * (referenced by a URL) or as an embedded document, Base64 encoded (such as a time report).
1751
+ *
1752
+ * @summary ADDITIONAL SUPPORTING DOCUMENTS
1753
+ *
1754
+ * @name `cac:AdditionalDocumentReference`
1755
+ */
1756
+ export declare const additionalDocumentReferenceSchema: z.ZodMiniObject<{
1757
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1758
+ id: z.ZodMiniObject<{
1759
+ id: z.ZodMiniString<string>;
1760
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1761
+ }, z.core.$strip>;
1762
+ documentTypeCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1763
+ documentDescription: z.ZodMiniOptional<z.ZodMiniString<string>>;
1764
+ attachment: z.ZodMiniOptional<z.ZodMiniObject<{
1765
+ embeddedDocumentBinaryObject: z.ZodMiniOptional<z.ZodMiniObject<{
1766
+ content: z.ZodMiniUnion<readonly [z.ZodMiniBase64, z.ZodMiniBase64URL, z.ZodMiniString<string>]>;
1767
+ mimeCode: z.ZodMiniString<string>;
1768
+ filename: z.ZodMiniString<string>;
1769
+ }, z.core.$strip>>;
1770
+ externalReference: z.ZodMiniOptional<z.ZodMiniObject<{
1771
+ uri: z.ZodMiniString<string>;
1772
+ }, z.core.$strip>>;
1773
+ }, z.core.$strip>>;
1774
+ }, z.core.$strip>;
1775
+ export type PeppolAdditionalDocumentReference = z.infer<typeof additionalDocumentReferenceSchema>;
1776
+ //#endregion
1777
+ //#region src/schemas/fields/address-schema.d.ts
1778
+ /**
1779
+ * @summary Postal address
1780
+ *
1781
+ * @name `cac:PostalAddress`
1782
+ */
1783
+ export declare const addressSchema: z.ZodMiniObject<{
1784
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
1785
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
1786
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
1787
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
1788
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
1789
+ countryCode: z.ZodMiniObject<{
1790
+ identificationCode: z.ZodMiniString<string>;
1791
+ }, z.core.$strip>;
1792
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
1793
+ line: z.ZodMiniString<string>;
1794
+ }, z.core.$strip>>;
1795
+ }, z.core.$strip>;
1796
+ export type PeppolAddress = z.infer<typeof addressSchema>;
1797
+ //#endregion
1798
+ //#region src/schemas/fields/allowance-charge-schema.d.ts
1799
+ /**
1800
+ * @summary Allowance/Charge
1801
+ *
1802
+ * @name cac:AllowanceCharge
1803
+ */
1804
+ export declare const allowanceChargeSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1805
+ amount: z.ZodMiniObject<{
1806
+ currencyId: z.ZodMiniString<string>;
1807
+ value: z.ZodMiniNumber<number>;
1808
+ }, z.core.$strip>;
1809
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
1810
+ currencyId: z.ZodMiniString<string>;
1811
+ value: z.ZodMiniNumber<number>;
1812
+ }, z.core.$strip>>;
1813
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1814
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1815
+ taxCategory: z.ZodMiniOptional<z.ZodMiniObject<{
1816
+ id: z.ZodMiniString<string>;
1817
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1818
+ taxSchemeId: z.ZodMiniObject<{
1819
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
1820
+ }, z.core.$strip>;
1821
+ }, z.core.$strip>>;
1822
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1823
+ chargeIndicator: z.ZodMiniLiteral<false>;
1824
+ }, z.core.$strip>, z.ZodMiniObject<{
1825
+ amount: z.ZodMiniObject<{
1826
+ currencyId: z.ZodMiniString<string>;
1827
+ value: z.ZodMiniNumber<number>;
1828
+ }, z.core.$strip>;
1829
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
1830
+ currencyId: z.ZodMiniString<string>;
1831
+ value: z.ZodMiniNumber<number>;
1832
+ }, z.core.$strip>>;
1833
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1834
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1835
+ taxCategory: z.ZodMiniOptional<z.ZodMiniObject<{
1836
+ id: z.ZodMiniString<string>;
1837
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1838
+ taxSchemeId: z.ZodMiniObject<{
1839
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
1840
+ }, z.core.$strip>;
1841
+ }, z.core.$strip>>;
1842
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1843
+ chargeIndicator: z.ZodMiniLiteral<true>;
1844
+ }, z.core.$strip>], "chargeIndicator">;
1845
+ export type PeppolAllowanceCharge = z.infer<typeof allowanceChargeSchema>;
1846
+ //#endregion
1847
+ //#region src/schemas/fields/amount-schema.d.ts
1848
+ /**
1849
+ * @summary Monetary amount with mandatory currency
1850
+ *
1851
+ * @name cbc:* (+ @currencyID)
1852
+ */
1853
+ export declare const amountSchema: z.ZodMiniObject<{
1854
+ currencyId: z.ZodMiniString<string>;
1855
+ value: z.ZodMiniNumber<number>;
1856
+ }, z.core.$strip>;
1857
+ export type PeppolAmount = z.infer<typeof amountSchema>;
1858
+ //#endregion
1859
+ //#region src/schemas/fields/base-line-schema.d.ts
1860
+ /**
1861
+ * @description Base of the invoice line and credit note line schemas.
1862
+ */
1863
+ export declare const baseLineSchema: z.ZodMiniObject<{
1864
+ accountingCost: z.ZodMiniOptional<z.ZodMiniString<string>>;
1865
+ allowanceCharges: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
1866
+ amount: z.ZodMiniObject<{
1867
+ currencyId: z.ZodMiniString<string>;
1868
+ value: z.ZodMiniNumber<number>;
1869
+ }, z.core.$strip>;
1870
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
1871
+ currencyId: z.ZodMiniString<string>;
1872
+ value: z.ZodMiniNumber<number>;
1873
+ }, z.core.$strip>>;
1874
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1875
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1876
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1877
+ chargeIndicator: z.ZodMiniLiteral<false>;
1878
+ }, z.core.$strip>, z.ZodMiniObject<{
1879
+ amount: z.ZodMiniObject<{
1880
+ currencyId: z.ZodMiniString<string>;
1881
+ value: z.ZodMiniNumber<number>;
1882
+ }, z.core.$strip>;
1883
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
1884
+ currencyId: z.ZodMiniString<string>;
1885
+ value: z.ZodMiniNumber<number>;
1886
+ }, z.core.$strip>>;
1887
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
1888
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1889
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1890
+ chargeIndicator: z.ZodMiniLiteral<true>;
1891
+ }, z.core.$strip>], "chargeIndicator">>>;
1892
+ documentReference: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1893
+ id: z.ZodMiniString<string>;
1894
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1895
+ documentTypeCode: z.ZodMiniDefault<z.ZodMiniString<string>>;
1896
+ }, z.core.$strip>>>;
1897
+ id: z.ZodMiniString<string>;
1898
+ invoicePeriod: z.ZodMiniOptional<z.ZodMiniObject<{
1899
+ endDate: z.ZodMiniOptional<z.ZodMiniISODate>;
1900
+ startDate: z.ZodMiniOptional<z.ZodMiniISODate>;
1901
+ }, z.core.$strip>>;
1902
+ item: z.ZodMiniObject<{
1903
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1904
+ name: z.ZodMiniString<string>;
1905
+ buyersItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
1906
+ id: z.ZodMiniString<string>;
1907
+ }, z.core.$strip>>;
1908
+ sellersItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
1909
+ id: z.ZodMiniString<string>;
1910
+ }, z.core.$strip>>;
1911
+ standardItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
1912
+ id: z.ZodMiniObject<{
1913
+ id: z.ZodMiniString<string>;
1914
+ schemeId: z.ZodMiniString<string>;
1915
+ }, z.core.$strip>;
1916
+ }, z.core.$strip>>;
1917
+ originCountryCode: z.ZodMiniOptional<z.ZodMiniObject<{
1918
+ identificationCode: z.ZodMiniString<string>;
1919
+ }, z.core.$strip>>;
1920
+ commodityClassifications: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1921
+ itemClassification: z.ZodMiniObject<{
1922
+ id: z.ZodMiniString<string>;
1923
+ listId: z.ZodMiniString<string>;
1924
+ listVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
1925
+ }, z.core.$strip>;
1926
+ }, z.core.$strip>>>;
1927
+ classifiedTaxCategory: z.ZodMiniObject<{
1928
+ id: z.ZodMiniString<string>;
1929
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
1930
+ taxSchemeId: z.ZodMiniObject<{
1931
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
1932
+ }, z.core.$strip>;
1933
+ }, z.core.$strip>;
1934
+ additionalItemProperties: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1935
+ name: z.ZodMiniString<string>;
1936
+ value: z.ZodMiniString<string>;
1937
+ }, z.core.$strip>>>;
1938
+ }, z.core.$strip>;
1939
+ lineExtensionAmount: z.ZodMiniObject<{
1940
+ currencyId: z.ZodMiniString<string>;
1941
+ value: z.ZodMiniNumber<number>;
1942
+ }, z.core.$strip>;
1943
+ note: z.ZodMiniOptional<z.ZodMiniString<string>>;
1944
+ orderLineReference: z.ZodMiniOptional<z.ZodMiniObject<{
1945
+ lineId: z.ZodMiniString<string>;
1946
+ }, z.core.$strip>>;
1947
+ price: z.ZodMiniObject<{
1948
+ allowanceCharge: z.ZodMiniOptional<z.ZodMiniObject<{
1949
+ amount: z.ZodMiniObject<{
1950
+ currencyId: z.ZodMiniString<string>;
1951
+ value: z.ZodMiniNumber<number>;
1952
+ }, z.core.$strip>;
1953
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
1954
+ currencyId: z.ZodMiniString<string>;
1955
+ value: z.ZodMiniNumber<number>;
1956
+ }, z.core.$strip>>;
1957
+ chargeIndicator: z.ZodMiniLiteral<false>;
1958
+ }, z.core.$strip>>;
1959
+ baseQuantity: z.ZodMiniOptional<z.ZodMiniObject<{
1960
+ unitCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
1961
+ value: z.ZodMiniNumber<number>;
1962
+ }, z.core.$strip>>;
1963
+ priceAmount: z.ZodMiniObject<{
1964
+ currencyId: z.ZodMiniString<string>;
1965
+ value: z.ZodMiniNumber<number>;
1966
+ }, z.core.$strip>;
1967
+ }, z.core.$strip>;
1968
+ }, z.core.$strip>;
1969
+ export type PeppolBaseLine = z.infer<typeof baseLineSchema>;
1970
+ //#endregion
1971
+ //#region src/schemas/fields/billing-references-schema.d.ts
1972
+ /**
1973
+ * @summary PRECEDING INVOICE REFERENCE (0..n)
1974
+ *
1975
+ * @name cac:BillingReference
1976
+ */
1977
+ export declare const billingReferenceSchema: z.ZodMiniObject<{
1978
+ invoiceDocumentReference: z.ZodMiniObject<{
1979
+ id: z.ZodMiniString<string>;
1980
+ issueDate: z.ZodMiniOptional<z.ZodMiniISODate>;
1981
+ }, z.core.$strip>;
1982
+ }, z.core.$strip>;
1983
+ export type PeppolBillingReference = z.infer<typeof billingReferenceSchema>;
1984
+ //#endregion
1985
+ //#region src/schemas/fields/binary-object-schema.d.ts
1986
+ /**
1987
+ * @summary Binary object for attachments
1988
+ *
1989
+ * @name cbc:EmbeddedDocumentBinaryObject (+ @mimeCode, @filename)
1990
+ */
1991
+ export declare const binaryObjectSchema: z.ZodMiniObject<{
1992
+ content: z.ZodMiniUnion<readonly [z.ZodMiniBase64, z.ZodMiniBase64URL, z.ZodMiniString<string>]>;
1993
+ mimeCode: z.ZodMiniString<string>;
1994
+ filename: z.ZodMiniString<string>;
1995
+ }, z.core.$strip>;
1996
+ //#endregion
1997
+ //#region src/schemas/fields/contact-schema.d.ts
1998
+ export declare const contactSchema: z.ZodMiniObject<{
1999
+ electronicMail: z.ZodMiniOptional<z.ZodMiniString<string>>;
2000
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
2001
+ telephone: z.ZodMiniOptional<z.ZodMiniString<string>>;
2002
+ }, z.core.$strip>;
2003
+ export type PeppolContact = z.infer<typeof contactSchema>;
2004
+ //#endregion
2005
+ //#region src/schemas/fields/date-only-fn.d.ts
2006
+ export declare function dateOnly(error?: string): z.ZodMiniISODate;
2007
+ export declare namespace dateOnly {
2008
+ var error: string;
2009
+ }
2010
+ //#endregion
2011
+ //#region src/schemas/fields/date-only-parser.d.ts
2012
+ export declare function dateOnlyParser(): z.ZodMiniCodec<z.ZodMiniDate<Date>, z.ZodMiniISODate>;
2013
+ //#endregion
2014
+ //#region src/schemas/fields/default-customization-id.d.ts
2015
+ export declare const DEFAULT_CUSTOMIZATION_ID: 'urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0';
2016
+ //#endregion
2017
+ //#region src/schemas/fields/default-profile-id.d.ts
2018
+ export declare const DEFAULT_PROFILE_ID: 'urn:fdc:peppol.eu:2017:poacc:billing:01:1.0';
2019
+ //#endregion
2020
+ //#region src/schemas/fields/delivery-schema.d.ts
2021
+ export declare const deliverySchema: z.ZodMiniObject<{
2022
+ actualDeliveryDate: z.ZodMiniOptional<z.ZodMiniISODate>;
2023
+ deliveryLocation: z.ZodMiniOptional<z.ZodMiniObject<{
2024
+ id: z.ZodMiniOptional<z.ZodMiniObject<{
2025
+ id: z.ZodMiniString<string>;
2026
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2027
+ }, z.core.$strip>>;
2028
+ address: z.ZodMiniOptional<z.ZodMiniObject<{
2029
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2030
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2031
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2032
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
2033
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
2034
+ countryCode: z.ZodMiniObject<{
2035
+ identificationCode: z.ZodMiniString<string>;
2036
+ }, z.core.$strip>;
2037
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
2038
+ line: z.ZodMiniString<string>;
2039
+ }, z.core.$strip>>;
2040
+ }, z.core.$strip>>;
2041
+ }, z.core.$strip>>;
2042
+ deliveryParty: z.ZodMiniOptional<z.ZodMiniObject<{
2043
+ partyName: z.ZodMiniObject<{
2044
+ name: z.ZodMiniString<string>;
2045
+ }, z.core.$strip>;
2046
+ }, z.core.$strip>>;
2047
+ }, z.core.$strip>;
2048
+ export type PeppolDelivery = z.infer<typeof deliverySchema>;
2049
+ //#endregion
2050
+ //#region src/schemas/fields/identifier-schema.d.ts
2051
+ /**
2052
+ * @summary Identifier with optional scheme
2053
+ *
2054
+ * @name `cbc:ID (+ optional @schemeID)`
2055
+ */
2056
+ export declare function identifierSchema(message?: string | z.core.$ZodObjectParams): z.ZodMiniObject<{
2057
+ id: z.ZodMiniString<string>;
2058
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2059
+ }, z.core.$strip>;
2060
+ export type PeppolIdentifier = z.infer<ReturnType<typeof identifierSchema>>;
2061
+ //#endregion
2062
+ //#region src/schemas/fields/invoice-line-period-schema.d.ts
2063
+ export declare const invoiceLinePeriodSchema: z.ZodMiniObject<{
2064
+ endDate: z.ZodMiniOptional<z.ZodMiniISODate>;
2065
+ startDate: z.ZodMiniOptional<z.ZodMiniISODate>;
2066
+ }, z.core.$strip>;
2067
+ export type PeppolInvoiceLinePeriod = z.infer<typeof invoiceLinePeriodSchema>;
2068
+ //#endregion
2069
+ //#region src/schemas/fields/invoice-period-schema.d.ts
2070
+ /**
2071
+ * @description A group of business terms providing information on the invoice period. Also called delivery period. If the group is used, the invoiceing period
2072
+ * start date and/or end date must be used.
2073
+ *
2074
+ * @summary DELIVERY OR INVOICE PERIOD
2075
+ *
2076
+ * @name `cac:InvoicePeriod`
2077
+ */
2078
+ export declare const invoicePeriodSchema: z.ZodMiniObject<{
2079
+ endDate: z.ZodMiniOptional<z.ZodMiniISODate>;
2080
+ startDate: z.ZodMiniOptional<z.ZodMiniISODate>;
2081
+ descriptionCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
2082
+ }, z.core.$strip>;
2083
+ export type PeppolInvoicePeriod = z.infer<typeof invoicePeriodSchema>;
2084
+ //#endregion
2085
+ //#region src/schemas/fields/legal-monetary-total-schema.d.ts
2086
+ /**
2087
+ * @description A group of business terms providing the monetary totals for the Invoice.
2088
+ *
2089
+ * @summary Document totals
2090
+ *
2091
+ * @name cac:LegalMonetaryTotal
2092
+ */
2093
+ export declare const legalMonetaryTotalSchema: z.ZodMiniObject<{
2094
+ allowanceTotalAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2095
+ currencyId: z.ZodMiniString<string>;
2096
+ value: z.ZodMiniNumber<number>;
2097
+ }, z.core.$strip>>;
2098
+ chargeTotalAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2099
+ currencyId: z.ZodMiniString<string>;
2100
+ value: z.ZodMiniNumber<number>;
2101
+ }, z.core.$strip>>;
2102
+ lineExtensionAmount: z.ZodMiniObject<{
2103
+ currencyId: z.ZodMiniString<string>;
2104
+ value: z.ZodMiniNumber<number>;
2105
+ }, z.core.$strip>;
2106
+ payableAmount: z.ZodMiniObject<{
2107
+ currencyId: z.ZodMiniString<string>;
2108
+ value: z.ZodMiniNumber<number>;
2109
+ }, z.core.$strip>;
2110
+ payableRoundingAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2111
+ currencyId: z.ZodMiniString<string>;
2112
+ value: z.ZodMiniNumber<number>;
2113
+ }, z.core.$strip>>;
2114
+ prepaidAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2115
+ currencyId: z.ZodMiniString<string>;
2116
+ value: z.ZodMiniNumber<number>;
2117
+ }, z.core.$strip>>;
2118
+ taxExclusiveAmount: z.ZodMiniObject<{
2119
+ currencyId: z.ZodMiniString<string>;
2120
+ value: z.ZodMiniNumber<number>;
2121
+ }, z.core.$strip>;
2122
+ taxInclusiveAmount: z.ZodMiniObject<{
2123
+ currencyId: z.ZodMiniString<string>;
2124
+ value: z.ZodMiniNumber<number>;
2125
+ }, z.core.$strip>;
2126
+ }, z.core.$strip>;
2127
+ export type PeppolLegalMonetaryTotal = z.infer<typeof legalMonetaryTotalSchema>;
2128
+ //#endregion
2129
+ //#region src/schemas/fields/line-allowance-charge-schema.d.ts
2130
+ declare const baseLineAllowanceChargeSchema: z.ZodMiniObject<{
2131
+ amount: z.ZodMiniObject<{
2132
+ currencyId: z.ZodMiniString<string>;
2133
+ value: z.ZodMiniNumber<number>;
2134
+ }, z.core.$strip>;
2135
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2136
+ currencyId: z.ZodMiniString<string>;
2137
+ value: z.ZodMiniNumber<number>;
2138
+ }, z.core.$strip>>;
2139
+ chargeIndicator: z.ZodMiniBoolean<boolean>;
2140
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
2141
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2142
+ }, z.core.$strip>;
2143
+ export declare const lineAllowanceChargeSchema: z.ZodMiniDiscriminatedUnion<[z.ZodMiniObject<{
2144
+ amount: z.ZodMiniObject<{
2145
+ currencyId: z.ZodMiniString<string>;
2146
+ value: z.ZodMiniNumber<number>;
2147
+ }, z.core.$strip>;
2148
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2149
+ currencyId: z.ZodMiniString<string>;
2150
+ value: z.ZodMiniNumber<number>;
2151
+ }, z.core.$strip>>;
2152
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
2153
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2154
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
2155
+ chargeIndicator: z.ZodMiniLiteral<false>;
2156
+ }, z.core.$strip>, z.ZodMiniObject<{
2157
+ amount: z.ZodMiniObject<{
2158
+ currencyId: z.ZodMiniString<string>;
2159
+ value: z.ZodMiniNumber<number>;
2160
+ }, z.core.$strip>;
2161
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2162
+ currencyId: z.ZodMiniString<string>;
2163
+ value: z.ZodMiniNumber<number>;
2164
+ }, z.core.$strip>>;
2165
+ allowanceChargeReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
2166
+ multiplierFactorNumeric: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2167
+ allowanceChargeReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
2168
+ chargeIndicator: z.ZodMiniLiteral<true>;
2169
+ }, z.core.$strip>], "chargeIndicator">;
2170
+ export type PeppolLineAllowanceCharge = z.infer<typeof lineAllowanceChargeSchema>;
2171
+ //#endregion
2172
+ //#region src/schemas/fields/line-item-schema.d.ts
2173
+ /**
2174
+ * @summary Item details on invoice/credit-note line
2175
+ *
2176
+ * @name cac:Item
2177
+ */
2178
+ export declare const lineItemSchema: z.ZodMiniObject<{
2179
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2180
+ name: z.ZodMiniString<string>;
2181
+ buyersItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
2182
+ id: z.ZodMiniString<string>;
2183
+ }, z.core.$strip>>;
2184
+ sellersItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
2185
+ id: z.ZodMiniString<string>;
2186
+ }, z.core.$strip>>;
2187
+ standardItemIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
2188
+ id: z.ZodMiniObject<{
2189
+ id: z.ZodMiniString<string>;
2190
+ schemeId: z.ZodMiniString<string>;
2191
+ }, z.core.$strip>;
2192
+ }, z.core.$strip>>;
2193
+ originCountryCode: z.ZodMiniOptional<z.ZodMiniObject<{
2194
+ identificationCode: z.ZodMiniString<string>;
2195
+ }, z.core.$strip>>;
2196
+ commodityClassifications: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
2197
+ itemClassification: z.ZodMiniObject<{
2198
+ id: z.ZodMiniString<string>;
2199
+ listId: z.ZodMiniString<string>;
2200
+ listVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2201
+ }, z.core.$strip>;
2202
+ }, z.core.$strip>>>;
2203
+ classifiedTaxCategory: z.ZodMiniObject<{
2204
+ id: z.ZodMiniString<string>;
2205
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2206
+ taxSchemeId: z.ZodMiniObject<{
2207
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
2208
+ }, z.core.$strip>;
2209
+ }, z.core.$strip>;
2210
+ additionalItemProperties: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
2211
+ name: z.ZodMiniString<string>;
2212
+ value: z.ZodMiniString<string>;
2213
+ }, z.core.$strip>>>;
2214
+ }, z.core.$strip>;
2215
+ export type PeppolItem = z.infer<typeof lineItemSchema>;
2216
+ //#endregion
2217
+ //#region src/schemas/fields/line-price-allowance-charge-schema.d.ts
2218
+ declare const priceAllowanceChargeSchema: z.ZodMiniObject<{
2219
+ amount: z.ZodMiniObject<{
2220
+ currencyId: z.ZodMiniString<string>;
2221
+ value: z.ZodMiniNumber<number>;
2222
+ }, z.core.$strip>;
2223
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2224
+ currencyId: z.ZodMiniString<string>;
2225
+ value: z.ZodMiniNumber<number>;
2226
+ }, z.core.$strip>>;
2227
+ chargeIndicator: z.ZodMiniBoolean<boolean>;
2228
+ }, z.core.$strip>;
2229
+ export declare const linePriceAllowanceChargeSchema: z.ZodMiniObject<{
2230
+ amount: z.ZodMiniObject<{
2231
+ currencyId: z.ZodMiniString<string>;
2232
+ value: z.ZodMiniNumber<number>;
2233
+ }, z.core.$strip>;
2234
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2235
+ currencyId: z.ZodMiniString<string>;
2236
+ value: z.ZodMiniNumber<number>;
2237
+ }, z.core.$strip>>;
2238
+ chargeIndicator: z.ZodMiniLiteral<false>;
2239
+ }, z.core.$strip>;
2240
+ export type PeppolLinePriceAllowanceCharge = z.infer<typeof linePriceAllowanceChargeSchema>;
2241
+ //#endregion
2242
+ //#region src/schemas/fields/list-identifier-schema.d.ts
2243
+ /**
2244
+ * @description A code for classifying the item by its type or nature.
2245
+ *
2246
+ * @example
2247
+ * `9873242`;
2248
+ *
2249
+ * @summary Item classification identifier
2250
+ *
2251
+ * @name `cbc:ItemClassificationCode`
2252
+ */
2253
+ export declare const itemClassificationSchema: z.ZodMiniObject<{
2254
+ id: z.ZodMiniString<string>;
2255
+ listId: z.ZodMiniString<string>;
2256
+ listVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2257
+ }, z.core.$strip>;
2258
+ //#endregion
2259
+ //#region src/schemas/fields/order-reference-schema.d.ts
2260
+ /**
2261
+ * @summary ORDER AND SALES ORDER REFERENCE
2262
+ *
2263
+ * @name cac:OrderReference
2264
+ */
2265
+ export declare const orderReferenceSchema: z.ZodMiniObject<{
2266
+ id: z.ZodMiniString<string>;
2267
+ salesOrderId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2268
+ }, z.core.$strip>;
2269
+ export type PeppolOrderReference = z.infer<typeof orderReferenceSchema>;
2270
+ //#endregion
2271
+ //#region src/schemas/fields/party-base-schema.d.ts
2272
+ /**
2273
+ * @summary Party common substructure
2274
+ *
2275
+ * @name cac:Party
2276
+ */
2277
+ export declare const partyBaseSchema: z.ZodMiniObject<{
2278
+ endpointId: z.ZodMiniObject<{
2279
+ id: z.ZodMiniString<string>;
2280
+ schemeId: z.ZodMiniString<string>;
2281
+ }, z.core.$strip>;
2282
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
2283
+ id: z.ZodMiniObject<{
2284
+ id: z.ZodMiniString<string>;
2285
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2286
+ }, z.core.$strip>;
2287
+ }, z.core.$strip>>;
2288
+ partyName: z.ZodMiniOptional<z.ZodMiniObject<{
2289
+ name: z.ZodMiniString<string>;
2290
+ }, z.core.$strip>>;
2291
+ postalAddress: z.ZodMiniObject<{
2292
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2293
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2294
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2295
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
2296
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
2297
+ countryCode: z.ZodMiniObject<{
2298
+ identificationCode: z.ZodMiniString<string>;
2299
+ }, z.core.$strip>;
2300
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
2301
+ line: z.ZodMiniString<string>;
2302
+ }, z.core.$strip>>;
2303
+ }, z.core.$strip>;
2304
+ partyTaxSchemes: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
2305
+ companyId: z.ZodMiniString<string>;
2306
+ taxSchemeId: z.ZodMiniObject<{
2307
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
2308
+ }, z.core.$strip>;
2309
+ }, z.core.$strip>>>;
2310
+ partyLegalEntity: z.ZodMiniObject<{
2311
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
2312
+ id: z.ZodMiniString<string>;
2313
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2314
+ }, z.core.$strip>>;
2315
+ companyLegalForm: z.ZodMiniOptional<z.ZodMiniString<string>>;
2316
+ registrationName: z.ZodMiniString<string>;
2317
+ }, z.core.$strip>;
2318
+ contact: z.ZodMiniOptional<z.ZodMiniObject<{
2319
+ electronicMail: z.ZodMiniOptional<z.ZodMiniString<string>>;
2320
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
2321
+ telephone: z.ZodMiniOptional<z.ZodMiniString<string>>;
2322
+ }, z.core.$strip>>;
2323
+ }, z.core.$strip>;
2324
+ export type PeppolPartySchema = z.infer<typeof partyBaseSchema>;
2325
+ //#endregion
2326
+ //#region src/schemas/fields/party-legal-entity-schema.d.ts
2327
+ export declare const partyLegalEntitySchema: z.ZodMiniObject<{
2328
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
2329
+ id: z.ZodMiniString<string>;
2330
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2331
+ }, z.core.$strip>>;
2332
+ companyLegalForm: z.ZodMiniOptional<z.ZodMiniString<string>>;
2333
+ registrationName: z.ZodMiniString<string>;
2334
+ }, z.core.$strip>;
2335
+ export type PeppolPartyLegalEntitySchema = z.infer<typeof partyLegalEntitySchema>;
2336
+ //#endregion
2337
+ //#region src/schemas/fields/party-tax-schema.d.ts
2338
+ /**
2339
+ * @name cac:PartyTaxScheme (0..2)
2340
+ */
2341
+ export declare const partyTaxSchemeSchema: z.ZodMiniObject<{
2342
+ companyId: z.ZodMiniString<string>;
2343
+ taxSchemeId: z.ZodMiniObject<{
2344
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
2345
+ }, z.core.$strip>;
2346
+ }, z.core.$strip>;
2347
+ export type PeppolPartyTaxSchema = z.infer<typeof partyTaxSchemeSchema>;
2348
+ //#endregion
2349
+ //#region src/schemas/fields/payee-party.d.ts
2350
+ /**
2351
+ * @description A group of business terms providing information about the Payee, i.e. the role that received the payment. Shall be used wwhen the payee is
2352
+ * different from the seller.
2353
+ *
2354
+ * @summary PAYEE
2355
+ *
2356
+ * @name cac:PayeeParty
2357
+ */
2358
+ export declare const payeePartySchema: z.ZodMiniObject<{
2359
+ partyIdentification: z.ZodMiniOptional<z.ZodMiniObject<{
2360
+ id: z.ZodMiniOptional<z.ZodMiniObject<{
2361
+ id: z.ZodMiniString<string>;
2362
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2363
+ }, z.core.$strip>>;
2364
+ }, z.core.$strip>>;
2365
+ partyLegalEntity: z.ZodMiniOptional<z.ZodMiniObject<{
2366
+ companyId: z.ZodMiniOptional<z.ZodMiniObject<{
2367
+ id: z.ZodMiniString<string>;
2368
+ schemeId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2369
+ }, z.core.$strip>>;
2370
+ }, z.core.$strip>>;
2371
+ partyName: z.ZodMiniObject<{
2372
+ name: z.ZodMiniString<string>;
2373
+ }, z.core.$strip>;
2374
+ }, z.core.$strip>;
2375
+ export type PeppolPayeeParty = z.infer<typeof payeePartySchema>;
2376
+ //#endregion
2377
+ //#region src/schemas/fields/payment-means-schema.d.ts
2378
+ /**
2379
+ * @description A group of business terms providing information about the payment.
2380
+ *
2381
+ * @summary Payment means (credit transfer/direct debit/card)
2382
+ *
2383
+ * @name cac:PaymentMeans
2384
+ */
2385
+ export declare const paymentMeansSchema: z.ZodMiniObject<{
2386
+ paymentMeansCode: z.ZodMiniObject<{
2387
+ code: z.ZodMiniString<string>;
2388
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
2389
+ }, z.core.$strip>;
2390
+ paymentDueDate: z.ZodMiniOptional<z.ZodMiniISODate>;
2391
+ paymentId: z.ZodMiniOptional<z.ZodMiniString<string>>;
2392
+ cardAccount: z.ZodMiniOptional<z.ZodMiniObject<{
2393
+ holderName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2394
+ networkId: z.ZodMiniString<string>;
2395
+ primaryAccountNumberId: z.ZodMiniString<string>;
2396
+ }, z.core.$strip>>;
2397
+ payeeFinancialAccount: z.ZodMiniOptional<z.ZodMiniObject<{
2398
+ financialInstitutionBranch: z.ZodMiniOptional<z.ZodMiniObject<{
2399
+ id: z.ZodMiniString<string>;
2400
+ }, z.core.$strip>>;
2401
+ id: z.ZodMiniString<string>;
2402
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
2403
+ }, z.core.$strip>>;
2404
+ paymentMandate: z.ZodMiniOptional<z.ZodMiniObject<{
2405
+ id: z.ZodMiniOptional<z.ZodMiniString<string>>;
2406
+ payerFinancialAccountId: z.ZodMiniOptional<z.ZodMiniObject<{
2407
+ id: z.ZodMiniString<string>;
2408
+ }, z.core.$strip>>;
2409
+ }, z.core.$strip>>;
2410
+ }, z.core.$strip>;
2411
+ export type PeppolPaymentMeans = z.infer<typeof paymentMeansSchema>;
2412
+ //#endregion
2413
+ //#region src/schemas/fields/payment-terms-schema.d.ts
2414
+ /**
2415
+ * @summary PAYMENT TERMS
2416
+ *
2417
+ * @name cac:PaymentTerms
2418
+ */
2419
+ export declare const paymentTermsSchema: z.ZodMiniObject<{
2420
+ note: z.ZodMiniString<string>;
2421
+ }, z.core.$strip>;
2422
+ export type PeppolPaymentTerms = z.infer<typeof paymentTermsSchema>;
2423
+ //#endregion
2424
+ //#region src/schemas/fields/price-schema.d.ts
2425
+ /**
2426
+ * @summary Price details on invoice line
2427
+ *
2428
+ * @name cac:Price
2429
+ */
2430
+ export declare const linePriceSchema: z.ZodMiniObject<{
2431
+ allowanceCharge: z.ZodMiniOptional<z.ZodMiniObject<{
2432
+ amount: z.ZodMiniObject<{
2433
+ currencyId: z.ZodMiniString<string>;
2434
+ value: z.ZodMiniNumber<number>;
2435
+ }, z.core.$strip>;
2436
+ baseAmount: z.ZodMiniOptional<z.ZodMiniObject<{
2437
+ currencyId: z.ZodMiniString<string>;
2438
+ value: z.ZodMiniNumber<number>;
2439
+ }, z.core.$strip>>;
2440
+ chargeIndicator: z.ZodMiniLiteral<false>;
2441
+ }, z.core.$strip>>;
2442
+ baseQuantity: z.ZodMiniOptional<z.ZodMiniObject<{
2443
+ unitCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
2444
+ value: z.ZodMiniNumber<number>;
2445
+ }, z.core.$strip>>;
2446
+ priceAmount: z.ZodMiniObject<{
2447
+ currencyId: z.ZodMiniString<string>;
2448
+ value: z.ZodMiniNumber<number>;
2449
+ }, z.core.$strip>;
2450
+ }, z.core.$strip>;
2451
+ export type PeppolLinePrice = z.infer<typeof linePriceSchema>;
2452
+ //#endregion
2453
+ //#region src/schemas/fields/quantity-schema.d.ts
2454
+ /**
2455
+ * @summary Quantity with optional unit code
2456
+ *
2457
+ * @name `cbc:* (+ @unitCode)`
2458
+ */
2459
+ export declare const quantitySchema: z.ZodMiniObject<{
2460
+ unitCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
2461
+ value: z.ZodMiniNumber<number>;
2462
+ }, z.core.$strip>;
2463
+ export type PeppolQuantity = z.infer<typeof quantitySchema>;
2464
+ //#endregion
2465
+ //#region src/schemas/fields/reference-schema.d.ts
2466
+ export declare const referenceSchema: z.ZodMiniOptional<z.ZodMiniObject<{
2467
+ id: z.ZodMiniString<string>;
2468
+ }, z.core.$strip>>;
2469
+ export type PeppolReferenceSchema = z.infer<typeof referenceSchema>;
2470
+ //#endregion
2471
+ //#region src/schemas/fields/tax-category-schema.d.ts
2472
+ /**
2473
+ * @description A group of business terms providing information about the VAT applicable for the goods and services invoiced on the Invoice line.
2474
+ *
2475
+ * @summary LINE VAT INFORMATION
2476
+ *
2477
+ * @name `cac:TaxCategory`
2478
+ */
2479
+ export declare const taxCategorySchema: z.ZodMiniObject<{
2480
+ id: z.ZodMiniString<string>;
2481
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2482
+ taxSchemeId: z.ZodMiniObject<{
2483
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
2484
+ }, z.core.$strip>;
2485
+ }, z.core.$strip>;
2486
+ export type PeppolTaxCategory = z.infer<typeof taxCategorySchema>;
2487
+ //#endregion
2488
+ //#region src/schemas/fields/tax-representative-party-schema.d.ts
2489
+ /**
2490
+ * @summary SELLER TAX REPRESENTATIVE PARTY
2491
+ *
2492
+ * @name cac:TaxRepresentativeParty
2493
+ */
2494
+ export declare const taxRepresentativeSchema: z.ZodMiniObject<{
2495
+ name: z.ZodMiniString<string>;
2496
+ postalAddress: z.ZodMiniObject<{
2497
+ streetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2498
+ additionalStreetName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2499
+ cityName: z.ZodMiniOptional<z.ZodMiniString<string>>;
2500
+ postalZone: z.ZodMiniOptional<z.ZodMiniString<string>>;
2501
+ countrySubentity: z.ZodMiniOptional<z.ZodMiniString<string>>;
2502
+ countryCode: z.ZodMiniObject<{
2503
+ identificationCode: z.ZodMiniString<string>;
2504
+ }, z.core.$strip>;
2505
+ addressLine: z.ZodMiniOptional<z.ZodMiniObject<{
2506
+ line: z.ZodMiniString<string>;
2507
+ }, z.core.$strip>>;
2508
+ }, z.core.$strip>;
2509
+ partyTaxScheme: z.ZodMiniObject<{
2510
+ companyId: z.ZodMiniString<string>;
2511
+ taxSchemeId: z.ZodMiniObject<{
2512
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
2513
+ }, z.core.$strip>;
2514
+ }, z.core.$strip>;
2515
+ }, z.core.$strip>;
2516
+ export type PeppolTaxRepresentativeParty = z.infer<typeof taxRepresentativeSchema>;
2517
+ //#endregion
2518
+ //#region src/schemas/fields/tax-subtotal-category-schema.d.ts
2519
+ /**
2520
+ * @description This one is specific for TaxSubtotal since it includes more fields.
2521
+ *
2522
+ * @summary Tax Category for Tax Subtotal
2523
+ *
2524
+ * @name cac:TaxCategory
2525
+ */
2526
+ export declare const taxSubtotalCategorySchema: z.ZodMiniObject<{
2527
+ id: z.ZodMiniString<string>;
2528
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2529
+ taxSchemeId: z.ZodMiniObject<{
2530
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
2531
+ }, z.core.$strip>;
2532
+ taxExemptionReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
2533
+ taxExemptionReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
2534
+ }, z.core.$strip>;
2535
+ export type PeppolTaxSubTotalCategory = z.infer<typeof taxSubtotalCategorySchema>;
2536
+ //#endregion
2537
+ //#region src/schemas/fields/tax-subtotal-schema.d.ts
2538
+ /**
2539
+ * @summary VAT breakdown (TaxSubtotal)
2540
+ *
2541
+ * @name cac:TaxSubtotal
2542
+ */
2543
+ export declare const taxSubtotalSchema: z.ZodMiniObject<{
2544
+ taxAmount: z.ZodMiniObject<{
2545
+ currencyId: z.ZodMiniString<string>;
2546
+ value: z.ZodMiniNumber<number>;
2547
+ }, z.core.$strip>;
2548
+ taxCategory: z.ZodMiniObject<{
2549
+ id: z.ZodMiniString<string>;
2550
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2551
+ taxSchemeId: z.ZodMiniObject<{
2552
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
2553
+ }, z.core.$strip>;
2554
+ taxExemptionReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
2555
+ taxExemptionReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
2556
+ }, z.core.$strip>;
2557
+ taxableAmount: z.ZodMiniObject<{
2558
+ currencyId: z.ZodMiniString<string>;
2559
+ value: z.ZodMiniNumber<number>;
2560
+ }, z.core.$strip>;
2561
+ }, z.core.$strip>;
2562
+ export type PeppolTaxSubTotal = z.infer<typeof taxSubtotalSchema>;
2563
+ //#endregion
2564
+ //#region src/schemas/fields/tax-totals.d.ts
2565
+ /**
2566
+ * @summary TAX TOTAL
2567
+ *
2568
+ * @name cac:TaxTotal (1..2)
2569
+ */
2570
+ export declare const taxTotalsBaseSchema: z.ZodMiniObject<{
2571
+ taxAmount: z.ZodMiniObject<{
2572
+ currencyId: z.ZodMiniString<string>;
2573
+ value: z.ZodMiniNumber<number>;
2574
+ }, z.core.$strip>;
2575
+ taxSubtotals: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
2576
+ taxAmount: z.ZodMiniObject<{
2577
+ currencyId: z.ZodMiniString<string>;
2578
+ value: z.ZodMiniNumber<number>;
2579
+ }, z.core.$strip>;
2580
+ taxCategory: z.ZodMiniObject<{
2581
+ id: z.ZodMiniString<string>;
2582
+ percent: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
2583
+ taxSchemeId: z.ZodMiniObject<{
2584
+ id: z.ZodMiniDefault<z.ZodMiniString<string>>;
2585
+ }, z.core.$strip>;
2586
+ taxExemptionReason: z.ZodMiniOptional<z.ZodMiniString<string>>;
2587
+ taxExemptionReasonCode: z.ZodMiniOptional<z.ZodMiniString<string>>;
2588
+ }, z.core.$strip>;
2589
+ taxableAmount: z.ZodMiniObject<{
2590
+ currencyId: z.ZodMiniString<string>;
2591
+ value: z.ZodMiniNumber<number>;
2592
+ }, z.core.$strip>;
2593
+ }, z.core.$strip>>>;
2594
+ }, z.core.$strip>;
2595
+ export type PeppolTaxTotal = z.infer<typeof taxTotalsBaseSchema>;
2596
+ //#endregion
2597
+ //#region src/schemas/fields/time-only.d.ts
2598
+ /**
2599
+ * @description Parser function for date-only values.
2600
+ */
2601
+ export declare function timeOnlyParser(): z.ZodMiniCodec<z.ZodMiniDate<Date>, z.ZodMiniString<string>>;
2602
+ //#endregion
2603
+ //#region src/schemas/utils/base-64.d.ts
2604
+ export declare const base64Schema: z.ZodMiniString<string>;
2605
+ //#endregion
2606
+ //#region src/schemas/utils/vat-regex.d.ts
2607
+ export declare const vatRegexSchema: z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>, z.ZodMiniString<string>]>;
2608
+ //#endregion
2609
+ //#region src/schemas/utils/xsd-time.d.ts
2610
+ export declare const xsdTime: z.ZodMiniString<string>;
2611
+ //#endregion
2612
+ export { AdditionalDocumentReferenceCodesKeys, AllowanceChargeReasonCodesKeys, ApplicationResponseTypeCodesKeys, ChargeReasonCodesKeys, CountryCodesKeys, CreditNoteTypeCodesKeys, CurrencyCodesKeys, DocumentTypeCodesKeys, DocumentTypesTableKeys, DutyTaxFeeCategoriesKeys, ElectronicAddressCodesKeys, IcdCodesKeys, IntlUnit, InvoiceDocumentResponseParty, InvoiceResponseDocumentReference, InvoiceResponseDocumentResponse, InvoiceResponseParty, InvoiceStatusCodesKeys, InvoiceTypeCodesKeys, ItemClassificationCodesKeys, MimeCodesKeys, OpStatusActionKeys, OpStatusReasonKeys, ParticipantIdentifierSchemesKeys, PaymentMeansCodesKeys, PeppolAllDocuments, PeppolCreditNote, PeppolCreditNoteLine, PeppolCreditNoteTypeCode, PeppolDocument, PeppolDocumentLine, PeppolInvoice, PeppolInvoiceLine, PeppolInvoiceResponse, PeppolInvoiceTypeCode, PeppolMessage, PeppolMessageLevelResponse, PeppolProcesses, PeppolQuantityUnitCode, ProcessesKeys, QuantityUnitCodesKeys, VatDateCodesKeys, VatexCodesKeys, additionalDocumentReferenceCodes, additionalDocumentReferenceCodesKeys, allowanceChargeReasonCodes, allowanceChargeReasonCodesKeys, applicationResponseTypeCodes, applicationResponseTypeCodesKeys, baseLineAllowanceChargeSchema, chargeReasonCodes, chargeReasonCodesKeys, countryCodes, countryCodesKeys, creditNoteLineSchema, creditNoteSchema, creditNoteTypeCodeSchema, creditNoteTypeCodes, creditNoteTypeCodesKeys, currencyCodes, currencyCodesKeys, deprecatedDocumentTypes, deprecatedParticipantIdentifierSchemes, deprecatedProcesses, documentTypeCodes, documentTypeCodesKeys, documentTypesList, documentTypesProcessIds, documentTypesScheme, documentTypesTable, documentTypesTableKeys, dutyTaxFeeCategories, dutyTaxFeeCategoriesKeys, electronicAddressCodes, electronicAddressCodesKeys, formatQuantityWithUnit, getCreditNoteTypeCodeDescription, getInvoiceTypeCodeDescription, icdCodes, icdCodesKeys, invoiceLineSchema, invoiceResponseSchema, invoiceSchema, invoiceStatusCodes, invoiceStatusCodesKeys, invoiceTypeCodeSchema, invoiceTypeCodes, invoiceTypeCodesKeys, isValidCreditNoteTypeCode, isValidInvoiceTypeCode, isValidProcess, itemClassificationCodes, itemClassificationCodesKeys, messageLevelResponse, mimeCodes, mimeCodesKeys, opStatusAction, opStatusActionKeys, opStatusReason, opStatusReasonKeys, participantIdentifierSchemes, participantIdentifierSchemesKeys, participantIdentifierSchemesValidations, paymentMeansCodes, paymentMeansCodesKeys, priceAllowanceChargeSchema, processSchema, processes, processesKeys, processesList, processesScheme, quantityToIntlUnitMap, quantityUnitCodeToIntlUnit, quantityUnitCodes, quantityUnitCodesKeys, quantityUnitCodesSchema, vatDateCodes, vatDateCodesKeys, vatexCodes, vatexCodesKeys };
2613
+ //# sourceMappingURL=index.d.ts.map