@endevops/peppol-schema 0.0.1 → 0.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/dist/constants/credit-note-doctype-id.d.ts +1 -2
- package/dist/constants/credit-note-doctype-id.d.ts.map +1 -1
- package/dist/constants/credit-note-process-id.d.ts +1 -2
- package/dist/constants/credit-note-process-id.d.ts.map +1 -1
- package/dist/constants/document-scheme.d.ts +1 -2
- package/dist/constants/document-scheme.d.ts.map +1 -1
- package/dist/constants/index.js +4 -4
- package/dist/constants/invoice-doctype-id.d.ts +1 -2
- package/dist/constants/invoice-doctype-id.d.ts.map +1 -1
- package/dist/constants/invoice-process-id.d.ts +1 -2
- package/dist/constants/invoice-process-id.d.ts.map +1 -1
- package/dist/constants/invoice-response-doctype-id.d.ts +1 -2
- package/dist/constants/invoice-response-doctype-id.d.ts.map +1 -1
- package/dist/constants/invoice-response-process-id.d.ts +1 -2
- package/dist/constants/invoice-response-process-id.d.ts.map +1 -1
- package/dist/constants/invoice-response-process-id.js +1 -1
- package/dist/constants/invoice-response-profile-id.d.ts +1 -2
- package/dist/constants/invoice-response-profile-id.d.ts.map +1 -1
- package/dist/constants/message-level-response-doctype-id.d.ts +1 -2
- package/dist/constants/message-level-response-doctype-id.d.ts.map +1 -1
- package/dist/constants/message-level-response-process-id.d.ts +1 -2
- package/dist/constants/message-level-response-process-id.d.ts.map +1 -1
- package/dist/constants/message-level-response-process-id.js +1 -1
- package/dist/constants/message-level-response-profile-id.d.ts +1 -2
- package/dist/constants/message-level-response-profile-id.d.ts.map +1 -1
- package/dist/constants/participant-scheme.d.ts +5 -2
- package/dist/constants/participant-scheme.d.ts.map +1 -1
- package/dist/constants/participant-scheme.js +6 -2
- package/dist/constants/participant-scheme.js.map +1 -1
- package/dist/constants/process-scheme.d.ts +1 -2
- package/dist/constants/process-scheme.d.ts.map +1 -1
- package/dist/constants/transport-profile.d.ts +1 -2
- package/dist/constants/transport-profile.d.ts.map +1 -1
- package/dist/decoders/fields/decode-allowance-charges.js +2 -10
- package/dist/decoders/fields/decode-allowance-charges.js.map +1 -1
- package/dist/decoders/fields/decode-base-allowance-charge.js +19 -0
- package/dist/decoders/fields/decode-base-allowance-charge.js.map +1 -0
- package/dist/decoders/fields/decode-contact.js +16 -0
- package/dist/decoders/fields/decode-contact.js.map +1 -0
- package/dist/decoders/fields/decode-invoice-message-party.js +2 -19
- package/dist/decoders/fields/decode-invoice-message-party.js.map +1 -1
- package/dist/decoders/fields/decode-line-allowance-charges.js +2 -12
- package/dist/decoders/fields/decode-line-allowance-charges.js.map +1 -1
- package/dist/decoders/fields/decode-party-legal-entity.js +17 -0
- package/dist/decoders/fields/decode-party-legal-entity.js.map +1 -0
- package/dist/decoders/fields/decode-party.js +2 -18
- package/dist/decoders/fields/decode-party.js.map +1 -1
- package/dist/decoders/fields/decode-tax-category.js +1 -1
- package/dist/decoders/fields/decode-tax-totals.js +1 -1
- package/dist/decoders/fields/encode-contact.js +13 -0
- package/dist/decoders/fields/encode-contact.js.map +1 -0
- package/dist/decoders/fields/encode-message-party.js +2 -15
- package/dist/decoders/fields/encode-message-party.js.map +1 -1
- package/dist/decoders/fields/encode-party-legal-entity.js +13 -0
- package/dist/decoders/fields/encode-party-legal-entity.js.map +1 -0
- package/dist/decoders/fields/encode-party.js +2 -15
- package/dist/decoders/fields/encode-party.js.map +1 -1
- package/dist/document-parser.d.ts +1 -2
- package/dist/document-parser.d.ts.map +1 -1
- package/dist/document-parser.js +3 -3
- package/dist/document.d.ts +5 -6
- package/dist/document.d.ts.map +1 -1
- package/dist/effect/fields/default-customization-id.d.ts +4 -0
- package/dist/effect/fields/default-customization-id.d.ts.map +1 -0
- package/dist/effect/fields/default-customization-id.js +6 -0
- package/dist/effect/fields/default-customization-id.js.map +1 -0
- package/dist/effect/fields/default-profile-id.d.ts +4 -0
- package/dist/effect/fields/default-profile-id.d.ts.map +1 -0
- package/dist/effect/fields/default-profile-id.js +6 -0
- package/dist/effect/fields/default-profile-id.js.map +1 -0
- package/dist/effect/fields/identifier-schema.d.ts +30 -0
- package/dist/effect/fields/identifier-schema.d.ts.map +1 -0
- package/dist/effect/fields/identifier-schema.js +24 -0
- package/dist/effect/fields/identifier-schema.js.map +1 -0
- package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts +76 -0
- package/dist/effect/fields/peppol-additional-document-reference-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-additional-document-reference-schema.js +108 -0
- package/dist/effect/fields/peppol-additional-document-reference-schema.js.map +1 -0
- package/dist/effect/fields/peppol-address-schema.d.ts +102 -0
- package/dist/effect/fields/peppol-address-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-address-schema.js +102 -0
- package/dist/effect/fields/peppol-address-schema.js.map +1 -0
- package/dist/effect/fields/peppol-allowance-charge-schema.d.ts +61 -0
- package/dist/effect/fields/peppol-allowance-charge-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-allowance-charge-schema.js +75 -0
- package/dist/effect/fields/peppol-allowance-charge-schema.js.map +1 -0
- package/dist/effect/fields/peppol-amount-schema.d.ts +20 -0
- package/dist/effect/fields/peppol-amount-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-amount-schema.js +22 -0
- package/dist/effect/fields/peppol-amount-schema.js.map +1 -0
- package/dist/effect/fields/peppol-base-line-schema.d.ts +213 -0
- package/dist/effect/fields/peppol-base-line-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-base-line-schema.js +132 -0
- package/dist/effect/fields/peppol-base-line-schema.js.map +1 -0
- package/dist/effect/fields/peppol-billing-reference-schema.d.ts +46 -0
- package/dist/effect/fields/peppol-billing-reference-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-billing-reference-schema.js +47 -0
- package/dist/effect/fields/peppol-billing-reference-schema.js.map +1 -0
- package/dist/effect/fields/peppol-binary-object-schema.d.ts +45 -0
- package/dist/effect/fields/peppol-binary-object-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-binary-object-schema.js +49 -0
- package/dist/effect/fields/peppol-binary-object-schema.js.map +1 -0
- package/dist/effect/fields/peppol-contact-schema.d.ts +19 -0
- package/dist/effect/fields/peppol-contact-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-contact-schema.js +20 -0
- package/dist/effect/fields/peppol-contact-schema.js.map +1 -0
- package/dist/effect/fields/peppol-credit-note-line-schema.d.ts +118 -0
- package/dist/effect/fields/peppol-credit-note-line-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-credit-note-line-schema.js +36 -0
- package/dist/effect/fields/peppol-credit-note-line-schema.js.map +1 -0
- package/dist/effect/fields/peppol-delivery-schema.d.ts +81 -0
- package/dist/effect/fields/peppol-delivery-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-delivery-schema.js +89 -0
- package/dist/effect/fields/peppol-delivery-schema.js.map +1 -0
- package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts +33 -0
- package/dist/effect/fields/peppol-invoice-line-period-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-invoice-line-period-schema.js +35 -0
- package/dist/effect/fields/peppol-invoice-line-period-schema.js.map +1 -0
- package/dist/effect/fields/peppol-invoice-line-schema.d.ts +120 -0
- package/dist/effect/fields/peppol-invoice-line-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-invoice-line-schema.js +40 -0
- package/dist/effect/fields/peppol-invoice-line-schema.js.map +1 -0
- package/dist/effect/fields/peppol-invoice-period-schema.d.ts +18 -0
- package/dist/effect/fields/peppol-invoice-period-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-invoice-period-schema.js +28 -0
- package/dist/effect/fields/peppol-invoice-period-schema.js.map +1 -0
- package/dist/effect/fields/peppol-item-classification-schema.d.ts +44 -0
- package/dist/effect/fields/peppol-item-classification-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-item-classification-schema.js +46 -0
- package/dist/effect/fields/peppol-item-classification-schema.js.map +1 -0
- package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts +149 -0
- package/dist/effect/fields/peppol-legal-monetary-total-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-legal-monetary-total-schema.js +127 -0
- package/dist/effect/fields/peppol-legal-monetary-total-schema.js.map +1 -0
- package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts +46 -0
- package/dist/effect/fields/peppol-line-allowance-charge-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-line-allowance-charge-schema.js +48 -0
- package/dist/effect/fields/peppol-line-allowance-charge-schema.js.map +1 -0
- package/dist/effect/fields/peppol-line-item-schema.d.ts +158 -0
- package/dist/effect/fields/peppol-line-item-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-line-item-schema.js +163 -0
- package/dist/effect/fields/peppol-line-item-schema.js.map +1 -0
- package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts +45 -0
- package/dist/effect/fields/peppol-line-price-allowance-charge-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js +30 -0
- package/dist/effect/fields/peppol-line-price-allowance-charge-schema.js.map +1 -0
- package/dist/effect/fields/peppol-line-price-schema.d.ts +44 -0
- package/dist/effect/fields/peppol-line-price-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-line-price-schema.js +32 -0
- package/dist/effect/fields/peppol-line-price-schema.js.map +1 -0
- package/dist/effect/fields/peppol-order-reference-schema.d.ts +37 -0
- package/dist/effect/fields/peppol-order-reference-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-order-reference-schema.js +38 -0
- package/dist/effect/fields/peppol-order-reference-schema.js.map +1 -0
- package/dist/effect/fields/peppol-party-base-schema.d.ts +115 -0
- package/dist/effect/fields/peppol-party-base-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-party-base-schema.js +127 -0
- package/dist/effect/fields/peppol-party-base-schema.js.map +1 -0
- package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts +31 -0
- package/dist/effect/fields/peppol-party-legal-entity-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-party-legal-entity-schema.js +30 -0
- package/dist/effect/fields/peppol-party-legal-entity-schema.js.map +1 -0
- package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts +34 -0
- package/dist/effect/fields/peppol-party-tax-scheme-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-party-tax-scheme-schema.js +34 -0
- package/dist/effect/fields/peppol-party-tax-scheme-schema.js.map +1 -0
- package/dist/effect/fields/peppol-payee-party-schema.d.ts +68 -0
- package/dist/effect/fields/peppol-payee-party-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-payee-party-schema.js +99 -0
- package/dist/effect/fields/peppol-payee-party-schema.js.map +1 -0
- package/dist/effect/fields/peppol-payment-means-schema.d.ts +198 -0
- package/dist/effect/fields/peppol-payment-means-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-payment-means-schema.js +199 -0
- package/dist/effect/fields/peppol-payment-means-schema.js.map +1 -0
- package/dist/effect/fields/peppol-payment-terms-schema.d.ts +24 -0
- package/dist/effect/fields/peppol-payment-terms-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-payment-terms-schema.js +24 -0
- package/dist/effect/fields/peppol-payment-terms-schema.js.map +1 -0
- package/dist/effect/fields/peppol-quantity-schema.d.ts +20 -0
- package/dist/effect/fields/peppol-quantity-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-quantity-schema.js +22 -0
- package/dist/effect/fields/peppol-quantity-schema.js.map +1 -0
- package/dist/effect/fields/peppol-reference-schema.d.ts +8 -0
- package/dist/effect/fields/peppol-reference-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-reference-schema.js +7 -0
- package/dist/effect/fields/peppol-reference-schema.js.map +1 -0
- package/dist/effect/fields/peppol-tax-category-schema.d.ts +41 -0
- package/dist/effect/fields/peppol-tax-category-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-tax-category-schema.js +42 -0
- package/dist/effect/fields/peppol-tax-category-schema.js.map +1 -0
- package/dist/effect/fields/peppol-tax-representative-schema.d.ts +38 -0
- package/dist/effect/fields/peppol-tax-representative-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-tax-representative-schema.js +24 -0
- package/dist/effect/fields/peppol-tax-representative-schema.js.map +1 -0
- package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts +21 -0
- package/dist/effect/fields/peppol-tax-subtotal-category-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-tax-subtotal-category-schema.js +28 -0
- package/dist/effect/fields/peppol-tax-subtotal-category-schema.js.map +1 -0
- package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts +44 -0
- package/dist/effect/fields/peppol-tax-subtotal-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-tax-subtotal-schema.js +33 -0
- package/dist/effect/fields/peppol-tax-subtotal-schema.js.map +1 -0
- package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts +44 -0
- package/dist/effect/fields/peppol-tax-totals-base-schema.d.ts.map +1 -0
- package/dist/effect/fields/peppol-tax-totals-base-schema.js +26 -0
- package/dist/effect/fields/peppol-tax-totals-base-schema.js.map +1 -0
- package/dist/effect/peppol-billing-base-schema.d.ts +619 -0
- package/dist/effect/peppol-billing-base-schema.d.ts.map +1 -0
- package/dist/effect/peppol-billing-base-schema.js +324 -0
- package/dist/effect/peppol-billing-base-schema.js.map +1 -0
- package/dist/effect/peppol-credit-note-schema.d.ts +467 -0
- package/dist/effect/peppol-credit-note-schema.d.ts.map +1 -0
- package/dist/effect/peppol-credit-note-schema.js +30 -0
- package/dist/effect/peppol-credit-note-schema.js.map +1 -0
- package/dist/effect/peppol-document-response-document-reference-schema.d.ts +37 -0
- package/dist/effect/peppol-document-response-document-reference-schema.d.ts.map +1 -0
- package/dist/effect/peppol-document-response-document-reference-schema.js +39 -0
- package/dist/effect/peppol-document-response-document-reference-schema.js.map +1 -0
- package/dist/effect/peppol-document-response-document-schema.d.ts +34 -0
- package/dist/effect/peppol-document-response-document-schema.d.ts.map +1 -0
- package/dist/effect/peppol-document-response-document-schema.js +36 -0
- package/dist/effect/peppol-document-response-document-schema.js.map +1 -0
- package/dist/effect/peppol-document-response-line-response-content-schema.d.ts +43 -0
- package/dist/effect/peppol-document-response-line-response-content-schema.d.ts.map +1 -0
- package/dist/effect/peppol-document-response-line-response-content-schema.js +48 -0
- package/dist/effect/peppol-document-response-line-response-content-schema.js.map +1 -0
- package/dist/effect/peppol-document-response-line-response-schema.d.ts +38 -0
- package/dist/effect/peppol-document-response-line-response-schema.d.ts.map +1 -0
- package/dist/effect/peppol-document-response-line-response-schema.js +33 -0
- package/dist/effect/peppol-document-response-line-response-schema.js.map +1 -0
- package/dist/effect/peppol-document-schema.d.ts +1090 -0
- package/dist/effect/peppol-document-schema.d.ts.map +1 -0
- package/dist/effect/peppol-document-schema.js +64 -0
- package/dist/effect/peppol-document-schema.js.map +1 -0
- package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts +89 -0
- package/dist/effect/peppol-invoice-response-document-actual-response-schema.d.ts.map +1 -0
- package/dist/effect/peppol-invoice-response-document-actual-response-schema.js +70 -0
- package/dist/effect/peppol-invoice-response-document-actual-response-schema.js.map +1 -0
- package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts +86 -0
- package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.d.ts.map +1 -0
- package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js +58 -0
- package/dist/effect/peppol-invoice-response-document-actual-response-status-schema.js.map +1 -0
- package/dist/effect/peppol-invoice-response-schema.d.ts +431 -0
- package/dist/effect/peppol-invoice-response-schema.d.ts.map +1 -0
- package/dist/effect/peppol-invoice-response-schema.js +148 -0
- package/dist/effect/peppol-invoice-response-schema.js.map +1 -0
- package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts +26 -0
- package/dist/effect/peppol-invoice-response-status-reason-code-schema.d.ts.map +1 -0
- package/dist/effect/peppol-invoice-response-status-reason-code-schema.js +29 -0
- package/dist/effect/peppol-invoice-response-status-reason-code-schema.js.map +1 -0
- package/dist/effect/peppol-invoice-schema.d.ts +472 -0
- package/dist/effect/peppol-invoice-schema.d.ts.map +1 -0
- package/dist/effect/peppol-invoice-schema.js +47 -0
- package/dist/effect/peppol-invoice-schema.js.map +1 -0
- package/dist/effect/peppol-iso-date-string-schema.d.ts +14 -0
- package/dist/effect/peppol-iso-date-string-schema.d.ts.map +1 -0
- package/dist/effect/peppol-iso-date-string-schema.js +15 -0
- package/dist/effect/peppol-iso-date-string-schema.js.map +1 -0
- package/dist/effect/peppol-message-level-response-document-response-schema.d.ts +48 -0
- package/dist/effect/peppol-message-level-response-document-response-schema.d.ts.map +1 -0
- package/dist/effect/peppol-message-level-response-document-response-schema.js +34 -0
- package/dist/effect/peppol-message-level-response-document-response-schema.js.map +1 -0
- package/dist/effect/peppol-message-level-response-party-schema.d.ts +21 -0
- package/dist/effect/peppol-message-level-response-party-schema.d.ts.map +1 -0
- package/dist/effect/peppol-message-level-response-party-schema.js +19 -0
- package/dist/effect/peppol-message-level-response-party-schema.js.map +1 -0
- package/dist/effect/peppol-message-level-response-schema.d.ts +124 -0
- package/dist/effect/peppol-message-level-response-schema.d.ts.map +1 -0
- package/dist/effect/peppol-message-level-response-schema.js +98 -0
- package/dist/effect/peppol-message-level-response-schema.js.map +1 -0
- package/dist/effect/utils/get-credit-note-type-code-description.d.ts +2 -0
- package/dist/effect/utils/get-invoice-type-code-description.d.ts +2 -0
- package/dist/effect/utils/index.d.ts +17 -0
- package/dist/effect/utils/index.js +11 -0
- package/dist/effect/utils/is-valid-credit-note-type-code.d.ts +2 -0
- package/dist/effect/utils/is-valid-invoice-type-code.d.ts +2 -0
- package/dist/effect/utils/is-valid-process.d.ts +2 -0
- package/dist/effect/utils/peppol-base-64-schema.d.ts +10 -0
- package/dist/effect/utils/peppol-base-64-schema.d.ts.map +1 -0
- package/dist/effect/utils/peppol-base-64-schema.js +12 -0
- package/dist/effect/utils/peppol-base-64-schema.js.map +1 -0
- package/dist/effect/utils/peppol-vat-regex-schema.d.ts +10 -0
- package/dist/effect/utils/peppol-vat-regex-schema.d.ts.map +1 -0
- package/dist/effect/utils/peppol-vat-regex-schema.js +46 -0
- package/dist/effect/utils/peppol-vat-regex-schema.js.map +1 -0
- package/dist/effect/utils/peppol-xsd-time-schema.d.ts +10 -0
- package/dist/effect/utils/peppol-xsd-time-schema.d.ts.map +1 -0
- package/dist/effect/utils/peppol-xsd-time-schema.js +11 -0
- package/dist/effect/utils/peppol-xsd-time-schema.js.map +1 -0
- package/dist/effect/utils/quantity-unit-code-to-intl-unit.d.ts +2 -0
- package/dist/effect/values/additional-document-reference-code-schema.d.ts +23 -0
- package/dist/effect/values/additional-document-reference-code-schema.d.ts.map +1 -0
- package/dist/effect/values/additional-document-reference-code-schema.js +21 -0
- package/dist/effect/values/additional-document-reference-code-schema.js.map +1 -0
- package/dist/effect/values/allowance-charge-reason-code-schema.d.ts +24 -0
- package/dist/effect/values/allowance-charge-reason-code-schema.d.ts.map +1 -0
- package/dist/effect/values/allowance-charge-reason-code-schema.js +23 -0
- package/dist/effect/values/allowance-charge-reason-code-schema.js.map +1 -0
- package/dist/effect/values/application-response-type-code-schema.d.ts +21 -0
- package/dist/effect/values/application-response-type-code-schema.d.ts.map +1 -0
- package/dist/effect/values/application-response-type-code-schema.js +20 -0
- package/dist/effect/values/application-response-type-code-schema.js.map +1 -0
- package/dist/effect/values/charge-reason-code-schema.d.ts +24 -0
- package/dist/effect/values/charge-reason-code-schema.d.ts.map +1 -0
- package/dist/effect/values/charge-reason-code-schema.js +23 -0
- package/dist/effect/values/charge-reason-code-schema.js.map +1 -0
- package/dist/effect/values/credit-note-type-code-schema.d.ts +21 -0
- package/dist/effect/values/credit-note-type-code-schema.d.ts.map +1 -0
- package/dist/effect/values/credit-note-type-code-schema.js +20 -0
- package/dist/effect/values/credit-note-type-code-schema.js.map +1 -0
- package/dist/effect/values/currency-code-schema.d.ts +24 -0
- package/dist/effect/values/currency-code-schema.d.ts.map +1 -0
- package/dist/effect/values/currency-code-schema.js +29 -0
- package/dist/effect/values/currency-code-schema.js.map +1 -0
- package/dist/effect/values/document-type-schemes-schema.d.ts +14 -0
- package/dist/effect/values/document-type-schemes-schema.d.ts.map +1 -0
- package/dist/effect/values/document-type-schemes-schema.js +19 -0
- package/dist/effect/values/document-type-schemes-schema.js.map +1 -0
- package/dist/effect/values/document-type-values-schema.d.ts +14 -0
- package/dist/effect/values/document-type-values-schema.d.ts.map +1 -0
- package/dist/effect/values/document-type-values-schema.js +20 -0
- package/dist/effect/values/document-type-values-schema.js.map +1 -0
- package/dist/effect/values/duty-tax-fee-category-schema.d.ts +24 -0
- package/dist/effect/values/duty-tax-fee-category-schema.d.ts.map +1 -0
- package/dist/effect/values/duty-tax-fee-category-schema.js +23 -0
- package/dist/effect/values/duty-tax-fee-category-schema.js.map +1 -0
- package/dist/effect/values/electronic-codes-schema.d.ts +24 -0
- package/dist/effect/values/electronic-codes-schema.d.ts.map +1 -0
- package/dist/effect/values/electronic-codes-schema.js +30 -0
- package/dist/effect/values/electronic-codes-schema.js.map +1 -0
- package/dist/effect/values/icd-codes-schema.d.ts +24 -0
- package/dist/effect/values/icd-codes-schema.d.ts.map +1 -0
- package/dist/effect/values/icd-codes-schema.js +22 -0
- package/dist/effect/values/icd-codes-schema.js.map +1 -0
- package/dist/effect/values/index.d.ts +29 -0
- package/dist/effect/values/index.js +29 -0
- package/dist/effect/values/invoice-status-code-schema.d.ts +21 -0
- package/dist/effect/values/invoice-status-code-schema.d.ts.map +1 -0
- package/dist/effect/values/invoice-status-code-schema.js +17 -0
- package/dist/effect/values/invoice-status-code-schema.js.map +1 -0
- package/dist/effect/values/invoice-type-code-schema.d.ts +21 -0
- package/dist/effect/values/invoice-type-code-schema.d.ts.map +1 -0
- package/dist/effect/values/invoice-type-code-schema.js +20 -0
- package/dist/effect/values/invoice-type-code-schema.js.map +1 -0
- package/dist/effect/values/item-classification-codes-schema.d.ts +24 -0
- package/dist/effect/values/item-classification-codes-schema.d.ts.map +1 -0
- package/dist/effect/values/item-classification-codes-schema.js +23 -0
- package/dist/effect/values/item-classification-codes-schema.js.map +1 -0
- package/dist/effect/values/mime-codes-schema.d.ts +24 -0
- package/dist/effect/values/mime-codes-schema.d.ts.map +1 -0
- package/dist/effect/values/mime-codes-schema.js +23 -0
- package/dist/effect/values/mime-codes-schema.js.map +1 -0
- package/dist/effect/values/op-status-action-schema.d.ts +21 -0
- package/dist/effect/values/op-status-action-schema.d.ts.map +1 -0
- package/dist/effect/values/op-status-action-schema.js +20 -0
- package/dist/effect/values/op-status-action-schema.js.map +1 -0
- package/dist/effect/values/op-status-reason-schema.d.ts +21 -0
- package/dist/effect/values/op-status-reason-schema.d.ts.map +1 -0
- package/dist/effect/values/op-status-reason-schema.js +20 -0
- package/dist/effect/values/op-status-reason-schema.js.map +1 -0
- package/dist/effect/values/participant-identifier-code-schema.d.ts +19 -0
- package/dist/effect/values/participant-identifier-code-schema.d.ts.map +1 -0
- package/dist/effect/values/participant-identifier-code-schema.js +18 -0
- package/dist/effect/values/participant-identifier-code-schema.js.map +1 -0
- package/dist/effect/values/payment-means-code-schema.d.ts +24 -0
- package/dist/effect/values/payment-means-code-schema.d.ts.map +1 -0
- package/dist/effect/values/payment-means-code-schema.js +30 -0
- package/dist/effect/values/payment-means-code-schema.js.map +1 -0
- package/dist/effect/values/peppol-country-code-schema.d.ts +21 -0
- package/dist/effect/values/peppol-country-code-schema.d.ts.map +1 -0
- package/dist/effect/values/peppol-country-code-schema.js +25 -0
- package/dist/effect/values/peppol-country-code-schema.js.map +1 -0
- package/dist/effect/values/peppol-document-type-code-schema.d.ts +21 -0
- package/dist/effect/values/peppol-document-type-code-schema.d.ts.map +1 -0
- package/dist/effect/values/peppol-document-type-code-schema.js +20 -0
- package/dist/effect/values/peppol-document-type-code-schema.js.map +1 -0
- package/dist/effect/values/peppol-document-type-schema.d.ts +21 -0
- package/dist/effect/values/peppol-document-type-schema.d.ts.map +1 -0
- package/dist/effect/values/peppol-document-type-schema.js +27 -0
- package/dist/effect/values/peppol-document-type-schema.js.map +1 -0
- package/dist/effect/values/peppol-process-schema.d.ts +20 -0
- package/dist/effect/values/peppol-process-schema.d.ts.map +1 -0
- package/dist/effect/values/peppol-process-schema.js +26 -0
- package/dist/effect/values/peppol-process-schema.js.map +1 -0
- package/dist/effect/values/process-from-document-type-schema.d.ts +17 -0
- package/dist/effect/values/process-from-document-type-schema.d.ts.map +1 -0
- package/dist/effect/values/process-from-document-type-schema.js +25 -0
- package/dist/effect/values/process-from-document-type-schema.js.map +1 -0
- package/dist/effect/values/process-xml-identifier-schema.d.ts +20 -0
- package/dist/effect/values/process-xml-identifier-schema.d.ts.map +1 -0
- package/dist/effect/values/process-xml-identifier-schema.js +26 -0
- package/dist/effect/values/process-xml-identifier-schema.js.map +1 -0
- package/dist/effect/values/quantity-unit-codes-schema.d.ts +24 -0
- package/dist/effect/values/quantity-unit-codes-schema.d.ts.map +1 -0
- package/dist/effect/values/quantity-unit-codes-schema.js +23 -0
- package/dist/effect/values/quantity-unit-codes-schema.js.map +1 -0
- package/dist/effect/values/vat-date-code-schema.d.ts +11 -0
- package/dist/effect/values/vat-date-code-schema.d.ts.map +1 -0
- package/dist/effect/values/vat-date-code-schema.js +15 -0
- package/dist/effect/values/vat-date-code-schema.js.map +1 -0
- package/dist/effect/values/vatex-code-schema.d.ts +24 -0
- package/dist/effect/values/vatex-code-schema.d.ts.map +1 -0
- package/dist/effect/values/vatex-code-schema.js +23 -0
- package/dist/effect/values/vatex-code-schema.js.map +1 -0
- package/dist/effect.d.ts +93 -0
- package/dist/effect.js +93 -0
- package/dist/index.d.ts +36 -36
- package/dist/index.js +37 -37
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts +1 -2
- package/dist/invoice-response-codes/invoice-response-code-needs-schema.d.ts.map +1 -1
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts +1 -2
- package/dist/invoice-response-codes/invoice-response-code-not-needs-schema.d.ts.map +1 -1
- package/dist/invoice-response-codes/invoice-response-codes-order.d.ts +2 -4
- package/dist/invoice-response-codes/invoice-response-codes-order.d.ts.map +1 -1
- package/dist/invoice-response-codes/invoice-response-codes-order.js.map +1 -1
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/all-union-fields.d.ts +2 -3
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/all-union-fields.d.ts.map +1 -1
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/internal/object.d.ts +3 -4
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/object.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts +12 -0
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/internal/type.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/is-equal.d.ts +2 -3
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/is-equal.d.ts.map +1 -1
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/is-never.d.ts +2 -3
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/is-never.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/keys-of-union.d.ts +2 -3
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/keys-of-union.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/primitive.d.ts +9 -0
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/primitive.d.ts.map +1 -1
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/shared-union-fields.d.ts +2 -3
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/shared-union-fields.d.ts.map +1 -1
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/simplify.d.ts +2 -3
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/simplify.d.ts.map +1 -1
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/union-to-intersection.d.ts +2 -3
- package/dist/node_modules/.pnpm/type-fest@5.9.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +1 -0
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/unknown-array.d.ts +2 -3
- package/dist/node_modules/.pnpm/{type-fest@5.8.0 → type-fest@5.9.0}/node_modules/type-fest/source/unknown-array.d.ts.map +1 -1
- package/dist/peppol-validations/add-piva.d.ts +1 -2
- package/dist/peppol-validations/add-piva.d.ts.map +1 -1
- package/dist/peppol-validations/check-cf.d.ts +1 -2
- package/dist/peppol-validations/check-cf.d.ts.map +1 -1
- package/dist/peppol-validations/check-cf16.d.ts +1 -2
- package/dist/peppol-validations/check-cf16.d.ts.map +1 -1
- package/dist/peppol-validations/check-piva-se-it.d.ts +1 -2
- package/dist/peppol-validations/check-piva-se-it.d.ts.map +1 -1
- package/dist/peppol-validations/check-piva.d.ts +1 -2
- package/dist/peppol-validations/check-piva.d.ts.map +1 -1
- package/dist/peppol-validations/check-se-orgnr.d.ts +1 -2
- package/dist/peppol-validations/check-se-orgnr.d.ts.map +1 -1
- package/dist/peppol-validations/greek-tin-verification.d.ts +1 -2
- package/dist/peppol-validations/greek-tin-verification.d.ts.map +1 -1
- package/dist/peppol-validations/is-valid-abn.d.ts +1 -2
- package/dist/peppol-validations/is-valid-abn.d.ts.map +1 -1
- package/dist/peppol-validations/is-valid-gln.d.ts +1 -2
- package/dist/peppol-validations/is-valid-gln.d.ts.map +1 -1
- package/dist/peppol-validations/is-valid-iban.d.ts +1 -2
- package/dist/peppol-validations/is-valid-iban.d.ts.map +1 -1
- package/dist/peppol-validations/is-valid-mod11.d.ts +1 -2
- package/dist/peppol-validations/is-valid-mod11.d.ts.map +1 -1
- package/dist/peppol-validations/is-valid-mod97-0208.d.ts +1 -2
- package/dist/peppol-validations/is-valid-mod97-0208.d.ts.map +1 -1
- package/dist/peppol-validations/luhn-check.d.ts +1 -2
- package/dist/peppol-validations/luhn-check.d.ts.map +1 -1
- package/dist/schemas/credit-note.d.ts +2 -3
- package/dist/schemas/credit-note.d.ts.map +1 -1
- package/dist/schemas/document-response-document-reference-schema.d.ts +2 -3
- package/dist/schemas/document-response-document-reference-schema.d.ts.map +1 -1
- package/dist/schemas/document-response-document-schema.d.ts +2 -3
- package/dist/schemas/document-response-document-schema.d.ts.map +1 -1
- package/dist/schemas/document-response-line-response-content.d.ts +2 -3
- package/dist/schemas/document-response-line-response-content.d.ts.map +1 -1
- package/dist/schemas/document-response-line-response-schema.d.ts +2 -3
- package/dist/schemas/document-response-line-response-schema.d.ts.map +1 -1
- package/dist/schemas/fields/additional-document-reference-schema.d.ts +2 -3
- package/dist/schemas/fields/additional-document-reference-schema.d.ts.map +1 -1
- package/dist/schemas/fields/address-schema.d.ts +2 -3
- package/dist/schemas/fields/address-schema.d.ts.map +1 -1
- package/dist/schemas/fields/allowance-charge-schema.d.ts +2 -3
- package/dist/schemas/fields/allowance-charge-schema.d.ts.map +1 -1
- package/dist/schemas/fields/amount-schema.d.ts +2 -3
- package/dist/schemas/fields/amount-schema.d.ts.map +1 -1
- package/dist/schemas/fields/base-line-schema.d.ts +2 -3
- package/dist/schemas/fields/base-line-schema.d.ts.map +1 -1
- package/dist/schemas/fields/billing-references-schema.d.ts +2 -3
- package/dist/schemas/fields/billing-references-schema.d.ts.map +1 -1
- package/dist/schemas/fields/binary-object-schema.d.ts +1 -2
- package/dist/schemas/fields/binary-object-schema.d.ts.map +1 -1
- package/dist/schemas/fields/contact-schema.d.ts +2 -3
- package/dist/schemas/fields/contact-schema.d.ts.map +1 -1
- package/dist/schemas/fields/credit-note-line-schema.d.ts +2 -3
- package/dist/schemas/fields/credit-note-line-schema.d.ts.map +1 -1
- package/dist/schemas/fields/date-only-fn.d.ts +2 -3
- package/dist/schemas/fields/date-only-fn.d.ts.map +1 -1
- package/dist/schemas/fields/date-only-parser.d.ts +1 -2
- package/dist/schemas/fields/date-only-parser.d.ts.map +1 -1
- package/dist/schemas/fields/default-customization-id.d.ts +1 -2
- package/dist/schemas/fields/default-customization-id.d.ts.map +1 -1
- package/dist/schemas/fields/default-profile-id.d.ts +1 -2
- package/dist/schemas/fields/default-profile-id.d.ts.map +1 -1
- package/dist/schemas/fields/delivery-schema.d.ts +2 -3
- package/dist/schemas/fields/delivery-schema.d.ts.map +1 -1
- package/dist/schemas/fields/identifier-schema.d.ts +2 -3
- package/dist/schemas/fields/identifier-schema.d.ts.map +1 -1
- package/dist/schemas/fields/invoice-line-period-schema.d.ts +2 -3
- package/dist/schemas/fields/invoice-line-period-schema.d.ts.map +1 -1
- package/dist/schemas/fields/invoice-line-schema.d.ts +2 -3
- package/dist/schemas/fields/invoice-line-schema.d.ts.map +1 -1
- package/dist/schemas/fields/invoice-period-schema.d.ts +2 -3
- package/dist/schemas/fields/invoice-period-schema.d.ts.map +1 -1
- package/dist/schemas/fields/legal-monetary-total-schema.d.ts +2 -3
- package/dist/schemas/fields/legal-monetary-total-schema.d.ts.map +1 -1
- package/dist/schemas/fields/line-allowance-charge-schema.d.ts +3 -3
- package/dist/schemas/fields/line-allowance-charge-schema.d.ts.map +1 -1
- package/dist/schemas/fields/line-item-schema.d.ts +2 -3
- package/dist/schemas/fields/line-item-schema.d.ts.map +1 -1
- package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts +3 -3
- package/dist/schemas/fields/line-price-allowance-charge-schema.d.ts.map +1 -1
- package/dist/schemas/fields/list-identifier-schema.d.ts +1 -2
- package/dist/schemas/fields/list-identifier-schema.d.ts.map +1 -1
- package/dist/schemas/fields/order-reference-schema.d.ts +2 -3
- package/dist/schemas/fields/order-reference-schema.d.ts.map +1 -1
- package/dist/schemas/fields/party-base-schema.d.ts +2 -3
- package/dist/schemas/fields/party-base-schema.d.ts.map +1 -1
- package/dist/schemas/fields/party-legal-entity-schema.d.ts +2 -3
- package/dist/schemas/fields/party-legal-entity-schema.d.ts.map +1 -1
- package/dist/schemas/fields/party-tax-schema.d.ts +2 -3
- package/dist/schemas/fields/party-tax-schema.d.ts.map +1 -1
- package/dist/schemas/fields/payee-party.d.ts +2 -3
- package/dist/schemas/fields/payee-party.d.ts.map +1 -1
- package/dist/schemas/fields/payment-means-schema.d.ts +2 -3
- package/dist/schemas/fields/payment-means-schema.d.ts.map +1 -1
- package/dist/schemas/fields/payment-terms-schema.d.ts +2 -3
- package/dist/schemas/fields/payment-terms-schema.d.ts.map +1 -1
- package/dist/schemas/fields/price-schema.d.ts +2 -3
- package/dist/schemas/fields/price-schema.d.ts.map +1 -1
- package/dist/schemas/fields/quantity-schema.d.ts +2 -3
- package/dist/schemas/fields/quantity-schema.d.ts.map +1 -1
- package/dist/schemas/fields/reference-schema.d.ts +2 -3
- package/dist/schemas/fields/reference-schema.d.ts.map +1 -1
- package/dist/schemas/fields/tax-category-schema.d.ts +2 -3
- package/dist/schemas/fields/tax-category-schema.d.ts.map +1 -1
- package/dist/schemas/fields/tax-representative-party-schema.d.ts +2 -3
- package/dist/schemas/fields/tax-representative-party-schema.d.ts.map +1 -1
- package/dist/schemas/fields/tax-subtotal-category-schema.d.ts +2 -3
- package/dist/schemas/fields/tax-subtotal-category-schema.d.ts.map +1 -1
- package/dist/schemas/fields/tax-subtotal-schema.d.ts +2 -3
- package/dist/schemas/fields/tax-subtotal-schema.d.ts.map +1 -1
- package/dist/schemas/fields/tax-totals.d.ts +2 -3
- package/dist/schemas/fields/tax-totals.d.ts.map +1 -1
- package/dist/schemas/fields/time-only.d.ts +1 -2
- package/dist/schemas/fields/time-only.d.ts.map +1 -1
- package/dist/schemas/invoice-response-document-actual-response-status.d.ts +3 -4
- package/dist/schemas/invoice-response-document-actual-response-status.d.ts.map +1 -1
- package/dist/schemas/invoice-response-document-actual-response.d.ts +2 -3
- package/dist/schemas/invoice-response-document-actual-response.d.ts.map +1 -1
- package/dist/schemas/invoice-response-schema.d.ts +6 -7
- package/dist/schemas/invoice-response-schema.d.ts.map +1 -1
- package/dist/schemas/invoice-response-status-reason-code.d.ts +2 -3
- package/dist/schemas/invoice-response-status-reason-code.d.ts.map +1 -1
- package/dist/schemas/invoice.d.ts +2 -3
- package/dist/schemas/invoice.d.ts.map +1 -1
- package/dist/schemas/message-level-response-document-response-schema.d.ts +2 -3
- package/dist/schemas/message-level-response-document-response-schema.d.ts.map +1 -1
- package/dist/schemas/message-level-response-party-schema.d.ts +2 -3
- package/dist/schemas/message-level-response-party-schema.d.ts.map +1 -1
- package/dist/schemas/message-level-response-schema.d.ts +2 -3
- package/dist/schemas/message-level-response-schema.d.ts.map +1 -1
- package/dist/schemas/utils/base-64.d.ts +1 -2
- package/dist/schemas/utils/base-64.d.ts.map +1 -1
- package/dist/schemas/utils/format-quantity-with-unit.d.ts +1 -2
- package/dist/schemas/utils/format-quantity-with-unit.d.ts.map +1 -1
- package/dist/schemas/utils/get-credit-note-type-code-description.d.ts +1 -2
- package/dist/schemas/utils/get-credit-note-type-code-description.d.ts.map +1 -1
- package/dist/schemas/utils/get-invoice-type-code-description.d.ts +1 -2
- package/dist/schemas/utils/get-invoice-type-code-description.d.ts.map +1 -1
- package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts +1 -2
- package/dist/schemas/utils/is-valid-credit-note-type-code.d.ts.map +1 -1
- package/dist/schemas/utils/is-valid-invoice-type-code.d.ts +1 -2
- package/dist/schemas/utils/is-valid-invoice-type-code.d.ts.map +1 -1
- package/dist/schemas/utils/is-valid-process.d.ts +1 -2
- package/dist/schemas/utils/is-valid-process.d.ts.map +1 -1
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts +3 -4
- package/dist/schemas/utils/quantity-unit-code-to-intl-unit.d.ts.map +1 -1
- package/dist/schemas/utils/vat-regex.d.ts +1 -2
- package/dist/schemas/utils/vat-regex.d.ts.map +1 -1
- package/dist/schemas/utils/vat-regex.js +1 -1
- package/dist/schemas/utils/vat-regex.js.map +1 -1
- package/dist/schemas/utils/xsd-time.d.ts +1 -2
- package/dist/schemas/utils/xsd-time.d.ts.map +1 -1
- package/dist/schemas/values/additional-document-reference-code.d.ts +2 -3
- package/dist/schemas/values/additional-document-reference-code.d.ts.map +1 -1
- package/dist/schemas/values/allowance-charge-reason-code.d.ts +2 -3
- package/dist/schemas/values/allowance-charge-reason-code.d.ts.map +1 -1
- package/dist/schemas/values/application-response-type-codes.d.ts +2 -3
- package/dist/schemas/values/application-response-type-codes.d.ts.map +1 -1
- package/dist/schemas/values/charge-reason-code.d.ts +2 -3
- package/dist/schemas/values/charge-reason-code.d.ts.map +1 -1
- package/dist/schemas/values/country-code.d.ts +2 -3
- package/dist/schemas/values/country-code.d.ts.map +1 -1
- package/dist/schemas/values/credit-note-type-code-schema.d.ts +2 -3
- package/dist/schemas/values/credit-note-type-code-schema.d.ts.map +1 -1
- package/dist/schemas/values/currency-codes.d.ts +2 -3
- package/dist/schemas/values/currency-codes.d.ts.map +1 -1
- package/dist/schemas/values/document-type-codes.d.ts +2 -3
- package/dist/schemas/values/document-type-codes.d.ts.map +1 -1
- package/dist/schemas/values/document-type-schema.d.ts +2 -3
- package/dist/schemas/values/document-type-schema.d.ts.map +1 -1
- package/dist/schemas/values/document-type-schema.js +1 -1
- package/dist/schemas/values/document-type-schemes-schema.d.ts +1 -2
- package/dist/schemas/values/document-type-schemes-schema.d.ts.map +1 -1
- package/dist/schemas/values/document-type-values-schema.d.ts +1 -2
- package/dist/schemas/values/document-type-values-schema.d.ts.map +1 -1
- package/dist/schemas/values/document-type-values-schema.js +1 -1
- package/dist/schemas/values/duty-tax-fee-cateogries.d.ts +2 -3
- package/dist/schemas/values/duty-tax-fee-cateogries.d.ts.map +1 -1
- package/dist/schemas/values/eas-codes.d.ts +2 -3
- package/dist/schemas/values/eas-codes.d.ts.map +1 -1
- package/dist/schemas/values/icd-codes.d.ts +2 -3
- package/dist/schemas/values/icd-codes.d.ts.map +1 -1
- package/dist/schemas/values/invoice-status-codes.d.ts +2 -3
- package/dist/schemas/values/invoice-status-codes.d.ts.map +1 -1
- package/dist/schemas/values/invoice-type-code-schema.d.ts +2 -3
- package/dist/schemas/values/invoice-type-code-schema.d.ts.map +1 -1
- package/dist/schemas/values/item-classification-code-schema.d.ts +2 -3
- package/dist/schemas/values/item-classification-code-schema.d.ts.map +1 -1
- package/dist/schemas/values/mime-code.d.ts +2 -3
- package/dist/schemas/values/mime-code.d.ts.map +1 -1
- package/dist/schemas/values/op-status-action.d.ts +2 -3
- package/dist/schemas/values/op-status-action.d.ts.map +1 -1
- package/dist/schemas/values/op-status-reason.d.ts +2 -3
- package/dist/schemas/values/op-status-reason.d.ts.map +1 -1
- package/dist/schemas/values/participant-identifier-code.d.ts +2 -3
- package/dist/schemas/values/participant-identifier-code.d.ts.map +1 -1
- package/dist/schemas/values/payment-means-codes-schema.d.ts +2 -3
- package/dist/schemas/values/payment-means-codes-schema.d.ts.map +1 -1
- package/dist/schemas/values/process-from-document-type-schema.d.ts +1 -2
- package/dist/schemas/values/process-from-document-type-schema.d.ts.map +1 -1
- package/dist/schemas/values/process-schema.d.ts +2 -3
- package/dist/schemas/values/process-schema.d.ts.map +1 -1
- package/dist/schemas/values/process-schema.js +1 -1
- package/dist/schemas/values/process-xml-identifier-schema.d.ts +1 -2
- package/dist/schemas/values/process-xml-identifier-schema.d.ts.map +1 -1
- package/dist/schemas/values/process-xml-identifier-schema.js +1 -1
- package/dist/schemas/values/quantity-unit-codes-schema.d.ts +2 -3
- package/dist/schemas/values/quantity-unit-codes-schema.d.ts.map +1 -1
- package/dist/schemas/values/vat-date-code.d.ts +2 -3
- package/dist/schemas/values/vat-date-code.d.ts.map +1 -1
- package/dist/schemas/values/vatex-code.d.ts +2 -3
- package/dist/schemas/values/vatex-code.d.ts.map +1 -1
- package/dist/schemas.d.ts +11 -11
- package/dist/schemas.js +7 -7
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-01.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-02.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-03.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-04.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-05.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-06.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-07.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-08.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-09.d.ts.map +1 -1
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts +1 -2
- package/dist/schematron/cen/ae/cen-en16931-br-ae-10.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-01.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-02.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-03.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-04.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-05.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-06.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-07.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-08.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-09.d.ts.map +1 -1
- package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts +1 -2
- package/dist/schematron/cen/af/cen-en16931-br-af-10.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-01.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-02.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-03.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-04.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-05.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-06.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-07.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-08.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-09.d.ts.map +1 -1
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts +1 -2
- package/dist/schematron/cen/ag/cen-en16931-br-ag-10.d.ts.map +1 -1
- package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts +1 -2
- package/dist/schematron/cen/b/cen-en16931-br-b-01.d.ts.map +1 -1
- package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts +1 -2
- package/dist/schematron/cen/b/cen-en16931-br-b-02.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-01.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-01.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-02.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-02.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-03.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-03.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-04.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-04.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-05.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-05.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-06.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-06.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-07.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-07.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-08.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-08.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-09.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-09.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-10.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-10.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-11.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-11.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-12.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-12.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-13.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-13.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-14.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-14.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-15.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-15.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-16.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-16.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-17.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-17.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-18.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-18.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-19.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-19.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-20.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-20.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-21.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-21.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-22.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-22.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-23.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-23.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-24.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-24.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-25.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-25.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-26.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-26.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-27.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-27.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-28.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-28.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-29.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-29.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-30.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-30.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-31.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-31.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-32.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-32.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-33.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-33.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-36.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-36.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-37.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-37.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-38.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-38.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-41.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-41.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-42.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-42.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-43.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-43.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-44.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-44.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-45.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-45.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-46.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-46.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-47.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-47.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-48.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-48.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-49.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-49.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-50.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-50.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-51.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-51.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-52.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-52.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-53.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-53.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-54.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-54.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-55.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-55.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-56.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-56.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-57.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-57.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-61.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-61.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-62.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-62.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-63.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-63.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-64.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-64.d.ts.map +1 -1
- package/dist/schematron/cen/cen-en16931-br-65.d.ts +1 -2
- package/dist/schematron/cen/cen-en16931-br-65.d.ts.map +1 -1
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts +1 -2
- package/dist/schematron/cen/cl/cen-en16931-br-cl-08.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-03.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-04.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-05.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-06.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-07.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-08.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-09.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-10.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-11.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-12.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-13.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-14.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-15.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-16.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-17.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-18.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-19.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-20.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-21.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-22.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-23.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-24.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-25.d.ts.map +1 -1
- package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts +1 -2
- package/dist/schematron/cen/co/cen-en16931-br-co-26.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-01.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-02.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-05.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-06.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-09.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-10.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-11.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-12.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-13.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-14.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-15.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-16.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-17.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-18.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-19.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-20.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-23.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-24.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-25.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-27.d.ts.map +1 -1
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts +1 -2
- package/dist/schematron/cen/dec/cen-en16931-br-dec-28.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-01.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-02.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-03.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-04.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-05.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-06.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-07.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-08.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-09.d.ts.map +1 -1
- package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts +1 -2
- package/dist/schematron/cen/e/cen-en16931-br-e-10.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-01.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-02.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-03.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-04.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-05.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-06.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-07.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-08.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-09.d.ts.map +1 -1
- package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts +1 -2
- package/dist/schematron/cen/g/cen-en16931-br-g-10.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-01.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-02.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-03.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-04.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-05.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-06.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-07.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-08.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-09.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-10.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-11.d.ts.map +1 -1
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts +1 -2
- package/dist/schematron/cen/ic/cen-en16931-br-ic-12.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-01.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-02.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-03.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-04.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-05.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-06.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-07.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-08.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-09.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-10.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-11.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-12.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-13.d.ts.map +1 -1
- package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts +1 -2
- package/dist/schematron/cen/o/cen-en16931-br-o-14.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-01.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-02.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-03.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-04.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-05.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-06.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-07.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-08.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-09.d.ts.map +1 -1
- package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts +1 -2
- package/dist/schematron/cen/s/cen-en16931-br-s-10.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-01.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-02.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-03.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-04.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-05.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-06.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-07.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-08.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-09.d.ts.map +1 -1
- package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts +1 -2
- package/dist/schematron/cen/z/cen-en16931-br-z-10.d.ts.map +1 -1
- package/dist/schematron/de/de-r-001.d.ts +1 -2
- package/dist/schematron/de/de-r-001.d.ts.map +1 -1
- package/dist/schematron/de/de-r-002.d.ts +1 -2
- package/dist/schematron/de/de-r-002.d.ts.map +1 -1
- package/dist/schematron/de/de-r-003.d.ts +1 -2
- package/dist/schematron/de/de-r-003.d.ts.map +1 -1
- package/dist/schematron/de/de-r-004.d.ts +1 -2
- package/dist/schematron/de/de-r-004.d.ts.map +1 -1
- package/dist/schematron/de/de-r-005.d.ts +1 -2
- package/dist/schematron/de/de-r-005.d.ts.map +1 -1
- package/dist/schematron/de/de-r-006.d.ts +1 -2
- package/dist/schematron/de/de-r-006.d.ts.map +1 -1
- package/dist/schematron/de/de-r-007.d.ts +1 -2
- package/dist/schematron/de/de-r-007.d.ts.map +1 -1
- package/dist/schematron/de/de-r-008.d.ts +1 -2
- package/dist/schematron/de/de-r-008.d.ts.map +1 -1
- package/dist/schematron/de/de-r-009.d.ts +1 -2
- package/dist/schematron/de/de-r-009.d.ts.map +1 -1
- package/dist/schematron/de/de-r-010.d.ts +1 -2
- package/dist/schematron/de/de-r-010.d.ts.map +1 -1
- package/dist/schematron/de/de-r-011.d.ts +1 -2
- package/dist/schematron/de/de-r-011.d.ts.map +1 -1
- package/dist/schematron/de/de-r-014.d.ts +1 -2
- package/dist/schematron/de/de-r-014.d.ts.map +1 -1
- package/dist/schematron/de/de-r-015.d.ts +1 -2
- package/dist/schematron/de/de-r-015.d.ts.map +1 -1
- package/dist/schematron/de/de-r-016.d.ts +1 -2
- package/dist/schematron/de/de-r-016.d.ts.map +1 -1
- package/dist/schematron/de/de-r-017.d.ts +1 -2
- package/dist/schematron/de/de-r-017.d.ts.map +1 -1
- package/dist/schematron/de/de-r-018.d.ts +1 -2
- package/dist/schematron/de/de-r-018.d.ts.map +1 -1
- package/dist/schematron/de/de-r-019.d.ts +1 -2
- package/dist/schematron/de/de-r-019.d.ts.map +1 -1
- package/dist/schematron/de/de-r-020.d.ts +1 -2
- package/dist/schematron/de/de-r-020.d.ts.map +1 -1
- package/dist/schematron/de/de-r-022.d.ts +1 -2
- package/dist/schematron/de/de-r-022.d.ts.map +1 -1
- package/dist/schematron/de/de-r-023-1.d.ts +1 -2
- package/dist/schematron/de/de-r-023-1.d.ts.map +1 -1
- package/dist/schematron/de/de-r-023-2.d.ts +1 -2
- package/dist/schematron/de/de-r-023-2.d.ts.map +1 -1
- package/dist/schematron/de/de-r-024-1.d.ts +1 -2
- package/dist/schematron/de/de-r-024-1.d.ts.map +1 -1
- package/dist/schematron/de/de-r-024-2.d.ts +1 -2
- package/dist/schematron/de/de-r-024-2.d.ts.map +1 -1
- package/dist/schematron/de/de-r-025-1.d.ts +1 -2
- package/dist/schematron/de/de-r-025-1.d.ts.map +1 -1
- package/dist/schematron/de/de-r-025-2.d.ts +1 -2
- package/dist/schematron/de/de-r-025-2.d.ts.map +1 -1
- package/dist/schematron/de/de-r-026.d.ts +1 -2
- package/dist/schematron/de/de-r-026.d.ts.map +1 -1
- package/dist/schematron/de/de-r-027.d.ts +1 -2
- package/dist/schematron/de/de-r-027.d.ts.map +1 -1
- package/dist/schematron/de/de-r-028.d.ts +1 -2
- package/dist/schematron/de/de-r-028.d.ts.map +1 -1
- package/dist/schematron/de/de-r-030.d.ts +1 -2
- package/dist/schematron/de/de-r-030.d.ts.map +1 -1
- package/dist/schematron/de/de-r-031.d.ts +1 -2
- package/dist/schematron/de/de-r-031.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-002.d.ts +1 -2
- package/dist/schematron/dk/dk-r-002.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-003.d.ts +1 -2
- package/dist/schematron/dk/dk-r-003.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-004.d.ts +1 -2
- package/dist/schematron/dk/dk-r-004.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-005.d.ts +1 -2
- package/dist/schematron/dk/dk-r-005.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-006.d.ts +1 -2
- package/dist/schematron/dk/dk-r-006.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-007.d.ts +1 -2
- package/dist/schematron/dk/dk-r-007.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-008.d.ts +1 -2
- package/dist/schematron/dk/dk-r-008.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-009.d.ts +1 -2
- package/dist/schematron/dk/dk-r-009.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-010.d.ts +1 -2
- package/dist/schematron/dk/dk-r-010.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-011.d.ts +1 -2
- package/dist/schematron/dk/dk-r-011.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-013.d.ts +1 -2
- package/dist/schematron/dk/dk-r-013.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-014.d.ts +1 -2
- package/dist/schematron/dk/dk-r-014.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-016.d.ts +1 -2
- package/dist/schematron/dk/dk-r-016.d.ts.map +1 -1
- package/dist/schematron/dk/dk-r-017.d.ts +1 -2
- package/dist/schematron/dk/dk-r-017.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-001-1.d.ts +1 -2
- package/dist/schematron/gr/gr-r-001-1.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-001-2.d.ts +1 -2
- package/dist/schematron/gr/gr-r-001-2.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-001-3.d.ts +1 -2
- package/dist/schematron/gr/gr-r-001-3.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-001-4.d.ts +1 -2
- package/dist/schematron/gr/gr-r-001-4.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-001-5.d.ts +1 -2
- package/dist/schematron/gr/gr-r-001-5.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-001-6.d.ts +1 -2
- package/dist/schematron/gr/gr-r-001-6.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-001-7.d.ts +1 -2
- package/dist/schematron/gr/gr-r-001-7.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-002.d.ts +1 -2
- package/dist/schematron/gr/gr-r-002.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-003.d.ts +1 -2
- package/dist/schematron/gr/gr-r-003.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-004-1.d.ts +1 -2
- package/dist/schematron/gr/gr-r-004-1.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-004-2.d.ts +1 -2
- package/dist/schematron/gr/gr-r-004-2.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-005.d.ts +1 -2
- package/dist/schematron/gr/gr-r-005.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-006.d.ts +1 -2
- package/dist/schematron/gr/gr-r-006.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-008-2.d.ts +1 -2
- package/dist/schematron/gr/gr-r-008-2.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-008-3.d.ts +1 -2
- package/dist/schematron/gr/gr-r-008-3.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-009.d.ts +1 -2
- package/dist/schematron/gr/gr-r-009.d.ts.map +1 -1
- package/dist/schematron/gr/gr-r-010.d.ts +1 -2
- package/dist/schematron/gr/gr-r-010.d.ts.map +1 -1
- package/dist/schematron/gr/gr-s-008-1.d.ts +1 -2
- package/dist/schematron/gr/gr-s-008-1.d.ts.map +1 -1
- package/dist/schematron/gr/gr-s-011.d.ts +1 -2
- package/dist/schematron/gr/gr-s-011.d.ts.map +1 -1
- package/dist/schematron/is/is-r-001.d.ts +1 -2
- package/dist/schematron/is/is-r-001.d.ts.map +1 -1
- package/dist/schematron/is/is-r-002.d.ts +1 -2
- package/dist/schematron/is/is-r-002.d.ts.map +1 -1
- package/dist/schematron/is/is-r-003.d.ts +1 -2
- package/dist/schematron/is/is-r-003.d.ts.map +1 -1
- package/dist/schematron/is/is-r-004.d.ts +1 -2
- package/dist/schematron/is/is-r-004.d.ts.map +1 -1
- package/dist/schematron/is/is-r-005.d.ts +1 -2
- package/dist/schematron/is/is-r-005.d.ts.map +1 -1
- package/dist/schematron/is/is-r-006.d.ts +1 -2
- package/dist/schematron/is/is-r-006.d.ts.map +1 -1
- package/dist/schematron/is/is-r-007.d.ts +1 -2
- package/dist/schematron/is/is-r-007.d.ts.map +1 -1
- package/dist/schematron/is/is-r-008.d.ts +1 -2
- package/dist/schematron/is/is-r-008.d.ts.map +1 -1
- package/dist/schematron/is/is-r-009.d.ts +1 -2
- package/dist/schematron/is/is-r-009.d.ts.map +1 -1
- package/dist/schematron/is/is-r-010.d.ts +1 -2
- package/dist/schematron/is/is-r-010.d.ts.map +1 -1
- package/dist/schematron/it/it-r-001.d.ts +1 -2
- package/dist/schematron/it/it-r-001.d.ts.map +1 -1
- package/dist/schematron/it/it-r-002.d.ts +1 -2
- package/dist/schematron/it/it-r-002.d.ts.map +1 -1
- package/dist/schematron/it/it-r-003.d.ts +1 -2
- package/dist/schematron/it/it-r-003.d.ts.map +1 -1
- package/dist/schematron/it/it-r-004.d.ts +1 -2
- package/dist/schematron/it/it-r-004.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-001.d.ts +1 -2
- package/dist/schematron/nl/nl-r-001.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-002.d.ts +1 -2
- package/dist/schematron/nl/nl-r-002.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-003.d.ts +1 -2
- package/dist/schematron/nl/nl-r-003.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-004.d.ts +1 -2
- package/dist/schematron/nl/nl-r-004.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-005.d.ts +1 -2
- package/dist/schematron/nl/nl-r-005.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-006.d.ts +1 -2
- package/dist/schematron/nl/nl-r-006.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-007.d.ts +1 -2
- package/dist/schematron/nl/nl-r-007.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-008.d.ts +1 -2
- package/dist/schematron/nl/nl-r-008.d.ts.map +1 -1
- package/dist/schematron/nl/nl-r-009.d.ts +1 -2
- package/dist/schematron/nl/nl-r-009.d.ts.map +1 -1
- package/dist/schematron/no/no-r-001.d.ts +1 -2
- package/dist/schematron/no/no-r-001.d.ts.map +1 -1
- package/dist/schematron/no/no-r-002.d.ts +1 -2
- package/dist/schematron/no/no-r-002.d.ts.map +1 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts +1 -2
- package/dist/schematron/peppol/cl/peppol-en16931-cl001.d.ts.map +1 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts +1 -2
- package/dist/schematron/peppol/cl/peppol-en16931-cl002.d.ts.map +1 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts +1 -2
- package/dist/schematron/peppol/cl/peppol-en16931-cl003.d.ts.map +1 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts +1 -2
- package/dist/schematron/peppol/cl/peppol-en16931-cl006.d.ts.map +1 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts +1 -2
- package/dist/schematron/peppol/cl/peppol-en16931-cl007.d.ts.map +1 -1
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts +1 -2
- package/dist/schematron/peppol/cl/peppol-en16931-cl008.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r040.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r040.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r041.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r041.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r042.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r042.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r043.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r043.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r044.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r044.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r045.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r045.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r046.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r046.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r047.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r047.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r049.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r049.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r050.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r050.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r052.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r052.d.ts.map +1 -1
- package/dist/schematron/peppol/common/peppol-common-r053.d.ts +1 -2
- package/dist/schematron/peppol/common/peppol-common-r053.d.ts.map +1 -1
- package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts +1 -2
- package/dist/schematron/peppol/f/peppol-en16931-f001.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0100.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0101.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0104.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0105.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0106.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0107.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0108.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0109.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0110.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0111.d.ts.map +1 -1
- package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts +1 -2
- package/dist/schematron/peppol/p/peppol-en16931-p0112.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r001.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r002.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r003.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r004.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r005.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r007.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r008.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r010.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r020.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r040.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r041.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r042.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r043.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r044.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r046.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r051.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r053.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r054.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r055.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r061.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r100.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r101.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r110.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r111.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r120.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r121.d.ts.map +1 -1
- package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts +1 -2
- package/dist/schematron/peppol/r/peppol-en16931-r130.d.ts.map +1 -1
- package/dist/schematron/se/se-r-001.d.ts +1 -2
- package/dist/schematron/se/se-r-001.d.ts.map +1 -1
- package/dist/schematron/se/se-r-002.d.ts +1 -2
- package/dist/schematron/se/se-r-002.d.ts.map +1 -1
- package/dist/schematron/se/se-r-003.d.ts +1 -2
- package/dist/schematron/se/se-r-003.d.ts.map +1 -1
- package/dist/schematron/se/se-r-004.d.ts +1 -2
- package/dist/schematron/se/se-r-004.d.ts.map +1 -1
- package/dist/schematron/se/se-r-005.d.ts +1 -2
- package/dist/schematron/se/se-r-005.d.ts.map +1 -1
- package/dist/schematron/se/se-r-006.d.ts +1 -2
- package/dist/schematron/se/se-r-006.d.ts.map +1 -1
- package/dist/schematron/se/se-r-007.d.ts +1 -2
- package/dist/schematron/se/se-r-007.d.ts.map +1 -1
- package/dist/schematron/se/se-r-008.d.ts +1 -2
- package/dist/schematron/se/se-r-008.d.ts.map +1 -1
- package/dist/schematron/se/se-r-009.d.ts +1 -2
- package/dist/schematron/se/se-r-009.d.ts.map +1 -1
- package/dist/schematron/se/se-r-010.d.ts +1 -2
- package/dist/schematron/se/se-r-010.d.ts.map +1 -1
- package/dist/schematron/se/se-r-011.d.ts +1 -2
- package/dist/schematron/se/se-r-011.d.ts.map +1 -1
- package/dist/schematron/se/se-r-012.d.ts +1 -2
- package/dist/schematron/se/se-r-012.d.ts.map +1 -1
- package/dist/schematron/se/se-r-013.d.ts +1 -2
- package/dist/schematron/se/se-r-013.d.ts.map +1 -1
- package/dist/schematron/types.d.ts +2 -3
- package/dist/schematron/types.d.ts.map +1 -1
- package/dist/values/additional-document-reference-codes.generated.d.ts +3 -4
- package/dist/values/additional-document-reference-codes.generated.d.ts.map +1 -1
- package/dist/values/allowance-charge-reason-codes.generated.d.ts +3 -4
- package/dist/values/allowance-charge-reason-codes.generated.d.ts.map +1 -1
- package/dist/values/application-response-type-codes.generated.d.ts +3 -4
- package/dist/values/application-response-type-codes.generated.d.ts.map +1 -1
- package/dist/values/charge-reason-codes.generated.d.ts +3 -4
- package/dist/values/charge-reason-codes.generated.d.ts.map +1 -1
- package/dist/values/country-code.generated.d.ts +3 -4
- package/dist/values/country-code.generated.d.ts.map +1 -1
- package/dist/values/credit-notes-type-codes.generated.d.ts +3 -4
- package/dist/values/credit-notes-type-codes.generated.d.ts.map +1 -1
- package/dist/values/currency-code.generated.d.ts +3 -4
- package/dist/values/currency-code.generated.d.ts.map +1 -1
- package/dist/values/document-type-codes.generated.d.ts +3 -4
- package/dist/values/document-type-codes.generated.d.ts.map +1 -1
- package/dist/values/document-type.generated.d.ts +7 -8
- package/dist/values/document-type.generated.d.ts.map +1 -1
- package/dist/values/duty-tax-fee-categories.generated.d.ts +3 -4
- package/dist/values/duty-tax-fee-categories.generated.d.ts.map +1 -1
- package/dist/values/eas-codes.generated.d.ts +3 -4
- package/dist/values/eas-codes.generated.d.ts.map +1 -1
- package/dist/values/icd-codes.generated.d.ts +3 -4
- package/dist/values/icd-codes.generated.d.ts.map +1 -1
- package/dist/values/invoice-status-codes.generated.d.ts +3 -4
- package/dist/values/invoice-status-codes.generated.d.ts.map +1 -1
- package/dist/values/invoice-type-codes.generated.d.ts +3 -4
- package/dist/values/invoice-type-codes.generated.d.ts.map +1 -1
- package/dist/values/item-classification-code.generated.d.ts +3 -4
- package/dist/values/item-classification-code.generated.d.ts.map +1 -1
- package/dist/values/mime-codes.generated.d.ts +3 -4
- package/dist/values/mime-codes.generated.d.ts.map +1 -1
- package/dist/values/op-status-action.generated.d.ts +3 -4
- package/dist/values/op-status-action.generated.d.ts.map +1 -1
- package/dist/values/op-status-reason.generated.d.ts +3 -4
- package/dist/values/op-status-reason.generated.d.ts.map +1 -1
- package/dist/values/participant-identifier-schemes.generated.d.ts +5 -6
- package/dist/values/participant-identifier-schemes.generated.d.ts.map +1 -1
- package/dist/values/payment-means-codes.generated.d.ts +3 -4
- package/dist/values/payment-means-codes.generated.d.ts.map +1 -1
- package/dist/values/processes.generated.d.ts +6 -7
- package/dist/values/processes.generated.d.ts.map +1 -1
- package/dist/values/quantity-unit-codes.generated.d.ts +3 -4
- package/dist/values/quantity-unit-codes.generated.d.ts.map +1 -1
- package/dist/values/vat-dates.generated.d.ts +3 -4
- package/dist/values/vat-dates.generated.d.ts.map +1 -1
- package/dist/values/vatex-codes.generated.d.ts +3 -4
- package/dist/values/vatex-codes.generated.d.ts.map +1 -1
- package/dist/xml/builder-options.d.ts +1 -2
- package/dist/xml/builder-options.d.ts.map +1 -1
- package/dist/xml/parser-options.d.ts +1 -2
- package/dist/xml/parser-options.d.ts.map +1 -1
- package/package.json +78 -34
- package/scripts/generate-translations.ts +73 -0
- package/src/constants/participant-scheme.ts +5 -1
- package/src/decoders/fields/decode-allowance-charges.ts +2 -10
- package/src/decoders/fields/decode-base-allowance-charge.ts +17 -0
- package/src/decoders/fields/decode-contact.ts +17 -0
- package/src/decoders/fields/decode-invoice-message-party.ts +2 -25
- package/src/decoders/fields/decode-line-allowance-charges.ts +2 -15
- package/src/decoders/fields/decode-party-legal-entity.ts +18 -0
- package/src/decoders/fields/decode-party.ts +2 -24
- package/src/decoders/fields/encode-contact.ts +7 -0
- package/src/decoders/fields/encode-message-party.ts +2 -16
- package/src/decoders/fields/encode-party-legal-entity.ts +13 -0
- package/src/decoders/fields/encode-party.ts +2 -16
- package/src/effect/fields/default-customization-id.ts +1 -0
- package/src/effect/fields/default-profile-id.ts +1 -0
- package/src/effect/fields/identifier-schema.ts +23 -0
- package/src/effect/fields/peppol-additional-document-reference-schema.ts +115 -0
- package/src/effect/fields/peppol-address-schema.ts +105 -0
- package/src/effect/fields/peppol-allowance-charge-schema.ts +97 -0
- package/src/effect/fields/peppol-amount-schema.ts +21 -0
- package/src/effect/fields/peppol-base-line-schema.ts +138 -0
- package/src/effect/fields/peppol-billing-reference-schema.ts +47 -0
- package/src/effect/fields/peppol-binary-object-schema.ts +51 -0
- package/src/effect/fields/peppol-contact-schema.ts +18 -0
- package/src/effect/fields/peppol-credit-note-line-schema.ts +42 -0
- package/src/effect/fields/peppol-delivery-schema.ts +100 -0
- package/src/effect/fields/peppol-invoice-line-period-schema.ts +34 -0
- package/src/effect/fields/peppol-invoice-line-schema.ts +46 -0
- package/src/effect/fields/peppol-invoice-period-schema.ts +31 -0
- package/src/effect/fields/peppol-item-classification-schema.ts +45 -0
- package/src/effect/fields/peppol-legal-monetary-total-schema.ts +126 -0
- package/src/effect/fields/peppol-line-allowance-charge-schema.ts +66 -0
- package/src/effect/fields/peppol-line-item-schema.ts +186 -0
- package/src/effect/fields/peppol-line-price-allowance-charge-schema.ts +38 -0
- package/src/effect/fields/peppol-line-price-schema.ts +31 -0
- package/src/effect/fields/peppol-order-reference-schema.ts +36 -0
- package/src/effect/fields/peppol-party-base-schema.ts +137 -0
- package/src/effect/fields/peppol-party-legal-entity-schema.ts +29 -0
- package/src/effect/fields/peppol-party-tax-scheme-schema.ts +33 -0
- package/src/effect/fields/peppol-payee-party-schema.ts +113 -0
- package/src/effect/fields/peppol-payment-means-schema.ts +210 -0
- package/src/effect/fields/peppol-payment-terms-schema.ts +23 -0
- package/src/effect/fields/peppol-quantity-schema.ts +21 -0
- package/src/effect/fields/peppol-reference-schema.ts +5 -0
- package/src/effect/fields/peppol-tax-category-schema.ts +42 -0
- package/src/effect/fields/peppol-tax-representative-schema.ts +23 -0
- package/src/effect/fields/peppol-tax-subtotal-category-schema.ts +29 -0
- package/src/effect/fields/peppol-tax-subtotal-schema.ts +32 -0
- package/src/effect/fields/peppol-tax-totals-base-schema.ts +25 -0
- package/src/effect/index.ts +56 -0
- package/src/effect/peppol-billing-base-schema.ts +357 -0
- package/src/effect/peppol-credit-note-schema.ts +31 -0
- package/src/effect/peppol-document-response-document-reference-schema.ts +38 -0
- package/src/effect/peppol-document-response-document-schema.ts +35 -0
- package/src/effect/peppol-document-response-line-response-content-schema.ts +44 -0
- package/src/effect/peppol-document-response-line-response-schema.ts +33 -0
- package/src/effect/peppol-document-schema.ts +107 -0
- package/src/effect/peppol-invoice-response-document-actual-response-schema.ts +74 -0
- package/src/effect/peppol-invoice-response-document-actual-response-status-schema.ts +60 -0
- package/src/effect/peppol-invoice-response-schema.ts +169 -0
- package/src/effect/peppol-invoice-response-status-reason-code-schema.ts +31 -0
- package/src/effect/peppol-invoice-schema.ts +48 -0
- package/src/effect/peppol-iso-date-string-schema.ts +13 -0
- package/src/effect/peppol-message-level-response-document-response-schema.ts +33 -0
- package/src/effect/peppol-message-level-response-party-schema.ts +19 -0
- package/src/effect/peppol-message-level-response-schema.ts +98 -0
- package/src/effect/utils/format-quantity-with-unit.ts +1 -0
- package/src/effect/utils/get-credit-note-type-code-description.ts +1 -0
- package/src/effect/utils/get-invoice-type-code-description.ts +1 -0
- package/src/effect/utils/index.ts +10 -0
- package/src/effect/utils/is-valid-credit-note-type-code.ts +1 -0
- package/src/effect/utils/is-valid-invoice-type-code.ts +1 -0
- package/src/effect/utils/is-valid-process.ts +1 -0
- package/src/effect/utils/peppol-base-64-schema.ts +33 -0
- package/src/effect/utils/peppol-vat-regex-schema.ts +51 -0
- package/src/effect/utils/peppol-xsd-time-schema.ts +13 -0
- package/src/effect/utils/quantity-unit-code-to-intl-unit.ts +2 -0
- package/src/effect/values/additional-document-reference-code-schema.ts +28 -0
- package/src/effect/values/allowance-charge-reason-code-schema.ts +30 -0
- package/src/effect/values/application-response-type-code-schema.ts +26 -0
- package/src/effect/values/charge-reason-code-schema.ts +30 -0
- package/src/effect/values/credit-note-type-code-schema.ts +26 -0
- package/src/effect/values/currency-code-schema.ts +36 -0
- package/src/effect/values/document-type-schemes-schema.ts +16 -0
- package/src/effect/values/document-type-values-schema.ts +17 -0
- package/src/effect/values/duty-tax-fee-category-schema.ts +29 -0
- package/src/effect/values/electronic-codes-schema.ts +36 -0
- package/src/effect/values/icd-codes-schema.ts +28 -0
- package/src/effect/values/index.ts +28 -0
- package/src/effect/values/invoice-status-code-schema.ts +23 -0
- package/src/effect/values/invoice-type-code-schema.ts +26 -0
- package/src/effect/values/item-classification-codes-schema.ts +29 -0
- package/src/effect/values/mime-codes-schema.ts +29 -0
- package/src/effect/values/op-status-action-schema.ts +26 -0
- package/src/effect/values/op-status-reason-schema.ts +26 -0
- package/src/effect/values/participant-identifier-code-schema.ts +24 -0
- package/src/effect/values/payment-means-code-schema.ts +37 -0
- package/src/effect/values/peppol-country-code-schema.ts +32 -0
- package/src/effect/values/peppol-document-type-code-schema.ts +26 -0
- package/src/effect/values/peppol-document-type-schema.ts +31 -0
- package/src/effect/values/peppol-process-schema.ts +30 -0
- package/src/effect/values/process-from-document-type-schema.ts +26 -0
- package/src/effect/values/process-xml-identifier-schema.ts +21 -0
- package/src/effect/values/quantity-unit-codes-schema.ts +29 -0
- package/src/effect/values/vat-date-code-schema.ts +16 -0
- package/src/effect/values/vatex-code-schema.ts +29 -0
- package/src/invoice-response-codes/invoice-response-codes-order.ts +2 -4
- package/src/schemas/utils/vat-regex.ts +1 -1
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/object.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/type.d.ts +0 -13
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/internal/type.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/is-never.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/keys-of-union.d.ts.map +0 -1
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/primitive.d.ts +0 -10
- package/dist/node_modules/.pnpm/type-fest@5.8.0/node_modules/type-fest/source/union-to-intersection.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { isValidInvoiceTypeCode } from '#/schemas/utils/is-valid-invoice-type-code';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { isValidProcess } from '#/schemas/utils/is-valid-process';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
// RFC 4648 §4 — Base 64 Encoding
|
|
4
|
+
//
|
|
5
|
+
// Alphabet: A-Z a-z 0-9 + / (pad: =)
|
|
6
|
+
// Encoding quanta: 4 characters represent 3 bytes.
|
|
7
|
+
// Padding rules (only at the very end):
|
|
8
|
+
// • 0 pad chars → last quantum is xxxx (input length % 3 === 0)
|
|
9
|
+
// • 1 pad char → last quantum is xxx= (input length % 3 === 2)
|
|
10
|
+
// • 2 pad chars → last quantum is xx== (input length % 3 === 1)
|
|
11
|
+
//
|
|
12
|
+
// §3.1: CRLF / LF line endings are treated as non-alphabet characters
|
|
13
|
+
// and stripped before validation (as in PEM / MIME / XML).
|
|
14
|
+
// §3.3: Implementations MUST reject data with non-alphabet characters
|
|
15
|
+
// (other than the allowed line endings stripped above).
|
|
16
|
+
//
|
|
17
|
+
// The regex below encodes all three quantum variants in a single pass:
|
|
18
|
+
// ([A-Za-z0-9+/]{4})* — zero or more full quanta (no padding)
|
|
19
|
+
// followed by one of:
|
|
20
|
+
// [A-Za-z0-9+/]{2}== — 2-pad quantum (1 remaining input byte)
|
|
21
|
+
// [A-Za-z0-9+/]{3}= — 1-pad quantum (2 remaining input bytes)
|
|
22
|
+
// (empty) — no trailing partial quantum
|
|
23
|
+
const BASE64_RE = /^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @description RFC 4648 base64 string (PEM / MIME / XML line endings tolerated). Effect port of `base64Schema` (`z.string().check(z.refine(...))`): strips CRLF /
|
|
27
|
+
* LF line endings before testing the quantum regex.
|
|
28
|
+
*/
|
|
29
|
+
export const peppolBase64Schema = Schema.String.check(Schema.makeFilter((val: string) => BASE64_RE.test(val.replace(/\r?\n/g, '')))).annotate({
|
|
30
|
+
message: 'Invalid base64',
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export type Base64 = typeof peppolBase64Schema.Type;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { isValidMod97_0208 } from '#/peppol-validations/is-valid-mod97-0208';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @description Belgian VAT number (`BE` + 10 digits with mod 97-0208 check digits). Effect port of the `BE` member of `vatRegexSchema`: prefix, exact length,
|
|
7
|
+
* pattern, and mod 97 check-digit validation share the original `'Invalid belgian vat number'` message.
|
|
8
|
+
*/
|
|
9
|
+
const belgianVat = Schema.String.check(
|
|
10
|
+
Schema.isStartsWith('BE'),
|
|
11
|
+
Schema.isLengthBetween(12, 12),
|
|
12
|
+
Schema.isPattern(/^BE[01]\d{9}$/),
|
|
13
|
+
Schema.makeFilter((value: string) => isValidMod97_0208(value.substring(2)).success)
|
|
14
|
+
).annotate({ message: 'Invalid belgian vat number' });
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @description EU VAT identification number (one member per member-state prefix/pattern). Effect port of `vatRegexSchema` (`z.union([...])` of
|
|
18
|
+
* `z.string().check(...)` members): each member keeps its original prefix + pattern checks as `Schema.String.check` filters.
|
|
19
|
+
*/
|
|
20
|
+
export const peppolVatRegexSchema = Schema.Union([
|
|
21
|
+
belgianVat,
|
|
22
|
+
Schema.String.check(Schema.isStartsWith('AT'), Schema.isPattern(/^ATU\d{8}$/)),
|
|
23
|
+
Schema.String.check(Schema.isStartsWith('BG'), Schema.isPattern(/^BG\d{9,10}$/)),
|
|
24
|
+
Schema.String.check(Schema.isStartsWith('CY'), Schema.isPattern(/^CY\d{8}L$/)),
|
|
25
|
+
Schema.String.check(Schema.isStartsWith('CZ'), Schema.isPattern(/^CZ\d{8,10}$/)),
|
|
26
|
+
Schema.String.check(Schema.isStartsWith('DE'), Schema.isPattern(/^DE\d{9}$/)),
|
|
27
|
+
Schema.String.check(Schema.isStartsWith('DK'), Schema.isPattern(/^DK\d{8}$/)),
|
|
28
|
+
Schema.String.check(Schema.isStartsWith('EE'), Schema.isPattern(/^EE\d{9}$/)),
|
|
29
|
+
Schema.String.check(Schema.isStartsWith('EL'), Schema.isPattern(/^EL\d{9}$/)),
|
|
30
|
+
Schema.String.check(Schema.isStartsWith('GR'), Schema.isPattern(/^GR\d{9}$/)),
|
|
31
|
+
Schema.String.check(Schema.isStartsWith('ES'), Schema.isPattern(/^ES[0-9A-Z]\d{7}[0-9A-Z]$/)),
|
|
32
|
+
Schema.String.check(Schema.isStartsWith('FI'), Schema.isPattern(/^FI\d{8}$/)),
|
|
33
|
+
Schema.String.check(Schema.isStartsWith('FR'), Schema.isPattern(/^FR[0-9A-Z]{2}\d{9}$/)),
|
|
34
|
+
Schema.String.check(Schema.isStartsWith('GB'), Schema.isPattern(/^GB(\d{9}(\d{3})?|[A-Z]{2}\d{3})$/)),
|
|
35
|
+
Schema.String.check(Schema.isStartsWith('HU'), Schema.isPattern(/^HU\d{8}$/)),
|
|
36
|
+
Schema.String.check(Schema.isStartsWith('IE'), Schema.isPattern(/^IE\dS\d{5}L$/)),
|
|
37
|
+
Schema.String.check(Schema.isStartsWith('IT'), Schema.isPattern(/^IT\d{11}$/)),
|
|
38
|
+
Schema.String.check(Schema.isStartsWith('LT'), Schema.isPattern(/^LT(\d{9}|\d{12})$/)),
|
|
39
|
+
Schema.String.check(Schema.isStartsWith('LU'), Schema.isPattern(/^LU\d{8}$/)),
|
|
40
|
+
Schema.String.check(Schema.isStartsWith('LV'), Schema.isPattern(/^LV\d{11}$/)),
|
|
41
|
+
Schema.String.check(Schema.isStartsWith('MT'), Schema.isPattern(/^MT\d{8}$/)),
|
|
42
|
+
Schema.String.check(Schema.isStartsWith('NL'), Schema.isPattern(/^NL\d{9}B\d{2}$/)),
|
|
43
|
+
Schema.String.check(Schema.isStartsWith('PL'), Schema.isPattern(/^PL\d{10}$/)),
|
|
44
|
+
Schema.String.check(Schema.isStartsWith('PT'), Schema.isPattern(/^PT\d{9}$/)),
|
|
45
|
+
Schema.String.check(Schema.isStartsWith('RO'), Schema.isPattern(/^RO\d{2,10}$/)),
|
|
46
|
+
Schema.String.check(Schema.isStartsWith('SE'), Schema.isPattern(/^SE\d{12}$/)),
|
|
47
|
+
Schema.String.check(Schema.isStartsWith('SI'), Schema.isPattern(/^SI\d{8}$/)),
|
|
48
|
+
Schema.String.check(Schema.isStartsWith('SK'), Schema.isPattern(/^SK\d{10}$/)),
|
|
49
|
+
]);
|
|
50
|
+
|
|
51
|
+
export type VatRegex = typeof peppolVatRegexSchema.Type;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @description XSD `time` lexical value (`HH:MM:SS` with optional fractional seconds and timezone). Effect port of `xsdTime` (`z.string().check(z.regex(...))`):
|
|
5
|
+
* keeps the value as a plain string and only validates the shape.
|
|
6
|
+
*/
|
|
7
|
+
export const peppolXsdTimeSchema = Schema.String.check(
|
|
8
|
+
Schema.isPattern(
|
|
9
|
+
/^(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:\.\d{1,9})?(?:Z|-0[1-9]|-1\d|-2[0-3]|-00:?(?:0[1-9]|[1-5]\d)|\+[01]\d|\+2[0-3])?(?:|:?[0-5]\d)$/
|
|
10
|
+
)
|
|
11
|
+
).annotate({ message: 'Invalid ISO time' });
|
|
12
|
+
|
|
13
|
+
export type XsdTime = typeof peppolXsdTimeSchema.Type;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { AdditionalDocumentReferenceCodesKeys } from '#/values/additional-document-reference-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { additionalDocumentReferenceCodesKeys } from '#/values/additional-document-reference-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description Additional document reference.
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1153/
|
|
11
|
+
* @see {@link additionalDocumentReferenceCodesKeys}
|
|
12
|
+
*/
|
|
13
|
+
export type PeppolAdditionalDocumentReferenceCode = AdditionalDocumentReferenceCodesKeys;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @description Validates an additional document reference code against the PEPPOL subset of UNCL 1153 (reference qualifiers).
|
|
17
|
+
*
|
|
18
|
+
* @param error - The custom error message to use when validation fails. Defaults to the generic message.
|
|
19
|
+
*
|
|
20
|
+
* @returns An Effect schema that accepts only valid additional document reference codes.
|
|
21
|
+
*
|
|
22
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1153/
|
|
23
|
+
* @see {@link additionalDocumentReferenceCodesKeys}
|
|
24
|
+
*/
|
|
25
|
+
export function additionalDocumentReferenceCodeSchema(error?: string) {
|
|
26
|
+
const schema = Schema.Literals(additionalDocumentReferenceCodesKeys);
|
|
27
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
28
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { AllowanceChargeReasonCodesKeys } from '#/values/allowance-charge-reason-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { allowanceChargeReasonCodesKeys } from '#/values/allowance-charge-reason-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description An allowance or charge reason code as defined by the PEPPOL subset of UNCL 5189.
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5189/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolAllowanceChargeReasonCode = AllowanceChargeReasonCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates an allowance or charge reason code against the PEPPOL subset of UNCL 5189 (D.16B).
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid allowance/charge reason codes.
|
|
20
|
+
*
|
|
21
|
+
* @validations
|
|
22
|
+
* - PEPPOL-EN16931-CL002: Document allowance reason code MUST be according to the subset of UNCL 5189 D.16B.
|
|
23
|
+
*
|
|
24
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5189/
|
|
25
|
+
*/
|
|
26
|
+
export function allowanceChargeReasonCodeSchema(error?: string) {
|
|
27
|
+
// validate against PEPPOL-EN16931-CL002: Reason code MUST be according to subset of UNCL 5189 D.16B.
|
|
28
|
+
const schema = Schema.Literals(allowanceChargeReasonCodesKeys);
|
|
29
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
30
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { ApplicationResponseTypeCodesKeys } from '#/values/application-response-type-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { applicationResponseTypeCodesKeys } from '#/values/application-response-type-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description An application response type code as defined by the PEPPOL subset of UNCL 4343.
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolApplicationResponseTypeCode = ApplicationResponseTypeCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates an application response type code against the PEPPOL subset of UNCL 4343.
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid application response type codes.
|
|
20
|
+
*
|
|
21
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343/
|
|
22
|
+
*/
|
|
23
|
+
export function applicationResponseTypeCodeSchema(error?: string) {
|
|
24
|
+
const schema = Schema.Literals(applicationResponseTypeCodesKeys);
|
|
25
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { ChargeReasonCodesKeys } from '#/values/charge-reason-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { chargeReasonCodesKeys } from '#/values/charge-reason-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description A charge reason code as defined by the PEPPOL subset of UNCL 7161.
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7161/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolChargeReasonCode = ChargeReasonCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates a charge reason code against the PEPPOL subset of UNCL 7161 (D.16B).
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid charge reason codes.
|
|
20
|
+
*
|
|
21
|
+
* @validations
|
|
22
|
+
* - PEPPOL-EN16931-CL003: Charge reason code MUST be according to UNCL 7161 D.16B.
|
|
23
|
+
*
|
|
24
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7161/
|
|
25
|
+
*/
|
|
26
|
+
export function chargeReasonCodeSchema(error?: string) {
|
|
27
|
+
// validate against PEPPOL-EN16931-CL003: Reason code MUST be according to UNCL 7161 D.16B.
|
|
28
|
+
const schema = Schema.Literals(chargeReasonCodesKeys);
|
|
29
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
30
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { CreditNoteTypeCodesKeys } from '#/values/credit-notes-type-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { creditNoteTypeCodesKeys } from '#/values/credit-notes-type-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description A credit note type code as defined by the PEPPOL subset of UNCL 1001 (credit note).
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-cn/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolCreditNoteTypeCode = CreditNoteTypeCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates a credit note type code against the PEPPOL subset of UNCL 1001 (credit note).
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid credit note type codes.
|
|
20
|
+
*
|
|
21
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-cn/
|
|
22
|
+
*/
|
|
23
|
+
export function creditNoteTypeCodeSchema(error?: string) {
|
|
24
|
+
const schema = Schema.Literals(creditNoteTypeCodesKeys);
|
|
25
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
26
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description Currency codes as defined by ISO 4217.
|
|
3
|
+
*
|
|
4
|
+
* @see https://www.iso.org/iso-4217-currency-codes.html
|
|
5
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ISO4217/
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { Schema } from 'effect';
|
|
9
|
+
|
|
10
|
+
import type { CurrencyCodesKeys } from '#/values/currency-code.generated';
|
|
11
|
+
|
|
12
|
+
import { currencyCodesKeys } from '#/values/currency-code.generated';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description An ISO 4217 currency code as defined by the PEPPOL subset.
|
|
16
|
+
*
|
|
17
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ISO4217/
|
|
18
|
+
*/
|
|
19
|
+
export type PeppolCurrencyCode = CurrencyCodesKeys;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @description Validates an ISO 4217 currency code against the PEPPOL codelist.
|
|
23
|
+
*
|
|
24
|
+
* @param error - The custom error message to use when validation fails.
|
|
25
|
+
*
|
|
26
|
+
* @returns An Effect schema that accepts only valid currency codes.
|
|
27
|
+
*
|
|
28
|
+
* @validations
|
|
29
|
+
* - PEPPOL-EN16931-CL007: Currency codes MUST be valid ISO 4217 codes.
|
|
30
|
+
*
|
|
31
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ISO4217/
|
|
32
|
+
*/
|
|
33
|
+
export function currencyCodeSchema(error?: string) {
|
|
34
|
+
const schema = Schema.Literals(currencyCodesKeys);
|
|
35
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
36
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { documentTypesScheme } from '#/values/document-type.generated';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @description Validates a PEPPOL document type scheme (e.g. `busdox-docid-qns`, `peppol-doctype-wildcard`).
|
|
7
|
+
*
|
|
8
|
+
* @param error - The error message to use when validation fails. Defaults to `'invalid Peppol document type scheme'`.
|
|
9
|
+
*
|
|
10
|
+
* @returns An Effect schema that accepts only valid document type schemes.
|
|
11
|
+
*
|
|
12
|
+
* @see {@link documentTypesScheme}
|
|
13
|
+
*/
|
|
14
|
+
export function documentTypeSchemesSchema(error = 'invalid Peppol document type scheme') {
|
|
15
|
+
return Schema.Literals(documentTypesScheme as [string, ...Array<string>]).annotate({ message: error });
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { documentTypesTable } from '#/values/document-type.generated';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @description Validates the value part of a PEPPOL document type identifier (the portion after the scheme prefix) against the known document type table.
|
|
7
|
+
*
|
|
8
|
+
* @param error - The error message to use when validation fails. Defaults to `'invalid Peppol document type value'`.
|
|
9
|
+
*
|
|
10
|
+
* @returns An Effect schema that accepts only valid document type values.
|
|
11
|
+
*
|
|
12
|
+
* @see {@link documentTypesTable}
|
|
13
|
+
*/
|
|
14
|
+
export function documentTypeValuesSchema(error = 'invalid Peppol document type value') {
|
|
15
|
+
const values = Object.values(documentTypesTable).flat();
|
|
16
|
+
return Schema.String.check(Schema.makeFilter((val: string) => values.includes(val as never))).annotate({ message: error });
|
|
17
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { DutyTaxFeeCategoriesKeys } from '#/values/duty-tax-fee-categories.generated';
|
|
4
|
+
|
|
5
|
+
import { dutyTaxFeeCategoriesKeys } from '#/values/duty-tax-fee-categories.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description A duty, tax or fee category code as defined by the PEPPOL subset of UNCL 5305 (VAT category code).
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5305/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolDutyTaxFeeCategoryCode = DutyTaxFeeCategoriesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates a duty, tax or fee category code against the PEPPOL subset of UNCL 5305 (VAT category code).
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid duty/tax/fee category codes.
|
|
20
|
+
*
|
|
21
|
+
* @validations
|
|
22
|
+
* - BR-CL-17 / BR-CL-18: VAT category code MUST be a valid UNCL 5305 code.
|
|
23
|
+
*
|
|
24
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL5305/
|
|
25
|
+
*/
|
|
26
|
+
export function dutyTaxFeeCategorySchema(error?: string) {
|
|
27
|
+
const schema = Schema.Literals(dutyTaxFeeCategoriesKeys);
|
|
28
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
29
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module effect/values/eas-codes
|
|
3
|
+
* Electronic Address Scheme (EAS) codes as used in PEPPOL networks
|
|
4
|
+
* These codes identify the scheme used for electronic addresses of parties
|
|
5
|
+
*
|
|
6
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/
|
|
7
|
+
*/
|
|
8
|
+
import { Schema } from 'effect';
|
|
9
|
+
|
|
10
|
+
import type { ElectronicAddressCodesKeys } from '#/values/eas-codes.generated';
|
|
11
|
+
|
|
12
|
+
import { electronicAddressCodesKeys } from '#/values/eas-codes.generated';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description An electronic address scheme (EAS) code, identifying the scheme of an electronic address (e.g. `0088` for GLN).
|
|
16
|
+
*
|
|
17
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/
|
|
18
|
+
*/
|
|
19
|
+
export type PeppolElectronicAddressCode = ElectronicAddressCodesKeys;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @description Validates an electronic address scheme (EAS) code against the PEPPOL Electronic Address Identifier Scheme codelist.
|
|
23
|
+
*
|
|
24
|
+
* @param error - The custom error message to use when validation fails.
|
|
25
|
+
*
|
|
26
|
+
* @returns An Effect schema that accepts only valid electronic address scheme codes.
|
|
27
|
+
*
|
|
28
|
+
* @validations
|
|
29
|
+
* - PEPPOL-EN16931-CL008: Electronic address identifier scheme MUST be from the codelist "Electronic Address Identifier Scheme".
|
|
30
|
+
*
|
|
31
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/eas/
|
|
32
|
+
*/
|
|
33
|
+
export function electronicCodesSchema(error?: string) {
|
|
34
|
+
const schema = Schema.Literals(electronicAddressCodesKeys);
|
|
35
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
36
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { IcdCodesKeys } from '#/values/icd-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { icdCodesKeys } from '#/values/icd-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description An ISO 6523 ICD (International Code Designator) code identifying an identifier scheme.
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolIcdCode = IcdCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates an ISO 6523 ICD code against the PEPPOL codelist.
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails. Defaults to `'Invalid ICD code provided'`.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid ICD codes.
|
|
20
|
+
*
|
|
21
|
+
* @validations
|
|
22
|
+
* - BR-CL-10 / BR-CL-11 / BR-CL-21: Identifier scheme MUST be a valid ISO 6523 ICD code.
|
|
23
|
+
*
|
|
24
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/ICD/
|
|
25
|
+
*/
|
|
26
|
+
export function icdCodesSchema(error = 'Invalid ICD code provided') {
|
|
27
|
+
return Schema.Literals(icdCodesKeys).annotate({ message: error });
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export * from './additional-document-reference-code-schema';
|
|
2
|
+
export * from './allowance-charge-reason-code-schema';
|
|
3
|
+
export * from './application-response-type-code-schema';
|
|
4
|
+
export * from './charge-reason-code-schema';
|
|
5
|
+
export * from './peppol-country-code-schema';
|
|
6
|
+
export * from './credit-note-type-code-schema';
|
|
7
|
+
export * from './currency-code-schema';
|
|
8
|
+
export * from './peppol-document-type-code-schema';
|
|
9
|
+
export * from './peppol-document-type-schema';
|
|
10
|
+
export * from './document-type-schemes-schema';
|
|
11
|
+
export * from './document-type-values-schema';
|
|
12
|
+
export * from './duty-tax-fee-category-schema';
|
|
13
|
+
export * from './electronic-codes-schema';
|
|
14
|
+
export * from './icd-codes-schema';
|
|
15
|
+
export * from './invoice-status-code-schema';
|
|
16
|
+
export * from './invoice-type-code-schema';
|
|
17
|
+
export * from './item-classification-codes-schema';
|
|
18
|
+
export * from './mime-codes-schema';
|
|
19
|
+
export * from './op-status-action-schema';
|
|
20
|
+
export * from './op-status-reason-schema';
|
|
21
|
+
export * from './participant-identifier-code-schema';
|
|
22
|
+
export * from './payment-means-code-schema';
|
|
23
|
+
export * from './process-from-document-type-schema';
|
|
24
|
+
export * from './peppol-process-schema';
|
|
25
|
+
export * from './process-xml-identifier-schema';
|
|
26
|
+
export * from './quantity-unit-codes-schema';
|
|
27
|
+
export * from './vatex-code-schema';
|
|
28
|
+
export * from './vat-date-code-schema';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { InvoiceStatusCodesKeys } from '#/values/invoice-status-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { invoiceStatusCodesKeys } from '#/values/invoice-status-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description An invoice status code as defined by the PEPPOL subset of UNCL 4343 (T111).
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolInvoiceStatusCodes = InvoiceStatusCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates an invoice status code against the PEPPOL subset of UNCL 4343 (T111).
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid invoice status codes.
|
|
20
|
+
*
|
|
21
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL4343-T111/
|
|
22
|
+
*/
|
|
23
|
+
export const invoiceStatusCodeSchema = Schema.Literals(invoiceStatusCodesKeys);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { InvoiceTypeCodesKeys } from '#/values/invoice-type-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { invoiceTypeCodesKeys } from '#/values/invoice-type-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description An invoice type code as defined by the PEPPOL subset of UNCL 1001 (invoice).
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolInvoiceTypeCode = InvoiceTypeCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates an invoice type code against the PEPPOL subset of UNCL 1001 (invoice).
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid invoice type codes.
|
|
20
|
+
*
|
|
21
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL1001-inv/
|
|
22
|
+
*/
|
|
23
|
+
export function invoiceTypeCodeSchema(error?: string) {
|
|
24
|
+
const schema = Schema.Literals(invoiceTypeCodesKeys);
|
|
25
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { ItemClassificationCodesKeys } from '#/values/item-classification-code.generated';
|
|
4
|
+
|
|
5
|
+
import { itemClassificationCodesKeys } from '#/values/item-classification-code.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description An item classification code as defined by the PEPPOL subset of UNCL 7143.
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolItemClassificationCode = ItemClassificationCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates an item classification code against the PEPPOL subset of UNCL 7143.
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid item classification codes.
|
|
20
|
+
*
|
|
21
|
+
* @validations
|
|
22
|
+
* - BR-CL-13: Item classification scheme MUST be a valid UNTDID 7143 code.
|
|
23
|
+
*
|
|
24
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/UNCL7143/
|
|
25
|
+
*/
|
|
26
|
+
export function itemClassificationCodesSchema(error?: string) {
|
|
27
|
+
const schema = Schema.Literals(itemClassificationCodesKeys);
|
|
28
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { MimeCodesKeys } from '#/values/mime-codes.generated';
|
|
4
|
+
|
|
5
|
+
import { mimeCodesKeys } from '#/values/mime-codes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description A MIME media type code (e.g. `application/pdf`) as used for attached documents.
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolMimeCode = MimeCodesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates a MIME media type against the PEPPOL MIME code list.
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid MIME types.
|
|
20
|
+
*
|
|
21
|
+
* @validations
|
|
22
|
+
* - PEPPOL-EN16931-CL001: Attachment (MIME) type MUST come from the allowed list.
|
|
23
|
+
*
|
|
24
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/MimeCode/
|
|
25
|
+
*/
|
|
26
|
+
export function mimeCodesSchema(error?: string) {
|
|
27
|
+
const schema = Schema.Literals(mimeCodesKeys);
|
|
28
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
29
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { OpStatusActionKeys } from '#/values/op-status-action.generated';
|
|
4
|
+
|
|
5
|
+
import { opStatusActionKeys } from '#/values/op-status-action.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description An OpenPeppol operation status action code (e.g. the outcome of a message response).
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolOpStatusAction = OpStatusActionKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates an OpenPeppol operation status action code against the OPStatusAction codelist.
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid operation status action codes.
|
|
20
|
+
*
|
|
21
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusAction/
|
|
22
|
+
*/
|
|
23
|
+
export function opStatusActionSchema(error?: string) {
|
|
24
|
+
const schema = Schema.Literals(opStatusActionKeys);
|
|
25
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { OpStatusReasonKeys } from '#/values/op-status-reason.generated';
|
|
4
|
+
|
|
5
|
+
import { opStatusReasonKeys } from '#/values/op-status-reason.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description An OpenPeppol operation status reason code (e.g. the reason for a message response outcome).
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolOpStatusReason = OpStatusReasonKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates an OpenPeppol operation status reason code against the OPStatusReason codelist.
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid operation status reason codes.
|
|
20
|
+
*
|
|
21
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/codelist/OPStatusReason/
|
|
22
|
+
*/
|
|
23
|
+
export function opStatusReasonSchema(error?: string) {
|
|
24
|
+
const schema = Schema.Literals(opStatusReasonKeys);
|
|
25
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
26
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import type { ParticipantIdentifierSchemesKeys } from '#/values/participant-identifier-schemes.generated';
|
|
4
|
+
|
|
5
|
+
import { participantIdentifierSchemesKeys } from '#/values/participant-identifier-schemes.generated';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description A PEPPOL participant identifier scheme, identifying the scheme of a participant identifier (e.g. EAS codes).
|
|
9
|
+
*
|
|
10
|
+
* @see https://docs.peppol.eu/poacc/billing/3.0/
|
|
11
|
+
*/
|
|
12
|
+
export type PeppolParticipantIdentifierCode = ParticipantIdentifierSchemesKeys;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @description Validates a PEPPOL participant identifier scheme against the participant identifier schemes list.
|
|
16
|
+
*
|
|
17
|
+
* @param error - The custom error message to use when validation fails.
|
|
18
|
+
*
|
|
19
|
+
* @returns An Effect schema that accepts only valid participant identifier schemes.
|
|
20
|
+
*/
|
|
21
|
+
export function participantIdentifierCodeSchema(error?: string) {
|
|
22
|
+
const schema = Schema.Literals(participantIdentifierSchemesKeys);
|
|
23
|
+
return error === undefined ? schema : schema.annotate({ message: error });
|
|
24
|
+
}
|