@endevops/peppol-schema 0.0.1 → 0.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +2 -2
- 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 +1 -2
- package/dist/constants/participant-scheme.d.ts.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/billing-base.d.ts +619 -0
- package/dist/effect/billing-base.d.ts.map +1 -0
- package/dist/effect/billing-base.js +324 -0
- package/dist/effect/billing-base.js.map +1 -0
- package/dist/effect/credit-note.d.ts +467 -0
- package/dist/effect/credit-note.d.ts.map +1 -0
- package/dist/effect/credit-note.js +30 -0
- package/dist/effect/credit-note.js.map +1 -0
- package/dist/effect/document-parser.d.ts +1087 -0
- package/dist/effect/document-parser.d.ts.map +1 -0
- package/dist/effect/document-parser.js +90 -0
- package/dist/effect/document-parser.js.map +1 -0
- package/dist/effect/document-response-document-reference-schema.d.ts +37 -0
- package/dist/effect/document-response-document-reference-schema.d.ts.map +1 -0
- package/dist/effect/document-response-document-reference-schema.js +39 -0
- package/dist/effect/document-response-document-reference-schema.js.map +1 -0
- package/dist/effect/document-response-document-schema.d.ts +34 -0
- package/dist/effect/document-response-document-schema.d.ts.map +1 -0
- package/dist/effect/document-response-document-schema.js +36 -0
- package/dist/effect/document-response-document-schema.js.map +1 -0
- package/dist/effect/document-response-line-response-content.d.ts +43 -0
- package/dist/effect/document-response-line-response-content.d.ts.map +1 -0
- package/dist/effect/document-response-line-response-content.js +48 -0
- package/dist/effect/document-response-line-response-content.js.map +1 -0
- package/dist/effect/document-response-line-response-schema.d.ts +38 -0
- package/dist/effect/document-response-line-response-schema.d.ts.map +1 -0
- package/dist/effect/document-response-line-response-schema.js +33 -0
- package/dist/effect/document-response-line-response-schema.js.map +1 -0
- package/dist/effect/fields/additional-document-reference-schema.d.ts +76 -0
- package/dist/effect/fields/additional-document-reference-schema.d.ts.map +1 -0
- package/dist/effect/fields/additional-document-reference-schema.js +108 -0
- package/dist/effect/fields/additional-document-reference-schema.js.map +1 -0
- package/dist/effect/fields/address-schema.d.ts +102 -0
- package/dist/effect/fields/address-schema.d.ts.map +1 -0
- package/dist/effect/fields/address-schema.js +102 -0
- package/dist/effect/fields/address-schema.js.map +1 -0
- package/dist/effect/fields/allowance-charge-schema.d.ts +61 -0
- package/dist/effect/fields/allowance-charge-schema.d.ts.map +1 -0
- package/dist/effect/fields/allowance-charge-schema.js +75 -0
- package/dist/effect/fields/allowance-charge-schema.js.map +1 -0
- package/dist/effect/fields/amount-schema.d.ts +20 -0
- package/dist/effect/fields/amount-schema.d.ts.map +1 -0
- package/dist/effect/fields/amount-schema.js +22 -0
- package/dist/effect/fields/amount-schema.js.map +1 -0
- package/dist/effect/fields/base-line-schema.d.ts +213 -0
- package/dist/effect/fields/base-line-schema.d.ts.map +1 -0
- package/dist/effect/fields/base-line-schema.js +132 -0
- package/dist/effect/fields/base-line-schema.js.map +1 -0
- package/dist/effect/fields/billing-references-schema.d.ts +46 -0
- package/dist/effect/fields/billing-references-schema.d.ts.map +1 -0
- package/dist/effect/fields/billing-references-schema.js +47 -0
- package/dist/effect/fields/billing-references-schema.js.map +1 -0
- package/dist/effect/fields/binary-object-schema.d.ts +45 -0
- package/dist/effect/fields/binary-object-schema.d.ts.map +1 -0
- package/dist/effect/fields/binary-object-schema.js +49 -0
- package/dist/effect/fields/binary-object-schema.js.map +1 -0
- package/dist/effect/fields/contact-schema.d.ts +19 -0
- package/dist/effect/fields/contact-schema.d.ts.map +1 -0
- package/dist/effect/fields/contact-schema.js +20 -0
- package/dist/effect/fields/contact-schema.js.map +1 -0
- package/dist/effect/fields/credit-note-line-schema.d.ts +118 -0
- package/dist/effect/fields/credit-note-line-schema.d.ts.map +1 -0
- package/dist/effect/fields/credit-note-line-schema.js +36 -0
- package/dist/effect/fields/credit-note-line-schema.js.map +1 -0
- 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/delivery-schema.d.ts +81 -0
- package/dist/effect/fields/delivery-schema.d.ts.map +1 -0
- package/dist/effect/fields/delivery-schema.js +89 -0
- package/dist/effect/fields/delivery-schema.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/invoice-line-period-schema.d.ts +33 -0
- package/dist/effect/fields/invoice-line-period-schema.d.ts.map +1 -0
- package/dist/effect/fields/invoice-line-period-schema.js +35 -0
- package/dist/effect/fields/invoice-line-period-schema.js.map +1 -0
- package/dist/effect/fields/invoice-line-schema.d.ts +120 -0
- package/dist/effect/fields/invoice-line-schema.d.ts.map +1 -0
- package/dist/effect/fields/invoice-line-schema.js +40 -0
- package/dist/effect/fields/invoice-line-schema.js.map +1 -0
- package/dist/effect/fields/invoice-period-schema.d.ts +18 -0
- package/dist/effect/fields/invoice-period-schema.d.ts.map +1 -0
- package/dist/effect/fields/invoice-period-schema.js +28 -0
- package/dist/effect/fields/invoice-period-schema.js.map +1 -0
- package/dist/effect/fields/legal-monetary-total-schema.d.ts +149 -0
- package/dist/effect/fields/legal-monetary-total-schema.d.ts.map +1 -0
- package/dist/effect/fields/legal-monetary-total-schema.js +127 -0
- package/dist/effect/fields/legal-monetary-total-schema.js.map +1 -0
- package/dist/effect/fields/line-allowance-charge-schema.d.ts +46 -0
- package/dist/effect/fields/line-allowance-charge-schema.d.ts.map +1 -0
- package/dist/effect/fields/line-allowance-charge-schema.js +48 -0
- package/dist/effect/fields/line-allowance-charge-schema.js.map +1 -0
- package/dist/effect/fields/line-item-schema.d.ts +158 -0
- package/dist/effect/fields/line-item-schema.d.ts.map +1 -0
- package/dist/effect/fields/line-item-schema.js +163 -0
- package/dist/effect/fields/line-item-schema.js.map +1 -0
- package/dist/effect/fields/line-price-allowance-charge-schema.d.ts +45 -0
- package/dist/effect/fields/line-price-allowance-charge-schema.d.ts.map +1 -0
- package/dist/effect/fields/line-price-allowance-charge-schema.js +30 -0
- package/dist/effect/fields/line-price-allowance-charge-schema.js.map +1 -0
- package/dist/effect/fields/list-identifier-schema.d.ts +44 -0
- package/dist/effect/fields/list-identifier-schema.d.ts.map +1 -0
- package/dist/effect/fields/list-identifier-schema.js +46 -0
- package/dist/effect/fields/list-identifier-schema.js.map +1 -0
- package/dist/effect/fields/order-reference-schema.d.ts +37 -0
- package/dist/effect/fields/order-reference-schema.d.ts.map +1 -0
- package/dist/effect/fields/order-reference-schema.js +38 -0
- package/dist/effect/fields/order-reference-schema.js.map +1 -0
- package/dist/effect/fields/party-base-schema.d.ts +115 -0
- package/dist/effect/fields/party-base-schema.d.ts.map +1 -0
- package/dist/effect/fields/party-base-schema.js +127 -0
- package/dist/effect/fields/party-base-schema.js.map +1 -0
- package/dist/effect/fields/party-legal-entity-schema.d.ts +31 -0
- package/dist/effect/fields/party-legal-entity-schema.d.ts.map +1 -0
- package/dist/effect/fields/party-legal-entity-schema.js +30 -0
- package/dist/effect/fields/party-legal-entity-schema.js.map +1 -0
- package/dist/effect/fields/party-tax-schema.d.ts +34 -0
- package/dist/effect/fields/party-tax-schema.d.ts.map +1 -0
- package/dist/effect/fields/party-tax-schema.js +34 -0
- package/dist/effect/fields/party-tax-schema.js.map +1 -0
- package/dist/effect/fields/payee-party.d.ts +68 -0
- package/dist/effect/fields/payee-party.d.ts.map +1 -0
- package/dist/effect/fields/payee-party.js +99 -0
- package/dist/effect/fields/payee-party.js.map +1 -0
- package/dist/effect/fields/payment-means-schema.d.ts +198 -0
- package/dist/effect/fields/payment-means-schema.d.ts.map +1 -0
- package/dist/effect/fields/payment-means-schema.js +199 -0
- package/dist/effect/fields/payment-means-schema.js.map +1 -0
- package/dist/effect/fields/payment-terms-schema.d.ts +24 -0
- package/dist/effect/fields/payment-terms-schema.d.ts.map +1 -0
- package/dist/effect/fields/payment-terms-schema.js +24 -0
- package/dist/effect/fields/payment-terms-schema.js.map +1 -0
- package/dist/effect/fields/price-schema.d.ts +44 -0
- package/dist/effect/fields/price-schema.d.ts.map +1 -0
- package/dist/effect/fields/price-schema.js +32 -0
- package/dist/effect/fields/price-schema.js.map +1 -0
- package/dist/effect/fields/quantity-schema.d.ts +20 -0
- package/dist/effect/fields/quantity-schema.d.ts.map +1 -0
- package/dist/effect/fields/quantity-schema.js +22 -0
- package/dist/effect/fields/quantity-schema.js.map +1 -0
- package/dist/effect/fields/reference-schema.d.ts +8 -0
- package/dist/effect/fields/reference-schema.d.ts.map +1 -0
- package/dist/effect/fields/reference-schema.js +7 -0
- package/dist/effect/fields/reference-schema.js.map +1 -0
- package/dist/effect/fields/tax-category-schema.d.ts +41 -0
- package/dist/effect/fields/tax-category-schema.d.ts.map +1 -0
- package/dist/effect/fields/tax-category-schema.js +42 -0
- package/dist/effect/fields/tax-category-schema.js.map +1 -0
- package/dist/effect/fields/tax-representative-party-schema.d.ts +38 -0
- package/dist/effect/fields/tax-representative-party-schema.d.ts.map +1 -0
- package/dist/effect/fields/tax-representative-party-schema.js +24 -0
- package/dist/effect/fields/tax-representative-party-schema.js.map +1 -0
- package/dist/effect/fields/tax-subtotal-category-schema.d.ts +21 -0
- package/dist/effect/fields/tax-subtotal-category-schema.d.ts.map +1 -0
- package/dist/effect/fields/tax-subtotal-category-schema.js +28 -0
- package/dist/effect/fields/tax-subtotal-category-schema.js.map +1 -0
- package/dist/effect/fields/tax-subtotal-schema.d.ts +44 -0
- package/dist/effect/fields/tax-subtotal-schema.d.ts.map +1 -0
- package/dist/effect/fields/tax-subtotal-schema.js +33 -0
- package/dist/effect/fields/tax-subtotal-schema.js.map +1 -0
- package/dist/effect/fields/tax-totals.d.ts +44 -0
- package/dist/effect/fields/tax-totals.d.ts.map +1 -0
- package/dist/effect/fields/tax-totals.js +26 -0
- package/dist/effect/fields/tax-totals.js.map +1 -0
- package/dist/effect/invoice-response-document-actual-response-status.d.ts +86 -0
- package/dist/effect/invoice-response-document-actual-response-status.d.ts.map +1 -0
- package/dist/effect/invoice-response-document-actual-response-status.js +58 -0
- package/dist/effect/invoice-response-document-actual-response-status.js.map +1 -0
- package/dist/effect/invoice-response-document-actual-response.d.ts +89 -0
- package/dist/effect/invoice-response-document-actual-response.d.ts.map +1 -0
- package/dist/effect/invoice-response-document-actual-response.js +70 -0
- package/dist/effect/invoice-response-document-actual-response.js.map +1 -0
- package/dist/effect/invoice-response-schema.d.ts +432 -0
- package/dist/effect/invoice-response-schema.d.ts.map +1 -0
- package/dist/effect/invoice-response-schema.js +148 -0
- package/dist/effect/invoice-response-schema.js.map +1 -0
- package/dist/effect/invoice-response-status-reason-code.d.ts +26 -0
- package/dist/effect/invoice-response-status-reason-code.d.ts.map +1 -0
- package/dist/effect/invoice-response-status-reason-code.js +29 -0
- package/dist/effect/invoice-response-status-reason-code.js.map +1 -0
- package/dist/effect/invoice.d.ts +472 -0
- package/dist/effect/invoice.d.ts.map +1 -0
- package/dist/effect/invoice.js +47 -0
- package/dist/effect/invoice.js.map +1 -0
- package/dist/effect/iso-date-string.d.ts +14 -0
- package/dist/effect/iso-date-string.d.ts.map +1 -0
- package/dist/effect/iso-date-string.js +15 -0
- package/dist/effect/iso-date-string.js.map +1 -0
- package/dist/effect/message-level-response-document-response-schema.d.ts +48 -0
- package/dist/effect/message-level-response-document-response-schema.d.ts.map +1 -0
- package/dist/effect/message-level-response-document-response-schema.js +34 -0
- package/dist/effect/message-level-response-document-response-schema.js.map +1 -0
- package/dist/effect/message-level-response-party-schema.d.ts +21 -0
- package/dist/effect/message-level-response-party-schema.d.ts.map +1 -0
- package/dist/effect/message-level-response-party-schema.js +19 -0
- package/dist/effect/message-level-response-party-schema.js.map +1 -0
- package/dist/effect/message-level-response-schema.d.ts +124 -0
- package/dist/effect/message-level-response-schema.d.ts.map +1 -0
- package/dist/effect/message-level-response-schema.js +98 -0
- package/dist/effect/message-level-response-schema.js.map +1 -0
- package/dist/effect/utils/base-64.d.ts +10 -0
- package/dist/effect/utils/base-64.d.ts.map +1 -0
- package/dist/effect/utils/base-64.js +12 -0
- package/dist/effect/utils/base-64.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/quantity-unit-code-to-intl-unit.d.ts +2 -0
- package/dist/effect/utils/vat-regex.d.ts +10 -0
- package/dist/effect/utils/vat-regex.d.ts.map +1 -0
- package/dist/effect/utils/vat-regex.js +46 -0
- package/dist/effect/utils/vat-regex.js.map +1 -0
- package/dist/effect/utils/xsd-time.d.ts +10 -0
- package/dist/effect/utils/xsd-time.d.ts.map +1 -0
- package/dist/effect/utils/xsd-time.js +11 -0
- package/dist/effect/utils/xsd-time.js.map +1 -0
- package/dist/effect/values/additional-document-reference-code.d.ts +23 -0
- package/dist/effect/values/additional-document-reference-code.d.ts.map +1 -0
- package/dist/effect/values/additional-document-reference-code.js +21 -0
- package/dist/effect/values/additional-document-reference-code.js.map +1 -0
- package/dist/effect/values/allowance-charge-reason-code.d.ts +24 -0
- package/dist/effect/values/allowance-charge-reason-code.d.ts.map +1 -0
- package/dist/effect/values/allowance-charge-reason-code.js +23 -0
- package/dist/effect/values/allowance-charge-reason-code.js.map +1 -0
- package/dist/effect/values/application-response-type-codes.d.ts +21 -0
- package/dist/effect/values/application-response-type-codes.d.ts.map +1 -0
- package/dist/effect/values/application-response-type-codes.js +20 -0
- package/dist/effect/values/application-response-type-codes.js.map +1 -0
- package/dist/effect/values/charge-reason-code.d.ts +24 -0
- package/dist/effect/values/charge-reason-code.d.ts.map +1 -0
- package/dist/effect/values/charge-reason-code.js +23 -0
- package/dist/effect/values/charge-reason-code.js.map +1 -0
- package/dist/effect/values/country-code.d.ts +21 -0
- package/dist/effect/values/country-code.d.ts.map +1 -0
- package/dist/effect/values/country-code.js +25 -0
- package/dist/effect/values/country-code.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-codes.d.ts +24 -0
- package/dist/effect/values/currency-codes.d.ts.map +1 -0
- package/dist/effect/values/currency-codes.js +29 -0
- package/dist/effect/values/currency-codes.js.map +1 -0
- package/dist/effect/values/document-type-codes.d.ts +21 -0
- package/dist/effect/values/document-type-codes.d.ts.map +1 -0
- package/dist/effect/values/document-type-codes.js +20 -0
- package/dist/effect/values/document-type-codes.js.map +1 -0
- package/dist/effect/values/document-type-schema.d.ts +22 -0
- package/dist/effect/values/document-type-schema.d.ts.map +1 -0
- package/dist/effect/values/document-type-schema.js +25 -0
- package/dist/effect/values/document-type-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-cateogries.d.ts +24 -0
- package/dist/effect/values/duty-tax-fee-cateogries.d.ts.map +1 -0
- package/dist/effect/values/duty-tax-fee-cateogries.js +23 -0
- package/dist/effect/values/duty-tax-fee-cateogries.js.map +1 -0
- package/dist/effect/values/eas-codes.d.ts +24 -0
- package/dist/effect/values/eas-codes.d.ts.map +1 -0
- package/dist/effect/values/eas-codes.js +30 -0
- package/dist/effect/values/eas-codes.js.map +1 -0
- package/dist/effect/values/icd-codes.d.ts +24 -0
- package/dist/effect/values/icd-codes.d.ts.map +1 -0
- package/dist/effect/values/icd-codes.js +22 -0
- package/dist/effect/values/icd-codes.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-codes.d.ts +21 -0
- package/dist/effect/values/invoice-status-codes.d.ts.map +1 -0
- package/dist/effect/values/invoice-status-codes.js +20 -0
- package/dist/effect/values/invoice-status-codes.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-code-schema.d.ts +24 -0
- package/dist/effect/values/item-classification-code-schema.d.ts.map +1 -0
- package/dist/effect/values/item-classification-code-schema.js +23 -0
- package/dist/effect/values/item-classification-code-schema.js.map +1 -0
- package/dist/effect/values/mime-code.d.ts +24 -0
- package/dist/effect/values/mime-code.d.ts.map +1 -0
- package/dist/effect/values/mime-code.js +23 -0
- package/dist/effect/values/mime-code.js.map +1 -0
- package/dist/effect/values/op-status-action.d.ts +21 -0
- package/dist/effect/values/op-status-action.d.ts.map +1 -0
- package/dist/effect/values/op-status-action.js +20 -0
- package/dist/effect/values/op-status-action.js.map +1 -0
- package/dist/effect/values/op-status-reason.d.ts +21 -0
- package/dist/effect/values/op-status-reason.d.ts.map +1 -0
- package/dist/effect/values/op-status-reason.js +20 -0
- package/dist/effect/values/op-status-reason.js.map +1 -0
- package/dist/effect/values/participant-identifier-code.d.ts +19 -0
- package/dist/effect/values/participant-identifier-code.d.ts.map +1 -0
- package/dist/effect/values/participant-identifier-code.js +18 -0
- package/dist/effect/values/participant-identifier-code.js.map +1 -0
- package/dist/effect/values/payment-means-codes-schema.d.ts +24 -0
- package/dist/effect/values/payment-means-codes-schema.d.ts.map +1 -0
- package/dist/effect/values/payment-means-codes-schema.js +30 -0
- package/dist/effect/values/payment-means-codes-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-schema.d.ts +21 -0
- package/dist/effect/values/process-schema.d.ts.map +1 -0
- package/dist/effect/values/process-schema.js +24 -0
- package/dist/effect/values/process-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.d.ts +11 -0
- package/dist/effect/values/vat-date-code.d.ts.map +1 -0
- package/dist/effect/values/vat-date-code.js +15 -0
- package/dist/effect/values/vat-date-code.js.map +1 -0
- package/dist/effect/values/vatex-code.d.ts +24 -0
- package/dist/effect/values/vatex-code.d.ts.map +1 -0
- package/dist/effect/values/vatex-code.js +23 -0
- package/dist/effect/values/vatex-code.js.map +1 -0
- package/dist/effect.d.ts +93 -0
- package/dist/effect.js +93 -0
- package/dist/index.d.ts +35 -35
- package/dist/index.js +35 -35
- 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 +1 -2
- package/dist/invoice-response-codes/invoice-response-codes-order.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/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 +77 -33
- package/scripts/generate-translations.ts +73 -0
- 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/billing-base.ts +357 -0
- package/src/effect/credit-note.ts +31 -0
- package/src/effect/document-parser.ts +108 -0
- package/src/effect/document-response-document-reference-schema.ts +38 -0
- package/src/effect/document-response-document-schema.ts +35 -0
- package/src/effect/document-response-line-response-content.ts +44 -0
- package/src/effect/document-response-line-response-schema.ts +33 -0
- package/src/effect/fields/additional-document-reference-schema.ts +115 -0
- package/src/effect/fields/address-schema.ts +105 -0
- package/src/effect/fields/allowance-charge-schema.ts +97 -0
- package/src/effect/fields/amount-schema.ts +21 -0
- package/src/effect/fields/base-line-schema.ts +138 -0
- package/src/effect/fields/billing-references-schema.ts +47 -0
- package/src/effect/fields/binary-object-schema.ts +51 -0
- package/src/effect/fields/contact-schema.ts +18 -0
- package/src/effect/fields/credit-note-line-schema.ts +42 -0
- package/src/effect/fields/default-customization-id.ts +1 -0
- package/src/effect/fields/default-profile-id.ts +1 -0
- package/src/effect/fields/delivery-schema.ts +100 -0
- package/src/effect/fields/identifier-schema.ts +23 -0
- package/src/effect/fields/invoice-line-period-schema.ts +34 -0
- package/src/effect/fields/invoice-line-schema.ts +46 -0
- package/src/effect/fields/invoice-period-schema.ts +31 -0
- package/src/effect/fields/legal-monetary-total-schema.ts +126 -0
- package/src/effect/fields/line-allowance-charge-schema.ts +66 -0
- package/src/effect/fields/line-item-schema.ts +186 -0
- package/src/effect/fields/line-price-allowance-charge-schema.ts +38 -0
- package/src/effect/fields/list-identifier-schema.ts +45 -0
- package/src/effect/fields/order-reference-schema.ts +36 -0
- package/src/effect/fields/party-base-schema.ts +137 -0
- package/src/effect/fields/party-legal-entity-schema.ts +29 -0
- package/src/effect/fields/party-tax-schema.ts +33 -0
- package/src/effect/fields/payee-party.ts +113 -0
- package/src/effect/fields/payment-means-schema.ts +210 -0
- package/src/effect/fields/payment-terms-schema.ts +23 -0
- package/src/effect/fields/price-schema.ts +31 -0
- package/src/effect/fields/quantity-schema.ts +21 -0
- package/src/effect/fields/reference-schema.ts +5 -0
- package/src/effect/fields/tax-category-schema.ts +42 -0
- package/src/effect/fields/tax-representative-party-schema.ts +23 -0
- package/src/effect/fields/tax-subtotal-category-schema.ts +29 -0
- package/src/effect/fields/tax-subtotal-schema.ts +32 -0
- package/src/effect/fields/tax-totals.ts +25 -0
- package/src/effect/index.ts +56 -0
- package/src/effect/invoice-response-document-actual-response-status.ts +60 -0
- package/src/effect/invoice-response-document-actual-response.ts +74 -0
- package/src/effect/invoice-response-schema.ts +178 -0
- package/src/effect/invoice-response-status-reason-code.ts +31 -0
- package/src/effect/invoice.ts +48 -0
- package/src/effect/iso-date-string.ts +13 -0
- package/src/effect/message-level-response-document-response-schema.ts +33 -0
- package/src/effect/message-level-response-party-schema.ts +19 -0
- package/src/effect/message-level-response-schema.ts +98 -0
- package/src/effect/utils/base-64.ts +33 -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/quantity-unit-code-to-intl-unit.ts +2 -0
- package/src/effect/utils/vat-regex.ts +51 -0
- package/src/effect/utils/xsd-time.ts +13 -0
- package/src/effect/values/additional-document-reference-code.ts +28 -0
- package/src/effect/values/allowance-charge-reason-code.ts +30 -0
- package/src/effect/values/application-response-type-codes.ts +26 -0
- package/src/effect/values/charge-reason-code.ts +30 -0
- package/src/effect/values/country-code.ts +32 -0
- package/src/effect/values/credit-note-type-code-schema.ts +26 -0
- package/src/effect/values/currency-codes.ts +36 -0
- package/src/effect/values/document-type-codes.ts +26 -0
- package/src/effect/values/document-type-schema.ts +33 -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-cateogries.ts +29 -0
- package/src/effect/values/eas-codes.ts +36 -0
- package/src/effect/values/icd-codes.ts +28 -0
- package/src/effect/values/index.ts +28 -0
- package/src/effect/values/invoice-status-codes.ts +26 -0
- package/src/effect/values/invoice-type-code-schema.ts +26 -0
- package/src/effect/values/item-classification-code-schema.ts +29 -0
- package/src/effect/values/mime-code.ts +29 -0
- package/src/effect/values/op-status-action.ts +26 -0
- package/src/effect/values/op-status-reason.ts +26 -0
- package/src/effect/values/participant-identifier-code.ts +24 -0
- package/src/effect/values/payment-means-codes-schema.ts +37 -0
- package/src/effect/values/process-from-document-type-schema.ts +26 -0
- package/src/effect/values/process-schema.ts +32 -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.ts +16 -0
- package/src/effect/values/vatex-code.ts +29 -0
- 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,199 @@
|
|
|
1
|
+
import { IsoDateString } from "../iso-date-string.js";
|
|
2
|
+
import { paymentMeansCodeSchema } from "../values/payment-means-codes-schema.js";
|
|
3
|
+
import { Schema } from "effect";
|
|
4
|
+
//#region src/effect/fields/payment-means-schema.ts
|
|
5
|
+
/**
|
|
6
|
+
* @description A group of business terms providing information about the payment.
|
|
7
|
+
*
|
|
8
|
+
* @summary Payment means (credit transfer/direct debit/card)
|
|
9
|
+
*
|
|
10
|
+
* @name cac:PaymentMeans
|
|
11
|
+
*/
|
|
12
|
+
const paymentMeansSchema = Schema.Struct({
|
|
13
|
+
/**
|
|
14
|
+
* @description The means, expressed as code, for how a payment is expected to be or has been settled.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* 30;
|
|
18
|
+
*
|
|
19
|
+
* @summary Payment means type code
|
|
20
|
+
*
|
|
21
|
+
* @name `cbc:PaymentMeansCode`
|
|
22
|
+
*/
|
|
23
|
+
paymentMeansCode: Schema.Struct({
|
|
24
|
+
/**
|
|
25
|
+
* @description The means, expressed as code, for how a payment is expected to be or has been settled.
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* 30;
|
|
29
|
+
*
|
|
30
|
+
* @summary Payment means type code
|
|
31
|
+
*
|
|
32
|
+
* @name `#text`
|
|
33
|
+
*/
|
|
34
|
+
code: paymentMeansCodeSchema(),
|
|
35
|
+
/**
|
|
36
|
+
* @description The means, expressed as text, for how a payment is expected to be or has been settled.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* Credit transfer
|
|
40
|
+
*
|
|
41
|
+
* @summary Payment means text
|
|
42
|
+
*
|
|
43
|
+
* @name `@name`
|
|
44
|
+
*/
|
|
45
|
+
name: Schema.optional(Schema.String)
|
|
46
|
+
}),
|
|
47
|
+
/**
|
|
48
|
+
* @description The date when the payment is due.Format "YYYY-MM-DD". In case the Amount due for payment (BT-115) is positive, either the Payment due date (BT-9)
|
|
49
|
+
* or the Payment terms (BT-20) shall be present.
|
|
50
|
+
*
|
|
51
|
+
* @remarks
|
|
52
|
+
* This should only be used with a credit note.
|
|
53
|
+
*
|
|
54
|
+
* @summary Payment due date
|
|
55
|
+
*
|
|
56
|
+
* @name `cbc:PaymentDueDate`
|
|
57
|
+
*/
|
|
58
|
+
paymentDueDate: Schema.optional(IsoDateString),
|
|
59
|
+
/**
|
|
60
|
+
* @description A textual value used to establish a link between the payment and the Invoice, issued by the Seller. Used for creditor's critical reconciliation
|
|
61
|
+
* information. This information element helps the Seller to assign an incoming payment to the relevant payment process.
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* `432948234234234`;
|
|
65
|
+
*
|
|
66
|
+
* @summary Remittance information
|
|
67
|
+
*
|
|
68
|
+
* @name cbc:PaymentID
|
|
69
|
+
*/
|
|
70
|
+
paymentId: Schema.optional(Schema.String),
|
|
71
|
+
/**
|
|
72
|
+
* @description A group of business terms providing information about card used for payment contemporaneous with invoice issuance.
|
|
73
|
+
*
|
|
74
|
+
* @summary PAYMENT CARD INFORMATION
|
|
75
|
+
*
|
|
76
|
+
* @name cac:CardAccount
|
|
77
|
+
*/
|
|
78
|
+
cardAccount: Schema.optional(Schema.Struct({
|
|
79
|
+
/**
|
|
80
|
+
* @description The name of the payment card holder.
|
|
81
|
+
*
|
|
82
|
+
* @summary Payment card holder name
|
|
83
|
+
*
|
|
84
|
+
* @name cbc:HolderName
|
|
85
|
+
*/
|
|
86
|
+
holderName: Schema.optional(Schema.String),
|
|
87
|
+
/**
|
|
88
|
+
* @summary Syntax required element not related to a business term.
|
|
89
|
+
*
|
|
90
|
+
* @name cbc:NetworkID
|
|
91
|
+
*/
|
|
92
|
+
networkId: Schema.String,
|
|
93
|
+
/**
|
|
94
|
+
* @description The Primary Account Number (PAN) of the card used for payment. In accordance with card payments security standards, an invoice should never
|
|
95
|
+
* include a full card primary account number.
|
|
96
|
+
*
|
|
97
|
+
* @example
|
|
98
|
+
* `1234`;
|
|
99
|
+
*
|
|
100
|
+
* @summary Payment card primary account number
|
|
101
|
+
*
|
|
102
|
+
* @name cbc:PrimaryAccountNumberID
|
|
103
|
+
*/
|
|
104
|
+
primaryAccountNumberId: Schema.String
|
|
105
|
+
})),
|
|
106
|
+
/**
|
|
107
|
+
* @description A group of business terms to specify credit transfer payments.
|
|
108
|
+
*
|
|
109
|
+
* @summary CREDIT TRANSFER
|
|
110
|
+
*
|
|
111
|
+
* @name cac:PayeeFinancialAccount
|
|
112
|
+
*/
|
|
113
|
+
payeeFinancialAccount: Schema.optional(Schema.Struct({
|
|
114
|
+
/**
|
|
115
|
+
* @description An identifier for the payment service provider where a payment account is located. Such as a BIC or a national clearing code where required.
|
|
116
|
+
* No identification scheme Identifier to be used.
|
|
117
|
+
*
|
|
118
|
+
* @example
|
|
119
|
+
* `9998`;
|
|
120
|
+
*
|
|
121
|
+
* @summary Payment service provider identifier
|
|
122
|
+
*
|
|
123
|
+
* @name `cac:FinancialInstitutionBranch`
|
|
124
|
+
*/
|
|
125
|
+
financialInstitutionBranch: Schema.optional(Schema.Struct({
|
|
126
|
+
/**
|
|
127
|
+
* @description An identifier for the payment service provider where a payment account is located. Such as a BIC or a national clearing code where
|
|
128
|
+
* required. No identification scheme Identifier to be used.
|
|
129
|
+
*
|
|
130
|
+
* @example
|
|
131
|
+
* `9998`;
|
|
132
|
+
*
|
|
133
|
+
* @summary Payment service provider identifier
|
|
134
|
+
*
|
|
135
|
+
* @name `cac:FinancialInstitutionBranch`
|
|
136
|
+
*/
|
|
137
|
+
id: Schema.String })),
|
|
138
|
+
/**
|
|
139
|
+
* @description A unique identifier of the financial payment account, at a payment service provider, to which payment should be made. Such as IBAN or BBAN.
|
|
140
|
+
*
|
|
141
|
+
* @summary Payment account identifier
|
|
142
|
+
*
|
|
143
|
+
* @name cbc:ID
|
|
144
|
+
*/
|
|
145
|
+
id: Schema.String,
|
|
146
|
+
/**
|
|
147
|
+
* @description The name of the payment account, at a payment service provider, to which payment should be made.
|
|
148
|
+
*
|
|
149
|
+
* @summary Payment account name
|
|
150
|
+
*
|
|
151
|
+
* @name cbc:Name
|
|
152
|
+
*/
|
|
153
|
+
name: Schema.optional(Schema.String)
|
|
154
|
+
})),
|
|
155
|
+
/**
|
|
156
|
+
* @description A group of business terms to specify a direct debit.
|
|
157
|
+
*
|
|
158
|
+
* @summary DIRECT DEBIT
|
|
159
|
+
*
|
|
160
|
+
* @name cac:PaymentMandate
|
|
161
|
+
*/
|
|
162
|
+
paymentMandate: Schema.optional(Schema.Struct({
|
|
163
|
+
/**
|
|
164
|
+
* @description Unique identifier assigned by the Payee for referencing the direct debit mandate. Used in order to pre-notify the Buyer of a SEPA direct
|
|
165
|
+
* debit.
|
|
166
|
+
*
|
|
167
|
+
* @summary Mandate reference identifier
|
|
168
|
+
*
|
|
169
|
+
* @name cbc:ID
|
|
170
|
+
*/
|
|
171
|
+
id: Schema.optional(Schema.String),
|
|
172
|
+
/**
|
|
173
|
+
* @description The account to be debited by the direct debit.
|
|
174
|
+
*
|
|
175
|
+
* @example
|
|
176
|
+
* `12345676543`;
|
|
177
|
+
*
|
|
178
|
+
* @summary Debited account identifier
|
|
179
|
+
*
|
|
180
|
+
* @name `cac:PayerFinancialAccount`
|
|
181
|
+
*/
|
|
182
|
+
payerFinancialAccountId: Schema.optional(Schema.Struct({
|
|
183
|
+
/**
|
|
184
|
+
* @description The account to be debited by the direct debit.
|
|
185
|
+
*
|
|
186
|
+
* @example
|
|
187
|
+
* `12345676543`;
|
|
188
|
+
*
|
|
189
|
+
* @summary Debited account identifier
|
|
190
|
+
*
|
|
191
|
+
* @name `cbc:ID`
|
|
192
|
+
*/
|
|
193
|
+
id: Schema.String }))
|
|
194
|
+
}))
|
|
195
|
+
});
|
|
196
|
+
//#endregion
|
|
197
|
+
export { paymentMeansSchema };
|
|
198
|
+
|
|
199
|
+
//# sourceMappingURL=payment-means-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-means-schema.js","names":[],"sources":["../../../src/effect/fields/payment-means-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { IsoDateString } from '#/effect/iso-date-string';\nimport { paymentMeansCodeSchema } from '#/effect/values/payment-means-codes-schema';\n\n/**\n * @description A group of business terms providing information about the payment.\n *\n * @summary Payment means (credit transfer/direct debit/card)\n *\n * @name cac:PaymentMeans\n */\nexport const paymentMeansSchema = Schema.Struct({\n /**\n * @description The means, expressed as code, for how a payment is expected to be or has been settled.\n *\n * @example\n * 30;\n *\n * @summary Payment means type code\n *\n * @name `cbc:PaymentMeansCode`\n */\n paymentMeansCode: Schema.Struct({\n /**\n * @description The means, expressed as code, for how a payment is expected to be or has been settled.\n *\n * @example\n * 30;\n *\n * @summary Payment means type code\n *\n * @name `#text`\n */\n code: paymentMeansCodeSchema(),\n /**\n * @description The means, expressed as text, for how a payment is expected to be or has been settled.\n *\n * @example\n * Credit transfer\n *\n * @summary Payment means text\n *\n * @name `@name`\n */\n name: Schema.optional(Schema.String),\n }),\n /**\n * @description The date when the payment is due.Format \"YYYY-MM-DD\". In case the Amount due for payment (BT-115) is positive, either the Payment due date (BT-9)\n * or the Payment terms (BT-20) shall be present.\n *\n * @remarks\n * This should only be used with a credit note.\n *\n * @summary Payment due date\n *\n * @name `cbc:PaymentDueDate`\n */\n paymentDueDate: Schema.optional(IsoDateString),\n /**\n * @description A textual value used to establish a link between the payment and the Invoice, issued by the Seller. Used for creditor's critical reconciliation\n * information. This information element helps the Seller to assign an incoming payment to the relevant payment process.\n *\n * @example\n * `432948234234234`;\n *\n * @summary Remittance information\n *\n * @name cbc:PaymentID\n */\n paymentId: Schema.optional(Schema.String),\n /**\n * @description A group of business terms providing information about card used for payment contemporaneous with invoice issuance.\n *\n * @summary PAYMENT CARD INFORMATION\n *\n * @name cac:CardAccount\n */\n cardAccount: Schema.optional(\n Schema.Struct({\n /**\n * @description The name of the payment card holder.\n *\n * @summary Payment card holder name\n *\n * @name cbc:HolderName\n */\n holderName: Schema.optional(Schema.String),\n /**\n * @summary Syntax required element not related to a business term.\n *\n * @name cbc:NetworkID\n */\n networkId: Schema.String,\n /**\n * @description The Primary Account Number (PAN) of the card used for payment. In accordance with card payments security standards, an invoice should never\n * include a full card primary account number.\n *\n * @example\n * `1234`;\n *\n * @summary Payment card primary account number\n *\n * @name cbc:PrimaryAccountNumberID\n */\n primaryAccountNumberId: Schema.String,\n })\n ),\n /**\n * @description A group of business terms to specify credit transfer payments.\n *\n * @summary CREDIT TRANSFER\n *\n * @name cac:PayeeFinancialAccount\n */\n payeeFinancialAccount: Schema.optional(\n Schema.Struct({\n /**\n * @description An identifier for the payment service provider where a payment account is located. Such as a BIC or a national clearing code where required.\n * No identification scheme Identifier to be used.\n *\n * @example\n * `9998`;\n *\n * @summary Payment service provider identifier\n *\n * @name `cac:FinancialInstitutionBranch`\n */\n financialInstitutionBranch: Schema.optional(\n Schema.Struct({\n /**\n * @description An identifier for the payment service provider where a payment account is located. Such as a BIC or a national clearing code where\n * required. No identification scheme Identifier to be used.\n *\n * @example\n * `9998`;\n *\n * @summary Payment service provider identifier\n *\n * @name `cac:FinancialInstitutionBranch`\n */\n id: Schema.String,\n })\n ),\n /**\n * @description A unique identifier of the financial payment account, at a payment service provider, to which payment should be made. Such as IBAN or BBAN.\n *\n * @summary Payment account identifier\n *\n * @name cbc:ID\n */\n id: Schema.String,\n /**\n * @description The name of the payment account, at a payment service provider, to which payment should be made.\n *\n * @summary Payment account name\n *\n * @name cbc:Name\n */\n name: Schema.optional(Schema.String),\n })\n ),\n /**\n * @description A group of business terms to specify a direct debit.\n *\n * @summary DIRECT DEBIT\n *\n * @name cac:PaymentMandate\n */\n paymentMandate: Schema.optional(\n Schema.Struct({\n /**\n * @description Unique identifier assigned by the Payee for referencing the direct debit mandate. Used in order to pre-notify the Buyer of a SEPA direct\n * debit.\n *\n * @summary Mandate reference identifier\n *\n * @name cbc:ID\n */\n id: Schema.optional(Schema.String),\n /**\n * @description The account to be debited by the direct debit.\n *\n * @example\n * `12345676543`;\n *\n * @summary Debited account identifier\n *\n * @name `cac:PayerFinancialAccount`\n */\n payerFinancialAccountId: Schema.optional(\n Schema.Struct({\n /**\n * @description The account to be debited by the direct debit.\n *\n * @example\n * `12345676543`;\n *\n * @summary Debited account identifier\n *\n * @name `cbc:ID`\n */\n id: Schema.String,\n })\n ),\n })\n ),\n});\n\nexport type PeppolPaymentMeans = typeof paymentMeansSchema.Type;\n"],"mappings":";;;;;;;;;;;AAYA,MAAa,qBAAqB,OAAO,OAAO;;;;;;;;;;;CAW9C,kBAAkB,OAAO,OAAO;;;;;;;;;;;EAW9B,MAAM,uBAAuB;;;;;;;;;;;EAW7B,MAAM,OAAO,SAAS,OAAO,MAAM;CACrC,CAAC;;;;;;;;;;;;CAYD,gBAAgB,OAAO,SAAS,aAAa;;;;;;;;;;;;CAY7C,WAAW,OAAO,SAAS,OAAO,MAAM;;;;;;;;CAQxC,aAAa,OAAO,SAClB,OAAO,OAAO;;;;;;;;EAQZ,YAAY,OAAO,SAAS,OAAO,MAAM;;;;;;EAMzC,WAAW,OAAO;;;;;;;;;;;;EAYlB,wBAAwB,OAAO;CACjC,CAAC,CACH;;;;;;;;CAQA,uBAAuB,OAAO,SAC5B,OAAO,OAAO;;;;;;;;;;;;EAYZ,4BAA4B,OAAO,SACjC,OAAO,OAAO;;;;;;;;;;;;AAYZ,IAAI,OAAO,OACb,CAAC,CACH;;;;;;;;EAQA,IAAI,OAAO;;;;;;;;EAQX,MAAM,OAAO,SAAS,OAAO,MAAM;CACrC,CAAC,CACH;;;;;;;;CAQA,gBAAgB,OAAO,SACrB,OAAO,OAAO;;;;;;;;;EASZ,IAAI,OAAO,SAAS,OAAO,MAAM;;;;;;;;;;;EAWjC,yBAAyB,OAAO,SAC9B,OAAO,OAAO;;;;;;;;;;;AAWZ,IAAI,OAAO,OACb,CAAC,CACH;CACF,CAAC,CACH;AACF,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/payment-terms-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @summary PAYMENT TERMS
|
|
5
|
+
*
|
|
6
|
+
* @name cac:PaymentTerms
|
|
7
|
+
*/
|
|
8
|
+
export declare const paymentTermsSchema: Schema.Struct<{
|
|
9
|
+
/**
|
|
10
|
+
* @description A textual description of the payment terms that apply to the amount due for payment (Including description of possible penalties). In case the
|
|
11
|
+
* Amount due for payment (BT-115) is positive, either the Payment due date (BT-9) or the Payment terms (BT-20) shall be present.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* Net within 30 days
|
|
15
|
+
*
|
|
16
|
+
* @summary Payment terms
|
|
17
|
+
*
|
|
18
|
+
* @name cbc:Note
|
|
19
|
+
*/
|
|
20
|
+
readonly note: Schema.String;
|
|
21
|
+
}>;
|
|
22
|
+
export type PeppolPaymentTerms = typeof paymentTermsSchema.Type;
|
|
23
|
+
//#endregion
|
|
24
|
+
//# sourceMappingURL=payment-terms-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-terms-schema.d.ts","names":[],"sources":["../../../src/effect/fields/payment-terms-schema.ts"],"mappings":";;;;;;;qBAOa,oBAAkB,OAAA;;;;;;;;;;;;;;YAenB,4BAA4B,mBAAmB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/payment-terms-schema.ts
|
|
3
|
+
/**
|
|
4
|
+
* @summary PAYMENT TERMS
|
|
5
|
+
*
|
|
6
|
+
* @name cac:PaymentTerms
|
|
7
|
+
*/
|
|
8
|
+
const paymentTermsSchema = Schema.Struct({
|
|
9
|
+
/**
|
|
10
|
+
* @description A textual description of the payment terms that apply to the amount due for payment (Including description of possible penalties). In case the
|
|
11
|
+
* Amount due for payment (BT-115) is positive, either the Payment due date (BT-9) or the Payment terms (BT-20) shall be present.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* Net within 30 days
|
|
15
|
+
*
|
|
16
|
+
* @summary Payment terms
|
|
17
|
+
*
|
|
18
|
+
* @name cbc:Note
|
|
19
|
+
*/
|
|
20
|
+
note: Schema.String });
|
|
21
|
+
//#endregion
|
|
22
|
+
export { paymentTermsSchema };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=payment-terms-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-terms-schema.js","names":[],"sources":["../../../src/effect/fields/payment-terms-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\n/**\n * @summary PAYMENT TERMS\n *\n * @name cac:PaymentTerms\n */\nexport const paymentTermsSchema = Schema.Struct({\n /**\n * @description A textual description of the payment terms that apply to the amount due for payment (Including description of possible penalties). In case the\n * Amount due for payment (BT-115) is positive, either the Payment due date (BT-9) or the Payment terms (BT-20) shall be present.\n *\n * @example\n * Net within 30 days\n *\n * @summary Payment terms\n *\n * @name cbc:Note\n */\n note: Schema.String,\n});\n\nexport type PeppolPaymentTerms = typeof paymentTermsSchema.Type;\n"],"mappings":";;;;;;;AAOA,MAAa,qBAAqB,OAAO,OAAO;;;;;;;;;;;;AAY9C,MAAM,OAAO,OACf,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/price-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @summary Price details on invoice line
|
|
5
|
+
*
|
|
6
|
+
* @name cac:Price
|
|
7
|
+
*/
|
|
8
|
+
export declare const linePriceSchema: Schema.Struct<{
|
|
9
|
+
/**
|
|
10
|
+
* @name cac:AllowanceCharge
|
|
11
|
+
*
|
|
12
|
+
* @cardinality 0..1
|
|
13
|
+
*/
|
|
14
|
+
readonly allowanceCharge: Schema.optional<Schema.Struct<{
|
|
15
|
+
readonly amount: Schema.Struct<{
|
|
16
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
17
|
+
readonly value: Schema.Number;
|
|
18
|
+
}>;
|
|
19
|
+
readonly baseAmount: Schema.optional<Schema.Struct<{
|
|
20
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
21
|
+
readonly value: Schema.Number;
|
|
22
|
+
}>>;
|
|
23
|
+
readonly chargeIndicator: Schema.Literal<false>;
|
|
24
|
+
}>>;
|
|
25
|
+
/**
|
|
26
|
+
* @name cbc:BaseQuantity (+ @unitCode)
|
|
27
|
+
*
|
|
28
|
+
* @cardinality 0..1
|
|
29
|
+
*/
|
|
30
|
+
readonly baseQuantity: Schema.optional<Schema.Struct<{
|
|
31
|
+
readonly unitCode: Schema.optional<Schema.Literals<[string, ...string[]]>>;
|
|
32
|
+
readonly value: Schema.Number;
|
|
33
|
+
}>>;
|
|
34
|
+
/**
|
|
35
|
+
* @name cbc:PriceAmount (+ @currencyID)
|
|
36
|
+
*/
|
|
37
|
+
readonly priceAmount: Schema.Struct<{
|
|
38
|
+
readonly currencyId: Schema.Literals<[string, ...string[]]>;
|
|
39
|
+
readonly value: Schema.Number;
|
|
40
|
+
}>;
|
|
41
|
+
}>;
|
|
42
|
+
export type PeppolLinePrice = typeof linePriceSchema.Type;
|
|
43
|
+
//#endregion
|
|
44
|
+
//# sourceMappingURL=price-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"price-schema.d.ts","names":[],"sources":["../../../src/effect/fields/price-schema.ts"],"mappings":";;;;;;;qBAWa,iBAAe,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAmBhB,yBAAyB,gBAAgB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { amountSchema } from "./amount-schema.js";
|
|
2
|
+
import { linePriceAllowanceChargeSchema } from "./line-price-allowance-charge-schema.js";
|
|
3
|
+
import { quantitySchema } from "./quantity-schema.js";
|
|
4
|
+
import { Schema } from "effect";
|
|
5
|
+
//#region src/effect/fields/price-schema.ts
|
|
6
|
+
/**
|
|
7
|
+
* @summary Price details on invoice line
|
|
8
|
+
*
|
|
9
|
+
* @name cac:Price
|
|
10
|
+
*/
|
|
11
|
+
const linePriceSchema = Schema.Struct({
|
|
12
|
+
/**
|
|
13
|
+
* @name cac:AllowanceCharge
|
|
14
|
+
*
|
|
15
|
+
* @cardinality 0..1
|
|
16
|
+
*/
|
|
17
|
+
allowanceCharge: Schema.optional(linePriceAllowanceChargeSchema),
|
|
18
|
+
/**
|
|
19
|
+
* @name cbc:BaseQuantity (+ @unitCode)
|
|
20
|
+
*
|
|
21
|
+
* @cardinality 0..1
|
|
22
|
+
*/
|
|
23
|
+
baseQuantity: Schema.optional(quantitySchema),
|
|
24
|
+
/**
|
|
25
|
+
* @name cbc:PriceAmount (+ @currencyID)
|
|
26
|
+
*/
|
|
27
|
+
priceAmount: amountSchema
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { linePriceSchema };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=price-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"price-schema.js","names":[],"sources":["../../../src/effect/fields/price-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { amountSchema } from './amount-schema';\nimport { linePriceAllowanceChargeSchema } from './line-price-allowance-charge-schema';\nimport { quantitySchema } from './quantity-schema';\n\n/**\n * @summary Price details on invoice line\n *\n * @name cac:Price\n */\nexport const linePriceSchema = Schema.Struct({\n /**\n * @name cac:AllowanceCharge\n *\n * @cardinality 0..1\n */\n allowanceCharge: Schema.optional(linePriceAllowanceChargeSchema),\n /**\n * @name cbc:BaseQuantity (+ @unitCode)\n *\n * @cardinality 0..1\n */\n baseQuantity: Schema.optional(quantitySchema),\n /**\n * @name cbc:PriceAmount (+ @currencyID)\n */\n priceAmount: amountSchema,\n});\n\nexport type PeppolLinePrice = typeof linePriceSchema.Type;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,kBAAkB,OAAO,OAAO;;;;;;CAM3C,iBAAiB,OAAO,SAAS,8BAA8B;;;;;;CAM/D,cAAc,OAAO,SAAS,cAAc;;;;CAI5C,aAAa;AACf,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/quantity-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @summary Quantity with optional unit code
|
|
5
|
+
*
|
|
6
|
+
* @name `cbc:* (+ @unitCode)`
|
|
7
|
+
*/
|
|
8
|
+
export declare const quantitySchema: Schema.Struct<{
|
|
9
|
+
/**
|
|
10
|
+
* @name `@unitCode`
|
|
11
|
+
*/
|
|
12
|
+
readonly unitCode: Schema.optional<Schema.Literals<[string, ...string[]]>>;
|
|
13
|
+
/**
|
|
14
|
+
* @name `#text (value)`
|
|
15
|
+
*/
|
|
16
|
+
readonly value: Schema.Number;
|
|
17
|
+
}>;
|
|
18
|
+
export type PeppolQuantity = typeof quantitySchema.Type;
|
|
19
|
+
//#endregion
|
|
20
|
+
//# sourceMappingURL=quantity-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quantity-schema.d.ts","names":[],"sources":["../../../src/effect/fields/quantity-schema.ts"],"mappings":";;;;;;;qBASa,gBAAc,OAAA;;;;;;;;;;YAWf,wBAAwB,eAAe"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { quantityUnitCodesSchema } from "../values/quantity-unit-codes-schema.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/fields/quantity-schema.ts
|
|
4
|
+
/**
|
|
5
|
+
* @summary Quantity with optional unit code
|
|
6
|
+
*
|
|
7
|
+
* @name `cbc:* (+ @unitCode)`
|
|
8
|
+
*/
|
|
9
|
+
const quantitySchema = Schema.Struct({
|
|
10
|
+
/**
|
|
11
|
+
* @name `@unitCode`
|
|
12
|
+
*/
|
|
13
|
+
unitCode: Schema.optional(quantityUnitCodesSchema()),
|
|
14
|
+
/**
|
|
15
|
+
* @name `#text (value)`
|
|
16
|
+
*/
|
|
17
|
+
value: Schema.Number
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { quantitySchema };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=quantity-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quantity-schema.js","names":[],"sources":["../../../src/effect/fields/quantity-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { quantityUnitCodesSchema } from '#/effect/values/quantity-unit-codes-schema';\n\n/**\n * @summary Quantity with optional unit code\n *\n * @name `cbc:* (+ @unitCode)`\n */\nexport const quantitySchema = Schema.Struct({\n /**\n * @name `@unitCode`\n */\n unitCode: Schema.optional(quantityUnitCodesSchema()),\n /**\n * @name `#text (value)`\n */\n value: Schema.Number,\n});\n\nexport type PeppolQuantity = typeof quantitySchema.Type;\n"],"mappings":";;;;;;;;AASA,MAAa,iBAAiB,OAAO,OAAO;;;;CAI1C,UAAU,OAAO,SAAS,wBAAwB,CAAC;;;;CAInD,OAAO,OAAO;AAChB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/reference-schema.d.ts
|
|
3
|
+
export declare const referenceSchema: Schema.Union<readonly [Schema.Struct<{
|
|
4
|
+
readonly id: Schema.String;
|
|
5
|
+
}>, Schema.Undefined]>;
|
|
6
|
+
export type PeppolReferenceSchema = typeof referenceSchema.Type;
|
|
7
|
+
//#endregion
|
|
8
|
+
//# sourceMappingURL=reference-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reference-schema.d.ts","names":[],"sources":["../../../src/effect/fields/reference-schema.ts"],"mappings":";;qBAEa,iBAAe,OAAA,gBAAA,OAAA;;IAAyE,OAAA;YAEzF,+BAA+B,gBAAgB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/reference-schema.ts
|
|
3
|
+
const referenceSchema = Schema.Union([Schema.Struct({ id: Schema.String }), Schema.Undefined]);
|
|
4
|
+
//#endregion
|
|
5
|
+
export { referenceSchema };
|
|
6
|
+
|
|
7
|
+
//# sourceMappingURL=reference-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reference-schema.js","names":[],"sources":["../../../src/effect/fields/reference-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nexport const referenceSchema = Schema.Union([Schema.Struct({ id: Schema.String }), Schema.Undefined]);\n\nexport type PeppolReferenceSchema = typeof referenceSchema.Type;\n"],"mappings":";;AAEA,MAAa,kBAAkB,OAAO,MAAM,CAAC,OAAO,OAAO,EAAE,IAAI,OAAO,OAAO,CAAC,GAAG,OAAO,SAAS,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/tax-category-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @description A group of business terms providing information about the VAT applicable for the goods and services invoiced on the Invoice line.
|
|
5
|
+
*
|
|
6
|
+
* @summary LINE VAT INFORMATION
|
|
7
|
+
*
|
|
8
|
+
* @name `cac:TaxCategory`
|
|
9
|
+
*/
|
|
10
|
+
export declare const taxCategorySchema: Schema.Struct<{
|
|
11
|
+
/**
|
|
12
|
+
* @description The VAT category code for the invoiced item.
|
|
13
|
+
*
|
|
14
|
+
* @summary Invoiced item VAT category code
|
|
15
|
+
*
|
|
16
|
+
* @name `cbc:ID`
|
|
17
|
+
*/
|
|
18
|
+
readonly id: Schema.Literals<readonly ["AE", "E", "S", "Z", "G", "O", "K", "L", "M", "B"]>;
|
|
19
|
+
/**
|
|
20
|
+
* @description The VAT rate, represented as percentage that applies to the invoiced item.
|
|
21
|
+
*
|
|
22
|
+
* @summary Invoiced item VAT rate
|
|
23
|
+
*
|
|
24
|
+
* @name `cbc:Percent`
|
|
25
|
+
*/
|
|
26
|
+
readonly percent: Schema.optional<Schema.Number>;
|
|
27
|
+
/**
|
|
28
|
+
* @default VAT
|
|
29
|
+
*
|
|
30
|
+
* @name `cac:TaxScheme`
|
|
31
|
+
*/
|
|
32
|
+
readonly taxSchemeId: Schema.Struct<{
|
|
33
|
+
/**
|
|
34
|
+
* @name `cbc:ID`
|
|
35
|
+
*/
|
|
36
|
+
readonly id: Schema.withDecodingDefaultType<Schema.String, never>;
|
|
37
|
+
}>;
|
|
38
|
+
}>;
|
|
39
|
+
export type PeppolTaxCategory = typeof taxCategorySchema.Type;
|
|
40
|
+
//#endregion
|
|
41
|
+
//# sourceMappingURL=tax-category-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tax-category-schema.d.ts","names":[],"sources":["../../../src/effect/fields/tax-category-schema.ts"],"mappings":";;;;;;;;;qBAWa,mBAAiB,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA8BlB,2BAA2B,kBAAkB"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { dutyTaxFeeCategorySchema } from "../values/duty-tax-fee-cateogries.js";
|
|
2
|
+
import { Effect, Schema } from "effect";
|
|
3
|
+
//#region src/effect/fields/tax-category-schema.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description A group of business terms providing information about the VAT applicable for the goods and services invoiced on the Invoice line.
|
|
6
|
+
*
|
|
7
|
+
* @summary LINE VAT INFORMATION
|
|
8
|
+
*
|
|
9
|
+
* @name `cac:TaxCategory`
|
|
10
|
+
*/
|
|
11
|
+
const taxCategorySchema = Schema.Struct({
|
|
12
|
+
/**
|
|
13
|
+
* @description The VAT category code for the invoiced item.
|
|
14
|
+
*
|
|
15
|
+
* @summary Invoiced item VAT category code
|
|
16
|
+
*
|
|
17
|
+
* @name `cbc:ID`
|
|
18
|
+
*/
|
|
19
|
+
id: dutyTaxFeeCategorySchema(),
|
|
20
|
+
/**
|
|
21
|
+
* @description The VAT rate, represented as percentage that applies to the invoiced item.
|
|
22
|
+
*
|
|
23
|
+
* @summary Invoiced item VAT rate
|
|
24
|
+
*
|
|
25
|
+
* @name `cbc:Percent`
|
|
26
|
+
*/
|
|
27
|
+
percent: Schema.optional(Schema.Number),
|
|
28
|
+
/**
|
|
29
|
+
* @default VAT
|
|
30
|
+
*
|
|
31
|
+
* @name `cac:TaxScheme`
|
|
32
|
+
*/
|
|
33
|
+
taxSchemeId: Schema.Struct({
|
|
34
|
+
/**
|
|
35
|
+
* @name `cbc:ID`
|
|
36
|
+
*/
|
|
37
|
+
id: Schema.String.pipe(Schema.withDecodingDefaultType(Effect.succeed("VAT"))) })
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
export { taxCategorySchema };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=tax-category-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tax-category-schema.js","names":[],"sources":["../../../src/effect/fields/tax-category-schema.ts"],"sourcesContent":["import { Effect, Schema } from 'effect';\n\nimport { dutyTaxFeeCategorySchema } from '#/effect/values/duty-tax-fee-cateogries';\n\n/**\n * @description A group of business terms providing information about the VAT applicable for the goods and services invoiced on the Invoice line.\n *\n * @summary LINE VAT INFORMATION\n *\n * @name `cac:TaxCategory`\n */\nexport const taxCategorySchema = Schema.Struct({\n /**\n * @description The VAT category code for the invoiced item.\n *\n * @summary Invoiced item VAT category code\n *\n * @name `cbc:ID`\n */\n id: dutyTaxFeeCategorySchema(),\n /**\n * @description The VAT rate, represented as percentage that applies to the invoiced item.\n *\n * @summary Invoiced item VAT rate\n *\n * @name `cbc:Percent`\n */\n percent: Schema.optional(Schema.Number),\n /**\n * @default VAT\n *\n * @name `cac:TaxScheme`\n */\n taxSchemeId: Schema.Struct({\n /**\n * @name `cbc:ID`\n */\n id: Schema.String.pipe(Schema.withDecodingDefaultType(Effect.succeed('VAT'))),\n }),\n});\n\nexport type PeppolTaxCategory = typeof taxCategorySchema.Type;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,oBAAoB,OAAO,OAAO;;;;;;;;CAQ7C,IAAI,yBAAyB;;;;;;;;CAQ7B,SAAS,OAAO,SAAS,OAAO,MAAM;;;;;;CAMtC,aAAa,OAAO,OAAO;;;;AAIzB,IAAI,OAAO,OAAO,KAAK,OAAO,wBAAwB,OAAO,QAAQ,KAAK,CAAC,CAAC,EAC9E,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/tax-representative-party-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @summary SELLER TAX REPRESENTATIVE PARTY
|
|
5
|
+
*
|
|
6
|
+
* @name cac:TaxRepresentativeParty
|
|
7
|
+
*/
|
|
8
|
+
export declare const taxRepresentativeSchema: Schema.Struct<{
|
|
9
|
+
/**
|
|
10
|
+
* @name cac:PartyName/cbc:Name
|
|
11
|
+
*/
|
|
12
|
+
readonly name: Schema.String;
|
|
13
|
+
/**
|
|
14
|
+
* @name cac:PostalAddress
|
|
15
|
+
*/
|
|
16
|
+
readonly postalAddress: Schema.Struct<{
|
|
17
|
+
readonly streetName: Schema.optional<Schema.String>;
|
|
18
|
+
readonly additionalStreetName: Schema.optional<Schema.String>;
|
|
19
|
+
readonly cityName: Schema.optional<Schema.String>;
|
|
20
|
+
readonly postalZone: Schema.optional<Schema.String>;
|
|
21
|
+
readonly countrySubentity: Schema.optional<Schema.String>;
|
|
22
|
+
readonly countryCode: Schema.Struct<{
|
|
23
|
+
readonly identificationCode: Schema.Literals<[string, ...string[]]>;
|
|
24
|
+
}>;
|
|
25
|
+
readonly addressLine: Schema.optional<Schema.Struct<{
|
|
26
|
+
readonly line: Schema.String;
|
|
27
|
+
}>>;
|
|
28
|
+
}>;
|
|
29
|
+
readonly partyTaxScheme: Schema.Struct<{
|
|
30
|
+
readonly companyId: Schema.String;
|
|
31
|
+
readonly taxSchemeId: Schema.Struct<{
|
|
32
|
+
readonly id: Schema.withDecodingDefaultType<Schema.String, never>;
|
|
33
|
+
}>;
|
|
34
|
+
}>;
|
|
35
|
+
}>;
|
|
36
|
+
export type PeppolTaxRepresentativeParty = typeof taxRepresentativeSchema.Type;
|
|
37
|
+
//#endregion
|
|
38
|
+
//# sourceMappingURL=tax-representative-party-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tax-representative-party-schema.d.ts","names":[],"sources":["../../../src/effect/fields/tax-representative-party-schema.ts"],"mappings":";;;;;;;qBAUa,yBAAuB,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAYxB,sCAAsC,wBAAwB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { addressSchema } from "./address-schema.js";
|
|
2
|
+
import { partyTaxSchemeSchema } from "./party-tax-schema.js";
|
|
3
|
+
import { Schema } from "effect";
|
|
4
|
+
//#region src/effect/fields/tax-representative-party-schema.ts
|
|
5
|
+
/**
|
|
6
|
+
* @summary SELLER TAX REPRESENTATIVE PARTY
|
|
7
|
+
*
|
|
8
|
+
* @name cac:TaxRepresentativeParty
|
|
9
|
+
*/
|
|
10
|
+
const taxRepresentativeSchema = Schema.Struct({
|
|
11
|
+
/**
|
|
12
|
+
* @name cac:PartyName/cbc:Name
|
|
13
|
+
*/
|
|
14
|
+
name: Schema.String,
|
|
15
|
+
/**
|
|
16
|
+
* @name cac:PostalAddress
|
|
17
|
+
*/
|
|
18
|
+
postalAddress: addressSchema,
|
|
19
|
+
partyTaxScheme: partyTaxSchemeSchema
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { taxRepresentativeSchema };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=tax-representative-party-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tax-representative-party-schema.js","names":[],"sources":["../../../src/effect/fields/tax-representative-party-schema.ts"],"sourcesContent":["import { Schema } from 'effect';\n\nimport { addressSchema } from './address-schema';\nimport { partyTaxSchemeSchema } from './party-tax-schema';\n\n/**\n * @summary SELLER TAX REPRESENTATIVE PARTY\n *\n * @name cac:TaxRepresentativeParty\n */\nexport const taxRepresentativeSchema = Schema.Struct({\n /**\n * @name cac:PartyName/cbc:Name\n */\n name: Schema.String,\n /**\n * @name cac:PostalAddress\n */\n postalAddress: addressSchema,\n partyTaxScheme: partyTaxSchemeSchema,\n});\n\nexport type PeppolTaxRepresentativeParty = typeof taxRepresentativeSchema.Type;\n"],"mappings":";;;;;;;;;AAUA,MAAa,0BAA0B,OAAO,OAAO;;;;CAInD,MAAM,OAAO;;;;CAIb,eAAe;CACf,gBAAgB;AAClB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Schema } from "effect";
|
|
2
|
+
//#region src/effect/fields/tax-subtotal-category-schema.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* @description This one is specific for TaxSubtotal since it includes more fields.
|
|
5
|
+
*
|
|
6
|
+
* @summary Tax Category for Tax Subtotal
|
|
7
|
+
*
|
|
8
|
+
* @name cac:TaxCategory
|
|
9
|
+
*/
|
|
10
|
+
export declare const taxSubtotalCategorySchema: Schema.Struct<{
|
|
11
|
+
readonly id: Schema.Literals<readonly ["AE", "E", "S", "Z", "G", "O", "K", "L", "M", "B"]>;
|
|
12
|
+
readonly percent: Schema.optional<Schema.Number>;
|
|
13
|
+
readonly taxSchemeId: Schema.Struct<{
|
|
14
|
+
readonly id: Schema.withDecodingDefaultType<Schema.String, never>;
|
|
15
|
+
}>;
|
|
16
|
+
readonly taxExemptionReason: Schema.optional<Schema.String>;
|
|
17
|
+
readonly taxExemptionReasonCode: Schema.optional<Schema.String>;
|
|
18
|
+
}>;
|
|
19
|
+
export type PeppolTaxSubTotalCategory = typeof taxSubtotalCategorySchema.Type;
|
|
20
|
+
//#endregion
|
|
21
|
+
//# sourceMappingURL=tax-subtotal-category-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tax-subtotal-category-schema.d.ts","names":[],"sources":["../../../src/effect/fields/tax-subtotal-category-schema.ts"],"mappings":";;;;;;;;;qBAWa,2BAAyB,OAAA;;;;;;;;;YAiB1B,mCAAmC,0BAA0B"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { taxCategorySchema } from "./tax-category-schema.js";
|
|
2
|
+
import { Schema } from "effect";
|
|
3
|
+
//#region src/effect/fields/tax-subtotal-category-schema.ts
|
|
4
|
+
/**
|
|
5
|
+
* @description This one is specific for TaxSubtotal since it includes more fields.
|
|
6
|
+
*
|
|
7
|
+
* @summary Tax Category for Tax Subtotal
|
|
8
|
+
*
|
|
9
|
+
* @name cac:TaxCategory
|
|
10
|
+
*/
|
|
11
|
+
const taxSubtotalCategorySchema = taxCategorySchema.pipe(Schema.fieldsAssign({
|
|
12
|
+
/**
|
|
13
|
+
* @description The reason for the tax exemption.
|
|
14
|
+
*
|
|
15
|
+
* @name cbc:TaxExemptionReason
|
|
16
|
+
*/
|
|
17
|
+
taxExemptionReason: Schema.optional(Schema.String),
|
|
18
|
+
/**
|
|
19
|
+
* @description The code for the reason of the tax exemption.
|
|
20
|
+
*
|
|
21
|
+
* @name cbc:TaxExemptionReasonCode
|
|
22
|
+
*/
|
|
23
|
+
taxExemptionReasonCode: Schema.optional(Schema.String)
|
|
24
|
+
}));
|
|
25
|
+
//#endregion
|
|
26
|
+
export { taxSubtotalCategorySchema };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=tax-subtotal-category-schema.js.map
|