@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,29 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { peppolTaxCategorySchema } from './peppol-tax-category-schema';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @description This one is specific for TaxSubtotal since it includes more fields.
|
|
7
|
+
*
|
|
8
|
+
* @summary Tax Category for Tax Subtotal
|
|
9
|
+
*
|
|
10
|
+
* @name cac:TaxCategory
|
|
11
|
+
*/
|
|
12
|
+
export const peppolTaxSubtotalCategorySchema = peppolTaxCategorySchema.pipe(
|
|
13
|
+
Schema.fieldsAssign({
|
|
14
|
+
/**
|
|
15
|
+
* @description The reason for the tax exemption.
|
|
16
|
+
*
|
|
17
|
+
* @name cbc:TaxExemptionReason
|
|
18
|
+
*/
|
|
19
|
+
taxExemptionReason: Schema.optional(Schema.String),
|
|
20
|
+
/**
|
|
21
|
+
* @description The code for the reason of the tax exemption.
|
|
22
|
+
*
|
|
23
|
+
* @name cbc:TaxExemptionReasonCode
|
|
24
|
+
*/
|
|
25
|
+
taxExemptionReasonCode: Schema.optional(Schema.String),
|
|
26
|
+
})
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
export type PeppolTaxSubTotalCategory = typeof peppolTaxSubtotalCategorySchema.Type;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { peppolAmountSchema } from './peppol-amount-schema';
|
|
4
|
+
import { peppolTaxSubtotalCategorySchema } from './peppol-tax-subtotal-category-schema';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @summary VAT breakdown (TaxSubtotal)
|
|
8
|
+
*
|
|
9
|
+
* @name cac:TaxSubtotal
|
|
10
|
+
*/
|
|
11
|
+
export const peppolTaxSubtotalSchema = Schema.Struct({
|
|
12
|
+
/**
|
|
13
|
+
* @description The amount of tax for the tax subtotal.
|
|
14
|
+
*
|
|
15
|
+
* @name `cbc:TaxAmount (+ @currencyID)`
|
|
16
|
+
*/
|
|
17
|
+
taxAmount: peppolAmountSchema,
|
|
18
|
+
/**
|
|
19
|
+
* @description The tax category associated with this tax subtotal.
|
|
20
|
+
*
|
|
21
|
+
* @name cac:TaxCategory
|
|
22
|
+
*/
|
|
23
|
+
taxCategory: peppolTaxSubtotalCategorySchema,
|
|
24
|
+
/**
|
|
25
|
+
* @description The taxable amount for the tax subtotal.
|
|
26
|
+
*
|
|
27
|
+
* @name `cbc:TaxableAmount (+ @currencyID)`
|
|
28
|
+
*/
|
|
29
|
+
taxableAmount: peppolAmountSchema,
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
export type PeppolTaxSubTotal = typeof peppolTaxSubtotalSchema.Type;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { peppolAmountSchema } from './peppol-amount-schema';
|
|
4
|
+
import { peppolTaxSubtotalSchema } from './peppol-tax-subtotal-schema';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @summary TAX TOTAL
|
|
8
|
+
*
|
|
9
|
+
* @name cac:TaxTotal (1..2)
|
|
10
|
+
*/
|
|
11
|
+
export const peppolTaxTotalsBaseSchema = Schema.Struct({
|
|
12
|
+
/**
|
|
13
|
+
* @example
|
|
14
|
+
* 200;
|
|
15
|
+
*
|
|
16
|
+
* @name cbc:TaxAmount (+ @currencyID)
|
|
17
|
+
*/
|
|
18
|
+
taxAmount: peppolAmountSchema,
|
|
19
|
+
/**
|
|
20
|
+
* @name cac:TaxSubtotal (0..n)
|
|
21
|
+
*/
|
|
22
|
+
taxSubtotals: Schema.optional(Schema.Array(peppolTaxSubtotalSchema)),
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export type PeppolTaxTotal = typeof peppolTaxTotalsBaseSchema.Type;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export * from './peppol-iso-date-string-schema';
|
|
2
|
+
export * from './peppol-billing-base-schema';
|
|
3
|
+
export * from './peppol-invoice-schema';
|
|
4
|
+
export * from './peppol-credit-note-schema';
|
|
5
|
+
export * from './peppol-message-level-response-party-schema';
|
|
6
|
+
export * from './peppol-document-response-document-reference-schema';
|
|
7
|
+
export * from './peppol-document-response-document-schema';
|
|
8
|
+
export * from './peppol-document-response-line-response-content-schema';
|
|
9
|
+
export * from './peppol-document-response-line-response-schema';
|
|
10
|
+
export * from './peppol-message-level-response-document-response-schema';
|
|
11
|
+
export * from './peppol-message-level-response-schema';
|
|
12
|
+
export * from './peppol-invoice-response-status-reason-code-schema';
|
|
13
|
+
export * from './peppol-invoice-response-document-actual-response-status-schema';
|
|
14
|
+
export * from './peppol-invoice-response-document-actual-response-schema';
|
|
15
|
+
export * from './peppol-invoice-response-schema';
|
|
16
|
+
export * from './peppol-document-schema';
|
|
17
|
+
|
|
18
|
+
export * from './fields/peppol-additional-document-reference-schema';
|
|
19
|
+
export * from './fields/peppol-address-schema';
|
|
20
|
+
export * from './fields/peppol-allowance-charge-schema';
|
|
21
|
+
export * from './fields/peppol-amount-schema';
|
|
22
|
+
export * from './fields/peppol-base-line-schema';
|
|
23
|
+
export * from './fields/peppol-billing-reference-schema';
|
|
24
|
+
export * from './fields/peppol-binary-object-schema';
|
|
25
|
+
export * from './fields/peppol-contact-schema';
|
|
26
|
+
export * from './fields/peppol-credit-note-line-schema';
|
|
27
|
+
export * from './fields/default-customization-id';
|
|
28
|
+
export * from './fields/default-profile-id';
|
|
29
|
+
export * from './fields/peppol-delivery-schema';
|
|
30
|
+
export * from './fields/identifier-schema';
|
|
31
|
+
export * from './fields/peppol-invoice-line-period-schema';
|
|
32
|
+
export * from './fields/peppol-invoice-line-schema';
|
|
33
|
+
export * from './fields/peppol-invoice-period-schema';
|
|
34
|
+
export * from './fields/peppol-legal-monetary-total-schema';
|
|
35
|
+
export * from './fields/peppol-line-allowance-charge-schema';
|
|
36
|
+
export * from './fields/peppol-line-item-schema';
|
|
37
|
+
export * from './fields/peppol-line-price-allowance-charge-schema';
|
|
38
|
+
export * from './fields/peppol-item-classification-schema';
|
|
39
|
+
export * from './fields/peppol-order-reference-schema';
|
|
40
|
+
export * from './fields/peppol-party-base-schema';
|
|
41
|
+
export * from './fields/peppol-party-legal-entity-schema';
|
|
42
|
+
export * from './fields/peppol-party-tax-scheme-schema';
|
|
43
|
+
export * from './fields/peppol-payee-party-schema';
|
|
44
|
+
export * from './fields/peppol-payment-means-schema';
|
|
45
|
+
export * from './fields/peppol-payment-terms-schema';
|
|
46
|
+
export * from './fields/peppol-line-price-schema';
|
|
47
|
+
export * from './fields/peppol-quantity-schema';
|
|
48
|
+
export * from './fields/peppol-reference-schema';
|
|
49
|
+
export * from './fields/peppol-tax-category-schema';
|
|
50
|
+
export * from './fields/peppol-tax-representative-schema';
|
|
51
|
+
export * from './fields/peppol-tax-subtotal-category-schema';
|
|
52
|
+
export * from './fields/peppol-tax-subtotal-schema';
|
|
53
|
+
export * from './fields/peppol-tax-totals-base-schema';
|
|
54
|
+
|
|
55
|
+
export * from './utils/index';
|
|
56
|
+
export * from './values/index';
|
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
import { Effect, Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { DEFAULT_CUSTOMIZATION_ID } from './fields/default-customization-id';
|
|
4
|
+
import { DEFAULT_PROFILE_ID } from './fields/default-profile-id';
|
|
5
|
+
import { peppolAdditionalDocumentReferenceSchema } from './fields/peppol-additional-document-reference-schema';
|
|
6
|
+
import { peppolAllowanceChargeSchema } from './fields/peppol-allowance-charge-schema';
|
|
7
|
+
import { peppolBillingReferenceSchema } from './fields/peppol-billing-reference-schema';
|
|
8
|
+
import { peppolDeliverySchema } from './fields/peppol-delivery-schema';
|
|
9
|
+
import { peppolInvoicePeriodSchema } from './fields/peppol-invoice-period-schema';
|
|
10
|
+
import { peppolLegalMonetaryTotalSchema } from './fields/peppol-legal-monetary-total-schema';
|
|
11
|
+
import { peppolOrderReferenceSchema } from './fields/peppol-order-reference-schema';
|
|
12
|
+
import { peppolPartyBaseSchema } from './fields/peppol-party-base-schema';
|
|
13
|
+
import { peppolPayeePartySchema } from './fields/peppol-payee-party-schema';
|
|
14
|
+
import { peppolPaymentMeansSchema } from './fields/peppol-payment-means-schema';
|
|
15
|
+
import { peppolPaymentTermsSchema } from './fields/peppol-payment-terms-schema';
|
|
16
|
+
import { peppolTaxRepresentativeSchema } from './fields/peppol-tax-representative-schema';
|
|
17
|
+
import { peppolTaxTotalsBaseSchema } from './fields/peppol-tax-totals-base-schema';
|
|
18
|
+
import { peppolIsoDateStringSchema } from './peppol-iso-date-string-schema';
|
|
19
|
+
import { currencyCodeSchema } from './values/currency-code-schema';
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @description Base schema for a billing document. Effect port of `billingBaseSchema` (`z.object(...)`): same keys and optionality (`z.optional` →
|
|
23
|
+
* `Schema.optional`), ISO dates stay plain strings via `peppolIsoDateStringSchema` (never `Date` objects), and `z._default` becomes
|
|
24
|
+
* `Schema.withDecodingDefaultType`.
|
|
25
|
+
*
|
|
26
|
+
* @see {@link creditNoteSchema} - the credit note schema
|
|
27
|
+
* @see {@link invoiceSchema} - the invoice schema
|
|
28
|
+
*/
|
|
29
|
+
export const peppolBillingBaseSchema = Schema.Struct({
|
|
30
|
+
/**
|
|
31
|
+
* @description An identification of the specification containing the total set of rules regarding semantic content, cardinalities, and business rules to which
|
|
32
|
+
* the data contained in the intance document conforms.
|
|
33
|
+
*
|
|
34
|
+
* @default `urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0`
|
|
35
|
+
*
|
|
36
|
+
* @summary Specification identifier
|
|
37
|
+
*
|
|
38
|
+
* @cardinality 1..1
|
|
39
|
+
*
|
|
40
|
+
* @name `cbc:CustomizationID`
|
|
41
|
+
*/
|
|
42
|
+
customizationId: Schema.String.check(
|
|
43
|
+
Schema.isStartsWith('urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0', {
|
|
44
|
+
message:
|
|
45
|
+
"PEPPOL-EN16931-R004: Specification identifier MUST have the value 'urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0'.",
|
|
46
|
+
})
|
|
47
|
+
).pipe(Schema.withDecodingDefaultType(Effect.succeed(DEFAULT_CUSTOMIZATION_ID))),
|
|
48
|
+
/**
|
|
49
|
+
* @description Identifies the business process context in which the transaction appears, to enable the Buyer to process the Invoice in an appropriate way.
|
|
50
|
+
*
|
|
51
|
+
* @default `urn:fdc:peppol.eu:2017:poacc:billing:01:1.0`
|
|
52
|
+
*
|
|
53
|
+
* @summary Business process type
|
|
54
|
+
*
|
|
55
|
+
* @name `cbc:ProfileID`
|
|
56
|
+
*/
|
|
57
|
+
profileId: Schema.String.check(
|
|
58
|
+
Schema.isPattern(/^urn:fdc:peppol.eu:2017:poacc:billing:(\d{2}):1\.0$/, {
|
|
59
|
+
message:
|
|
60
|
+
"PEPPOL-EN16931-R007: Business process MUST be in the format 'urn:fdc:peppol.eu:2017:poacc:billing:NN:1.0' where NN indicates the process number.",
|
|
61
|
+
})
|
|
62
|
+
).pipe(Schema.withDecodingDefaultType(Effect.succeed(DEFAULT_PROFILE_ID))),
|
|
63
|
+
/**
|
|
64
|
+
* @description A using identification of the Invoice. The sequential number required in Article 226(2) of the directive 2006/112/EC [2], to uniquely identify
|
|
65
|
+
* the Invoice within the business context, time-frame, operating systems and records of the Seller. No identification scheme is to be used.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* 33445566;
|
|
69
|
+
*
|
|
70
|
+
* @summary Invoice number
|
|
71
|
+
*
|
|
72
|
+
* @name `cbc:ID`
|
|
73
|
+
*/
|
|
74
|
+
id: Schema.String,
|
|
75
|
+
/**
|
|
76
|
+
* @description The date when the invoice was issued.
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* `2017-11-01`;
|
|
80
|
+
*
|
|
81
|
+
* @summary Invoice issue date
|
|
82
|
+
*
|
|
83
|
+
* @format `YYYY-MM-DD`
|
|
84
|
+
*
|
|
85
|
+
* @name `cbc:IssueDate`
|
|
86
|
+
*/
|
|
87
|
+
issueDate: peppolIsoDateStringSchema,
|
|
88
|
+
/**
|
|
89
|
+
* @description Invoice note A textual note that gives unstructured information that is relevant to the Credit Note as a whole.
|
|
90
|
+
*
|
|
91
|
+
* @example
|
|
92
|
+
* Please note our new phone number 33 44 55 66
|
|
93
|
+
*
|
|
94
|
+
* @name `cbc:Note`
|
|
95
|
+
*/
|
|
96
|
+
note: Schema.optional(Schema.String),
|
|
97
|
+
/**
|
|
98
|
+
* @description The date when the VAT becomes accountable for the Seller and for the Buyer in so far as that date can be determined and differs from the date of
|
|
99
|
+
* issue of the invoice, according to the VAT directive.This element is required if the Value added tax point date is different from the Invoice
|
|
100
|
+
* issue date.
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* 2017 - 11 - 01;
|
|
104
|
+
*
|
|
105
|
+
* @summary Value added tax point date
|
|
106
|
+
*
|
|
107
|
+
* @name `cbc:TaxPointDate`
|
|
108
|
+
*/
|
|
109
|
+
taxPointDate: Schema.optional(peppolIsoDateStringSchema),
|
|
110
|
+
/**
|
|
111
|
+
* @description The currency in which all Invoice amounts are given, except for the Total VAT amount in accounting currency. Only one currency shall be used in
|
|
112
|
+
* the Invoice, except for the VAT accounting currency code (BT-6) and the invoice total VAT amount in accounting currency (BT-111).
|
|
113
|
+
*
|
|
114
|
+
* @example
|
|
115
|
+
* EUR;
|
|
116
|
+
*
|
|
117
|
+
* @summary Invoice currency code
|
|
118
|
+
*
|
|
119
|
+
* @name `cbc:DocumentCurrencyCode`
|
|
120
|
+
*/
|
|
121
|
+
documentCurrencyCode: currencyCodeSchema(),
|
|
122
|
+
/**
|
|
123
|
+
* @description The currency used for VAT accounting and reporting purposes as accepted or required in the country of the Seller. Shall be used in combination
|
|
124
|
+
* with the Invoice total VAT amount in accounting currency (BT-111), when the VAT accounting currency code differs from the Invoice currency code.
|
|
125
|
+
*
|
|
126
|
+
* @example
|
|
127
|
+
* SEK;
|
|
128
|
+
*
|
|
129
|
+
* @summary VAT accounting currency code
|
|
130
|
+
*
|
|
131
|
+
* @name `cbc:TaxCurrencyCode`
|
|
132
|
+
*/
|
|
133
|
+
taxCurrencyCode: Schema.optional(currencyCodeSchema()),
|
|
134
|
+
/**
|
|
135
|
+
* @description A textual value that specifies where to book the relevant data into the Buyer's financial accounts.
|
|
136
|
+
*
|
|
137
|
+
* @example
|
|
138
|
+
* `4217:2323:2323`;
|
|
139
|
+
*
|
|
140
|
+
* @summary Buyer accounting reference
|
|
141
|
+
*
|
|
142
|
+
* @name `cbc:AccountingCost`
|
|
143
|
+
*/
|
|
144
|
+
accountingCost: Schema.optional(Schema.String),
|
|
145
|
+
/**
|
|
146
|
+
* @description An identifier assigned by the Buyer used for internal routing purposes. An invoice must have buyer reference or purchase order reference (BT-13).
|
|
147
|
+
*
|
|
148
|
+
* @example
|
|
149
|
+
* `abs1234`;
|
|
150
|
+
*
|
|
151
|
+
* @summary Buyer reference
|
|
152
|
+
*
|
|
153
|
+
* @name `cbc:BuyerReference`
|
|
154
|
+
*/
|
|
155
|
+
buyerReference: Schema.optional(Schema.String),
|
|
156
|
+
/**
|
|
157
|
+
* @description A group of business terms providing information on the invoice period. Also called delivery period. If the group is used, the invoiceing period
|
|
158
|
+
* start date and/or end date must be used.
|
|
159
|
+
*
|
|
160
|
+
* @summary DELIVERY OR INVOICE PERIOD
|
|
161
|
+
*
|
|
162
|
+
* @name `cac:InvoicePeriod`
|
|
163
|
+
*/
|
|
164
|
+
invoicePeriod: Schema.optional(peppolInvoicePeriodSchema),
|
|
165
|
+
/**
|
|
166
|
+
* @summary ORDER AND SALES ORDER REFERENCE
|
|
167
|
+
*
|
|
168
|
+
* @name `cac:OrderReference`
|
|
169
|
+
*/
|
|
170
|
+
orderReference: Schema.optional(peppolOrderReferenceSchema),
|
|
171
|
+
/**
|
|
172
|
+
* @summary PRECEDING INVOICE REFERENCE (0..n)
|
|
173
|
+
*
|
|
174
|
+
* @name `cac:BillingReference`
|
|
175
|
+
*/
|
|
176
|
+
billingReferences: Schema.optional(Schema.Array(peppolBillingReferenceSchema)),
|
|
177
|
+
/**
|
|
178
|
+
* @summary DESPATCH ADVICE REFERENCE
|
|
179
|
+
*
|
|
180
|
+
* @name `cac:DespatchDocumentReference`
|
|
181
|
+
*/
|
|
182
|
+
despatchDocumentReference: Schema.optional(
|
|
183
|
+
Schema.Struct({
|
|
184
|
+
/**
|
|
185
|
+
* @description An identifier of a referenced despatch advice.
|
|
186
|
+
*
|
|
187
|
+
* @example
|
|
188
|
+
* `desp98`;
|
|
189
|
+
*
|
|
190
|
+
* @summary Despatch advice reference
|
|
191
|
+
*
|
|
192
|
+
* @name `cbc:ID`
|
|
193
|
+
*/
|
|
194
|
+
id: Schema.String,
|
|
195
|
+
})
|
|
196
|
+
),
|
|
197
|
+
/**
|
|
198
|
+
* @summary RECEIPT ADVICE REFERENCE
|
|
199
|
+
*
|
|
200
|
+
* @name `cac:ReceiptDocumentReference`
|
|
201
|
+
*/
|
|
202
|
+
receiptDocumentReference: Schema.optional(
|
|
203
|
+
Schema.Struct({
|
|
204
|
+
/**
|
|
205
|
+
* @description An identifier of a referenced receiving advice.
|
|
206
|
+
*
|
|
207
|
+
* @example
|
|
208
|
+
* `rec98`;
|
|
209
|
+
*
|
|
210
|
+
* @summary Receiving advice reference
|
|
211
|
+
*
|
|
212
|
+
* @name `cbc:ID`
|
|
213
|
+
*/
|
|
214
|
+
id: Schema.String,
|
|
215
|
+
})
|
|
216
|
+
),
|
|
217
|
+
/**
|
|
218
|
+
* @summary TENDER OR LOT REFERENCE
|
|
219
|
+
*
|
|
220
|
+
* @name `cac:OriginatorDocumentReference`
|
|
221
|
+
*/
|
|
222
|
+
originatorDocumentReference: Schema.optional(
|
|
223
|
+
Schema.Struct({
|
|
224
|
+
/**
|
|
225
|
+
* @description The identification of the call for tender or lot the invoice relates to.
|
|
226
|
+
*
|
|
227
|
+
* @example
|
|
228
|
+
* `PPID-123`;
|
|
229
|
+
*
|
|
230
|
+
* @summary Tender or lot reference
|
|
231
|
+
*
|
|
232
|
+
* @name `cbc:ID`
|
|
233
|
+
*/
|
|
234
|
+
id: Schema.String,
|
|
235
|
+
})
|
|
236
|
+
),
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* @summary CONTRACT REFERENCE
|
|
240
|
+
*
|
|
241
|
+
* @name `cac:ContractDocumentReference`
|
|
242
|
+
*/
|
|
243
|
+
contractDocumentReference: Schema.optional(
|
|
244
|
+
Schema.Struct({
|
|
245
|
+
/**
|
|
246
|
+
* @description An identifier of a referenced contract.
|
|
247
|
+
*
|
|
248
|
+
* @example
|
|
249
|
+
* `123Contractref`;
|
|
250
|
+
*
|
|
251
|
+
* @summary Contract reference
|
|
252
|
+
*
|
|
253
|
+
* @name `cbc:ID`
|
|
254
|
+
*/
|
|
255
|
+
id: Schema.String,
|
|
256
|
+
})
|
|
257
|
+
),
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* @description A group of business terms providing information about additional supporting documents substantiating the claims made in the Invoice. The
|
|
261
|
+
* additional supporting documents can be used for both referencing a document number which is expected to be known by the receiver, an external
|
|
262
|
+
* document (referenced by a URL) or as an embedded document, Base64 encoded (such as a time report).
|
|
263
|
+
*
|
|
264
|
+
* @summary ADDITIONAL SUPPORTING DOCUMENTS
|
|
265
|
+
*
|
|
266
|
+
* @name `cac:AdditionalDocumentReference`
|
|
267
|
+
*/
|
|
268
|
+
additionalDocumentReferences: Schema.optional(Schema.Array(peppolAdditionalDocumentReferenceSchema)),
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* @description A group of business terms providing information about the seller.
|
|
272
|
+
*
|
|
273
|
+
* @summary SELLER
|
|
274
|
+
*
|
|
275
|
+
* @name `cac:AccountingSupplierParty`
|
|
276
|
+
*/
|
|
277
|
+
accountingSupplierParty: peppolPartyBaseSchema,
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* @description A group of business terms providing information about the Buyer.
|
|
281
|
+
*
|
|
282
|
+
* @summary BUYER
|
|
283
|
+
*
|
|
284
|
+
* @name `cac:AccountingCustomerParty`
|
|
285
|
+
*/
|
|
286
|
+
accountingCustomerParty: peppolPartyBaseSchema,
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* @description A group of business terms providing information about the Payee, i.e. the role that received the payment. Shall be used wwhen the payee is
|
|
290
|
+
* different from the seller.
|
|
291
|
+
*
|
|
292
|
+
* @summary PAYEE
|
|
293
|
+
*
|
|
294
|
+
* @name cac:PayeeParty
|
|
295
|
+
*/
|
|
296
|
+
payeeParty: Schema.optional(peppolPayeePartySchema),
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* @description SELLER TAX REPRESENTATIVE PARTY.
|
|
300
|
+
*
|
|
301
|
+
* @name cac:TaxRepresentativeParty
|
|
302
|
+
*/
|
|
303
|
+
taxRepresentativeParty: Schema.optional(peppolTaxRepresentativeSchema),
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* @description DELIVERY INFORMATION.
|
|
307
|
+
*
|
|
308
|
+
* @name cac:Delivery
|
|
309
|
+
*/
|
|
310
|
+
delivery: Schema.optional(peppolDeliverySchema),
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* @summary PAYMENT INSTRUCTIONS
|
|
314
|
+
* @summary A group of business terms providing information about the payment.
|
|
315
|
+
*
|
|
316
|
+
* @name cac:PaymentMeans
|
|
317
|
+
*/
|
|
318
|
+
paymentMeans: Schema.optional(Schema.Array(peppolPaymentMeansSchema)),
|
|
319
|
+
|
|
320
|
+
/**
|
|
321
|
+
* @example
|
|
322
|
+
* Net within 30 days
|
|
323
|
+
*
|
|
324
|
+
* @summary PAYMENT TERMS
|
|
325
|
+
*
|
|
326
|
+
* @name cac:PaymentTerms
|
|
327
|
+
*/
|
|
328
|
+
paymentTerms: Schema.optional(peppolPaymentTermsSchema),
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* @description A group of business terms providing information about allowances applicable to the Invoice as a whole. A group of business terms providing
|
|
332
|
+
* information about charges and taxes other than VAT, applicable to the Invoice as a whole.
|
|
333
|
+
*
|
|
334
|
+
* @summary DOCUMENT LEVEL ALLOWANCES AND CHARGES
|
|
335
|
+
*
|
|
336
|
+
* @name cac:AllowanceCharge
|
|
337
|
+
*/
|
|
338
|
+
allowanceCharges: Schema.optional(Schema.Array(peppolAllowanceChargeSchema)),
|
|
339
|
+
|
|
340
|
+
/**
|
|
341
|
+
* @description When tax currency code is provided, two instances of the tax total must be present, but only one with tax subtotal.
|
|
342
|
+
*
|
|
343
|
+
* @summary TAX TOTAL
|
|
344
|
+
*
|
|
345
|
+
* @name cac:TaxTotal
|
|
346
|
+
*/
|
|
347
|
+
taxTotals: Schema.Array(peppolTaxTotalsBaseSchema).check(Schema.isMinLength(1), Schema.isMaxLength(2)),
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* @summary DOCUMENT TOTALS
|
|
351
|
+
*
|
|
352
|
+
* @name cac:LegalMonetaryTotal
|
|
353
|
+
*/
|
|
354
|
+
legalMonetaryTotal: peppolLegalMonetaryTotalSchema,
|
|
355
|
+
});
|
|
356
|
+
|
|
357
|
+
export type PeppolBillingBase = typeof peppolBillingBaseSchema.Type;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { peppolCreditNoteLineSchema } from './fields/peppol-credit-note-line-schema';
|
|
4
|
+
import { peppolBillingBaseSchema } from './peppol-billing-base-schema';
|
|
5
|
+
import { creditNoteTypeCodeSchema } from './values/credit-note-type-code-schema';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @description Main UBL Credit Note schema (camelCase properties) Effect port of `creditNoteSchema` (`z.extend(billingBaseSchema, ...)` →
|
|
9
|
+
* `peppolBillingBaseSchema.pipe(Schema.fieldsAssign(...))`).
|
|
10
|
+
*/
|
|
11
|
+
export const peppolCreditNoteSchema = peppolBillingBaseSchema.pipe(
|
|
12
|
+
Schema.fieldsAssign({
|
|
13
|
+
/**
|
|
14
|
+
* @description CREDIT NOTE LINE.
|
|
15
|
+
*
|
|
16
|
+
* @name cac:CreditNoteLine (1..n)
|
|
17
|
+
*/
|
|
18
|
+
creditNoteLines: Schema.Array(peppolCreditNoteLineSchema).check(Schema.isMinLength(1)),
|
|
19
|
+
/**
|
|
20
|
+
* @description Invoice type code A code specifying the functional type of the Credit Note.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* 381;
|
|
24
|
+
*
|
|
25
|
+
* @name cbc:CreditNoteTypeCode
|
|
26
|
+
*/
|
|
27
|
+
creditNoteTypeCode: creditNoteTypeCodeSchema(),
|
|
28
|
+
})
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
export type PeppolCreditNote = typeof peppolCreditNoteSchema.Type;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { peppolDocumentTypeCodeSchema } from './values/peppol-document-type-code-schema';
|
|
4
|
+
|
|
5
|
+
export const peppolDocumentResponseDocumentReferenceSchema = Schema.Struct({
|
|
6
|
+
/**
|
|
7
|
+
* @description Identifies the document on which the message level response is based.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* `EnvelopeID-12345`;
|
|
11
|
+
*
|
|
12
|
+
* @summary Document identifier
|
|
13
|
+
*
|
|
14
|
+
* @name `cbc:ID`
|
|
15
|
+
*/
|
|
16
|
+
id: Schema.String,
|
|
17
|
+
/**
|
|
18
|
+
* @description The type of the document being referred to, expressed as a code.
|
|
19
|
+
*
|
|
20
|
+
* @summary Document type code
|
|
21
|
+
*
|
|
22
|
+
* @name `cbc:DocumentTypeCode`
|
|
23
|
+
*/
|
|
24
|
+
documentTypeCode: Schema.optional(peppolDocumentTypeCodeSchema()),
|
|
25
|
+
/**
|
|
26
|
+
* @description The version of the document that has been identifier with the document identifier.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* `2`;
|
|
30
|
+
*
|
|
31
|
+
* @summary Document version identifier
|
|
32
|
+
*
|
|
33
|
+
* @name `cbc:VersionID`
|
|
34
|
+
*/
|
|
35
|
+
versionId: Schema.optional(Schema.String),
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
export type PeppolMessageLevelDocumentResponseDocumentReference = typeof peppolDocumentResponseDocumentReferenceSchema.Type;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { applicationResponseTypeCodeSchema } from './values/application-response-type-code-schema';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @summary Response information
|
|
7
|
+
*
|
|
8
|
+
* @name `cac:Response`
|
|
9
|
+
*
|
|
10
|
+
* @cardinality (1..1)
|
|
11
|
+
*
|
|
12
|
+
* @see {@link messageLevelResponseDocumentResponseSchema}
|
|
13
|
+
*/
|
|
14
|
+
export const peppolDocumentResponseDocumentSchema = Schema.Struct({
|
|
15
|
+
/**
|
|
16
|
+
* @description An indicator stating whether the referenced message was cleared through validation and advanced to the next step in the process. A negative
|
|
17
|
+
* response states that the document was not processed because of identified issues.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* `RE`;
|
|
21
|
+
*
|
|
22
|
+
* @summary Message response code
|
|
23
|
+
*
|
|
24
|
+
* @name `cbc:ResponseCode`
|
|
25
|
+
*/
|
|
26
|
+
responseCode: applicationResponseTypeCodeSchema(),
|
|
27
|
+
/**
|
|
28
|
+
* @description Used to meake any comments or instructions relevant to the response. The use of this element requires manual assessment by the receiver.
|
|
29
|
+
*
|
|
30
|
+
* @summary Response textual notes
|
|
31
|
+
*/
|
|
32
|
+
description: Schema.optional(Schema.String),
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
export type PeppolMessageLevelResponseDocumentResponseDocument = typeof peppolDocumentResponseDocumentSchema.Type;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { applicationResponseTypeCodeSchema } from './values/application-response-type-code-schema';
|
|
4
|
+
|
|
5
|
+
export const peppolDocumentResponseLineResponseContentSchema = Schema.Struct({
|
|
6
|
+
/**
|
|
7
|
+
* @description An indicator stating whether the referenced message was cleared through validation and advanced to the next step in the process. A negative
|
|
8
|
+
* response states that the document was not processed because of identified issues.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* `RE`;
|
|
12
|
+
*
|
|
13
|
+
* @summary Line response code
|
|
14
|
+
*
|
|
15
|
+
* @name `cbc:ResponseCode`
|
|
16
|
+
*/
|
|
17
|
+
responseCode: applicationResponseTypeCodeSchema(),
|
|
18
|
+
/**
|
|
19
|
+
* @description The description of the issued identifier in the transaction document.
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* `Validation gives error [CL-T77-R0002]- Tax categories MUST be coded using UN/ECE 5305 code list`;
|
|
23
|
+
*
|
|
24
|
+
* @summary Issue description
|
|
25
|
+
*
|
|
26
|
+
* @name `cbc:Description`
|
|
27
|
+
*/
|
|
28
|
+
description: Schema.String,
|
|
29
|
+
/**
|
|
30
|
+
* @name `cac:Status`
|
|
31
|
+
*/
|
|
32
|
+
status: Schema.Struct({
|
|
33
|
+
/**
|
|
34
|
+
* @description A codified version of the issue description that describes the nature of the issue. e.g. Syntax violation, business rule violation, ...
|
|
35
|
+
*
|
|
36
|
+
* @summary Issue type coded
|
|
37
|
+
*
|
|
38
|
+
* @name `cbc:StatusReasonCode`
|
|
39
|
+
*/
|
|
40
|
+
statusReasonCode: Schema.Literals(['BV', 'BW', 'SV']),
|
|
41
|
+
}),
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export type DocumentResponseLineResponseContent = typeof peppolDocumentResponseLineResponseContentSchema.Type;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
2
|
+
|
|
3
|
+
import { peppolDocumentResponseLineResponseContentSchema } from './peppol-document-response-line-response-content-schema';
|
|
4
|
+
|
|
5
|
+
export const peppolDocumentResponseLineResponseSchema = Schema.Struct({
|
|
6
|
+
/**
|
|
7
|
+
* @description Identifies the line in the business document to which the reported issue applies.
|
|
8
|
+
*
|
|
9
|
+
* @summary Line reference
|
|
10
|
+
*
|
|
11
|
+
* @name `cac:LineReference`
|
|
12
|
+
*/
|
|
13
|
+
lineReference: Schema.Struct({
|
|
14
|
+
/**
|
|
15
|
+
* @description Identifies the section of the document to which the reported issue applied. The LineID element mustbe used to indicate where in the business
|
|
16
|
+
* document the error occurred by using XPath to reference the element causing the error. To cater for scenarios where it is not possible to
|
|
17
|
+
* provide XPath, a dummy value must be applied. The dummay value must consist of the characters NA. This is due to that the LineID element is
|
|
18
|
+
* mendatory in the ApplicationResponse message in UBL 2.1 on which the MLR message is based.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* `/Catalogue/cac:CatalogueLine[3]/cac:Item[1]/cac:ClassifiedTaxCategory[1]/cbc:ID[1]`;
|
|
22
|
+
*
|
|
23
|
+
* @summary Section identifier
|
|
24
|
+
*/
|
|
25
|
+
lineId: Schema.String,
|
|
26
|
+
}),
|
|
27
|
+
/**
|
|
28
|
+
* @summary Line response information
|
|
29
|
+
*/
|
|
30
|
+
response: peppolDocumentResponseLineResponseContentSchema,
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
export type PeppolMessageLevelDocumentResponseLineResponse = typeof peppolDocumentResponseLineResponseSchema.Type;
|